html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, sub, sup, tt, var, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a{text-decoration: none;color:inherit}

.index-page .socium-header {
    z-index: 300;
}

@font-face {
    font-family: 'technoregular';
    src: url('../f/Techno.eot');
    src: url('../f/Techno.eot?#iefix') format('embedded-opentype'),
    /*    url('../f/Techno.woff2') format('woff2'),
        url('../f/Techno.woff') format('woff'), */
        url('../f/Techno.ttf') format('truetype'),
        url('../f/Techno.svg#Techno') format('svg');
    font-weight: normal;
    font-style: normal;
    /* font-display: swap; */
}


/* Общие настройки */
html, body{font-size:14px;height: 100%;-webkit-text-size-adjust: 100%;text-size-adjust: 100%;}
body{
	color: #000;
	line-height: 1.2;
	
	font-weight:normal;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
    
    height: 100%;
    width: 100%;
}
h1,.h1,h2,.h2,h3,.h3{font-family: "technoregular", sans-serif;line-height: 1.1;box-sizing: border-box;}
h1,.h1{font-size: 35px;text-transform: uppercase;line-height: 1.2;}
h2,.h2{font-size: 24px;text-transform: uppercase;line-height: 1.1;}
.lh11{line-height: 1.1 !important;}
.additional-header{padding: 18px 21px;width: 100%;border-radius: 16px;}


.article-text iframe {
	max-width: 100% !important;
}

