/* subs_test2.css */
.compare {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    background-color: #000;
    box-sizing: border-box;
}
.compare * {
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga' off, 'clig' off;
}
.compare-subs {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: stretch;
	overflow: unset;
}
.compare-subs *, .compare-additional *{
	color: #FFF;
	font-weight: 450;
}
.compare-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
    min-width: 0;
	padding-top: min(5.9vw, 94.4px);
}
.compare-wrapper h1 {
	font-size: min(3.333vw, 53.3px);
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
}
.compare-table {
	width: clamp(711.82px, 69.514vw, 1112.2px);
	margin: min(1.389vw, 22.2px) auto 0;
}
@media (max-width:1024px){
    .compare-table {
         width: auto;
         margin: min(1.389vw, 22.2px) auto auto;
    }
}
.compare-table-header {
	position: sticky;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(min(1.667vw, 26.7px));
	top: 50px;
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
	z-index: 2;
	box-shadow: 0px 12px 12px 0px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 12px 12px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 12px 12px 0px rgba(0,0,0,1);
}
.compare-table-header-item {
	background-color: #000;
	position: relative;
	width: min(16.319vw, 261.1px);
	border-radius: min(0.694vw, 11.1px);
	border: min(0.069vw, 1.1px) solid #323232;
	overflow: hidden;
}
.compare-table-header-item.top-sale {
	border: none;
}
.compare-table-header-item-container {
	position: relative;
	padding: min(1.25vw, 20px);
	border-radius: min(0.694vw, 11.1px);
	z-index: 3;
}
.compare-table-header-item-container * {
	position: relative;
	z-index: 3;
}
.compare-table-header-item-bg {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: min(0.069vw, 1.1px);
	right: min(0.069vw, 1.1px);
	bottom: min(0.069vw, 1.1px);
	left: min(0.069vw, 1.1px);
	width: calc(100% - min(0.139vw, 2.2px));
	height: calc(100% - min(0.139vw, 2.2px));
	border-radius: min(0.694vw, 11.1px);
	z-index: 2;
}
.compare-table-header-item.top-sale::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(
    	to top right,
    	#38f8e5 0%,
    	#2e534f 75%,
    	#323232 100%
    );
	border-radius: min(0.694vw, 11.1px);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.compare-table-header-item.top-sale::after {
	content: '';
	position: absolute;
	bottom: max(-3.819vw, -61.1px);
	left: max(-3.472vw, -55.6px);
	width: min(15.694vw, 251.1px);
	height: min(15.694vw, 251.1px);
	border-radius: min(18.472vw, 295.6px);
	opacity: 0.6;
	background: var(--gr-light-blue-left, linear-gradient(68deg, #04A5FF 0%, #22C3B1 100%));
	filter: blur(min(7.684vw, 122.9px));
	z-index: 2;
	user-select: none;
}
.compare-table-header-label {
	display: flex;
	column-gap: min(0.833vw, 13.3px);
	padding-bottom: min(1.389vw, 22.2px);
}

.compare-table-header-discount, .compare-table-header-top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: min(1.667vw, 26.7px);
	text-align: center;
	font-size: min(0.842vw, 13.5px);
	font-weight: 600;
	text-transform: uppercase;
	background: #E20849;
	border-radius: min(0.154vw, 2.5px);
	padding: 0 min(0.615vw, 9.8px);
}
.compare-table-header-top {
	background: linear-gradient(92deg, #23C3B1 -13.94%, rgba(59, 243, 189, 0.20) 43.08%, rgba(65, 255, 192, 0.00) 101.07%), linear-gradient(90deg, rgba(34, 195, 177, 0.40) 0%, rgba(34, 195, 177, 0.00) 174.59%);
}
.compare-table-header-title {
	font-size: min(1.667vw, 26.7px);
	font-weight: 500;
	line-height: 120%;
}
.compare-table-header-price {
	font-size: min(1.389vw, 22.2px);
	font-weight: 450;
	letter-spacing: min(0.031vw, 0.5px);
	margin-top: min(1.389vw, 22.2px);
}
.compare-table-header-price strong {
	font-size: min(1.806vw, 28.9px);
	letter-spacing: min(0.017vw, 0.3px);
}
.compare-table-header-price span {
	color: rgba(255, 255, 255, 0.50);
	font-size: min(1.389vw, 22.2px);
	letter-spacing: max(-0.035vw, -0.6px);
}
.compare-table-header-try {
	font-size: min(0.972vw, 15.6px);
	font-weight: 500;
	letter-spacing: min(0.031vw, 0.5px);
	opacity: .5;
	padding-top: min(0.278vw, 4.4px);
}
.compare-table-header-link {
	display: block;
	width: fit-content;
	color: #fff !important;
	opacity: .5;
	font-size: min(0.972vw, 15.6px);
	font-weight: 500;
	letter-spacing: min(0.031vw, 0.5px);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: .35s;
	padding-top: min(0.972vw, 15.6px);
}
.compare-table-header-link:hover {
	opacity: 1;
}
.compare-table-header-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: min(3.125vw, 50px);
	border-radius: min(0.347vw, 5.6px);
	background: #333;
	color: #fff !important;
	transition: .35s;
	font-size: min(0.972vw, 15.6px);
	font-weight: 500;
	line-height: 114.286%;
	letter-spacing: min(0.035vw, 0.6px);
	margin-top: min(1.389vw, 22.2px);
}
.compare-table-header-btn:hover, .compare-table-header-item.top-sale .compare-table-header-btn:hover {
	background: #fff;
	color: #000 !important;
}
.compare-table-header-item.top-sale .compare-table-header-btn {
	background: #22C3B1;
	color: #000 !important;
}
.compare-table-section {
	position: relative;
	z-index: 1;
	padding: min(0.694vw, 11.1px) 0;
}
/* .compare-table-content .compare-table-section:last-child {
	padding-bottom: 0;
} */
.compare-table-section-headline {
	display: flex;
	align-items: center;
	column-gap: min(0.694vw, 11.1px);
	font-size: min(1.389vw, 22.2px);
	font-weight: 500;
	line-height: 120%;
	letter-spacing: min(0.01vw, 0.2px);
	padding: min(1.389vw, 22.2px) min(0.833vw, 13.3px);
}
.compare-table-section-headline img {
	display: block;
	width: min(1.667vw, 26.7px);
	height: min(1.667vw, 26.7px);
}
.compare-table-section-row {
	display: flex;
	justify-content: space-between;
	border-top: min(0.069vw, 1.1px) solid rgba(255, 255, 255, 0.20);
	padding: min(0.833vw, 13.3px) 0;
}
.compare-table-section .compare-table-section-row:last-child {
	border-bottom: min(0.069vw, 1.1px) solid rgba(255, 255, 255, 0.20);
}
.compare-table-section-row div {
	position: relative;
	width: min(16.319vw, 261.1px);
	padding: 0 min(0.694vw, 11.1px) 0 min(2.778vw, 44.4px);
	z-index: 1;
	font-size: min(1.042vw, 16.7px);
	font-weight: 450;
	line-height: 120%;
	letter-spacing: min(0.031vw, 0.5px);
}
.compare-table-section-row div strong {
	display: inline-block;
	font-size: min(1.285vw, 20.6px);
	font-weight: 500;
	margin-top: min(0.191vw, 3.1px);
}
.compare-table-section-row div a {
	color: #22C3B1;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: .35s;
}
.compare-table-section-row div a:hover {
	color: #1caf9e;
}
.compare-table-section-row div::before {
	content: '';
	position: absolute;
	top: 0;
	left: min(0.694vw, 11.1px);
	bottom: 0;
	margin: auto;
	background: center / contain no-repeat url(//s6.vcdn.biz/static/221865161/check.svg);
	width: min(1.667vw, 26.7px);
	height: min(1.667vw, 26.7px);
}
.compare-table-section-row div.compare-table-icon-text {
	display: flex;
	flex-direction: column;
	row-gap: min(0.833vw, 13.3px);
	padding-left: min(0.833vw, 13.3px);
}
.compare-table-section-row div.compare-table-icon-text::before {
	display: none;
}
.compare-table-section-row div.compare-table-icon-text div {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: min(0.694vw, 11.1px);
	padding-left: 0;
	padding-right: 0;
}
.compare-table-section-row div.compare-table-icon-text div img {
	height: min(1.667vw, 26.7px);
	display: block;
}
.compare-table-section-row div.compare-table-icon-text div::before {
	display: none;
}
.compare-table-section-row div.dash::before {
	left: min(0.903vw, 14.4px);
	background: #949292;
	width: min(1.111vw, 17.8px);
	height: min(0.139vw, 2.2px);
	border-radius: min(0.139vw, 2.2px);
}
.compare-table-ligals {
	display: flex;
	justify-content: space-between;
	column-gap: min(1.389vw, 22.2px);
}
.compare-table-ligals p {
	width: min(16.319vw, 261.1px);
	margin-block-start: 0;
    margin-block-end: 0;
	color: rgba(255, 255, 255, .5);
    font-size: clamp(8.53px, 0.833vw, 13.3px);
    font-size: min(0.83vw, 13.28px);
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    padding: min(0.694vw, 11.1px) min(0.694vw, 11.1px) 0;
}
.compare-table-ligals p a {
	color: rgba(255, 255, 255, .5) !important;
	text-decoration: underline !important;
	transition: .35s;
}
.compare-table-ligals p a:hover {
	color: rgba(255, 255, 255, 1) !important;
}



/* Alacarte */
.compare-alacarte {
	width: 100%;
	padding-top: min(9.722vw, 155.6px);
	margin-top: max(-2.778vw, -44.4px);
	max-width: min(100vw, 1600px);
	margin-left: auto;
	margin-right: auto;
}
.compare-alacarte-headline {
	font-size: min(3.333vw, 53.3px);
	font-weight: 500;
	line-height: 110%;
	text-align: center;
}
.compare-alacarte-text {
	text-align: center;
	font-size: min(1.667vw, 26.7px);
	font-weight: 450;
	line-height: 120%;
	margin-top: min(1.389vw, 22.2px);
}
.compare-alacarte-slider {
	padding-left: min(5.556vw, 88.9px);
}
.alacarteSwiper {
	width: 100%;
	height: 100%;
	margin-top: min(2.778vw, 44.4px);
}
.alacarteSwiper .swiper-wrapper {
	width: 100%;
}
.alacarteSwiper .swiper-slide.ghost-slide {
	width: min(5.486vw, 87.8px);
	flex-shrink: 0;
	pointer-events: none;
	background: transparent;
}
.alacarteSwiper-card {
	background-color: #000;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: min(29.653vw, 474.4px);
	height: min(20.833vw, 333.3px);
	padding: min(2.778vw, 44.4px);
	border-radius: min(1.389vw, 22.2px);
}
.alacarteSwiper-card * {
	position: relative;
	z-index: 4;
}
.alacarteSwiper-card::before {
	content: '';
	position: absolute;
	z-index: 3;
	top: min(0.069vw, 1.1px);
	right: min(0.069vw, 1.1px);
	bottom: min(0.069vw, 1.1px);
	left: min(0.069vw, 1.1px);
	width: calc(100% - min(0.139vw, 2.2px));
	height: calc(100% - min(0.139vw, 2.2px));
	border-radius: min(1.389vw, 22.2px);
	background: 
		linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 35.94%, #000 72.95%),
		linear-gradient(68deg, var(--bg-col-1, #000) 0%, var(--bg-col-2, #000) 100%);
}
.alacarteSwiper-card.megopackNS::before {
	background: 
		linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 35.94%, #000 72.95%), 
		linear-gradient(282deg, #234026 2.03%, #503606 49.39%, #470a0c 89.67%);
}
.alacarteSwiper-card-bg {
	position: absolute;
	z-index: 2;
	top: min(0.069vw, 1.1px);
	right: min(0.069vw, 1.1px);
	bottom: min(0.069vw, 1.1px);
	left: min(0.069vw, 1.1px);
	width: calc(100% - min(0.139vw, 2.2px));
	height: calc(100% - min(0.139vw, 2.2px));
	border-radius: min(1.389vw, 22.2px);
	background-color: #373636;
}
.alacarteSwiper-card::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: min(1.389vw, 22.2px);
	background: linear-gradient(to bottom right, var(--border-col-1, #323232), var(--border-col-2, #323232)), #000;
}
.age-restriction {
	content: '';
	position: absolute;
	top: min(2.778vw, 44.4px);
	right: min(2.778vw, 44.4px);
	z-index: 5;
	width: min(4.028vw, 64.4px);
	height: min(3.125vw, 50px);
}
.alacarteSwiper-card-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: min(2.778vw, 44.4px);
}
.alacarteSwiper-card-name span {
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: min(2.222vw, 35.6px);
	font-weight: 500;
	line-height: 125%;
}
.compare-alacart-discount {
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(1.736vw, 27.8px);
	padding: 0 min(0.417vw, 6.7px);
	color: #000;
	font-size: min(0.972vw, 15.6px);
	font-weight: 500;
	line-height: 120%;
	letter-spacing: min(0.007vw, 0.1px);
	border-radius: min(0.208vw, 3.3px);
	background: #23C3B1;
}
.alacarteSwiper-card-name img {
	height: 100%;
	width: fit-content;
}
.alacarteSwiper-card-name + img{
	height: auto;
}
.alacarteSwiper-card-descr {
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: min(1.111vw, 17.8px);
	font-weight: 500;
	line-height: 125%;
	margin-top: min(2.083vw, 33.3px);
}
.alacarteSwiper-card-offer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.alacarteSwiper-card-price {
	display: flex;
	column-gap: min(0.278vw, 4.4px);
}
.alacarteSwiper-card-price_from {
	font-size: min(1.111vw, 17.8px);
	font-weight: 500;
	line-height: 145%;
	align-self: end;
}
.alacarteSwiper-card-price_val {
	font-size: min(2.778vw, 44.4px);
	font-weight: 500;
	line-height: 95%;
	align-self: end;
}
.alacarteSwiper-card-price_curr {
	font-size: min(1.111vw, 17.8px);
	font-weight: 500;
	line-height: 125%;
	opacity: .5;
	align-self: start;
}
.alacarteSwiper-card-btn.compare-btn {
	width: min(9.722vw, 155.6px);
	height: min(3.333vw, 53.3px);
	border-radius: min(0.556vw, 8.9px);
	color: #1F1F1F;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: min(1.25vw, 20px);
	font-weight: 500;
	line-height: 111.111%;
}
.compare-alacarte-nav {
	position: relative;
	display: flex;
	width: min(5.613vw, 89.8px);
	height: min(2.222vw, 35.6px);
	border-radius: min(0.347vw, 5.6px);
	border: min(0.069vw, 1.1px) solid #DEDEDE;
	margin-top: min(2.778vw, 44.4px);
}
.compare-alacarte-nav::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: min(0.07vw, 1.1px);
	height: 100%;
	background-color: #DEDEDE;
}
.compare-alacarte-nav-prev,
.compare-alacarte-nav-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	cursor: pointer;
}
.compare-alacarte-nav-prev svg,
.compare-alacarte-nav-next svg {
	width: min(0.625vw, 10px);
	height: min(0.972vw, 15.6px);
	transition: fill .35s;
	fill: #fff;
}
.compare-alacarte-nav-prev svg {
	transform: rotate(180deg);
}
.compare-alacarte-nav-prev.swiper-button-disabled,
.compare-alacarte-nav-next.swiper-button-disabled {
	opacity: .5;
	pointer-events: none;
}
.compare-alacarte-nav-prev:not(.swiper-button-disabled):hover svg,
.compare-alacarte-nav-next:not(.swiper-button-disabled):hover svg {
	fill: #22C3B1;
}

.compare-additional{
	display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    overflow: unset;
	margin-top: -1px;
}
.compare-additional .compare-wrapper{
	padding-top: 0;
}




/* NY changes */


.compare-subs{
	overflow-x: clip;
}
.compare-subs-overflow{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	z-index: 2;
}
.compare-subs::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top left;
    background-repeat: repeat;
    background-image: url(https://s2.vcdn.biz/static/225345601/snow-gif.gif);
	opacity: 0.4;
	z-index: 1;
}
.compare-subs::after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(116% 32.68% at 50% 15.03%, #141686 0%, #000 100%);
	z-index: 0;
}
.compare-subs .compare-wrapper{
	position: relative;
	z-index: 3;
	margin-bottom: -1px;
}


.compare-table-header {
	background: none;
	backdrop-filter: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.compare-table-header.scrolled{
	background: none;
    backdrop-filter: blur(min(1.667vw, 26.7px));
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.compare-table-header-item.top-sale::before{
	background: none;
}
.compare-table-header-item.top-sale::after{
	background: linear-gradient(68deg, #04A5FF 0%, #83CFF5 100%);
	opacity: 0.4;
}
.compare-table-header-item.top-sale{
	border: 1px solid rgba(35, 195, 177, 0.70);
}
.compare-table-header-item{
	background-color: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(2px);
}
.compare-table-header-item-bg{
	display: none;
}
.compare-table-header.scrolled .compare-table-header-item-bg{
	display: block;
}

.star{
    position: absolute;
    height: auto;
    z-index: 4;
    opacity: 0.2;
    animation: show 100ms ease-in forwards;
}
.star1{
    width: min(3.06vw, 48.96px);
    top: min(7.08vw, 113.28px);
    right: min(2.29vw, 36.64px);
}
.star2{
    width: min(3.06vw, 48.96px);
    top: min(6.94vw, 111.04px);
    right: min(5.83vw, 93.28px);
}
.star3{
    width: min(3.09vw, 49.44px);
    top: min(5vw, 80px);
    right: min(8.61vw, 137.76px);
}
.star4{
    width: min(3.51vw, 56.16px);
    top: min(3.26vw, 52.16px);
    right: min(6.39vw, 102.24px);
}
.star5{
    width: min(3.09vw, 49.44px);
    top: min(0.07vw, 1.12px);
    right: min(7.99vw, 127.84px);
}
.star6{
    width: min(3.06vw, 48.96px);
    top: min(3.89vw, 62.24px);
    right: min(10.69vw, 171.04px);
}
.star7{
    width: min(3.09vw, 49.44px);
    top: min(2.15vw, 34.4px);
    right: min(13.82vw, 221.12px);
}
.star8{
    width: min(3.13vw, 50.08px);
    top: min(0.49vw, 7.84px);
    right: min(17.01vw, 272.16px);
}

.l-star1, .star1{
    animation-delay: 300ms;
}
.l-star2, .star2{
    animation-delay: 400ms;
}
.l-star3, .star3{
    animation-delay: 500ms;
}
.l-star4, .star4{
    animation-delay: 600ms;
}
.l-star5, .star5{
    animation-delay: 700ms;
}
.l-star6, .star6{
    animation-delay: 800ms;
}
.l-star7, .star7{
    animation-delay: 900ms;
}
.l-star8, .star8{
    animation-delay: 1000ms;
}
.l-star9{
    animation-delay: 1100ms;
}

.l-star1{
    width: min(3.19vw, 51.04px);
    top: min(13.61vw, 217.76px);
    left: min(0.9vw, 14.4px);
}
.l-star2{
    width: min(3.37vw, 53.92px);
    top: min(11.25vw, 180px);
    left: min(3.96vw,63.36px);
}
.l-star3{
    width: min(3.13vw, 50.08px);
    top: min(7.71vw, 123.36px);
    left: min(4.65vw, 74.4px);
}
.l-star4{
    width: min(3.13vw, 50.08px);
    top: min(5.69vw, 91.04px);
    left: min(1.74vw, 27.84px);
}
.l-star5{
    width: min(3.54vw, 56.64px);
    top: min(8.96vw, 143.36px);
    left: min(2.78vw, 44.48px);
}
.l-star6{
    width: min(3.23vw, 51.68px);
    top: min(6.11vw, 97.76px);
    left: min(6.67vw, 106.72px);
}
.l-star7{
    width: min(3.19vw, 51.04px);
    top: min(3.33vw, 53.28px);
    left: min(9.17vw, 146.72px);
}
.l-star8{
    width: min(3.1vw, 49.6px);
    top: min(1.46vw, 23.36px);
    left: min(11.81vw, 188.96px);
}
.l-star9{
    width: min(3.1vw, 49.6px);
    top: min(0.21vw, 3.36px);
    left: min(15vw, 240px);
}

@keyframes show {
    0%{
        opacity: 0.2;
    }
    100%{
        opacity: 100%;
    }
}
.line-l, .lt-star, .line-r{
    position: absolute;
    left: max(-5.9vw, -94.4px);
    top: min(10.07vw, 161.12px);
    width: min(13.65vw, 218.4px);
    height: auto;
    z-index: 3;
}
.line-l{
    top: max(-0.83vw, -13.28px);
    left: 0;
    width: min(27.08vw, 433.28px);
}
.line-r{
    top: max(-0.14vw, -2.24px);
    left: unset;
    right:  max(-0.14vw, -2.24px);
    width: min(23.61vw, 377.76px);
}




/* app.css */

.compare-channels {
    position: relative;
    margin-top: 11.944vw;
    max-width: 1600px;
}
@media (min-width: 1600px) {
    .compare-channels {
        margin-top: 191px;
    }
}
.compare-channels * {
    position: relative;
    z-index: 2;
}
.compare-channels::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 125%;
    background-image: url(//s6.vcdn.biz/static/213921311/gradient-min11.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.compare-channels-headline,
.compare-channels-text {
    text-align: center;
}
.compare-channels-text {
    margin-top: 1.389vw;
}
@media (min-width: 1600px) {
    .compare-channels-text {
        margin-top: 22px;
    }
}
.compare-channels-link {
    text-align: center;
    margin: 2.361vw 0 5.833vw;
}
@media (min-width: 1600px) {
    .compare-channels-link {
        margin: 37px 0 93px;
    }
}
.compare-channels-link a {
    font-weight: 500;
    font-size: 1.667vw;
    line-height: 120%;
    text-decoration-line: underline;
    color: #22c3b1 !important;
}
@media (min-width: 1600px) {
    .compare-channels-link a {
        font-size: 26px;
    }
}
.compare-channels-link a:hover {
    color: #22c3b1 !important;
}
.animated-list {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.animated-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    -webkit-animation: anim-running-string 60s linear infinite;
    animation: anim-running-string 60s linear infinite;
}
.animated-list_reverse div {
    animation-direction: reverse;
}
.animated-list img {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: flex;
}
.compare-channels-list:not(.animated-list_reverse) {
    margin-bottom: 1.75vw;
}
@media (min-width: 1600px) {
    .compare-channels-list:not(.animated-list_reverse) {
        margin-bottom: 28px;
    }
}
.compare-channels-list img {
    height: 11.389vw;
    width: auto;
}
@media (min-width: 1600px) {
    .compare-channels-list img {
        height: 182.224px;
        width: auto;
    }
}
.compare-channels-list img:not(first-child) {
    margin-left: 1.501vw;
}
@media (min-width: 1600px) {
    .compare-channels-list img:not(first-child) {
        margin-left: 24.016px;
    }
}
@-webkit-keyframes anim-running-string {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes anim-running-string {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.compare-films {
    margin-top: min(10.42vw, 166.72px);
    max-width: 1600px;
}

.compare-films * {
    position: relative;
    z-index: 2;
}
.compare-films-headline,
.compare-films-text {
    text-align: center;
}
.compare-films-text {
    margin: 1.389vw 0 5vw;
}
@media (min-width: 1600px) {
    .compare-films-text {
        margin: 22px 0 80px;
    }
}
.compare-films-list.animated-list div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.compare-films-list:not(.animated-list_reverse) {
    margin-bottom: 1.3vw;
}
@media (min-width: 1600px) {
    .compare-films-list:not(.animated-list_reverse) {
        margin-bottom: 20.8px;
    }
}
.compare-films-list img {
    height: 13vw;
    width: auto;
}
@media (min-width: 1600px) {
    .compare-films-list img {
        height: 208px;
        width: auto;
    }
}
.compare-films-list img:not(first-child) {
    margin-left: 1.633vw;
}
@media (min-width: 1600px) {
    .compare-films-list img:not(first-child) {
        margin-left: 26.128px;
    }
}
.compare-content * {
    color: #fff;
}
.compare > section {
    width: 100%;
    position: relative;
}
.compare-section {
    padding: 0 5.486vw;
}
@media (min-width: 1600px) {
    .compare-section {
        padding: 0 87.8px;
    }
}
.compare-headline {
    text-align: center;
    font-size: 3.333vw;
    font-weight: 500;
}
@media (min-width: 1600px) {
    .compare-headline {
        font-size: 53px;
    }
}
.compare-text {
    text-align: center;
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01vw;
}
@media (min-width: 1600px) {
    .compare-text {
        font-size: 26.6px;
        letter-spacing: 0.16px;
    }
}
.compare-sub-headline {
    opacity: 0.8;
}
.compare-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15.278vw;
    height: 3.125vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.417vw;
	font-weight: 500;
    background: #fff;
    color: #000 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 1600px) {
    .compare-btn {
        width: 244px;
        height: 50px;
        border-radius: 6.6px;
    }
}
.compare-btn:hover {
    background: #c4c4c4;
}



/* Sub links */
.subs-links{
	width: fit-content;
	position: fixed;
    display: flex;
    gap: min(1.11vw, 17.76px);
	right: 0;
    bottom: min(2.29vw, 36.64px);
	left: 0;
	margin: auto;
	border-radius: min(1.389vw, 22.2px);
	background: rgba(0, 0, 0, 0.20);
	padding: min(0.694vw, 11.1px);
	backdrop-filter: blur(min(1.736vw, 27.8px));
	z-index: 100;
	transform: translateY(calc(125% + min(2.29vw, 36.64px)));
	opacity: .25;
	transition: .5s ease-out;
}
.subs-links.active {
	opacity: 1;
	transform: translateY(0);
}
.subs-links{
	width: fit-content;
	position: fixed;
    display: flex;
    gap: min(1.11vw, 17.76px);
	right: 0;
    bottom: min(2.29vw, 36.64px);
	left: 0;
	margin: auto;
	border-radius: min(1.389vw, 22.2px);
	background: rgba(0, 0, 0, 0.20);
	padding: min(0.694vw, 11.1px);
	backdrop-filter: blur(min(1.736vw, 27.8px));
	z-index: 100;
}
.subs-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 min(1.39vw, 22.24px);
    height: min(3.06vw, 48.96px);
    border-radius: min(0.69vw, 11.04px);
    border: 2px solid #FFF;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.01);
    color: #FFF;
    font-size: min(1.39vw, 22.24px);
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: 300ms all;
}
.subs-links a:hover{
    background: #FFF !important;
    opacity: 1;
    color: #000 !important;
}



/* Horeca */
.compare-horeca.compare-section {
	padding: 0 2.153vw;
}
@media (min-width: 1600px) {
    .compare-horeca.compare-section {
		padding: 0 34.448px;
	}
}
.compare-horeca-content {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(66deg, rgba(34, 9, 93, 0.94) -0.57%, rgba(39, 53, 132, 0.94) 31.36%, rgba(55, 134, 119, 0.94) 89.4%), #D9D9D9;
    padding: 2.361vw 3.299vw;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8.264vw;
    -moz-column-gap: 8.264vw;
    column-gap: 8.264vw;
    border-radius: 0.972vw;
    margin-top: 14.514vw;
}
@media (min-width: 1600px) {
    .compare-horeca-content {
        padding: 37px 52.78px;
        -webkit-column-gap: 132px;
        -moz-column-gap: 132px;
        column-gap: 132px;
        border-radius: 15px;
        margin-top: 232px
    }
}
.compare-horeca-content::after {
    content: '';
	position: absolute;
	width: 40.069vw;
    height: 26.319vw;
	right: 6.667vw;
	bottom: 0;
	background: center / contain no-repeat url('//s2.vcdn.biz/static/214029901/horeca-football-players.png');
}
@media (min-width: 1600px) {
    .compare-horeca-content::after {
		width: 641px;
		height: 421px;
		right: 106.5px;
	}
}
.compare-horeca-title {
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.017vw;
}
@media (min-width: 1600px) {
    .compare-horeca-title {
        font-size: 35px;
        letter-spacing: 0.272px;
    }
}
.compare-horeca-subtitle {
    color: #fff;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.017vw;
    margin-top: 0.556vw;
}
@media (min-width: 1600px) {
    .compare-horeca-subtitle {
        font-size: 22px;
        letter-spacing: 0.272px;
        margin-top: 8px;
    }
}
.compare-horeca-btn {
	margin-top: 1.667vw;
    height: 3.889vw;
    font-size: 1.25vw;
    border-radius: 0.694vw;
}

@media (min-width: 1600px) {
    .compare-horeca-btn {
		margin-top: 26.6px;
        height: 62px;
        font-size: 20px;
        border-radius: 11px;
	}
}
.compare-sport {
    margin-top: 8.333vw;
}
@media (min-width: 1600px) {
    .compare-sport {
        margin-top: 133px;
    }
}
.compare-sport-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
.compare-sport-content .compare-sport-headline {
    text-align: left;
}
.compare-sport-content .compare-sport-text {
    text-align: left;
    margin-top: 1.389vw;
}
@media (min-width: 1600px) {
    .compare-sport-content .compare-sport-text {
        margin-top: 22px;
    }
}
.compare-sport-content .compare-sport-tariffs {
    margin-top: 2.375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.083vw;
    -moz-column-gap: 2.083vw;
    column-gap: 2.083vw;
}
@media (min-width: 1600px) {
    .compare-sport-content .compare-sport-tariffs {
        margin-top: 38px;
        -webkit-column-gap: 33px;
        -moz-column-gap: 33px;
        column-gap: 33px;
    }
}
.compare-sport-content .compare-sport-sub {
    padding: 1.597vw 0.556vw 2.153vw 1.875vw;
    border-radius: 1.736vw;
    background: linear-gradient(37deg, rgba(27, 35, 35, 0.94) 15.71%, rgba(44, 66, 86, 0.94) 38.12%, rgba(64, 173, 134, 0.94) 77.53%), #22c3b1;
    width: 16.458vw;
}
@media (min-width: 1600px) {
    .compare-sport-content .compare-sport-sub {
        padding: 25.5px 8.8px 34.4px 30px;
        border-radius: 27.7px;
        width: 263.3px;
    }
}
.compare-sport-content .compare-sport-sub:last-child {
    background: linear-gradient(37deg, rgba(29, 35, 27, 0.94) 20.56%, rgba(43, 207, 109, 0.94) 77.53%), #22c3b1;
}
.compare-sport-sub-title {
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
@media (min-width: 1600px) {
    .compare-sport-sub-title {
        font-size: 26px;
    }
}
.compare-sport-sub-description {
    color: #fff;
    font-size: 0.833vw;
    font-weight: 500;
    line-height: 130%;
    margin-top: 0.486vw;
}
@media (min-width: 1600px) {
    .compare-sport-sub-description {
        font-size: 13px;
        margin-top: 7px;
    }
}
.compare-sport-sub-btn {
    font-size: 0.868vw;
	font-weight: 500;
    width: 10.208vw;
    height: 2.431vw;
    margin-top: 1.319vw;
}
@media (min-width: 1600px) {
    .compare-sport-sub-btn {
        font-size: 13px;
        width: 163px;
        height: 38px;
        margin-top: 21px;
    }
}
.compare-sport-logo {
    width: 41.042vw;
}
@media (min-width: 1600px) {
    .compare-sport-logo {
        width: 656.7px;
    }
}
.compare-tv {
    margin-top: 15.278vw;
    padding: 0 11.458vw 0 0;
}
@media (min-width: 1600px) {
    .compare-tv {
        margin-top: 244px;
        padding: 0 183px 0 0;
    }
}
.compare-tv-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.compare-tv-content .compare-tv-column:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.compare-tv-video {
    position: relative;
    width: 53.333vw;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    z-index: 1;
}
@media (min-width: 1600px) {
    .compare-tv-video {
        width: 853.328px;
    }
}
.compare-tv-video video {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.compare-tv-video::after {
    content: "";
    display: block;
    position: absolute;
    width: 53.958vw;
    height: 33.125vw;
    top: -0.4vw;
    right: 0;
    background: center/contain no-repeat url(//s5.vcdn.biz/static/172483231/tv-overlay.png);
    z-index: 30;
}
@media (min-width: 1600px) {
    .compare-tv-video::after {
        width: 863.328px;
        height: 530px;
        top: -6.4px;
    }
}
.compare-tv-headline {
    text-align: left;
}
.compare-tv-text {
    margin-top: 4.097vw;
    text-align: left;
}
@media (min-width: 1600px) {
    .compare-tv-text {
        margin-top: 65px;
    }
}
.compare-tv-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.736vw;
}
@media (min-width: 1600px) {
    .compare-tv-info {
        margin-top: 27px;
    }
}
.compare-tv-item-title {
    color: #85f2e6;
    font-size: 1.944vw;
    font-weight: 500;
    line-height: 90%;
}
@media (min-width: 1600px) {
    .compare-tv-item-title {
        font-size: 31px;
    }
}
.compare-tv-item-title img {
    height: 2.292vw;
}
@media (min-width: 1600px) {
    .compare-tv-item-title img {
        height: 36.5px;
    }
}
.compare-tv-item-subtitle {
    font-size: 1.25vw;
    line-height: 120%;
    margin-top: 0.972vw;
}
@media (min-width: 1600px) {
    .compare-tv-item-subtitle {
        font-size: 20px;
        margin-top: 15.5px;
    }
}
.compare-tv-info .compare-tv-item:last-child .compare-tv-item-title {
    padding: 0.61vw 0;
}
@media (min-width: 1600px) {
    .compare-tv-info .compare-tv-item:last-child .compare-tv-item-title {
        padding: 9.5px 0;
    }
}
.compare-tv-info .compare-tv-item:last-child .compare-tv-item-subtitle {
    margin-top: 0.694vw;
}
@media (min-width: 1600px) {
    .compare-tv-info .compare-tv-item:last-child .compare-tv-item-subtitle {
        margin-top: 11px;
    }
}



/* MBooks */
.mbooks, .mbooks *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.mbooks{
    padding-top: min(10.42vw, 166.72px);
    overflow-x: clip;
}
.mbooks-wrapper{
    position: relative;
    margin: 0 auto;
    width: min(89.1vw, 1425.6px);
    display: flex;
    justify-content: space-between;
}
.mbooks-content{
    min-width: max-content;
    flex-shrink: 0;
}
.mbooks-logo{
    display: block;
    width: min(18.53vw, 296.48px);
    height: min(3.82vw, 61.12px)
}
.mbooks-title{
    margin-top: min(3.82vw, 61.12px);
    color: #FFF;
    font-size: min(3.33vw, 53.28px);
    font-weight: 600;
    line-height: 120%;
}
.mbooks-descr{
    margin-top: min(1.39vw, 22.24px);
    opacity: 0.8;
    color: #FFF;
    font-size: min(1.67vw, 26.72px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.03vw, 0.48px);
}
.mbooks-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: min(2.78vw, 44.48px);
    width: min(17.5vw, 280px);
    height: min(3.89vw, 62.24px);
    border-radius: min(0.69vw, 11.04px);
    background: #fff;
    color: #000 !important;
    font-size: min(1.25vw, 20px);
    font-weight: 500;
    line-height: 133.333%;
    transition: 300ms all;
}
.mbooks-btn:hover{
    color: #000 !important;
    background-color: #c4c4c4 !important;
}
.mbooks-ligal{
    margin-top: min(1.39vw, 22.24px);
    opacity: 0.8;
    color: #FFF;
    font-size: min(0.97vw, 15.52px);
    font-weight: 450;
    line-height: 120%;
}
.mbooks-img{
    display: block;
    width: min(53.96vw, 863.36px);
    height: min(51.46vw, 823.36px);
    margin-right: max(-4.72vw, -75.52px);
    margin-top: max(-9.1vw, -145.6px);
    margin-bottom: max(-13.89vw, -222.24px);
    flex-shrink: 0;
}



/* MChannels */
.compare-mchannels {
    margin-top: 15.278vw;
    padding-right: 7.986vw;
}
@media (min-width: 1600px) {
    .compare-mchannels {
        margin-top: 244px;
        padding-right: 127.8px;
    }
}
.compare-mchannels-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.compare-mchannels-headline {
    text-align: left;
}
.compare-mchannels-text {
    text-align: left;
    margin-top: 1.389vw;
}
@media (min-width: 1600px) {
    .compare-mchannels-text {
        margin-top: 22px;
    }
}
.compare-mchannels-video video {
    width: 37.222vw;
}
@media (min-width: 1600px) {
    .compare-mchannels-video video {
        width: 596px;
    }
}



/* Reviews */
.compare-reviews{
    width: 100%;
    box-sizing: border-box;
    margin-top: min(15.278vw, 244px);
}
.compare-reviews-texts{
    padding-top: min(8.89vw, 142.24px)
}
.compare-reviews-headline, .compare-reviews-text{
    text-align: left;
}
.compare-reviews-text{
    margin-top: min(1.39vw,22.24px);
    letter-spacing: min(0.03vw,0.48px);
    opacity: 0.8;
}
.compare-reviews-content{
    display: flex;
    justify-content: space-between;
}
.compare-reviews-image{
    display: flex;
    position: relative;
}
.compare-reviews-image:before{
    content: '';
    position: absolute;
    top: min(8.68vw,138.88px);
    right: min(10.07vw, 161.12px);
    width: min(35.21vw,563.36px);
    height: min(15.38vw,246.08px);
    border-radius: min(35.21vw,563.36px);
    background: linear-gradient(90deg, rgba(16, 240, 215, 0.70) 0%, rgba(18, 130, 243, 0.70) 100%);
    filter: blur(min(12.16vw,194.56px));
    z-index: 0;
}
.compare-reviews-image img{
    display: block;
    width: min(51.74vw,827.84px);
    height: min(35.8vw,572.8px);
    z-index: 1;
}



/* Devices */
.compare-devices {
	background: center 5vw / 100% auto no-repeat url('//s7.vcdn.biz/static/184079661/mgg-image.webp');
	padding-bottom: 4.931vw;
    margin-top: 15.278vw;
}
@media (min-width: 1600px) {
    .compare-devices {
		background-position: center 80px;
		padding-bottom: 78px;
        margin-top: 244px;
    }
}
.compare-devices-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.compare-devices-img {
    display: block;
    width: 64.375vw;
    margin: 0 auto;
}
@media (min-width: 1600px) {
    .compare-devices-img {
        width: 1030px;
    }
}
.compare-devices .compare-headline {
    margin-top: -1vw;
}
@media (min-width: 1600px) {
    .compare-devices .compare-headline {
        margin-top: -16px;
    }
}
.compare-devices .compare-text {
    margin-top: 1.389vw;
}
@media (min-width: 1600px) {
    .compare-devices .compare-text {
        margin-top: 22px;
    }
}
.compare-devices-btn {
	margin-top: min(2.778vw, 44.4px);
	font-size: min(1.25vw, 20px);
	width: min(17.5vw, 280px);
	height: min(3.889vw, 62.2px);
	border-radius: min(0.694vw, 11.1px);
}
.compare-devices-icons {
    display: block;
    width: 43.958vw;
    margin: 3vw auto 0;
}
@media (min-width: 1600px) {
    .compare-devices-icons {
        width: 703px;
        margin: 48px auto 0;
    }
}
.compare-devices-ligal {
	font-size: 0.972vw;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.017vw;
	text-align: center;
	opacity: .7;
	margin-top: 3.472vw;
}
@media (min-width: 1600px) {
    .compare-devices-ligal {
		font-size: 15.6px;
		letter-spacing: 0.3px;
		margin-top: 55.6px;
	}
}




#toTopBtn{
    cursor: pointer;
    appearance: none;
    outline: none;
    border: none;
    position: fixed;
    right: min(4.65vw, 74.4px);
    bottom: min(4.65vw, 74.4px);
    z-index: 1081;
    height: min(4.44vw, 71.04px);
    padding: 0 min(2.22vw, 35.52px);
    display: none;
    align-items: center;
    justify-content: center;
    gap: min(0.69vw, 11.04px);
    color: #FFF;
    font-size: min(1.25vw, 20px);
    font-weight: 500;
    line-height: 133.333%;
    border-radius: min(0.69vw, 11.04px);
    background: rgba(255, 255, 255, 0.20);
    transition: 300ms all;
}
#toTopBtn.visible{
    display: flex;
}
#toTopBtn:hover{
    background: rgba(255, 255, 255, 0.50);
}
#toTopBtn svg{
    width: min(2.22vw, 35.52px);
    height: min(2.22vw, 35.52px);
}

@media (min-width: 1600px){
    #toTopBtn{
        right: unset;
        left: calc(50% + 733px);
        transform: translateX(-100%);        
    }
}



/* Without light */
.compare-without{
    padding-top: min(10.42vw, 166.72px);
    position: relative;
}
.compare-without-gradient{
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, rgba(16, 240, 215, 0.70) 0%, rgba(18, 130, 243, 0.70) 100%);
    filter: blur(min(12.16vw, 194.56px));
    width: min(48.13vw, 770.08px);
    height: min(25.42vw, 406.72px);
    top: min(11.88vw, 190.08px);
    right: max(-5.07vw, -81.12px);
    pointer-events: none;
    user-select: none;
}
.compare-without-wrapper{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: min(5.83vw, 93.28px);
}
.compare-without-l{
    position: relative;
}
.compare-without-img{
    display: block;
    width: min(37.99vw, 607.84px);
    height: auto;
}
.compare-without-video{
    position: absolute;
    top: min(12.57vw, 201.12px);
    right: min(29.51vw, 472.16px);
    width: min(16.53vw, 264.48px);
    height: auto;
    z-index: 1;
    border-radius: min(2.78vw, 44.48px);
}
.compare-without-phone{
    z-index: 2;
    width: min(16.81vw, 268.96px);
    height: auto;
    right: min(29.31vw, 468.96px);
}
.compare-without-r{
    width: min(45.9vw, 734.4px);
}
.compare-without-h2{
    margin-top: min(5.21vw, 83.36px);
    margin-bottom: 0;
    font-size: min(3.33vw, 53.28px);
    font-weight: 600;
    line-height: 120%;
}
.compare-without-descr{
    margin-top: min(1.39vw, 22.24px);
    opacity: 0.8;
    font-size: min(1.67vw, 26.72px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.01vw, 0.16px);
}
.compare-without-dev{
    margin-top: min(3.06vw, 48.96px);
}
.compare-without-dev-title{
    font-size: min(1.39vw, 22.24px);
    font-weight: 450;
    line-height: 120%;
    margin: 0;
}
.compare-without-dev-apps{
    margin-top: min(0.69vw, 11.04px);
    display: flex;
    gap: min(0.63vw, 10.08px);
}
.compare-without-dev-app{
    display: flex;
    gap: min(0.56vw, 8.96px);
    align-items: center;
    justify-content: center;
    width: min(10.28vw, 164.48px);
    height: min(3.06vw, 48.96px);
    transition: 300ms all;
    border-radius: min(0.56vw, 8.96px);
    border: min(0.08vw, 1.28px) solid #FFF;
    background: #000;
}
.compare-without-dev-app:first-child svg{
    width: min(1.55vw, 24.8px);
    height: min(1.73vw, 27.68px);
}
.compare-without-dev-app:nth-child(2) svg{
    width: min(1.34vw, 21.44px);
    height: min(1.63vw, 26.08px);
}
.compare-without-dev-app:hover{
    opacity: 0.8;
}
.compare-without-app-content{
    display: flex;
    flex-direction: column;
    gap: min(0.14vw, 2.24px);
}
.compare-without-dev-apps-subtitle{
    color: rgba(255, 255, 255, 0.50);
    font-size: min(0.69vw, 11.04px);
    font-weight: 450;
    line-height: 86.632%;
    letter-spacing: max(-0.01vw,-0.16px);
}
.compare-without-dev-apps-name{
    color: #FFF;
    font-size: min(1.11vw, 17.76px);
    font-weight: 500;
    line-height: 88.393%;
    letter-spacing: max(-0.02vw, -0.32px);
}
.compare-without-ligal{
    margin-top: min(3.47vw, 55.52px);
    opacity: 0.7;
    font-size: min(0.83vw, 13.28px);
    font-weight: 450;
    line-height: 166.667%;
    letter-spacing: min(0.02vw, 0.32px);
}

/* discount new */
.compare-devices-discount{
    text-align: center;
    font-size: min(17.18vw, 274.88px);
    font-weight: 600;
    line-height: 110%;
    letter-spacing: max(-0.03vw, -0.48px);
    margin-top: min(11.25vw, 180px);
}

.compare-devices{
    margin-top: min(6.67vw, 106.72px);
    background-image: url(//s5.vcdn.biz/static/225696631/kinotv-bg.svg);
}

.compare-devices .compare-text{
    margin-top: min(0.9vw, 14.4px);
}
.compare-devices-btn{
    margin-top: min(1.46vw, 23.36px);
}
.compare-devices-ligal{
    font-size: min(0.83vw, 13.28px);
    line-height: 166.667%;
    letter-spacing: min(0.02vw, 0.32px);
    margin-top: min(2.99vw, 47.84px);
}



/* sports new */
.compare-sports{
    margin-top: min(10.42vw, 166.72px);
}
.compare-sports-main, .compare-sports-translation{
    border-radius: min(2.22vw, 35.52px);
    background: rgba(255, 255, 255, 0.08);
    padding: min(4.44vw, 71.04px);
    width: min(88.89vw, 1422.24px);
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
}
.compare-sports-translation{
    padding: min(4.44vw, 71.04px) min(5vw, 80px) min(4.44vw, 71.04px) min(45vw, 720px);
    margin-top: min(1.67vw, 26.72px);
}
.compare-sports-img{
    display: block;
    position: absolute;
    right: min(3.82vw, 61.12px);
    top: 0;
    width: min(36.11vw, 577.76px);
    height: min(35.14vw, 562.24px);
}
.sports-translation-img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: min(45.49vw, 727.84px);
    height: min(26.04vw, 416.64px);
}
.compare-sports-main .compare-headline{
    text-align: left;
    margin-top: 0;
    margin: 0;
    line-height: 110%;
}
.compare-sports-lists{
    margin-top: min(1.67vw, 26.72px);
    display: flex;
    gap: min(2.64vw, 42.24px);
}
.compare-sports-list{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    gap: min(0.49vw, 7.84px);
    margin: 0;
}
.compare-sports-li{
    padding-left: min(2.78vw, 44.48px);
    position: relative;
    font-size: min(1.67vw, 26.72px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.03vw, 0.48px);
}
.compare-sports-li:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: min(2.08vw, 33.28px);
    height: min(2.08vw, 33.28px);
    background: top left/cover no-repeat url('//s2.vcdn.biz/static/229957291/white-check.png');
}
.compare-sports-btn{
    margin-top: min(2.78vw, 44.48px);
    width: min(17.5vw, 280px);
    height: min(3.89vw, 62.24px);
    border-radius: min(0.69vw, 11.04px);
    font-size: min(1.25vw, 20px);
    font-weight: 500;
    line-height: 133.333%;
}
.compare-sports-note{
    display: block;
    margin-top: min(1.67vw, 26.72px);
    margin-bottom: 0;
    opacity: 0.8;
    font-size: min(1.39vw, 22.24px);
    font-weight: 450;
    line-height: normal;
}

.sports-translation-subheading{
    margin: 0;
    font-size: min(1.67vw, 26.72px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.03vw, 0.48px);
}
.compare-sports-translation .compare-headline{
    text-align: left;
    margin: min(1.11vw, 17.76px) 0 0 0;
    line-height: 110%;
}


/* Features */

.compare-features{
    margin: min(10.42vw, 166.72px) auto auto auto;
    width: min(100vw, 1600px) !important;
}
.compare-features .compare-headline{
    margin: 0;
}
.compare-fearures-slider{
    margin-top: min(4.58vw, 73.28px);
    padding-left: min(5.69vw, 91.04px);
    padding-right: min(5.69vw, 91.04px);
}
.features-card{
    height: min(47.57vw, 761.12px);
    border-radius: min(3.47vw, 55.52px);
    padding: min(5vw, 80px) min(2.78vw, 44.48px) min(4.72vw, 75.52px) min(3.54vw, 56.64px);
    cursor: pointer;
}
.features-title{
    margin: 0;
    font-size: min(2.64vw, 42.24px);
    font-weight: 500;
    line-height: 120%;
}
.features-text{
    margin-top: min(1.39vw, 22.24px);
    margin-bottom: 0;
    font-size: min(1.53vw, 24.48px);
    font-weight: 450;
    line-height: 130%;
    letter-spacing: min(0.03vw, 0.48px);
}
.features-more{
    display: flex;
    width: fit-content;
    appearance: none;
    color: #22C3B1 !important;
    font-size: min(1.53vw, 24.48px);
    font-weight: 450;
    line-height: 130%;
    letter-spacing: min(0.03vw, 0.48px);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: none;
    border: none;
    margin-top: min(2.78vw, 44.48px);
    padding: 0;
    transition: 300ms all;
}
.features-more:hover{
    color: #6fd8cc !important;
}
.features-img{
    display: block;
    height: auto;
    user-select: none;
}
.features-devices .features-img{
    width: min(32.77vw, 524.32px);
    height: auto;
    margin-top: min(0.63vw, 10.08px);
}
.features-pause{
    overflow: hidden;
}
.features-row{
    display: flex;
    gap: min(1.18vw, 18.88px);
    margin-top: min(1.67vw, 26.72px);
    width: max-content;
}
.features-col{
    display: flex;
    align-items: center;
    gap: min(0.57vw, 9.12px);
}
.features-col span:first-child{
    display: block;
    color: #85F2E6;
    font-size: min(1.78vw, 28.48px);
    font-weight: 500;
    line-height: 85.714%;
}
.features-col span:nth-child(2){
    font-size: min(1.53vw, 24.48px);
    font-weight: 400;
    line-height: 120%;
}
.features-col span svg{
    width: min(4.38vw, 70.08px);
    height: min(2.5vw, 40px);
    display: block;
}


.features-offline .features-img{
    width: min(44.58vw, 713.28px);
    margin-left: max(-6.18vw, -98.88px);
}


.features-mchannels .features-img{
    width: min(32.95vw, 527.2px);
    margin-top: min(3.72vw, 59.52px);
    margin-left: max(-0.69vw, -11.04px);
}

.reviews-card{
    padding: min(5vw, 80px) min(3.47vw, 55.52px) min(7.36vw, 117.76px) min(3.47vw, 55.52px);
    height: min(47.57vw, 761.12px);
    border-radius: min(3.47vw, 55.52px);
}
.reviews-card .features-img {
    margin-top: min(5.8vw, 92.8px);
    margin-left: min(5.97vw, 95.52px);
    width: min(19.79vw, 316.64px);
}

.feature-popups{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    z-index: 1082;
    padding-top: min(3.47vw, 55.52px);
    padding-bottom: min(3.47vw, 55.52px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.feature-popups.is-active {
    opacity: 1;
    pointer-events: auto;
}
.feature-popup-overflow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(min(1.53vw, 24.48px));
}
.feature-extended{
    position: relative;
    width: min(86.11vw, 1377.76px);
    transition: 500ms all;
    border-radius: min(3.47vw, 55.52px);
    display: none;
    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feature-extended.is-active {
    display: block;
    animation: slideUp 0.5s forwards; 
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.close-feature {
    position: absolute;
    top: min(3.13vw, 50.00px);
    right: min(2.92vw, 46.67px);
    width: min(4.17vw, 66.67px);
    height: min(4.17vw, 66.67px);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.20);
    cursor: pointer;
    border: none;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    appearance: none;
}
.close-feature svg {
    width: min(2.78vw, 44.44px);
    height: min(2.78vw, 44.44px);
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1.4); 
    will-change: transform;
}
.close-feature:hover svg{
    transform: rotate(180deg);
}
.close-feature:hover svg path {
    fill-opacity: 0.8;
}
.feature-extended-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    border-radius: min(3.47vw, 55.52px);
    z-index: 0;
}
.feature-extended-content{
    position: relative;
    z-index: 2;
    padding: min(6.25vw, 100px) 0 min(2.78vw, 44.48px) 0;
}
.feature-extended-h2{
    text-align: center;
    font-size: min(3.33vw, 53.28px);
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
.feature-text{
    margin-top: min(1.39vw, 22.24px);
    font-size: min(1.53vw, 24.48px);
    font-weight: 450;
    line-height: 130%;
    letter-spacing: min(0.03vw, 0.48px);
}
.feature-extended-block{
    display: flex;
    justify-content: space-between;
    margin-top: min(7.71vw, 123.36px);
    position: relative;
    padding: 0 min(3.47vw, 55.52px);
}
.feature-ext-img{
    display: block;
    width: min(40.87vw, 653.92px);
    height: auto;
    margin-right: max(-3.47vw, -55.52px);
    position: relative;
    z-index: 1;
}
.feature-extended-block--rev{
    margin-right: 0;
    margin-left: max(-3.47vw, -55.52px);
}
.feature-extended-block-l{
    align-self: center;
    width: min(37.15vw, 594.4px);
}
.feature-extended-subtitle{
    font-size: min(2.78vw, 44.48px);
    font-weight: 500;
    line-height: 110%;
    margin-top: min(2.08vw, 33.28px);
    margin-bottom: 0;
}
.feature-extended-block .feature-text {
    margin-top: min(1.04vw, 16.64px);
    margin-bottom: 0;
}
.feature-list{
    margin-top: min(2.08vw, 33.28px);
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: min(0.69vw, 11.04px);
}
.feature-list li{
    display: flex;
    align-items: center;
    gap: min(0.42vw, 6.72px);
    font-size: min(1.53vw, 24.48px);
    font-weight: 450;
    line-height: 130%;
    letter-spacing: min(0.03vw, 0.48px);
}
.feature-extended-block-r{
    position: relative;
    display: flex;
}
.feature-less{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(0.83vw, 13.28px);
    font-size: min(1.53vw, 24.48px);
    font-weight: 450;
    line-height: 130%;
    letter-spacing: min(0.03vw, 0.48px);
    margin-top: min(7.29vw, 116.64px);
    position: relative;
    z-index: 1;
    transition: 300ms opacity;
    appearance: none;
    border: none;
    outline: none;
    background: none;
}
.feature-less svg{
    width: min(1.6vw, 25.6px);
    height: min(0.9vw, 14.4px);
}
.feature-less:hover{
    opacity: 0.75;
}


/* Card 1 */
.feature-devices .feature-main-l{
    width: min(38.19vw, 611.04px);
}
.dev-number{
    margin-top: min(10.56vw, 168.96px);
}
.dev-history{
    margin-top: min(10.42vw, 166.72px);
}
.dev-number .feature-ext-img{
    width: min(36.08vw, 577.28px);
}
.dev-number .feature-extended-subtitle{
    margin-top: 0;
}
.dev-history .feature-ext-img{
    width: min(42.29vw, 676.64px);
}
.dev-history .feature-extended-block-l{
    align-self: start;
    margin-top: min(0.83vw, 13.28px);    
}



/* Card 2 */

.record-programm{
    margin-top: min(3.75vw, 60px);
}
.record-nav{
    margin-top: min(11.67vw, 186.72px);
    margin-bottom: min(8.4vw, 134.4px);
}
.record-panel .feature-ext-img{
    width: min(37.15vw, 594.4px);
    margin-left: min(2.22vw, 35.52px);
    margin-top: max(-3.4vw, -54.4px);
}
.record-programm .feature-ext-img{
    width: min(34.06vw, 544.96px);
    margin-right: max(-0.42vw, -6.72px);
}
.record-nav .feature-ext-img{
    width: min(32.36vw, 517.76px);
}
.record-panel .feature-extended-block-l{
    align-self: start;
    margin-top: max(-1.32vw, -21.12px);
}
.record-programm .feature-extended-subtitle{
    margin-top: 0;
}
.record-nav .feature-extended-subtitle{
    margin-top: min(2.99vw, 47.84px);
}
.feature-record .feature-extended .feature-text{
    margin-top: min(1.39vw, 22.24px);
}



/* Card 9 */
.feature-offline .feature-dev-img {
    width: min(46.18vw, 738.88px);
    margin-right: max(-4.31vw, -68.96px);
    margin-top: min(0.14vw, 2.24px);
}
.offline-block {
    margin-top: min(6.53vw, 104.48px);
    margin-bottom: max(-11.32vw, -181.12px);
}
.offline-block .feature-extended-block-l{
    align-self: start;
    margin-top: max(-1.39vw, -22.24px);
}
.offline-block .feature-ext-img{
    width: min(45.59vw, 729.44px);
    margin-left: max(-3.47vw, -55.52px);
}
.offline-block .feature-list{
    margin-top: min(1.53vw, 24.48px);
    margin-left: min(0.49vw, 7.84px); 
    gap: 0; 
}
.offline-block .feature-list li{
    align-items: flex-start;
}


/* Card 5 */

.feature-m-playlist .feature-dev-img{
    width: min(39.22vw, 627.52px);
    margin-top: min(8.19vw, 131.04px);
    margin-right: max(-3.75vw, -60px);
}
.mchannels-block{
    margin-top: min(3.13vw, 50.08px);
    margin-bottom: max(-0.69vw, -11.04px)
}
.mchannels-block .feature-ext-img{
    width: min(38.68vw, 618.88px);
}
.mchannels-block .feature-extended-block-l{
    align-self: start;
    margin-top: min(1.74vw, 27.84px);
}
.feature-list-with-dots{
    margin-top: min(1.39vw, 22.24px);
    gap: 0;
    padding-left: min(0.76vw, 12.16px);
}
.feature-list-with-dots li:before{
    content: '';
    display: block;
    width: min(0.42vw, 6.72px);
    height: min(0.42vw, 6.72px);
    background-color: #fff;
    border-radius: 50%;
    margin-right: min(0.69vw, 11.04px);
}
.compare-fearures-slider:after{
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: min(18.19vw, 291.04px);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 10;
    user-select: none;
    pointer-events: none;
}
.compare-features .swiper-button-disabled{
    display: none;
}
.feature-arrow{
    position: absolute;
    top: 50%;
    right: min(6.04vw, 96.64px);
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
    transition: 300ms opacity;
}
.feature-arrow:hover{
    opacity: 0.6;
}
.feature-arrow svg{
    width: min(2.78vw, 44.48px);
    height: min(2.78vw, 44.48px);
    display: block;
}
.feature-prev{
    right: unset;
    left: min(6.04vw, 96.64px);
}
.feature-prev svg{
    transform: rotate(180deg);
}

.feature-notes{
    margin-top: min(1.04vw, 16.64px);
    color: rgba(255, 255, 255, 0.60);
    font-size: min(0.97vw, 15.52px);
    font-weight: 450;
    line-height: 130%;
    letter-spacing: min(0.03vw, 0.48px);
}