

/* Start:/include/slick_slider/slick.css?15070529691776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/include/slick_slider/slick-theme.css?15070529693145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/include/slick_slider/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/include/slick_slider/./fonts/slick.eot');
    src: url('/include/slick_slider/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/include/slick_slider/./fonts/slick.woff') format('woff'), url('/include/slick_slider/./fonts/slick.ttf') format('truetype'), url('/include/slick_slider/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/2022_shablon/components/bitrix/news.list/tv_guide_header/style.css?16703806011005*/
.fon_tv_program {
    font-size: 0.94rem;
    overflow-y: auto;
    height: calc(100% - 30px);
}
.fon_tv_program_b{
	display: flex;
}
.fon_tv_program_bd{
	width: 50px;
    height: max-content;
    margin-right: 5px;
    border: #8f8f8f solid 1px;
    text-align: center;
}
.fon_tv_program_bn{
	width: calc(100% - 55px);
}
.fon_tv_program{
	font-size: 0.94rem;
}
.fon_tv_program_b{
    margin-bottom: 10px;
}
.fon_tv_bb2_b{
	height: 100%;
}

.fon_tv_program::-webkit-scrollbar {
    width: 10px;
}
.fon_tv_program::-webkit-scrollbar-track {
    background-color: darkgrey;
}
.fon_tv_program::-webkit-scrollbar-thumb {
    background-color: #606060;
}
.fon_tv_program_b.old{
    color: #b9b9b9;
    font-weight: 300;
}
.fon_tv_program_b.old .fon_tv_program_bd {
    border: #b9b9b9 solid 1px;
}
.fon_tv_program_b.active{
    color: green;
    font-weight: 600;
}
.fon_tv_program_b.active .fon_tv_program_bd {
    border: green solid 1px;
    color: #fff;
    background-color: green;
    padding: 1px 0px;
}
/* End */


/* Start:/local/templates/2022_shablon/components/bitrix/menu/top_menu_news/style.css?1665301437928*/
.block_top_mn{
	background-color: #284877;
}
.block_top_mnb{
	display: flex;
}
.block_top_mnb_b{
	width: calc(100% - 60px);
	display: flex;
	justify-content: right;
}
.block_top_mnb_i {
    width: 50px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.2s ease;
}
.block_top_mnb_i:hover{
	background-color: #06dd6e;
}
.block_top_mnb_i svg{
	width: 25px;
	height: 25px;
}
.block_top_mnb_i svg path{
	fill: #fff;
}
.block_top_mnb_bb{
    text-decoration: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.06rem;
    padding: 15px 12px;
    display: block;
    flex-grow: 1;
    text-align: center;
    transition: background-color 0.2s ease;
}
.block_top_mnb_bb:hover{
	background-color: #607ea9;
}
.block_exchange_rate{
	margin-top: 25px;
}
/* End */


/* Start:/local/templates/2022_shablon/components/bitrix/news.list/news_slider2/style.css?16699583301572*/
.main_news1_ls_bb{
    width: 800px;
    height: 520px;
    padding: 20px;
    position: relative;
}
.main_news1_ls .slick-dots li button:before{
    width: 16px;
    height: 16px;
    opacity: .9;
    color: unset;
    border: #fff solid 1px;
    border-radius: 100px;
}
.main_news1_ls .slick-dots li.slick-active button:before{
    background-color: #fff;
}
.main_news1_ls .slick-dots li{
    margin: 0 3px;
}
.slick-dots {
	bottom: 15px;
    width: 160px;
    right: 10px;
}
.main_news1_ls_bb_z{
    text-decoration: none;
    outline: none;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 25px;
    display: block;
}
.main_news1_ls_bb_c{
	background-color: #F2994A;
    color: #fff;
    text-transform: uppercase;
    width: max-content;
    padding: 8px 12px;
    font-weight: 300;
    font-size: 0.95rem;
    border-radius: 2px;
    margin-bottom: 15px;
}
.slick-initialized .slick-slide {
    display: flex;
    align-items: flex-end;
    flex-flow: wrap;
}
.main_news1_ls_bb_img{
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.main_news1_ls_bb_img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(0deg, rgb(40 30 0 / 75%), transparent);
}



