@import "mobile_menu.css";
@import "header.css";
@import "main.css";
@import "footer.css";

* {
    box-sizing: border-box;
}
/*svg-map*/
.block_name2{margin-bottom: 10px;}
.block_name2 a{line-height: 1.2;font-size:20px;display: inline-block;font-family: 'PT Sans Bold', sans-serif;text-transform: uppercase;color:#a01c1c;cursor: pointer;}
#svg_map{left: -30px;position: relative;}
.svg_text{font-size: 9px;position: absolute;z-index: 1000;color:#000!important;font-weight: normal;}
#svg_map a:hover,.svg_text:hover{text-decoration:none}
.svg_region{fill: #ecf3f6; stroke: #bbc2c5;stroke-width: 1px;}
.svg_region:hover, #svg_map a:hover path{fill: #f0b39f;stroke:#c0b0ab}
.svg_c1{fill-rule: evenodd;clip-rule: evenodd;fill: #f56b3e; stroke: #c0b0ac; stroke-width: 1px;}
#svg_map a:hover circle{fill:#a01c1c;stroke: #ffffff;}
.svg_map svg {/*width:765px!important;position: relative;z-index: 4*/}
.svg_map{width: 100%;position: relative;}

.use{z-index: 100}       
.svg_map_item{position: relative;width:100%}
.svg_map_text{display: none;position: absolute;z-index: 1000;color:#000;padding: 20px 15px;font-size:14px;text-align: left;max-width:205px;background-color: #fefbf0;}
.svg_map_text{left: -16px;top: 1px;border: 1px solid #4f4f4f;}
.svg_map_text a{color:#4f4f4f;}
.svg_map_text_close{background: url('/desimages/text_close.png') no-repeat;width: 10px;height: 10px;position: absolute;right:5px;top:5px;cursor: pointer;background-size:contain;}


.all {
    max-width: 1500px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.content_wrapper {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

.news_list_date {
    font-size: 12px;
    color: #9e9e9e;
    margin-bottom: 17px;
}

h1 + .news_list_date {
    margin-bottom: 22px;
}

.top_ban_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: stretch;
    padding: 33px 0 3px;
    text-align: center;
    background: #ffffff;
}

.top_ban_box .ban {
    width: 465px;
    min-height: 116px;
    margin: 0 26px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid #fff;
    -webkit-transition: background 0.2s;
    -o-transition: background  0.2s;
    transition: background  0.2s;
}

.top_ban_box .ban .ban_text {
    padding: 0 12px;
    font-size: 28px;
    font-family: 'PT Sans Bold', sans-serif;
    line-height: 1;
    color: #fff;
}

.text_on_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hover_white {
    color: #fff;
}

.activity_block {
    text-align: center;
    background:  url(/desimages/pattern_deyatelnost_left.png) no-repeat left bottom, url(/desimages/pattern_deyatelnost_right.png) no-repeat right bottom #f6f6f6;
    padding: 40px 0 5px;
}

.activity_block .block_name {
    color: #666564;
    text-transform: uppercase;
}

.activity_block .ban {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 52px;
}

.activity_block .ban:hover {
    text-decoration: none;
}

.activity_block .ban .ban_text {
    display: block;
    color: #666564;
    font-size: 19px;
    line-height: 22px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.activity_block .ban:hover .ban_text {
    color: #a01c1c;
    text-decoration: underline;
}

.activity_block .ban img {
    display: inline-block;
    max-width: 85px;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.page_bg_box {
    min-height: 115px;
    background: url(/desimages/page_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 50px 15px 390px;
    display: flex;
    align-items: stretch;
}

.top_block {
    padding: 27px 50px;
}

.content {
    float: right;
    width: calc(100% - 340px);
}

.content.on_left {
    float: left;
    width: calc(100% - 350px);
}

.overflow_block {
    overflow-x: auto;
}

.content table {
/*    overflow-x: auto;
    display: block;*/
    line-height: 1;
}

.inner_content {
    position: relative;
    line-height: 1;
}

/*.inner_text > h1 {
    line-height: 1.1;
}*/

.inner_content a {
    text-decoration: underline;
}

.inner_content a:hover {
    text-decoration: none;
}

.form_wrapper {
    line-height: 1.66667;
}

.inner_block .left_part {
    width: 340px;
    float: left;
    padding-right: 40px;
    margin-top: -110px;
}

.content_menu .menu_btn {
    color: #fff;
    transform: rotate(90deg);
    padding: 1px 17px;
    vertical-align: top;
    background: #035e7d;
    display: none;
}

.left_part .photo_close {
    display: none;
}
 
.content_menu .inner_right_menu > .menu_item a {
    color: #fff;
    font-weight: bold;
}

.content_menu .inner_right_menu {
    padding: 15px 0 0;
    background: url(/desimages/content_menu_bg.jpg) no-repeat center;
    background-size: cover;
}

.content_menu ul {
    margin: 0;
}

.content_menu ul li {
    margin: 0;
    padding: 0;
    background: none;
}

.content_menu ul.inner_right_menu > li:first-of-type {
    border-bottom: none;
}

.content_menu ul li a {
    display: block;
    padding: 15px 20px;
}

.content_menu .nav_inner {
    background: #f7f1ea;
}

.left_part .content_menu .nav_inner a {
    font-size: 16px;
    color: #035d7d;
    padding-left: 20px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-bottom: 1px solid #ffffff;
}

.menu_ch_item.sp_s.sp_p > .r_menu_second a {
    color: #a01c1c;
    background-color: #f7f1ea;
}

.menu_ch_item.sp_s.sp_p li {
    border-bottom: none;
}

.menu_ch_item.sp_s.sp_p > .r_menu_second a:hover {
    background-color: #035d7d;
    color: #ffffff;
}

.nav_inner2 .menu_ch_item .r_menu_second a {
    background: url(/desimages/ul_li_ires.png) 20px 23px no-repeat;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.3;
}

.nav_inner2 .menu_ch_item .r_menu_second a:hover {
    background-color: #035d7d;
}

.nav_inner3 .menu_ch_item .r_menu_second a {
    background: url(/desimages/ul_li_ires.png) 40px 23px no-repeat;
    padding-left: 70px;
}

.content_menu .inner_right_menu.inner_r_menu_img {
    padding-top: 0;
}

.r_menu_img {
    position: relative;
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-box-shadow: inset 0 -80px 80px -80px #000000;
    -webkit-box-shadow: inset 0 -80px 80px -80px #000000;
    box-shadow: inset 0 -80px 80px -80px #000000;
    border-bottom: 1px solid #fff;
}

.r_menu_img a.sel_menu {
    position: absolute;
    bottom: 0;
    font-size: 21px;
    font-family: 'PT Sans Bold', sans-serif;
    text-transform: uppercase;
}

.page_bg_inner {
    display: flex;
    float: right;
    max-width: 1060px;
    width: 100%;
    padding-right: 20px;
}

.page_bg_inner .taxonomy_wrapper {
    align-self: flex-end;
}

.page_bg_inner .taxonomy,
.page_bg_inner .rubric_link {
    line-height: 1.2;
}

.page_bg_inner .rubric_link {
    margin-top: 7px;
}

.rubric_name {
    font-size: 30px;
    color: #fff;
    font-family: 'PT Sans Bold', sans-serif;
}

.rubric_link a {
    color: #fff;
}

.inner_content .text {
    float: right;
    width: calc(100% - 78px);
}

.social_icons_c {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    float: left;
    width: 40px;
    margin-top: -20px;
    margin-right: 38px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.social_icons_c > div {
    margin-left: -3px;
}

.print_icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    font-size: 0px;
}

.print_icon {
    background-image: url(/desimages/print_ico.png);
}

.print_icon:hover {
    background-image: url(/desimages/hover_print_ico.png);
}

.taxonomy a,
.taxonomy span {
    font-size: 14px;
    color: #f56b3d;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
} 

.taxonomy a:hover span {
    text-decoration: underline;
}

.taxonomy span:hover {
    text-decoration: none;
}

.taxonomy a:hover {
    text-decoration: underline;
}

.pages_inner {
    clear: both;
    padding-top: 40px;
    font-size: 18px;
    border-top: 1px solid #d6d6d6;
}

.pages_inner a {
    padding: 4px 7px;
}

.pages_inner span,
.pages_inner a {
    color: #003b5a;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.pages_inner .page_n_sel:hover a,
.pages_inner .p_prev_block:hover,
.pages_inner .p_next_block:hover,
.pages_inner .p_prev:hover,
.pages_inner .p_next:hover {
    color: #f56b3d;
    text-decoration: underline;
}

.pages_inner .page_sel {
    background: #a01c1c;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    min-width: 36px;
    text-align: center;
    padding: 4px 0px;
}

.pages_inner .p_prev {
    margin-right: 5px;
    font-size: 14px;
}

.pages_inner .p_next {
    margin-left: 5px;
    font-size: 14px;
}

.pages_inner .p_prev_block,
.pages_inner .p_next_block {
    font-size: 14px;
}

.pages_inner .p_prev_block {
    margin-right: 5px;
}

.pages_inner .p_next_block {
    margin-left: 5px;
}

.img_title {
    font-size: 12px;
    color: #9e9e9e;
    max-width: 700px;
}

.inner_block .img_text img {
    margin: 0 0 17px;
}

.inner_block .img_text {
    margin-bottom: 30px;
}

.all_news,
.all_media {
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
}

.social_icons_c + .all_news,
.social_icons_c + .all_media {
    margin-left: 78px;
}

.block_name {
    color:#585858;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

.news_block_date {
    font-size: 12px;
    color: #9e9e9e;
    text-decoration: none;
    margin-bottom: 3px;
}

.item_text {
    text-align: left;
}

.news_block_item img  {
    margin-bottom: 10px;
}

.news_col {
    margin-left: -12.9%;
} 

.news_col.meadia_box {
    margin-left: -8.9%;
}

.news_col.meadia_box.four_col {
    margin-left: -8.9%;
}
 
.news_block_item {
    margin: 0 0 40px 12%;
    width: calc(25% - 44px);
    float: left;
    cursor: pointer;
}

.clear_after_2,
.four_col .clear_after_3 {
    display: none;
    clear: both;
}

.clear_after_4,
.clear_after_3 {
    clear: both;
}

.news_block_item.photo_item {
    margin: 0 0 40px 8.5%;
    width: 16.5%;
}


.bans_on_left .news_block_item,
.three_col .news_block_item {
    width: 21.33%;
}

.news_block_item.video_item {
    width: 25%;
    margin: 0 0 40px 8.33%;
}

.news_block_item:hover {
    text-decoration: none;
}

.news_block_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.33;
}

.video_img {
    position: relative;
}

.video_item:hover .video_title,
.photo_item:hover .video_title {
    color: #a01c1c;
}

.video_title {
    color:#035d7d;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.video_img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 55px;
    height: 55px;
    background: url(/desimages/video_ico.png) center center no-repeat;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.video_item:hover .video_img::before {
     background-image: url(/desimages/video_ico_hover.png);
}

.video_add {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.video_add iframe,
.video_add video,
.video_add object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.all .wide {
    max-width: 100%;
    width: 100%;
}

.page_bg_box.wide {
    padding-left: 50px;
}

.sitemap {
    margin: 0 0 0 -7%;
}

.sitemap li {
    margin: 0;
}

.sitemap li a:hover {
    color: #a01c1c;
    text-decoration: underline;
}

.sitemap > li {
    margin-bottom: 25px;
}

.sitemap > li:last-of-type {
    margin-bottom: 0;
}

.sitemap > li a {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
}

.sitemap > li {
    display: inline-block;
    vertical-align: top;
    width: calc(43% - 4px);
    margin-left: 7%;
}

.sitemap > li > ul > li a {
    font-weight: normal;
    font-size: 18px;
}

.sitemap > li > ul > li {
    background: url(/desimages/sitemap_li_second_level.png) left 13px no-repeat;
}

.sitemap > li > ul > li ul li {
    background: url(/desimages/sitemap_li_third_level.png) left 13px no-repeat;
}

.sitemap > li > ul > li ul a {
    font-size: 16px;
}

.error_wrapper {
    background: url(/desimages/error_404_bg.jpg) left top no-repeat;
    background-size: cover;
    min-height: 710px;
    padding: 30px 50px 100px;
    position: relative;
}

.error_wrapper,
.error_wrapper a {
    color: #fff;
}

.title_404 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 2px;
}

.error_404 {
    font-weight: bold;
    font-size: 98px;
    position: absolute;
    top: 277px;
    left: 261px;
}

.error_404_text,
.error_404_text a {
    font-size: 22px;
}

.error_404_text > * {
    background: url(/desimages/sitemap_li_second_level.png) left 18px no-repeat;
    margin-bottom: 0px;
    padding-left: 23px;
    display: block;
}

.error_right_text {
    margin-top: 271px;
    padding-left: 52%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #3c3c3c;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.el_input select:-moz-focusring,
#search_adv select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.fb_info {
    font-weight: bold;
    margin-top: 45px;
}

.fb_info span {
    color: #a01c1c;
    font-weight: normal;
} 

.fb_text .red_error {
    display: block;
    color: #a01c1c;
    font-weight: bold;
}

.fb_text .red {
    display: inline;
    color: #a01c1c;
}

.fb_text .red_error {
    visibility: hidden;
    font-size: 14px;
}

.el_input {
    float: left;
    padding-bottom: 50px;
    width: calc(100% - 288px);
    max-width: 650px;
}

.el_input select,
.el_input input,
.el_input textarea {
    display: block;
    width: 100%;
    border: 1px solid #c9c9c9;
    max-width: 650px;
}

.el_input select:focus,
.el_input input:focus,
.el_input textarea:focus,
.el_file .upload_file:focus,
.el_pic .code_input:focus,
#search_adv input[type="text"]:focus,
#search_adv select:focus {
    border: 1px solid #2c526a;
    outline: none;
}

.el_input select,
.el_input input,
.el_file .upload_file,
.el_pic .code_input {
    padding: 9px 18px 11px 18px;
    font-size: 18px;
    color: #5a5a5a;
    background: #ffffff;
    box-sizing: border-box;
    font-family: 'PT Sans Regular', sans-serif;
}

.el_input select {
    background: url(/desimages/select.png) no-repeat right 12px center #fff;
    padding-right: 37px;
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}

.el_input select::-ms-expand {
    display: none;
}

.el_input textarea {
    max-width: 100%;
    min-height: 150px;
    padding: 9px 18px 11px 18px;
    font-size: 18px;
    font-family: 'PT Sans Regular', sans-serif;
    box-sizing: border-box;
    background: #ffffff;
    color: #5a5a5a;
}

.fb_small_text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1;
}

.el_file .fb_text,
.el_file .upload_file,
.el_file .upload_wrapper {
    vertical-align: top;
}

.el_file {
    margin-bottom: 50px;
}

.el_file .fb_text,
.el_pic .fb_text,
.fb_text {
    float: left;
    width: 288px;
    padding-right: 40px;
    line-height: 1.3;
}

.el_file .fb_text {
    margin-top: 5px;
}

.el_file .fb_text span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.el_file .upload_file {
    display: block;
    float: left;
    width: 219px;
    font-family: 'PT Sans Regular', sans-serif;
    font-size: 14px;
    border: 1px solid #c9c9c9;
    /*padding: 9px 18px 11px 18px;*/
    padding: 8px 18px 8px 18px;
    min-height: 45px;
    color: #585858;
    font-size: 16px;
}

.el_file input[type="file"] {
    display: block;
}

.upload_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    max-height: 45px;
    padding: 6px 28px 6px 28px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #ffffff;
    background: #035d7d;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
    float: left;
}

.upload_wrapper:hover {
    background: #4c7590;
}

.upload_wrapper input.upload_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 120px;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.el_pic {
    margin-top: 45px;
}

.el_pic .fb_text {
    margin-top: 6px;
}

.el_pic .code_input {
    margin-right: 25px;
    display: block;
    float: left;
    width: 160px;
    margin-top: 10px;
    font-family: 'PT Sans Regular', sans-serif;
    border: 1px solid #c9c9c9;
    padding: 9px 18px 11px 18px;
    font-size: 18px;
    color: #5a5a5a;
}

.el_pic .fb_code {
    float: left;
    margin-top: 10px;
}

.el_pic .fb_code iframe,
.el_pic .fb_code a {
    vertical-align: top;
}

.el_pic .fb_code a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    color: #585858;
    text-decoration: underline;
}

.el_pic .fb_code a:hover {
    text-decoration: none;
    color: #a21920;
}

.sendform {
    display: block;
    width: 266px;
    height: 50px;
    margin: 75px auto 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #a01c1c;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
}
.sendform:hover {
    background: #035d7d;
}

.fb_send_ok,
.fb_send_error {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.fb_send_ok {
    color: #416641;
}

.fb_send_error {
    color: #ff0000;
}

.input_desc {
    margin-top: -6px;
    padding-left: 14px;
    float: left;
    font-size: 16px;
    color: #585858;
    max-width: calc(100% - 624px);
    line-height: 1.3;
}

.fb_text_after {
    margin: 30px 0;
}

.fb_text_before {
    margin: 0 0 30px;
}

.bans_on_left .ban img {
    display: inline-block;
    float: left;
    max-width: 35px;
    margin: 0;
    vertical-align: middle;
}

.bans_on_left .ban .ban_text {
    display: inline-block;
    width: calc(100% - 43px);
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    color: #666564;
}

.ban_box {
    background: #f6f6f6;
    padding: 2px 12px;
}

.ban_box .ban {
    display: block;
    padding: 10px 0;
}

.ban_box .ban:hover {
    text-decoration: none;
} 

.ban_box .ban .ban_text {
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.ban_box .ban:hover .ban_text {
    color: #a01c1c;
}

.ban_box .ban img {
    margin-right: 8px;
}

.ext_searh_box {
    padding: 56px 30px;
    background: #efefef;
}

#search_adv {
    position: relative;
}

#search_adv #query {
    height: 35px;
    width: 100%;
    padding: 0 39px 0 18px;
    font-size: 18px;
    border: none;
    outline: none;
}

.search_in_btn {
    font-size: 0;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(/desimages/extended_search_ico.png) no-repeat center transparent;
    cursor: pointer;
}

.search_in_btn:hover {
    background: url(/desimages/hover_extended_search_ico.png) no-repeat center transparent;
}

.inner_block .right_part {
    width: 340px;
    float: right;
    padding-left: 40px;
}

.inner_block .content.on_left + .right_part {
    width: 350px;
    padding-left: 50px;
}

.search_result {
    margin: 60px 0 40px;
    font-size: 22px;
}

.search_result_list .last_n_inner_item {
    padding-top: 20px;
    padding-bottom: 35px;
    border-top: 1px solid #d6d6d6;
}

.search_result_list .last_n_inner_item:first-child {
    padding-top: 0;
    border-top: none;
}

.search_result_list .news_list_title span,
.search_result_list .news_item_descript span {
    font-weight: bold;
}

.search_result_list .news_list_chapter,
.search_result_list .news_list_title,
.search_result_list .news_item_descript {
    line-height: 30px;
}

.search_result_list .news_list_chapter {
    margin-bottom: 5px;
}

.search_result_list .news_list_chapter a {
    font-size: 12px;
    text-transform: uppercase;
    color: #a01c1c;
}

.search_result_list .news_list_chapter a:hover {
    text-decoration: underline;
}

.search_result_list .last_n_inner_item .image {
    float: left;
    max-width: 150px;
    margin-right: 20px;
}

.search_result_list .last_n_inner_item img {
    display: inline-block;
    margin: 0;
}

.search_result_list .news_list_title {
    color: #035d7d;
}

.search_result_list a:hover .news_list_title {
    text-decoration: underline;
    color: #a01c1c;
}

.search_result_list .news_list_title.margin_for_title {
    margin-top: -8px;
}

.right_part .actual {
    padding: 0;
}

.actual_link:hover {
    text-decoration: none;
}

.right_part .actual_col {
    text-align: left;
}

.right_part .actual_link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
}

.right_part .actual_pic {
    float: none;
    padding-top: 0;
    margin-bottom: 16px;
}

.right_part .actual_text,
.right_part .actual_details {
    margin-left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.right_part .actual_text {
    margin-bottom: 7px;
}

.right_part .all_actual_link {
    text-align: left;
}

.right_part .actual_col .actual_link {
    margin-bottom: 36px;
}

.actual_text,
.actual_details {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.right_part .actual_col::after {
    display: none;
}

#parent_popup {
    display: none;
    z-index: 800000;
}

.popup_opacity {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 300;
    top: 0;
    left: 0;
}

#parent_popup,
#parent_popup_v,
#attach_popup,
#parent_popup_video_attach {
    display: none;
    z-index: 800000;
}

#popup, #popup_att,
#attach_big,
#popup_video_attach {
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    color: #585858;
    max-width: 1035px;
    /*idth: 100%;*/
    width: calc(100% - 40px);
    z-index: 500;
    webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 2px  rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 2px  rgba(0,0,0,0.4);
}

.photoTheme_attach .sp_news_item_img, .videoAttach .sp_news_item{display: inline-block;vertical-align: top;margin-right: 3%;width: 31%;border-bottom: none}
.photoTheme_attach .sp_news_item_img:nth-child(3n),  .videoAttach .sp_news_item:nth-child(3n){margin-right: 0;}
#popup_v{background-color: #424446; left: 0%;position: fixed;top: 25%!important;color: #000;max-width: 740px!important;width: 100%;z-index: 500;}

.photo_big {
    float: none;
    margin: 0px;
    border: 0px;
    display: block;
}

#popup {
    padding: 50px;
}

.photo_text {
    color:#585858;
    font-size: 18px;
}

.popup_photo_box {
    position: relative;
    display: inline-block;
}

.video_box {
    width: 100%;
}

.video_box video {
    max-height: 500px;
}

.popup_photo_title {
    font-weight: bold;
    font-size: 30px;
    color: #585858;
    margin: 18px 0;
}

.ph_next {
    display: block;
    position: absolute;
    background: url(/desimages/ph_next.png) no-repeat center;
    width: 50px;
    height: 100%;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ph_prev {
    display: block;
    position: absolute;
    background: url(/desimages/ph_prev.png) no-repeat center;
    width: 50px;
    height: 100%;
    top: 0;
    margin: auto;
    bottom: 0;
    left: -50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ph_prev:hover {
    background-image: url(/desimages/slider_prev_hover.png);
}

.ph_next:hover {
    background-image: url(/desimages/slider_next_hover.png);
}

.photo_close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/desimages/close_icon_ph.png) no-repeat center;
    padding: 15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.photo_close.for_menu {
    background: none;
}

.activity_menu .photo_close:hover,
.photo_close.for_menu:hover {
    background-image: none;
}

.photo_close:hover {
    background-image: url(/desimages/hover_close_icon_ph.png);
}

.video_desc {
    color: #585858;
    margin: 30px 0
}

.bans_after_tape.secondary {
    padding: 45px 50px;
}

.bans_after_tape.secondary a {
    background-image: none;
    text-align: center;
    padding: 0;
}

.question_block {
    margin: 0 0 20px 12%;
    line-height: 30px;
}

.question_text {
    padding: 3px 10px 6px 50px;
    padding-left: 50px;
    font-family: 'PT Sans Bold', sans-serif;
    background-image: url(/desimages/q_arrow.png);
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-color: #f7f1ea;
    cursor: pointer;
}

.question_text:hover {
    text-decoration: underline;
    color: #af3e39;
    background-color: #f9e3c9;
}

.question_text.clicked {
    color: #035d7d;
    background-image: url(/desimages/q_arrow_clicked.png);
}

.answer_text {
    display: none;
    padding: 25px 20px 50px 50px;
}

.question_text.clicked + .answer_text {
    display: block;
}

@media only screen and (min-width: 991px) {
   .left_part .content_menu .nav_inner a:hover {
        background-color: #035d7d;
        color: #fff;
    }
    .hover_white:hover {
        color: #fff;
    }
    .top_ban_box .ban:hover {
        border: 10px solid #f3dfe0;
    }
    .news_sl_item a:hover {
        background-color: rgba(160, 28, 28, 0.4);
    }
    .slider_next:hover,
    .slider_bans_next:hover {
        background-image: url(/desimages/slider_news_next_hover.png);
    }
    .slider_prev:hover,
    .slider_bans_prev:hover {
        background-image: url(/desimages/slider_news_prev_hover.png);
    }
    .main_langs:hover .main_langs_inner {
        display: block;
    }
    .mobile_menu {
        display: none;
    }
}

@media only screen and (max-width: 1350px) {
    .input_desc {
        clear: both;
        max-width: 100%;
        padding-top: 10px;
        padding-left: 288px;
        display: block;
    }
    .last_news_content .last_news_text {
        display: none;
    }
    .bans_before_tape a {
        margin: 0 35px 30px;
    }
}

@media only screen and (max-width: 1250px) {
    .header_menu {
        width: calc(100% - 225px);
    }
    .header_menu ul {
        margin: 0;
    }
    .header_menu a {
        padding: 0 15px;
    }
    .menu_line_right_col {
        margin-right: 0;
    }
    .sb-search {
        min-width: 56px;
    }
    .sb-icon-search,
    .sb-search-submit {
        width: 56px;
    }
    .sb-search.sb-search-open {
        width: 268px;
    }
    .sb-search-input {
        right: -44px;
        width: 196px;
    }
    .header_link a {
        width: 162px;
    }
    .header_title {
        width: calc(100% - 285px);
        margin-left: 15px;
    }
    .title_line_right_col {
        margin-right: 0;
    }
    .header_banners a {
        width: 52px;
    }
    .header_banners a:last-child,
    .main_langs {
        width: 69px;
    }
    .header_soc {
        width: 68px;
    }
    .news_slider_wrapper {
        padding: 80px 36px 35px;
    }
    .top_ban_box {
        padding: 33px 5px 3px;
    }
    .top_ban_box .ban {
        margin: 0 6px 30px;
    }
    .news_main {
        padding: 20px 15px 50px;
    }
    .actual {
        padding: 35px 15px 25px;
    }
    .actual_link {
        width: calc(100%/3 - 20px);
        margin-right: 20px;
    }
    .links {
        padding: 80px 15px 46px;
    }
    .links .bans,
    .links .ires {
        width: 100%;
    }
    .links .bans div {
        width: 25%;
        margin: 0 0 55px;
        text-align: center;
    }
    .links .bans div a {
        display: inline-block;
    }
    .links .ires {
        margin-top: 0;
    }
    footer {
        padding: 35px 15px 40px;
    }
    footer .footer_row .footer_col {
        width: 24%;
        padding-right: 30px;
    }
    footer .footer_row .footer_col:last-child {
        display: block;
        width: 100%;
        margin-top: 35px;
        padding-right: 0;
    }
    .links .ir_ul li {
        display: inline-block;
        width: calc(49.5% - 10px);
        vertical-align: top;
    }
    .links .ir_ul li:nth-child(odd) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1150px) {
    .photo_section {
        margin-right: 0;
    }
    .photo_section,
    .video_section {
        width: 330px;
    }
    .video_section {
        float: right;
    }
    .photo_video {
        padding: 32px 100px 45px;
    }
    .photo_section .fp_photo_item,
    .video_section .fp_video_item {
        float: none;
        margin-right: 0;
    }
    .photo_video .fp_photo_text,
    .photo_video .fp_video_text {
        margin-top: 12px;
    }
    .error_wrapper {
        min-height: 100%;
    }
    .error_404 {
        position: static;
    }
    .error_right_text {
        margin-top: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 990px) {
    .el_file .fb_text,
    .el_pic .fb_text,
    .fb_text,
    .el_input {
        width: 100%;
        float: none
    }
    .input_desc {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .news_block_item {
        width: calc(33.33% - 44px);
    }
}

@media only screen and (max-width: 990px) {
    
    .popup_photo_title {
        font-size: 20px;
    }
    
    .content.on_left,
    .inner_block .content.on_left + .right_part {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .inner_block .content.on_left + .right_part {
        padding-left: 0;
    }
    .inner_block .left_part.on_right {
        width: 100%;
        float: none;
        padding: 0;
        margin: 30px 0 0;
        clear: both;
    }
    .content.rubric_list_content {
        clear: both;
        width: 100%;
        float: none;
    }
    .left_part.mobile_content_menu .photo_close {
        display: block;
    }
    .left_part.mobile_content_menu .content_menu ul li a {
        padding-right: 60px;
    }
    .mobile_content_menu .photo_close {
        top: 20px;
        right: 12px;
    }
    .el_pic .code_input {
        width: calc(100% - 463px);
    }
    .el_file .upload_file {
        width: calc(100% - 405px);
    }
    .content_menu .inner_right_menu {
        display: none;
    }
    .page_bg_box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_bg_box.wide {
        padding-left: 20px;
    }
    .page_bg_box.with_section_menu {
        padding-left: 72px;
    }
    .top_block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .inner_block .left_part.sticky_inner_menu {
        margin-top: -47px;
        margin-left: -79px;
        width: auto;
        float: none;
        position: -webkit-sticky;
        position: sticky;
        top: 58px;
        padding-right: 0;
    }
    .content_menu .menu_btn {
        display: inline-block;
    }
    .left_part + .content {
        float: none;
        width: 100%;
        padding-left: 52px;
    }
    .mobile_content_menu .content_menu,
    .mobile_content_menu .content_menu .inner_right_menu {
        height: 100%;
    }
    .mobile_content_menu .content_menu .inner_right_menu {
        display: block;
    }
    .mobile_content_menu .content_menu .inner_right_menu {
        padding-left: 31px;
        overflow-y: auto;
    }
    .inner_block .left_part.mobile_content_menu {
        position: fixed;
        top: 0;
        left: 79px;
        right: 0;
        bottom: 0;
        padding-right: 0;
        z-index: 999;
        width: 100%;
        margin-top: 0;
    }
    .left_part.mobile_content_menu .menu_btn {
        position: absolute;
        left: -59px;
        top: 58px;
    }
    .menu_line,
    .header_langs,
    .header_soc,
    .header_banners a:first-child {
        display: none;
    }
    .header_banners {
        float: right;
        border: none;
    }
    .header_title {
        width: calc(100% - 162px);
    }
    .header_text {
        letter-spacing: normal;
    }
    .news_sl_item a {
        padding: 25px 0 30px;
    }
    .top_ban_box .ban {
        width: 365px;
        min-height: 96px;
        margin: 0 10px 30px;
        border: none;
    }
    .last_news_col {
        max-width: 620px;
        margin: 0 auto;
    }
    .last_news_first_item img {
        width: 100%;
        margin: 0 0 15px;
    }
    .last_news_content.last_news_with_img {
        padding: 0 35px 45px;
    }
    .last_news_content .last_news_text {
        display: block;
    }
    .last_news_wrapper {
        flex-direction: column;
    }
    .last_news_item {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .last_news_item:last-child {
        margin-bottom: 0;
    }
    .actual_link {
        width: calc(49% - 10px);
        margin-right: 0;
    }
    .actual_link:nth-child(odd) {
        margin-right: 20px;
    }
    .photo_section,
    .video_section {
        width: 310px;
    }
    .photo_video {
        padding: 32px 55px 45px;
    }
    .links {
        padding: 60px 15px 46px;
    }
    .links .bans div {
        width: 33.333333333%;
    }
    .links .ir_ul {
        margin-bottom: 0;
    }
    footer .footer_row .footer_col {
        width: 100%;
        padding-right: 0;
    }
    footer .footer_row .footer_col,
    footer .footer_row .footer_col:last-child {
        margin-top: 25px;
    }
    footer .footer_row .footer_col:first-child {
        margin-top: 0;
    }
    footer .footer_row ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 3px;
        padding-right: 15px;
        border-right: 1px solid #ffffff;
    }
    footer .footer_row ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }
    .news_slider_wrapper {
        padding: 60px 36px 20px;
    }
    .slider_prev {
        left: -25px;
    }
    .slider_next {
        right: -25px;
    }
    .news_sl_details {
        margin: 45px auto 46px;
    }
    .last_news_first_item {
        margin-bottom: 40px;
    }
    .all_last_news {
        margin-top: 30px;
    }
    .news_main {
        padding: 20px 15px 60px;
    }
    .content_menu .inner_right_menu.inner_r_menu_img {
        padding-top: 15px;
    }
    .r_menu_img {
        position: static;
        width: 100%;
        height: auto;
        background-image: none !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .r_menu_img a.sel_menu {
        position: static;
    }
    .header_menu_button {
        display: inline-block;
    }
    .sitemap {
        margin: 0;
    }
    .sitemap > li {
        width: 100%;
        margin-left: 0;
    }
    .answer_text {
        padding: 25px 20px 25px 50px;
    }
    .content_menu .menu_btn {
        margin-bottom: 31px;
    }
    .left_part.sticky_inner_menu + .content {
        margin-top: -31px;
    }
}

@media only screen and (max-width: 800px) {
    .photo_video {
        padding: 32px 15px 45px;
    }
}

@media only screen and (max-width: 799px) {
    .mob_header_soc .soc_inner a {
        margin: 0 15px 10px 0;
    }
}

@media only screen and (max-width: 770px) {
    .header_title .header_logo,
    .header_title .header_text {
        vertical-align: top;
    }
    .header_logo {
        max-width: 43px;
        margin-top: 13px;
        line-height: 0;
    }
    .header_title a:first-child {
        margin-bottom: 2px;
    }
    .header_title .header_text {
        margin-top: 15px;
        max-width: 290px;
    }
    .header_text {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .header_text p {
        margin-top: 5px;
    }
    .links .ir_ul li {
        display: block;
        width: 100%;
    }
    .links .ir_ul li:nth-child(odd) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 730px) {
    .news_col,
    .news_col.meadia_box {
        margin-left: -15%;
    }
    .news_block_item.video_item,
    .bans_on_left .news_block_item,
    .three_col .news_block_item {
        width: 36%;
        margin: 0 0 40px 14%;
    }
    .clear_after_3 {
        display: none;
    }
    .clear_after_2,
    .four_col .clear_after_3 {
        display: block;
    }
    .four_col .clear_after_4,
    .four_col .clear_after_2 {
        display: none;
    }
    .news_block_item.photo_item {
        width: 25%;
        margin: 0 0 40px 8.33%;
    }
    .news_col.meadia_box.four_col {
        margin-left: -8.33%;
    }
}

@media only screen and (max-width: 725px) {
    .mob_header_soc {
        width: calc(100% - 70px);
        padding: 15px 10px 0;
    }
    .mob_header_soc .soc_inner a {
        margin: 0 10px 10px 0;
    }
    .mob_header_langs .main_langs,
    .mob_header_langs .main_lang_selected {
        width: 70px;
    }
    .mob_row_1 {
        width: calc(100% - 201px);
    }
    .mob_row_2 {
        width: 201px;
    }
    .mob_header_link a {
        width: 140px;
    }
    .mob_header_banners a {
        width: 60px;
    }
}

@media only screen and (max-width: 700px) {
    .el_file .fb_text,
    .el_pic .fb_text,
    .fb_text,
    .el_input {
        width: 100%;
        float: none
    }
    .input_desc {
        padding-left: 0;
    }
    .el_file .upload_file {
        width: calc(100% - 117px);
    }
    .el_pic .code_input {
        width: calc(100% - 175px);
    }
    .left_part + .content {
        padding-left: 28px;
    }
    .photo_section,
    .video_section {
        display: block;
        width: 100%;
        float: none;
    }
    .video_section {
        margin-top: 35px;
    }
    .photo_section .fp_photo_item,
    .video_section .fp_video_item {
        float: left;
        margin-right: 18px;
    }
    .photo_video .fp_photo_text,
    .photo_video .fp_video_text {
        margin-top: 0;
    }
    .news_slider_wrapper {
        padding: 30px 36px 35px;
    }
    .news_sl_details {
        margin: 45px auto 55px;
    }
    .news_sl_item a {
        padding: 0;
    }
    .top_ban_box .ban {
        width: 100%;
        max-width: 465px;
    }
    .bans_before_tape a {
        margin: 0 15px 30px;
    }
    .links .bans div {
        width: 50%;
    }
    .actual_link {
        width: 100%;
    }
    .actual_link:nth-child(odd) {
        margin-right: 0;
    }
    .all_actual_link {
        line-height: 1;
    }
    .page_bg_box.with_section_menu {
        padding-left: 48px;
    }
}

@media only screen and (max-width: 600px) {
    .mob_row_1,
    .mob_row_2,
    .mob_header_banners a,
    .mob_header_link a,
    .mob_header_langs,
    .mob_header_langs .main_langs,
    .mob_header_soc {
        width: 100%;
    }
    .mob_header_soc {
        border-top: 1px solid #d6d6d6;
        border-left: none;
    }
    .mob_row_2 {
        border-top: 1px solid #d6d6d6;
    }
    .mob_header_banners,
    .mob_header_link {
        width: 50%;
    }
    .mob_header_soc .soc_inner,
    .mob_header_langs .main_langs_inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .mob_header_langs .main_langs_inner {
        position: static;
        padding: 0;
    }
    .mob_header_langs .main_langs_inner {
        width: auto;
    }
    .mob_header_langs .main_langs_inner .main_lang_item {
        display: inline-block;
        width: 100%;
        border-right: 1px solid #d6d6d6;
    }
    .main_langs_inner .main_lang_item:last-child {
        border-right: none;
    }
    .mob_header_langs .main_lang_selected {
        display: none;
    }
    .mob_header_langs .sel_item_for_mob span {
        font-size: 16px;
    }
    .mob_header_langs .main_langs_inner .main_lang_item a {
        margin-bottom: 0;
    }
    .mob_header_langs .main_langs_inner .main_lang_item a,
    .mob_header_langs .main_langs_inner .main_lang_item span {
        line-height: 68px;
    }
    .error_right_text {
        line-height: 1.4;
    }
    .last_news_content.last_news_with_img {
        padding: 0 20px 35px;
    }
}

@media only screen and (max-width: 550px) {
    .title_line_right_col,
    .header_menu_button {
        background-color: #f6f6f6;
    }
    .title_line_right_col {
        width: 69px;
        padding-top: 11px;
    }
    .header_banners {
        float: none;
        margin-bottom: 11px;
    }
    .header_banners a {
        height: 24px;
        line-height: 24px;
    }
    .header_menu_button {
        width: 69px;
        height: 29px;
    }
    .header_title {
        width: calc(100% - 85px);
    }
    .news_col,
    .news_col.meadia_box,
    .news_col.meadia_box.four_col {
        margin-left: 0;
    }
    .news_block_item.video_item,
    .bans_on_left .news_block_item,
    .three_col .news_block_item,
    .news_block_item.photo_item {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .question_block {
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 500px) {
    .inner_content .text,
    .social_icons_c {
        float: none;
        width: 100%;
    }
    .social_icons_c {
        position: static;
        margin: 30px 0 0;
        padding: 0;
    }
    .social_icons_c + .all_news,
    .social_icons_c + .all_media {
        margin-left: 0;
    }
    .social_icons_c > div {
        margin-left: 0;
    }
    .uptl_toolbar.uptl_toolbar_share ul.vertical li {
        margin-right: 3px !important;
    }
    .social_icons_c .uptl_toolbar.uptl_toolbar_share ul.vertical {
        width: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .social_icons_c .uptl_toolbar.uptl_toolbar_share ul.vertical li {
        margin-right: 6px !important;
        margin-bottom: 10px !important;
    }
    .header_text {
        padding-left: 0;
    }
    .header_logo {
    }
    .header_text p {
        font-size: 18px;
    }
    .header_title .header_text {
        max-width: 225px;
        margin-right: 0;
    }
    .header_text {
        letter-spacing: normal;
    }
    .activity_block .ban {
        width: 185px;
        margin: 0 10px 32px;
    }
    .activity_block .ban .ban_text {
        font-size: 18px;
        line-height: 18px;
    }
    .photo_video img {
        width: 100%;
    }
    .photo_section .fp_photo_item,
    .video_section .fp_video_item {
        width: 45%;
    }
    .bans_after_tape a {
        width: 100%;
        max-width: 380px;
        min-height: 86px;
        height: 100%;
    }
    .bans_after_tape img {
        margin: 0 15px 0 0;
    }
    .bans_after_tape .ban_text {
        max-width: calc(100% - 90px);
        max-height: none;
        letter-spacing: normal;
    }
    .links .bans div {
        width: calc(50% - 5px);
    }
    .links .bans div:nth-child(odd) {
        margin-right: 5px;
    }
    .links .bans div:nth-child(even) {
        margin-left: 5px;
        text-align: right;
    }
    .news_slides {
        padding: 0;
    }
    .ext_searh_box {
        padding: 30px 15px;
    }
    .error_wrapper {
        padding: 30px 15px 50px;
    }
    .error_404 {
        line-height: 1;
    }
    .last_news_content .last_news_text {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    footer .footer_row ul {
        margin-top: 15px;
    }
    footer .footer_row ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        padding-right: 0;
        border-right: none;
    }
    .photo_section .fp_photo_item,
    .video_section .fp_video_item {
        display: inline-block;
        width: auto;
        margin-right: 0;
        float: none;
    }
    .news_sl_details {
        width: 80%;
        padding: 12px;
    }
    .error_404 {
        font-size: 80px;
    }
    .title_404 {
        font-size: 28px;
    }
    .error_404_text,
    .error_404_text a {
        font-size: 18px;
    }
    .news_sl_first_item a {
        font-size: 22px;
    }
    .news_sl_details {
        margin: 30px auto 45px;
    }
    .top_ban_box .ban .ban_text {
        font-size: 26px;
    }
}

@media only screen and (max-width: 370px) {
    .bans_after_tape img {
        display: none;
    }
    .bans_after_tape .ban_text {
        max-width: 100%;
    }
    .header_title {
        width: calc(100% - 55px);
        margin-left: 5px;
    }
    .header_title a {
        margin-right: 5px;
    }
    .header_logo {
        max-width: 40px;
    }
    .header_banners a:last-child,
    .main_langs,
    .header_menu_button,
    .title_line_right_col {
        width: 50px;
    }
    .search_result_list .last_n_inner_item .image {
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }
}