:root {
    --wh: 250px;
    --ht: 250px;
}

.content_notearticle .article_item,
.content_notenews .news_item {
    /*width: -webkit-calc(15% - 60px);
    width: -moz-calc(50% - 60px);
    width: -o-calc(50% - 60px);
    width: calc(50% - 60px);
    height: var(--ht); горизрнтально*/
    width: 100%;/*вертикально*/
}

.content_notearticle.content_note_type_2 .article_item.note_type_9,
.content_notenews.content_note_type_2 .news_item.note_type_9 {
    float: left;
    vertical-align: top;
    
    /*вертикально*//*
    max-height: 410px;
    height: 410px;*/
}
.content_notearticle .article_item.cys_note_item,
.content_notenews .news_item.cys_note_item {
    margin-bottom: 20px;
    /*padding: 35px 20px 40px;    горизрнтально*/
    padding: 0;    /*вертикально*/
    /*background-color: #f5f5f5;   горизрнтально*/
    border-radius: 8px;
}

.content_notearticle .article_item.cys_note_item .item_note_type_9,
.content_notenews .news_item.cys_note_item .item_note_type_9 {
    width: 100%;
    /*height: var(--ht); горизрнтально*/
    position: relative;
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note {
    display: flex;
    flex-flow: row-reverse;

}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo {
    width: var(--ht);
    max-height: var(--ht); 
    /*margin-right: 20px; горизрнтально*/
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo .img_class,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo .img_class {
    width: var(--ht);
    max-height: var(--ht);    
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo .img_class,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo .img_class {
    width: var(--ht);
}
.content_notefort .cys_note_item.article_item .cys_note_photo .img_class .show_foto_style_img,
.content_notefort .cys_note_item.news_item .cys_note_photo .img_class .show_foto_style_img,
.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo .img_class .show_foto_style_img,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_photo .img_class .show_foto_style_img {
    max-height: var(--ht);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: bottom;";
    float: left;
    overflow: hidden;
    height: var(--ht);
}
.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title {
    margin-bottom: 10px !important;
    /*line-height: 1.1em; горизрнтально*/
    /*margin-left: 10px;горизрнтально*/
    
    /*вертикально*/
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0;
     
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title .datanote,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title .datanote {
    /*right: 18px; горизрнтально*/
    font-size: 14px;
    color: var(--clink);
    /*position: absolute; горизрнтально*/
    /*top: -20px; горизрнтально*/
    
    /*вертикально*/
    position: relative;
    float: left;
    top: 0;
    width: 100%;
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title .notetitle,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title .notetitle {

    transition: all 0.2s ease-in-out;   
    
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    font-family: 'MyriadPro-Regular';
    border-bottom: 1px solid;
    line-height: 1;
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_text,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_text {
    font-size: 16px;
    line-height: 1.3em;
    color: #707070;
    width: 100%;
    display: flex;
}
.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_text .in_note_text,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_text .in_note_text {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    border-top: 1px solid var(--etrn);
    border-bottom: 1px solid var(--etrn);
    border-left: 1px solid var(--etrn);
    padding: 20px;
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_text .contentNote,
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_text .contentNote {
    /*margin-left: 10px; горизрнтально*/
    
    /*вертикально*/
    position: relative;
    float: left;
}
.content_notefort .cys_note_item.article_item .item_note_type_9.item_note_rule_1 .cys_note_item_note .cys_note_text .datanote,
.content_notefort .cys_note_item.news_item .item_note_type_9.item_note_rule_0 .cys_note_item_note .cys_note_text .datanote {
    font-size: 14px;
    color: var(--clink);
    
    text-align: left;
}
.content_notefort .cys_note_item.article_item .item_note_type_9.item_note_rule_1 .cys_note_item_note .cys_note_text a.notetitle,
.content_notefort .cys_note_item.news_item .item_note_type_9.item_note_rule_0 .cys_note_item_note .cys_note_text a.notetitle {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    font-family: 'MyriadPro-Regular';
    border-bottom: 1px solid;
}
.content_article .note_foto,
.content_news .note_foto {
    max-width: 48%;
    position: relative;
    float: left;
    margin-right: 2%;
}

.content_notearticle .article_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title .notetitle, 
.content_notenews .news_item.cys_note_item .item_note_type_9 .cys_note_item_note .cys_note_item_top_title .notetitle {
    color: var(--ccol);
    
}
.vid_note_9 .contentNote {
    /*font-size: 16px;
    line-height: normal; горизрнтально*/
    
    font-size: 14px;
    line-height: normal;
    color: var(--zlink);
    text-align: left;
}
.content_notearticle .article_item.cys_note_item:hover .cys_note_item_top_title .notetitle,
.content_notenews .news_item.cys_note_item:hover .cys_note_item_top_title .notetitle {
    color: #0056b3 !important;
}

.content_notenews .show_foto_style_img {
	 border-radius: 0 5px 5px 0;
}

.content_notefort .cys_note_item .item_note_type_9.item_note_rule_0 .cys_note_item_top_title {
    padding-top: 10px;
}
.content_notefort .cys_note_item .item_note_type_9.item_note_rule_0 {
    width: var(--wh);
}
.content_notefort .cys_note_item .item_note_type_9.item_note_rule_0 .cys_note_photo {
    width: var(--wh);
}

.content_notefort .cys_note_item.news_item .item_note_type_9.item_note_rule_0 .cys_note_item_note .cys_note_text a.notetitle, 
.vid_note_9 .content_notefort .item_note_type_9.item_note_rule_0 a.notetitle, 
.content_notefort .item_note_type_9.item_note_rule_0 a.notetitle, 
.content_notefort .item_note_type_9.item_note_rule_0 .notetitle {
    text-align: left;
}

.vid_note_9 .content_notefort .item_note_type_9.item_note_rule_0 .cys_note_item_note .cys_note_text .contentNote {
    text-align: left;
    margin-top: 10px;
    position: relative;
    float: left;
}