:root {
	--main-pad: 180px;
	--main-mar: 160px;
	--main-clr-white: #fff;
	--main-clr-black: #000;
	--main-clr-darkgrey: #333;
	--main-clr-middlegrey: #3d3d3d;
	--main-clr-lightgrey: #939393;
	--main-clr-middleblue: #2F69F5;
	--main-clr-mainblue: #1551e5;

	--main-ttl-fs: 48px;
	--main-ttl-lh: 56px;
	--main-ttl-ls: 0px;

	--scroll-pos: 0;
}

body {
	margin: 0;
}

.yk--mc * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'SMSans', sans-serif;
}

.yk--mc {
	position: relative;
	font-family: 'SMSans', sans-serif;
	font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;
	width: 100%;
	background: linear-gradient(180deg, #1E70E9 5%, #22CFEA 22%, #F1FBFC 41%, #FFFFFF 64%, #7ED2F2 69%, #2171E8 100%);
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	overflow: hidden;
}

.yk--mc.js-show {
	opacity: 1;
}

.yk--mw {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--main-mar);
	padding-bottom: var(--main-mar);
	max-width: 1920px;
	margin-inline: auto;

	section:not(.yk--pc, .yk--sb) {
		padding-inline: var(--main-pad);
	}
}

.main-fix {
	max-width: 1920px;
	margin: auto;
}

.yk--mc img {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
}

.yk--mc :is(a) {
	text-decoration: none;
	cursor: pointer;
}

.yk--mc :is(button) {
	border: none;
	outline: none;
	cursor: pointer;
	background-color: initial;
}

.--txt-lg-off {
	font-feature-settings: 'clig' off, 'liga' off;
}

.yk--ttl {
	font-weight: 500;
	font-size: var(--main-ttl-fs);
	line-height: var(--main-ttl-lh);
	letter-spacing: var(--main-ttl-ls);
	text-align: center;
	color: var(--main-clr-black);
}

@media(max-width: 1919px) {
	:root {
		--main-pad: 135px;
		--main-mar: 100px;
	}
}

@media(max-width: 1439px) {
	:root {
		--main-pad: 50px;
		--main-mar: 80px;

		--main-ttl-fs: 38px;
		--main-ttl-lh: 42px;
	}
}

@media(max-width: 1023px) {
	:root {
		--main-pad: 25px;
		--main-mar: 70px;

		--main-ttl-fs: 32px;
		--main-ttl-lh: 40px;
	}
}

@media(max-width: 767px) {
	:root {
		--main-pad: 15px;
		--main-mar: 56px;

		--main-ttl-fs: 24px;
		--main-ttl-lh: 1.4;
	}

	.yk--mc {
		background: linear-gradient(180deg, #1E70E9 5.34%, #22CFEA 13.85%, #F1FBFC 36.24%, #FFFFFF 48.76%, #7ED2F2 84.47%, #2171E8 96.56%);
	}
}


/* hero banner (hb) */
.yk--hb {
	position: relative;
	height: 848px;
	/* max-width: 1920px; */
	margin: 0 auto;

	img {
		height: 100%;
		width: 100%;
		max-width: 100%;
		object-fit: cover;
		object-position: center;
	}
}

@media(max-width: 1919px) {
	.yk--hb {
		height: 770px;
	}
}

@media(max-width: 1439px) {
	.yk--hb {
		height: 602px;
	}
}

@media(max-width: 1023px) {
	.yk--hb {
		height: 471px;
	}
}

@media(max-width: 640px) {
	.yk--hb {
		height: 146.4vw;
	}
}


/* info text (it) */
.yk--it {}


/* coupon banner (cb) */
.yk--cb_wrp {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	aspect-ratio: 1560/848;
}

.yk--cb_lf1 {
	pointer-events: none;
	position: absolute;
	top: 42%;
	right: 1%;
	width: 12.5%;
	z-index: 4;
}

.yk--cb_lf2 {
	pointer-events: none;
	position: absolute;
	width: 10%;
	top: 28.5%;
	right: 22%;
	z-index: 2;
}

.yk--cb_prcnt {
	flex: 0 0 8.5%;
	padding: 54px 22px;
	border-radius: 32px;
	background-color: var(--main-clr-mainblue);

	img {
		width: 100%;
	}
}

.yk--cb_ln {
	flex: 0 0 auto;
	height: 94%;
	margin-block: auto;

	img {
		height: 100%;
	}
}

.yk--cb_cpn {
	flex: 1 0 91%;
	padding: 41px 84px;
	border-radius: 32px;
	background-color: var(--main-clr-white);
}

.yk--cb_txt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;

	.yk--cb_txt_l {
		color: var(--main-clr-black);

		h3 {
			font-weight: 500;
			font-size: 36px;
			line-height: 44px;
			letter-spacing: 0px;
		}

		p {
			font-weight: 500;
			font-size: 24px;
			line-height: 28px;
			letter-spacing: 0px;
			margin-top: 10px;
		}
	}

	.yk--cb_txt_r {
		display: flex;
		align-items: center;
		gap: 44px;
		color: var(--main-clr-black);

		img {
			width: 120px;
		}

		div {
			width: 265px;
			padding: 13px 26px;
			border-radius: 22px;
			border: 1.5px solid transparent;
			background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%) padding-box,
				linear-gradient(0deg, #003FE040 0%, #003FE040 100%) border-box;
			backdrop-filter: blur(18px);
			font-weight: 500;
			font-size: 18px;
			line-height: 23px;
			letter-spacing: 0px;
		}
	}
}

