
.head .top-banner {
	background-image: url('/images/birthday_promo/black_friday_top.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;
}

[data-ajax-load-block="HEADER_MOBILE_TOGGLE_SEARCH"], [data-ajax-load-block="HEADER_MOBILE_TOGGLE_PERSONAL"], [data-ajax-load-block="HEADER_MOBILE_TOGGLE_FAVORITE"], [data-ajax-load-block="HEADER_MOBILE_TOGGLE_CART"] {
  display: none !important;
}

.page-top-info{
	display: none;
}

footer{
	display:none;
}

.header--narrow{
	background:none;
}

body .body:not(.index)>.main {
padding-bottom:0;
}

.headers-container {
position: absolute;
width: 100%;
}

.body>div>div{
	 -webkit-filter: none !important;
  filter: none !important;
}

	:root {

    --card-height: 258px;
    --main-dark-blue: #000414;
    --text-color: #ffffff;
    --border-radius: 12px;
}


.flex-wrapper {
    display: flex;
    gap: 13px; 
    align-items: center;


}


.card {
    position: relative;
    flex:1;
    height: var(--card-height);
    border-radius: var(--border-radius);
    overflow: hidden;
        background-image: url(/images/birthday_promo/card.png);
	background-repeat: no-repeat;
	background-size: cover;
    color: var(--text-color);
    flex-shrink: 0; 
}




.card-content {
    position: relative;
    z-index: 2;
    Padding-top:50px;
	padding-bottom:24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
	gap:39px;
}

.card-number {
    position: absolute;
    top: 50px;
    right: 24px;
color:#EBECEF;
font-weight: 400;

font-size: 14px;

line-height: 18px;
letter-spacing: 0%;


}


.card .icon-block {

    display: flex;
    justify-content: center;
    align-items: center;
}

.card .icon-block svg {
    width: 100%;
    height: 100%;
}


.card-text {

font-weight: 400;

font-size: 16px;

line-height: 24px;
letter-spacing: 0%;
color:#ffffff;


}

.card-text a{
	text-decoration: underline;
	color:#ffffff;

}

.underlined {
    text-decoration: underline;
    text-decoration-color: var(--text-color);
    text-underline-offset: 4px;
}

.bold-text {
    font-weight: 700;
}

.popular-products {
  position: relative;         
  
}

.popular-products-wrapper{
	
	   pointer-events: none; 
  user-select: none;
  position: relative;
   z-index:1;
        filter: blur(10px);

}



.promo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #222228;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75); 


  border-radius: 16px;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  width:100%;
  height: 105%;
}

.promo-text h2{

font-weight: 500;

font-size: 48px;

line-height: 100%;
letter-spacing: 0%;
color:#222228;
text-transform: uppercase;

}

.pomo-text p{

font-weight: 400;

font-size: 16px;

line-height: 100%;
letter-spacing: 0%;


}

.index-block__link-wrapper{
	display: none;
}

	.faq-buttons-mobile {
		display: none;
	}

	.faq-button:hover {
		color: #fff;
	}
	.faq-support {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 60px;
	}
	.faq-content {
  position: sticky;
  top: 90px;
  align-self: start;
  height: fit-content;
}

	.faq-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #222228;
		margin-bottom: 16px;
	}

	.faq-description {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		display: flex;
		align-items: center;
		color: #222228;
		max-width: 85%;
	}

	.faq-buttons {
		margin-top: 47px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.faq-button {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 12px 16px;
		gap: 8px;
		width: 148px;
		background: #00263E;
		border-radius: 6px;
		cursor: pointer;
		color: #FFFFFF;
	}

	.faq-link {
		margin-top: 12px;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		display: flex;
		align-items: center;
		text-align: center;
		text-decoration-line: underline;
		color: #222228;
	}

	.faq-item {
		padding: 24px;
		gap: 8px;
		background: #F3F4F7;
		border-radius: 12px;
		transition: all 0.3s ease;
		cursor: pointer;
		user-select: none;
	}

	.faq-item:hover {
		background: #E8E9ED;
	}

	.faq-questions {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.faq-question {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		display: flex;
		align-items: center;
		color: #222228;
		justify-content: space-between;
	}

	.faq-answer {
		margin-top: 16px;
		display: none;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #555558;
	}

	.faq-item.open .faq-answer {
		display: block;
	}

.how-to-acquire-desc {

font-weight: 400;

font-size: 16px;
color:#222228;
line-height: 100%;
letter-spacing: 0%;
margin-bottom:32px;

}

.bottom-banner-mobile{
	display: none;
}


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

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

.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: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 28px;
}



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

.erid{

font-weight: 400;

font-size: 12px;

line-height: 16px;
letter-spacing: 0%;
color:#8D8D8D;
margin-top:16px;

}

.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;
	width:172px;
	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: 40px auto 61px auto;
	z-index: 1;
}