.main_news1_ls_bblock_c2 .iv{
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.main_news1_ls_bblock_c2 .iv svg{
    width: 20px;
}
.main_news1_ls_bblock_c2{
    display: flex;
}
/* End */


/* Start:/local/templates/2022_shablon/components/bitrix/news.list/news_slider2_bottom/style.css?16699590371026*/

.main_news1_lm_b{
    display: flex;
}
.main_news1_lm_bb{
    width: 32%;
}
.main_news1_lm_bb_img{
    position: relative;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 10px;
}
.main_news1_lm_bb_z{
    text-decoration: none;
    outline: none;
    color: #123123;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    transition: 0.3s all;
}
.main_news1_lm_bb:hover .main_news1_lm_bb_z{
    color: #3E69A3;
}
.main_news1_lm_bb{
    margin-right: 2%;
}
.main_news1_lm_bb:last-child{
    margin-right: unset;
}
.main_news1_lm_bb_img .iv{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
}
.main_news1_lm_bb_img .iv svg{
    width: 15px;
}
.main_news1_lm_bb_img .iv svg path{
    fill: #646464;
}
.main_news1_lm_bb{
    display: block;
    text-decoration: none;
    outline: none;
}
.main_news1_lm_bb_img span.iv {
    background-color: #ffffff;
    border-radius: 0px;
    opacity: 0.4;
}

/* End */


/* Start:/local/templates/2022_shablon/components/bitrix/news.list/news_main_right/style.css?16702055692016*/
.main_news1_rn_bi{
	position: relative;
    height: 200px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    outline: none;
}
.main_news1_rn_bi_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}
.main_news1_rn_bi_img:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background-image: linear-gradient(0deg, #281e00, transparent);
}
.main_news1_rn_bi_z{
    text-decoration: none;
    outline: none;
    color: #fff;
    font-size: 1.2rem;
}
.main_news1_rn_bi_d{
    color: #fff;
    display: flex;
    font-size: 0.9rem;
    position: absolute;
    top: 15px;
    left: 10px;
}
.main_news1_rn_bi_dd{
    background-color: #284877;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
}
.main_news1_rn_bbl{
    text-decoration: none;
    outline: none;
    color: #303030;
    border-bottom: #bbbbbb solid 1px;
    display: block;
    padding: 5px 0px;
    transition: 0.3s all;
}
.main_news1_rn_bbl:hover{
	color: #3E69A3;
}
.main_news1_rn_bb{
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_news1_rn_b_link{
    background-color: green;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    color: #fff;
    border-radius: 2px;
    transition: 0.3s all;
    margin-top: 20px;
}
.main_news1_rn_b_link:hover{
    background-color: #04a504;
}
.main_news1_rn_bi_dv .iv{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background-color: #284877;
}
.main_news1_rn_bi_dv .iv svg{
    width: 20px;
}
.main_news1_rn_bi_dv .iv svg path {
    fill: #b2bfd3;
}
.main_news1_rn_bb .iv{
    background-color: unset;
}
.main_news1_rn_bb .iv svg{
    width: 15px;
}
.main_news1_rn_bb .iv svg path{
    fill: #878787;
}
/* End */


/* Start:/local/templates/2022_shablon/components/bitrix/news.list/main_news_category2/style.css?16702071482388*/
.main_news_category_bb_bbi{
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    outline: none;
}
.main_news_category_bb_bbc{
    background-color: #284877;
    color: #FFF;
    width: max-content;
    padding: 5px 12px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.main_news_category_bb_bbc,
.main_news_category_bb_bbk,
.main_news_category_bb_bbv{
    margin-bottom: 20px;
    z-index: 1;
}
.main_news_category_bb_bbk{
    position: relative;
    height: 28px;
    width: 28px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    margin-left: 6px;
    font-size: 0.9rem;
    color: #284877;
}
.main_news_category_bb_bz{
    color: #284877;
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    display: block;
}
.main_news_category_bb_bt{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: #e3e3e3 solid 1px;
    border-bottom: #e3e3e3 solid 2px;
    padding: 20px 0px;
    font-size: 1.12rem;
    height: 170px;
    overflow-y: hidden;
}
.main_news_category_bb_bt2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.12rem;
    border-bottom: #e3e3e3 solid 1px;
}
.main_news_category_bb_bt2:last-child{
	border-bottom: unset;
}
.main_news_category_bb_bb .main_news_category_bb_bbi_block{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.main_news_category_bb_bb .main_news_category_bb_bbi_block:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(0deg, rgb(76 76 76) 0%, transparent 40%, transparent 100%);
}
.main_news_category_bb_bt:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #fff 0%, transparent 30%);
}
.main_news_category_bb_bbv .iv{
    width: 28px;
    height: 28px;
    margin-left: 6px;
    background-color: #284877;
}
.main_news_category_bb_bbv .iv svg {
    width: 20px;
}
.main_news_category_bb_bbv .iv svg path {
    fill: #b2bfd3;
}
/* End */