.yk--cb_prdct {
	margin-top: 33px;
	display: flex;
	gap: 37px;

	.yk--cb_grd {
		display: grid;
		flex: 0 0 71.7%;
		grid-template-columns: 56.4% 41.7%;
		grid-template-areas:
			"shoes clothes"
			"access clothes";
		gap: 18px;

		a {
			position: relative;
			border-radius: 20px;
			background-color: #E3E3E3;
			color: var(--main-clr-black);

			span {
				position: absolute;
				z-index: 3;
				left: 30px;
				bottom: 30px;
				font-weight: 500;
				font-size: 20px;
				line-height: 26px;
				letter-spacing: 0px;
			}
		}

		a:not(:last-child) {
			overflow: hidden;
			aspect-ratio: 508/301;

			img {
				inset: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center;
			}
		}

		a:nth-child(1) {
			grid-area: shoes;
		}

		a:nth-child(2) {
			grid-area: access;
		}

		a:nth-child(3) {
			grid-area: clothes;

			img {
				position: absolute;
				inset: auto 0 0 0;
				width: 100%;
			}

			&::after {
				content: '';
				position: absolute;
				inset: auto 0 0 0;
				width: 100%;
				height: 23%;
				border-radius: inherit;
				background: linear-gradient(180deg, rgba(227, 227, 227, 0) 15.65%, #E3E3E3 100%);
			}
		}
	}

	.yk--cb_qr {
		flex: 0 0 21.8%;
		align-self: flex-end;
		width: 21.8%;
	}
}

.yk--cb_arrw {
	pointer-events: none;
	position: absolute;
	right: 16%;
	top: 23%;
	height: 15%;
}

.yk--cb_plnk {
	pointer-events: none;
	position: absolute;
	top: 42%;
	right: 7%;
	width: 27.6%;
	z-index: 3;
}

@media(max-width: 1919px) {
	.yk--cb_prcnt {
		padding: 40px 16px;
		border-radius: 24px;
	}

	.yk--cb_cpn {
		padding: 31px 63px;
		border-radius: 24px;
	}

	.yk--cb_txt {
		.yk--cb_txt_l {
			h3 {
				font-size: 27px;
				line-height: 33px;
			}

			p {
				font-size: 18px;
				line-height: 21px;
				margin-top: 8px;
			}
		}

		.yk--cb_txt_r {
			gap: 33px;

			img {
				width: 90px;
			}

			div {
				width: 199px;
				padding: 9px 19px;
				border-radius: 16px;
				font-size: 13px;
				line-height: 17px;
			}
		}
	}

	.yk--cb_prdct {
		margin-top: 24px;
		gap: 27px;

		.yk--cb_grd {
			gap: 14px;

			a {
				border-radius: 15px;

				span {
					left: 22px;
					bottom: 22px;
					font-size: 15px;
					line-height: 19px;
				}
			}
		}
	}
}

@media(max-width: 1439px) {
	.yk--cb_prcnt {
		padding: 29px 11px;
		border-radius: 17px;
	}

	.yk--cb_cpn {
		padding: 22px 45px;
		border-radius: 17px;
	}

	.yk--cb_txt {
		.yk--cb_txt_l {
			h3 {
				font-size: 19px;
				line-height: 23px;
			}

			p {
				font-size: 12px;
				line-height: 14px;
				margin-top: 5px;
			}
		}

		.yk--cb_txt_r {
			gap: 23px;

			img {
				width: 64px;
			}

			div {
				width: 141px;
				padding: 7px 14px;
				border-radius: 11px;
				border-width: 1px;
				font-size: 9px;
				line-height: 12px;
			}
		}
	}

	.yk--cb_prdct {
		margin-top: 17px;
		gap: 21px;

		.yk--cb_grd {
			gap: 10px;

			a {
				border-radius: 10px;

				span {
					left: 15px;
					bottom: 15px;
					font-size: 10px;
					line-height: 13px;
				}
			}
		}
	}
}

@media(max-width: 1023px) {
	.yk--cb_prcnt {
		padding: 22px 8px;
		border-radius: 12px;
	}

	.yk--cb_cpn {
		padding: 16px 34px;
		border-radius: 12px;
	}

	.yk--cb_txt {
		.yk--cb_txt_l {
			h3 {
				font-size: 14px;
				line-height: 17px;
			}

			p {
				font-size: 9px;
				line-height: 11px;
				margin-top: 4px;
			}
		}

		.yk--cb_txt_r {
			gap: 17px;

			img {
				width: 48px;
			}

			div {
				width: 106px;
				padding: 5px 10px;
				border-radius: 8px;
				font-size: 7px;
				line-height: 9px;
			}
		}
	}

	.yk--cb_prdct {
		margin-top: 12px;
		gap: 15px;

		.yk--cb_grd {
			gap: 7px;

			a {
				border-radius: 8px;

				span {
					left: 12px;
					bottom: 12px;
					font-size: 8px;
					line-height: 10px;
				}
			}
		}
	}
}

@media(max-width: 640px) {
	.yk--cb {
		padding-inline: 0 !important;
	}

	.yk--cb_wrp {
		aspect-ratio: auto;
	}

	.yk--cb_lf1 {
		top: 28px;
		right: 10px;
		width: 66px;
		rotate: 11deg;
	}

	.yk--cb_lf2 {
		width: 98px;
		top: -15px;
		right: inherit;
		left: 160px;
	}

	.yk--cb_prcnt {
		flex-basis: 100%;
		padding: 13px 15px;
		border-radius: 16px;

		img {
			width: 139px;
		}
	}

	.yk--cb_ln {
		height: auto;
		width: 94%;
		margin-inline: auto;

		img {
			height: auto;
			width: 100%;
		}
	}

	.yk--cb_cpn {
		flex: 1 0 100%;
		padding: 7px 15px 28px;
		border-radius: 16px;
	}

	.yk--cb_txt {
		.yk--cb_txt_l {
			order: 2;

			h3 {
				font-size: 20px;
				line-height: 24px;
			}

			p {
				font-size: 14px;
				line-height: 16px;
				margin-top: 5px;
			}
		}

		.yk--cb_txt_r {
			width: 100%;
			flex-direction: row-reverse;
			justify-content: space-between;
			gap: 21px;
			order: 1;

			img {
				flex: 0 0 89px;
				width: 89px;
			}

			div {
				width: auto;
				padding: 5px 10px;
				border-radius: 8px;
				border-width: 0.5px;
				font-size: 12px;
				line-height: 15px;
			}
		}
	}

	.yk--cb_prdct {
		margin-top: 24vw;
		gap: 0;

		.yk--cb_grd {
			flex: 0 0 100%;
			grid-template-columns: 1fr 1fr;
			gap: 10px;

			a {
				border-radius: 12px;

				span {
					left: 12px;
					bottom: 8px;
					font-size: 14px;
					line-height: 20px;
				}
			}

			a:not(:last-child) {
				overflow: hidden;
				aspect-ratio: 168/110;
			}

			a:nth-child(3) {
				&::after {
					height: 36%;
				}
			}
		}

		.yk--cb_qr {
			display: none !important;
		}
	}

	.yk--cb_arrw {
		right: 12%;
		top: 29%;
		height: 11%;

		right: 40px;
		top: 160px;
		height: 62px;
	}

	.yk--cb_plnk {
		top: 42%;
		right: 6%;
		width: 59.2%;

		top: 235px;
		right: 25px;
		width: 222px;
	}
}


/* promo code (pc) */
.yk--pc .yk--ttl {
	margin-bottom: 80px;
}

.swiper-pagination.yk--pc_pagination {
	position: relative;
	margin: 0 auto 56px;
	background: var(--main-clr-white);
	height: 4px;
	border-radius: 2px;
	width: 9%;
}

.swiper-pagination.yk--pc_pagination .swiper-pagination-progressbar-fill {
	background: var(--main-clr-mainblue);
}

.yk--pc_slide {
	position: relative;
	overflow: hidden;
}

.yk--pc_phn {
	width: 100%;
}

.yk--pc_phn_cvr {
	position: absolute;
	inset: 0;
	width: 100%;
	/* height: 100%; */
	pointer-events: none;
	top: 6%;
}

.yk--pc_txt {
	position: absolute;
	inset: auto 0 0;
	aspect-ratio: 510/225;
	border-radius: 24px;
	padding: 25px 28px 0;
	background-color: var(--main-clr-mainblue);
	color: var(--main-clr-white);

	p {
		font-weight: 900;
		font-style: Italic;
		font-size: 40px;
		line-height: 24px;
		letter-spacing: 0px;
		margin-bottom: 18px;
	}

	h3 {
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;

		img {
			display: inline-block;
			aspect-ratio: 1;
			vertical-align: middle;
			height: 2cap;
		}
	}
}

@media(max-width: 1919px) {
	.yk--pc .yk--ttl {
		margin-bottom: 59px;
	}

	.swiper-pagination.yk--pc_pagination {
		margin: 0 auto 42px;
	}

	.yk--pc_txt {
		border-radius: 18px;
		padding: 20px 21px 0;

		p {
			font-size: 30px;
			line-height: 18px;
			margin-bottom: 21px;
		}

		h3 {
			font-size: 15px;
			line-height: 18px;
		}
	}
}

@media(max-width: 1439px) {
	.yk--pc .yk--ttl {
		margin-bottom: 46px;
	}

	.swiper-pagination.yk--pc_pagination {
		margin: 0 auto 32px;
	}

	.yk--pc_txt {
		border-radius: 14px;
		padding: 15px 16px 0;

		p {
			font-size: 24px;
			line-height: 14px;
			margin-bottom: 15px;
		}

		h3 {
			font-size: 12px;
			line-height: 14px;
		}
	}
}

@media(max-width: 1023px) {
	.yk--pc .yk--ttl {
		margin-bottom: 36px;
	}

	.swiper-pagination.yk--pc_pagination {
		margin: 0 auto 26px;
	}

	.yk--pc_txt {
		border-radius: 11px;
		padding: 11px 13px 0;

		p {
			font-size: 18px;
			line-height: 11px;
			margin-bottom: 12px;
		}

		h3 {
			font-size: 9px;
			line-height: 11px;
		}
	}
}

@media(max-width: 767px) {
	.yk--pc .yk--ttl {
		margin-bottom: 24px;
	}

	.swiper-pagination.yk--pc_pagination {
		width: 47%;
		margin: 0 auto 40px;
	}

	.yk--pc_phn_cvr {
		display: none !important;
	}

	.yk--pc_txt {
		aspect-ratio: 345/220;
		border-radius: 24px;
		padding: 25px 15px 0;

		p {
			font-size: 40px;
			line-height: 24px;
			margin-bottom: 28px;
		}

		h3 {
			font-size: 16px;
			line-height: 22px;
		}
	}
}


/* sale banner (sb) */
.yk--sb {
	position: relative;
	aspect-ratio: 1920/1210;
}

.yk--sb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media(max-width: 640px) {
	.yk--sb {
		aspect-ratio: 375/502;
	}
}


/* club cards (cc) */
.yk--cc .yk--ttl {
	margin-bottom: 56px;
}

.yk--cc_wrapper {
	padding-block: 132px 14px;
}

.yk--cc_slide {
	position: relative;
	height: auto;
}

.yk--cc_slide .yk--cc_slide_wrp {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 60px 40px 50px;
	background-color: var(--main-clr-white);
	border-radius: 34px;
}

.yk--cc_slide::before {
	content: '';
	position: absolute;
	inset: auto 0 -14px 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
}

.yk--cc_slide[data-card="silver"]::before {
	background: linear-gradient(270deg, #D9D9D9 0%, #536376 9.23%, #D9D9D9 51.46%, #A5ABB2 75.52%, #536376 100%);
}

.yk--cc_slide[data-card="gold"]::before {
	background: linear-gradient(270deg, #D8D8D8 0%, #C58715 9.23%, #E2BD45 51.46%, #DBAB32 75.52%, #C58715 100%);
}

.yk--cc_lst {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 32px;
	color: var(--main-clr-darkgrey);
}

.yk--cc_lst .yk--cc_lst_ttl {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
}

.yk--cc_lst .yk--cc_lst_ttl img {
	width: 28px;
	aspect-ratio: 1;
	flex: 0 0 auto;
}

.yk--cc_lst .yk--cc_sblst {
	list-style-type: disc;
	padding-left: 28px;
	margin-top: 16px;
}

.yk--cc_lst .yk--cc_sblst li {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
}

.yk--cc_nt {
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0;
	color: var(--main-clr-lightgrey);
}

.yk--cc_frm {
	position: absolute;
	top: -110px;
	right: 7%;
	width: 384px;
}

.yk--cc_frm .yk--cc_crd {
	position: relative;
	width: 100%;
	z-index: 2;
}

.yk--cc_frm .yk--cc_slvrlf {
	position: absolute;
	top: -6%;
	right: -15%;
	width: 56%;
}

.yk--cc_frm .yk--cc_gldlf {
	position: absolute;
	top: 11%;
	right: -8%;
	width: 41.5%;
}

/* ---------- 1919px ---------- */
@media (max-width: 1919px) {
	.yk--cc .yk--ttl {
		margin-bottom: 42px;
	}

	.yk--cc_wrapper {
		padding-block: 98px 10px;
	}

	.yk--cc_slide .yk--cc_slide_wrp {
		gap: 12px;
		padding: 45px 30px 34px;
		border-radius: 26px;
	}

	.yk--cc_slide::before {
		inset: auto 0 -10px 0;
		border-radius: 30px;
	}

	.yk--cc_lst {
		gap: 24px;
	}

	.yk--cc_lst .yk--cc_lst_ttl {
		gap: 9px;
		font-size: 18px;
		line-height: 21px;
	}

	.yk--cc_lst .yk--cc_lst_ttl img {
		width: 21px;
	}

	.yk--cc_lst .yk--cc_sblst {
		padding-left: 24px;
		margin-top: 12px;
	}

	.yk--cc_lst .yk--cc_sblst li {
		font-size: 12px;
		line-height: 16px;
	}

	.yk--cc_nt {
		font-size: 8px;
		line-height: 12px;
	}

	.yk--cc_frm {
		top: -80px;
		width: 288px;
	}
}

/* ---------- 1439px ---------- */
@media (max-width: 1439px) {
	.yk--cc .yk--ttl {
		margin-bottom: 32px;
	}

	.yk--cc_wrapper {
		padding-block: 74px 8px;
	}

	.yk--cc_slide .yk--cc_slide_wrp {
		gap: 9px;
		padding: 35px 24px 34px;
		border-radius: 20px;
	}

	.yk--cc_slide::before {
		inset: auto 0 -8px 0;
		border-radius: 24px;
	}

	.yk--cc_lst {
		gap: 18px;
	}

	.yk--cc_lst .yk--cc_lst_ttl {
		gap: 7px;
		font-size: 14px;
		line-height: 16px;
	}

	.yk--cc_lst .yk--cc_lst_ttl img {
		width: 16px;
	}

	.yk--cc_lst .yk--cc_sblst {
		padding-left: 20px;
		margin-top: 9px;
	}

	.yk--cc_lst .yk--cc_sblst li {
		font-size: 9px;
		line-height: 12px;
	}

	.yk--cc_nt {
		font-size: 6px;
		line-height: 9px;
	}

	.yk--cc_frm {
		top: -60px;
		width: 225px;
	}
}

/* ---------- 1023px ---------- */
@media (max-width: 1023px) {
	.yk--cc .yk--ttl {
		margin-bottom: 25px;
	}

	.yk--cc_wrapper {
		padding-block: 62px 6px;
	}

	.yk--cc_slide .yk--cc_slide_wrp {
		gap: 7px;
		padding: 27px 20px 15px;
		border-radius: 16px;
	}

	.yk--cc_slide::before {
		inset: auto 0 -6px 0;
		border-radius: 18px;
	}

	.yk--cc_lst {
		gap: 14px;
	}

	.yk--cc_lst .yk--cc_lst_ttl {
		gap: 5px;
		font-size: 11px;
		line-height: 12px;
	}

	.yk--cc_lst .yk--cc_lst_ttl img {
		width: 12px;
	}

	.yk--cc_lst .yk--cc_sblst {
		padding-left: 16px;
		margin-top: 7px;
	}

	.yk--cc_lst .yk--cc_sblst li {
		font-size: 7px;
		line-height: 10px;
	}

	.yk--cc_nt {
		font-size: 5px;
		line-height: 7px;
	}

	.yk--cc_frm {
		top: -50px;
		width: 176px;
	}
}

/* ---------- 699px ---------- */
@media (max-width: 699px) {
	.yk--cc .yk--ttl {
		margin-bottom: 48px;
	}

	.swiper-pagination.yk--cc_pagination {
		position: relative;
		margin: 0 auto 24px;
		background: var(--main-clr-white);
		height: 4px;
		border-radius: 2px;
		width: 47%;
	}

	.swiper-pagination.yk--cc_pagination .swiper-pagination-progressbar-fill {
		background: var(--main-clr-mainblue);
	}

	.yk--cc_wrapper {
		padding-block: 150px 10px;
	}

	.yk--cc_slide .yk--cc_slide_wrp {
		gap: 16px;
		padding: 56px 20px 27px;
		border-radius: 34px;
	}

	.yk--cc_slide::before {
		inset: -10px 0 -10px 0;
		height: calc(100% + 20px);
		border-radius: 40px;
	}

	.yk--cc_lst {
		gap: 32px;
	}

	.yk--cc_lst .yk--cc_lst_ttl {
		gap: 12px;
		font-size: 24px;
		line-height: 28px;
	}

	.yk--cc_lst .yk--cc_lst_ttl img {
		width: 28px;
	}

	.yk--cc_lst .yk--cc_sblst {
		padding-left: 28px;
		margin-top: 16px;
	}

	.yk--cc_lst .yk--cc_sblst li {
		font-size: 16px;
		line-height: 22px;
	}

	.yk--cc_nt {
		font-size: 11px;
		line-height: 16px;
	}

	.yk--cc_frm {
		top: -150px;
		left: 0;
		right: 0;
		margin-inline: auto;
		width: 232px;
	}

	.yk--cc_frm .yk--cc_slvrlf {
		top: 2%;
		right: -19%;
	}
}


/* finservice banner (fsb) */
.yk--fsb {
	padding-top: 60px;
}

.yk--fsb_a {
	display: flex;
	align-items: center;
	position: relative;
	height: 330px;
	padding-inline: 60px;
	border-radius: 40px;
	background-color: var(--main-clr-middleblue);

	img {
		pointer-events: none;
		position: absolute;
		inset: auto 0 0 0;
		width: auto;
		margin-inline: auto;
		height: 390px;
	}
}

.yk--fsb_txt {
	width: 100%;
	max-width: 340px;
	color: var(--main-clr-white);

	h3 {
		font-weight: 500;
		font-size: 28px;
		line-height: 32px;
		letter-spacing: 0px;
	}

	p {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0px;
		margin-top: 14px;
	}

	button {
		padding: 8px 12px;
		border-radius: 6px;
		background-color: var(--main-clr-white);
		font-weight: 500;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0px;
		text-align: center;
		color: var(--main-clr-middlegrey);
		margin-top: 16px;
		transition: color .3s;
	}

	button:hover {
		color: var(--main-clr-white);
		background-color: var(--main-clr-middlegrey);
	}
}

@media(max-width: 1919px) {
	.yk--fsb {
		padding-top: 45px;
	}

	.yk--fsb_a {
		height: 245px;
		padding-inline: 45px;
		border-radius: 30px;

		img {
			height: 290px;
		}
	}

	.yk--fsb_txt {
		max-width: 255px;

		h3 {
			font-size: 21px;
			line-height: 24px;
		}

		p {
			font-size: 12px;
			line-height: 16px;
			margin-top: 10px;
		}

		button {
			padding: 6px 9px;
			border-radius: 4px;
			font-size: 9px;
			line-height: 12px;
			margin-top: 12px;
		}
	}
}

@media(max-width: 1439px) {
	.yk--fsb {
		padding-top: 35px;
	}

	.yk--fsb_a {
		height: 193px;
		padding-inline: 35px;
		border-radius: 23px;

		img {
			height: 228px;
		}
	}

	.yk--fsb_txt {
		max-width: 200px;

		h3 {
			font-size: 16px;
			line-height: 19px;
		}

		p {
			font-size: 9px;
			line-height: 13px;
			margin-top: 8px;
		}

		button {
			padding: 4px 7px;
			border-radius: 3px;
			font-size: 7px;
			line-height: 9px;
			margin-top: 9px;
		}
	}
}

@media(max-width: 1023px) {
	.yk--fsb {
		padding-top: 28px;
	}

	.yk--fsb_a {
		height: 150px;
		padding-inline: 27px;
		border-radius: 18px;

		img {
			height: 178px;
		}
	}

	.yk--fsb_txt {
		max-width: 155px;

		h3 {
			font-size: 12px;
			line-height: 14px;
		}

		p {
			font-size: 7px;
			line-height: 10px;
			margin-top: 6px;
		}

		button {
			padding: 3px 5px;
			border-radius: 2px;
			font-size: 5px;
			line-height: 7px;
			margin-top: 7px;
		}
	}
}

@media(max-width: 640px) {
	.yk--fsb {
		padding-top: 50.93vw;
	}

	.yk--fsb_a {
		height: 90.13vw;
		padding: 0 20px 48px;
		border-radius: 40px;
		align-items: end;

		img {
			height: 141.06vw;
			inset: auto -15px 0;
		}
	}

	.yk--fsb_txt {
		max-width: 100%;

		h3 {
			font-size: clamp(28px, 7.46vw, 52px);
			line-height: 1.14;
		}

		p {
			font-size: clamp(16px, 4.26vw, 32px);
			line-height: 1.375;
			margin-top: 14px;
		}

		button {
			width: 100%;
			padding: 8px;
			border-radius: 6px;
			font-size: 12px;
			line-height: 16px;
			margin-top: 20px;
		}
	}
}


/* ligal (lgl) */
.yk--lgl p,
.yk--lgl p a {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
	color: var(--main-clr-white);
}

.yk--lgl p a:hover {
	text-decoration: underline;
}

@media(max-width: 1439px) {
	.yk--lgl p {
		font-size: 9px;
		line-height: 12px;
	}
}

@media(max-width: 1023px) {
	.yk--lgl p {
		font-size: 7px;
		line-height: 9px;
	}
}

@media(max-width: 640px) {
	.yk--lgl p {
		font-size: 12px;
		line-height: 16px;
	}
}


/* ====================== дополнительные стили для блоков с анимацией ===================== */

.sm-max-767,
.sm-max-1023,
.sm-max-1439,
.sm-max-1919 {
	display: none !important;
}

.sm-h1 {
	font-weight: 500;
	font-size: 52px;
	line-height: 60px;
	letter-spacing: 1.8px;
	margin: 0;
}

.sm-h2 {
	font-weight: 500;
	font-size: 44px;
	line-height: 52px;
	letter-spacing: 1.4px;
	margin: 0;
}

.sm-h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 1.2px;
	margin: 0;
}

@media (max-width: 1919px) {

	.sm-max-1919 {
		display: block !important;
	}

	.sm-max-1919.--inline {
		display: inline !important;
	}

	.sm-min-1920 {
		display: none !important;
	}

	.sm-h1 {
		font-size: 46px;
		line-height: 56px;
		letter-spacing: 1.6px;
	}

	.sm-h2 {
		font-size: 38px;
		line-height: 48px;
		letter-spacing: 1.2px;
	}

	.sm-h3 {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.sm-h4 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: .8px;
	}

	.sm-h5 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: .6px;
	}
}

@media (max-width: 1439px) {

	.sm-max-1439 {
		display: block !important;
	}

	.sm-max-1439.--inline {
		display: inline !important;
	}

	.sm-min-1440 {
		display: none !important;
	}

	.sm-h1 {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 1.2px;
	}

	.sm-h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.sm-h3 {
		font-size: 26px;
		line-height: 34px;
		letter-spacing: .8px;
	}

	.sm-h5 {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 1023px) {

	.sm-max-1023 {
		display: block !important;
	}

	.sm-max-1023.--inline {
		display: inline !important;
	}

	.sm-min-1024 {
		display: none !important;
	}

	.sm-h1 {
		font-size: 30px;
		line-height: 38px;
		letter-spacing: 1px;
	}

	.sm-h2 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: .8px;
	}

	.sm-h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.sm-h4 {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 768px) {
	.sm-max-767 {
		display: block !important;
	}

	.sm-max-767.--inline {
		display: inline !important;
	}

	.sm-min-768 {
		display: none !important;
	}

	.sm-h1,
	.sm-h2 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: .8px;
	}

	.sm-h3 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: .6px;
	}

	.sm-h4 {
		font-size: 16px;
		line-height: 30px;
		letter-spacing: .6px;
	}

	.sm-h5 {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: .4px;
	}
}