.banner-info__img-wrapper {
	width: 50%;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	margin-bottom: -95px;
	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: static;
	width:100%;
	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: 16px;
}

.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: 456px;
	background-image: url('/images/birthday_promo/blockf.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-mobile{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.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;
}



.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: 991px) {
	.head .top-banner .promo-header .top-menu {
		display: none;
	}

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

	.erid{
		font-size:8px;
		margin-top:75px;
	}

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

	.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){
			.faq-support {
			display: flex;
			flex-direction: column;
			gap: 24px;
		}

		.faq-title {
			order: 1;
		}

		.faq-description {
			order: 2;
		}

		.faq-buttons {
			order: 4;
		}

		.faq-buttons {
			display: none;
		}

		.faq-buttons-mobile {
			display: flex;
			flex-direction: column;
			font-size: 14px;
			line-height: 16px;
			align-items: center;
		}

		.faq-title {
			font-size: 20px;
			line-height: 24px;
			margin-bottom: 16px;
		}

		.faq-description {
			font-size: 16px;
			line-height: 20px;
		}

		.faq-item {
			padding: 16px;
		}

		.faq-question {
			font-size: 16px;
			line-height: 20px;
		}

		.faq-answer {
			margin-top: 12px;
			font-size: 16px;
			line-height: 24px;
		}

		.faq-toggle {
			margin-left: 50px;
		}

		.faq-button {
			padding: 14px 16px;
			width: 100%;
		}

		.faq-content {
			position: static;
		}

		.faq-link {
			font-style: normal;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
			display: flex;
			align-items: center;
			text-align: center;
			text-decoration-line: underline;
			color: #222228;
		}
	}






@media (max-width: 991px) {
	.head .top-banner {
		/*background-image: url('/images/birthday_promo/top_banner.png');*/
		max-height: 544px;
		height: 284px;
		padding-top: 0;
		background-position: left 100% bottom 50%;
		background-size: cover;
	}
		.how-to-acquire-desc {
line-height: 20px;
margin-bottom:24px;
}

.promo-text{
		width: 100%;
		padding:0 32px;
	}
.promo-text h2 {
	font-size:20px;
	margin-bottom:8px;
}
	.pomo-text p{
		font-size:16px;
		line-height: 20px;
	
	}

	.mobile-newline{
		display: block;
	}


	.flex-wrapper {
		flex-direction: column;

	}

	.card {
		width:100%;
		height: 212px;
	}

	.card-content {
		padding:24px 16px;
		gap:29px;

	}

	.card .icon-block svg {
    width: 90px;
    height: 90px;
}

	.card-number {
		top:24px;
		right:16px;
	}

	.card-text-first {
text-decoration: underline;
	}

	.card-text a{
		text-decoration: none;
	}

	.head .top-banner .banner-info > div {
		max-width: 100%;
		width:100%;
	}

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


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

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


	.head .banner-info {
		margin: 20px auto 42px auto;
		text-align: center;
	}

	.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;
		
	}
	.head .top-banner .banner-info .banner-info-description {
	max-width: 328px;
	margin:12px auto;
	margin-top:0;
	}
	.banner-info-buttons {
		align-items: center;
		flex-direction: row;
		justify-content: center;
		gap: 8px;
		margin-bottom: 12px;
	}

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

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

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

	.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: 8px;
	}

	.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;
			background-image: url('/images/birthday_promo/blockfmobile.png');
			display: block;
	}

	.bottom-banner-mobile{
		display: block;
	}

		.bottom-banner-wrapper-mobile {
		height: 260px;
		padding: 40px 16px 24px 16px;
			background-image: url('/images/birthday_promo/blockmobile.jpg');
			display: block;
			border-radius: 12px;
	}

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

		.bottom-banner-wrapper-mobile .bottom-banner-title {
		font-size: 20px;
		margin-bottom: 12px;
		text-align: center;
		color:#ffff;
		text-transform: uppercase;
	}

	.bottom-banner-buttons-mobile .banner-info-buttons {
		margin-bottom:44px;
	}

	.bottom-banner-image-mobile{
		text-align: center;
	}

	.bottom-banner-wrapper .bottom-banner-description {
		margin-bottom: 12px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		text-align: center;
	}



	.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;
	}
}


@media (max-width: 450px) {
	.mobile-scrolled>div {
		width: 240px;
		flex-shrink: 0;
		box-sizing: content-box;
		order: unset;
	}
}



