body {
	margin: 0;
	font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

#fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	backdrop-filter: blur(10px);
	background: transparent;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#fixed-header.header--scrolled {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.6);
}

.header-bonus {
	display: none;
}

#fixed-header .top-phone {
	display: inline-block;
	width: 155px;
}

#fixed-header.header--scrolled .top-phone {
	display: none;
}

#fixed-header.header--scrolled .header-bonus {
	display: flex;
	width: 155px;
}

#fixed-header .header-bonus .button {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: flex;
	height: 44px;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	background: #0E273B;
	border: none;
	text-decoration: none;
}

#fixed-header .header-bonus .button:hover {
	opacity: .92;
}

#fixed-header .header-bonus .button:active {
	opacity: .86;
}

.head .top-banner {
	background-image: url('/images/birthday_promo/top_banner_pc2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	max-height: 544px;
	height: 544px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding-top: 90px;
}

.head .top-banner .promo-header .logo {
	width: 107px;
	height: 64px;
	flex-shrink: 0;
}

#fixed-header.header--scrolled .logo svg path {
	fill: #0E273B;
}

.head .top-banner .promo-header {
	width: 100%;
}

.head .top-banner .promo-header .header-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.head .top-banner .promo-header .top-menu,
.head .top-banner .promo-header .top-phone {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

#fixed-header.header--scrolled .top-menu,
#fixed-header.header--scrolled .top-phone {
	color: #222228;
}

