.formula {
	background: #000;
	box-sizing: border-box;
}
.formula * {
	padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
	/* font-family: MEGOGO, Helvetica, sans-serif !important; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga' off, 'clig' off;
}
.formula h1,h2,h3,h4,h5,h6 {
	margin-block-start: 0;
    margin-block-end: 0;
}
.formula-wrapper {
	padding: min(4.444vw, 71.1px) min(13.056vw, 208.9px);
}
h1.formula-headline, h2.formula-headline, .formula-headline {
	text-align: center;
	font-size: min(3.333vw, 53.3px);
	font-weight: 500;
	line-height: 110%;
	letter-spacing: min(0.021vw, 0.3px);
}
.formula-descr {
	text-align: center;
	font-size: min(1.667vw, 26.7px);
	font-weight: 450;
	line-height: 120%;
	margin: min(1.389vw, 22.2px) auto 0;
}
.formula-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(16.806vw, 268.9px);
	height: min(3.889vw, 62.2px);
	background: #fff;
	color: #000 !important;
	text-align: center;
	font-size: min(1.111vw, 17.8px);
	font-weight: 500;
	line-height: 120%;
	border-radius: min(0.694vw, 11.1px);
	letter-spacing: min(0.035vw, 0.6px);
	transition: background .35s;
}
.formula-btn:hover {
	background: #d0d0d0;
}



/* Index */
.formula-index {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height: min(52.639vw, 842.2px);
}
.formula-index .formula-wrapper {
	width: min(82.917vw, 1326.7px);
	margin: 0 auto;
	padding: 0;
}
.formula-index-content {
	width: min(36.25vw, 580px);
}
.formula-index-logo {
	display: block;
	width: min(10.831vw, 173.3px);
}
h1.formula-index-headline {
	text-align: left;
	font-size: min(4.167vw, 66.7px);
	margin-top: min(2.194vw, 35.1px);
}
.formula-index-descr {
	font-size: min(1.389vw, 22.2px);
	text-align: left;
}
.formula-index-btn {
	margin-top: min(2.5vw, 40px);
}



/* Info */
.formula-info-wrapper {
	padding: min(4.444vw, 71.1px) 0;
}

.formula-info-content {
	display: flex;
	justify-content: center;
	column-gap: min(0.556vw, 8.9px);
}

.formula-info-item {
	width: min(21.25vw, 340px);
	overflow: hidden;
	border-radius: min(1.111vw, 17.8px);
}

.formula-info-item-header {
	background: linear-gradient(90deg, rgba(209, 0, 68, 0.25) 0%, #D10044 50.48%, rgba(209, 0, 68, 0.25) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: min(2.361vw, 37.8px);
}

.formula-info-item-header span {
	color: #FFF;
	text-align: center;
	font-size: min(1.111vw, 17.8px);
	font-weight: 450;
	line-height: 120%;
}

.formula-info-item-body {
	display: flex;
	align-items: center;
	column-gap: min(1.111vw, 17.8px);
	background: center / cover no-repeat url(//s3.vcdn.biz/static/214867631/info-card-bg.webp);
	width: 100%;
	height: min(8.264vw, 132.2px);
	padding: 0 min(2.5vw, 40px) 0 min(2.222vw, 35.6px);
}

.formula-info-item-img {
	height: min(2.5vw, 40px);
}

.formula-info-item-date {
	color: #FFF;
	font-size: min(0.972vw, 15.6px);
	line-height: 120%;
	font-weight: 400;
}

.formula-info-item-country {
	color: #FFF;
	font-size: min(1.389vw, 22.2px);
	font-weight: 500;
	line-height: 120%;
	margin-top: min(0.278vw, 4.4px);
}

.formula-info-item_current {
	width: min(46.111vw, 737.8px);
}

.formula-info-item_current .formula-info-item-body {
	background-image: url(//s6.vcdn.biz/static/214867661/info-card-bg_middle.webp);
}

.formula-info-item_current .formula-info-item-img {
	height: min(3.333vw, 53.3px);
}

.formula-timer {
	display: flex;
	align-items: center;
	gap: min(0.972vw, 15.6px);
	margin-right: min(3.75vw, 60px);
	margin-top: max(-0.694vw, -11.1px);
}

.formula-timer-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formula-timer-block-item {
	display: flex;
	height: min(4.653vw, 74.4px);
	overflow: hidden;
}

.formula-timer-block-item .odometer *,
.last-timer-block-item .odometer,
.formula-timer-block-item {
	width: 100%;
	color: #fff;
	font-size: min(3.889vw, 62.2px);
	font-weight: 600;
	line-height: normal;
}

.formula-timer-block-item .odometer:first-child * {
	text-align: right;
}

.formula-timer-block-item .odometer:last-child * {
	text-align: left;
}

.formula-timer-separator {
	display: block;
	height: min(4.028vw, 64.4px);
	color: #FFF;
	text-align: center;
	font-size: min(3.333vw, 53.3px);
	font-weight: 400;
	line-height: normal;
	margin-bottom: min(0.903vw, 14.4px);
}

.formula-timer-block-name {
	color: #fff;
	font-size: min(0.972vw, 15.6px);
	font-weight: 400;
	line-height: normal;
	text-align: center;
}



/* Subs */
.welcome-subs {
	background-color: #000;
	position: relative;
	overflow-x: clip;
	padding: min(2.5vw, 40px) 0 min(4.444vw, 71.1px);
	margin-top: min(2.5vw, 40px);
	box-sizing: border-box;
}
.welcome-subs * {
	position: relative;
	z-index: 3;
	color: #fff;
	box-sizing: border-box;
}
.welcome-subs .welcome-container{
	max-width: unset;
    width: min(88.889vw, 1422.2px);
    margin: 0 auto;
	padding: 0;
}
.welcome-subs-headline {
	color: #FFF;
	text-align: center;
	font-size: min(3.333vw, 53.3px);
	font-weight: 500;
	line-height: 110%;
	letter-spacing: max(-0.035vw, -0.6px);
}
.welcome-subs-cards, .welcome-subs-ligal{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: min(1.39vw, 22.24px);
    margin-top: min(2.5vw, 40px);
}
.welcome-subs-ligal sup{
    font-size: min(0.42vw, 6.72px);
    top: max(-0.35vw, -5.6px);
}
.welcome-subs-card{
    width: 100%;
    border-radius: min(0.694vw, 11.1px);
    box-shadow: 0 min(0.278vw, 4.4px) min(0.278vw, 4.4px) 0 rgba(0, 0, 0, 0.25);
    background: #1A1A1A;
    overflow: hidden;
    position: relative;
	transition: .25s;
	z-index: 3;
}
.welcome-subs-card.bestseller {
    background: center / cover no-repeat url('//s5.vcdn.biz/static/229160641/top-card-bg.webp');
}
.welcome-subs-card.bestseller::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: center / 100% 100% no-repeat url('//s6.vcdn.biz/static/229160651/top-card-border.webp');
}
.welcome-subs-card:hover{
    transform: scale(1.07);
	z-index: 4;
}
.welcome-subs-container{
    border-radius: min(0.49vw, 7.84px);
    padding: min(1.389vw, 22.2px) min(1.667vw, 26.7px);
    height: 100%;
    position: relative;
}
.welcome-subs-labels {
	display: flex;
	column-gap: min(0.556vw, 8.9px);
}
.welcome-subs-labels span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(1.458vw, 23.3px);
	background: #FC363B;
	border-radius: min(0.278vw, 4.4px);
	color: #FFF;
	padding: 0 min(0.278vw, 4.4px);
	font-size: min(0.972vw, 15.6px);
	font-weight: 500;
	line-height: 120%;
}
.welcome-subs-labels span:nth-child(2) {
	background: #fff;
	color: #000;
}
.welcome-subs-title{
    font-size: min(1.944vw, 31.1px);
	font-weight: 500;
	line-height: 120%;
	margin-top: min(0.556vw, 8.9px);
}
.welcome-subs-content{
    display: flex;
    gap: min(1.667vw, 26.7px);
    margin-top: min(1.111vw, 17.8px);
}
.welcome-subs-content-col{
    display: flex;
    flex-direction: column;
}
.welcome-subs-content-col span:first-child{
    font-size: min(1.667vw, 26.7px);
    font-weight: 500;
    line-height: 110%;
	letter-spacing: max(-0.031vw, -0.5px);
}
.welcome-subs-content-col span:nth-child(2){
    font-size: min(1.11vw, 17.76px);
    font-weight: 450;
    line-height: 110%;
}
.welcome-subs-descr {
	font-size: min(1.042vw, 16.7px);
	font-weight: 450;
	line-height: 120%;
	text-align: left;
	opacity: .7;
	margin-top: min(0.833vw, 13.3px);
}
.welcome-sub-img {
	width: min(19.097vw, 305.6px);
	height: min(4.618vw, 73.9px);
	margin-top: min(0.833vw, 13.3px);
}
.welcome-sub-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.welcome-subs-channels-rows{
    margin-left: max(-1.667vw, -26.7px);
    margin-right: max(-1.667vw, -26.7px);
    display: flex;
    flex-direction: column;
    gap: min(0.28vw, 4.48px);
	overflow: hidden;
    margin-top: min(1.39vw, 22.24px);
}
.welcome-subs-card.bestseller .welcome-subs-channels-rows{
	margin-left: max(-1.597vw, -25.6px);
    margin-right: max(-1.597vw, -25.6px);
}
.welcome-subs-channels-row{
    display: flex;
    gap: min(0.28vw, 4.48px);
    -webkit-animation: anim-running-string 60s linear infinite;
    animation: anim-running-string 60s linear infinite;
    width: max-content;
}
.welcome-subs-channels-row img{
    display: block;
    width: auto;
    height: min(3.61vw, 57.76px);
}
.welcome-subs-channels-row:nth-child(2){
    animation-direction: reverse;
}

@-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%);
    }
}
.welcome-subs-price {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(0.417vw, 6.7px);
	margin: min(1.111vw, 17.8px) max(-1.667vw, -26.7px) 0;
}
.welcome-subs-price_from {
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 600;
	line-height: normal;
	align-self: flex-end;
	padding-bottom: min(0.556vw, 8.9px);
}
.welcome-subs-price_value {
	color: #FFF;
	font-size: min(4.444vw, 71.1px);
	font-weight: 500;
	line-height: 110%;
}
.welcome-subs-price_curr {
	display: flex;
	flex-direction: column;
}
.welcome-subs-price_curr span {
	color: #FFF;
	font-size: min(1.111vw, 17.8px);
	font-weight: 600;
	line-height: normal;
}
.welcome-subs-price_curr span:last-child,
.welcome-subs-price_curr span:last-child sup {
	color: rgba(255, 255, 255, 0.50);
	font-weight: 450;
}
.welcome-subs-card .welcome-btn{
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	height: min(3.333vw, 53.3px);
	background: #FFF;
	border-radius: min(0.694vw, 11.1px);
	color: #000;
	text-align: center;
	font-size: min(1.25vw, 20px);
	font-weight: 600;
	line-height: 120%;
	transition: .35s;
	margin-top: min(0.694vw, 11.1px);
}
.welcome-subs-card .welcome-btn:hover {
	background: #dedede;
}
.welcome-offer-link{
    display: flex;
    justify-content: center;
    margin-top: min(0.556vw, 8.9px);
    opacity: 0.8;
    color: #FFF !important;
    font-size: min(1.11vw, 17.76px);
    font-weight: 450;
    line-height: 120%;
    text-decoration: underline;
    text-underline-offset: min(0.21vw, 3.36px);
    transition: 300ms all;
}
.welcome-offer-link:hover{
    opacity: 0.5;
}
.welcome-subs-ligal {
	position: relative;
	z-index: 2;
	margin-top: min(1.111vw, 17.8px);
}
.welcome-subs-ligal p {
	color: rgba(255, 255, 255, 0.75);
	text-align: left;
	font-size: min(0.764vw, 12.2px);
	font-weight: 400;
	line-height: 140%;
	opacity: 0.8;
}
.welcome-subs-ligal p a {
	color: rgba(255, 255, 255, 0.75) !important;
	text-decoration: underline;
}