/* ======================= врхний баннер начало =========== */

.kd-top-overflow {
	overflow: hidden;
}

.kd-top {
	position: relative;
	height: 45vw;
	max-height: 848px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto var(--main-mar);
	max-width: 1920px;
}

.kd-top-button {
	position: relative;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	background-color: #fff;
	color: #3D3D3D;
	border-radius: 8px;
	padding: 11px 30px;
	text-decoration: none;
	transition: .3s;
	text-align: center;
	justify-content: center;
}

.kd-top-button:hover {
	background-color: #1551E5;
	color: #fff;
	text-decoration: none;
}

.kd-top-img {
	position: absolute;
	will-change: transform;
	transition: transform 3s cubic-bezier(0.075, 0.82, 0.165, 1);
	backface-visibility: hidden;
}


.kd-top-kurtka {
	width: 39%;
	right: 9%;
	top: 10%;
	transform:
		scale(calc(1 + var(--scroll-pos) * 0.0001)) 
		translate3d(calc(var(--scroll-pos) * 0.005%),
			calc(var(--scroll-pos) * -0.01%),
			0) rotate(calc(var(--scroll-pos) * 0.02deg + 30deg));
}


.kd-top-70 {
	width: 28%;
	left: 12%;
	top: 21%;
	transform:
		scale(calc(1 + var(--scroll-pos) * 0.0001)) 
		translate3d(calc(var(--scroll-pos) * -0.01%),
			calc(var(--scroll-pos) * -0.02%),
			0) rotate(calc(var(--scroll-pos) * -0.02deg - 8deg));
}