.top-banner-separator {
	width: 100%;
	margin: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.head .top-banner .banner-info {
	color: #fff;
}

.head .top-banner .banner-info > div {
	max-width: 730px;
}

.head .top-banner .banner-info .banner-info-title {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px;
	margin-bottom: 16px;
}

.head .top-banner .banner-info .banner-info-description {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 28px;
}

.head .top-banner .promo-header .top-menu {
	display: flex;
	flex-direction: row;
	gap: 34px;
	list-style: none;
	padding: 0;
	margin: 0 auto 0 44px;
}

.banner-info-buttons {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	margin-bottom: 32px;
}

.banner-info-buttons .button {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-decoration: none;
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
}

.banner-info-buttons .button.white {
	background: #FFF;
	color: #222228;
}

.banner-info-buttons .button.transparent {
	border: 1px solid #FFF;
	color: #FFF;
}

.head .banner-info {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 48px auto 61px auto;
	z-index: 1;
}

.banner-info__img-wrapper {
	width: 50%;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	margin-bottom: -61px;
	background-position: 50%;
	background-size: cover;
	overflow: hidden;
	z-index: -1;
}

.banner-info__img-wrapper--back-right {
	right: 0;
	left: auto;
}

.banner-info__img {
	width: auto;
	max-height: 100%;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	margin-bottom: -61px;
}

.banner-info__img-wrapper--back-right .banner-info__img {
	left: auto;
	right: 0;
}

.banner-info__depend-height {
	height: 500px;
}

.banner-info-notice {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 8px;
}

.banner-info-timer {
	display: flex;
	flex-direction: row;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	gap: 10px;
}

.banner-info-timer > div {
	display: flex;
	width: 76px;
	padding: 8px 18px 10px 18px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #FFF;
}

.banner-info-timer > div > span {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

.page {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.how-to-acquire-title,
.main-info-title {
	color: #222228;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.how-to-acquire-title {
	margin-bottom: 32px;
}

.how-to-acquire .step .step-left .step-icon {
	display: flex;
	width: 32px;
	height: 32px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 6px;
	background: #0E273B;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

.how-to-acquire .step .step-right {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.how-to-acquire .step .step-right .step-title {
	color: #222228;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.how-to-acquire .step .step-right .step-description {
	color: #8D8D8D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.how-to-acquire .steps {
	display: flex;
	align-items: stretch;
	gap: 13px;
	align-self: stretch;
}

.how-to-acquire .steps .step {
	display: flex;
	padding: 24px;
	align-items: flex-start;
	gap: 12px;
	border-radius: 12px;
	border: 1px solid #EBECEF;
	width: 33%;
}

.main-info-block {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: stretch;
}

.main-info-block .main-info-wrapper {
	display: flex;
	flex-direction: row;
	gap: 22px;
}

.main-info-block .main-info-wrapper > div {
	display: flex;
	width: 50%;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
	border-radius: 12px;
	border: 1px solid #EBECEF;
}

.main-info-block ul {
	padding-left: unset;
	margin-top: unset;
	margin-bottom: unset;
}

.main-info-block ul li {
	color: #555558;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.main-info-block ul li:first-child {
	margin-top: 0;
}

.main-info-block ul li:last-child {
	margin-bottom: 0;
}

.main-info-block ul li::marker {
	color: #222228;
}

.main-info-description,
.main-info-subtitle,
.main-info-bottom {
	color: #222228;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}

.main-info-description,
.main-info-subtitle {
	font-weight: 400;
}

.main-info-bottom,
.main-info-subtitle {
	font-weight: 500;
}

.main-info-description {
	color: #555558;
}

.main-info-block .main-info-right {
	background-image: url('/images/birthday_promo/main_info.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.reviews-title-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.reviews-controls {
	display: flex;
	gap: 8px;
}

.reviews-btn {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 14px 0;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background: #F3F4F7;
	border-color: transparent !important;
}

.reviews-btn:hover {
	color: #222228;
	border-color: #DADCE2;
}

.reviews-slider.swiper {
	width: 100%;
	overflow: hidden;
}

.reviews-slider .swiper-wrapper {
	display: flex;
}

.reviews-slider .swiper-slide {
	height: auto;
	width: auto;
}

.review-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
	border: 1px solid #EBECEF;
	border-radius: 12px;
	background: #FFF;
}

.review-stars {
	line-height: 1;
}

.review-stars .star {
	font-size: 18px;
	color: #E0E0E5;
}

.review-stars .star.active {
	color: #FFA800;
}

.review-stars .star svg path {
	fill: #E0E0E5;
}

.review-stars .star.active svg path {
	fill: #FFA800;
}

.review-text {
	color: #555558;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.review-card.is-expanded .review-text {
	display: block;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.review-footer {
	color: #8D8D8D;
	font-size: 14px;
	line-height: 18px;
}

.certification-wrapper {
	display: flex;
	padding: 24px;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	border-radius: 12px;
	background: #F3F4F7;
	justify-content: center;
}

.certification-wrapper .certifications-text {
	color: #222228;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.icons-wrapper {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.icons-wrapper .icon {
	width: 64px;
	height: 54px;
	flex-shrink: 0;
}

.bottom-banner-wrapper {
	height: 510px;
	background-image: url('/images/birthday_promo/bottom_banner.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px;
	border-radius: 12px;
}

.bottom-banner-wrapper > div {
	max-width: 609px;
}

.bottom-banner-wrapper .bottom-banner-title {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.bottom-banner-wrapper .bottom-banner-description {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 28px;
}

.bottom-banner-wrapper .bottom-banner-info {
	color: #D2D2D2;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.footer {
	border-top: 1px solid #EBECEF;
}

.footer .footer-wrapper {
	display: flex;
	flex-direction: row;
	padding: 48px 0;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.footer-wrapper .footer-copyright {
	color: #8D8D8D;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.footer-wrapper .footer-menu {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.footer-wrapper .footer-menu > div {
	color: #8D8D8D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.footer-menu-item, .footer-menu-item:focus, .footer-menu-item:active {
	color: #8D8D8D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none !important;
}

.head .top-banner .promo-header .top-phone {
	text-decoration: none;
}

.head .top-banner .promo-header .top-phone:link,
.head .top-banner .promo-header .top-phone:visited,
.head .top-banner .promo-header .top-phone:hover,
.head .top-banner .promo-header .top-phone:active {
	text-decoration: none;
}

.head .top-banner .promo-header .top-menu .top-menu-item {
	cursor: pointer;
	user-select: none;
}

.bxmaker-authuserphone-enter-auth-form__by, .bxmaker-authuserphone-enter-auth__toregistration {
	display: none !important;
}

body .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {
	background-color: #00263e;
}

.bxmaker-agreement {
	padding-bottom: 24px;
	font-size: 15px;
}

.head .button, .page .button {
	width: 153px;
}

.burger {
	display: none;
	background: transparent;
	border: none;
	padding: 8px 12px 8px 0;
	margin: 0;
	line-height: 0;
}

#fixed-header.header--scrolled .burger svg path {
	stroke: #0E273B;
}

.mnav {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: none;
}

.mnav.mnav--open {
	display: block;
}

.mnav__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .32);
}

.mnav__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	max-width: none;
	height: 100%;
	background: #fff;
	box-shadow: -2px 0 16px rgba(0, 0, 0, .12);
	transform: translateX(100%);
	transition: transform .2s ease;
	display: flex;
	flex-direction: column;
}

.mnav.mnav--open .mnav__panel {
	transform: translateX(0);
}

.mnav__close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: transparent;
	border: none;
	padding: 8px;
}

.mnav__content {
	padding: 24px;
	padding-top: 52px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.mnav__title {
	font-size: 16px;
	color: #0E273B;
	font-weight: 500;
	display: none;
}

.mnav__menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.mnav-item {
	font-size: 16px;
	color: #0E273B;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
}

.mnav__separator {
	border: none;
	border-top: 1px solid #EBECEF;
	margin: 8px 0;
}

.mnav__phone {
	color: #0E273B;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

@media (max-width: 1023px) {
	.head .top-banner .promo-header .top-menu {
		display: none;
	}

	.banner-info__img-wrapper {
		height: clamp(175px, 35vw, 260px);
		margin-bottom: -15.9px;
	}

	.banner-info__img {
		margin-bottom: -11px;
	}

	.header-bonus {
		display: none !important;
	}

	#fixed-header .top-phone {
		color: #fff;
	}

	#fixed-header.header--scrolled .top-phone {
		color: #222228;
	}

	.burger {
		display: inline-flex;
	}
}

.header-tel {
	display: none;
}

@media (max-width: 1023px) {
	#fixed-header {
		padding: 13px 0;
		background: #FFF;
		backdrop-filter: none;
	}

	#fixed-header.header--scrolled {
		background: #FFF;
	}

	.head .top-banner {
		/*background-image: url('/images/birthday_promo/top_banner.png');*/
		max-height: 544px;
		height: 284px;
		margin-top: 66px;
		padding-top: 0;
		background-position: left 100% bottom 50%;
		background-size: cover;
	}

	.head .top-banner .banner-info > div {
		max-width: 368px;
	}

	.head .top-banner .promo-header .header-wrapper {
		justify-content: flex-start;
	}

	.head .top-banner .promo-header .logo {
		width: 46px;
		height: 28px;
	}

	.head .top-banner .promo-header .logo svg {
		width: 46px;
		height: 28px;
	}

	.header-tel {
		display: inline-flex;
		align-items: center;
		color: #0E273B;
		text-decoration: none;
		margin-left: auto;
	}

	#fixed-header .top-phone {
		display: none !important;
	}

	.burger svg path {
		stroke: #0E273B;
	}

	#fixed-header .logo svg path {
		fill: #0E273B;
	}

	.how-to-acquire .steps {
		align-items: stretch;
		flex-direction: column;
	}

	.page {
		gap: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}


	.head .banner-info {
		margin: 30px auto 42px auto;
	}

	.head .top-banner .banner-info .banner-info-title {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 18px;
	}

	.head .top-banner .banner-info .banner-info-description {
		margin-bottom: 12px;
		font-size: 10px;
		font-weight: 400;
		line-height: 12px;
	}

	.banner-info-buttons {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 24px;
	}

	.banner-info-buttons .button {
		font-size: 10px;
		font-weight: 500;
		line-height: 12px;
		padding: 8px 16px;
		border-radius: 4px;
	}

	.banner-info-notice {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 6px;
	}

	.banner-info-timer {
		font-size: 14px;
		line-height: 16px;
		gap: 6px;
	}

	.banner-info-timer > div {
		width: 44px;
		padding: 8px 8px 10px 8px;
	}

	.banner-info-timer > div > span {
		font-size: 9px;
		line-height: 10px;
	}

	.how-to-acquire-title, .main-info-title {
		font-size: 20px;
	}

	.how-to-acquire-title {
		margin-bottom: 24px;
	}

	.main-info-block .main-info-wrapper {
		flex-direction: column-reverse;
		gap: 16px;
	}

	.how-to-acquire .steps .step {
		width: 100%;
	}

	.main-info-block .main-info-wrapper > div {
		width: 100%;
		padding: 24px 16px;
		gap: 16px;
		border-radius: 12px;
	}

	.main-info-block .main-info-right {
		min-height: 280px;
	}

	.main-info-title {
		margin-bottom: 8px;
	}

	.main-info-description, .main-info-subtitle, .main-info-bottom {
		font-size: 16px;
		line-height: 20px;
		color: #222228;
	}

	.popular-products .index-block__title-wrapper {
		margin-bottom: 24px;
	}

	.certification-wrapper {
		padding: 16px;
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}

	.certification-wrapper .certifications-text {
		text-align: center;
		padding: 0 30px;
		font-weight: 500;
		font-size: 20px;
	}

	.bottom-banner-wrapper {
		height: 302px;
		background-position: 76%;
		padding: 30px 16px;
	}

	.bottom-banner-wrapper .bottom-banner-title {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.bottom-banner-wrapper .bottom-banner-description {
		margin-bottom: 12px;
		font-size: 10px;
		font-style: normal;
		font-weight: 500;
		line-height: 12px;
	}

	.head .button, .page .button {
		width: 140px;
	}

	.bottom-banner-wrapper .bottom-banner-info {
		font-size: 8px;
		line-height: 10px;
	}

	a.mnav__phone {
		color: #222228;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
	}

	.footer .footer-wrapper {
		flex-direction: column;
		padding: 40px 0;
		gap: 12px;
		justify-content: space-between;
		align-items: flex-start;
	}

	.footer-wrapper .footer-menu {
		flex-direction: column;
		gap: 12px;
	}

	.footer-menu-item, .footer-menu-item:focus, .footer-menu-item:active {
		color: #8D8D8D;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		text-decoration: none !important;
	}
}

.review-card .review-readmore {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	color: #555558;
	font-family: "Golos Text", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
	cursor: pointer;
	align-self: flex-start;
	text-align: left;
}

.review-card .review-readmore:focus {
	outline: none;
}

.review-card .review-readmore.is-hidden {
	visibility: hidden;
	pointer-events: none;
}
@media (max-width: 450px) {
	.mobile-scrolled>div {
		width: 240px;
		flex-shrink: 0;
		box-sizing: content-box;
		order: unset;
	}
}

.erid {
	color: #d2d2d294;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	margin-top: 9px;
	display: none;
}

@media (max-width: 1023px) {
	.erid {
		display: block;
		font-size: 8px;
		line-height: 12px;
	}
}
