.compare {
	background: #000;
}
.compare * {
	color: #fff;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga' off, 'clig' off;
	line-height: 100%;
}
.compare-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(3.125vw, 50px);
	background: #FFF;
	color: #000 !important;
	font-size: min(1.111vw, 17.8px);
	font-weight: 500;
	border-radius: min(0.694vw, 11.1px);
	line-height: 120%;
	transition: .35s;
}
.compare-btn:hover {
	background: #ececec;
}



/* Index */
.compare-index {
	background-position: center -12.5vw;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: min(10.417vw, 166.7px);
}
@media (min-width: 1600px) {
	.compare-index {
		background-position: center -200px;
	}
}
.compare-index-wrapper {
	padding-top: min(3.681vw, 58.9px);
}
.compare-index-headline {
	text-align: center;
	font-size: min(4.167vw, 66.7px);
	font-weight: 500;
	line-height: 120%;
}
.compare-index-subheadline {
	text-align: center;
	font-size: min(2.222vw, 35.6px);
	font-weight: 400;
	line-height: 120%;
	margin-top: min(0.972vw, 15.6px);
}
.compare-subs {
	display: flex;
	justify-content: center;
	column-gap: min(1.389vw, 22.2px);
	margin-top: min(1.736vw, 27.8px);
}
.compare-subs-item {
	position: relative;
	width: min(25.694vw, 411.1px);
	border-radius: min(0.694vw, 11.1px);
	background: #1A1A1A;
	padding: min(6.597vw, 105.6px) 0 min(0.63vw, 10.08px) min(1.563vw, 25px);
	box-shadow: min(0vw, 0px) min(0.278vw, 4.4px) min(0.278vw, 4.4px) min(0vw, 0px) rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.compare-subs-item.top-sales {
	background: linear-gradient(180deg, rgba(25, 0, 59, 0.00) 0%, rgba(25, 0, 59, 0.80) 100%), linear-gradient(86deg, rgba(5, 171, 154, 0.75) 26.24%, rgba(5, 171, 154, 0.00) 94.27%), linear-gradient(180deg, rgba(0, 15, 13, 0.00) -27.92%, #47028C -3.7%, #6110B2 107.36%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #111;
}
.compare-subs-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: left / auto 100% no-repeat url(//s5.vcdn.biz/static/211182511/card-bg.svg);
}
.compare-subs-item.top-sales::before {
	background: left / auto 100% no-repeat url(//s4.vcdn.biz/static/211182501/gradient-card-bg.svg);
}
.compare-subs-item.top-sales::after {
	content: 'BESTSELLER';
	position: absolute;
	top: min(3.681vw, 58.9px);
	left: min(1.528vw, 24.4px);
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(1.667vw, 26.7px);
	padding: 0 min(0.615vw, 9.8px);
	border-radius: min(0.154vw, 2.5px);
	background: #F1F1F1;
	backdrop-filter: blur(min(0.347vw, 5.6px));
	color: #000;
	text-align: center;
	font-size: min(0.842vw, 13.5px);
	font-weight: 500;
	line-height: normal;
	z-index: 4;
}
.compare-subs-item * {
	position: relative;
	z-index: 3;
}
.compare-subs-item-name {
	font-size: min(1.944vw, 31.1px);
	font-weight: 500;
	line-height: 120%;
}
.compare-subs-item-num {
	display: flex;
	column-gap: min(1.875vw, 30px);
	max-width: min(18.056vw, 288.9px);
    flex-wrap: wrap;
    row-gap: min(1.11vw, 17.76px);
	height: min(10.14vw, 162.24px);
}
.compare-subs-item-num div {
	display: flex;
	flex-direction: column;
	row-gap: min(0.069vw, 1.1px);
	margin-top: min(2.778vw, 44.4px);
}
.compare-subs-item-num div:nth-child(3){
	margin-top: 0;
}
.compare-subs-item-num div span:first-child {
	font-size: min(1.667vw, 26.7px);
	font-weight: 500;
	line-height: 110%;
	letter-spacing: max(-0.031vw, -0.5px);
}
.compare-subs-item-num div span:last-child {
	font-size: min(1.111vw, 17.8px);
	font-weight: 450;
	line-height: 110%;
}
.compare-subs-item-text {
	font-size: min(1.111vw, 17.8px);
	font-weight: 450;
	line-height: 120%;
	opacity: 0.7;
	margin-top: min(1.111vw, 17.8px);
}
.compare-subs-item-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(18.056vw, 288.9px);
}
.compare-subs-item-btn {
	width: 100%;
	margin-top: min(2.778vw, 44.4px);
}
.compare-subs-item-price {
	display: flex;
	column-gap: min(0.417vw, 6.7px);
	margin-top: min(2.667vw, 10px);
}
.compare-subs-item-price span:first-child,
.compare-subs-item-price span:last-child { 
	font-size: min(1.25vw, 20px);
	font-weight: 450;
	letter-spacing: min(0.033vw, 0.5px);
}
.compare-subs-item-price span:nth-child(1) {
	line-height: normal;
	align-self: end;
	padding-bottom: min(0.278vw, 4.4px);
}
.compare-subs-item-price span:nth-child(2) {
	font-size: min(2.917vw, 46.7px);
	font-weight: 450;
	line-height: 110%;
	letter-spacing: min(0.018vw, 0.3px);
}
.compare-subs-item-price span:nth-child(3) {
	line-height: 120%;
}
.compare-subs-item-try {
	text-align: center;
	font-size: min(1.111vw, 17.8px);
	font-weight: 450;
	line-height: normal;
	letter-spacing: min(0.031vw, 0.5px);
	opacity: .7;
	margin-top: min(0.347vw, 5.6px);
}
.compare-subs-item-link {
	color: #fff !important;
	text-align: center;
	font-size: min(1.111vw, 17.8px);
	font-weight: 500;
	line-height: 120%;
	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;
	opacity: .8;
	transition: .35s;
	margin-top: min(0.347vw, 5.6px);
}
.compare-subs-item-link:hover {
	opacity: 1;
}
.compare-index-more {
	width: fit-content;
	position: relative;
	padding-right: min(1.806vw, 28.9px);
	margin: min(2.014vw, 32.2px) auto 0;
	cursor: pointer;
}
.compare-index-more span {
	font-size: min(1.25vw, 20px);
	font-weight: 500;
	line-height: normal;
	letter-spacing: min(0.031vw, 0.5px);
}
.compare-index-more.active span:first-child {
	display: none;
}
.compare-index-more.active span:last-child {
	display: inline;
}
.compare-index-more span:last-child {
	display: none;
}
.compare-index-more::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: min(1.25vw, 20px);
	height: 100%;
	background: center / contain no-repeat url('//s2.vcdn.biz/static/211119391/arrow.svg');
	transition: .35s;
}
.compare-index-more.active::after {
	transform: scaleY(-1);
}



/* Animated tiles */
.compare-subs-item:hover .animated-tiles div {
	animation-play-state: running;
}
.animated-tiles.paused div {
	animation-play-state: paused;
}
.animated-tiles {
	position: absolute;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
	top: 0;
	right: max(-1.875vw, -30px);
	z-index: 1;
}
.animated-tiles * {
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}
.animated-tiles div {
    display: flex;
	flex-direction: column;
    width: max-content;
    -webkit-animation: anim-running-tiles 60s linear infinite;
    animation: anim-running-tiles 60s linear infinite;
}
.animated-tiles img {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	width: min(16.042vw, 256.7px);
    height: min(64.583vw, 1033.3px);
    object-fit: cover;
}
.animated-tiles img:not(:first-child) {
    margin-top: min(0.208vw, 3.3px);
}
@-webkit-keyframes anim-running-tiles {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
@keyframes anim-running-tiles {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}



/* Blik */
.compare-blik {
	display: flex;
	justify-content: space-between;
	background: #101010;
	width: min(79.861vw, 1277.8px);
	border-radius: min(0.694vw, 11.1px);
	padding-right: min(12.46vw, 199.4px);
	margin: min(1.736vw, 27.8px) auto 0;
}
.compare-blik-content {
	padding: min(0.625vw, 10px) 0 min(0.625vw, 10px) min(9.792vw, 156.7px);
}
.compare-blik-title {
	font-size: min(1.944vw, 31.1px);
	font-weight: 500;
	line-height: 120%;
}
.compare-blik-text {
	font-size: min(1.25vw, 20px);
	font-weight: 450;
	line-height: 120%;
	margin-top: min(0.417vw, 6.7px);
}
.compare-blik-img {
	height: 100%;
	display: flex;
}
.compare-blik-logo {
	display: block;
	width: min(8.403vw, 134.4px);
}
.compare-blik-megogosha {
	display: block;
	width: min(10.665vw, 170.6px);
	margin-left: min(3.958vw, 63.3px);
	transform: translateY(22%);
}



/* Partners */
.compare-partners-headline {
	color: #FFF;
	font-size: min(1.944vw, 31.1px);
	font-weight: 500;
	line-height: 120%;
	text-align: center;
}
.compare-partners a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: min(2.778vw, 44.4px) auto 0;
}
.compare-partners-img {
	width: min(55.139vw, 882.2px);
}



/* Fame */
.indentation {
	padding-top: min(10.417vw, 166.7px);
	transition: .4s;
}
.compare-fame {
	padding-top: min(10.417vw, 166.7px);
}
.compare-fame-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(5.379vw, 86.1px);
}
.compare-fame-img {
	position: relative;
	display: block;
	width: min(35.918vw, 574.7px);
	z-index: 2;
}
.compare-fame-wrapper::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: min(15.556vw, 248.9px);
	margin: auto;
	width: min(27.986vw, 447.8px);
	height: min(13.125vw, 210px);
	border-radius: min(27.986vw, 447.8px);
	background: #6C1BFF;
	filter: blur(min(5.391vw, 86.3px));
	z-index: 1;
}
.compare-fame-content {
	padding-bottom: min(0.347vw, 5.6px);
}
.compare-fame-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: min(2.222vw, 35.6px);
	padding: 0 min(0.417vw, 6.7px);
	background: #FFF;
	border-radius: min(0.208vw, 3.3px);
	color: #000;
	text-align: center;
	font-size: min(1.25vw, 20px);
	font-weight: 500;
	line-height: 130%;
	letter-spacing: min(0.01vw, 0.2px);
}
.compare-fame-headline {
	color: #FFF;
	font-size: min(2.5vw, 40px);
	font-weight: 500;
	line-height: 120%;
	margin-top: min(1.667vw, 26.7px);
}
.compare-fame-headline span {
	color: #35C8B6;
	font-size: min(3.194vw, 51.1px);
}
.compare-fame-ligal {
	color: #fff;
	font-size: min(0.972vw, 15.6px);
	font-weight: 500;
	line-height: 120%;
	opacity: .7;
	margin-top: min(1.667vw, 26.7px);
}



/* Discount */
.compare-discount {
	background: top center / cover no-repeat url(//s4.vcdn.biz/static/211295451/mgg-bg.webp);
	margin-top: min(13.889vw, 222.2px);
}
.compare-discount-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: min(5.278vw, 84.4px) 0 min(1.528vw, 24.4px);
}
.compare-discount-wrapper * {
	text-align: center;
}
.compare-discount-num {
	font-size: min(17.183vw, 274.9px);
	font-weight: 600;
	line-height: 110%;
	letter-spacing: max(-0.028vw, -0.4px);
}
.compare-discount-headline {
	font-size: min(3.333vw, 53.3px);
	font-weight: 500;
	line-height: 110%;
}
.compare-discount-btn {
	width: min(15.833vw, 253.3px);
	margin-top: min(0.972vw, 15.6px);
}
.compare-discount-ligal {
	font-size: min(0.972vw, 15.6px);
	font-weight: 450;
	line-height: 142.857%;
	letter-spacing: min(0.017vw, 0.3px);
	opacity: .7;
	margin-top: min(2.778vw, 44.4px);
}