.loyalty-page__wrapper {
	width: 100%;
	max-width: 928px;
	margin: 0 auto;
	padding: 0 16px;
}
.loyalty-page__title {
	font-family: 'RotonBol';
	font-size: 24px;
	line-height: 29px;
	color: #1e4566;
	text-align: center;
}
.loyalty-page__subtitle {
	max-width: 600px;
	margin: 20px auto 0;
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #434343;
}
.loyalty-page__action {
	color: #ff8300;
	transition: color 134ms;
	cursor: pointer;
}
.loyalty-page__action:hover {
	color: #27388a;
}
@media (max-width: 767px) {
	.loyalty-page__title {
		font-size: 20px;
		line-height: 24px;
	}
	.loyalty-page__subtitle {
		max-width: 540px;
		font-size: 16px;
		line-height: 22px;
	}
}


/* head */
.loyalty-page__welcome {
	position: relative;
	height: 550px;
	background-color: #b2dff4;
}
.loyalty-page__welcome::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 857px;
	background-image: url("/new/static/shop-loyalty-program/images/frame-top-desktop-v-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 1;
	pointer-events: none;
}
.loyalty-page__welcome::before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 0;
	left: calc(50% - 240px);
	transform: translateX(-50%);
	right: 0;
	width: 863px;
	height: 671px;
	background-image: url(/new/static/shop-loyalty-program/images/header-img-desktop.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 0;
	pointer-events: none;
}
.loyalty-page__header {
	position: relative;
	z-index: 2;
	padding-top: 73px;
	padding-left: 51%;
	padding-right: 16px;
}
.loyalty-header__title {
	max-width: 530px;
	margin: 0;
	font-family: 'RotonBol';
	font-size: 40px;
	line-height: 44px;
	color: #1e4566;
}
.loyalty-header__subtitle {
	max-width: 530px;
	margin: 20px 0 0;
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #262626;
}
.loyalty-header__action {
	margin-top: 20px;
}
.loyalty-header__btn {
	display: inline-block;
	padding: 15px 48px;
	background: #ff8300;
	border-radius: 48px;
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.loyalty-header__btn:hover {
	background: #27388a;
	color: #fff;
}
@media (max-width: 1440px) {
	.loyalty-page__welcome::after {
		background-image: url("/new/static/shop-loyalty-program/images/frame-top-desktop-v-2.png");
	}
}
@media (max-width: 1160px) {
	.loyalty-page__welcome::before {
		width: 690px;
		height: 537px;
		left: calc(50% - 192px);
		top: 14%;
	}
}
@media (max-width: 992px) {
	.loyalty-page__welcome {
		height: 420px;
		margin-bottom: 40px;
	}
	.loyalty-page__welcome::before {
		width: 518px;
		height: 403px;
		left: calc(50% - 195px);
		top: 26%;
	}
	.loyalty-page__welcome::after {
		top: -75px;
	}
	.loyalty-page__header {
		padding-top: 30px;
		padding-left: 45%;
	}
	.loyalty-header__title {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.loyalty-page__welcome {
		height: auto;
		margin-bottom: 0px;
		padding-bottom: 280px;
	}
	.loyalty-page__welcome::before {
		top: auto;
		bottom: -8px;
		left: calc(50% - -45px);
		width: 454px;
		height: 324px;
		background-image: url(/new/static/shop-loyalty-program/images/header-img-mobile.png);
	}
	.loyalty-page__welcome::after {
		top: auto;
		bottom: -8%;
		height: 367px;
		background-image: url("/new/static/shop-loyalty-program/images/frame-top-mobile-v-1.png");
	}
	.loyalty-page__header {
		padding: 32px 16px 0;
	}
	.loyalty-header__title {
		font-size: 32px;
		line-height: 38px;
	}
	.loyalty-header__subtitle {
		max-width: none;
		margin: 12px 0 0;
		font-size: 18px;
		line-height: 25px;
	}
	.loyalty-header__action {
		margin-top: 12px;
	}
}
@media (max-width: 585px) {
	.loyalty-page__welcome::before {
		bottom: -35px;
	}
}
@media (max-width: 390px) {
	.loyalty-page__welcome {
		height: auto;
	}
	.loyalty-page__header {
		padding: 24px 16px 0;
	}
}
@media (max-width: 380px) {
	.loyalty-page__welcome::before {
		left: calc(50% - -10px);
	}
}


/* discount */
.loyalty-page__discount {
	position: relative;
	z-index: 2;
}
.loyalty-page__discount::before {
	content: '';
	position: absolute;
	top: -66px;
	left: 50%;
	transform: translateX(-50%);
	width: 85px;
	height: 61px;
	background-image: url("/new/static/shop-loyalty-program/images/decor-title-1.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
.loyalty-page__levels {
	margin-top: 32px;
}
.loyalty-levels__static {
	display: block;
}
.loyalty-levels__dropdown {
	display: none;
}
.loyalty-levels__row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
.loyalty-levels__col {
	flex-grow: 1;
	padding: 0;
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #434343;
	text-align: center;
}
.loyalty-levels__row:first-child .loyalty-levels__col {
	font-family: 'RotonBol';
	font-size: 18px;
	line-height: 25px;
}
.loyalty-levels__col:nth-child(n+2) {
	width: 100%;
	max-width: 138px;
	padding: 18px 8px;
}
.loyalty-levels__row:first-child .loyalty-levels__col:nth-child(n+2) {
	padding-top: 36px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}
.loyalty-levels__row:last-child .loyalty-levels__col:nth-child(n+2) {
	padding-bottom: 36px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}
.loyalty-levels__col:nth-child(1) {
	text-align: left;
}
.loyalty-levels__col:nth-child(2) {
	background: #e5ffe0;
}
.loyalty-levels__col:nth-child(3) {
	background: #fffee2;
}
.loyalty-levels__col:nth-child(4) {
	background: #ffe6cc;
}
.loyalty-levels__col:nth-child(5) {
	background: #ffe4e4;
}
.loyalty-levels__item {
	padding: 16px 24px;
	border-radius: 8px;
}
.loyalty-levels__item:nth-child(1) {
	background: #e5ffe0;
}
.loyalty-levels__item:nth-child(2) {
	background: #fffee2;
}
.loyalty-levels__item:nth-child(3) {
	background: #ffe6cc;
}
.loyalty-levels__item:nth-child(4) {
	background: #ffe4e4;
}
.loyalty-levels__item + .loyalty-levels__item {
	margin-top: 8px;
}
.loyalty-levels__header {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}
.loyalty-levels__title {
	font-family: 'RotonBol';
	font-size: 18px;
	line-height: 25px;
	color: #434343;
}
.loyalty-levels__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background-image: url("/new/static/shop-loyalty-program/images/dropdown-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.loyalty-levels__header.is-active .loyalty-levels__icon {
	transform: rotate(180deg);
}
.loyalty-levels__content {
	overflow: hidden;
	transition: height 0.3s ease;
	height: 0;
}
.loyalty-levels__body {
	margin-top: 24px;
}
.loyalty-levels__line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #434343;
}
.loyalty-levels__line + .loyalty-levels__line {
	margin-top: 24px;
}
.loyalty-levels__note {
	margin-top: 16px;
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #989898;
	text-align: center;
}
@media (max-width: 992px) {
	.loyalty-levels__col:nth-child(n+2) {
		max-width: 120px;
	}
}
@media (max-width: 767px) {
	.loyalty-page__discount::before {
		top: -50px;
		width: 56px;
		height: 40px;
		background-size: contain;
	}
	.loyalty-page__discount::after {
		content: '';
		position: absolute;
		top: 12px;
		left: calc(50% + 160px);
		transform: translateX(-50%);
		width: 54px;
		height: 60px;
		background-image: url(/new/static/shop-loyalty-program/images/decor-1.svg);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center center;
	}
	.loyalty-page__discount .loyalty-page__title {
		max-width: 250px;
		margin: 0 auto;
	}
	.loyalty-page__levels {
		margin-top: 16px;
	}
	.loyalty-levels__static {
		display: none;
	}
	.loyalty-levels__dropdown {
		display: block;
	}
}
@media (max-width: 390px) {
	.loyalty-page__discount::after {
		top: -67px;
		left: auto;
		right: -3px;
		transform: none;
	}
}


/* benefits */
.loyalty-page__benefits {
	position: relative;
	margin-top: 40px;
	padding-top: 75px;
}
.loyalty-page__benefits::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 59px;
	background-image: url("/new/static/shop-loyalty-program/images/decor-title-2.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
.loyalty-benefits {
	margin-top: 24px;
}
.loyalty-benefits__items {
	display: flex;
	gap: 16px;
}
.loyalty-benefits__item {
	flex: 1;
	min-width: 0;
	height: 240px;
	padding: 32px;
	border-radius: 24px;
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #434343;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right bottom;
	overflow: hidden;
}
.loyalty-benefits__item:nth-child(1) {
	background-color: #fff3fa;
	background-image: url("/new/static/shop-loyalty-program/images/benefits-icon-1.png");
}
.loyalty-benefits__item:nth-child(2) {
	background-color: #fdf9f4;
	background-image: url("/new/static/shop-loyalty-program/images/benefits-icon-2.png");
}
.loyalty-benefits__item:nth-child(3) {
	background-color: #f0fcff;
	background-image: url("/new/static/shop-loyalty-program/images/benefits-icon-3.png");
}
.loyalty-benefits__item:nth-child(4) {
	background-color: #fffdf3;
	background-image: url("/new/static/shop-loyalty-program/images/benefits-icon-4.png");
}
.loyalty-benefits__action {
	margin-top: 24px;
	text-align: center;
}
.loyalty-benefits__btn {
	display: inline-block;
	padding: 15px 48px;
	background: #ff8300;
	border-radius: 48px;
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.loyalty-benefits__btn:hover {
	background: #27388a;
	color: #fff;
}

@media (max-width: 1024px) {
	.loyalty-benefits__item {
		padding: 24px;
	}
}
@media (max-width: 767px) {
	.loyalty-page__benefits {
		position: relative;
		margin-top: 40px;
		padding-top: 56px;
	}
	.loyalty-page__benefits::before {
		width: 48px;
		height: 40px;
		background-size: contain;
	}
	.loyalty-benefits__items {
		gap: 8px;
	}
	.loyalty-benefits__item {
		height: 184px;
		padding: 16px;
		border-radius: 16px;
		font-size: 14px;
		line-height: 20px;
		background-position: right -23px bottom -10px;
	}
}
@media (max-width: 680px) {
	.loyalty-benefits__items {
		flex-wrap: wrap;
	}
	.loyalty-benefits__item {
		flex: auto;
		width: calc(50% - 4px);
	}
}


/* status */
.loyalty-page__status {
	position: relative;
	margin-top: 40px;
	padding-top: 78px;
}
.loyalty-page__status::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 69px;
	height: 62px;
	background-image: url("/new/static/shop-loyalty-program/images/decor-title-3.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
.loyalty-page__status-decor {
	position: relative;
	padding-bottom: 219px;
	overflow: hidden;
}
.loyalty-page__status-decor::after {
	content: '';
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 629px;
	background-image: url("/new/static/shop-loyalty-program/images/frame-bottom-desktop-v-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: 1;
	pointer-events: none;
}
.loyalty-page__status-decor::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: 30px;
	left: calc(50% + 405px);
	transform: translateX(-50%);
	right: 0;
	width: 607px;
	height: 758px;
	background-image: url("/new/static/shop-loyalty-program/images/bottom-img-desktop.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 0;
	pointer-events: none;
}
.loyalty-status {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 620px;
	margin-top: 40px;
}
.loyalty-status__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 8px;
}
.loyalty-status__mark {
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #bfbfbf;
}
.loyalty-status__mark:first-child {
	padding: 3px 3px 3px 24px;
	text-align: left;
}
.loyalty-status__mark:last-child {
	padding: 3px 24px 3px 3px;
	text-align: right;
}
.loyalty-status__items {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
}
.loyalty-status__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 12px 24px;
	background: #e5f2f8;
	border-radius: 16px;
}
.loyalty-status__item.is-done {
	background: #eaf1e8;
}
.loyalty-status__action {
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
}
.loyalty-status__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
.loyalty-status__price {
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
}
.loyalty-status__done {
	width: 64px;
	height: 32px;
	border: 1px solid #94cc87;
	border-radius: 48px;
	background-image: url("/new/static/shop-loyalty-program/images/checked.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center center;
}
.loyalty-status__link {
	width: 64px;
	height: 32px;
	background-color: #fff;
	border-radius: 48px;
	background-image: url("/new/static/shop-loyalty-program/images/arrow-right.svg");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center center;
	transition: background-color .3s;
}
.loyalty-status__link:hover {
	background-color: #94cc87;
}

@media (max-width: 1440px) {
	.loyalty-page__status-decor {
		padding-bottom: 200px;
	}
	.loyalty-page__status-decor::after {
		height: 511px;
		background-image: url("/new/static/shop-loyalty-program/images/frame-bottom-desktop-v-2.png");
	}
	.loyalty-page__status-decor::before {
		bottom: 22px;
		left: calc(50% + 415px);
	}
}
@media (max-width: 1280px) {
	.loyalty-page__status-decor::before {
		bottom: 20px;
		left: calc(50% + 350px);
		width: 500px;
		height: 624px;
	}
}
@media (max-width: 1080px) {
	.loyalty-page__status-decor::before {
		bottom: 121px;
		left: calc(50% + 385px);
		width: 467px;
		height: 457px;
		background-image: url("/new/static/shop-loyalty-program/images/bottom-img-mobile.png");
	}
}
@media (max-width: 992px) {
	.loyalty-page__status-decor {
		padding-bottom: 350px;
	}
	.loyalty-page__status-decor::before {
		bottom: -55px;
		left: calc(50% + 85px);
		width: 380px;
		height: 372px;
	}
	.loyalty-status {
		margin: 40px auto 0;
	}
}
@media (max-width: 767px) {
	.loyalty-page__status {
		position: relative;
		margin-top: 40px;
		padding-top: 56px;
	}
	.loyalty-page__status-decor {
		padding-bottom: 340px;
	}
	.loyalty-page__status-decor::before {
		bottom: -70px;
		left: calc(50% + 25px);
	}
	.loyalty-page__status::before {
		width: 45px;
		height: 40px;
		background-size: contain;
	}
	.loyalty-page__status-decor::after {
		height: 332px;
		background-image: url("/new/static/shop-loyalty-program/images/frame-bottom-mobile-v-1.png");
	}
	.loyalty-status {
		max-width: none;
		margin-top: 16px;
	}
	.loyalty-status__mark {
		font-size: 14px;
		line-height: 20px;
	}
	.loyalty-status__mark:first-child {
		padding: 3px 3px 3px 16px;
	}
	.loyalty-status__mark:last-child {
		padding: 3px 16px 3px 3px;
	}
	.loyalty-status__item {
		gap: 8px;
		padding: 16px;
		border-radius: 8px;
	}
	.loyalty-status__action {
		font-size: 16px;
		line-height: 22px;
	}
	.loyalty-status__price {
		font-size: 16px;
		line-height: 22px;
	}
	.loyalty-status__done {
		width: 44px;
		height: 24px;
		background-size: 11px;
	}
	.loyalty-status__link {
		width: 44px;
		height: 24px;
		background-size: 10px;
	}
}
@media (max-width: 390px) {
	.loyalty-page__status-decor {
		padding-bottom: 330px;
	}
}

/* faq */
.loyalty-page__faq {
	position: relative;
	z-index: 2;
	margin-top: -2px;
	background: #E5F2F8;
}
.loyalty-faq {
	margin-top: 24px;
}
.loyalty-faq__item {
	padding: 24px;
	background: #fff;
	border-radius: 16px;
}
.loyalty-faq__item + .loyalty-faq__item {
	margin-top: 8px;
}
.loyalty-faq__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	width: 100%;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}
.loyalty-faq__title {
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #4c7285;
	text-align: left;
}
.loyalty-faq__icon {
	position: relative;
	flex-shrink: 0;
	width: 40px;
	height: 32px;
	background: #f5f5f5;
	border-radius: 48px;
}
.loyalty-faq__icon::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("/new/static/shop-loyalty-program/images/dropdown-plus.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center center;
	transition: all .1s;
}
.loyalty-faq__header.is-active .loyalty-faq__icon::before {
	transform: rotate(45deg);
}
.loyalty-faq__content {
	overflow: hidden;
	transition: height 0.3s ease;
	height: 0;
}
.loyalty-faq__body {
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
}

@media (max-width: 767px) {
	.loyalty-page__faq {
		padding-top: 24px;
	}
	.loyalty-faq__item {
		padding: 16px;
		border-radius: 8px;
	}
	.loyalty-faq__title {
		font-size: 16px;
		line-height: 22px;
	}
	.loyalty-faq__body {
		font-size: 16px;
		line-height: 22px;
	}
}


/* footer */
.loyalty-page__footer {
	margin-top: -3px;
	padding-top: 43px;
	padding-bottom: 80px;
	background: #E5F2F8;
}
.loyalty-page__footer .loyalty-page__title {
	max-width: 550px;
	margin: 0 auto;
}
.loyalty-products {
	margin-top: 32px;
}
.loyalty-products__container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 418px;
}
.loyalty-products .b-product-card {
	width: 100%;
	max-width: 217px;
	margin: 0;
	height: auto;
}
.loyalty-products__action {
	margin-top: 16px;
	text-align: center;
}
.loyalty-products__link {
	display: inline-block;
	padding: 11px 34px;
	background: #ff8300;
	border-radius: 48px;
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.loyalty-products__link:hover {
	background: #27388a;
	color: #fff;
}
.loyalty-club {
	margin-top: 32px;
}
.loyalty-club__text {
	max-width: 712px;
	margin: 0 auto;
	font-family: 'RotonReg';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #434343;
}
.loyalty-club__action {
	margin-top: 24px;
	text-align: center;
}
.loyalty-club__btn {
	display: inline-block;
	padding: 15px 48px;
	background: #ff8300;
	border-radius: 48px;
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	transition: all .3s;
}
.loyalty-club__btn:hover {
	background: #27388a;
	color: #fff;
}

@media (max-width: 767px) {
	.loyalty-page__footer {
		padding-bottom: 40px;
	}
	.loyalty-products .b-product-card {
		width: 100%;
		max-width: calc(100% / 2 - 4px);
	}
	.loyalty-club {
		margin-top: 40px;
	}
	.loyalty-club__text {
		font-size: 16px;
		line-height: 22px;
	}
	.loyalty-club__action {
		margin-top: 16px;
	}
}
@media (max-width: 460px) {
	.loyalty-products .b-product-card {
		width: 100%;
		max-width: none;
	}
}