@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_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;
}
.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: #FFC125 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:hover {
	background-color: #D39700!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(245, 245, 245, 0.3)!important;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.owl-dot:not(:last-of-type) {
	margin-right: 16px;
}
.owl-dot.active {
	background: #F5F5F5!important;
}
body {
	background: #0D0D0D;
	color: #E2E2E2;
	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: #ffdb5d;*/
}
h3 {
	font-size: 24px;
}
.text_gray {
	color: #9A9A9A;
}
.btn {
	background: #FFC125;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	color: #151515;
	font-weight: 700;
	padding: 8px 23px;
	display: inline-block;
}
.btn:hover {
	background: #D39700;
}
.btn_main {
	border:2px solid #FFC125;
	background: transparent;
	color: #E2E2E2;
}
.btn_main:hover {
	color: #151515;
	background: #FFC125;
}
.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: #151515;
	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: 45px;
    	height:30px;
	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;
	background: #FFC125;
	color: #151515;
}
.header_btns .btn_main:hover {
	background: #e5ad21;
}
.header_navItem {
	font-weight: 500;
	font-size: 14px;
	color: #9A9A9A;
	letter-spacing: 0.05px;
}
.header_navLink:hover {
	color: #ffdb5d;
}
.header_navItem:not(:last-of-type) {
	margin-right: 24px;
}
.header_navItem:hover {
/*	color: #D62240;*/
	color: #ffdb5d;
}
.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;
}
.header_slide{
	width: 100%;
	padding-bottom: 35%;
	position: relative;
}
.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(http://www.salesupster.ru/img_iptv/banner1/banner_1920.jpg) no-repeat center / contain;
}
.header_slide2 a {
	background: url(http://www.salesupster.ru/img_iptv/banner2/banner_1920.jpg) no-repeat center / contain;
}
.header_slide3 a {
	background: url(http://www.salesupster.ru/img_iptv/banner3/banner_1920.jpg) no-repeat center / contain;
}
.header_slide4 a {
	background: url(http://www.salesupster.ru/img_iptv/banner4/banner_1920.jpg) no-repeat center / contain;
}
.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: #ffffff;
}
.header_trigger span:after, .header_trigger span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 100px;
    background: #ffffff;
    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_navLink {
	white-space:nowrap;
}
.header_submenu .header_navItem {
	margin-right: 0;
	margin-bottom: 5px;
}
/*Преимущества*/
.secEdge {
	padding: 5vw 0;
}
.secEdge h2 {
	margin: 0 0 30px;
}
.secEdge_box_right h3 {
	color: #ffdb5d;
}
.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: #ffdb5d;
}
.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: #ffdb5d;
}
/*
.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: #f7decb;
	color: #9A9A9A;
*/
	color: #fff;
	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, #FFC125 0.49%, #FF9933 100%);
	display: block;
	z-index: 20;
}
.box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #151515 0%, rgba(21, 21, 21, 0.0001) 100%);
}
.secInsert {
	background:#040508 url(../img/bcg2.jpg) no-repeat right center / cover;
	position: relative;
	padding: 10vw 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: #ffdb5d;
}
.secInsert_list {
	max-width: 600px;
}
.store_tv {
	margin-right:11px!important;
}
.stores_box {
	margin-bottom: 30px;
}
.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;
}
.channels_link {
	display: none;
}
.secTv_box {
	margin-bottom: 24px;
}
.secTv_box:nth-of-type(2) .price {
margin-top:30px;
}
.secTv_box:nth-of-type(2) .price_old+.price_cost {
left:0;
}
.secTv_info {
    margin: 0 0 10px;
    font-size: 10.9px;
}
.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:50px;
	z-index: 50;
}
.secTv_left .price {
	z-index: 1;
	margin-top: auto;
}
.secTv_title {
	margin: 0 0 10px;
	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: #FFC125;
	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: #FFC125;
    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: 9px;
}
.text_small {
	font-size: 16px!important;
	font-weight: 400;
}
.secDop_price_unit2 {
	margin-top: 30px!important;
}
.secDop_itemPremier .secDop_price_unit2, .secDop_itemMore .secDop_price_unit2 {
	margin-top: 40px !important;
}
.price_old+.price_cost {
	bottom: 16px!important
}
.price_cost .rub{
	margin-left: -6px;
}
.secDop_price_unit2 .price_cost {
color:#c42126!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: #484848;
	font-size: 12px;
	z-index: 100;
}
.secTv_item.active .secTv_btn {
	color: #000000;
}
.price_old {
	font-weight: 700;
    margin-right: 5px;
    font-size: 18px;
	position: relative;
	opacity: .8;
    color: #9a9a9a;
}
.price_old:before {
	content: '';
	position: absolute;
	left: -3px;
	right: -3px;
	height: 2px;
	background: #c42126;
    top: 40%;
    transform: rotate(-20deg);
}
.price_old+.price_cost {
position:absolute;
bottom: 25px;
    top: auto;
    left: 13px;
}
/*Дополнительные пакеты*/
.secDop {
	position: relative;
	background: #000;
	z-index: 50;
}
.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;
}
.secDop_item_unit {
	border-radius: 8px;
    	min-height: 180px;
    	background-color: #fff;
    	padding: 20px 15px;
	/*min-width: 300px;*/
	color: #000;
	width: 18%;
    	margin: 0 1% 32px;
	position: relative;
	display:flex;
	flex-direction:column;
}
.secDop_box-new .secDop_item_unit {
height:auto;
}
.secDop_box-new .secDop_info_unit p{
font-size:13px;
}

.secDop_title_unit {
	margin: 0;
	font-size: 18px;
}
.secDop_img_unit {
	height: 48px;
    display: block;
    margin-right: 14px;
	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%;
}
/*
.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;
}
.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: #ffdb4d;
	margin-top: 8px;
	display: block;
}
.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: #ffdb4d;
	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: rgba(0,0,0,1);
	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: #ffc125;
}
.icon_tg {
	background: rgba(0,0,0,1) url(../img/tg.svg) no-repeat center / 45%;
}
.icon_vk {
	background: rgba(0,0,0,1) url(../img/vk.svg) no-repeat center / 45%;
}
.icon_fb {
	background: rgba(0,0,0,1) 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: #ffdb5d;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3.09px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.genres_count {
	color: #c9c9c9;
	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;
}
.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;*/
}
@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;
	}
}