.kd-top-25 {
	width: 33%;
	right: 9%;
	top: 28%;
	transform:
		scale(calc(1 + var(--scroll-pos) * -0.0001)) 
		translate3d(calc(var(--scroll-pos) * 0.015%),
			calc(var(--scroll-pos) * -0.02%),
			0) rotate(calc(var(--scroll-pos) * 0.01deg));
}

.kd-top-boot {
	width: 26%;
	left: 33%;
	top: 34%;
	transform:
		scale(calc(1 + var(--scroll-pos) * 0.0001)) 
		translate3d(calc(var(--scroll-pos) * -0.01%),
			calc(var(--scroll-pos) * -0.002%),
			0) rotate(calc(var(--scroll-pos) * 0.015deg - 1deg));
}

.kd-top-list1 {
width: 21%;
	left: -8%;
	top: 69%;
	transform:
		scale(calc(1 + var(--scroll-pos) * 0.0001)) 
		translate3d(calc(var(--scroll-pos) * 0.01%),
			calc(var(--scroll-pos) * 0.01%),
			0) rotate(calc(var(--scroll-pos) * 0.03deg));
	filter: blur(5px);
}

.kd-top-list3 {
	width: 9%;
	left: 39%;
	top: 4%;
	transform:
		scale(calc(1 + var(--scroll-pos) * 0.0002)) 
		translate3d(calc(var(--scroll-pos) * 0.05%),
			calc(var(--scroll-pos) * 0.04%),
			0) rotate(calc(var(--scroll-pos) * -0.1deg + 150deg));
}

