.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) 0 auto;
    max-width: 1600px;
}
.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: 45px;
    right: 42px;
    width: 60px;
    height: 60px;
    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: 40px;
    height: 40px;
    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: 262px;
    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: 87px;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
    transition: 300ms opacity;
}
.feature-arrow:hover{
    opacity: 0.6;
}
.feature-prev{
    right: unset;
    left: 87px;
}
.feature-prev svg{
    transform: rotate(180deg);
}