/* Tabs */
.formula-include{
    padding: min(4.097vw, 65.552px) 0 min(4.444vw, 71.1px);
}
.formula-include-wrapper{
    margin-top: min(6.389vw, 102.224px);
}
.formula-include .formula-heading-md {
    position: relative;
	z-index: 5;
}
.include-tabcontent-container{
    max-width: min(72.083vw,1153.328px);
    margin: 0 auto;
}
.include-tabs{
    display: flex;
	justify-content: center;
    gap: min(1.111vw, 17.776px);
}
.include-tab{
    height: min(3.056vw, 48.896px);
    padding: 0 min(1.25vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(0.694vw, 11.104px);
    border: 2px solid #FFF;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(min(10.417vw, 166.672px));
    font-size: min(1.389vw, 22.224px);
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transition: 300ms all;
    z-index: 10;
}
.include-tab:hover, .include-tab.active {
    background-color: #22C3B1;
    border-color: #22C3B1;
    color: #333;
    opacity: 1;
    backdrop-filter:none;
}
.include-content{
    display: flex;
    flex-direction: column;    
}

.include-content .include-tabcontent-container{
    display: flex;
    flex-direction: column;
    height: 100%;
	align-items: center;
}

.include-tabcontent{
    padding: min(15.625vw, 250px) 0 min(3.681vw, 58.896px);
    margin-top: -6.597vw;
    height: min(47.014vw,752.224px);
    z-index: 1;
}
@media(min-width: 1600px){
    .include-tabcontent{
        margin-top: -105.552px;
    }
}
.include-tabcontent.show{
    display: block;
    animation: show 800ms linear;
}
.include-tabcontent.hide{
    display: none;
    filter:brightness(0.5);
}

@keyframes show {
    0%{
        filter:brightness(0.5);
    }
    100%{
        filter:brightness(1);
    }
}


.include-tabcontent-heading{
    font-size: min(5vw, 80px);
    font-weight: 500;
    line-height: 120%;
	text-align: center;
}
.include-tabcontent-text{
    margin-top: min(0.833vw, 13.3px);
    font-size: min(1.389vw, 22.224px);
    font-weight: 450;
    line-height: 120%;
	text-align: center;
}
.formula-include .formula-btn{
    width: min(15.139vw, 242.224px);
    height: min(3.889vw, 62.2px);
    font-size: min(1.111vw, 17.776px);
    font-weight: 500;
    line-height: 125%;
    margin-top: min(1.667vw, 26.7px);
}



/* Channels */
.formula-channels {
    position: relative;
    padding: min(4.444vw, 71.1px) 0 min(8.889vw, 142.2px);
}
.formula-channels::before {
    content: '';
	position: absolute;
	right: 0;
	bottom: min(6.319vw, 101.1px);
	left: 0;
	margin: auto;
	width: min(57.152vw, 914.4px);
	height: min(28.321vw, 453.1px);
	transform: rotate(-0.699deg);
	border-radius: min(57.152vw, 914.4px);
	opacity: 0.4;
	background: radial-gradient(227.8% 49.79% at 92.05% 72.74%, #F34CFF 0%, #C04279 100%);
	filter: blur(min(8.264vw, 132.2px));
}
.formula-channels .formula-descr-md{
    margin-top: min(0.972vw, 15.552px)
}
.formula-channels-list.animated-list:not(.animated-list_reverse) {
    margin-top: min(3.889vw, 62.2px);
}
.formula-channels-list.animated-list.animated-list_reverse{
    margin-top: min(1.667vw, 26.672px);
}
.animated-list {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.animated-list div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: flex;
}
.formula-channels-list img {
    height: min(11.389vw, 182.224px);
}
.formula-channels-list img:not(:first-child) {
    margin-left: min(1.667vw, 26.672px);
}
@-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%);
    }
}