.kd-top-list4 {
	width: 25%;
	right: -13%;
	top: 3%;
	transform:
		scale(calc(1 + var(--scroll-pos) * 0.0001)) 
		translate3d(calc(var(--scroll-pos) * 0.02%),
			calc(var(--scroll-pos) * 0.02%),
			0) rotate(calc(var(--scroll-pos) * -0.05deg - 80deg));
	filter: blur(8px);
}

@media(max-width: 1023px) {
	.kd-top {
		height: 50vw;
	}
}

@media(max-width: 767px) {
	.kd-top {
		height: 530px;
		max-width: 400px;
	}


	.kd-top-title {
		width: 103%;
		left: 2%;
		top: 36%;
		z-index: 1;
	}

	.kd-top-list1 {
		width: 23%;
		left: -5%;
		top: 49%;
		transform:
			scale(calc(1 + var(--scroll-pos) * 0.0001)) translate3d(calc(var(--scroll-pos) * 0.01%),
				calc(var(--scroll-pos) * 0.01%),
				0) rotate(calc(var(--scroll-pos) * 0.03deg));
		filter: blur(2px);
	}

	.kd-top-list4 {
		width: 38%;
		right: 61%;
		top: -11%;
		transform:
				scale(calc(1 + var(--scroll-pos) * 0.0001)) translate3d(calc(var(--scroll-pos) * 0.02%),
					calc(var(--scroll-pos) * 0.02%),
					0) rotate(calc(var(--scroll-pos) * -0.05deg + 140deg));
		filter: blur(2px);
	}

	.kd-top-kurtka {
		width: 75%;
		left: -13%;
		top: 21%;
		transform: scale(calc(1 + var(--scroll-pos) * 0.0001)) 
			translate3d(calc(var(--scroll-pos) * 0.005%), 
			calc(var(--scroll-pos) * -0.01%), 0) 
			rotate(calc(var(--scroll-pos) * -0.03deg + 30deg));
	}

	.kd-top-boot {
		width: 49%;
		left: auto;
		right: -6%;
		top: 42%;
	}

	.kd-top-70 {
		width: 48%;
		left: 41%;
		top: 9%;
		transform: scale(calc(1 + var(--scroll-pos) * -0.0001)) 
		translate3d(calc(var(--scroll-pos) * -0.01%), 
			calc(var(--scroll-pos) * -0.02%), 0) 
			rotate(calc(var(--scroll-pos) * -0.02deg - 5deg));
	}

	.kd-top-25 {
		width: 64%;
		right: 20%;
		top: 53%;
		z-index: 2;
		transform: scale(calc(1 + var(--scroll-pos) * 0.0001)) 
			translate3d(calc(var(--scroll-pos) * 0.015%), 
			calc(var(--scroll-pos) * -0.005%), 0) 
			rotate(calc(var(--scroll-pos) * 0.01deg));
	}

    .kd-top-list1 {
    	width: 35%;
    	left: -13%;
    	top: 86%;
	}

	.kd-top-list3 {
		width: 18%;
		left: 80%;
		top: 23%;
		transform: scale(calc(1 + var(--scroll-pos) * 0.0002)) 
		translate3d(calc(var(--scroll-pos) * 0.05%), 
		calc(var(--scroll-pos) * 0.04%), 0) 
		rotate(calc(var(--scroll-pos) * -0.1deg + 40deg));
	}
}

