.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: 24vw;
    max-width: 1600px;
}
@media (min-width: 1600px) {
    .compare-films {
        margin-top: 384px;
    }
}
.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 {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.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;
    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;
}



/* Alacarte */
.compare-alacarte {
	margin-top: min(12.5vw, 200px);
}
.compare-alacarte-header {
	display: flex;
	justify-content: space-between;
}
.compare-alacarte-headline {
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: min(2.222vw, 35.6px);
	font-weight: 500;
	line-height: 110%;
	letter-spacing: min(0.017vw, 0.3px);
}
.compare-alacarte-text {
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: min(1.389vw, 22.2px);
	font-weight: 450;
	line-height: 120%;
	letter-spacing: min(0.017vw, 0.3px);
	margin-top: min(0.556vw, 8.9px);
}
.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;
}
.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: #f60;
}
.alacarteSwiper {
	width: 100%;
	height: 100%;
	padding-left: min(5.486vw, 87.8px);
	margin-top: min(2.292vw, 36.7px);
}
.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 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: min(28.264vw, 452.2px);
	height: min(19.444vw, 311.1px);
	padding: min(2.083vw, 33.3px);
	border-radius: min(1.389vw, 22.2px);
	background: #1F1F1F;
}
.alacarteSwiper-card.age-restriction {
	position: relative;
}
.alacarteSwiper-card.age-restriction * {
	position: relative;
	z-index: 3;
}
.alacarteSwiper-card.age-restriction::after {
	content: '';
	position: absolute;
	top: min(2.083vw, 33.3px);
	right: min(2.083vw, 33.3px);
	z-index: 1;
	width: min(4.028vw, 64.4px);
	height: min(3.125vw, 50px);
	background: center / contain no-repeat url(//s4.vcdn.biz/static/213155391/18.svg);
}
.alacarteSwiper-card-name {
	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%;
}
.alacarteSwiper-card-name img {
	height: 100%;
}
.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%;
}



/* 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;
    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;
    }
}

.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-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;
	}
}
.compare-mchannels {
    margin-top: 15.278vw;
    padding-right: 4.861vw;
}
@media (min-width: 1600px) {
    .compare-mchannels {
        margin-top: 244px;
        padding-right: 77px;
    }
}
.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;
    }
}