/* Events */
.formula-events .formula-wrapper {
	width: min(82.917vw, 1326.7px);
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.formula-events-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: min(1.667vw, 26.7px);
	overflow: hidden;
	margin-top: min(3.889vw, 62.2px);
}

.formula-events-item {
	display: flex;
	flex-direction: column;
	background: center / cover no-repeat url(//s5.vcdn.biz/static/229073161/event-bg.webp), #000;
	height: min(15.208vw, 243.3px);
	border-radius: min(1.389vw, 22.2px);
	border: min(0.069vw, 1.1px) solid rgba(255, 255, 255, 0.25);
	padding: min(1.667vw, 26.7px);
}

.formula-events-item-flag {
	display: block;
	width: fit-content;
	height: min(2.5vw, 40px);
}

.formula-events-item-title {
	color: #FFF;
	font-size: min(1.667vw, 26.7px);
	font-weight: 500;
	line-height: 120%;
	margin-top: min(0.833vw, 13.3px);
}

.formula-events-item-date {
	color: #FFF;
	font-size: min(1.25vw, 20px);
	font-weight: 400;
	line-height: 120%;
	margin-top: auto;
}

.formula-events-item-date strong {
	color: #FFF;
	font-size: min(1.944vw, 31.1px);
	font-weight: 500;
	line-height: 120%;
}

.formula-events-more {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(0.556vw, 8.9px);
	width: fit-content;
	cursor: pointer;
	margin: min(2.5vw, 40px) auto 0;
}

.formula-events-more span {
	color: #FFF;
	font-size: min(1.25vw, 20px);
	font-weight: 500;
	letter-spacing: min(0.031vw, 0.5px);
}

.formula-events-more span:nth-child(2),
.formula-events-more.active span:first-child {
	display: none;
}

.formula-events-more.active span:nth-child(2) {
	display: block;
}

.formula-events-more svg {
	width: min(1.389vw, 22.2px);
	height: min(0.764vw, 12.2px);
	transition: .5s;
}

.formula-events-more.active svg {
	transform: scale(-1);
}



/* Devices */
.formula-devices .formula-wrapper {
	position: relative;
	padding-right: 0;
	padding-bottom: min(6.944vw, 111.1px);
	padding-left: 0;
}
.formula-devices .formula-wrapper * {
	position: relative;
	z-index: 2;
}
.formula-devices .formula-wrapper::before {
	content: '';
	position: absolute;
	top: min(6.944vw, 111.1px);
	left: min(1.569vw, 25.1px);
	z-index: 1;
	width: min(64.884vw, 1038.1px);
	height: min(40.6vw, 649.6px);
	transform: rotate(-150deg);
	border-radius: min(64.884vw, 1038.1px);
	opacity: 0.4;
	background: rgba(217, 0, 255, 0.64);
	filter: blur(min(10.417vw, 166.7px));
}
.formula-devices .formula-wrapper::after {
	content: '';
	position: absolute;
	top: min(13.889vw, 222.2px);
	right: min(12.014vw, 192.2px);
	z-index: 1;
	width: min(58.928vw, 942.8px);
	height: min(35.152vw, 562.4px);
	transform: rotate(-30deg);
	border-radius: min(58.928vw, 942.8px);
	opacity: 0.5;
	background: linear-gradient(274deg, rgba(245, 45, 112, 0.75) 16.09%, rgba(188, 50, 131, 0.75) 74.73%);
	filter: blur(min(6.944vw, 111.1px));
}
.formula-devices-icon {
	display: block;
	height: min(2.083vw, 33.3px);
	margin: min(3.333vw, 53.3px) auto 0;
}
.formula-devices-img {
	display: block;
	width: min(82.083vw, 1313.3px);
	margin: min(2.708vw, 43.3px) auto 0;
}
.formula-devices-ligal {
	margin: min(3.681vw, 58.9px) auto 0;
}
.formula-devices-ligal div {
	display: block;
	width: min(58.75vw, 940px);
	color: #B4B4B4;
	text-align: center;
	font-family: Megogo;
	font-size: min(0.833vw, 13.3px);
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: min(3.681vw, 58.9px) auto 0;
}
.formula-devices-ligal.m_1 div.m_3 {
	display: none;
}
.formula-devices-ligal.m_3 div.m_1 {
	display: none;
}


/* Two col */

.welcome-two{
    padding: min(4.444vw, 71.1px) 0;
    position: relative;
    z-index: 3;
}
.welcome-two-wrap{
    width: min(88.89vw, 1422.24px);
    margin: min(5.56vw, 88.96px) auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(1.39vw, 22.24px);
}
.welcome-two-card{
    width: 100%;
    height: min(21.88vw, 350.08px);
    border-radius: min(1.39vw, 22.24px);
    padding: min(2.22vw, 35.52px);
    position: relative;
    display: flex;
    flex-direction: column;
}
.welcome-two-dt{
    background: linear-gradient(180deg, #FF3276 0%, #E0014B 28.95%, rgba(224, 1, 75, 0.00) 109.47%), #53001B;
}
.welcome-two-parts {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(136deg, rgba(255, 255, 255, 0.11) 39.52%, rgba(255, 255, 255, 0.00) 107.25%);
}
.welcome-two-heading{
    font-size: min(2.78vw, 44.48px);
    font-weight: 500;
    line-height: 110%;
}
.welcome-two-descr{
    margin-top: min(1.39vw, 22.24px);
    font-size: min(1.39vw, 22.24px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.03vw, 0.48px);
}
.welcome-discount-btn{
    width: min(14.93vw, 238.88px);
    height: min(3.89vw, 62.24px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border-radius: min(0.69vw, 11.04px);
    background: #FFF;
    color: #000 !important;
    font-size: min(1.11vw, 17.76px);
    font-weight: 600;
    line-height: 150%;
    transition: 300ms all;
    flex-shrink: 0;
}
.welcome-discount-btn:hover{
    background-color: #c4c4c4;
}
.welcome-parts-img{
    position: absolute;
    width: min(25.19vw, 403.04px);
    height: min(22.08vw, 353.28px);
    top: max(-8.13vw, -130.08px);
    right: min(1.25vw, 20px);
    pointer-events: none;
    user-select: none;
}
.welcome-discount-value{
    position: absolute;
    width: min(10.06vw, 160.96px);
    height: min(9.6vw, 153.6px);
    right: min(2.76vw, 44.16px);
    top: max(-2.36vw, -37.76px);
    transform: rotate(7.762deg);
    background: top left/contain url(//s6.vcdn.biz/static/222934001/discount-bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
}
.welcome-discount-value span{
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 23.465px 7.04px rgba(0, 0, 0, 0.00), 0 15.252px 5.866px rgba(0, 0, 0, 0.01), 0 8.213px 4.693px rgba(0, 0, 0, 0.05), 0 3.52px 3.52px rgba(0, 0, 0, 0.09), 0 1.173px 2.347px rgba(0, 0, 0, 0.10);
    -webkit-text-stroke-width: 0.23px;
    -webkit-text-stroke-color: #000;
    font-size: min(3.58vw, 57.28px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: max(-0.09vw, -1.44px);
    background: linear-gradient(180deg, #525252 0%, #141414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.welcome-discount-ligals{
    margin-top: min(1.11vw, 17.76px);
    opacity: 0.7;
    font-size: min(0.83vw, 13.28px);
    font-weight: 400;
    line-height: 166.667%;
}