.luboshchi *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #FFF;
}

.luboshchi {
   background: #180B1B; 
}


.luboshchi-btn{
    width: min(17.5vw,280px);
    height: min(3.89vw,62.24px);
    display: flex;
    align-items: center;
    justify-content: center;
    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;
    margin-top: min(1.67vw,26.72px);
}
.luboshchi-btn:hover{
    background-color: #c4c4c4;
}


/* Index */

.luboshchi-index{
    padding: min(8.61vw,137.76px) 0 min(5.83vw,93.28px) 0;
    height: min(53.47vw,855.52px);
}
.luboshchi-index-container{
    max-width: min(88.89vw,1422.24px);
    margin: 0 auto;
}
.luboshchi-index-heading{
    font-size: min(4.17vw,66.72px);
    font-weight: 600;
    line-height: 120%;
}
.luboshchi-index-details{
    margin-top: min(9.86vw, 157.76px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: min(1.39vw,22.24px);
}
.luboshchi-index-detail{
    height: min(4.44vw,71.04px);
}
.luboshchi-index-detail-icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.luboshchi-index-detail:nth-child(1) .luboshchi-index-detail-icon{
    width: min(9.51vw,152.16px);
    height: min(8.26vw,132.16px);
    margin-top: max(-1.94vw, -31.04px);
    margin-bottom: max(-1.81vw, -28.96px);
}
.luboshchi-index-detail:nth-child(2) .luboshchi-index-detail-icon{
    width: min(8.68vw, 138.88px);
    height: min(9.48vw,151.68px);
    margin-top: max(-2.5vw, -40px);
    margin-bottom: max(-2.43vw,-38.88px);
}
.luboshchi-index-detail:nth-child(3) .luboshchi-index-detail-icon{
    width: min(9.51vw,152.16px);
    height: min(9.17vw,146.72px);
    margin-top: max(-2.36vw,-37.76px);
    margin-bottom: max(-2.29vw, -36.64px);
}
.luboshchi-index-detail:nth-child(4) .luboshchi-index-detail-icon{
    width: min(9.41vw,150.56px);
    height: min(9.41vw,150.56px);
    margin-top: max(-2.5vw, -40px);
    margin-bottom: max(-2.36vw,-37.76px);
}
.luboshchi-index-detail-text{
    text-align: center;
    font-size: min(1.25vw,20px);
    font-weight: 450;
    line-height: 120%;
    margin-top: min(1.11vw, 17.76px);
}


/* Subscribe */

.welcome-subscribe{
    padding: min(6.94vw, 111.04px) 0 min(4.44vw, 71.04px);
    position: relative;
    overflow-x: clip;
}

.welcome-subscribe:before{
    content:'';
    position: absolute;
    top: 141.54px;
    left: 50%;
    width: 1215.943px;
    height: 474.773px;
    transform: rotate(-14.901deg) translateX(-50%);
    flex-shrink: 0;
    border-radius: 1215.943px;
    opacity: 0.4;
    background: linear-gradient(261deg, #B677FF 12.12%, #F64EB5 75.29%);
    filter: blur(119px);
}

.welcome-heading-md{
    font-size: min(3.333vw, 53.328px);
    font-weight: 500;
    line-height: 110%;
    letter-spacing: min(0.02vw, 0.32px);
    text-align: center;
}

.welcome-subscribe-items{
    margin-top: min(3.89vw, 62.24px);
    display: flex;
    justify-content: center;
    gap: min(1.458vw, 23.328px);
}

.welcome-subscribe-card{
    width: min(23.125vw, 370px);
    height: min(38.056vw,608.896px);
    border-radius: min(0.694vw,11.104px);
    background: #1A1A1A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.welcome-subscribe-card *{
    position: relative;
    z-index: 3;
}

.welcome-subscribe-card{
    padding: min(3.681vw, 58.896px) min(4.583vw, 73.328px) min(6.25vw,100px) min(1.701vw, 27.216px);
}

.welcome-subscribe-card.dark-card:before,.welcome-subscribe-card.light-card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: top left/cover no-repeat url('//s8.vcdn.biz/static/211249051/dark-card-bg.svg');
}
.welcome-subscribe-card.light-card:before {
	background: top left/cover no-repeat url('//s5.vcdn.biz/static/213731041/pink-card-bg.svg');
}
.welcome-subscribe-card.light-card{
    background: linear-gradient(180deg, rgba(39, 0, 22, 0.00) 0%, rgba(39, 0, 22, 0.80) 100%), linear-gradient(180deg, rgba(0, 15, 13, 0.00) -29.62%, #60185A -7.07%, #270D3F 96.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), #111;
}


.welcome-sub-label{
    height: min(1.667vw, 26.672px);
    padding: 0 min(0.615vw, 9.84px);
    border-radius: min(0.154vw, 2.464px);
    background: #F1F1F1;
    backdrop-filter: blur(min(0.47vw,7.52px));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: min(0.842vw, 13.472px);
    font-weight: 500;
    line-height: normal;
    max-width: fit-content;
    text-transform: uppercase;
}
.welcome-sub-title{
    margin-top: min(1.25vw, 20px);
    font-size: min(1.944vw, 31.104px);
    font-weight: 500;
    line-height: 120%;
}
.welcome-sub-nums{
    display: flex;
    gap: min(1.875vw, 30px);
}
.welcome-sub-num{
    display: flex;
    flex-direction: column;
    gap: min(0.069vw, 1.104px);
    margin-top: min(2.778vw, 44.448px);
}

.welcome-sub-num span{
    display: block;
}

.welcome-sub-num span:first-child{
    font-size: min(1.667vw,26.672px);
    font-weight: 500;
    line-height: 110%;
    letter-spacing: min(-0.031vw, -0.496px);    
}
.welcome-sub-num span:nth-child(2){
    font-size: min(1.111vw, 17.776px);
    font-weight: 450;
    line-height: 110%;
}

.welcome-sub-descr{
    font-size: min(1.111vw, 17.776px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.01vw, 0.16px);
    opacity: 0.7;
    margin-top: min(1.111vw, 17.776px);
    min-width: max-content;
}

.welcome-sub-btn{
    width: min(16.806vw, 268.896px);
    height: min(3.125vw, 50px);
    border-radius: min(0.694vw, 11.104px);
    background: #FFF;
    color: #000 !important;
    font-size: min(1.111vw, 17.776px);
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms all;
    margin-top: min(4.99vw, 79.84px);
}
.welcome-sub-btn:hover{
    background-color: #c4c4c4;
}


.welcome-sub-price{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: min(0.438vw, 7.008px);
    margin-top: min(0.694vw, 11.104px);
}

.welcome-sub-price-new{
    font-size: min(4.44vw,71.04px);
    font-weight: 500;
    line-height: 110%;
}

.welcome-sub-price-column{
    display: flex;
    flex-direction: column;
    margin-top: min(0.9vw,14.4px);
}

.welcome-sub-price-currency{
    font-size: min(1.111vw, 17.776px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: min(0.04vw, 0.64px);
}

.welcome-sub-price-old{
    font-size: min(1.111vw, 17.776px);
    font-weight: 450;
    line-height: 100%; 
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: min(0.04vw,0.64px);
    margin-top: min(0.28vw, 4.48px);
}

.welcome-sub-more{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: min(0.56vw,8.96px);
    color: #FFF;
    font-size: min(1.111vw,17.776px);
    font-weight: 500;
    line-height: 120%;
    text-decoration: underline;
    opacity: 0.8;
    text-underline-offset: min(0.208vw, 3.328px);
    transition: 300ms all;
}

.welcome-sub-more:hover{
    color: #FFF !important;
}

.welcome-subscribe .welcome-container{
    position: relative;
    z-index: 1;
}

.welcome-subscribe-luboshchi{
    background: top left/cover no-repeat url('//s2.vcdn.biz/static/213731641/luboshci-sub-bg.webp');
    background-color: #0E132E;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: min(3.68vw,58.88px) min(3.09vw,49.44px) min(3.89vw,62.24px) min(3.09vw,49.44px);
}

.welcome-subscribe-luboshchi .welcome-sub-title{
    text-align: center;
    font-size: min(2.5vw,40px);
    margin-top: 0;
}

.welcome-subscribe-luboshchi .welcome-sub-subtitle{
    text-align: center;
    margin-top: min(1.53vw, 24.48px);
    font-size: min(1.53vw, 24.48px);
    font-weight: 500;
    line-height: 120%;
}

.welcome-subscribe-luboshchi .welcome-sub-descr{
    text-align: center;
    margin-top: min(0.83vw, 13.28px);
    letter-spacing: min(0.02vw,0.32px);
}

.luboshchi-logos{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: min(16.67vw,266.72px);
    height: min(3.33vw,53.28px);
    margin-top: min(2.22vw,35.52px);
}

.welcome-subscribe-luboshchi .welcome-sub-btn{
    margin-top: min(4.58vw,73.28px);
}


.welcome_offer * {
	color: #fff;
}
.welcome_offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: min(1.528vw, 24.4px) min(2.222vw, 35.6px);
    border-radius: min(0.694vw, 11.104px);
    background: linear-gradient(297deg, rgba(20, 20, 20, 0.00) 24.47%, #141414 97.34%), linear-gradient(180deg, rgba(0, 15, 13, 0.00) -27.92%, #1B1B1B -3.7%, #0F0F0F 107.36%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(min(0.694vw, 11.104px));
    margin: 0 auto;
    margin-top: min(1.667vw, 26.672px);
    width: calc(min(23.125vw, 370px) * 3 + min(1.458vw, 23.328px) * 2);
}
.welcome_offer-row {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: min(2.083vw, 33.328px);
}
.welcome_offer-content.welcome_offer-row{
    gap: 0;
}
.welcome_offer-price_old {
    text-decoration: line-through;
    font-size: min(1.674vw, 26.784px);
    font-weight: 500;
    line-height: 100%;
}
    
.welcome-megopack_price_new {
	display: flex;
	column-gap: min(0.208vw, 3.3px);
	align-items: start;
}
.welcome-megopack_price_new span{
	text-align: center;
	font-size: min(2.542vw, 40.672px);
	font-weight: 600;
	line-height: 88%;
	text-transform: uppercase;
}

.welcome-megopack_price_term {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.welcome-megopack_price_term span {
	font-size: min(0.847vw, 13.552px);
	font-weight: 450;
	line-height: 100%;
	text-transform: none;
}
.welcome-megopack_price_hr {
	background-color: #fff;
	width: 100%;
	height: min(0.042vw, 0.672px);
	margin: min(0.139vw,2.224px) 0 min(0.069vw, 1.104px);
}

.welcome_offer-price{
    display: flex;
    flex-direction: column;
    row-gap: min(0.347vw, 5.552px);
}

.welcome_offer-content.welcome_offer-row {
	display: flex;
}
.welcome_offer-name {
	width: fit-content;
	position: relative;
	font-size: min(2.5vw, 40px);
	font-weight: 600;
	text-align: left;
	line-height: 100%;
	margin-top: min(-0.417vw, -6.672px);
}
.welcome_offer-name::after {
	content: '';
	display: block;
	position: absolute;
    right: max(-1.67vw, -26.72px);
    top: min(0.35vw, 5.6px);
    width: min(1.53vw, 24.48px);
    height: min(0.83vw, 13.28px);
	background: center / contain no-repeat url('//s9.vcdn.biz/static/221400161/ns.svg');
}
.welcome_offer-title {
	font-size: min(1.25vw, 20px);
	font-weight: 500;
	line-height: 120%;
	margin-top: min(0.347vw, 5.552px);
    min-width: max-content;
}
.welcome_offer-logo {
	display: block;
	width: min(20.416vw, 326.656px);
    height: auto;
    margin-left: min(0.764vw, 12.224px)
}
.welcome_offer-btn {
	position: relative;
	z-index: 20;
	display: flex;
	width: min(15.278vw, 244.448px);
	height: min(3.125vw, 50px);
	border-radius: min(0.694vw, 11.104px);
	border: 1px solid #FFF;
	justify-content: center;
	align-items: center;
	transition: .35s;
    margin-left: min(2.5vw, 40px);
    color: #FFF;
    font-size: min(1.114vw, 17.824px);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: min(0.017vw, 0.272px);
}
.welcome_offer-btn:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000 !important;
}

.welcome-megopack-ligal{
    text-align: center;
    font-size: min(0.833vw,13.328px);
    font-weight: 500;
    line-height: 140%;
    opacity: 0.8;
    margin-top: min(0.56vw,8.96px)
}

    
.welcome-megopack_price_new {
	display: flex;
	column-gap: min(0.208vw, 3.3px);
	align-items: start;
	margin-top: max(-0.208vw, -3.3px);
}
.welcome-megopack_price_new span{
	text-align: center;
	font-size: min(2.542vw, 40.672px);
	font-weight: 600;
	line-height: 88%;
	text-transform: uppercase;
}

.welcome-megopack_price_term {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.welcome-megopack_price_term span {
	font-size: min(0.847vw, 13.552px);
	font-weight: 450;
	line-height: 100%;
	text-transform: none;
	white-space: nowrap;
}
.welcome-megopack_price_next {
	color: rgba(255, 255, 255, 0.50);
	font-size: min(0.833vw, 13.3px);
	font-weight: 450;
	margin-top: max(-0.208vw, -3.3px);
}
.welcome-megopack_price_hr {
	background-color: #fff;
	width: 100%;
	height: min(0.042vw, 0.672px);
	margin: min(0.139vw,2.224px) 0 min(0.069vw, 1.104px);
}


/* Animated tiles */
.welcome-subscribe-card: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);
    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%)
    }
}