/* ======================= верхний баннер конец =========== */


/* ======================= блок что купить по акции начало=========== */

.kd-cat {
	position: relative;
}

.kd-cat-flex {
	display: flex;
	align-items: stretch;
}

.kd-cat-flex-blue {
	border-radius: 32px;
	background-color: #1551E5;
	padding: 54px 20px;
	width: 9%;
}

.kd-cat-flex-blue>img {
	width: 100%;
}

.kd-cat-flex-line {
	background-image: url('https://cdn.sportmaster.ru/upload/content/contentgate/prod/ru_sm/dip_content/2025/news/19167162/05_11/punktir.svg');
	background-size: cover;
	width: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.kd-cat-flex-white {
	border-radius: 32px;
	background-color: #fff;
	padding: 60px 84px;
	width: 100%;
}

.kd-cat-flex-on-text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}



.kd-cat-flex-card {
	display: flex;
	align-items: center;
	gap: 44px;
	color: var(--main-clr-black);
}

.kd-cat-flex-card img {
	width: 120px;
	max-width: 120px;
}

.kd-cat-flex-card-text {
	width: 265px;
	padding: 13px 26px;
	border-radius: 22px;
	border: 1.5px solid transparent;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%) padding-box,
		linear-gradient(0deg, #003FE040 0%, #003FE040 100%) border-box;
	backdrop-filter: blur(18px);
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0px;
}

.kd-cat-flex-on-text h3 {
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 10px;
}

.kd-cat-flex-on-text p {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}

.kd-cat-white-block-flex {
	display: flex;
	gap: 3%;
	padding-top: 40px;
}

.kd-cat-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 20px;
	width: 75%;
}

.kd-cat-grid a {
	position: relative;
	border-radius: 20px;
	display: block;
	width: 100%;
	height: 100%;
}

.kd-cat-grid a .kd-cat-overflow {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.kd-cat-grid a:nth-child(3) .kd-cat-overflow {
	margin-top: -23%;
	padding-top: 15%;
}

.kd-cat-grid a span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	z-index: 2;
}

.kd-cat-grid a img {
	position: relative;
	width: 100%;
	display: block;
	will-change: transfom;
	transition: transform .3s;
	transform: scale(1.001);

}

.kd-cat-grid a:hover img {
	transform: scale(1.03);
}

.kd-cat-grid a:nth-child(3)::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(227, 227, 227, 0.00) 15.65%, #E3E3E3 100%);
	z-index: 0;
	border-radius: 0 0 20px 20px;
}