/* Start:/local/templates/2022_shablon/components/bitrix/menu/menu_bottom/style.css?1666172890215*/
.footer_br1_bb{
    column-count: 2;
    list-style: none;
}
.footer_br1_bb_b{
    text-decoration: none;
    outline: none;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}
/* End */


/* Start:/local/templates/2022_shablon/template_styles.css?167766234134529*/
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Heavy.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-LightItalic.eot');
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-LightItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-ThinItalic.eot');
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ThinItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-BlackItalic.eot');
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-BlackItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-BoldItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('/local/templates/2022_shablon/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-SemiBold.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-UltraLightItalic.eot');
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-UltraLightItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-SemiBoldItalic.eot');
    src: local('Gilroy SemiBold Italic'), local('Gilroy-SemiBoldItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-SemiBoldItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Light.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-MediumItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBoldItalic.eot');
    src: local('Gilroy ExtraBold Italic'), local('Gilroy-ExtraBoldItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBoldItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Regular.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-HeavyItalic.eot');
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-HeavyItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Medium.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('/local/templates/2022_shablon/fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-RegularItalic.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('/local/templates/2022_shablon/fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-UltraLight.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-Bold.eot');
    src: local('fonts/Gilroy Bold'), local('Gilroy-Bold'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Bold.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Thin.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/2022_shablon/fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Black.woff') format('woff'),
        url('/local/templates/2022_shablon/fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



*, :after, :before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html {
    font-family: 'Gilroy';
    font-size: 15px;
}
html.overflow_hidden{
    overflow: hidden;
}
input {
    font-family: 'Gilroy';
}
img{
    position: relative;
    max-width: 100%;
    display: block;
    min-height: 50px;
}
img:after {  
    content: "Изображение не найдено";
    background-color: #fff;
    border: #b9b9b9 solid 1px;
    color: #b5b5b5;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
img[src=""] {
    height: 50px;
    margin-bottom: 20px;
}
ul, ol{
    list-style-position: inside;
}
a{
    text-decoration: none;
    outline: none;
    color: #41b77a;
}
h1{
    font-weight: 500;
    margin-bottom: 20px;
    color: #3a3a3a;
}
.weatherInformer20-logo{
    display: none !important;
}

.block_content_h1{
    font-weight: 500;
    margin-bottom: 20px;
    color: #3a3a3a;
}
.container{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.header_cb{
    display: flex;
    align-items: center;
    padding: 10px 10px;
}
.header_cb_logo{
    background-image: url('/local/templates/2022_shablon/images/logo.png');
    width: 237px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header_time{
    margin-left: 60px;
}

.header_search{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header_search_b1{
    position: absolute;
    margin-left: 10px;
    background-color: unset;
    border: unset;
    cursor: pointer;
}
.header_search_input{
    width: 420px;
    font-size: 1.06rem;
    border-radius: 3px;
    border: #d4d4d4 solid 1px;
    color: #959595;
    padding-top: 8px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 8px;
}
.header_search_b1 svg{
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.header_search_b1 svg path{
    transition: 0.3s all;
}
.header_search_b1:hover svg path{
    fill: #f2994a;
}

input[type="search"]::-webkit-input-placeholder { color: #959595; }
input[type="search"]:-ms-input-placeholder { color: #959595; }
input[type="search"]::-ms-input-placeholder { color: #959595; }
input[type="search"]::placeholder { color: #959595; } 

.block_mp{
    display: flex;
    margin-bottom: 20px;
}
.block_mp_block{
    min-height: 436px;
}
.block_content{
    width: calc(100% - 350px);
    margin-top: 20px;
    margin-right: 50px;
}
.block_mpr{
    width: 300px;
}
.block_soc{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}
.block_soc_b{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    margin-right: 7px;
    transition: background-color 0.2s ease;
}

.block_soc_b svg{
    width: 40px;
    height: 40px;
}
.main_news1{
    display: flex;
    margin-bottom: 40px;
}

.main_news1_l{
    width: calc(100% - 350px);
    margin-right: 20px;
}
.main_news1_ls{
    min-height: 520px;
    transition: opacity 0.2s ease;
}
.main_news1_ls.hidden{
    opacity: 0;
}
.main_news1_ls_b{
    height: 520px;
}
.main_news1_r{
    width: 330px;
}
.main_banner1{
    text-decoration: none;
    outline: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.block_mp .main_banner1{

}
.main_banner1_img{
    width: 100%;
}
.main_news_category{
    display: flex;
    margin-bottom: 30px;
}
.main_news_category_b{
    width: 48%;
    margin-right: 4%;
}
.main_news_category_b:nth-child(2n) {
    margin-right: unset;
} 
.main_news_category_lcat{
    display: block;
    text-decoration: none;
    outline: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #284877;
    margin-bottom: 20px;
    font-size: 1.6rem;
    margin-left: 40px;
}
.main_news_category_lcat:before{
    content: "";
    width: 3px;
    height: 100%;
    background-color: #123123;
    position: absolute;
    left: -12px;
}
.main_news_category_lcat.green:before{
    background-color: rgba(65, 140, 64, 1);
}
.main_news_category_lcat.orange:before{
    background-color: rgba(242, 153, 74, 1);
}
.main_news_category_lcat.red:before{
    background-color: rgba(163, 62, 62, 1);
}

.main_banner1_img.img2{
    font-size: 3.5rem;
    text-shadow: unset;
    color: #fff;
}
.footer{
    background-color: #284877;
    color: #fff;
    padding: 30px 0px;
    font-size: 1.12rem;
}
.footer_bl_logo{
    background-image: url('/local/templates/2022_shablon/images/logo2.png');
    width: 151px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_b{
    display: flex;
}
.footer_bl{
    width: 50%;
    padding-right: 30px;
}
.footer_bl_t{
    margin-top: 30px;
    line-height: 22px;
}
.footer_br{
    width: 50%;
}
.footer_brb{
    display: flex;
}
.footer_br_z{
    width: max-content;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.5px;
}
.footer_br1,
.footer_br2{
    width: 50%;
}
.footer_br2_b1{
    width: 100%;
}
.footer_br2_b{
    display: flex;
}

.footer_br2_b ul{
    column-count: 1;
}
.footer .block_soc{
    justify-content: unset;
    padding: 10px 0px;
}
.footer .block_soc_b{
    width: 40px;
    height: 40px;
    margin-right: 14px;
}
.footer .block_soc_b:last-child{
    margin-right: unset;
}

.footer .block_soc_b svg{
    width: 35px;
    height: 35px;
}

.main_news_category_block{
    display: flex;
    flex-direction: column;
}



.fon_menu,
.fon_tv,
.block_golos_fon{
    position: fixed;
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(0 139 67 / 99%);
    top: 0px;
    left: 0px;
    transition: opacity 0.3s ease;
}
.block_golos_fon{
    background-color: rgb(13 26 46 / 98%);
}
.fon_tv{
    align-items: center;
    justify-content: center;
    background-color: rgb(10 10 10 / 85%);
}
.fon_menu.display_1,
.block_golos_fon.display_1{
    display: block;
}
.fon_tv.display_1{
    display: flex;
}
.fon_menu.opacity_1,
.fon_tv.opacity_1,
.block_golos_fon.opacity_1{
    opacity: 1;
}
.fon_menu_b,
.fon_tv_b{
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    position: absolute;
}
.fon_menu_ba{
    position: relative;
    display: block;
    text-decoration: none;
    outline: none;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
    cursor: pointer;
}
.fon_menu_ba_l .fon_menu_ba{
    font-size: 1.2rem;
}
.fon_menu_ba_l .fon_menu_ba:before {
    width: 6px;
    height: 2px;
    left: -14px;
    border-radius: 6px;
    top: 10px;
}
.fon_menu_ba:before{
    content: "";
    position: absolute;
    width: 6px;
    background-color: #ffffff;
    height: 6px;
    left: -14px;
    border-radius: 6px;
    top: 8px;
}
.fon_menu_b_close,
.fon_tv_close,
.block_golos_fon_close{
    font-size: 1.6rem;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    transition: color 0.3s ease;
}
.fon_menu_b_close:hover,
.fon_tv_close:hover,
.block_golos_fon_close:hover{
    color: #0bff81;
}
.fon_menu_ba_l{
    margin-left: 30px;
}
.ulogin-button-mailru,
.ulogin-button-facebook,
.ulogin-dropdown-button{
    display: none !important;
}
.ulogin-button-vkontakte,
.ulogin-button-odnoklassniki{
    width: 30px !important;
    height: 30px !important;
}
.ulogin-button-vkontakte{
    background: url(/local/templates/2022_shablon/images/vk.svg) no-repeat !important;
    margin-right: 10px !important;
}
.ulogin-button-odnoklassniki{
     background: url(/local/templates/2022_shablon/images/ok.svg) no-repeat !important;
}
.block_nd_banner{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_bl_t{
    font-size: 1rem;
    line-height: 20px;
}
.footer_bl_t p{
    margin-bottom: 10px;
}
.footer_br_op{
    margin-top: 20px;
    font-size: 1rem;
    color: #9ea8b9;
}

.block_news_f{
    display: flex;
    margin-bottom: 25px;
}

.block_news_fi select,
.block_news_f_date,
.block_news_f_tag{
    padding: 4px 4px;
    min-width: 240px;
    height: 30px;
    font-size: 0.9rem;
    margin-right: 10px;
    font-size: 1rem;
}
.block_news_fc{
    width: 28px;
    height: 32px;
    margin-left: 10px;
}
.block_news_fbutton,
.block_news_freset{
    background-color: #238d56;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.block_news_fbutton:hover{
    background-color: #06dd6e;
}
.block_news_freset{
    background-color: #8d4d23;
    text-decoration: none;
    outline: none;
    margin-left: 10px;
}
.block_news_freset:hover{
    background-color: #c3713b;
}
#rad_block_logo{
    display: none;
}
.header_rs{
    margin-left: auto;
}
.header_rsb {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.header_rsb_i{
    background-size: contain;
    background-repeat: no-repeat;
}
.header_rsb_b{
    margin-left: 12px;
}
.header_rsb.kp .header_rsb_i{
    width: 84px;
    height: 30px;
    background-image: url('/local/templates/2022_shablon/images/radio_kp.svg');
}
.header_rsb.kh_fm .header_rsb_i{
    width: 72px;
    height: 36px;
    margin-top: 2px;
    background-image: url('/local/templates/2022_shablon/images/radio_fm.png');
}

.header_rsb_bb{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: #363636 solid 1px;
}
.header_rsb_b.active .header_rsb_bb{
    border: #f68634 solid 1px;
}
.header_rsb_b .header_rsb_bb.on{
    display: flex;
}
.header_rsb_b .header_rsb_bb.off{
    display: none;
}
.header_rsb_b.active .header_rsb_bb.on{
    display: none;
}
.header_rsb_b.active .header_rsb_bb.off{
    display: flex;
}
.header_rsb_bb svg{
    width: 24px;
    height: 24px;
}
.header_rsb_bb.on svg path{
    fill: #000;
}
.header_rsb_bb.off svg path{
    fill: #f68634;
}
.header_rsb_radio{
    position: fixed;
    width: 0px;
    height: 0px;
    top: -10px;
    left: -10px;
}
.header_radio{
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 10px;
}
.header_rs_tv{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: #024a1d solid 1px;
}
.header_rs_tv_i{
    width: 24px;
    height: 20px;
}
.header_rs_tv svg path{
    fill: #024a1d;
}
.header_cb .block_top_mnb_i.fmob_menu{
    display: none;
}
.header_search_block{
    display: flex;
}
.vozrast_ogr{
    margin-right: 15px;
    font-size: 2rem;
    color: #464646;
}
.adv_logo{
    font-size: 1.06rem;
}
.adv_logo p{
    margin-bottom: 4px;
}
span.iv{
    background-color: #f2994a;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
span.iv svg path{
    fill: #895221;
}
.fon_tv_bb{
    display: flex;
    width: 100%;
    height: 100%;
}
.fon_tv_bb1{
    width: calc(100% - 400px);
    background-color: #0a0a0a;
}
.fon_tv_bb2{
    width: 400px;
    padding: 25px 15px;
}
.fon_tv_bb2{
    background-color: #fff;
}
.fon_tv_bb2_z{
    font-size: 1.4rem;
    text-align: center;
    border-bottom: #dddddd solid 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.block_nd_kom_ft{
    margin-top: 30px;
    margin-bottom: 20px;
}
.block_nd_kom_ftt{
    width: 100%;
    min-height: 120px;
    padding: 6px;
    font-size: 1rem;
    border: unset;
    resize: none;
    border: #bdbdbd solid 1px;
}
.block_nd_kom_fts{
    padding: 10px 16px;
    font-size: 1rem;
    border: unset;
    background-color: #14b160;
    color: #fff;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}
.block_nd_kom_fts:hover{
    background-color: #108f4d;
}
.block_nd_kom_ftt:focus{
    border: unset;
    outline: none;
    border: #bdbdbd solid 1px;
}
.block_nd_kom_fte {
    color: red;
    margin-top: 5px;
    font-weight: 600;
}
.block_nd_kom_fte.green{
    color: green;
}


.block_nd_kom_t{
    display: flex;
}
.block_nd_kom_tr{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.block_nd_kom_tri svg{
    width: 22px;
    height: 14px;
    margin-right: 5px;
    margin-top: 4px;
}
.block_nd_kom_tl{
    font-size: 1.5rem;
}
.block_nd_kom_trt{
    font-size: 1.2rem;
}
.block_nd_kom_t{
    display: flex;
    border-bottom: rgba(189, 189, 189, 1) solid 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.block_nd_kom{
    margin-top: 30px;
}

.block_nd_kom_c{
    display: flex;
    margin-top: 10px;
    padding: 10px;
}
.block_nd_kom_cl{
    width: 48px;
    height: 48px;
    margin-right: 15px;
    background-image: url('/local/templates/2022_shablon/images/comment_photo.png');
    background-repeat: no-repeat;
}
.block_nd_kom_cr{
    width: calc(100% - 65px);
}
.block_nd_kom_cr_n{
    display: flex;
    align-items: center;
}
.block_nd_kom_cr_n{
    display: flex;
    margin-bottom: 8px;
}
.block_nd_kom_cr_n1{
    font-size: 1.15rem;
    font-weight: 600;
}
.block_nd_kom_cr_n2{
    margin-left: 20px;
    margin-top: 2px;
}
.block_nd_kom_cr_n,
.block_nd_kom_cr_n2{
    font-size: 0.85rem;
    color: #828282;
}
.block_nd_kom_cr_t{
    margin-bottom: 10px;
}
.block_nd_kom_cr_n_otvet{
    margin-right: 25px;
}
.block_nd_kom_cr_n_otvet,
.block_nd_kom_cr_n_zhaloba{
    cursor: pointer;
}
.block_nd_kom_cr_n_otvet:hover,
.block_nd_kom_cr_n_zhaloba:hover{
    color: #14b160;
}
.block_nd_kom_c.moderation{
    background-color: #ebebeb;
}
.block_nd_kom_cr_mod{
    color: #2f6ac1;
}
.block_nd_kom_auth{
    margin-top: 10px;
    padding: 10px;
    background-color: #284877;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
.block_nd_kom_auth_s{
    cursor: pointer;
    transition: 0.3s all;
    border-bottom: #ffffff solid 1px;
    color: inherit;
    text-decoration: none;
}
.block_nd_kom_auth_s:hover{
    color: #3aff91;
    border-bottom: #3aff91 solid 1px;
}

.block_nd_kom_cr > .block_nd_kom_ft{
    margin-top: 15px;
    display: none;
}
.block_nd_kom_ft.active{
    display: block;
}
.block_nd_kom_cr_n_otvet.active{
    color: #c96823;
}
.block_nd_kom_cr_n_otvet.active:hover{
    color: #e5650a;
}
.block_nd_kom_c.lev1{
    margin-left: 0px;
}
.block_nd_kom_c.lev2{
    margin-left: 35px;
}
.block_nd_kom_c.lev3{
    margin-left: 70px;
}
.block_nd_kom_c.lev4{
    margin-left: 105px;
}
.block_nd_kom_c{
    margin-left: 140px;
}
.b_block_content .ulogin-buttons-container{
    display: flex !important;
    width: auto !important;
}
.b_block_content .ulogin-button-vkontakte,
.b_block_content .ulogin-button-odnoklassniki{
    width: 30px !important;
    height: 30px !important;
}




@media (max-width: 1599px) {
    .container{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 1499px) {
    .block_top_mnb_b{
        flex-wrap: wrap;
    }
    .block_top_mnb_bb{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
        font-size: 0.9rem;
    }
    .menu_top1_b {
        font-size: 1.1rem;
    }
    .main_news1_ls_bb,
    .main_news1_ls_b{
        height: 400px;
    }
    .main_news1_ls_bb_z {
        font-size: 1.6rem;
    }
    .main_news1_ls{
        min-height: unset;
    }
    .main_news1_ls .slick-dots li button:before{
        width: 15px;
        height: 15px;
    }
    .main_news1_lm_bb_img{
        height: 150px;
    }
    .main_news1_lm_bb_z{
        font-size: 0.8rem;
    }
    .main_news1_rn_bbl{
        font-size: 0.9rem;
    }
    .main_news_category_bb_bz{
        font-size: 1.4rem;
    }
    .block_mp_block {
        min-height: 443px;
    }
    .block_news_f{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .block_news_fi, 
    .block_news_f_date, 
    .block_news_f_tag{
        width: calc(100% / 3 - 8px);
        margin-right: 12px;
    }
    .block_news_f_tag,
    .block_news_fi select{
        margin-right: unset;
    }
    .block_news_fi select{
        width: 100%;
    }
    .block_news_fbutton, 
    .block_news_freset{
        height: 36px;
        margin-top: 10px;
    }
    .main_news1_rn_bb .iv svg {
        width: 14px;
    }
}

@media (max-width: 1199px) {
    .block_mp{
        display: block;
    }
    .block_content,
    .block_mpr{
        width: 100%;
    }
    .main_news_category_lcat{
        font-size: 1.5rem;
    }
    .main_news_category_bb_bz {
        font-size: 1.3rem;
        text-align: center;
    }
    .block_top_mn{
        display: none;
    }
    .header_cb_logo {
        width: 168px;
        height: 78px;
    }
    .header_search_input {
        width: 350px;
    }
    .DPACt {
        width: 80px !important;
        height: 80px !important;
    }
    .DPACd{
        margin-top: 40px !important;
    }
    .header_cb .block_top_mnb_i{
        width: 37px;
        height: 37px;
        background-color: #284877;
        border-radius: 3px;
        margin-left: 10px;
        margin-right: 0px;
    }
    .header_cb .block_top_mnb_i:hover{
        background-color: #3e67a3;
    }
    .block_mpr{
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .main_banner1_img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer{
        font-size: 1rem;
    }
    .footer_br_z{
        font-size: 1.2rem;
    }
    .header_cb .block_top_mnb_i.fmob_menu{
        display: flex;
    }
    .header_cb{
        align-items: flex-end;
    }
    .header_radio{
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .fon_tv_bb{
        display: block;
    }
    .fon_tv_bb1{
        width: 100%;
        height: 50%;
    }
    .fon_tv_bb2{
        width: 100%;
        height: 50%;
    }
    

}

@media (max-width: 991px) {
    .main_news1{
        display: block;
    }
    .main_news1_l,
    .main_news1_r{
        width: 100%;
    }
    .main_news1_lm{
        margin-bottom: 30px;
    }
    .main_news1_rn_bi {
        width: 500px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .main_news_category {
        flex-wrap: wrap;
    }
    .main_news1_ls_bb_z{
        font-size: 1.5rem;
    }
    .main_news_category_bb_bz{
        font-size: 1.2rem;
    }
    .header_cb{
        flex-wrap: wrap;
    }

    .header_time{
        order: 2;
        width: 250px;
        margin-left: auto;
    }
    .header_search{
        order: 3;
        width: calc(100% - 50px);
    }
    .header_cb .block_top_mnb_i{
        order: 4;
    }
    .header_search_input {
        width: 100%;
    }
    .block_top_mn .block_top_mnb_i{
        display: none;
    }
    .block_top_mn {
        background-color: #d5d5d5;
        height: 1px;
        margin-top: 10px;
    }
    .footer_b{
        display: block;
    }
    .footer_bl {
        width: 100%;
        padding-right: 0px;
    }
    .footer_br {
        width: 100%;
        margin-top: 30px;
    }
    .footer_br1,
    .footer_br2{
        width: 100%;
    }
    .footer_br1{
        margin-bottom: 30px;
    }

    .block_ndb_img {
        height: 500px;
    }
    .block_news_fi, 
    .block_news_f_date, 
    .block_news_f_tag{
        width: 100%;
        margin-right: unset;
        margin-bottom: 10px;
    }
    .block_nsimilar_b{
        flex-wrap: wrap;
    }
    .block_nsimilar_bb{
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .block_nsimilar_bb:nth-child(2n),
    .block_nsimilar_bb:nth-child(4n){
        margin-right: unset;
    }
    .block_nd_dop_img_l {
        width: calc(50% - 5px);
        height: 230px;
        margin-right: 10px;
    }
    .block_nd_dop_img_l:nth-child(2n){
        margin-right: unset;
    }
    .tv_guide_bb {
        width: 100%;
        margin-right: 0px;
    }

}

@media (max-width: 767px) {
    .footer_brb{
        display: block;
    }
    .main_banner1_img.img2 {
        font-size: 2rem;
        text-align: center;
    }
    .block_ndb_img {
        height: 400px;
    }
    .block_ndb_img_z {
        font-size: 2rem;
    }
    .block_nd_video{
        width: 100%;
    }
    .header_rs{
        width: 100%;
    }
    .header_radio {
        justify-content: center;
    }
    .header_cb_logo {
        margin-left: auto;
        margin-right: auto;
    }
    .block_ndb_img_z .iv {
        width: 26px;
        height: 26px;
    }
    .block_ndb_img_z .iv svg {
        width: 18px;
    }
}

@media (max-width: 549px) {
    img{
        min-height: auto;
    }
    .main_news1_ls_bb, .main_news1_ls_b {
        height: 260px;
    }
    .main_news1_ls_bb{
        padding: 10px;
    }
    .main_news1_ls_bb_z {
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    .main_news1_ls_bb_c{
        font-size: 0.8rem;
    }
    .slick-dots li{
        height: 16px;
    }
    .main_news1_lm_b{
        display: block;
    }
    .main_news1_lm_bb{
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .main_news1_lm_bb_img{
        margin-bottom: 5px;
    }
    .main_news1_lm_bb_z {
        font-size: 0.9rem;
    }
    .main_news1_rn_bi {
        width: 100%;
        height: 200px;
    }
    .main_news_category_b {
        width: 100%;
        margin-right: 0%;
    }
    .menu_top1{
        display: none;
    }
    .header_cb_logo{
        width: 100%;
    }
    .header_time {
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .block_gismeteo .weatherInformer20 {
        width: 290px !important;
    }
    .fon_menu_b {
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        top: 35px;
        left: 35px;
        position: absolute;
        overflow-y: auto;
    }
    .block_mp_block {
        min-height: auto;
    }
    .main_banner1_img{
        font-size: 3rem;
    }
    .block_ndb_img_c{
        font-size: 0.8rem;
    }
    .block_ndb_img_z {
        font-size: 1.4rem;
    }
    .block_ndb_img {
        height: 280px;
        padding: 10px;
    }
    .block_nd_text{
        font-size: 1rem;
    }
    .block_nd_kom_tl {
        font-size: 1.2rem;
    }
    .block_nd_kom_c.lev1{
        margin-left: 0px;
    }
    .block_nd_kom_c.lev2{
        margin-left: 15px;
    }
    .block_nd_kom_c.lev3{
        margin-left: 30px;
    }
    .block_nd_kom_c.lev4{
        margin-left: 45px;
    }
    .block_nd_kom_c{
        margin-left: 60px;
    }
    .block_nd_kom_cl{
        display: none;
    }
    .block_nd_kom_cr {
        width: 100%;
    }
    .block_nd_kom_cr_n1 {
        font-size: 1rem;
    }
    .block_nd_kom_c {
        margin-top: 0px;
    }
    .block_nd_kom_cr_mod {
        font-size: 0.9rem;
    }
    .search-page input[type="text"]{
        width: 100%;
    }
    .search-page input[type="submit"]{
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .block_news_fbutton, 
    .block_news_freset {
        margin-top: 0px;
        font-size: 0.95rem;
    }
    .header_radio {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .block_nsimilar_bb{
        width: 100%;
        height: 200px;
        margin-right: unset;
        margin-bottom: 10px;
    }
    .block_nd_dop_img_l {
        width: 100%;
        height: 230px;
        margin-right: 0px;
    }
    .block_nsimilar_z {
        font-size: 1.3rem;
    }
    .block_ndb_img_c2 .iv{
        width: 28px;
        height: 28px;
    }
    .block_ndb_img_c2 .iv svg {
        width: 18px;
    }
    .main_news1_ls_bblock_c2 .iv{
        width: 30px;
        height: 30px;
    }
    .block_content_h1{
        font-size: 1.5rem;
    }
    .tv_guide_bb_z {
        font-size: 1.1rem;
    }
    .tv_guide_bb_tt{
        font-size: 1rem;
    }
    .main_news1_lm_bb_z{
        font-size: 0.8rem;
    }
    .main_news_category_lcat {
        font-size: 1.2rem;
        margin-left: 20px;
    }
    .main_news_category_bb_bz {
        font-size: 1.1rem;
        margin-top: 10px;
    }
    .main_news_category_bb_bt {
        margin-top: 10px;
        margin-bottom: 40px;
        font-size: 0.9rem;
        height: auto;
        border-top: unset;
        border-bottom: unset;
        padding: 0px 0px;
    }
    .main_news_category_bb_bt:before {
        background-image: unset;
    }
    .footer_bl_t {
        font-size: 0.9rem;
    }
    .fon_tv_bb2_z {
        font-size: 1.1rem;
    }
    .fon_tv_bb2 {
        padding: 10px 5px;
    }
    .block_nd_op {
        font-size: 0.95rem;
    }

}
/* End */
/* /include/slick_slider/slick.css?15070529691776 */
/* /include/slick_slider/slick-theme.css?15070529693145 */
/* /local/templates/2022_shablon/components/bitrix/news.list/tv_guide_header/style.css?16703806011005 */
/* /local/templates/2022_shablon/components/bitrix/menu/top_menu_news/style.css?1665301437928 */
/* /local/templates/2022_shablon/components/bitrix/news.list/news_slider2/style.css?16699583301572 */
/* /local/templates/2022_shablon/components/bitrix/news.list/news_slider2_bottom/style.css?16699590371026 */
/* /local/templates/2022_shablon/components/bitrix/news.list/news_main_right/style.css?16702055692016 */
/* /local/templates/2022_shablon/components/bitrix/news.list/main_news_category2/style.css?16702071482388 */
/* /local/templates/2022_shablon/components/bitrix/menu/menu_bottom/style.css?1666172890215 */
/* /local/templates/2022_shablon/template_styles.css?167766234134529 */