/* Channels */

.welcome-channels {
    position: relative;
    padding: min(4.44vw, 71.04px) 0;
}

.welcome-channels:before{
    content:'';
    position: absolute;
    top: min(6.94vw, 111.04px);
    left: 50%;
    width: min(58.33vw, 933.28px);
    height: min(26.71vw,427.36px);
    transform: rotate(-15.321deg) translateX(-50%);
    flex-shrink: 0;
    border-radius: min(58.33vw, 933.28px);
    opacity: 0.4;
    background: linear-gradient(261deg, #B677FF 12.12%, #F64EB5 75.29%);
    filter: blur(min(8.26vw,132.16px));
    z-index: 1;
    pointer-events: none;
}
.welcome-channels .welcome-heading-md{
    letter-spacing: max(-0.03vw,-0.48px);
}
.welcome-channels-list.animated-list:not(.animated-list_reverse) {
    margin-top: min(3.89vw, 62.24px);
}
.welcome-channels-list.animated-list.animated-list_reverse{
    margin-top: min(1.667vw, 26.672px);
}
.animated-list {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.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;
}
.welcome-channels-list img {
    height: min(11.389vw, 182.224px);
}
.welcome-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%);
    }
}



/* Tabs */

.welcome-include{
    padding: min(4.097vw, 65.552px) 0 min(7.153vw, 114.448px);
}
.welcome-include-wrapper{
    margin-top: min(6.389vw, 102.224px);
}
.include-tabcontent-container{
    max-width: min(72.083vw,1153.328px);
    margin: 0 auto;
}
.include-tabs{
    display: flex;
    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;
}