.kd-cat-grid a:nth-child(1) {
	grid-column: 1/5;
}

.kd-cat-grid a:nth-child(2) {
	grid-column: 1/5;
	grid-row: 2/3;
}

.kd-cat-grid a:nth-child(3) {
	grid-column: 5/8;
	grid-row: 1/3;
}

.kd-cat-grid-bg {
	position: absolute;
	background-color: #E3E3E3;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.kd-cat-qr-block {
	width: 100%;
}

.kd-cat-qr-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 22%;
}

.kd-cat-qr-text {
	display: flex;
	align-items: flex-start;
	position: relative;
	justify-content: space-between;
}

.kd-cat-qr-text p {
	width: max-content;
	color: #1551E5;
	font-size: 16px;
	line-height: 22px;
}

.kd-cat-qr-flex .kd-cat-qr {
	width: 100%;
	margin-bottom: 10%;
}

.kd-cat-arrow {
	position: relative;
	height: 70px;
	margin-top: -20px;
}

.kd-cat-plashka-block {
	position: relative;
	height: 50%;
	width: 80%;
	margin-left: -45%;
	margin-top: 26%;
	pointer-events: none;
}

.kd-cat-qr-flex-arrow {
	pointer-events: none;
	position: absolute;
	right: 20%;
	top: 20%;
	height: 15%;
}

.kd-cat-plashka-img {
	position: absolute;
	will-change: transform;
	transition: transform 3s cubic-bezier(0.075, 0.82, 0.165, 1);
	backface-visibility: hidden;
}

.kd-cat-plashka-img-list4 {
	width: 85%;
	transform:
		translate3d(calc(var(--scroll-pos) * 0.0005% - 10%),
			calc(var(--scroll-pos) * -0.0005% - 30%),
			0) rotate(calc(var(--scroll-pos) * 0.015deg));
}

.kd-cat-plashka-img-pashka {
	max-width: none !important;
	width: 170%;
	top: 20%;
	transform:
		translate3d(calc(var(--scroll-pos) * 0.007%),
			calc(var(--scroll-pos) * 0.01%),
			0);
}

.kd-cat-plashka-img-list5 {
	width: 100%;
	left: 0;
	transform:
		translate3d(calc(var(--scroll-pos) * -0.02% + 120%),
			calc(var(--scroll-pos) * 0.01% + 20%),
			0) rotate(calc(var(--scroll-pos) * +0.02deg - 10deg));
}

@media(max-width: 1919px) {
	.kd-cat-flex-card {
		gap: 32px;
	}

	.kd-cat-flex-card img {
		width: 90px;
		max-width: 90px;
	}

	.kd-cat-flex-card-text {
		width: 199px;
		padding: 9px 19px;
		border-radius: 16px;
		font-size: 13px;
		line-height: 17px;
	}
}

