@font-face {
    font-family: "Open Sans";
    /*src: url(../fonts/OpenSans-Regular.ttf);*/
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Open Sans Bold";
    src: url(../fonts/OpenSans-Bold.ttf);
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    position: relative;
    background: #ececec;
    overflow-x: hidden;
    height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    position: relative;
    width: 1350px;
    margin: 0 auto;
    height: auto;
    min-height: calc(100% - 157px - 211px);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container > p {
    max-width: 750px;
}

.tag_blue,
.tag_green {
    min-width: 55px;
    padding: 0 13px;
    display: none;
    height: 22px;
    background: #326ee6;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}

.tag_blue:hover,
.tag_green:hover {
    background: #407bf2;
}

.tag_green {
    background: #0ba100;
}

.tag_green:hover {
    background: #19b20d;
}

.small_tag {
    height: 22px;
    padding: 0 6px;
    float: left;
    margin-right: 5px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-decoration: none;
}

.small_tag.green {
    background: #0ba100;
}

.small_tag.green:hover {
    background: #19b20d;
}

.small_tag.blue {
    background: #326ee6;
}

.small_tag.blue:hover {
    background: #407bf2;
}

.small_tag.gray {
    background: #626262;
}

.small_tag.gray:hover {
    background: #7a7a7a;
}

.small_tag.dark-green {
    background: #087500;
}

.small_tag.dark-green:hover {
    background: #118a08;
}

.newsPage .page-title {
    font-size: 16px;
    margin-bottom: 15px;
    color: rgb(70, 70, 70);
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
}

.newsPage {
    padding-bottom: 30px;
    min-height: calc(100% - 211px - 157px);
}

.newsPage .container > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsPage .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsPage .news__container {
    padding: 0 30px;
    width: 100%;
}

.newsPage .banner {
    width: 24%;
}

.newsPage .news__container img {
    max-width: 100%;
}

.newsPage p {
    max-width: 750px;
}

.day_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.day_parts.bottom {
    display: none;
}

.item_part {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    -webkit-box-flex: 1;
    -ms-flex: 1 33%;
    flex: 1 33%;
    color: #888888;
    font-weight: bold;
    text-transform: uppercase;
}

.item_part.active {
    color: #0ba100;
}

.right-block-days {
    -webkit-box-flex: 1;
    -ms-flex: 1 75%;
    flex: 1 75%;
    display: inline-block;
}

.right-block-days > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#week_select {
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #week_select {
        width: 25%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

#week_select_bottom {
    display: none;
}

header .first_line {
    height: 57px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), color-stop(30%, #0ba100));
    background: linear-gradient(to right, #fff 70%, #0ba100 30%);
}

header .first_line .container {
    background: #fff;
}

header .first_line .top_logo {
    width: 194px;
    height: 43px;
    background: url("../images/logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin: 7px 0 0 20px;
}

.logo-ny {
    background-image: url("../images/logo_ny.png") !important;
}

.logo--9_may {
    width: 212px !important;
    height: 50px !important;
    background-image: url("../images/logo_9m.png") !important;
}

.logo--new-year {
    background: url("../images/logo_new-year.png") no-repeat !important;
    background-size: contain !important;
    height: 53px !important;
    margin-top: 1px !important;
}

.logo--newyear {
    background: url("../images/logo_newyear.png") no-repeat !important;
    background-size: contain !important;
    height: 53px !important;
    margin-top: 4px !important;
}

.logo--12i {
    background: url("../images/logo_12i_site.png") no-repeat !important;
    background-size: contain !important;
    width: 228px !important;
    height: 56px !important;
    margin-top: 0 !important;
}

.logo--rk-day {
    background: url("../images/logo_RK_day.png") no-repeat !important;
    background-size: contain !important;
    width: 202px !important;
    height: 45px !important;
    margin-top: 12px !important;
    margin-left: 16px !important;
}

.logo--9may-star {
    background-image: url("../images/logo_9may_star.png") !important;
}

header .first_line .top_menu_block {
    float: left;
    width: 650px;
    height: 100%;
}

header .first_line .top_menu_block ul {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}

header .first_line .top_menu_block ul li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 57px;
}

header .first_line .top_menu_block ul li a {
    font-size: 14px;
    color: #3055b3;
    text-decoration: none;
}

header .first_line .top_menu_block ul li a:hover {
    color: #4d71ce;
}

header .first_line .top_radio_block {
    float: right;
    width: 405px;
    height: 57px;
}

header .first_line .top_radio_block .top_radio_block_left {
    width: 27px;
    height: 57px;
    background: url(../images/radio_block_bg_left.png) no-repeat;
    float: left;
}

header .first_line .top_radio_block .top_radio_block_right {
    width: 370px;
    height: 57px;
    float: left;
    background: -webkit-gradient(linear, left top, right top, from(#0dc300), to(#0ba100));
    background: linear-gradient(to right, #0dc300, #0ba100);
}

header .first_line .top_radio_block .radio_main_button {
    width: 24px;
    height: 30px;
    background: url(../images/ico/play-button.png) no-repeat;
    float: left;
    margin: 14px 0 0 26px;
    cursor: pointer;
}

header .first_line .top_radio_block .radio_main_button:hover {
    background-image: url(../images/ico/play-button-hover.png);
    background-repeat: no-repeat;
}

header .first_line .top_radio_block .radio_main_button.active {
    width: 24px;
    height: 26px;
    margin-top: 16px;
    background: url(../images/ico/pause-button.png);
}

header .first_line .top_radio_block .radio_main_button.active:hover {
    background-image: url(../images/ico/pause-button-hover.png);
    background-repeat: no-repeat;
}

header .first_line .top_radio_block .sound_switcher {
    float: left;
    margin: 19px 25px;
    position: relative;
    width: 107px;
    height: 18px;
    cursor: pointer;
}

header .first_line .top_radio_block .sound_switcher .sound_level_line {
    width: 89px;
    height: 2px;
    float: left;
    margin: 8px 9px;
    background: -webkit-gradient(linear, left top, right top, from(#2ad31d), to(#70d269));
    background: linear-gradient(to right, #2ad31d, #70d269);
}

header .first_line .top_radio_block .sound_switcher .sound_level_round_wrap {
    position: relative;
}

header .first_line .top_radio_block .sound_switcher .sound_level_round,
header .first_line .top_radio_block .sound_switcher .ui-slider-handle {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #daffd7;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: -9px;
    cursor: pointer;
}

header .first_line .top_radio_block .sound_switcher .sound_level_round:hover,
header .first_line .top_radio_block .sound_switcher .ui-slider-handle:hover {
    background: #fff;
}

header .first_line .top_radio_block .radio_info_block {
    margin: 13px 0 0 26px;
    position: relative;
    overflow: hidden;
}

header .first_line .top_radio_block .radio_info_block .radio_name {
   text-align: right;
}

header .first_line .top_radio_block .radio_info_block .radio_name a {
    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

header .first_line .top_radio_block .radio_info_block .now_in_online {
    display: none;
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 3px;
}

header .first_line .top_radio_block .radio_info_block .now_in_online span {
    float: left;
    margin: -2px 0 0 10px;
}

header .first_line .top_radio_block .radio_info_block .now_in_online .sound_ico {
    width: 19px;
    height: 16px;
    background: url(../images/ico/sound_ico.png);
    float: left;
    cursor: pointer;
}

header .first_line .top_radio_block .radio_info_block .now_in_online.active {
    display: block;
}

header .first_line .hidden_menu_button {
    display: none;
    float: left;
}

header .first_line .adaptive_search_ico {
    display: none;
}

header .second_line {
    height: 40px;
    width: 100%;
    background-color: #3864fb;
    position: relative;
}

header .second_line .online_mode_button {
    width: 154px;
    height: 40px;
    background: #d94517;
    float: left;
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    display: block;
}

header .second_line .online_mode_button img {
    margin-top: 10px;
    margin-left: 15px;
    float: left;
}

header .second_line .online_mode_button span {
    display: block;
    float: left;
    margin-left: 12px;
}

header .second_line .online_mode_button:hover {
    background: #ee5a2c;
}

header .second_line .vybory_button {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    background: #e21111;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    display: block;
}

header .second_line .vybory_button img {
    margin-top: 10px;
    margin-left: 16px;
    float: left;
}

header .second_line .vybory_button span {
    display: block;
    /*margin-left: 12px;*/
}

header .second_line .vybory_button:hover {
    background: #ea2121;
}

header .second_line .tv_program_button {
    width: 162px;
    height: 40px;
    background: #0ba100;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    float: left;
    text-align: center;
    display: block;
}

header .second_line .tv_program_button:hover {
    background: #15b209;
}

header .second_line .tv_program_button img {
    margin-top: 12px;
    margin-left: 15px;
    float: left;
}

header .second_line .tv_program_button span {
    display: block;
    float: left;
    margin-left: 11px;
}

header .second_line .in_online {
    max-width: 200px;
    color: #d7e3ff;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background: #1277db;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header .second_line a.in_online:hover {
    text-decoration: underline;
    color: #fff;
}

header .second_line .in_online_next {
    max-width: 150px;
    height: 40px;
    float: left;
    display: block;
    color: #d7e3ff;
    line-height: 40px;
    background: url(../images/in_online_next_bg.png) no-repeat;
    padding-left: 32px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 7px;
}

header .second_line a.in_online_next:hover {
    text-decoration: underline;
    color: #fff;
}

header .second_line .socnet_buttons {
    float: left;
    margin-left: 15px;
}

header .second_line .socnet_buttons .youtube_button {
    width: 24px;
    height: 20px;
    float: left;
    margin-right: 21px;
    margin-top: 11px;
    background: url(../images/ico/youtube_ico.png);
}

header .second_line .socnet_buttons .youtube_button:hover {
    background: url(../images/ico/youtube_ico_hover.png);
}

header .second_line .socnet_buttons .instagram_button {
    width: 24px;
    height: 20px;
    float: left;
    margin-right: 12px;
    margin-top: 11px;
    background: url(../images/ico/instagram_active.png);
    background-repeat: no-repeat;
}

header .second_line .socnet_buttons .instagram_button:hover {
    background: url(../images/ico/instagram_hover.png);
    background-repeat: no-repeat;
}

header .second_line .socnet_buttons .facebook_button {
    width: 24px;
    height: 20px;
    float: left;
    margin-right: 2px;
    margin-top: 11px;
    background: url(../images/ico/facebook_active.png);
    background-repeat: no-repeat;
}

header .second_line .socnet_buttons .facebook_button:hover {
    background: url(../images/ico/facebook_hover.png);
    background-repeat: no-repeat;
}

header .second_line .socnet_buttons .vk_button {
    width: 27px;
    height: 17px;
    background: url(../images/ico/vk_ico.png);
    float: left;
    margin-right: 18px;
    margin-top: 12px;
}

header .second_line .socnet_buttons .vk_button:hover {
    background: url(../images/ico/vk_ico_hover.png);
}

header .second_line .socnet_buttons .twitter_button {
    width: 21px;
    height: 19px;
    background: url(../images/ico/twitter_ico.png);
    float: left;
    margin-right: 0;
    margin-top: 12px;
}

header .second_line .socnet_buttons .twitter_button:hover {
    background: url(../images/ico/twitter_ico_hover.png);
}

header .second_line .socnet_buttons .ok_button {
    width: 13px;
    height: 20px;
    float: left;
    margin-top: 11px;
    background: url(../images/ico/ok_ico.png);
}

header .second_line .socnet_buttons .ok_button:hover {
    background: url(../images/ico/ok_ico_hover.png);
}

header .second_line .search_button {
    float: right;
    margin: 8px 15px 0 0;
    background: url(../images/ico/search_ico.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

header .second_line .search_button:hover {
    background: url(../images/ico/search_ico_hover.png);
}

header .second_line .hidden_search_block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: none;
    width: 320px;
}

header .second_line .hidden_search_block .search_block_header_line {
    height: 40px;
    width: 100%;
    float: left;
    background: #e8eeff;
}

header .second_line .hidden_search_block .search_block_header_line .search_data {
    -webkit-appearance: none;
    color: #4a5e98;
    float: left;
    padding-left: 20px;
    line-height: 40px;
    width: 245px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    background: #e8eeff;
    font-size: 14px;
    border-radius: 0;
}

header .second_line .hidden_search_block .search_block_header_line .search_data:focus {
    outline: 0;
}

header .second_line .hidden_search_block .search_block_header_line .close_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 40px;
    background: #3867fb url(../images/ico/search_close_ico.png) center no-repeat;
    cursor: pointer;
}

header .second_line .hidden_search_block .search_block_header_line .close_button:hover {
    background: #3867fb url(../images/ico/search_close_ico_hover.png) center no-repeat;
}

header .second_line .hidden_search_block .search_body_block {
    display: none;
    float: left;
    background: #fff;
    padding: 20px;
}

header .second_line .hidden_search_block .search_body_block a {
    text-decoration: none;
    color: #4b4b4b;
}

header .second_line .hidden_search_block .search_body_block a:hover {
    text-decoration: underline;
}

header .second_line .hidden_search_block .search_body_block .search_user_string,
header .second_line .hidden_search_block .search_body_block .hashtag_line {
    color: #4b4b4b;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

header .second_line .hidden_search_block .search_body_block .search_user_string span,
header .second_line .hidden_search_block .search_body_block .hashtag_line span {
    color: #167e0e;
}

header .second_line .hidden_search_block .search_body_block .search_result {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

header .second_line .hidden_search_block .search_body_block .search_result a {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: bold;
}

header .second_line .hidden_search_block .search_body_block.active {
    display: block;
}

header .second_line .hidden_search_block.active {
    display: block;
}

header .third_line {
    height: 60px;
    width: 100%;
}

header .third_line .news_current_hour {
    width: calc(100% - 300px);
    line-height: 60px;
    margin-left: 30px;
    float: left;
    font-weight: bold;
    color: #2b67e0;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}

header .third_line .news_current_hour .label {
    display: inline-block;
    width: 140px;
}

header .third_line .news_current_hour .runing_string_wrap {
    position: relative;
    width: calc(100% - 150px);
    display: inline-block;
    height: 36px;
    overflow: hidden;
}

header .third_line .news_current_hour .runing_string_wrap .runing_string {
    position: absolute;
    width: 10000px;
}

header .third_line .news_current_hour img {
    height: 12px;
}

header .third_line .news_current_hour a {
    font-size: 14px;
    color: #4b4b4b;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 17px;
    font-weight: normal;
}

header .third_line .news_current_hour a:hover {
    text-decoration: underline;
}

header .third_line .news_current_hour .hidden_shadow_block {
    display: none;
    position: absolute;
    width: 10%;
    right: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ececec));
    background: linear-gradient(to right, transparent, #ececec);
}

header .third_line .top_weather_block {
    float: right;
    margin-right: 29px;
    height: 60px;
    color: #1c81e9;
}

header .third_line .top_weather_block .city_name,
header .third_line .top_weather_block .temperature {
    font-size: 16px;
    margin-right: 9px;
    line-height: 60px;
    float: left;
}

header .third_line .top_weather_block .temperature {
    margin-right: 11px;
}

header .third_line .top_weather_block .weather_type_ico {
    width: 40px;
    float: left;
    margin-top: 13px;
}

header .third_line .top_weather_block:hover {
    color: #3699ff;
}

.first_line .container {
    overflow: visible;
}

.top_menu_block .submenu:hover {
    background: #3865fb;
}

.submenu-projects {
    display: none;
    max-width: 100%;
    padding: 25px 10px;
    position: absolute;
    left: 0;
    z-index: 1000;
    background: #3865fb;
    font-size: 0;
}

.submenu-projects__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 3%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.submenu-projects__item h4 {
    margin-bottom: 15px;
    border-bottom: 2px solid #3a74e9;
    padding-bottom: 10px;
}

.submenu-projects__item h4 span {
    padding-left: 10px;
}

.submenu-projects__item ul {
    padding-left: 15px;
}

.submenu-projects h4 {
    margin: 0;
    text-align: left;
    line-height: 1;
    color: #b2ccff;
}

header .first_line .top_menu_block .submenu-projects__item ul li {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 35px;
}

header .first_line .top_menu_block .submenu-projects__item ul li a {
    color: #fff;
}

header .first_line .top_menu_block .submenu-projects__item ul li a:hover {
    text-decoration: underline;
}

.top_menu_block .submenu:hover .submenu-projects {
    display: block;
}

.top_menu_block .submenu:hover a {
    color: #fff;
}

.top_menu_block .submenu:hover a:hover {
    color: #fff;
}

.big-list {
    list-style-position: inside;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
    -webkit-column-fill: auto;
    column-fill: auto;
    list-style-type: decimal;
    height: 600px;
}

.main_page_slider {
    width: 1366px;
    height: 420px;
    overflow: hidden;
}

.main_page_slider .main_pages_slide {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.main_page_slider .main_pages_slide img {
    width: 100%;
}

.main_page_slider .main_pages_slide .main_page_gray_bg {
    /*background: rgba(0, 0, 0, 0.5);*/
    width: 565px;
    height: 500px;
    position: absolute;
    top: -50px;
    right: 0;
    /*box-shadow: 0px 0px 50px black;*/
}

.main_page_slider .main_pages_slide .main_page_content {
    width: 1366px;
    height: 420px;
    position: absolute;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main_page_slider .main_pages_slide .main_page_content .fist_news_block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 calc(59% - 30px);
    flex: 1 calc(59% - 30px);
    padding: 0 10px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
}

.main_page_slider .main_pages_slide .main_page_content .fist_news_block .news_tag_block {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.main_page_slider .news_tag_block .tag_blue,
.main_page_slider .news_tag_block .tag_green {
    display: block;
}

.main_page_slider .main_pages_slide .main_page_content .fist_news_block a {
    text-decoration: none;
}

.main_page_slider .main_pages_slide .main_page_content .fist_news_block h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.main_page_slider .main_pages_slide .main_page_content .fist_news_block span {
    display: block;
    max-height: 79px;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block {
    -webkit-box-flex: 1;
    -ms-flex: 1 calc(41% - 90px);
    flex: 1 calc(41% - 90px);
    margin-left: 60px;
    margin-right: 30px;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 10px;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body:not(:last-child) {
    margin-bottom: 20px;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url {
    display: block;
    text-decoration: none;
    color: #fff;
    float: left;
    width: 100%;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url span {
    font-size: 12px;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url:hover {
    text-decoration: underline;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body .news_tag_block {
    width: 100%;
    float: left;
    margin-top: 17px;
}

.main_page_news_carousel {
    position: relative;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.main_page_news_carousel.noslider {
    margin-top: 0;
    margin-bottom: 0;
}

.noslider .news_carousel_block {
    margin-bottom: 20px;
}

.main_page_news_carousel .news_carouse_slider {
    position: relative;
    margin-left: 27px;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block {
    background: #fff;
    margin-right: 25px;
    max-width: 305px;
    height: 400px;
    float: left;
    position: relative;
}

.main_page_news_carousel .news_carousel_block.slick-slide.slick-cloned {
    margin: 0;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body a {
    text-decoration: none;
    max-width: 255px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_img {
    width: 305px;
    height: 172px;
    background-size: cover !important;
    background-position: center center;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content {
    padding: 0 20px;
    margin-top: 20px;
    float: left;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content .news_carouser_name {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    height: 47px;
    overflow: hidden;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content .short {
    height: 40px;
    overflow: hidden;
    position: relative;
    word-break: break-word;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content .short .shadow_layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content .carousel_tag_block {
    margin-top: 5px;
    float: left;
    width: 100%;
    max-height: 80px;
    overflow: hidden;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block {
    float: left;
    margin-top: 13px;
    width: 265px;
    position: absolute;
    top: 362px;
    left: 5px;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block a,
.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block img {
    float: left;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .views_block,
.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time {
    float: left;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .views_block img,
.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time img {
    margin: 5px 0 0 15px;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .views_block span,
.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time span {
    font-size: 14px;
    color: #959595;
    float: left;
    margin-left: 8px;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time img {
    margin: 3px 0 0 19px;
}

.main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_date {
    font-size: 14px;
    color: #959595;
    float: right;
}

.main_page_news_carousel .main_page_carousel_prev_arrow {
    width: 75px;
    /*height: 374px;*/
    height: 100%;
    background: url(../images/main_page_carouse_arrow_prev.png);
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.main_page_news_carousel .main_page_carousel_next_arrow {
    width: 75px;
    /*height: 374px;*/
    height: 100%;
    background: url(../images/main_page_carouse_arrow_next.png);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.main_page_news_slider {
    position: relative;
    width: 100%;
    height: 420px;
    margin-top: 31px;
}

.main_page_news_slider .main_page_news_slider_body .slide {
    float: left;
    max-width: 850px;
    max-height: 420px;
}

.main_page_news_slider .main_page_news_slider_body .slide img {
    width: 850px;
    height: 420px;
}

.main_page_news_slider .main_page_news_slider_prev_arrow,
.main_page_news_slider .main_page_news_slider_next_arrow {
    height: 420px;
    width: 258px;
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer;
}

.main_page_news_slider .main_page_news_slider_prev_arrow {
    background: url(../images/news_slider_arrow_prev.png);
    left: 0;
}

.main_page_news_slider .main_page_news_slider_prev_arrow:hover {
    background: url(../images/news_slider_arrow_prev_hover.png);
}

.main_page_news_slider .main_page_news_slider_next_arrow {
    background: url(../images/news_slider_arrow_next.png);
    right: 0;
}

.main_page_news_slider .main_page_news_slider_next_arrow:hover {
    background: url(../images/news_slider_arrow_next_hover.png);
}

.right_news_block_body .news .ya-share2 {
    margin-left: 30px;
    margin-top: 13px;
}

.news_list_block {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.news_list_block .news_block_body {
    width: calc(50% - 36px);
    height: 171.6px;
    background: #fff;
    float: left;
    margin: 0 14px 30px 14px;
}

.news_list_block .news_block_body .news_block_body_left {
    float: left;
    height: 100%;
    width: 320px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
}

.news_list_block .news_block_body .news_block_body_left .news_block_name {
    float: left;
    margin: 0 0 0 15px;
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    max-height: 45px;
}

.news_list_block .news_block_body .news_block_body_left .news_block_name .news_block_name {
    float: left;
}

.news_list_block .news_block_body .news_block_body_left .year_cenz {
    font-size: 16px;
    font-weight: bold;
    color: #949494;
    margin-left: 14px;
}

.news_list_block .news_block_body .news_block_body_left .news_tag_block {
    width: 95%;
    float: left;
    margin: 2px 0 0 15px;
    max-height: 82px;
    overflow: hidden;
}

.news_list_block .news_block_body .news_block_body_left .news_tag_block .short {
    /*height: 55px;*/
    height: auto !important;
    max-height: 55px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2px;
}

.news_list_block .news_block_body .news_block_body_left .news_tag_block .short .shadow_layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.news_list_block .news_block_body .news_block_body_left .news_tag_block a {
    text-decoration: none;
}

.news_list_block .news_block_body .news_block_body_left .news_bottom_block {
    float: left;
    width: 95%;
    margin-top: 0;
    margin-bottom: 12px;
    color: #858585;
}

.news_list_block .news_block_body .news_block_body_left .news_bottom_block .views_block,
.news_list_block .news_block_body .news_block_body_left .news_bottom_block .public_time,
.news_list_block .news_block_body .news_block_body_left .news_bottom_block .public_date,
.news_list_block .news_block_body .news_block_body_left .news_bottom_block img {
    float: left;
}

.news_list_block .news_block_body .news_block_body_left .news_bottom_block .views_block {
    /*margin-left: 30px;*/
    margin-left: 5%;
}

.news_list_block .news_block_body .news_block_body_left .news_bottom_block .views_block img {
    margin-top: 5px;
    margin-right: 8px;
}

.news_list_block .news_block_body .news_block_body_left .news_bottom_block .public_time {
    margin-left: 30px;
}

.news_list_block .news_block_body .news_block_body_left .news_bottom_block .public_time img {
    margin-top: 3px;
    margin-right: 8px;
}

.news_list_block .news_block_body .news_block_body_left .news_bottom_block .public_date {
    float: right;
    margin-right: 10px;
}

.news_list_block .news_block_body .img_url {
    display: block;
}

.news_list_block .news_block_body .news_block_body_img {
    width: 305px;
    height: 172px;
    float: right;
    background-size: cover;
}

.right_news_block_body .adv-white img {
    width: 100%;
    height: 100%;
}

.news_list_block .right_news_block_body {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    height: auto;
    padding-right: 14px;
    padding-left: 7px;
    margin-bottom: 26px;
    overflow: hidden;
}

.news_list_block .right_news_block_body .news {
    background: #fff;
    height: 576px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.news_list_block .right_news_block_body .news .news_name {
    float: left;
    width: calc(99% - 305px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #464646;
}

.news_list_block .right_news_block_body .news .news_img {
    width: 305px;
    height: 172px;
    float: right;
    background-size: cover;
}

.news_list_block .right_news_block_body .news .tag_block {
    float: left;
    width: 45%;
    margin: 32px 0 0 27px;
}

.news_list_block .right_news_block_body .news .news_text {
    margin-top: 33px;
    clear: both;
    text-align: justify;
    padding: 0 27px;
    line-height: 18px;
}

.news_list_block .right_news_block_body .news .news_bottom {
    position: absolute;
    width: 100%;
    color: #858585;
    bottom: 0;
}

.news_list_block .right_news_block_body .news .news_bottom::before {
    content: " ";
    height: 40px;
    width: 100%;
    top: -40px;
    left: 0;
    position: absolute;
    background-color: red;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, white, rgba(0, 0, 0, 0));
}

.news_list_block .right_news_block_body .news .news_bottom .read_more {
    float: left;
    margin: 0 0 0 27px;
    background: #1277db;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 176px;
    text-decoration: none;
}

.news_list_block .right_news_block_body .news .news_bottom .read_more:hover {
    background: #407bf2;
}

.news_list_block .right_news_block_body .news .news_bottom img {
    float: left;
    margin-left: 35px;
    margin-top: 12px;
}

.news_list_block .right_news_block_body .news .news_bottom .views_block {
    float: left;
    margin-left: 39px;
    margin-top: 13px;
}

.news_list_block .right_news_block_body .news .news_bottom .views_block img {
    margin: 5px 8px 0 0;
}

.news_list_block .right_news_block_body .news .news_bottom .public_date {
    float: right;
    margin-right: 27px;
    margin-top: 12px;
}

.news_list_block .right_news_block_body .offer_block {
    float: left;
    width: 318px;
    height: 750px;
    color: #fff;
    margin-top: 0;
}

.news_list_block .right_news_block_body .right_column {
    float: right;
    width: 50%;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

.news_list_block .right_news_block_body .right_column .news_block {
    background: #fff;
    max-width: 305px;
    height: 375px;
    float: left;
    position: relative;
}

.news_list_block .right_news_block_body .right_column .news_block .right_column_news_block_body a {
    text-decoration: none;
}

.news_list_block .right_news_block_body .right_column .news_block .right_column_news_block_body .news_img {
    width: 305px;
    height: 172px;
    background-size: cover !important;
}

.news_list_block .right_news_block_body .right_column .news_block .right_column_news_block_body .news_content {
    padding: 0 15px;
    margin-top: 15px;
    float: left;
    height: 136px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_list_block .right_news_block_body .right_column .news_block .right_column_news_block_body .news_content .news_name {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    height: 60px;
}

.news_list_block .right_news_block_body .right_column .news_block .right_column_news_block_body .news_content .tag_block {
    margin-top: 10px;
    float: left;
    width: 100%;
    max-height: 53px;
    overflow: hidden;
}

.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block {
    float: left;
    margin-top: 2px;
    width: 265px;
    position: absolute;
    top: 325px;
}

.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block a,
.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block img {
    float: left;
}

.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .views_block,
.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .public_time {
    float: left;
}

.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .views_block img,
.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .public_time img {
    margin: 5px 0 0 32px;
}

.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .views_block span,
.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .public_time span {
    font-size: 14px;
    color: #959595;
    float: left;
    margin-left: 8px;
}

.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .public_time img {
    margin: 3px 0 0 19px;
}

.news_list_block .right_news_block_body .right_column .news_block .news_bottom_block .public_date {
    font-size: 14px;
    color: #959595;
    float: right;
}

.news_list_block .right_news_block_body .right_column .news_block:first-child {
    margin-bottom: 30px;
}

.reklamablock-special {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.reklamablock-offer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.reklamablock-offer-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.reklamablock-offer-item div {
    float: left;
}

.reklamablock-offer-item div:first-child {
    width: 500px;
}

.reklamablock-offer-item div:first-child img {
    width: 100%;
}

.reklamablock-offer-item div:last-child {
    padding-top: 10px;
    width: 770px;
}

footer {
    width: 100%;
    height: auto;
    background: #494949;
    padding: 41px 0;
}

footer .container {
    width: 1315px;
}

footer .about_canal {
    font-size: 16px;
    color: #bebebe;
    padding-left: 20px;
}

footer .footer_block {
    border-top: 2px solid #7d7d7d;
    margin-top: 10px;
    position: relative;
    padding: 0 15px;
}

footer .footer_block .footer_url_block {
    width: 700px;
}

footer .footer_block .footer_url_block a {
    float: left;
    color: #dbdbdb;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    margin-top: 14px;
    margin-left: 11px;
}

footer .footer_block .footer_url_block a:hover {
    color: #fff;
}

footer .footer_block .footer_phone {
    float: right;
    color: #aeaeae;
    margin-right: 7px;
    margin-top: 14px;
}

footer .footer_block .footer_bottom_block {
    width: 100%;
    float: left;
    margin-top: 43px;
}

footer .footer_block .footer_bottom_block .canal_name {
    float: left;
    margin-left: 11px;
    color: #bababa;
    position: relative;
    bottom: 0;
    max-width: 400px;
}

footer .footer_block .footer_bottom_block .copyright {
    float: right;
    position: relative;
    bottom: 0;
    color: #bababa;
}

.programmContent {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.news_list_block .banner-horizontal img {
    width: 96%;
    height: auto;
}

.projects-page .container {
    width: 96%;
}

#weather-widget {
    display: none;
}

.container .show_more {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto 30px;
    font-size: 15px;
    background: #3864fb;
    width: 180px;
    padding: 17px 0;
    text-align: center;
}

.banner-horizontal.mainpagebanner img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.test {
}

/*-----------Media Queries----------------------*/

@media screen and (max-width: 1395px) {
    .news_list_block .right_news_block_body .right_column {
        margin-top: 0;
    }

    .programmes {
        clear: both;
    }

    .programmes > h3 {
        padding-left: 15px;
    }

    .news_list_block .news_block_body,
    .news_list_block .right_news_block_body {
        margin-bottom: 26.5px;
    }

    .news_list_block .news_block_body .news_block_body_left {
        /*width: 310px;*/
    }

    .news_list_block .news_block_body .news_block_body_img {
        /*width: 290px;*/
        width: 40%;
        height: 164px;
    }

    .news_list_block .news_block_body {
        height: 164px;
    }

    .news_list_block .right_news_block_body .news {
        height: 546px;
    }

    .news_list_block .right_news_block_body .right_column .news_block {
        height: 351px;
    }

    .news_list_block .right_news_block_body .right_column .news_block .news_bottom_block {
        top: 326px;
    }

    .news_list_block .right_news_block_body .offer_block {
        height: 732px;
    }
}

@media screen and (max-width: 1365px) {
    .container {
        max-width: 1335px;
        width: auto;
    }

    header .first_line .container {
        display: table;
        width: 100%;
    }

    header .first_line .top_logo {
        position: relative;
        top: -7px;
        margin-left: 15px;
    }

    .logo--9_may {
        top: 0 !important;
    }

    .logo--rk-day {
        position: static !important;
    }

    .logo--newyear {
        top: 0 !important;
    }

    header .first_line .top_menu_block ul {
        padding: 0 10px;
    }

    header .first_line .top_menu_block ul li {
        width: 25%;
        min-width: 93px;
    }

    header .first_line .top_menu_block {
        max-width: 700px;
        width: 100%;
        display: table-cell;
        float: none;
    }

    header .second_line .online_mode_button {
        margin-left: 0;
    }

    header .second_line .in_online {
        max-width: 403px;
        font-size: 12px;
        background: -webkit-gradient(linear, left top, right top, from(#1277db), to(#2c6af1));
        background: linear-gradient(to right, #1277db, #2c6af1);
    }

    header .second_line .in_online_next {
        display: none;
    }

    header .second_line .socnet_buttons {
        position: absolute;
        right: 60px;
    }

    .main_page_slider {
        max-width: 1365px;
    }

    .main_page_news_slider .main_page_news_slider_body .slide {
        max-width: 663px;
    }

    .news_list_block .right_news_block_body .offer_block {
        margin-top: 0;
        margin-left: 0;
    }

    .news_list_block .right_news_block_body .offer_block {
        width: 310px;
    }
}

@media screen and (max-width: 1350px) {
    .main_page_slider .main_pages_slide .main_page_content {
        max-width: 1250px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        font-size: 13px;
    }

}

@media screen and (max-width: 1300px) {
    .news_list_block .news_block_body .news_block_body_left {
        width: calc(99% - 305px);
    }
}

@media screen and (max-width: 1290px) {
    .main_page_slider .main_pages_slide .main_page_content {
        /*max-width: 1280px;*/
        max-width: 1150px;
    }

    .main_page_slider .news_tag_block .tag_blue,
    .main_page_slider .news_tag_block .tag_green {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1288px) {
    header .third_line .news_current_hour a {
        font-size: 12px;
    }

    header .third_line .news_current_hour {
        font-size: 14px;
        max-width: 760px;
    }

    .news_list_block .news_block_body .news_block_body_left {
        /*max-width: 60%;*/
        width: 58%;
    }

    .news_list_block .news_block_body {
        width: calc(50% - 28px);
        /*640px*/
    }

    .news_list_block > div:nth-child(2) {
        /*position: absolute;*/
        top: 0;
        left: 0;
    }

    .news_list_block .right_news_block_body .news {
        width: 640px;
        float: left;
        /*margin-top: 202px;*/
        /*margin-bottom: 0;*/
    }

    .news_list_block .right_news_block_body .offer_block {
        width: 305px;
        max-width: 25%;
        padding-left: 1%;
    }

    .news_list_block .right_news_block_body .adv-white {
        height: 100%;
    }

    .news_list_block .right_news_block_body .news {
        /*height: 733px;*/
    }

    .news_list_block .right_news_block_body .news:first-child {
        width: 100%;
    }

    .news_list_block .right_news_block_body .news:nth-child(2) {
        width: 43%;
        margin-left: 18px;
    }

    .news_list_block .right_news_block_body .right_column {
        /*width: calc(100% - 640px);*/
        width: 24%;
        float: left;
    }

    .news_list_block .right_news_block_body .right_column .news_block {
        /*float: right;*/
        margin-left: 16px;
    }

    .main_page_news_slider {
        height: 351px;
    }

    .main_page_news_slider .main_page_news_slider_prev_arrow, .main_page_news_slider .main_page_news_slider_next_arrow {
        height: 351px;
    }

    .main_page_news_slider .main_page_news_slider_body .slide img {
        width: 710px;
        height: auto;
    }

    .news_list_block .right_news_block_body {
        float: left;
        width: 100%;
        padding-left: 14px;
    }
}

@media screen and (max-width: 1174px) {
    footer .container {
        width: 1024px;
    }
}

@media screen and (max-width: 1160px) {
    .main_page_slider .main_pages_slide .main_page_content {
        /*max-width: 1152px;*/
        max-width: 1000px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url span {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .news_list_block .news_block_body .news_block_body_left .news_bottom_block .public_time {
        margin-left: 5%;
    }
}

@media screen and (min-width: 1025px) {
    header .first_line .top_menu_block.menuvis {
        display: table-cell;
    }
}

@media screen and (max-width: 1024px) {
    header .first_line .top_logo {
        width: 135px;
        height: 30px;
        margin-top: 10px;
    }

    .logo--9_may {
        margin-top: 0 !important;
        height: 40px !important;
        width: 169px !important;
    }

    .logo--12i {
        height: 38px !important;
        margin-top: 7px !important;
    }

    .logo--rk-day {
        width: 188px !important;
        height: 39px !important;
        margin-top: 1px !important;
        margin-left: 0px !important;
    }

    header .first_line .top_menu_block {
        display: none;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 10;
    }

    header .first_line .top_menu_block ul {
        padding: 0;
        float: none;
        width: auto;
        display: block;
    }

    header .first_line .top_menu_block ul li {
        min-width: auto;
        display: block;
        width: 320px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        line-height: 18px;
        font-size: 16px;
        text-align: left;
        background-color: #fff;
    }

    header .first_line .top_menu_block ul li a {
        display: block;
        padding: 8px 20px;
    }

    header .first_line .top_menu_block ul .submenu .submenu-projects {
        display: none;
    }

    header .first_line .top_menu_block ul li a:hover {
        background-color: #3865fb;
        color: #fff;
    }

    header .first_line .top_radio_block .top_radio_block_left {
        background-size: cover;
        height: 40px;
        width: 19px;
    }

    .newsPage .page-title {
        margin-left: 15px;
    }

    header .first_line .top_radio_block .top_radio_block_right {
        height: 40px;
        width: 386px;
    }

    header .first_line .top_radio_block .radio_main_button {
        margin-top: 5px;
    }

    header .first_line .top_radio_block .radio_main_button.active {
        margin-top: 6px;
    }

    header .first_line .top_radio_block .sound_switcher {
        margin-top: 12px;
    }

    header .first_line .top_radio_block {
        height: 40px;
    }

    header .first_line .top_radio_block .radio_info_block .radio_name a {
        font-size: 16px;
    }

    header .first_line .hidden_menu_button {
        display: block;
        width: 41px;
        height: 40px;
        background: #1e71e5 url("../images/ico/adaptive_menu_ico.png") center no-repeat;
        background-size: 28px auto;
    }

    header .first_line .adaptive_search_ico {
        display: block;
        float: right;
        width: 24px;
        height: 24px;
        background: url("../images/ico/search_adaptive_ico.png");
        margin: 7px 14px 0 0;
        cursor: pointer;
    }

    header .first_line {
        height: 40px;
    }

    header .second_line .online_mode_button img {
        float: none;
        margin-left: 5px;
    }

    header .second_line .online_mode_button span {
        float: none;
        display: inline;
        top: -6px;
        position: relative;
    }

    header .second_line .vybory_button img {
        float: none;
    }

    header .second_line .vybory_button span {
        float: none;
        display: inline;
        position: relative;
    }

    header .second_line .tv_program_button img {
        float: none;
        margin-left: 5px;
    }

    header .second_line .tv_program_button span {
        float: none;
        display: inline;
        top: -2px;
        position: relative;
    }

    header .second_line .tv_program_button {
        text-align: center;
    }

    header .second_line .in_online {
        display: none;
    }

    header .second_line .search_button {
        position: absolute;
        top: 0;
        right: 0;
    }

    header .third_line .news_current_hour span {
        float: left;
    }

    header .third_line .news_current_hour a {
        float: left;
        height: 60px;
        display: block;
        max-width: 600px;
    }

    header .third_line .news_current_hour .hidden_shadow_block {
        display: block;
    }

    header .third_line .news_current_hour {
        margin-left: 10px;
    }

    header .third_line .top_weather_block {
        margin-right: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block .news_tag_block {
        margin-top: 0;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1 {
        font-size: 22px;
    }

    .tag_blue,
    .tag_green {
        padding: 0 5px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body .news_tag_block {
        margin-top: 5px;
    }

    .news_list_block .news_block_body .news_block_body_left {
        max-width: 55%;
    }

    .news_list_block .right_news_block_body .offer_block {
        display: none;
    }

    .news_list_block .news_block_body:first-child {
        /*margin-top: -200px;*/
    }

    .main_page_slider .main_pages_slide .main_page_content {
        max-width: 1024px;
    }

    .main_page_slider,
    .main_page_slider .main_pages_slide .main_page_content {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-bottom: 15px;
    }

    .slick-slide * {
        font-size: 11px;
    }

    header .first_line .top_radio_block .radio_info_block {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        max-width: 140px;
    }

    .tvprogram__item .last-week {
        margin-top: 5px;
    }

    .translation-page .translation__content {
        padding-right: 0;
    }

    .news_list_block {
        width: calc(100% - 30px);
        margin: 30px 15px;
    }

    .news_list_block .right_news_block_body .news {
        float: none;
        /*margin-top: 197px;*/
        width: 100%;
    }

    .news_list_block .right_news_block_body {
        margin: 0 5px 25px;
        position: relative;
        padding: 0;
        overflow: visible;
        margin-bottom: 0 !important;
    }

    .news_list_block .banner-horizontal {
        margin-bottom: 15px;
    }

    .news_list_block .right_news_block_body .right_column {
        /*position: absolute;
            right: 5px;
            top: 0;*/
        width: auto;
        padding-left: 0;
    }

    .news_list_block .right_news_block_body .right_column .news_block {
        float: right;
        /*margin-bottom: 25px;*/
        margin-left: 0;
        margin-right: 24px;
    }

    .news_list_block .right_news_block_body .right_column .news_block:first-child {
        margin-bottom: 0;
    }

    .news_list_block .right_news_block_body .news:nth-child(2) {
        width: 65%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .news_list_block .right_news_block_body .news .news_bottom .read_more {
        width: 175px;
    }

    .news_list_block .right_news_block_body .news {
        /*width: 634px;*/
    }

    .news_list_block .news_block_body {
        /*width: 634px;*/
        width: 100%;
        /*margin: 0 5px 25px;*/
        margin-bottom: 2%;
    }

    .main_page_news_slider .main_page_news_slider_prev_arrow,
    .main_page_news_slider .main_page_news_slider_next_arrow {
        background: 0;
    }

    .main_page_news_slider .main_page_news_slider_next_arrow:hover {
        background: url(../images/news_slider_arrow_next_hover.png) top right;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body:not(:last-child) {
        margin-bottom: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body,
    .main_page_slider .main_pages_slide .main_page_content .fist_news_block {
        padding-bottom: 5px;
        padding-top: 0;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block {
        margin-left: 20px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block {
        margin-left: 20px;
        margin-right: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 calc(41% - 40px);
        flex: 1 calc(41% - 40px);
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block span {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .reklamablock-special {
        flex-wrap: wrap;
    }

    .reklamablock-special-map {
        width: 100%;
        text-align: center !important;
    }

    .reklamablock-special-map img {
        width: 33%;
    }

    .reklamablock-offer-item div:first-child {
        width: 50%;
    }

    .reklamablock-offer-item div:last-child {
        padding-top: 5px;
        width: 50%;
    }

    footer .container {
        padding: 0 24px;
        width: auto;
    }

    .news_list_block .right_news_block_body .right_column {
        display: none;
    }

    .news_list_block .news_block_body {
        margin: 0;
        margin-bottom: 2%;
    }

    .newsPage .news__container {
        padding: 0 15px;
    }

    header .first_line .top_menu_block.menuvis {
        display: block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    footer .about_canal {
        padding-left: 5px;
    }

    .page-title {
        font-size: 24px;
        text-align: left;
    }
}

@media screen and (max-width: 800px) {
    header .second_line .socnet_buttons {
        display: none;
    }

    header .second_line .vybory_button,
    header .second_line .online_mode_button,
    header .second_line .tv_program_button {
        width: 100%;
    }

    header {
        height: 160px;
    }

    header .second_line .search_button {
        top: -40px;
        right: 245px;
        background-image: url('../images/ico/search-icon.png');
    }

    .main_page_slider .main_pages_slide .main_page_content span {
        font-size: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        font-size: 14px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1 {
        font-size: 20px;
    }

    footer .footer_block .footer_url_block {
        width: 100%;
    }

    .second_line .container {
        overflow: visible;
    }

    .main_page_slider,
    .main_page_slider .main_pages_slide .main_page_content,
    .main_page_slider .main_pages_slide {
        height: auto;
    }

    .main_page_slider .main_pages_slide img {
        width: auto;
    }

    footer .footer_block .footer_url_block a {
        float: none;
        width: auto;
        margin-top: 20px;
        margin-left: 11px;
        text-align: left;
    }

    footer .footer_block .footer_phone {
        float: none;
        display: block;
        margin-top: 35px;
        margin-left: 11px;
    }

    footer .footer_block .footer_bottom_block .canal_name {
        margin-top: -20px;
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    footer .footer_block .footer_bottom_block .copyright {
        float: right;
        margin-left: 11px;
    }

    .page-title {
        margin-right: 10px;
        margin-left: 10px;
    }

    .tag_blue,
    .tag_green {
        margin-bottom: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1 {
        text-align: left;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .reklamablock img {
        max-width: 100%;
    }

    #week_select,
    .right-block-days {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }

    #week_select {
        margin-bottom: 28px;
    }

    #week_select_bottom {
        width: 100%;
        /*display: inline-block;*/
        display: none;
    }

    .reklamablock table {
        width: 100%;
        font-size: 12px;
    }

    .reklamablock table td {
        vertical-align: top;
        width: 25%;
    }

    .reklamablock table img {
        max-width: 100%;
        height: 200px;
        width: 172px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body:not(:last-child) {
        margin-bottom: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block {
        margin-left: 10px;
        margin-right: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 calc(41% - 20px);
        flex: 1 calc(41% - 20px);
        margin-top: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block {
        margin-left: 10px;
    }

    .main_page_slider .news_tag_block .tag_blue,
    .main_page_slider .news_tag_block .tag_green {
        margin-bottom: 0;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body .news_tag_block {
        margin-top: 2px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        font-size: 12px;
        margin-bottom: 0;
    }

    header .first_line .top_radio_block .sound_switcher {
        display: none;
    }

    .tag_blue,
    .tag_green {
        font-size: 11px !important;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body:not(:last-child) {
        margin-bottom: 10px;
    }

    .newsPage {
        padding-top: 20px;
    }

    .newsPage .news__container {
        width: 100%;
    }

    header .first_line .top_radio_block .top_radio_block_right {
        width: 220px;
    }

    header .first_line .top_radio_block {
        width: 239px;
    }

    .tvprogram__week {
        width: 850px;
        max-height: 62px;
    }

    .tvprogram-page .tvprogram__item {
        width: 33.2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body .tvprogram-page {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tvprogram-page .last-week,
    .tvprogram-page .next-week {
        display: inline-block;
    }

    .tvprogram-page .last-week {
        margin-bottom: 10px;
    }

    .tvprogram-page .next-week {
        margin-top: 10px;
    }

    .tvprogram__week li {
        display: inline-block;
    }

    .tvprogram__week li:not(:last-child) {
        margin-right: 25px;
    }

    .tvprogram__week a > div {
        text-align: center;
    }

    .tvprogram__week .tvprogram__week_day {
        font-size: 18px;
    }

    .news_list_block {
        width: calc(100% - 60px);
    }

    .banner-horizontal {
        margin-bottom: 10px !important;
    }

    .main_page_news_slider {
        height: 300px;
    }

    .main_page_news_slider .main_page_news_slider_prev_arrow,
    .main_page_news_slider .main_page_news_slider_next_arrow {
        width: 95px;
        height: 300px;
    }

    .main_page_news_slider .main_page_news_slider_prev_arrow:hover {
        background-position: left -80px;
    }

    .main_page_news_slider .main_page_news_slider_next_arrow:hover {
        background-position: -118px -80px;
    }

    .right_news_block_body .right_column {
        display: block;
        width: 100%;
    }

    .news_list_block .right_news_block_body .news {
        height: 400px;
        /*padding-bottom: 16px;*/
        margin-bottom: 15px;
    }

    .news_list_block .right_news_block_body .news .news_bottom .read_more {
        width: 50%;
        padding: 0;
    }

    .news_list_block {
        margin: 25px 10px;
        width: calc(100% - 20px);
    }

    .news_list_block .news_block_body {
        margin-bottom: 10px;
        width: 100%;
    }

    .news_list_block .right_news_block_body .right_column {
        display: none;
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .news_list_block .right_news_block_body .news {
        width: 100%;
    }

    .news_list_block .right_news_block_body .right_column .news_block {
        float: none;
    }

    .news_list_block .right_news_block_body .right_column .news_block:first-child {
        margin: 0;
    }

    .news_list_block .right_news_block_body .right_column .news_block {
        width: 100%;
        margin: 5px 0;
        max-width: 100%;
    }

    .news_list_block .right_news_block_body .right_column .news_block .news_bottom_block {
        width: 95%;
    }

    .main_page_news_slider .main_page_news_slider_body .slide {
        max-height: 260px;
    }

    .main_page_news_slider .main_page_news_slider_body .slide img {
        height: 300px;
        width: auto;
    }

    .news_list_block .right_news_block_body {
        margin: 0;
    }

    .main_page_news_carousel .news_carouse_slider {
        margin-left: 0;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block {
        max-width: 100%;
        width: 304px;
        margin: 0 40px 10px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_img {
        width: 100%;
    }

    .reklamablock {
        margin: 0 !important;
    }

    .reklamablock-special-map img {
        width: 42%;
    }

    .reklamablock-offer-item div:first-child {
        width: 42%;
    }

    .reklamablock-offer-item div:last-child {
        padding-top: 5px;
        width: 58%;
        word-break: break-word;
    }

    .reklamablock-offer-item div:last-child span {
        font-size: 0.95rem !important;
    }

    .news_list_block .right_news_block_body .news:nth-child(2) {
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .main_page_slider .main_pages_slide .main_page_content .fist_news_block span,
    .main_page_slider .main_pages_slide .main_page_content span {
        display: none;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block {
        margin-top: 25px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block {
        width: 250px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 600px) {
    .right_news_block_body,
    .main_page_news_slider,
    .container .all_videos.show_more {
        display: none;
    }

    .videoContainer iframe {
        width: 100%;
        height: 200px;
    }

    .main_page_slider .main_pages_slide img {
        max-width: none;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block {
        margin: 0 25px;
        width: calc(100% - 50px);
    }

    .main_page_news_carousel .news_carousel_block.slick-slide.slick-cloned {
        margin: 0 25px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time img,
    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .views_block img,
    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time img {
        margin-left: 10px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block {
        /* width: 233px; */
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin: 10px 20px 0;
    }

    .news_list_block .right_news_block_body .right_column .news_block .right_column_news_block_body .news_img {
        width: 100%;
        height: 210px;
    }

    .news_list_block .right_news_block_body .news .news_name {
        float: right;
        width: 100%;
        text-align: center;
    }

    .news_list_block .right_news_block_body .news .news_img {
        width: 100%;
        height: 220px;
        float: left;
    }

    .news_list_block .news_block_body {
        display: none;
    }

    .news_list_block .right_news_block_body .right_column {
        display: block;
        position: static;
    }

    .news_list_block .right_news_block_body .news {
        margin-top: 0;
    }

    .radio_main_button.active + div + div {
        margin-top: 0 !important;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block {
        margin-bottom: 25px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_date {
        margin-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .main_page_news_slider .main_page_news_slider_body .slide {
        max-width: 100%;
        max-height: 320px;
    }

    .item_part {
        cursor: pointer;
        font-size: 20px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .page-title {
        margin: 0;
        padding-bottom: 10px;
    }

    .container {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .reklamablock img {
        max-width: 100%;
    }

    .reklamablock table {
        width: 100%;
        font-size: 12px;
    }

    .reklamablock table td {
        vertical-align: top;
        width: 33%;
    }

    .reklamablock table td:nth-child(4) {
        display: none;
    }

    .reklamablock table img {
        height: 150px;
    }

    header .first_line .top_radio_block {
        text-align: right;
    }

    header .first_line .top_radio_block .top_radio_block_left {
        display: inline-block;
        margin-right: -4px;
        float: none;
    }

    header .first_line .top_radio_block .top_radio_block_right {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 180px;
    }

    .tvprogram__week .tvprogram__week_day {
        font-size: 16px;
    }

    .tvprogram__item .tvprogram__times-day h3 {
        font-size: 14px;
        text-align: center;
    }

    .main_page_news_slider {
        height: 270px;
    }

    .main_page_slider {
        max-width: 100%;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1 {
        font-size: 16px;
    }

    .main_page_news_slider .main_page_news_slider_body .slide img {
        height: 238px;
    }

    .main_page_news_slider .main_page_news_slider_prev_arrow,
    .main_page_news_slider .main_page_news_slider_next_arrow {
        height: 238px;
    }

    .news_list_block {
        margin: 0 5px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body .news_tag_block {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        margin-bottom: 0;
    }

    .main_page_slider {
        height: auto;
    }

    .tag_blue,
    .tag_green {
        padding: 0 5px;
    }

    header .third_line {
        height: 60px;
    }

    header .third_line .news_current_hour {
        max-width: 100%;
        width: 100%;
        float: none;
        padding-left: 5px;
        background-color: #fff;
        margin-left: 0;
    }

    .news_list_block .right_news_block_body .right_column .news_block .right_column_news_block_body .news_img {
        height: 170px;
    }

    .news_list_block .right_news_block_body .news .news_bottom {
        height: 90px;
    }

    .news_list_block .right_news_block_body .news .news_bottom .read_more {
        width: 90%;
        margin-left: 5%;
    }

    .translation-page .translation__video > div > div {
        width: 100% !important;
        height: 250px !important;
    }

    body header .second_line .search_button {
        top: -40px;
        right: 190px;
    }

    body header .second_line .hidden_search_block {
        top: -40px;
    }

    body header .second_line .hidden_search_block .search_block_header_line .search_data {
        height: 38px;
    }

    .banner-horizontal.mainpagebanner img {
        padding: 0 14px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block {
        top: 373px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block {
        margin: 10px 15px;
        width: calc(100% - 30px);
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block {
        margin-top: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body {
        padding: 3px 10px;
        background-color: rgba(0, 0, 0, 0.45);
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body:not(:last-child) {
        margin-bottom: 10px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block {
        margin-top: 10px;
    }

    .reklamablock-special-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .reklamablock-special-item:last-child {
        margin-bottom: 0;
    }

    .reklamablock-special-map img {
        width: 100%;
    }

    .reklamablock-offer-item {
        flex-wrap: wrap;
    }

    .reklamablock-offer-item div:first-child {
        width: 100%;
    }

    .reklamablock-offer-item div:last-child {
        width: 100%;
    }

    .reklamablock-offer-item div:last-child p {
        padding-left: 0 !important;
    }

    .news_list_block .banner-horizontal img {
        display: none;
    }

    .tag_blue,
    .tag_green {
        margin-bottom: 5px;
    }

    .western img {
        max-width: 100%;
    }

    header .third_line {
        display: none;
    }

    .container h1 {
        font-size: 24px;
    }

    .main_page_news_slider {
        margin-top: 10px;
    }

    div.slick-list.draggable {
        padding: 0 !important;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        font-size: 14px;
    }

    .right-block-days .tvprogram__item {
        display: none;
        width: 100%;
    }

    .tvprogram__page .tvprogram__day {
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* разрешение смартфона */
    .feedback__form .form-captcha p {
        display: block !important;
    }

    .page-title {
        font-size: 18px;
        text-align: left;
    }

    .news__container {
        width: 90%;
    }
}

@media screen and (max-width: 415px) {
    .tvprogram__date {
        font-size: 14px;
    }

    .tvprogram__item {
        font-size: 12px;
    }

    header .first_line .top_radio_block {
        width: 100%;
    }

    header .first_line .top_radio_block {
        width: 165px;
    }

    header .first_line .top_logo {
        margin-left: 4px;
        background-size: contain;
        height: 40px;
        background-repeat: no-repeat;
        background-position: 50%;
        margin-top: 0;
        top: 0;
        width: 100px;
    }

    .logo--9_may {
        margin-top: 5px !important;
        height: 30px !important;
        width: 126px !important;
    }

    .logo--12i {
        width: 128px !important;
        height: 35px !important;
        margin-top: 3px !important;
        margin-left: 2px !important;
    }

    .logo--rk-day {
        height: 31px !important;
        width: 136px !important;
        margin-top: 10px !important;
    }

    .logo--newyear {
        width: 120px !important;
        top: 1px !important;
        margin-left: 5px !important;
    }

    .logo--9may-star {
        width: 118px !important;
    }

    body header .second_line .search_button {
        top: -40px;
        right: 155px;
    }

    header .first_line .top_radio_block .top_radio_block_right {
        width: calc(100% - 20px);
    }

    header .third_line .news_current_hour {
        padding-left: 10px;
        font-size: 12px;
    }

    header .third_line .news_current_hour .label {
        width: 110px;
    }

    header .third_line .news_current_hour .runing_string_wrap {
        height: 34px;
    }

    header .first_line .top_radio_block .radio_main_button {
        margin-left: 10px;
    }

    header .first_line .top_radio_block .radio_info_block {
        margin-left: 15px;
        max-width: 100px;
    }

    header .first_line .top_radio_block .radio_info_block a {
        font-size: 14px !important;
    }

    .main_page_news_carousel .main_page_carousel_next_arrow {
        width: 65px;
        background-position: 50%;
    }

    .main_page_news_carousel .main_page_carousel_prev_arrow {
        width: 65px;
        background-position: 50%;
        margin-left: 2px;
    }
}

@media screen and (max-width: 380px) {
    .main_page_news_carousel .news_carouse_slider .news_carousel_block {
        max-width: 380px;
        position: relative;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content .news_carouser_name {
        font-size: 14px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block {
        width: 100%;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_img {
        width: 100%;
    }

    .main_page_news_carousel .news_carouse_slider {
        margin: 0 15px;
    }

    header .third_line {
        height: 60px;
    }

    .second_news_block_body span {
        display: none;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1 {
        font-size: 18px;
    }

    .main_page_slider .news_tag_block .tag_blue,
    .main_page_slider .news_tag_block .tag_green {
        margin-bottom: 2px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body .news_tag_block {
        margin-bottom: 0;
    }

    header .first_line .top_radio_block .radio_main_button.active,
    header .first_line .top_radio_block .radio_main_button {
        margin-top: 6px;
        width: 15px;
        background-size: contain;
        height: 100%;
        background-position: 50%;
        margin-top: 0;
    }

    .newsPage .page-title {
        margin-left: 0;
    }
}

@media screen and (max-width: 330px) {
    header .first_line .hidden_menu_button {
        width: 40px;
    }

    header .first_line {
        height: 80px;
    }

    header .first_line .top_radio_block {
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#0dc300), to(#0ba100));
        background: linear-gradient(to right, #0dc300, #0ba100);
        text-align: center;
    }

    header .first_line .top_radio_block .top_radio_block_right {
        width: 145px;
        display: inline-block;
        background: none;
    }

    header .first_line .top_radio_block .top_radio_block_left {
        display: none;
    }

    body header .second_line .search_button {
        right: 0;
        top: -80px;
    }

    header .third_line .news_current_hour {
        line-height: 20px;
    }

    .main_page_slider .main_pages_slide .main_page_content {
        height: auto;
    }

    .container h1 {
        font-size: 20px;
    }

    .container img {
        max-width: 100%;
    }

    header .third_line .news_current_hour .label {
        width: 100%;
        padding-top: 10px;
    }

    .main_page_news_slider {
        height: 200px;
    }

    header .third_line .news_current_hour .runing_string_wrap {
        width: 100%;
        height: 20px;
    }

    .main_page_news_slider .main_page_news_slider_body .slide img,
    .main_page_news_slider .main_page_news_slider_prev_arrow,
    .main_page_news_slider .main_page_news_slider_next_arrow {
        height: 180px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body .news_tag_block {
        margin-top: 0;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body a.news_url h2 {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .main_page_slider .main_pages_slide .main_page_content .fist_news_block h1,
    .main_page_slider .main_pages_slide .main_page_content .second_news_block .second_news_block_body .news_tag_block {
        margin-bottom: 0;
    }

    .main_page_slider .slick-slide * {
        font-size: 10px;
    }

    .main_page_slider .slick-slide img {
        max-width: none;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .views_block span,
    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time span,
    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_date {
        font-size: 12px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content {
        margin-top: 10px;
        padding: 0 10px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .news_carouse_block_body .news_carouser_content .news_carouser_name {
        height: 95px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time img,
    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .views_block img,
    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block .public_time img {
        margin: 3px 0 0 10px;
    }

    .main_page_news_carousel .news_carouse_slider .news_carousel_block .carousel_bottom_block {
        top: 360px;
    }

    .ya-share2 {
        margin-left: 7px !important;
    }
}