.welcome-btn{
    width: min(17.5vw, 280px);
    height: min(3.889vw, 62.224px);
    border-radius: min(0.694vw, 11.104px);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: min(1.25vw, 20px);
    font-weight: 500;
    line-height: 133.333%;
    margin-top: min(2.5vw, 40px);
    transition: 300ms all;
}
.welcome-btn:hover{
    color: #000 !important;
    background-color: #c4c4c4;
}
.include-content{
    display: flex;
    flex-direction: column;    
}

.include-content .include-tabcontent-container{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.include-tabcontent{
    padding: min(9.375vw, 150px) 0 min(3.681vw, 58.896px);
    margin-top: -6.597vw;
    height: min(47.014vw,752.224px);
    transition: 300ms opacity;
    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(3.333vw,53.328px);
    font-weight: 500;
    line-height: 120%;
}
.include-tabcontent-text{
    margin-top: min(0.833vw, 13.328px);
    font-size: min(1.389vw, 22.224px);
    font-weight: 450;
    line-height: 120%;
}
.welcome-include .welcome-btn{
    width: min(15.139vw, 242.224px);
    height: min(3.89vw, 62.24px);
    font-size: min(1.25vw, 20px);
    font-weight: 500;
    line-height: 125%;
    margin-top: min(1.667vw, 26.672px);
}

.include-tab-items{
    margin-top: auto;
    display: flex;
    gap: min(0.694vw, 11.104px);
}

.include-tab-item{
    width: min(8.403vw, 134.448px);
    height: min(11.667vw,186.672px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(0.694vw,11.104px);
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(10.785933494567871px);
    overflow: hidden;
}

.welcome-film-item{
    background: none;
    backdrop-filter:none;
}
.welcome-film-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-sport-item:nth-child(1) img{
    width: min(5.903vw, 94.448px);
    height: min(5.417vw, 86.672px);
}
.welcome-sport-item:nth-child(2) img{
    width: min(6.528vw, 104.448px);
    height: min(6.528vw, 104.448px);
}
.welcome-sport-item:nth-child(3) img{
    width: min(6.806vw, 108.896px);
    height: min(6.806vw, 108.896px);
}
.welcome-sport-item:nth-child(4) img{
    width: min(6.294vw, 100.704px);
    height: min(6.294vw, 100.704px);
}
.welcome-sport-item:nth-child(5) img{
    width: min(4.337vw,69.392px);
    height: min(6.283vw,100.528px);
}
.welcome-sport-item:nth-child(6) img{
    width: min(7.292vw, 116.672px);
    height: min(7.292vw, 116.672px);
}
.welcome-sport-item:nth-child(7) img{
    width: min(7.847vw, 125.552px);
    height: min(7.847vw, 125.552px);
}
.welcome-sport-item:nth-child(8) img{
    width: min(6.442vw, 103.072px);
    height: min(3.317vw, 53.072px);
}

.welcome-tv-item{
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(10.785933494567871px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-tv-item:nth-child(1) img,
.welcome-tv-item:nth-child(3) img{
    width: min(7.639vw, 122.224px);
    height: min(7.639vw, 122.224px);
}
.welcome-tv-item:nth-child(2) img{
    width: min(8.125vw, 130px);
    height: min(8.125vw, 130px);
}
.welcome-tv-item:nth-child(4) img{
    width: min(7.569vw, 121.104px);
    height: min(7.569vw, 121.104px);
}
.welcome-tv-item:nth-child(5) img{
    width: min(7.361vw, 117.776px);
    height: min(7.361vw, 117.776px);
}
.welcome-tv-item:nth-child(6) img{
    width: min(7.431vw, 118.896px);
    height: 1min(7.431vw, 118.896px);
}
.welcome-tv-item:nth-child(7) img{
    width: min(7.292vw, 116.672px);
    height: min(2.333vw, 37.328px);
}
.welcome-tv-item:nth-child(8) img{
    width: min(6.875vw, 110px);
    height: min(6.389vw, 102.224px);
}

.welcome-relax-item{
    width: min(17.53vw,280.48px);
}

.welcome-relax-item:nth-child(1) img{
    width: min(10.56vw,168.96px);
    height: min(10.56vw,168.96px);
}
.welcome-relax-item:nth-child(2) img{
    width: min(7.01vw,112.16px);
    height: min(7.01vw,112.16px);
}
.welcome-relax-item:nth-child(3) img{
    width: min(9.17vw,146.72px);
    height: min(9.17vw,146.72px);
}
.welcome-relax-item:nth-child(4) img{
    width: min(7.57vw, 121.12px);
    height: min(7.57vw, 121.12px);
}


/* 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(86deg, rgba(250, 44, 103, 0.40) 26.9%, rgba(250, 44, 103, 0.00) 94.27%), linear-gradient(180deg, rgba(26, 0, 59, 0.00) 0%, rgba(26, 0, 59, 0.80) 100%), linear-gradient(180deg, rgba(0, 15, 13, 0.00) -29.05%, #D076CF -2.67%, #B83FAC 100%), linear-gradient(249deg, #E4DD25 -5.78%, #10A090 97.68%), linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), radial-gradient(108.92% 243.49% at 0% -6.98%, #6AD144 0%, #22C3B1 100%), linear-gradient(136deg, rgba(255, 255, 255, 0.11) 39.52%, rgba(255, 255, 255, 0.00) 107.25%);
}
.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%;
}