@media(max-width: 1439px) {
	.kd-cat-flex-white {
		padding: 40px 54px;
		border-radius: 24px;
	}

	.kd-cat-flex-blue {
		padding: 40px 14px;
		border-radius: 24px;
	}

	.kd-cat-flex-on-text h3 {
		font-weight: 500;
		font-size: 28px;
		line-height: 36px;
	}

	.kd-cat-flex-on-text p {
		font-size: 20px;
		line-height: 24px;
	}

	.kd-cat-flex-card {
		gap: 23px;
	}

	.kd-cat-flex-card img {
		width: 64px;
		max-width: 64px;
	}

	.kd-cat-flex-card-text {
		width: 141px;
		padding: 7px 14px;
		border-radius: 11px;
		border-width: 1px;
		font-size: 9px;
		line-height: 12px;
	}

	.kd-cat-grid {
		grid-gap: 14px;
	}

	.kd-cat-grid a:nth-child(3)::after {
		border-radius: 0 0 16px 16px;
	}

	.kd-cat-grid a .kd-cat-overflow {
		border-radius: 16px;
	}

	.kd-cat-grid-bg {
		border-radius: 16px;
	}

	.kd-cat-grid a span {
		bottom: 20px;
		left: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.kd-cat-qr-text p {
		font-size: 14px;
		line-height: 18px;
	}

	.kd-cat-arrow {
		height: 60px;
		margin-top: -25px;
		margin-left: -15px;
	}
}

@media(max-width: 1023px) {
	.kd-cat-flex-white {
		padding: 30px 40px;
		border-radius: 20px;
	}

	.kd-cat-flex-blue {
		padding: 30px 14px;
		border-radius: 20px;
	}

	.kd-cat-white-block-flex {
		padding-top: 30px;
	}

	.kd-cat-flex-on-text h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.kd-cat-flex-on-text p {
		font-size: 16px;
		line-height: 20px;
	}

	.kd-cat-flex-card {
		gap: 17px;
	}

	.kd-cat-flx-card img {
		width: 48px;
		max-width: 48px;
	}

	.kd-cat-flex-card-text {
		width: 106px;
		padding: 5px 10px;
		border-radius: 8px;
		font-size: 7px;
		line-height: 9px
	}

	.kd-cat-grid {
		grid-gap: 10px;
	}

	.kd-cat-grid a:nth-child(3)::after {
		border-radius: 0 0 12px 12px;
	}

	.kd-cat-grid a .kd-cat-overflow {
		border-radius: 12px;
	}

	.kd-cat-grid-bg {
		border-radius: 12px;
	}

	.kd-cat-grid a span {
		bottom: 14px;
		left: 14px;
		font-size: 14px;
		line-height: 18px;
	}

	.kd-cat-arrow {
		height: 40px;
		margin-top: -15px;
		margin-left: -15px;
	}

	.kd-cat-qr-text p {
		font-size: 12px;
		line-height: 16px;
	}
}

@media(max-width: 767px) {

	.kd-cat-flex {
		flex-direction: column;
	}

	.kd-cat-flex-white {
		padding: 25px 15px;
		background-color: #1551E5;
	}

	/* or silver&gold clients - START */
	/* .kd-cat-flex-white {
		background-color: #fff;
	} */
	/* END */
	.kd-cat-flex-blue {
		padding: 15px;
		width: 100%;
	}

	.kd-cat-grid {
		width: 100%;
	}

	.kd-cat-flex-blue>img {
		width: 38%;
	}

	.kd-cat-flex-line {
		background-image: url('https://cdn.sportmaster.ru/upload/content/contentgate/prod/ru_sm/dip_content/2025/news/19167162/05_11/punktir-mv.svg');
		position: relative;
		height: 3px;
		width: calc(100% - 30px);
		margin-top: 0;
		margin-bottom: -3px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.kd-cat-flex-on-text {
		margin-bottom: 20px;
		flex-direction: column-reverse;
		align-items: flex-start;
		position: relative;
	}

	/* or ALL clients - START */
	.kd-cat-flex-on-text h3,
	.kd-cat-flex-on-text p {
		color: #fff;
	}
	/* END */

	.kd-cat-qr-flex-arrow {
		pointer-events: none;
		position: absolute;
		right: 10%;
		top: 53%;
		height: 45%;
	}

	.kd-cat-flex-card {
		width: 100%;
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 21px;
		order: 1;
	}

	.kd-cat-flex-card img {
		flex: 0 0 89px;
		width: 89px;
		max-width: 89px;
	}

	.kd-cat-flex-card-text {
		width: auto;
		padding: 5px 10px;
		border-radius: 8px;
		border-width: 0.5px;
		font-size: 12px;
		line-height: 15px;
	}

	.kd-cat-plashka-block {
		position: absolute;
		height: 0%;
		width: 55%;
		margin: 0;
		top: 5%;
		right: 0;
		pointer-events: none;
		z-index: 2;
		max-width: 350px;
	}

	.kd-cat-plashka-img {
		position: absolute;
		will-change: transform;
		transition: transform 3s cubic-bezier(0.075, 0.82, 0.165, 1);
		backface-visibility: hidden;
	}

	.kd-cat-plashka-img-list4 {
		width: 50%;
		transform:
			translate3d(calc(var(--scroll-pos) * 0.0005% - 10%),
				calc(var(--scroll-pos) * -0.0005% - 55%),
				0) rotate(calc(var(--scroll-pos) * 0.015deg));
	}

	.kd-cat-flex-plashka {
		display: flex;
		justify-content: flex-end;
	}

	.kd-cat-plashka-img-pashka {
		width: 215px;
		position: relative;
		transform: translate3d(calc(var(--scroll-pos) * -0.005%), calc(var(--scroll-pos) * 0.008%), 0);
	}

	.kd-cat-plashka-img-list5 {
		width: 30%;
		transform:
			translate3d(calc(var(--scroll-pos) * -0.02% + 236%),
				calc(var(--scroll-pos) * 0.025% - 20%),
				0) rotate(calc(var(--scroll-pos) * -0.02deg + 10deg));
	}
}

/* ======================= блок что купить по акции конец =========== */


/* ======================= блок рассрочки начало =========== */

.kd-banner-block {
	position: relative;
	overflow: hidden;
	margin-top: calc(var(--main-mar) * -1);
	padding-top: var(--main-mar);
}

.kd-banner-item {
	display: flex;
	background-color: #2F69F5;
	border-radius: 40px;
	width: 100%;
	height: 330px;
	align-items: center;
	padding: 0 60px;
	text-decoration: none;
	justify-content: space-between;
}

.kd-banner-item:hover {
	text-decoration: none;
}

.kd-banner-block-title {
	color: white;
	margin: 0 0 15px 0;
}

.kd-banner-block-subtitle {
	color: white;
	font-size: 16px;
	line-height: 22px;
}

.kd-banner-button {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	border-radius: 10px;
	font-weight: 500;
	background-color: #fff;
	padding: 10px 15px;
	width: max-content;
	margin-top: 15px;
	transition: .3s;
	display: flex;
	justify-content: center;
}

.kd-banner-button:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.kd-banner-img-block {
	position: relative;
	width: 50%;
	height: 100%;
}

.kd-banner-img {
	position: absolute;
	will-change: transform;
	transition: transform 3s cubic-bezier(0.075, 0.82, 0.165, 1);
	backface-visibility: hidden;
	bottom: 0;
	right: 0;
}

.kd-banner-img-list8 {
	width: 40%;
	transform:
		translate3d(calc(var(--scroll-pos) * 0.0005% - 200%),
			calc(var(--scroll-pos) * -0.01% + 70%),
			0) rotate(calc(var(--scroll-pos) * -0.015deg + 40deg));
}

.kd-banner-img-card {
	width: 70%;
	transform:
		translate3d(calc(var(--scroll-pos) * 0.0005% - 50%),
			calc(var(--scroll-pos) * -0.0005% + 10%),
			0) rotate(calc(var(--scroll-pos) * -0.015deg + 65deg));
}

.kd-banner-img-list6 {
	width: 63%;
	transform:
		translate3d(calc(var(--scroll-pos) * 0.0005% - 20%),
			calc(var(--scroll-pos) * 0.0005% - 00%),
			0) rotate(calc(var(--scroll-pos) * -0.015deg + 70deg));
}

@media(max-width: 1439px) {

	.kd-banner-item {
		border-radius: 30px;
		height: 290px;
		padding: 0 40px;
	}

	.kd-banner-img {
		right: -10%;
	}

}

@media(max-width: 1023px) {

	.kd-banner-item {
		border-radius: 30px;
		height: 230px;
		padding: 0 40px;
	}

	.kd-banner-img-block {
		position: relative;
		width: 55%;
		max-width: 500px;
		height: 100%;
		margin-right: -10%;
	}

	.kd-banner-img-list8 {
		width: 50%;
		transform:
			translate3d(calc(var(--scroll-pos) * 0.0005% - 180%),
				calc(var(--scroll-pos) * -0.01% + 50%),
				0) rotate(calc(var(--scroll-pos) * -0.015deg + 30deg));
	}

	.kd-banner-img-card {
		width: 80%;
		transform:
			translate3d(calc(var(--scroll-pos) * 0.0005% - 40%),
				calc(var(--scroll-pos) * -0.0005% + 10%),
				0) rotate(calc(var(--scroll-pos) * -0.015deg + 45deg));
	}

	.kd-banner-img-list6 {
		width: 57%;
		transform:
			translate3d(calc(var(--scroll-pos) * 0.0005% - 20%),
				calc(var(--scroll-pos) * 0.0005% - 00%),
				0) rotate(calc(var(--scroll-pos) * -0.015deg + 50deg));
	}
}

@media(max-width: 767px) {

	.kd-banner-block {
		padding-top: 100px;
	}

	.kd-banner-item {
		height: 330px;
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 20px
	}

	.kd-banner-img {
		right: -20%;
	}

	.kd-banner-img-block {
		width: 100%;
		box-sizing: border-box;
		height: 30%;
		margin: 0 auto;
		max-width: 350px;

		/* margin-left: 10vw; */
	}

	.kd-banner-button {
		width: 100%;
	}

	.kd-banner-text-block {
		width: 100%;
		box-sizing: border-box;
	}

}

/* ======================= блок рассрочки конец =========== */