@font-face {
    font-family: 'RUBSN';
    src: url(../fonts/RUBSN.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}
.rub {
	font-family: 'RUBSN';
}
.link {
	border-bottom: 1px dashed;
}
.sps p {
	color: #000000;
}
.iziModal-content {
	position: relative;
	padding: 20px;
}
#podkluch {
	max-width: 350px !important;
}
#podkluch h3 {
	color: #000;
}
#podkluch .btn_form {
	margin: 20px auto 0;
	display: block;
}
#podkluch .iziModal-content {
	padding: 20px 30px 30px !important;
}
.close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/close.svg) no-repeat center / contain;
	outline: none!important;
}
.modal-window_channels {
	max-width: 80%!important;
	width: 80%!important;
	height: 90%;
}
.modal-window_dop .iziModalcontent{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.modal-window_dop .iziModalcontent > span {
	margin-bottom: 15px;
	width: 32%;
	color: #000000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.modal-window_dop .iziModalcontent > span:not(:nth-of-type(3n)) {
	margin-right: 1%;
}
.modal-window_dop img {
	width: 80px;
	height: 80px;
	margin: 5px;
	object-fit: contain;
}
.control {
	color: #000;
    border: none;
    background-color: #f9f9f9;
	border-radius: 30px;
	padding: 15px;
	outline: none!important;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}
.channels_list {
	padding: 20px;
}
.channels_logo {
    max-width: 100px !important;
	max-height: 30px;
    margin: 5px 0;
    filter: brightness(0) invert(1);
    width: auto !important;
}
.channels_list > span {
	padding: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #000000;
	width: 25%;
}
.channels_list img {
	margin-right: 5px;
}
.owl-nav {
	position: absolute;
	top: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	left: 12px;
	right: 12px;
	height: 0;
}
.secTv_slider .owl-nav {
    left: -6px;
    right: -6px;
    top: calc(50% - 6px);
    height: 0;
}
.secTv_slider+.secTv_slider {
	margin-top: 40px;
}
.secTv_slider .owl-item:not(.active) {
    visibility: hidden;
}
.secTv_left .price {
	white-space: nowrap;
}
.main_slider .owl-nav {
	top: calc(50% - 42px);
}
.main_slider .owl-nav {
    width: 85%;
    left: 7.5%;
    right: 0;
}
.owl-nav button {
	width: 24px;
	height: 24px;
	background: #fd0000 url(../img/left.svg) no-repeat center / 35%!important;
	border-radius: 50%;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.3));
}
.owl-nav button.disabled {
visibility:hidden;
}
.owl-nav button:hover {
	background-color: #cb0404!important;
}
.owl-next {
	transform: scale(-1,1);
}
.owl-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 16px;
}
.owl-dot {
	background: rgba(0, 0, 0, 0.3)!important;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.owl-dot:not(:last-of-type) {
	margin-right: 16px;
}
.owl-dot.active {
	background: rgba(0, 0, 0, 0.6)!important;
}
body {
	background: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 3vw;
	font-weight: 700;
	line-height: 100%;
	margin: 1% 0;
}
h2 {
	font-size: 30px;
	font-weight: 700;
/*	color: #cb0404;*/
}
h3 {
	font-size: 24px;
}
.text_gray {
	color: #9A9A9A;
}
.btn {
	background: #fd0000;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 8px 23px;
	display: inline-block;
}
.btn:hover {
	background:#cb0404;
}
.hidden {
    visibility: hidden;
}
.icon_arrow {
	width: 10px;
	height: 5px;
	background: url(../img/arrow.svg) no-repeat center / contain;
	margin-left: 5px;
	position: relative;
	transition:transform 300ms ease-in;
}
.icon_arrow.active {
	transform: rotate(180deg);
	transition:transform 300ms ease-in;
}
.container {
	max-width: 1440px;
    margin: 0 auto;
	width: 100%;
}
.container_min {
	max-width: 1120px;
}
header {
	padding-top: 80px;
	padding-bottom: 30px;
}
.header_top {
	padding: 5px 0;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
	position: fixed;
	width: 100%;
	z-index: 500;
}
.header_logos {
	margin-right: 32px;
}
.header_logo {
	width: 165px;
	height: 28px;
	background: url(../img/logo_sm.svg) no-repeat center / contain;
	position: relative;
}
.header_logo2 {
	background: url(../img/logo.png) no-repeat center / contain;
	width: 100px;
    	height:50px;
	position:relative;
}
.header_logo2 a {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.header_logo2 img {
	width: 70px;
    	height: auto;
	margin: 5px 5px 5px 0;
}
.header_link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.header_btns {
	margin-left: auto;
}
.header_btns .btn_main {
	margin-right: 15px;
}
.header_navItem {
	font-weight: 500;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.05px;
}
.header_phone {
	font-size:18px;
	margin-right: 10px;
}
.header_navItem:not(:last-of-type) {
	margin-right: 24px;
}
.header_navItem:hover {
/*	color: #D62240;*/
	color: #cb0404;
}
.header_bannerLink {
	display: none;
	margin: 0 auto;
	color: #ffffff;
	font-weight: 700;
	padding-bottom: 20px;
	background: url(../img/arrow.svg) no-repeat center bottom / 30px;
}
section .header_bannerLink{
	position: relative;
	z-index: 20;
}
.secTv .header_bannerLink {
	margin-top: 20px;
}
.secInsert  .header_bannerLink, .secVideo  .header_bannerLink {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.main_slider {
	padding-bottom: 10px;
}
.main_slider .owl-nav {
    top: calc(50% - 42px);
    right: auto;
    width: 100%;
    left: 0;
}
.header_banner > .container {
min-height:calc(100vh - 50px);
    display: flex;
    flex-direction: column;
}
.header_content {
    margin: auto 0;
}
.header_slide{
	width: 100%;
	padding-bottom: 26%;
	position: relative;
}
.main_slider .owl-dots {
margin-top:5%;
}
.header_slide img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: contain;
    width: 100%;
    height: 100%;
}
.header_slide1 a {
	background: url(https://www.salesupster.ru/img_iptv/banner1/banner_480.jpg) no-repeat center / contain;
}
.header_slide2 a {
	background: url(https://www.salesupster.ru/img_iptv/banner2/banner_480.jpg) no-repeat center / contain;
}
.header_slide3 a {
	background: url(https://www.salesupster.ru/img_iptv/banner3/banner_480.jpg) no-repeat center / contain;
}
.header_slide4 a {
	background: url(https://www.salesupster.ru/img_iptv/banner4/banner_480.jpg) no-repeat center / contain;
}
.header_slide5 a {
	background: url(https://www.salesupster.ru/img_iptv/banner7/banner_480.jpg) no-repeat center / contain;
}
@media all and (max-width:991px) {
	.header_banner > .container {
		min-height:auto;
	}
	.header_slide {
		padding-bottom: 56%;
	}
	.header_content {
		margin:50px 0;
	}
	.header_slide1 a {
		background: url(https://www.salesupster.ru/img_iptv/banner1/banner_1920.jpg) no-repeat center / contain;
	}
	.header_slide2 a {
		background: url(https://www.salesupster.ru/img_iptv/banner2/banner_1920.jpg) no-repeat center / contain;
	}
	.header_slide3 a {
		background: url(https://www.salesupster.ru/img_iptv/banner3/banner_1920.jpg) no-repeat center / contain;
	}
	.header_slide4 a {
		background: url(https://www.salesupster.ru/img_iptv/banner4/banner_1920.jpg) no-repeat center / contain;
	}
.header_slide5 a {
		background: url(https://www.salesupster.ru/img_iptv/banner7/banner_1920.jpg) no-repeat center / contain;
	}

}
@media all and (max-width: 575px) {
    .header_content {
        margin: 20px 0;
    }
}
.sec {
	padding: 3% 0;
}
.sec_column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.sec_subtitle {
	background: #e7002f;
	border-radius: 4px;
	display: inline-block;
	padding: 7px 10px;
}
.header_trigger {
	width: 18px;
	height: 18px;
	min-width: 18px;
	cursor: pointer;
	display: none;
	position: relative;
}
.header_trigger span {
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 100px;
    background: #ff0000;
}
.header_trigger span:after, .header_trigger span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 100px;
    background: #ff0000;
    top: 6px;
}
.header_trigger span:after {
    top: 12px;
}
.header_navItem_more {
	display: none;
	position: relative;
}
.header_submenu {
	position: absolute;
	left: -10px;
	background: #151515;
	top:150%;
	padding: 5px 10px;
	display: none;
}
.header_submenu .header_navItem {
	margin-right: 0;
	margin-bottom: 5px;
}
/*Преимущества*/
.secEdge h2 {
	margin: 0 0 30px;
}
.secEdge_box_right h3 {
	color: #cb0404;
}
.secEdge:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(255, 241, 188, 0.15) 0%, rgba(255, 255, 255, 0.0001) 100%);
	filter: blur(93.3066px);
}
.secEdge_item {
	margin-bottom: 50px;
}
.secEdge_item h3 {
	margin: 0 0 8px;
	color: #cb0404;
}
.secEdge_item p {
	font-size: 20px;
	letter-spacing: 0.25px;
/*	color: #9A9A9A;*/
	margin: 0;
}
.secEdge_devices {
	width: 100%;
	padding-bottom: 55%;
	background: url(../img/devices-1.png) no-repeat center / contain;
}
.secEdge_box_left {
	margin-right: 3%;
	width: 80%;
}
.secEdge_box_left h2:nth-of-type(2) {
	margin: 20px 0;
}
.list strong {
	color: #cb0404;
}
/*
.secEdge_list li:before, .secInsert_list li:before {
    content:  "";
    position: relative;
    left:     -10px;
	width: 20px;
	height: 20px;
	background: url(../img/play-pause.png) no-repeat center / contain;
	display: inline-block;
	top: 4px;
}
*/
.secEdge_list li, .secInsert_list li {
	color: #000;
	margin-bottom: 5%;
	line-height: 150%;
	font-size: 18.9px;
}
.box {
	position: relative;
	padding: 72px 48px 30px;
}
.box_content {
	z-index: 10;
}
.box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: linear-gradient(179.14deg, #fd0000 0.49%, #cb0404 100%);
	display: block;
	z-index: 20;
}
.box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #626c77;
}
.secInsert {
	background:#040508 url(../img/bcg2.jpg) no-repeat right center / cover;
	position: relative;
	padding: 3% 0;
}
.secInsert:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.5);
}
/*
.secInsert .container {
	position: relative;
	background: url(../img/pic2.jpg) no-repeat center / cover;
}
.secInsert .container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.8);
}
*/
.secInsert_box {
/*	max-width: 740px;*/
	margin: 0 auto;
/*	padding: 10% 0;*/
	position: relative;
}
.secInsert_box p {
	font-size: 20px;
	letter-spacing: 0.25px;
	line-height: 140%;
}
.secInsert_box h2 {
	margin-top: 0;
}
.secInsert_box h1 {
	color: #cb0404;
}
.secInsert_list {
	max-width: 600px;
}
.store_tv {
	margin-right:11px!important;
}
.stores_box {
	margin-bottom: 30px;
}
.store {
	margin: 0 2px 5px;
}
.stores_box img {
	width: 100px;
}
.store:not(:last-of-type) {
	margin-right: 5px;
}
.secInsert_list {
	margin: 5% 0 3%;
}
/*Тарифы*/
.channels_all img {
	padding: 5px;
	opacity: .15;
}
.channels_all img.active {
	opacity: 1;
}
.secTv_box {
	margin-bottom: 24px;
}
.sec_title {
	text-transform: uppercase;
/*	color: #616161;*/
	color: #f7decb;
}
.secTv_item {
	border-radius: 4px;
	background: #fff;
	color: #353535;
	height: auto!important;
	transform: scale(1);
	transition: transform 300ms ease-in;
}
.secTv_slider .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items:center;
}
.secTv_left {
	width: 55%;
	padding: 16px;
	position: relative;
}
.secTv_leftLink {
	top:0px;
	z-index: 50;
}
.secTv_left .price {
	z-index: 1;
	margin-top: auto;
}
.secTv_title {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 20px;
}
.secTv_title span {
	font-size: 15px;
}
.secTv_right {
	background: rgba(0, 0, 0, 0.1);
	width: 55%;
	padding: 16px;
}
.secTv_item.active {
	background: #fd0000;
	color: #151515;
	position: relative;
	z-index: 100;
	transform: scale(1.08);
	transition: transform 300ms ease-in;
	box-shadow: 0 2px 20px rgba(255,219,77,.4);
}
.secTv_slider.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.secTv_item.active .secTv_right {
	background: rgba(0, 0, 0, 0.1);
}
.secTv_item.active .btn {
	background: #825d00;
	color: #fff;
}
.secTv_item.active .btn:hover {
	background: #443100;
	color: #fff;
}
.secTv_item .btn_main:hover {
    background: #d7a320;
    color: #151515;
}
.secTv_item .btn_main {
    margin: 0;
    background: #fd0000;
    color: #151515;
    position: relative;
    z-index: 100;
    padding: 4px 14px;
    text-align: center;
}
.footer_info p {
    font-size: 12px;
    margin-bottom: 5px;
}
.small_p {
font-size:12px;
margin:0 3px;
}
.price_cost {
	font-size: 32px;
	font-weight: 700;
	margin-right: 3px;
	line-height: 100%;
	position: relative;
    top: 1px;
}
.price_cost .rub {
	font-size: 18px;
	font-weight: 400;
}
.secDop_row.flex_row, .secDop_row.flex_row+div {
    position: relative;
   /* top: -8px;*/
}
sub {
	right: 5px;
   	top: -11px;
    font-size: 16px;
}
.secTv_left sub {
	margin-left: 5px;
}
.text_small {
	font-size: 16px!important;
	font-weight: 400;
}
.secDop_price_unit2 {
	margin-top: 35px!important;
}
.price_old+.price_cost {
	bottom: 16px!important
}
.price_cost .rub{
	margin-left: -6px;
}
.secDop_price_unit2 .price_cost {
color:#ff0000!important;}
.iconTv {
	width: 24px;
	min-height: 24px;
	background: url(../img/TV.svg) no-repeat center / contain;
}
.secTv_link {
	margin-top: 6px;
	display: inline-block;
	align-self: flex-start;
}
.text_internet {
	font-weight: 700;
    margin: 5px 0 0;
}
.price {
	margin: 0 0 10px;
}
.secTv_right p {
	margin: 0;
	font-size: 14px;
}
.secTv_right p:nth-of-type(2) {
	margin-bottom: 20px;
}
.secTv_right .secTv_subtitle {
	letter-spacing: 0.05px;
	color: #615f5f;
	margin: 5px 0 3px;
}
.secTv_subtitle span {
	color: #ec1f55;
}
.secTv_item.active .secTv_subtitle {
	color: #6C6C6C;
}
.secTv h2 {
	margin-top: 0;
}
.secTv_box > h3 {
	margin-bottom: 10px;
}
.secTv_btn {
    padding: 0;
    background: transparent !important;
    display: block;
    text-align: center;
    margin-top: auto;
    color: #fff !important;
    font-size: 12px !important;
    text-decoration: none !important;
    z-index: 100;
}
.secTv_item.active .secTv_btn {
	color: #000000;
}
/*Дополнительные пакеты*/
.secDop {
	position: relative;
	z-index: 50;
}
.section_channels {
    max-width: 1032px;
    overflow-x:clip;   
    margin: 0 auto;
    padding-bottom: 5%;
}
.menu {
    width: 100%;
    background:#ededed;
    border-radius:10px;
    margin: 0;
    padding: 10px 20px;
    font-size:20px;
    text-align: center;
    box-sizing:border-box;
}
.menu li {
    width: 33%;
    border: 1px solid transparent;
    border-radius:10px;
color:#0D0D0D;
    font-weight:500;
}
.menu li:last-of-type {
    width:34%;
}
.menu a {
    width: 100%;
    padding:13px 0;
    display: block;
}
.menu li.active {
    color:#000;
    border-color:rgba(0,0,0,.37);
}

.channels_link {
    font-size:14px;
    text-decoration:underline;
    margin-top: auto;
}
.channels_item {
    background:#626c77;
    color:#fff;
    border-radius:8px;
    text-align: center;
    padding:66px 20px;
/*    width: 320px;*/
    transform:scale(1);
    transition:transform 300ms ease-out;
    display: flex;
    padding: 0;
    height: 100%;
}
.channels_btn {
    background:#fff;
    color:#616161;
    margin: auto 0 20px;
    padding: 5px;
    width: 100%;
}
.channels_btn:hover {
    background:#fff;
    filter: brightness(.9); 
}
.channels_btn:active {
    background:#fff;  
}
.channels_subtitle {
    font-size:15px;
    font-weight:300;
}
.channels_tag {
    margin-bottom: 22px;
    text-align:left;
    font-size:16px;
    font-weight:500;
}
.channels_item .price {
/*    font-weight:700;*/
    margin: auto 0 20px;
    line-height: 100%;
}
.channels_price {
	margin: auto 0 20px;
	display: flex;
    flex-direction: column;
    align-items: start;
}
.channels_price .price {
margin: 0;
}
.slider_packs .owl-item {
    filter:blur(0);
    transition:filter 300ms ease-out;
}
.slider_packs .disabled {
visibility:hidden!important;
}
.slider_packs .owl-item:not(.center) {
/*    filter: blur(2.65px);*/
    transition:filter 300ms ease-out;
}
 .channels_subtitle {
/*    font-size:10px;*/
}
.channels_item .price_num {
    font-size:66px;
    line-height: 100%;
    margin-right: 5px;
    font-size:30px;
}
.channels_item .price_old .price_num {
    font-size:26px;
}
.channels_item .price_new .price_num {
    font-size:30px;
}
.channels_item .price_old .price_text {
	font-size:16px;
}
.price_old {
    font-size:33px;
    color:#ededed;
    opacity:.8;
}
.price_old .price_num {
	position: relative;
}
.price_old .price_num:after {
    content: '';
    position: absolute;
    left: -3px;
    right: -3px;
    height: 2px;
    background: #c42126;
    top: 50%;
}
.channels_item .price_num+sup {
    left: -3px;
    top: -0.8rem;
}
.channels_info {
margin-top:12%;
font-weight:700;
}
.trial_text {
    position: absolute;
    margin: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: 600;
    background: #E70406;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .3));
text-transform:uppercase;
}
.channels_item .price_text {
    font-size:18px;
    line-height: 100%;
}
/*.channels_item p, .channels_item .channels_link {
    font-size:9px;
    line-height: 100%;
}
.channels_btn {
    padding:9px 29px;
    font-size:11px;
}*/
.channels_subtitle {
    margin:5% auto;
    line-height: 200% !important;
}
.owl-item.center .channels_btn {
    font-size: 15px;
    padding: 12px 40px;
}
.owl-item.center .channels_item{
    padding:40px 20px;
    transform:scale(1.5);
    transform:none!important;
    transition:transform 300ms ease-out;
    box-shadow: 0px 278px 111px rgba(0, 0, 0, 0.01), 0px 156px 94px rgba(0, 0, 0, 0.05), 0px 70px 70px rgba(0, 0, 0, 0.09), 0px 17px 38px rgba(0, 0, 0, 0.1);
}
.slider_packs .owl-stage {
    display: flex;
    align-items: center;
    align-items:stretch;
}
.slider_packs.owl-carousel .owl-stage-outer {
    overflow:hidden;
}
.channels_row {
    display: flex;
	align-items: center;
	font-size:14px;
	margin:10px 0 5px;
}
.channels_row:first-of-type {
	margin-top: 20px
}
.icon_check {
    width: 14px;
    height: 14px;
    background:url('../img/check.svg') no-repeat center / contain;
    margin-right: 5px;
    filter:hue-rotate(110deg);
    display: none;
}
.icon_speed {
    width: 14px;
    height: 14px;
    background:url('../img/speed.svg') no-repeat center / contain;
    margin-right: 5px;
    display: none;
}
.owl-nav {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:100;
    top:50%;
    transform:translateY(-50%);
}
.slider_main .owl-nav { 
    width: 120%;
    left: -10%;
}
.slider_packs .owl-nav {
    width: 100% !important;
    margin:0 auto;
}
.slider_box:not(.active) {
    visibility:hidden;
    height: 0;
    opacity:0;
    margin: 0;
}
.slider_box {
    margin:5% 0 8%;
    transition:opacity 500ms ease-out;
}
.slider_packs {
    margin: 0;
}
 .slider_packs .owl-item.center {
    z-index:5;
}
/*.slider_nocenter {
    width: 500px;
    margin:0 auto;
}*/
.channels-itemBox {
    margin-bottom: 30px;
    display: flex;
}
.channels_content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(auto, 200px));
    grid-column-gap: 12px;
    grid-row-gap: 35px;
    justify-items: center;
    justify-content: space-evenly;
}
.channels-item_genre {
    display: flex;
}
.channels-item img {
    width: 100%;
    height: auto;
    border-radius:4px;
}
.search_info {
    display: none;
}
.channels_icon {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.channels_left {
    margin: 20px 0;
    flex-wrap: wrap;
    width:33.8%;
}
.channels_right {
    gap: 24px;
    width: 66.2%;
}
.genres_title {
    color:#fd0000;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    width: 100%;
    margin: 0;
}
.genres_count {
    font-weight: 400 !important;
    color: #161616;
    margin: 0;
    font-size: 1rem !important;;
}
.genres_count span {
    font-weight: 400;
}
.modal_channels {
    max-width: 1434px;
    padding: 80px 64px;
    margin:0 auto 20px;
}
.channels_title {
    font-size: 18px;
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 20px;
    flex-wrap: wrap;
    color: #fff;
}
.channel_name {
    color: #fff;
    margin-top: 8px;
}
/* .channels_name {
    color: hsla(0,0%,100%,0.9);
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -.1px;
    line-height: 1.21;
    margin:0 0 3.6%;
} */
.channels_count {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    display: none !important;
}
#channels .modal_content {
	padding: 64px 48px 32px;
}
#channels .close {
	position: fixed;
}
/*.slider_packs .owl-nav button {
    width: 24px;
    height: 42px;
    background-color:transparent!important;	
    background-size: 80% !important;
}
.slider_packs .owl-nav button:hover {
    background-color:transparent!important;	
}*/
.select_label {
			font-size:14px;
			font-weight:500;
			margin: 5px 0 10px;
			text-align: left;
		}
		.ui-selectmenu-text{
	margin-right: 16px;
}
.ui-selectmenu-text, .ui-menu-item {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.ui-state-disabled {
	opacity: .6;
}
.ui-selectmenu-open {
    display: block;
    background: #000000;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}
.ui-button {
	background: rgba(0,0,0,.2);
	border-radius: 5px;
/*	width: 224px !important;*/
width: 100% !important;
	box-sizing: border-box;
	padding: .5em .5em;
	margin-top: 5px;
/*	transform: scale(.67);*/
}
.ui-selectmenu-button-open {
	 border-radius: 5px 5px 0 0;
}
.ui-selectmenu-open.active {
/*	transform: scale(1.08);*/
	margin-left: 6px;
	margin-top: 3px;
}
.ui-menu-item:hover {
	background:#ff0000a3;
} 
.ui-selectmenu-icon.ui-icon {
	background: url(../img/arrow.svg) no-repeat center / contain;
	width: 10px;
    height: 16px;
    display: block;
    filter: brightness(0) invert(1);
    transform: rotate(0deg);
    transition: transform 300ms ease-in-out;
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon{
	transform: rotate(180deg);
	transition: transform 300ms ease-in-out;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 5px 1em 5px .4em;
}
.ui-selectmenu-button.ui-button {
	position: relative;
	z-index: 300;
	margin-bottom: 10px;
	margin-top: 0;
}
@media all and (max-width:1460px) {
	.secTv_item {
		height: 205px;
		width: 320px;
/*		margin-right: 0 !important;*/
	}
/*
	.secTv_item:nth-of-type(2) {
		margin-right: 0;
	}
	.secTv_item:nth-of-type(4) {
		margin-left: 15px;
	}
*/
}
@media all and (max-width:1199px) {
	.secTv_item {
		width: 360px;
		margin-right: 0 !important;
	}
	.secTv_item:nth-of-type(2n) {
		margin-right: 0;
	}
	.secTv_item:nth-of-type(n) {
		margin-left: 15px;
	}
}
@media all and (max-width:850px) {
	.secTv_item {
		margin:auto auto 20px!important;
	}
	.secTv_slider .owl-nav {
		transform: translate(-50%, -50%)!important;
		left: 50%!important;
		width: 380px;
		top:35%;
	}
}
@media all and (max-width:370px) {
	.secTv_item {
		width: 100%!important;
		min-width: auto!important;
		height: 150px;
	}
	.secTv_slider .owl-nav {
		width: calc(100% + 20px)!important;
		left: 0!important;
		right: 0!important;
		transform: translate(-10px, -12px)!important;
	}
	.secTv_link {
		font-size: 14px;
	}
	.price_old+.price_cost {
		left: 0;
	}
	.secTv_subtitle span {
		font-size: 12px;
	}
}
.secDop_item_unit .link {
    display: inline-block;
    border: none;
}
.secDop_item_unit .link_count {
	position: relative;
	z-index:20;
	margin:auto 0;
}
.secDop_item {
	border-radius: 4px;
	background: #353535;
	width: 32%;
	margin-bottom: 16px;
}
.secDop_box {
	margin: 3vh auto;
}
.secDop_text {
	padding: 20px 16px;
}
.secDop_text h3 {
	margin: 0 0 10px;
}
.secDop_item .secTv_link {
	margin: 0;
	align-self: center;
}
.secDop_btn {
	margin: 20px auto 0;
}
.secDop_img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-bottom: 50%;
}
.img_nochnoy {
	background: url(../img/4.jpg) no-repeat center / cover;
}
.img_dozhd {
	background: url(../img/1.jpg) no-repeat center / cover;
}
.img_shant {
	background: url(../img/5.jpg) no-repeat center / cover;
}
.img_football {
	background: url(../img/3.jpg) no-repeat center / cover;
}
.img_match {
	background: url(../img/2.jpg) no-repeat center / cover;
}
.img_cinema {
	background: url(../img/6.jpg) no-repeat center / cover;
}
.slider_dop {
	max-width:1130px;
	margin:0 auto 80px;
}
.slider_dop .owl-dots {
	position: absolute;
	width: 100%;
}
.slider_dop .link_count {
	margin-bottom: 10px;
}
.secDop_item_unit {
	border-radius: 8px;
    	height: 180px;
    	background-color: #626c77;
    	padding: 20px 15px;
	/*min-width: 300px;*/
	color: #fff;
	width: 18%;
    	margin: 0 1% 32px;
	position: relative;
	display:flex;
	flex-direction:column;
}
.slider_dop:first-of-type .secDop_item_unit {
height:220px;
}
.slider_dop .secDop_info_unit p{
font-size:13px;
}
.slider_dop .secDop_item_unit{
	width: auto !important;
	margin: 0 !important;
	min-width: auto !important;
}
.secDop_title_unit {
	margin: 0;
	font-size: 18px;
}
.secDop_img_unit {
	height: 48px;
    display: block;
    margin-right: 14px;
    width: auto !important;
	max-width:100px;
}
.secDop_text_unit {
	/*margin-bottom: 10px;*/
}
.secDop_info_unit {
	margin-top: auto;
}
.secDop_info_unit p, .secDop_price_unit {
	font-size: 14px;
}
.secDop_info_unit p {
	margin:0;
}
.secDop_info_unit .secTv_btn {
	text-align: left;
	/*margin-top: 35px;*/
	position: relative;
	z-index: 100;
}
.secDop_info_unit p+.secTv_btn {
	margin-top: 10px;
}
.secDop_price_unit {
	white-space: nowrap;
	margin-right: 5px;
	z-index: 1;
	margin:10px 0 0;
}
.secDop_row .secTv_btn {
	margin-top: 0;
}
.secDop_link {
	z-index: 5;
}
/*Кинотеатры*/
.secCinema {
	background: url(../img/nout.jpg) no-repeat 50vw 15vw/ 80%;
}
.secCinema h2 {
	margin: 0;
}
.secCinema_box {
	max-width: 716px;
}
.secCinema_item {
	width: 48%;
	margin-bottom: 24px;
	padding: 24px 32px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.secCinema_item_amedia {
	background: url(../img/amedia-bcg.jpg) no-repeat center /cover;
}
.secCinema_item_ivi {
	background: url(../img/ivi-bcg.jpg) no-repeat center /cover;
}
.secCinema_item_megogo {
	background: url(../img/megogo-bcg.jpg) no-repeat center /cover;
}
.secCinema_item_start {
	background: url(../img/start-bcg.jpg) no-repeat center /cover;
}
.logo_amedia {
	width: 87px;
	height: 40px;
	background: url(../img/amediateka.svg) no-repeat center / contain;
}
.logo_ivi {
	width: 72px;
	height: 40px;
	background: url(../img/ivi.svg) no-repeat center / contain;
}
.logo_megogo {
	width: 62px;
	height: 40px;
	background: url(../img/megogo.svg) no-repeat center / contain;
}
.logo_start {
	width: 88px;
	height: 40px;
	background: url(../img/start.svg) no-repeat center / contain;
}
.secCinema_title {
	margin-bottom: 15px;
}
.secCinema_box .secDop_item_unit {
	padding-bottom: 24px;
	min-height: 212px;
	width: 45%;
}
/*Видео*/
.secVideo {
	padding: 0;
	position: relative;
}
.secVideo_box  {
	height: 0;
	padding-bottom: 45%;
}
.secVideo_box .video {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	outline: none!important;
/*	background: url(../img/video_poster.jpg) no-repeat center / cover;*/
}
.play {
	width: 64px;
	height: 64px;
	background: url(../img/play.svg) no-repeat center / contain;
	margin: auto;
    display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
/*Платформы*/
.secInfo_item {
	width: 48%;
	color:#fff;
	margin-bottom: 20px;
}
/*
.secInfo_item:nth-of-type(3) {
	position: relative;
	top: -90px;
}
*/
.secInfo_item p {
	letter-spacing: 0.2px;
	line-height: 160%;
}
.secInfo_icon {
	width: 64px;
	height: 64px;
	filter: brightness(1000);
}
.secInfo_icon1 {
	background: url(../img/icon1.svg) no-repeat center / contain;
}
.secInfo_icon2 {
	background: url(../img/icon2.svg) no-repeat center / contain;
}
.secInfo_icon3 {
	background: url(../img/mobile.svg) no-repeat center / contain;
	width: 96px;
}
.secInfo_icon4 {
	background: url(../img/apple-tv.svg) no-repeat center / contain;
}
.secInfo_link {
	letter-spacing: 0.2px;
/*	color: #33ADFF;*/
	color: #ffffff;
	margin-top: 8px;
	display: block;
	text-decoration: underline;
}
.secInfo_link:first-of-type {
	margin-top: 32px;
}
.secInfo_link:hover {
	text-decoration: underline;
}
.secInfo_stores {
	margin-top: 32px;
}
.secInfo_stores img {
	margin-bottom: 16px;
}
.secInfo_stores img:not(:last-of-type) {
	margin-right: 16px;
}
/*footer*/
footer {
	padding-bottom: 3%;
}
footer a.tac {
	color: #fd0000;
	font-weight: 700;
	margin-top: 15px;
	display: block;
}
.footer_logo {
	width: 283px;
	height: 48px;
	background: url(../img/logo_sm.svg) no-repeat center / contain;
	margin: 0 auto 32px;
}
.footer_socIcon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.icon_sm {
	background: #626c7782;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 40px;
    font-weight: 900;
	color: #fd0000;
}
.icon_tg {
	background: #626c7782 url(../img/tg.svg) no-repeat center / 45%;
}
.icon_vk {
	background: #626c7782 url(../img/vk.svg) no-repeat center / 45%;
}
.icon_fb {
	background: #626c7782 url(../img/fb.svg) no-repeat center / 25%;
}
.footer_socIcon:not(:last-of-type) {
	margin-right: 8px;
}
.footer_btn {
	display: none;
}
#channels_genre {
	max-width: 100%!important;
	width: 100%!important;
	height: 100%!important;
	background: #000;
}
#channels_genre .modal_content {
	padding: 5%;
}
#channels_genre .close {
	position: fixed;
    right: 2vw;
    top: 2vw;
    width: 10px;
    height: 10px;
}
#channels_genre .close:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 2px solid #ececec;
}
.tariff_name {
	color: #fff;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 4.09px;
    text-transform: uppercase;
	margin: 0;
}
.tariff_channels_count {
    opacity: .8;
    font-size: 28px;
    font-weight: 500;
	margin-bottom: 5%;
}
.genres_title {
	color: #cb0404;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3.09px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.genres_count {
	color: #626c77;
	opacity: .8;
    font-size: 28px;
    font-weight: 500;
	margin: 0;
}
.channels_left{
	width: 45%;
}
.channels_right {
	width: 55%;
}
.channels_icon {
	width: 64px;
	height: 64px;
}
.icon_hd {
	background: url(../img/channels_hd.svg) no-repeat center / contain;
}
.icon_kids {
	background: url(../img/channels_kids.svg) no-repeat center / contain;
}
.icon_cinema {
	background: url(../img/channels_cinema.svg) no-repeat center / contain;
}
.icon_music {
	background: url(../img/channels_music.svg) no-repeat center / contain;
}
.icon_news {
	background: url(../img/channels_news.svg) no-repeat center / contain;
}
.icon_knows {
	background: url(../img/channels_knows.svg) no-repeat center / contain;
}
.icon_fun {
	background: url(../img/channels_fun.svg) no-repeat center / contain;
}
.icon_online {
	background: url(../img/channels_online.svg) no-repeat center / contain;
}
.channels_content > span {
	width: 33.333%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding-right: 5vw;
    margin-bottom: 60px;
}
.channels_content img {
	width: 100%;
	height: auto;
}
.channels_content .channels_name{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .75px;
    line-height: 120%;
	margin-top: 4px;
}
/*.channels_item {
	margin-bottom: 30px;
}*/
.channels_itemRight {
	min-width: 55%;
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	padding-left: 20px;
}
.channels_itemLeft {
	min-width: 45%;
	background-color: rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	padding-left: 5px;
	flex-direction:column;
	display: flex;
}
.secTv, .secCinema, .secInfo {
	padding-top: 80px;
}
.pagination {
    position: fixed;
    top: 50%;
    right: 8px;
    background: rgba(255, 255, 255, .5);
    padding: 5px 0!important;
    border-radius: 20px;
    transform: translateY(-50%);
	z-index: 100;
}
.pagination li {
    display: block;
    width: 10px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.pagination li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.pagination li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.pagination a.active span, .pagination li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
/*slider*/
.secTv_slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.secTv_item {
	width: 360px;
	margin-bottom: 25px;
}
.secTv_item:nth-of-type(2), .secTv_item:nth-of-type(5) {
	margin-right: 15px;
	margin-left: 15px;
}
.secTv_item:nth-of-type(7) {
	margin-right: 15px;
}
/*.secDop_box-new .secDop_item_unit{
	width: 22%;
	margin: 0 2% 32px;
	height: auto;
}*/
.secDop_box-new .secDop_item_unit .secTv_link {
	margin-bottom: 10px;
	 position: relative;
    z-index: 10;
}
.secDop_box-new .secDop_img_unit {
 /*   height: 80px;*/
	max-width:none;
}
.secDop {
	padding-bottom: 3%;
}
@media all and (max-width:1460px) {
	.secTv_item {
		height: 205px;
		width: 320px;
/*		margin-right: 0 !important;*/
	}
/*
	.secTv_item:nth-of-type(2) {
		margin-right: 0;
	}
	.secTv_item:nth-of-type(4) {
		margin-left: 15px;
	}
*/
}
@media all and (max-width:1199px) {
	.secTv_item {
		width: 360px;
		margin-right: 0 !important;
	}
	.secTv_item:nth-of-type(2n) {
		margin-right: 0;
	}
	.secTv_item:nth-of-type(n) {
		margin-left: 15px;
	}
}
@media all and (max-width:850px) {
	.secTv_item {
		margin:auto auto 20px!important;
	}
	.secTv_slider .owl-nav {
		transform: translate(-50%, -50%)!important;
		left: 50%!important;
		width: 380px;
		top:35%;
	}
}
@media all and (max-width:370px) {
	.secTv_item {
		width: 100%!important;
		min-width: auto!important;
		height: 150px;
	}
	.secTv_slider .owl-nav {
		width: calc(100% + 20px)!important;
		left: 0!important;
		right: 0!important;
		transform: translate(-10px, -12px)!important;
	}
	.secTv_link {
		font-size: 14px;
	}
	.price_old+.price_cost {
		left: 0;
	}
	.secTv_subtitle span {
		font-size: 12px;
	}
}