/* inputs */
input, textarea, select, button{font-family: "Noto Sans", sans-serif;}
input, textarea, select, div, a{outline:none;border: none;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;}
.input{width: 100%;padding: 10px 15px;background-color: #fff;border: 1px solid #ddd;font-size: 16px;outline: none;-webkit-appearance: none;}
select.input{appearance: auto;}
textarea.input{resize: none;height:150px}

.select-noarrow{-ms-appearance: none;-o-appearance: none;-moz-appearance: none;-webkit-appearance: none;appearance: none;}
.noselect, .btn{cursor:pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.anim,
.header .menu > li.more > a
{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-khtml-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
img{vertical-align: top;}

/* width and height*/
.winit{width: initial !important;}.w10{width: 10%;}.w15{width: 15%;}.w19{width: 19%;}.w20{width: 20%;}.w23{width: 23%;}.w24{max-width:24%;width: 24%;}.w25{width: 25%;}.w30{width: 30%;}.w32{width: 32%;}.w33{width: 33%;}.w35{width: 35%;}.w40{width: 40%;}.w48{width: 48%;}.w49{width: 49%;}.w50{width: 50%;}.w60{width: 60%;}.w65{width: 65%;}.w66{width: 66%;}.w70{width: 70%;}.w74{width: 74%;}.w75{width: 75%;}.w77{width: 77%;}.w79{width: 79%;}.w80{width: 80%;}.w90{width: 90%;}.w95{width: 95%;}.w97{width: 97%;}.w98{width: 98%;}.w99{width: 99%;}.w100{width: 100%;}
.h100{height:100%;}

/* display */
.flex{display: flex;}
.flex.row{flex-direction: row;}
.flex.row-rev{flex-direction: row-reverse;}
.flex.column{flex-direction: column;}
.flex.wrap{flex-wrap:wrap}
.flex.start{align-items: flex-start}
.flex.end{align-items: flex-end}
.flex.baseline{align-items: baseline}
.flex.center{align-items: center}
.flex.stretch{align-items: stretch}
.flex.between{justify-content: space-between}
.flex.jcenter{justify-content: center}
.flex.jend{justify-content: end;}
.flex.shrink{flex-shrink:0;}
.flex.grow1{flex-grow:1;}
.relative{position: relative ;}
.fixed{position: fixed;}
.hide{display: none;}
.inline{display: inline !important;}
.table-cell{display: table-cell;;}
.overflow{overflow: hidden;}
.auto{overflow: auto;}
.break{white-space: break-spaces;}
.nowrap{white-space: nowrap;}
.cursor{cursor: pointer;}

/* absolute */
.absolute{position: absolute;}
.l0{left:0}.r0{right:0;}.b0{bottom: 0;}.t0{top:0;}

/* fonts */
.f10{font-size: 10px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f15{font-size: 15px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f24{font-size: 24px;}
.f40{font-size: 40px;}
.f50{font-size: 50px;}
.f60{font-size: 60px;}
.b{font-weight: bold;}
.m{font-weight: 500;}

/* padding */
.p87{padding:87px}.pt87{padding-top:87px}.pr87{padding-right:87px}.pb87{padding-bottom:87px}.pl87{padding-left:87px}
.p55{padding:55px}.pt55{padding-top:55px}.pr55{padding-right:55px}.pb55{padding-bottom:55px}.pl55{padding-left:55px}
.p32{padding:32px}.pt32{padding-top:32px}.pr32{padding-right:32px}.pb32{padding-bottom:32px}.pl32{padding-left:32px}
.p25{padding:25px}.pt25{padding-top:25px}.pr25{padding-right:25px}.pb25{padding-bottom:25px}.pl25{padding-left:25px}
.p20{padding:20px}.pt20{padding-top:20px}.pr20{padding-right:20px}.pb20{padding-bottom:20px}.pl20{padding-left:20px}
.p17{padding:17px}.pt17{padding-top:17px}.pr17{padding-right:17px}.pb17{padding-bottom:17px}.pl17{padding-left:17px}
.p15{padding:15px}.pt15{padding-top:15px}.pr15{padding-right:15px}.pb15{padding-bottom:15px}.pl15{padding-left:15px}
.p10{padding:10px}.pt10{padding-top:10px}.pr10{padding-right:10px}.pb10{padding-bottom:10px}.pl10{padding-left:10px}
.p7{padding:7px}.pt7{padding-top:7px}.pr7{padding-right:7px}.pb7{padding-bottom:7px}.pl7{padding-left:7px}
.p5{padding:5px}.pt5{padding-top:5px}.pr5{padding-right:5px}.pb5{padding-bottom:5px}.pl5{padding-left:5px}
.p0{padding:0 !important}.pt0{padding-top:0 !important}.pr0{padding-right:0 !important}.pb0{padding-bottom:0 !important}.pl0{padding-left:0 !important}

/* margin */
.m87{margin:87px}.mt87{margin-top:87px}.mr87{margin-right:87px}.mb87{margin-bottom:87px}.ml87{margin-left:87px}
.m55{margin:55px}.mt55{margin-top:55px}.mr55{margin-right:55px}.mb55{margin-bottom:55px}.ml55{margin-left:55px}
.m32{margin:32px}.mt32{margin-top:32px}.mr32{margin-right:32px}.mb32{margin-bottom:32px}.ml32{margin-left:32px}
.m25{margin:25px}.mt25{margin-top:25px}.mr25{margin-right:25px}.mb25{margin-bottom:25px}.ml25{margin-left:25px}
.m20{margin:20px}.mt20{margin-top:20px}.mr20{margin-right:20px}.mb20{margin-bottom:20px}.ml20{margin-left:20px}
.m17{margin:17px}.mt17{margin-top:17px}.mr17{margin-right:17px}.mb17{margin-bottom:17px}.ml17{margin-left:17px}
.m15{margin:15px}.mt15{margin-top:15px}.mr15{margin-right:15px}.mb15{margin-bottom:15px}.ml15{margin-left:15px}
.m-15{margin:-15px}.mt-15{margin-top:-15px}.mr-15{margin-right:-15px}.mb-15{margin-bottom:-15px}.ml-15{margin-left:-15px}
.m10{margin:10px}.mt10{margin-top:10px}.mr10{margin-right:10px}.mb10{margin-bottom:10px}.ml10{margin-left:10px}
.m7{margin:7px}.mt7{margin-top:7px}.mr7{margin-right:7px}.mb7{margin-bottom:7px}.ml7{margin-left:7px}
.m5{margin:5px}.mt5{margin-top:5px}.mr5{margin-right:5px}.mb5{margin-bottom:5px}.ml5{margin-left:5px}
.m0{margin:0 !important}.mt0{margin-top:0 !important}.mr0{margin-right:0 !important}.mb0{margin-bottom:0 !important}.ml0{margin-left:0 !important}

.page_wrapper {width: 100%;min-height: 100%;position:relative;margin: 0 auto;max-width:1440px;min-width:320px;overflow: hidden;}
.wrapper {padding: 0 15px;position: relative;width: 100%;max-width: 1320px;margin: 0 auto;min-width:320px;}
::placeholder{color:#a7a7a7}

/* color */
.blue {background-color: #303088;color:white}
.dblue {background-color: #072879;color:white}
.thblue:hover {color: #303088;}
.green {background-color: #57BE4E;color:white}
.tgreen {color: #44A33C;}
.red {background-color: #E50000;}
.tred {color: #CE0000;}
.yellow {background-color: #FBE24D;}
.tyellow {color: #E9CE2B;}
.darkgray {background-color: #757575;}
.tdarkgray {color: #757575;}
.tdarkgray a {color: #2151ca;}
.tdarkgray a[data-type="tag"]{color: #757575;}
.gray {background-color: #F8F8F8;}
.linear-gradient-header {background: linear-gradient(90deg, #072879 18.4%, #57BE4E 79.72%);}

/* Календарь datepicker */
.ui-datepicker-prev{display: none;}
.ui-datepicker-next{display: none;}
.ui-datepicker-trigger{cursor:pointer;font-family: "Noto Sans", sans-serif;border-radius:30px;color:white;position:relative;font-size: 16px;outline:none;background: #57BE4E;border: none;padding:14px 55px 14px 27px;}
.ui-datepicker-trigger:after{top:0;content:'';position: absolute;background:  url('../i/header/date.svg') 100% center no-repeat;width:25px; height:100%}
.ui-datepicker{display:none;padding: 12px 22px 28px;font-size:16px;background: white;box-shadow: 2px 4px 15px 10px rgba(0, 0, 0, 0.05);border-radius: 16px;margin-top: 56px;}
.ui-datepicker-title{padding-top: 7px;margin-bottom: 30px;}
.ui-datepicker-calendar{width: 280px;}
.ui-datepicker-calendar th{font-weight: 500;padding-bottom: 18px;}
.ui-datepicker-calendar td{padding: 3px 0;}
.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a{width:100%;text-align: center;padding: 12px 0 11px;display: flex;justify-content: center;align-items: center;}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a.ui-state-active{border-radius:8px;background-color: #57BE4E;color:white}
.ui-datepicker-calendar td span{color:#E6E6E6}
.ui-datepicker-other-month{color:#757575;}
.ui-datepicker-year-select, .ui-datepicker-month-select{display: flex;align-items: center;border-radius:8px;padding: 5px 6px 5px 10px;border-radius: 40px;cursor:pointer}
.ui-datepicker-year-select:hover, .ui-datepicker-month-select:hover{background-color: #57BE4E;color:white;}
.ui-datepicker-year-select{display: flex;align-items: center;}
.ui-datepicker-year-select:after,
.ui-datepicker-month-select:after{margin-top: 1px;width:20px;height:6px;content:'';background: url('../i/header/down.svg') center center no-repeat;display: inline-block}
.ui-datepicker-year-select:hover:after,
.ui-datepicker-month-select:hover:after{background: url('../i/header/header-down-white.svg') center center no-repeat;}
.ui-datepicker-title{display: flex;flex-direction: row;justify-content: space-evenly;}
.ui-datepicker-title select{display: none;}
.ui-datepicker-month-ul, .ui-datepicker-year-ul{overflow:hidden;border-radius:16px;background:white;box-shadow: 2px 4px 15px 10px #0000000D;position: absolute;left: 0;width: 124px;margin-top: 7px;padding-top: 7px;padding-bottom: 7px;}
.ui-datepicker-month-ul li, .ui-datepicker-year-ul li{cursor:pointer;padding: 7px 4px 8px 24px;}
.ui-datepicker-month-ul li:hover, .ui-datepicker-year-ul li:hover{background-color: #57BE4E;color:white;}
.ul-date{max-height: 450px;overflow: auto;}
.ui-datepicker-year-select.active,
.ui-datepicker-month-select.active{background-color: #57BE4E;color:white;}
.ui-datepicker-year-select.active:after,
.ui-datepicker-month-select.active:after{transform: rotate(180deg);background: url('../i/header/header-down-white.svg') center center no-repeat;}
/* header */
.headline_clear{height:132px}
.header{height:92px;top:0;z-index: 100;line-height: 1.5;}
.header .logo{margin-left: -2px;padding:22px 0;}
.header .logo-radio{cursor: pointer}
.header .logo-radio:hover{opacity:0.8}
.header-menu > li{position: relative;color: #fff;}
.header-menu{font-weight: 500;}
.header-menu > li.more > a{position: relative;padding: 4px 28px 4px 12px;border: 1px solid;border-color: transparent;border-radius: 30px;}
.header-menu > li.more:hover > a{border-color: #fff;outline: 1px solid rgba(255,255,255,0.5);}
.header-menu > li.more:after{pointer-events:none;content:'';width:10px; height:100%;background:url('../i/header/header-down-white.svg') 0 center no-repeat;position:absolute;top: -1px;right: 13px;}
.header-menu > li.more:hover:after{transform: rotate(180deg);}
.header-menu > li.more{padding: 10px 0;}
.header-menu > li.more .lists {z-index: 10;position: absolute;padding: 15px 0;margin-top:7px;white-space: nowrap;color:#000;border-radius: 8px;box-shadow: 2px 4px 15px 5px rgba(0, 0, 0, 0.05);background-color: white;}
.header-menu > li.more .lists a{padding: 5px 20px;display: flex;}
.header-menu > li.more .lists a:hover{background-color: #F8F8F8;}
.header-menu > li.more:hover .lists{display: flex;}
.header .search span:hover{opacity:0.8}
.header .search{position: relative;}
.header .search span{padding:0 15px;cursor: pointer;}
.header .search form{position: absolute;right: 8px;margin-top: 5px;}
.header .search form input[type="text"]{font-weight: 500;width:290px;padding: 12px 50px 12px 15px;font-size: 15px;border-radius: 30px;box-shadow: 2px 4px 15px 5px rgba(0, 0, 0, 0.05);}
.header .search form button[type="submit"]{position: absolute;border: none;background: none; outline: none;height:100%;right:0;padding:0 15px;cursor:pointer}
.header .search button[type="submit"]:hover{opacity: 0.8;}

.header .search-mobile span{padding: 18px 0;display: none ;}
.header .search-mobile form{position: relative;right:0;margin-top: 0;}
.header .search-mobile form input[type="text"]{width: 248px;}
.header .search-mobile .header-search-close{position: absolute;border: none;background: none; outline: none;height:100%;right:0;padding:2px 21px 0 19px;cursor:pointer}

.burger{cursor:pointer;display:none;background:url('../i/header/burger.svg') 0 center no-repeat;width:32px;height:32px;padding-right: 22px;}
.burger-menu{display:none;width:100%;background-color: #fff;z-index: 200;color:#072879;font-size:16px;font-weight: 500;text-transform: uppercase;}
.burger-menu .burger-head{padding: 9px 16px 7px 16px;border-bottom: 3px solid;line-height: 1;}
.burger-menu .burger-head .header-burger-close{padding: 15px 5px;cursor:pointer}
.burger-menu .burger-head .title{white-space: nowrap;}
.burger-menu .burger-head .title.active:before{display: flex;content: '';width: 20px;height: 16px;background: url(../i/header/burger-left.svg) 0 center no-repeat;transform: rotate(180deg);}
.burger-menu .burger-body{padding:19px 16px 150px;height: 100%;overflow: auto;max-height: 100%;max-height: -moz-available;  max-height: -webkit-fill-available; max-height: fill-available;}
.burger-menu.active{display: block;}
.burger-menu .auto{max-height: 100%;}
.burger-menu ul li a{display: flex;padding: 10px 0;width:100%;line-height: 1.6;}
.burger-menu ul li a:hover{opacity:0.7;}
.burger-menu li.more a{position: relative;}
.burger-menu li.more > a:after{display: flex;content: '';width: 20px;height: 23px;background: url(../i/header/burger-left.svg) 0 center no-repeat;}

.burger-menu .socium{position: absolute;bottom: 40px;width: 100%;background: white;}
.burger-menu .socium > a{width:20%;display:flex;align-items: center;justify-content: center;height:70px;padding: 0 5px;}
.burger-menu .socium > a:hover{opacity:0.8}
.burger-menu .socium > a img{vertical-align: middle;}

.burger-menu .auto {scrollbar-width: thin;scrollbar-color: #1c79c3 white;}

.index-page .fisrt-block .offer p a{font-weight: bold; text-decoration: underline;}

/* Radio panel */
.radio-panel{display:none;padding: 24px;width: 260px;position: fixed;right: 0;bottom: 0;z-index: 99;background: white;border: 1px solid #303088;outline: 1px solid rgba(48, 48, 136,0.5);box-shadow: 2px 4px 15px 5px rgba(0, 0, 0, 0.05);border-radius: 16px;}
.radio-panel button{border: none;outline: none;cursor: pointer;padding: 0 20px;}
.radio-panel button{height: 42px;background: url(../i/header/play.svg) center center no-repeat;}
.radio-panel button{background: url(../i/header/play_hover.svg) center center no-repeat;}
.radio-panel button.active{height: 36px;background: url(../i/header/stop.svg) center center no-repeat;}
.radio-panel button.active:hover{background: url(../i/header/stop_hover.svg) center center no-repeat;}
.radio-panel .close{cursor:pointer;background: url(../i/header/header-burger-close.svg) center center no-repeat;width: 14px;height: 14px;right: 12px;top: 12px;}
.radio-panel .close:hover{opacity:0.8;}
.radio-panel.active{display: flex;}

/* Body content */
.content{padding-bottom: 70px;}

.breadcrumbs li{padding: 3px 0;white-space: nowrap;}
.breadcrumbs li a{color:#757575;}
.breadcrumbs li a:hover{text-decoration: underline;}
.breadcrumbs li:after{content:' | ';padding:0 3px 0 0;color:#757575;}
.breadcrumbs li:last-child:after{display: none;}
.breadcrumbs li:last-child{text-overflow: ellipsis;overflow: hidden;}

.search-form span:hover{opacity:0.8}
.search-form{position: relative;}
.search-form span{padding:0 15px;cursor: pointer;}
.search-form{max-width: 628px; background-color: white;}
.search-form input[type="text"]{font-weight: 500;width:100%;padding: 11px 50px 10px 17px;font-size: 15px;outline: 1px solid rgba(0,0,0,0.5);border:1px solid black;border-radius: 30px;}
.search-form button[type="submit"]{position: absolute;border: none;background: none; outline: none;height:100%;right:0;padding:0 15px;cursor:pointer}
.search-form button[type="submit"]:hover{opacity: 0.8;}

.items-searh-page .category-link:hover{text-decoration: underline;}
.items-searh-page .itm{border-radius: 8px;padding: 16px 17px 15px;margin-bottom: 20px;}
.items-searh-page .itm time:after{content:' | ';padding:0 3px 0 1px;}
.items-searh-page .itm .itm-head{padding-bottom: 8px;}
.items-searh-page .itm .itm-body .b{padding-bottom: 8px;}
.items-searh-page .itm .itm-body a{display: inline-block;}

.pagination{padding-top: 13px;max-width: 347px;}
.pagination .btn{background-position:center center; background-repeat: no-repeat;width: 40px;height: 40px;border-radius: 100%;}
.pagination .left{background-image: url('../i/header/pagination-left.svg');}
.pagination .right{background-image: url('../i/header/pagination-left.svg');transform: rotate(180deg);}
.pagination .center{border-radius: 50px;overflow: hidden;padding: 0px 8px;}
.pagination .center a{display: flex;height:40px; align-items: center;padding: 0px 10px;}

/* Banner */
.r-block{margin-bottom: 43px;}
.r-block img{width:100%; border-radius: 30px;}

/* tv */
iframe{margin-bottom: -3px;}
.inform-block{margin-bottom: 50px;}
.inform-block p{line-height: 1.6;width: 70%;}
.inform-block img{width:100%;}

.inform-iframe{border-radius: 16px;width:100%;max-width: 848px;}
.inform-iframe iframe{box-shadow: 2px 4px 15px 5px rgba(0, 0, 0, 0.05);border-radius: 16px;height:477px;width:100%;border-bottom-right-radius: 0;border-bottom-left-radius: 0}
.iframe-content{border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;}
.inform-ul{line-height: 1.6;}
.inform-ul li{padding-bottom: 1px;}
.inform-ul li:before{content:'\2014';margin-right: 5px;}

.tvprogram-iframe{max-width: 960px;}
.tvprogram-iframe iframe{width:100%;border-radius: 16px;height: 579px;}

.owl-nav{z-index:-1;position: absolute;top: 0;left: 0;width: 100%;pointer-events: none;display: flex;justify-content: space-between;}
.owl-nav button{pointer-events: auto;border-radius:100%;width:50px;height:50px;background-color: #FBE24D;border: none;outline:none;background-image: url('../i/header/owl-left.svg'); background-position: 47% 50%; background-repeat: no-repeat;}
.owl-nav button:hover{background-color: #E9CE2B;}
.owl-nav button.owl-next{transform: rotate(180deg);right:0;background-position: 47% 50%;}
#tvprogram-slider{width: 83%;padding: 0 74px;}

#tvprogram-slider .item{cursor: pointer; font-size: 16px;font-weight: 500;display: inline-block;border-radius: 30px; white-space: nowrap;padding: 15px 20px;}
#tvprogram-slider .item.true{color: white;font-weight: bold;background-color: #072879;padding: 15px 20px;}
#tvprogram-slider .item.true:hover{color: white;}
#tvprogram-slider .item:hover{color: #072879;}
.tvprogram-lists{overflow:auto; max-height: 900px;}
.tvprogram-lists li{line-height: 1.4;border-radius: 8px;width: 100%;max-width: 1226px;padding-bottom: 18px;max-width: 96%;}
.tvprogram-lists li.disabled{opacity: 0.6; color:#757575}
.tvprogram-lists li p{padding-bottom: 1px;}
.tvprogram-lists li.active{color:white}
.tvprogram-lists li.active p{font-weight: bold;}
.tvprogram-lists li{width: -moz-calc(100% - 55px);width: -webkit-calc(100% - 55px);width: -o-calc(100% - 55px);width: calc(100% - 55px);}

.tvprogram-lists li a {border-bottom: 2px dotted;}

.tvpogramm-live{width: 408px;}

.tvprogram-iframe.live-feed{width: 849px;}
.tvprogram-iframe.live-feed iframe{height: 512px}

.tvpogramm-live .tvprogram-lists li{padding: 0px 5px 0px 20px !important;width:100%;box-sizing:border-box;max-width: 100%;margin-bottom: 17px;}
.tvpogramm-live .tvprogram-lists li.gray{background: none;}
.tvpogramm-live .tvprogram-lists li .green{padding: 6px;border-radius: 8px;margin-left: -6px;}
.tvpogramm-live .tvprogram-lists li .tgreen{margin-left: -6px;}
.tvpogramm-live .tvprogram-lists{max-width: 100%;max-height: 410px;}
.tvpogramm-live > div{box-shadow: 2px 4px 15px 10px rgba(0, 0, 0, 0.05);border-radius: 16px;padding-top: 24px;padding-right: 7px;}

.mini-format.block-news .item > div a {max-height: 44px;word-break: break-all;}
.mini-format.block-news .item > div {min-height: 50px;padding-bottom: 7px;}

/* radio */
.radio-broadcasting{margin-bottom: 90px;}
.radio-broadcasting-b1 a{margin-bottom: 23px;padding-right: 15px;}
.radio-broadcasting-b1 a img{width: 100%; border-radius: 20px;}
.radio-broadcasting-b1 a .img-radio{max-width: 278px;}
.radio-broadcasting .radio-block{cursor:pointer;border-radius:16px;padding: 30px 55px 40px;box-shadow: 2px 4px 15px 10px rgba(0, 0, 0, 0.05);height: 100%;}
.radio-broadcasting .radio-block span{background: linear-gradient(92.41deg, #072879 11.95%, #1C4999 45.08%, #57BE4E 99.64%);width: 300px;display: flex;align-items: center;justify-content: center;font-size: 32px;color: white;border-radius: 50px;padding: 19px 0px 20px;margin-top: 47px;padding-right: 27px;box-sizing: border-box;}
.radio-broadcasting .radio-block span:hover{background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(92.41deg, #072879 11.95%, #1C4999 45.08%, #57BE4E 99.64%);}
.radio-broadcasting .radio-btn{position: relative;}
.radio-broadcasting .radio-btn:after{position:absolute;content:'';margin-top: 3px;background: url('../i/header/radio-right.svg') 0 center no-repeat;width:17px;height:20px;right: 63px;}


.block-news .item{border-radius: 8px;overflow: hidden;max-width: 23.2%;position: relative;}
.owl-carousel.block-news .item{max-width: 100%;}
.block-news .item img{min-width: 100%;min-height: 170px;}
.block-news .item .img{max-height: 170px;overflow: hidden;}
.block-news .item > div{min-height: 102px;}
.block-news .item > div a{max-height: 62px;overflow: hidden;border-bottom: 6px solid transparent;}
.block-news .item > div span{max-height: 20px;overflow: hidden;border-bottom: 6px solid transparent;word-break: break-all;}
.block-news .item > div a:hover{color: #072879;}
.block-news .item .play-icon{background:url('../i/header/play-mini-formats.svg') 0 0 no-repeat; position: absolute;width:22px;height:26px;right: 21px;top: 23px;}
.block-news .item time:after{content:' | ';padding:0 3px 0 1px;}

.slider-news .item{margin: 0 auto;}
.slider-news .item > div{min-height: 100px;}
.slider-news .owl-nav{top: 26%;z-index: 20;padding: 0 10px;opacity:0.8}

.block-news-big{max-width: 40.3%;}
.block-news-big .item{width:100%;max-width: 100%;border-radius: 16px;overflow: hidden;}
.block-news-big .item .img{width:100%;max-height: 292px;overflow: hidden;}
.block-news-big .item .img img{width:100%;min-height: 292px;min-width: 100%;}
.block-news-big .item > div {min-height: 249px;padding-bottom: 33px;padding-top: 22px;}

/* news */
.block-anons .item{border-radius: 8px;overflow: hidden;max-width: 23.2%;position: relative;}
.block-anons .item{max-width: 100%;}
.block-anons .item img{min-width: 100%;min-height: 170px;}
.block-anons .item .img{max-height: 230px;overflow: hidden;}
.block-anons .item > div{min-height: 102px;padding-top: 13px;height: 100%;overflow: hidden;}
.block-anons .item > div a{max-height: 62px;overflow: hidden;border-bottom: 6px solid transparent;margin-bottom: 2px;}
.block-anons .item > div span{border-bottom: 6px solid transparent;}
.block-anons .item > div a:hover{color: #072879;}
.block-anons .item .play-icon{background:url('../i/header/play-mini-formats.svg') 0 0 no-repeat; position: absolute;width:22px;height:26px;right: 21px;top: 23px;}
.block-anons .owl-stage{display: flex;align-items: stretch;}
.block-anons .owl-stage .owl-item{display: flex;}
.block-anons .owl-stage .owl-item .time-minutes{position: absolute;padding: 4px 6px;background: rgba(0, 0, 0, 0.6);border-radius: 8px;color: white;font-size: 16px;font-weight: bold;right: 18px;bottom: 12px;}
.block-anons .item .play-icon{background:url('../i/header/play-mini-formats.svg') 0 0 no-repeat; position: absolute;width:22px;height:26px;right: 21px;top: 23px;}

.news-item .item img{min-width: 100%;min-height: 100%;object-fit: cover;}
.news-item .item .img{overflow: hidden;width: 380px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;flex-shrink: 0;height:200px}
.news-item .itm{border-radius: 8px;padding: 16px 20px 10px;overflow: hidden;border-bottom: 6px solid transparent;width:100%}
.news-item .itm .itm-head{padding-bottom: 8px;}
.news-item .itm .itm-body .b{padding-bottom: 8px;}
.news-item .itm .itm-body a{display: inline-block;}

.block-link{max-width: 85%;margin-bottom: 26px;}
.block-link a{margin-right: 32px;margin-bottom:24px;;}
#slider_program_us.slider-news .owl-nav{top:33%}
.news-item .block-tags a{margin-top: 10px;padding: 9px 15px 6px;border: 1px solid #757575;border-radius: 43px;font-size: 16px;padding-right: 38px;margin-right: 7px;cursor:pointer}
.news-item .block-tags a:after{content:"";background:url('../i/header/tag.svg') center center no-repeat; position: absolute;width: 27px;height: 15px;}
.news-item .block-tags a:hover{background-color: #E9E9E9;}
.news-item .block-tags a.active,
.news-item .block-tags a:active{border-color:#303088;color:#303088;background: none !important;}
.news-item .block-tags a.active{background:none;padding-right: 15px;}
.news-item .block-tags a.more{padding-right: 15px;}
.news-item .block-tags a.more:after{background:none;}
.news-item .block-tags a.active:after{background:none;}
.news-item .category-link:hover{text-decoration: underline;}
.news-item .category-link-after time:after{content:' | ';padding:0 3px 0 1px;}

.tags-more{padding:15px 0; width: 100%;max-width: 257px;z-index: 1;position: absolute;right: 12px;top: 162px;background: #FFFFFF;box-shadow: 2px 4px 15px 5px rgba(0, 0, 0, 0.05);border-radius: 8px;}
.tags-line .tags-more .scrollbar-vert{max-height: 200px;overflow: auto;}
.tags-more a{cursor:pointer;padding: 7px 20px;width: 100%;position: relative;}
.tags-more a:hover{cursor:pointer;background-color: #E9E9E9;}
.tags-more a:after{content:"";background:url('../i/header/tag.svg') center center no-repeat; position: absolute;width: 27px;height: 100%;right: 16px;top: 0;}
.tags-more a.active:after{background:none;}
.tags-more a.active{color:#303088;background: none !important;}
.tags-line{margin-bottom:40px;}
.tags-line .tags-more{right: initial;left: 0;top: 44px;width: initial;white-space: nowrap;max-width: initial;bottom:initial}
.tags-line .tags-more a{box-sizing:border-box;padding-right: 50px;}
.tags-line .tags-more p{box-sizing:border-box;padding: 7px 20px;width: 100%;padding-right: 50px;}

.tags-line .links a{padding: 12px  15px 10px;border-radius: 43px;margin-bottom: 15px;}
.tags-line form input.text{padding: 9px  40px 9px 15px;border-radius: 43px;border: 1px solid #000;width: 175px;}
.tags-line form input.text::placeholder {color:#000}
.tags-line form input.text:hover {background-color: #E9E9E9;}
.tags-line form input.text:focus::placeholder {color: #757575;}
.tags-line form input.submit {cursor:pointer;background:url('../i/header/tag-add.svg') 10px center no-repeat;position: absolute;width: 41px;height: 42px;right: 0;top: 0;padding: 0;}

/* article */
.article .left{width:74.5%;}
.article .right{width:23%;}
.article .toolbar time:after{content:' | ';}
.shared-article{cursor: pointer;}
.shared-article:hover svg{fill:#072879;}
.shared-article-more{margin-top:5px;padding:15px 0; z-index: 1;position: absolute;background: #FFFFFF;box-shadow: 2px 4px 15px 5px rgba(0, 0, 0, 0.05);border-radius: 8px;}
.shared-article-more a{cursor:pointer;padding: 7px 20px;width: 100%;position: relative;}
.shared-article-more a:hover{cursor:pointer;background-color: #E9E9E9;}

.article-text{line-height: 1.63;}
.article-text p{margin-bottom: 32px;}
.article-text .img{margin-bottom: 32px;border-radius: 16px;overflow: hidden;max-width: 960px; max-height:590px;display: flex;}
.article-text img{min-width:100%;border-radius: 16px;min-height:100%;object-fit: cover;}
.article-text blockquote{margin-bottom: 32px;border-left:1px solid #757575;color: #757575;font-style: italic;padding-left: 20px;}
.article-text a{color:#2151ca}

.article .block-tags{}
.article .block-tags a{margin-top: 10px;padding: 8px 15px 5px;border: 1px solid #072879;color:#072879;border-radius: 43px;font-size: 16px;margin-right: 7px;cursor:pointer}
.article .block-add{padding: 33px;background: #FFFFFF;box-shadow: 2px 4px 15px 10px rgba(0, 0, 0, 0.05);border-radius: 16px;}
.article .block-add .h2{width: 76%;line-height: 1.2;}
.article .block-add .button{margin-right: 12px;max-height:59px;background: linear-gradient(92.41deg, #072879 11.95%, #1C4999 45.08%, #57BE4E 99.64%);display: flex;align-items: center;justify-content: center;font-size: 24px;color: white;border-radius: 50px;padding: 19px 22px 18px;box-sizing: border-box;}
.article .block-add .button:hover{background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(92.41deg, #072879 11.95%, #1C4999 45.08%, #57BE4E 99.64%);}

.block-news.partners-news .item{max-width: 31.2%;}
.block-news.partners-news .item > div a{max-height: initial;}

.read-belros{background: linear-gradient(99.88deg, #072879 3.98%, #57BE4E 100.3%);border-radius: 16px;padding-bottom: 30px;}
.read-belros .h1{color:white;padding: 0 19px;padding-top: 22px;line-height: 1.4;padding-bottom: 16px;}

.article .right .block-news.partners-news .item{width:100%;max-width: 100%;}
.article .right .block-news.partners-news .item .itm-head time:after{content:' | ';padding:0 3px 0 1px;}

/* Footer */
.footer{padding-top: 22px;background: linear-gradient(90.99deg, #072879 4.3%, #57BE4E 100.83%);}
.footer .logo{margin-right: 16px;}
.footer .header-menu{font-weight: normal;}
.footer .header-menu > li.more:nth-child(3) .lists{bottom: 40px;}
.footer .header-menu > li.more:nth-child(5) .lists{bottom: 40px;}
.footer .footer-head{margin-bottom: 20px;}
.footer .footer-body{color:white;padding-top: 20px;line-height: 1.3;}
.footer .footer-body > div{width:32%}

.footer .socium > div{width: 100%;max-width: 275px;margin-left: -10px;}
.footer .socium a{width:20%;display:flex;align-items: center;justify-content: center;height:70px;padding: 0 5px;height: 30px;}
.footer .socium a:hover{opacity:0.8}
.footer .socium a img{vertical-align: middle;}
.footer .search{display: none;}
.footer .header-menu > li.more .lists{margin-top: 9px;}


/* scroll bar */
.burger-menu .auto::-webkit-scrollbar {width: 8px;}
.burger-menu .auto::-webkit-scrollbar-track {background: #F7F7F7;}
.burger-menu .auto::-webkit-scrollbar-thumb {background-color: #D9D9D9;border-radius: 5px;border: 3px solid #D9D9D9;}

.tvprogram-lists::-webkit-scrollbar {width: 8px;}
.tvprogram-lists::-webkit-scrollbar-track {background: #fff;}
.tvprogram-lists::-webkit-scrollbar-thumb {background-color: #D9D9D9;border-radius: 30px;border: 3px solid #D9D9D9;}

.scrollbar-horz::-webkit-scrollbar {height: 8px;}
.scrollbar-horz::-webkit-scrollbar-track {background: #fff;}
.scrollbar-horz::-webkit-scrollbar-thumb {background-color: #fff;border-radius: 5px;border: 3px solid #fff;}

.scrollbar-vert::-webkit-scrollbar {width: 8px;}
.scrollbar-vert::-webkit-scrollbar-track {background: #fff;}
.scrollbar-vert::-webkit-scrollbar-thumb {background-color: #D9D9D9;border-radius: 5px;border: 3px solid #D9D9D9;}

.telegram-lists ul::-webkit-scrollbar {width: 8px;}
.telegram-lists ul::-webkit-scrollbar-track {background: #F8F8F8;}
.telegram-lists ul::-webkit-scrollbar-thumb {background-color: #D9D9D9;border-radius: 5px;border: 3px solid #D9D9D9;}

.ul-date::-webkit-scrollbar {width: 8px;}
.ul-date::-webkit-scrollbar-track {background: #F7F7F7;}
.ul-date::-webkit-scrollbar-thumb {background-color: #D9D9D9;border-radius: 30px;border: 3px solid #D9D9D9;}

/* index */
.video video#index{z-index:-1;position: absolute;top: 0;right: 0;left: 0;width: 100%;height: 100vh;object-fit: cover;}
.video span{content:'';width:100%;height:100vh;position:absolute;/*background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 29.44%), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 34.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));*/}
.index-page .header{background: none;}
.index-page .header .logo-radio{display: none;}
.index-page .header .between{justify-content: start;}
.index-page .header .logo{margin-right: 17px;}
.index-page .socium-header{position: absolute;right: 16px;top:36px}
.index-page .socium-header a{text-align: center;margin-bottom: 44px;}
.index-page .socium-header a:hover{opacity:0.8}
.index-page .header .search span{margin-left: 10px;}
.index-page .offer{color:white;position:absolute;bottom: 150px;}
.index-page .offer p{line-height: 1.3;}
.index-page .offer h1{line-height: 1.3;}
.index-page .offer .index-btn{text-decoration: none; position:relative;cursor:pointer;background: linear-gradient(92.41deg, #072879 11.95%, #1C4999 45.08%, #57BE4E 99.64%);width: 300px;display: flex;align-items: center;justify-content: center;font-size: 32px;color: white;border-radius: 50px;padding: 19px 0px 20px;padding-right: 27px;box-sizing: border-box;}
.index-page .offer .index-btn:after{position:absolute;content:'';margin-top: 3px;background: url('../i/header/radio-right.svg') 0 center no-repeat;width:17px;height:20px;right: 63px;}

.index-page .offer .index-btn:hover{background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(92.41deg, #072879 11.95%, #1C4999 45.08%, #57BE4E 99.64%);}
.index-page .fisrt-block{height:100vh}
.index-page .headline_clear{height:0 !important}
.index-page .fisrt-block{margin-bottom: 69px;}

.index-page .live-feed{width:100%;max-width: 409px;}
.index-page .live-feed .h2{margin-bottom: 23px;}
.index-page .live-feed iframe{width:100%;height: 245px;border-radius: 16px;}

.index-page .tvpogramm-live .h2{margin-bottom: 23px;}
.index-page .tvpogramm-live {margin-bottom: 0;}
.index-page .tvpogramm-live .tvprogram-lists{margin-bottom: 0;max-height: 222px;}

.index-page #slider-bn {border-radius: 16px;overflow: hidden;}
.index-page #slider-bn img{width:100%}

.index-page #slider-bn .owl-nav{z-index: 2;width: initial;right: 34px;bottom: 32px;top: initial;left: initial;opacity: 0.8;}
.index-page #slider-bn .owl-nav button{margin-left: 20px;}
.index-page .second-block{margin-bottom: 58px;}
.index-page .second-block .left{max-width: 850px;}
.index-page .second-block .right{width:31.6%}
.index-page .second-block .telegram .h2{color:#072879;margin-bottom: 23px;white-space: nowrap;}
.index-page .second-block .telegram p{line-height: 1.4;}
.index-page .second-block .telegram li{border-bottom:1px solid #D9D9D9;margin: 12px 10px 3px;padding-bottom: 15px;}
.index-page .second-block .telegram .telegram-lists {background-color: #F8F8F8;border-radius: 16px;overflow: auto;max-height: 752px;}
.index-page .second-block .telegram ul {overflow: auto;height: 100%;margin: 10px;margin-right: 5px;}
.index-page .second-block .telegram ul li:last-child{border-bottom:none}

.h1-index-bg{height:67px;right: calc(50% - 315px);width: calc(50% + 315px);position:absolute;background: linear-gradient(90.51deg, #072879 2.06%, #57BE4E 103.29%);border-radius: 0px 16px 16px 0px;}
.h1-index-bg-2{height:67px;right: calc(50% - 93px);width: calc(50% + 93px);position:absolute;background: linear-gradient(90.51deg, #072879 2.06%, #57BE4E 103.29%);border-radius: 0px 16px 16px 0px;}
.h1-index-bg-3{height:189px;left: calc(50% + 125px);width: calc(50% - 125px);position:absolute;background: #57BE4E;border-radius: 16px 0px 0px 16px;}
.h1-index{color:white;padding: 12px 0 13px;}
.h1-index.arrow:after{margin-left: 14px; content:'';background: url('../i/header/h2-index-right.svg') center center no-repeat;width:15px; height:27px;display: flex;}
.h2.h1-index.arrow:after{margin-left: 12px;margin-top: -2px; content:'';background: url('../i/header/h2-index-right-min.svg') center center no-repeat;width:11px; height:20px;display: flex;}

.three-block .slider{width: 74.4%;}

.red-circle{display: flex;align-items: center;position: relative;padding-left: 18px;}
.red-circle:before{content:'';position: absolute;background-color: #E50000;left:0;width:10px;height:10px;border-radius:100%}

.block-anons-index .item{border-radius: 8px;overflow: hidden;max-width: 23.2%;position: relative;}
.block-anons-index .item{max-width: 100%;}
.block-anons-index .item img{min-width: 100%;min-height: 150px;}
.block-anons-index .item .img{max-height: 150px;overflow: hidden;flex-shrink: 0;max-width: 266px;}
.block-anons-index .item > div{min-height: 102px;padding-top: 16px;max-height: 363px;overflow: hidden;width:100%}
.block-anons-index .item > div a{max-height: 62px;overflow: hidden;border-bottom: 6px solid transparent;margin-bottom: 2px;}
.block-anons-index .item > div span{border-bottom: 6px solid transparent;}
.block-anons-index .item > div a:hover{color: #072879;}
.block-anons-index .item .play-icon{background:url('../i/header/play-mini-formats.svg') 0 0 no-repeat; position: absolute;width:22px;height:26px;right: 21px;top: 23px;}
.block-anons-index .time-minutes{position: absolute;padding: 4px 6px;background: rgba(0, 0, 0, 0.6);border-radius: 8px;color: white;font-size: 16px;font-weight: bold;right: 18px;bottom: 12px;}
.block-anons-index{margin-bottom: 78px;}

.films-week{width: 34.6%;margin-right: 36px;}
.films-week .h2{padding-top: 25px;margin-bottom: 27px;}
.block-films-week{max-width: 100%;margin-bottom: 64px;}
.block-films-week .item{width:100%;max-width: 100%;border-radius: 16px;overflow: hidden;}
.block-films-week .item .img{width:100%;max-height: 250px;overflow: hidden;}
.block-films-week .item .img img{width:100%;min-height: 250px;min-width: 100%;}
.block-films-week .item > div {min-height: 240px;padding-bottom: 33px;padding-top: 19px;}
.block-films-week .owl-nav {top: 20.5%;z-index: 1;}
.block-films-week .owl-nav .owl-prev{margin-left: -25px;}
.block-films-week .owl-nav .owl-next{margin-right: -25px;}

.block-program-us{max-width: 100%;margin-bottom: 64px;}
.block-program-us .item{width:100%;max-width: 100%;border-radius: 16px;overflow: hidden;}
.block-program-us .item .img{width:100%;max-height: 424px;overflow: hidden;}
.block-program-us .item .img img{width:100%;min-height: 170px;min-width: 100%;}
.block-program-us .item a > span {padding-bottom: 8px;padding-top: 17px;}
.block-program-us .owl-nav {top: 35%;z-index: 1;pointer-events: none;}
.block-program-us .owl-nav .owl-prev{margin-left: 32px;pointer-events: auto;}
.block-program-us .owl-nav .owl-next{margin-right: 32px;pointer-events: auto;}
.block-program-us.owl-carousel .owl-stage-outer{overflow: initial;}

.block-program-us-v2{max-width: 100%;margin-bottom: 64px;}
.block-program-us-v2 .item{border-radius: 8px;overflow: hidden;}
.block-program-us-v2 .item .img{width:100%;height: 412px;overflow: hidden;}
.block-program-us-v2 .item .img img{width:100%;min-height: 170px;min-width: 100%;object-fit: cover;height: 100%;}


.index-page .anons{width: 57.2%;}
.index-page .block-news.partners-news .item {max-width: 23%;}
.index-page .block-news .item > div {min-height: 170px;}
.index-page .block-news .itm-head {margin-bottom: 2px;}
.index-page .mini-format .item > div{min-height: 0;}
.index-page .mini-format .owl-nav{z-index:2;top: 28%;}
.index-page .mini-format .owl-nav .owl-prev{margin-left: 32px;}
.index-page .mini-format .owl-nav .owl-next{margin-right: 32px;}

.index-page .mini-format .owl-dot{background-color: #072879;width: 8px;height: 8px;border-radius: 100%;margin: 0 4px;opacity: 0.6;}
.index-page .mini-format .owl-dot.active{opacity: 1;}
.index-page .mini-format .owl-dots{position: absolute;bottom: 2px;width: 100%;display: flex;justify-content: center;}
.index-page .radio-broadcasting {margin-bottom: 69px;}

.h2-index{background: linear-gradient(90.51deg, #072879 2.06%, #57BE4E 103.29%);width:100%}


.question{top: 100%;right: 15px;width: 23%;background-color: #57BE4E;border-radius: 16px;z-index: 1;padding-bottom: 100px;overflow: hidden; min-height: 460px;}
.question .h3{padding-bottom:20px;padding-top:6px;font-weight:bold;color:white;font-family: "Noto Sans", sans-serif;font-size: 20px;line-height: 1.3;}
.question label{display:flex;flex-direction: row;justify-content: space-between;align-items: center; cursor:pointer;padding: 12px 12px 10px;border: 1px solid #FFFFFF;border-radius: 30px;font-size: 16px;color: white;margin-bottom: 11px}
/* .question label span{display: none;} */
.question label:hover{background-color: #C4F3C04D;}
.question label.disabled{pointer-events: none;}
.question label.active{background-color: #fff;color:#57BE4E}
.question button{bottom: 37px; position: absolute;cursor:pointer;display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 12px 28px;background: #448E3D;opacity: 0.4;border-radius: 20px;font-size: 18px;font-weight: 500;border: none;color: white;}
.question button.active{background: white;color:#57BE4E;opacity: 1;}
.question button.active:hover{background: #F8F8F8;}
.question.result button{display: none;}
.question.result label span{display: flex;}
.question.result label{pointer-events: none;}

.maps{margin-bottom: 92px;}
.maps .h3{line-height: 1.2;font-size: 16px;}
.maps .w15{width:14.6%;display: flex;min-height: 560px;}
.maps .w15 > div{height:100%}
.maps .w15 > div > img{width:100%}
.maps .w15 .wink img{width:100%;max-width: 46%;}
.maps .w15 .tv24{width:100%;max-width: 100%;}
.maps .w15 .tv24 img{width:100%;max-width: 100%;}
.maps  .map{width:100%;height: 100%;display: flex;min-height: 560px;max-width: 66%;border-radius: 16px;overflow: hidden;}
.maps  #map{width:100%;height: 100%;max-width: 100%;}
.maps  .map-radio{background: #FFFFFF;box-shadow: 2px 4px 15px 10px rgba(0, 0, 0, 0.1);border-radius: 74px;width: 381px;height: 88px;position: absolute;z-index: 1;margin: 32px;display: flex;padding-left: 23px;}

.government a{display: flex;align-items: center;font-size: 12px;font-weight: 500;margin-bottom: 20px;max-width: 300px;}
.government a img{margin-right: 10px;}

body.night{background: #080820;}
body.night .index-page .second-block .telegram .telegram-lists{background-color: #1B1B37;color:#fff}
body.night .tvpogramm-live{color:#fff}
body.night .h2{color:#fff !important}
body.night h3{color:#fff !important}
body.night .maps .h3{color:#fff !important}
body.night .gray{background-color: #1B1B37;color:white}
body.night .ui-datepicker{background-color: #1B1B37;color:white}
body.night .ui-datepicker-calendar td span {color: #4a4a4a;}
body.night .tags-more{background-color: #1B1B37;color:white}
body.night .article .block-add{background-color: #1B1B37;color:white}
body.night .shared-article-more{background-color: #1B1B37;color:white}
body.night .ui-datepicker-month-ul, body.night .ui-datepicker-year-ul{background-color: #1B1B37;color:white}
body.night .shared-article-more a:hover{background-color: #080820;}
body.night .tdarkgray{color:white}
body.night .tdarkgray a {color: #abc1f9;}
body.night .tdarkgray a[data-type="tag"]{color:white} 
body.night .government a{color:white}
body.night .breadcrumbs{color:white}
body.night .h1, body.night h1{color:white}
body.night .block-link a{color:white}
body.night .block-link a:hover{color:#757575}
body.night .thblue:hover{color:#757575}
body.night .tags-more a.active{color:#757575}
body.night .article .block-tags a{border-color: #757575;color: #757575}
body.night .news-item .block-tags a:hover{color:#333}
body.night .tags-more a:hover {cursor: pointer;background-color: #080820;}
body.night .news-item .block-tags a:active{color:#fff}
body.night .toolbar{color:#fff}
body.night .article-text p{color:#fff}
body.night .article-text {color:#fff}
body.night .shared-article svg{fill:#fff}
body.night .news-item .block-tags a.active, body.night .news-item .block-tags a:active{border-color: #757575;color: #757575;}
body.night .radio-broadcasting .radio-block{background:white}
body.night .orion{background: white;padding: 10px 0;border-radius: 16px;}
body.night .tclr{background: white;padding: 5px;border-radius: 16px;box-sizing: border-box;}
body.night .kion{background: white;padding: 5px;border-radius: 16px;box-sizing: border-box;}
body.night .smotr{background: white;padding: 5px;border-radius: 16px;box-sizing: border-box;}
body.night #tvprogram-slider{color: white;}
body.night .inform-block p{color: white;}
body.night .block-news .item > div a:hover{color: #757575;}
body.night .yaframe iframe{border-radius: 16px;}
body.night .search-form{background: none;}
body.night .text{color: #abc1f9; }
body.night .text b{color:white; }

.min50{min-height:50px !important;}

#slider_program_us .owl-prev{margin-left:-70px !important;}
#slider_program_us .owl-next{margin-right:-70px !important;}

#mini-format .owl-prev{margin-left:-70px !important;}
#mini-format .owl-next{margin-right:-70px !important;}


@media (max-width:1299px){
#slider_program_us .owl-prev{margin-left:0 !important;}
#slider_program_us .owl-next{margin-right:0 !important;}

#mini-format .owl-prev{margin-left:10px !important;}
#mini-format .owl-next{margin-right:10px !important;}


	.header .header-center{padding-right: 0;}
	.header-menu > li:nth-last-child(2){display: none;}
	#tvprogram-slider{width:78%}
	.tvpogramm-live{padding-left: 15px;}

	.radio-broadcasting .radio-btn:after{right:22px}
	.radio-broadcasting .radio-block span{font-size: 20px;margin-top: 19px;padding: 16px 0px 16px;width: 164px;padding-right: 27px;}
	.h1-index-bg {right: calc(50% - 275px);width: calc(50% + 275px);}
	.block-program-us-v2 .item .img{height: 31.2vw;}
}
	/* 
@media (max-width:1202px){
	.index-page .second-block .telegram .telegram-lists{max-height: 709px;}
}
@media (max-width:1099px){
	.header-menu  > li:nth-last-child(3){display: none;}
	.block-news .item {max-width: 31.5%;}
}
	
Mobile 
@media (min-width:1023px){
	.header .search-mobile form{display: none !important;}
	.header .search-mobile span{display: none !important;}

}*/
.____article-text{line-height: 1.4;}
.____article-text h2{margin-bottom: 32px;}
.____article-text h2 a{text-decoration:none;}
.____article-text h2 a:hover{color:#333;}
.____article-text h3{margin-bottom: 7px;margin-top: 16px;}
.____article-text a{color: #072879;text-decoration:underline;}
.____article-text a:hover{text-decoration:none;}

body.night .____article-text p {color: white;}
body.night .____article-text h2 {color: white;}
body.night .____article-text a {color: lightcyan;}
body.night table tbody td {color: white;}

.mini-format.block-news .item img{object-fit: cover;height: 100%;}

@media (max-width:1124px){
	.burger{display: block;}
	.wrapper{padding: 0 32px;}
	.headline_clear{height:96px}
	.mb17{margin-bottom: 11px;}
	.h1, h1{font-size: 32px;}
	.mb32 {margin-bottom: 25px;}
	.mb87 {margin-bottom: 51px;}
	.mb55 {margin-bottom: 39px;}
	
	.search-form{max-width: 100%;}

	.header {height: 72px;}
	.header-menu > li{display: none;}
	.header .logo {margin-left: 0px; padding: 14px 0;}
	.header .logo img{width:170px;}
	.footer .logo {margin-left: 3px; }
	.footer .logo img{width:170px;}
	.header .logo-radio{margin-right: 32px;position: relative;}
	.header .logo-radio:after{content:'';border-right:1px solid white;height:40px;width:1px;position: absolute;    right: -17px;}
	.header .search-mobile span{display: flex ;}

	.footer .socium {position: absolute;right: 18px;top: 9px;width:auto}
	.footer .socium img{width: 17px;}
	.footer .footer-body{padding-top: 4px;}
	.footer .footer-body > div:first-child{width:39%;}
	.footer .footer-body > div{width:57%;}
	.footer .footer-body > div:last-child{width:33%;}
	.footer .socium > div{margin-left: 0px;}

	.inform-iframe{width:100%;}
	.inform-iframe iframe{height: 368px;}
	.r-block {margin-bottom: 26px;}
	.breadcrumbs{margin-bottom: 10px;}
	h1.f40{font-size: 32px;}
	.inform-block p{width:100%}
	.inform-block {margin-bottom: 70px;}
	.additional-header{margin-bottom: 55px;}

	.tvprogram-iframe iframe{height: 394px;}
	#tvprogram-slider{width: 73%;}
	.ui-datepicker-trigger{padding: 14px 39px 14px 13px;}
	.tvprogram-lists li{margin-bottom: 15px;}
	.content {padding-bottom: 25px;overflow: hidden;}

	.tvprogram-iframe.live-feed iframe {height: 394px;}
	.live-feed-block.flex.row{flex-direction: column;}
	.tvprogram-iframe.live-feed {width: 100%;}
	.tvpogramm-live {width: 100%;padding-left: 0;}
	.tvpogramm-live .tvprogram-lists {max-height: 252px;}


	.radio-broadcasting-b1 a {margin-bottom: 15px;   }

	.radio-broadcasting {margin-bottom: 70px ;}

	.additional-header {margin-bottom: 21px;font-size: 20px;}
	.slider-news .item{max-width: 315px;}
	.slider-news .owl-nav {top: 30%;padding: 0px 10px;}
	.slider-news .owl-stage-outer{margin: 0px -30px;}
	.slider-news .owl-stage-outer .owl-stage{margin-left: 30px;} 

	.radio-broadcasting-b1 a img{border-radius: 16px;}
	.radio-broadcasting .radio-block{padding: 0px 22px;}
	.radio-broadcasting .radio-block img{max-width: 70%;border-radius: 0;}

	
	.block-news .item img{min-height: 178px;}
	.block-news .item > div {min-height: 92px;}
	.mini-format.block-news .item img{min-height: 199px;}

	.flex.p-column{flex-direction: column;}
	.block-news-big {max-width: 100%;}
	.block-news-big .item .img {max-height: 366px;}
	.block-news-big .item > div {min-height: 0;}
	.flex.yaframe{margin-left: 0;}

	.news-item.column{flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
	.news-item .item{width: 48.6%;flex-direction: column;}
	.news-item .item .img{max-width: 100%;width: 100%;max-height: 25.5vw;height:25.5vw;border-bottom-left-radius: 0;border-top-right-radius: 8px;}
	.news-item .item .itm{max-height:100%;height: 100%;}
	.block-link{margin-bottom: 7px;}
	.news-item .block-tags{margin-top: 15px;}
	.news-item .block-tags a{display: none;}
	.news-item .block-tags a:first-child{display: block;}
	.news-item .block-tags a:last-child{display: block;margin-right: 0;}
	.news-item .block-tags a:after{height: 17px;}
	.news-item .itm{padding-bottom: 4px;}
	.news-item .item{margin-bottom: 21px;}
	.block-link{width: 100%;max-width: 100%;}
	.tags-more{	bottom: 60px;top:initial}
	.tags-line .tags-more{max-width: 100%;white-space: normal;}
	.tags-line form input.text{width:250px}

	.article .right{display: none;}
	.article .left{width:100%;}
	.block-news.partners-news .item{width:48.5%;max-width: 48.5%;}
	.shared-article{margin-right: 0;}
	.article-text p{margin-bottom: 24px;}
	.article-text .img{margin-bottom: 24px;}
	.article-text blockquote{margin-bottom: 24px;}
	.article .block-tags {margin-bottom: 50px;}
	.article .block-add .h2 {width: 67%;}
	.article .block-add .button{margin-right: 0;}
	.article .block-add{margin-bottom: 72px;}

	/* index */
	.video video#index{min-height: 450px;height:450px}
	.video span{min-height: 450px;height:450px}
	.index-page .fisrt-block{height:450px}
	.index-page .header .between {justify-content: space-between;}
	.index-page .socium-header{right: 60px;top: 27px;}
	.index-page .socium-header > div{flex-direction: row;align-items: center;}
	.index-page .socium-header img{width:100%;height:100%;}
	.index-page .socium-header a {margin-left: 29px;margin-bottom: 0;}
	.index-page .socium-header .ttw{height:18px;width:16px;}
	.index-page .socium-header .tgw{height:17px;width:20px;}
	.index-page .socium-header .ytw{height:14px;width:20px;}
	.index-page .socium-header .vkw{height:12px;width:20px;}
	.index-page .socium-header .rw{height:16px;width:16px;}
	.index-page .offer .index-btn{width: 260px;font-size: 24px;}
	.index-page .offer{bottom: 49px;}
	.index-page .offer .index-btn:after{right: 59px;}
	.index-page .offer h1{font-size: 40px;}
	.index-page .offer p{line-height: 1.3;font-size: 16px;max-width: 320px;padding-bottom: 9px;}
	.index-page .offer p br{display: none;}

	.index-page .second-block{flex-direction: column;}
	.index-page .second-block > div{max-width: 100%;width:100%;}
	.index-page .second-block .h2{font-size: 20px;}
	.index-page .fisrt-block {margin-bottom: 46px;}
	.index-page .tvpogramm-live .tvprogram-lists{max-height: 164px;}
	.index-page .live-feed{max-width: 48.4%;}
	.index-page .tvpogramm-live{max-width: 48.4%;}
	.index-page .live-feed iframe{height:189px}
	.index-page #slider-bn {margin-bottom: 31px;}
	.index-page #slider-bn .item{display: flex;width: 100%;height: auto;}
	.index-page .header .search span:before{content:'';position: absolute;border-left: 1px solid white;width:1px;height: 40px;margin-left: -16px;margin-top: -8px;}

	.index-page .second-block .right{width:100%;flex-direction: row;justify-content: space-between;align-items:stretch;max-height: 100%;min-height: 491px;top: 0;}
	.index-page .second-block .right .question{position: relative;right:0;width: 40%;max-height: 100%;}
	.index-page .second-block .telegram .telegram-lists{height: 100%;max-height: 580px;margin-bottom: 0;}
	.index-page .second-block .right .telegram{max-width: 57%;}
	.question.mobile{display: flex !important;}
	.question.desktop{display: none !important}
	.question .h3{font-size: 16px;}
	.question ul li{margin-bottom: 13px;}
	.question button {bottom: 24px;}

	.index-page .second-block {margin-bottom: 25px;}
	.h1-index-bg {height: 65px;right: initial;width: 100%;border-radius: 0;}
	.index-page .second-block .left {max-width: 100%;}
	.index-page .three-block .slider {width: 100%;}
	.index-page .slider-news .owl-nav {top: 30%;}
	.index-page .four-block > div {flex-direction: column;}
	.h1-index-bg-3{display: none;}
	.index-page .anons {width: 100%;}
	.index-page .four-block > div {flex-direction: column;width: 100%;right: initial;border-radius: 0;}
	.index-page .anons .h1 {padding-top: 14px;padding-top: 14px;width: 100%;position: relative;    margin-bottom: 32px;}
	.h1-index.arrow:after{position: absolute;right: 0;}
	.index-page .block-anons-index .item{margin-bottom: 20px;}
	.index-page .films-week {width: 100%;margin-right: 0;}
	.index-page .films-week:after{z-index:-1;content:'';position: absolute;background-color: #57BE4E; width: 100%;margin-right: 0;height: 189px;left: 0;right: 0;}
	.index-page .h2{position: relative;}
	.index-page .block-films-week .item .img{max-height: 17vw;height: 17vw;}
	.index-page .block-films-week .item .img img{min-height: 100%;}
	.index-page .block-films-week .item > div{padding-top: 12px;padding-bottom: 10px;min-height: 0;}
	.index-page .block-films-week .item p{font-size: 14px;}
	.index-page .block-films-week .item .pb17{padding-bottom: 7px;}
	.index-page .block-films-week .owl-nav{top:24.5%}
	.index-page .block-films-week .owl-nav .owl-next {margin-right: 32px;}
	.index-page .block-films-week .owl-nav .owl-prev {margin-left: 32px;}
	.index-page .block-films-week .item{border-radius: 8px;}
	.index-page .block-films-week .item{margin-bottom: 0;}
	.index-page .block-films-week{margin-bottom: 75px;}

	.index-page .block-program-us .item {border-radius: 8px;}
	.index-page .block-program-us .item .img{max-height: 291px;}
	.index-page .block-program-us .item .img img{min-height: 100%;}
	.index-page .fife .h1{margin-bottom: 30px;}
	.index-page .six .h1{line-height: 1.1;position: relative;}
	.index-page .fife-block{margin-bottom: 20px;}
	.index-page .block-news.partners-news .item {max-width: 48.5%;margin-bottom: 32px;}
	.index-page .block-news .item > div {min-height: 165px;}
	.index-page .block-news.partners-news .item:nth-last-child(1){display: none;}
	.index-page .block-news.partners-news .item:nth-last-child(2){display: none;}
	.index-page .block-news.partners-news .item:nth-last-child(3){display: none;}
	.index-page .block-news.partners-news .item:nth-last-child(4){display: none;}
	.index-page .mb30-p{margin-bottom: 30px;line-height: 1.1;}

	.index-page .mini-format.block-news .item .img {max-height: 180px;}
	.index-page .mini-format.block-news .item .img img{min-height: 100%;}
	.index-page .mini-format.block-news .item > div{min-height: 0;}
	.index-page .mini-format .owl-dots{bottom: -13px;}
	.index-page .mini-format{margin-bottom: 83px;}
	.index-page .tro{padding-right: 35px;padding-top: 15px;}
	.index-page .radio-broadcasting {margin-bottom: 54px;}
	.index-page .maps > div{flex-direction: column;}
	.index-page .maps > div .w15{flex-direction: row;width:100%;min-height: 0;max-width: 717px;position: relative;}
	.index-page .maps .w15 > div{flex-direction: row;}
	.index-page .maps .tricolor{flex-direction: column;display: flex;}
	.index-page .maps .w15 > div{flex-direction: column;flex-wrap: wrap;flex-shrink: 0;width: 69%;height: 92px;align-items: flex-end;}
	.index-page .maps .w15 img{max-width: 92px;width: 100%;}
	.index-page .maps .orion{max-width: 205px !important;border: 1px solid #d40c7d;border-radius: 16px;padding: 13px 0px;width: 203px;}
	.index-page .maps .wink{width: 203px;position: absolute;right: 0;}
	.maps .map{min-height: 400px;margin: 13px 0px 15px;max-width: 100%;}

	.maps .map-radio{margin: 27px 23px;width: 322px;height: 82px;}
	.maps .map-radio .h2{font-size: 20px;}
	.index-page .maps .w15:last-child > div{align-items: flex-start;width:74%;height: 100px;padding-right: 31%;}
	.index-page .maps .kion{max-width: 150px !important;}
	.index-page .maps .smotr{max-width: 150px !important;margin-bottom: 5px;}
	.index-page .maps .tv24{overflow: hidden;display: flex;height: 30px;width: 92px;border-radius: 5px;}
	.index-page .maps .tv24 img{object-fit: cover;}
	.government > div{flex-wrap: wrap;}
	.government .row > div{width:48%}
	.government a{margin-bottom: 22px;}
	.maps {margin-bottom: 70px;}
	.block-program-us-v2 .item{max-width:32%;width:100%}
	.block-program-us-v2 .item .img{height: 40.2vw;}
	.block-news .item .img{max-height: 25.7vw;height: 25.7vw;}
	.mini-format.block-news .item .img {max-height: 12.6vw;}
}

@media (max-width:899px){

	.block-news .item{max-width: 48.5%;width: 100%;margin-bottom: 20px;}
	.block-program-us-v2 .item .img{height:40.2vw}
	.mini-format.block-news .item .img{max-height: 25.7vw;}
}
@media (max-width:1024px){
	.index-page .block-films-week .item .img{height: 25.95vw;max-height: 25.95vw;}
}
@media (max-width:714px){
.block-program-us-v2 .item{max-width:48%;}
	.wrapper{padding: 0 16px;}
	.breadcrumbs{display: none;}
	.h1, h1 {font-size: 22px;}
	.headline_clear{height:90px}
	.mb32 {margin-bottom: 20px;}
	.mb87 {margin-bottom: 20px;}
	.mb55 {margin-bottom: 27px;}

	.header {height: 64px;}
	.header .logo-radio{display: none;}
	.header .search-mobile form input[type="text"]{width:auto;position: absolute;right: 16px; left:16px;top: 10px;width: -moz-available;  width: -webkit-fill-available; width: fill-available;}
	.header .search-mobile form {position: initial;}
	.header .search {position: initial;}
	.header .search-mobile .header-search-close{height: 43px;right: 16px;padding: 2px 22px 0 19px;top: 10px;}
	.header .logo img {width: 133px;}
	.burger{padding-right: 15px;}
	.header .search-mobile span{padding: 21px 0;}
	
	.footer .logo img {width: 136px;}
	.footer .logo-blok{flex-direction: row-reverse;width: 100%;justify-content: space-between;}
	.footer .socium{display: none;}
	.footer .burger{padding-right: 0;}
	.footer .logo{margin-left: 0;}
	.footer .pr25{padding-right: 0;}
	
	.r-block .desktop{display: none;}
	.r-block .mobile{display: block;}
	h1.f40 {font-size: 22px;}
	.inform-block .desktop{display: none;}
	.inform-block .mobile{display: block;}
	.inform-block {margin-bottom: 22px;}

	.additional-header{font-size: 16px;margin-left: -16px;border-radius: 0;width: 100%;margin-right: -16px;box-sizing: content-box;padding: 17px 16px 16px;}
	.inform-iframe iframe {height: 163px;}
	.inform-ul li {font-size: 14px;line-height: 1.4;padding-bottom: 8px;}

	.tvprogram-iframe iframe {height: 174px;}
	.tvprogram-slider{flex-direction: column-reverse !important;}
	.ui-datepicker-trigger{width:100%;margin-bottom: 10px;}
	#tvprogram-slider .owl-nav {display: none;}
	#tvprogram-slider{width: 100%;padding: 0;}
	#tvprogram-slider .owl-item:first-child .item{margin-left: 0;}
	#tvprogram-slider .item{margin-left: 15px;}
	.tvprogram-lists li{padding: 15px !important;}
	.mr32 {margin-right: 17px;margin-bottom: 8px;}
	
	.tvprogram-lists li{width: -moz-calc(100% - 38px);width: -webkit-calc(100% - 38px);width: -o-calc(100% - 38px);width: calc(100% - 38px);}
	.tvprogram-iframe.live-feed iframe {height: 172px;}
	.tvpogramm-live .h2{display: none;}
	.tvpogramm-live > div{margin-top: -40px;}
	.index-page .tvpogramm-live > div{margin-top: -15px;}

	.radio-broadcasting.row.flex {flex-direction: column;}
	.radio-broadcasting-b1 a img {max-width: 100%;width:100%}
	.radio-broadcasting-b1 a:nth-last-child(1), .radio-broadcasting-b1 a:nth-last-child(2){margin-bottom: 15px;}
	.radio-broadcasting .radio-block img {max-width: 195px;margin-top: 40px;}
	.radio-broadcasting .radio-block span {font-size: 16px;margin-top: 39px;padding: 17px 0px 18px;width: 200px;padding-right: 30px;margin-bottom: 40px;}
	.radio-broadcasting .radio-btn:after {right: 50px;}
	.radio-broadcasting.row.flex {margin-bottom: 50px;}
	.slider-news .owl-nav{display: none;}
	.slider-news .owl-stage-outer {margin: 0px -15px;}
	.slider-news .owl-stage-outer .owl-stage {margin-left: 15px;}
	.radio-broadcasting-b1{max-width: 100%;width:100%}
	.radio-broadcasting-b1 a{width:100%}
	.radio-broadcasting-b1 a {padding-right: 0;}

	.block-news .item > div {min-height: 109px;}
	.block-news{padding-bottom: 10px;}

	.block-news-big .item .img {max-height: 160px;}
	.block-news-big .item div .f16{font-size: 14px;}
	.block-news-big .item > div{padding-bottom: 14px;}
	.block-link.flex{flex-wrap: nowrap;overflow: auto;white-space: nowrap;width: calc(100% + 16px);max-width: calc(100% + 16px);}
	.block-link a{margin-bottom: 10px;}
	.block-link{margin-bottom: 14px;}

	.tags-line form input.text{width:100%}
	.tags-line form{width:100%;}
	.tags-line .links{flex-wrap: nowrap;overflow: auto;white-space: nowrap;}
	.tags-line .links a{margin-bottom: 5px;}

	.block-news.partners-news .item{width:100%;max-width: 100%;}
	.article .block-add{display: flex;flex-direction: column;}
	.article .block-add .h2{width: 100%;padding-bottom: 25px;text-align: center;display: flex;flex-direction: column;}
	.toolbar .relative{display: flex;flex-direction: column;}
	.toolbar{flex-direction: column !important;}
	.toolbar .time{padding-bottom: 5px;}
	.article .block-tags {overflow: auto;white-space: nowrap;flex-wrap: nowrap;}
	h1.article-h1{font-size: 16px;line-height: 1.15;}
	.toolbar{font-size: 12px;}
	.article-text blockquote{border-left: 0;padding-left: 0;}

	.video video#index{margin-top: 64px; min-height: 56.2vw;height:56.2vw;min-width:320px}
	.video span{margin-top: 64px;min-height: 56.2vw;height:56.2vw;min-width:288px}
	.index-page .fisrt-block{height:56.2vw;margin-bottom: 32px;min-width:288px}
	.index-page .header.linear-gradient-header{background: linear-gradient(90deg, #072879 18.4%, #57BE4E 79.72%);}
	.index-page .header .search span:before{display: none;}
	.index-page .headline_clear {height: 64px !important;}
	.index-page .socium-header{display: none;}
	.index-page .offer p{display: none;}
	.index-page .offer {bottom: 20px;width:100%}
	.index-page .offer .index-btn{padding: 17px 0px 17px;width: 185px;font-size: 16px;margin: 0 auto;padding-right: 31px;}
	.index-page .offer h1{justify-content: center;margin-bottom: 4px;font-size: 22px;display: flex;}
	.index-page .offer .index-btn:after {right: 40px;}
	.index-page .second-block > div >.row{flex-direction: column;margin-bottom: 24px;}
	.index-page .second-block .live-feed{max-width:100%;z-index: 2;}
	.index-page .second-block .h2 {font-size: 16px;}
	.index-page .live-feed .h2 {margin-bottom: 10px;}
	.index-page .live-feed iframe {height: 173px;}
	.index-page .tvpogramm-live{max-width: 100%;}
	.index-page .tvpogramm-live .tvprogram-lists {max-height: 131px;}
	.index-page .second-block .right .telegram{max-width: 100%;}
	.index-page .second-block .right .question{display: none !important;}
	.index-page #slider-bn {margin-bottom: 24px;}
	.index-page #slider-bn .owl-nav{display: none;}
	.index-page #slider-bn{overflow: visible;}
	.index-page #slider-bn .owl-stage-outer{overflow: visible;}
	.index-page #slider-bn img {border-radius: 16px;}
	.index-page .second-block .telegram .h2{margin-bottom: 10px;}
	.index-page .second-block .telegram .telegram-lists {height: 413px;}
	.index-page .second-block {margin-bottom: 0;}
	.h1-index-bg{height:55px}
	.h1-index{padding-top: 14px;display: flex;justify-content: space-between;align-items: center;}
	.h1-index img{width:45px}
	#slider-news{margin-bottom: 49px;}
	.h1-index-bg-2{height:77px}
	.index-page .anons .h1{margin-bottom: 22px;padding-right: 60%;}
	.index-page .block-anons .item > div span{font-size: 14px;}
	.block-anons-index .item{flex-direction: column;max-width: 48%;width:100%}
	.block-anons-index {margin-bottom: 28px;flex-wrap: wrap;display: flex;justify-content: space-between;}
	.block-anons-index .item .img {max-height: 51vw;max-width: 100%;}
	.block-anons-index .item > div span{font-size: 14px;}
	.block-anons-index .item img{min-height: 100%;}
	.block-anons-index{margin-bottom: 28px;}
	.block-anons .item .img{max-height: 170px}
	.block-anons .item img{min-height: 100%;}
	.block-anons .item > div{min-height: 0;}
	.index-page .films-week .owl-stage-outer{overflow:visible}
	.index-page .mini-format .owl-stage-outer{overflow:visible}
	.index-page .films-week .h2{font-size: 22px;padding-right: 30px;line-height: 1.2;margin-bottom: 9px;}
	.index-page .block-films-week .owl-nav{display: none;}
	.index-page .block-films-week {margin-bottom: 50px;}
	.block-program-us .owl-nav {display: none;}
	.index-page .fife .h1 {margin-bottom: 25px;}
	.index-page .fife-block {margin-bottom: 33px;}
	.index-page .six .h1 {line-height: 1;position: relative;padding-right: 21px;padding-top: 17px;padding-bottom: 16px;margin-bottom:23px}

	.index-page .mini-format-h2 {padding: 20px 0 19px;margin-bottom: 25px;}
	.index-page .mini-format .owl-nav{display: none;}
	.index-page .mini-format .owl-dots {bottom: 3px;}
	.index-page .mb30-p{margin-bottom: 25px;}
	.radio-broadcasting.row.flex {margin-bottom: 36px;}
	.index-page .h2-maps{margin-bottom: 16px;}
	.index-page .maps .w15{flex-direction: column !important;margin: 0 auto;}
	.index-page .maps .w15 .h3{margin-bottom: 17px;}
	.index-page .maps .orion{max-width: 133px !important;padding: 8px 0px;}
	.index-page .maps .mts{max-width: 88px !important;}
	.index-page .maps .w15 > div {flex-direction: row;flex-wrap: wrap-reverse;flex-shrink: 0;	width: 100%;height: auto;align-items: flex-end;}
	.index-page .maps .w15 .tclr {max-width: 134px;}
	.index-page .maps .w15 .ntv {max-width: 133px;}
	.maps #map {margin: 16px 0px 15px;max-width: calc(100% + 32px);width: calc(100% + 32px);margin-left: -16px;margin-right: -16px;}
	.maps .map {overflow:visible !important;margin: 13px 0px 20px;}
	.maps .map-radio .h2 {font-size: 16px;}
	.maps .map-radio {margin: 27px 0;width: 244px;padding-right: 20px;height: 97px;}
	.index-page .maps .w15:last-child > div {align-items: flex-start;width: 100%;padding-bottom;height: 120px;padding-bottom: 0;flex-wrap: wrap;flex-direction: column;}
	.index-page .maps .w15:last-child > div img {max-width: 134px !important;}
	.index-page .maps .w15:last-child > div .wink img {max-width: 60px !important;}
	.index-page .maps .wink{width:134px;position: relative;}
	.index-page .maps .tv24 {display: flex;height: 50px;    max-width: 134px !important;width: 100%;}
	.index-page .maps .w15:last-child > div .tv24 img{max-width: 100% !important;}
	.index-page .maps .kion{margin-right: 20px;}
	.maps {margin-bottom: 47px;}
	.h2-government{line-height: 1 !important;padding-bottom: 16px;}
	.government .row > div {width: 100%;}
	.government a {margin-bottom: 16px;}
	.government a{max-width: 100%;}
	.block-news .item .img {max-height:51vw;height:51vw;min-height: 163px;}
	.block-program-us-v2 .item .img {height: 60.8vw;}
	.index-page .block-films-week .item .img {height: 41.95vw;max-height: 41.95vw;}
}

@media (max-width:539px){
	.index-page .maps .mts{max-width: 132px !important;}
	.index-page .maps .w15:last-child > div {height: 170px;}
	.index-page .maps .w15{max-width: 288px !important;}
	.index-page .maps .w15 .tclr {position: absolute;right:0; bottom:0;}
	.index-page .maps .w15 .ntv {position: absolute;left:0; bottom:21px;}
	.index-page .maps .w15 > div {padding-bottom: 45px;}

	.block-news .item{max-width: 100%;}
	.block-anons-index .item{max-width: 100%;}
	.news-item .item{width: 100%;flex-direction: column;}
	.news-item .item .img{max-height: 51vw; height:51vw;min-height: 180px;}
	.news-item .item .itm{max-height:100%;height: 100%;}
	.news-item .item .itm p{font-size: 16px;}

	.index-page .block-news.partners-news .item{max-width: 100%;margin-bottom: 20px;}
	.index-page .block-news .item > div{min-height: 0;}
	.index-page .block-news{padding-bottom: 3px;margin-bottom: 47px;}
	.mini-format.block-news .item .img {max-height: 51vw;}
}

@media (max-width:489px){
.block-program-us-v2 .item{max-width:100%;}
	.pagination .center a{display: none}
	.pagination .center a:nth-child(1),
	.pagination .center a:nth-child(2),
	.pagination .center a:nth-child(3){display: flex}
	.pagination .center a:nth-last-child(1){display: flex}
	.pagination .center a:nth-last-child(2){display: flex}
	.footer .footer-body > div {width: 100% !important;}
	.footer .footer-body{flex-direction: column;padding-top: 8px;}
	.footer .footer-body .a16{position: absolute; bottom:-25px}
	.footer{padding-bottom: 44px;}


	.ui-datepicker{left: 0 !important;padding: 12px 20px 28px;}
	.article-text p{margin-bottom: 20px;}
	.article-text .img{margin-bottom: 20px;}
	.article-text blockquote{margin-bottom: 20px;}
	.article .block-tags a{margin-top: 0;}
	.article .block-tags {margin-bottom: 22px;}
	.article .block-add .h2{font-size: 16px;padding-bottom: 15px;}
	.article .block-add {padding: 24px 18px;}
	.article .block-add .button{padding: 19px 40px 18px;max-height: 48px;font-size: 17px;}
	.news-partners .h2{font-size: 16px;}
	.article .block-add {margin-bottom: 53px;}
	.block-news.partners-news .item img {min-height: 162px;}
.block-program-us-v2 .item .img {min-height:384px;height: 120vw;}
}

@media (max-width:449px){
.index-page .block-films-week .item .img {height: 45.95vw;max-height: 45.95vw}
}

@media (max-width:349px){
.index-page .block-films-week .item .img {height: 50.95vw;max-height: 50.95vw}
}