html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
	overflow-x: hidden;
}
body{
	display: flex;
	flex-direction: column;
	margin: 0;
	font-family: "LT Superior", sans-serif;
	color: #171A15;
	background: #F9F7F3;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	min-width: 320px;
	overflow-x: hidden;
}
body.active{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
a {
	display: inline-block;
	color: inherit;
}
p {
	margin:0;
}

p a{
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}

img{
	display: block;
	max-width: 100%;
}
picture {
	display: block;
	width: 100%;
}

picture img {
	display: block;
	width: 100%;
	height: auto;
}

svg {
	display: block;
	height: auto;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


/*== buttons
---------------------------------*/

button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
	font-family: inherit;
}
button:hover , button:focus , button:active{
	outline: none;
	text-decoration: none;
}
/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
	font-style: normal;
}

textarea{
	height: 80px;
	outline: none;
}
.b-input-text{
	width: 100%;
	height: 52px;
	background: rgba(255, 255, 255, 0.42);
	mix-blend-mode: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #0A2816;
	transition: 0.3s;
	padding: 0 15px 0 33px;

}
.b-input-text::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #0A2816;
}
.b-input-text:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #0A2816;
}
.b-input-text.error{
	border-color: #EF4231;
}
textarea{
	height: 80px;
	outline: none;
	resize: none;
}
.b-textarea{
	width: 100%;
	height: 180px;
	background: #FFFFFF;
	border: 1px solid #CAD1D7;

	border-radius: 10px;
	padding: 20px 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #0A2816;	
}
.b-textarea::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #0A2816;	
}
.b-textarea:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #0A2816;		
}
/*== checkbox , raido
---------------------------------*/
.b-checkbox{

}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox input[type="checkbox"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-checkbox input[type="checkbox"] + label span{
	border: 1px solid #a2a2a2;
	border-radius: 4px;
	background: #FFF;
	width: 22px;
	height: 22px;
	position: relative;
	margin: 0 15.28px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"]:checked + label span{
	background: #20A061 url("../images/check.svg") center no-repeat;
}
.b-checkbox input[type="checkbox"] + label i{
	padding: 0 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.20;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label i a{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.66667;
	color: #24192c;
	text-decoration: underline;
	margin: 0 0 0 5px;
}
.b-checkbox input[type="checkbox"] + label i a:hover , .b-checkbox input[type="checkbox"] + label i a:focus , .b-checkbox input[type="checkbox"] + label i a:active{
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}
.b-check{
	margin: 10px 0 0 0;
}
.b-check input[type="checkbox"]{
    display: none;
}
.b-check input[type="checkbox"] + label span{
	width: 11px;
	height: 11px;
	color: rgba(36, 39, 52, 0.35);
	font-size: 11px;
	flex-shrink: 0;
	margin: 2px 4px 0 0;
	cursor: pointer;
}
.b-check input[type="checkbox"] + label{
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.b-check input[type="checkbox"]:checked + label span{
	width: 11px;
	height: 11px;
	color: #333333;
}
.b-check input[type="checkbox"] + label i{
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	text-align: right;
    color: rgba(36, 39, 52, 0.35);
	cursor: pointer;
}
.b-check input[type="checkbox"]:checked + label i{
	color: #333333;
}
/*== raido
---------------------------------*/
.b-radio{
	margin: 0 0 12px 0;
}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-radio input[type="radio"] + label span{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #221E1B;
	border-radius: 110px;
	transition: 0.3s;
	position: relative;
	margin: 0 12px 0 0;
	padding: 4px;
	flex-shrink: 0;
	cursor: pointer;
}
.b-radio input[type="radio"] + label span:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 12px;
	height: 12px;
	background: #171A15;
	border-radius: 100%;
	transform: translate(-50% , -50%);	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
	width: 21px;
	height: 21px;
	padding: 4px;
	border-radius: 110px;
	border: 1px solid  #221E1B;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-radio input[type="radio"] + label i{
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.20;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
select{
	outline: none;
	font-family: inherit;
	overflow: hidden;
}

.b-select{
	border: 0;
	border: 1px solid  #D3D3D3;
	background:  #FFF;
	border-radius: 8px;
	width: 100%;
	height: 47px;
	color: #171A15;
	font-family: "LT Superior";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 15px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 16px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}



/* End Total css ====*/
.container{
	max-width: 1310px;
	margin: 0 auto 0;
	padding: 0 15px;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-container{
    min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
}
.main, .page, .page__2{
	flex: 1;
}
.primary__btn {
	position: relative;
	overflow: hidden;
	border-radius:  6px;
	background:  #E9FF9C;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 24px 11px 24px;
	width: 129px;
	height: 42px;
	color: #171A15;
	font-family: LT Superior;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.10;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
}
.primary__btn:hover {
	background: #D4FD80;
}

.secondary__btn {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid  #D3D3D3;	
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 13px 24px 11px 24px; */
	width: 129px;
	height: 42px;
	color: #171A15;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.10;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
}
.secondary__btn:hover {
	background: #D3D3D3;
	border: none;
}
.subtitle{
	display: flex;
	padding: 10px 18px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color:  #171A15;
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, 0.40);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.28px;
	text-transform: uppercase;
}


/* -------------- mobile menu -------------- */
.header__right {
	display: none;
}

.b-mobile {
	display: none;
}


/* --------------- Live chat button  ------------*/

.live__chat {
	position: fixed;
	right: 26px;
	bottom: 25px;
	z-index: 9999;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 12px 12px 0 12px;
	background:  #E9FF9C;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);	
	transition: 0.3s;

	&:hover {
		width: 76px;
		height: 76px;
		background: #D4FD80;
		box-shadow: 0 16.356px 40.889px 0 rgba(33, 45, 61, 0.20);
	}
	&:hover svg path {
		stroke: #4C4C4C;
	}
}
.chat__wrapper svg{
	width: 31.5px;
	height: 31.5px;
	transition: 0.3s;

	&:hover{
		width: 34.2px;
		height: 34.2px;
	}
}

/* -------------- animation -------------- */



 /* ============== PAGE HOME ============== */
/* -------------- main -------------- */

/* -------------- contact__top-------------- */
.contact__top{
	padding: 8px 0;
	background: rgba(66, 66, 66, 0.30);
	backdrop-filter: blur(10px);
}
.contact__top .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact__top a{
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.10;
	transition: 0.3s;

	&:hover{
		color: #D3D3D3;
	}
}

/* --------------- header ------------*/
.header__bottom {
	padding: 14px 0 14px 0;
}
.header__bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header__logo img {
	width: 86px;
	height: 33.74683px;

}
.header__logo a {
	transition: 0.3s;
}
.header__logo a:hover {
	opacity: 0.6;
}
.header__nav ul {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header__nav ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	transition: 0.3s;

	&:hover {
		color: #D3D3D3;
	}
}
.header__btns {
	display: flex;
	align-items: center;
	gap: 30px;
}
.menu-icon {
	display: none;
	width: 32px;
	height: 32px;
}
/* --------------- hero ------------*/
.hero{
	background-image: url('../images/hero_bg-2600.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero__content .subtitle{
	width: 135px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	color:  #FFF;
}
.hero__content-top{
	padding: 111px 0;
}
.hero__content-top .container{
	display: flex;
	flex-direction: column;
	gap: 24px;

}
.hero__title{
	max-width: 586px;
	color:  #FFF;
	font-size: 86px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -1.72px;
}
.hero__content-line{
	height: 1px;
	background: rgba(255, 255, 255, 0.16);
}
.hero__content-bottom{
	padding: 26px 0 36px 0;
}
.hero__content-bottom .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.hero__content-bottom p{
	max-width: 269px;
	color: rgba(255, 255, 255, 0.60);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.20; 
}
.hero__content-bottom ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.hero__content-bottom ul li{
	width: 242px;
	height: 96px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 12px 8px 8px;
	border-radius: 12px;
	background: rgba(66, 66, 66, 0.30);
	backdrop-filter: blur(10px);
}
.hero__content-bottom ul li img{
	width: 80px;
	height: 80px;
	aspect-ratio: 1/1;
	border-radius: 12px;
}
.hero__content-bottom ul li p{
	color:  #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.20;
}
/* --------------- advantages------------*/
.advantages{
	padding: 120px 0 60px 0;
}
.advantages .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.advantages .subtitle{
	width: 238px;
	height: 34px;
	margin: 0 0 24px 0;
}
.advatages__text{
	max-width: 720px;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -0.8px;
	margin: 0 0 60px 0;
}
.advantages__list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 0 0 100px 0;
}
.advantages__list li{
	width: 109px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.advantages__list li p{
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.20; 
}
.advantages__gallery{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 37px;
}
.advantages__gallery li img{
	flex: 1 0 0;
	aspect-ratio: 201/230;
	border-radius: 16px;
}

/* --------------- essence ------------*/
.essence{
	padding: 120px 0 180px 0;
}
.essence .container{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.essence__line{
	max-width: 1280px;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
	margin-bottom: 36px;
}
.essence .subtitle{
	width: 246px;
	height: 34px;
	margin-bottom: 24px;
}
.essence__top{
	display: flex;
	flex-direction: column;
}
.essence__title{
	max-width: 697px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -0.8px;
}
.essence__bottom{
	display: flex;
	gap: 80px;
}
.essence__bottom-left{
	flex: 0 0 auto;
}
.essence__bottom-left picture img{
	max-width: 760px;
	width: 100%;        
  	height: auto;
	border-radius: 20px;
	flex-shrink: 0;
}
.essence__bottom-right{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.essence__bottom-right p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.20;
}


/* --------------- info ------------*/
.info{
	padding: 120px;
	background-image: url('../images/info_bg-des.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.info .container{
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.info__line {
	max-width: 1280px;
	height: 1px;
	background: rgba(255, 255, 255, 0.16);
	margin-bottom: 36px;
}
.info__subtitle{
	color:  #E9FF9C;
	font-size: 14px;
	font-weight: 600;
	line-height: 1; 
	letter-spacing: -0.28px;
	text-transform: uppercase;
}
.info__subtitle span{
	padding-right: 5px;
}
.info__list{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 24px;
}
.info__item{
	display: flex;
	width: 402px;
	max-height: 292px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	border-radius: 16px;
	background: rgba(66, 66, 66, 0.30);
	backdrop-filter: blur(10px);
}
.info__item-top{
	display: flex;
	align-items: center;
	gap: 16px;
}
.info__item-svg{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 0.5px solid rgba(233, 255, 156, 0.36);
	aspect-ratio: 1 / 1;
}
.info__item-svg svg {
	width: 24px;
	height: 24px;
	aspect-ratio: 1 / 1;
}
.info__item-top-text{
	color:  #E9FF9C;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.20; 
}
.info__item-bottom{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.info__item-bottom h3{
	color:  #E9FF9C;
	font-size: 33px;
	font-weight: 500;
	line-height: 1.1; /
}
.info__item-bottom p{
	color:  #E9FF9C;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.20;
}

/* --------------- animation__block ------------*/
.animation__block{
	padding: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.animation__list{
	display: flex;
	gap: 80px;
	animation: marqueeScroll 10s linear infinite;
}
@keyframes marqueeScroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}

}
@keyframes marqueeScroll-2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-140%);
	}
}
@keyframes marqueeScroll-3 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-300%);
	}
}
.animation__list li span{
	padding-right: 5px;
}
.animation__list li p{
	font-size: 24px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -0.48px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* --------------- harmony ------------*/
.harmony{
	padding: 120px 0;
}
.harmony .container{
	max-width: 1063px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 109px;
}
.harmony__left{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.harmony__left .subtitle{
	width: 200px;
	height: 34px;
	margin:  0 0 24px 0;
}
.harmony__title{
	max-width: 425px;
	font-size: 76px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.52px;
	margin: 0 0 30px 0;
}
.harmony__text{
	max-width: 435px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.20; 
}
.harmony__right{
	max-width: 519px;
}
.harmony__right img{
	border-radius: 20px;
}

/* --------------- wellness ------------*/
.wellness {
	padding: 120px 0;
}

.wellness .container {
	max-width: 1063px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 109px;
}

.wellness__left {
	max-width: 519px;
}
.wellness__left img {
	width: 100%;
	border-radius: 20px;
}
.wellness__right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wellness__right .subtitle {
	width: 229px;
	height: 34px;
	margin: 0 0 24px 0;
}
.wellness__title {
	max-width: 425px;
	font-size: 76px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -1.52px;
	margin: 0 0 30px 0;
}
.wellness__text {
	max-width: 435px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.20;
}


/* --------------- footer ------------*/
.footer{
	position: relative;
	padding:0 0 60px 0;
	background:  #F9F7F3;
}
.footer__bottom .container{
	padding-top: 60px;
	display: flex;
	align-items: center;
	gap: 200px;
}
.footer__left{
	display: flex;
	flex-direction: column;
	gap: 52px;
}
.footer__logo img{
	width: 128.76344px;
	height: 50px;

}
.footer__logo a{
	transition: 0.3s;
}
.footer__logo a:hover{
	opacity: 0.6;
}
.footer__text {
	color:  #777;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.10;
	text-transform: uppercase;
}
.footer__text-2{
	display: none;
}
.footer__list{
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.footer__list li a{
	color:  #777;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.10; 
	text-transform: uppercase;
	transition: 0.3s;

	&:hover{
		color: #D3D3D3;
	}
}
.footer__chat{
	position: absolute;
	right: 80px;
	bottom: 71px;
	display: flex;
	width: 519px;
	height: 603px;
	padding: 80px 48px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	border-radius: 20px;
	background:  #171A15;
}
.footer__chat-svg{
	width: 38px;
	height: 38px;
	aspect-ratio: 1/1;
}
.footer__chat-svg svg{
	width: 38px;
	height: 38px;
	aspect-ratio: 1/1;
}
.footer__chat-title{
	color:  #FFF;
	font-size: 66px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.32px;
}
.footer__chat-text{
	color:  #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.20; 
	letter-spacing: -0.48px;
}
 /* -------------- footer__confirm-------------- */
 .footer__confirm {
	padding: 60px 0;
	background: #E8E5DF;
}
 .footer__confirm .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
 }
 .footer__logo-confirm{
	width: 220px;
 }
 .footer__logo-confirm a{
		transition: 0.3s;
 }
  .footer__logo-confirm a:hover{
	opacity: 0.6;
  }

 .footer__logo-confirm img{
	width: 78px;
	height: 31px;
 }
 .footer__list-confirm{
	display: flex;
	align-items: center;
	gap: 60px;
 }
 .footer__list-confirm li a{
	color: #777;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.10;
	text-transform: uppercase;
	transition: 0.3s;

	&:hover{
		color: #D3D3D3;
	}
 }
 .footer__text-confirm{
	color: var(--Grey-600, #777);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.10; 
	text-transform: uppercase;
 }



 /* ============== PAGE ABOUT US ============== */

 /* -------------- about__contact__top-------------- */
 .about__contact__top {
 	padding: 8px 0;
	background: rgba(212, 210, 207, 0.60);
	backdrop-filter: blur(10px); }

 .about__contact__top .container {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }
 .about__contact__top a {
 	font-size: 16px;
 	font-weight: 500;
 	line-height: 1.10;
 	transition: 0.3s;

 	&:hover {
 		color: #D3D3D3;
 	}
 }

 /* --------------- about__header ------------*/
.about__header__bottom {
	padding: 14px 0 14px 0;
}
.about__header__bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.header__confirm .container{
	border-bottom: 0;
}
.about__header__logo {
	width: 86px;
	height: 33.74683px;
}
.about__header__logo a {
	transition: 0.3s;
}
.about__header__logo a:hover {
	opacity: 0.6;
}
.about__header__nav ul {
	display: flex;
	align-items: center;
	gap: 30px;
}
.about__header__nav ul li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	transition: 0.3s;

	&:hover {
		color: #D3D3D3;
	}
}

.header__btns {
	display: flex;
	align-items: center;
	gap: 30px;
}

.menu-icon {
	display: none;
	width: 32px;
	height: 32px;
}

/* --------------- about__hero ------------*/
  
.about__hero__content{
	margin-top: -120px;
}
.about__hero__content .container{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.about__hero__content-left{
	padding-bottom: 162px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.about__hero .subtitle{
	width: 226px;
	height: 34px;
}
.about__hero-title{
	max-width: 650px;
	color:  #171A15;
	font-size: 86px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -1.72px;
}
.about__hero-text{
	max-width: 550px;
	color:  #171A15;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.20; 
}
.about__hero__content-right  img {
	width: 652px;
	height: 800px;
	position: relative;
	z-index: -1;
	right: -80px;
	aspect-ratio: 1/1;
}

/* --------------- start ------------*/
.start{
	padding: 120px 0 60px 0;
}
.start .container{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.start__block{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.start__block .subtitle{
	width: 189px;
	height: 34px;
}
.start__title{
	max-width: 524px;
	font-size: 76px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.52px;
}
.start__list{
	display: flex;
	justify-content: flex-end;
}
.start__list ul{
	display: flex;
	gap: 32px;
}
.start__list ul li{
	max-width: 403px;
}
.start__list ul li p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.20; 
}
.start__line{
	max-width: 1280px;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
}
.start__list-img ul{
	display: flex;
	align-items: center;
	gap: 24px;
}
.start__list-img li{
	position: relative;
}
.start__list-item-1 img{
	max-width: 845px;
}
.start__list-item-2 img {
	max-width: 411px;
}
.start__list-img p{
	position: absolute;
	top: 30px;
	left: 30px;
	color:  #E9FF9C;
	font-size: 14px;
	font-weight: 600;
	line-height: 1; 
	letter-spacing: -0.28px;
	text-transform: uppercase;
	z-index: 100;
}
.start__list-img ul li p span {
	padding-right: 8px;
}
.start__list-icon ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.start__list-icon ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.start__list-icon ul li svg{
	width: 36px;
	height: 36px;
	aspect-ratio: 1/1;
}
.start__list-icon ul li p{
	color:  #171A15;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.20;
}

/* --------------- care------------*/
.care{
	padding: 120px 0 180px 0;
}
.care .container{
	display: flex;
	flex-direction: column;
}
.care__line{
	max-width: 1280px;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
	margin: 0 0 36px 0;
}
.care__top{
	margin: 0 0 80px 0;
}
.care__top .subtitle{
	width: 169px;
	height: 34px;
	margin: 0 0 24px 0;
}
.care__title{
	max-width: 697px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -0.8px;
}
.care__bottom ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 37px;
}
.care__bottom ul li{
	display: flex;
	width: 402px;
	height: 265px;
	padding: 24px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 16px;
	background:  #E8E5DF;
}
.care__botoom-number{
	display: flex;
	width: 53px;
	height: 53px;
	padding: 10px 18px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, 0.40);
	aspect-ratio: 1/1;
}
.care__botoom-number p{
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.28px;
	text-transform: uppercase;
}
.care__botoom-block{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.care__botoom-block h4{
	font-size: 33px;
	font-weight: 500;
	line-height: 1.10; 
}
.care__botoom-block p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.20;
}

 /* ============== PAGE CONTACT ============== */
 /* -------------- contact__hero-------------- */
.contact__hero{
	padding: 0 0 140px 0;
}
.contact__hero-content .container{
	display: flex;
	flex-direction: column;
	gap: 57px;
}
.contact__hero-content{
	padding: 80px 0 0 0;
}
.contact__hero-content-top img{
	display: none;
}
.contact__hero-content-title{
	max-width: 686px;
	font-size: 86px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -1.72px;
}
.contact__hero-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	place-items: end;
}
.contact__hero-item-2, .contact__hero-item-3{
	display: flex;
	width: 385px;
	height: 289px;
	padding: 0 48px 48px 0;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-right: 1px solid rgba(0, 0, 0, 0.16);
}
.contact__hero-item-2 h4,
.contact__hero-item-3 h4{
	font-size: 14px;
	font-weight: 600;
	line-height: 1; 
	letter-spacing: -0.28px;
	text-transform: uppercase;
}
.contact__hero-item-2 h4 span,
.contact__hero-item-3 h4 span{
	padding-right: 5px;
}
.contact__hero-item-2 p,
.contact__hero-item-3 p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.20; 
	letter-spacing: -0.48px;
}

/* --------------- contact__info ------------*/
.contact__info {
	padding: 120px 0 267px 0;
	background-image: url('../images/contact__info_bg-des.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contact__info .container{
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.info__subtitle{
	color:  #E9FF9C;
	font-size: 14px;
	font-weight: 600;
	line-height: 1; 
	letter-spacing: -0.28px;
	text-transform: uppercase;
}
.info__subtitle span{
	padding-right: 5px;
}
.contact__info-block{
	display: flex;
	justify-content: space-between;
}
.contact__info-title{
	max-width: 333px;
	color:  #E9FF9C;
	font-size: 40px;
	font-weight: 500;
	line-height: 1; 
	letter-spacing: -0.8px;
}
.contact__info__list{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 24px;
}
.contact__info__item{
	display: flex;
	width: 402px;
	max-height: 292px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	border-radius: 16px;
	background: rgba(66, 66, 66, 0.30);
	backdrop-filter: blur(10px);
}
.contact__info__item-top{
	display: flex;
	align-items: center;
	gap: 16px;
}
.contact__info__item-svg-block{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.info__item-svg svg {
	width: 24px;
	height: 24px;
	aspect-ratio: 1 / 1;
}
.contact__info__item-top-text{
	color:  #E9FF9C;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.20; 
}
.contact__info__item-bottom{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.contact__info__item-bottom a{
	color:  #E9FF9C;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1; 
	text-decoration-line: underline;
}
.contact__info__item-bottom p{
	color:  #E9FF9C;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.20;
}

/* --------------- check__order ------------*/
.check__order{
	padding: 120px 0;
}
.check__order .container{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.check__order-left{
	max-width: 519px;
	display: flex;
	flex-direction: column;
}
.check__order-left .subtitle{
	width: 188px;
	height: 34px;
	margin: 0 0 24px 0;
}
.check__order-left h2{
	font-size: 76px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.52px;
	margin: 0 0 24px 0;
}
.check__order-left p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.20; 
	letter-spacing: -0.48px;
}
.check__order-right{
	display: flex;
	width: 519px;
	flex-direction: column;
	padding: 40px;
	gap: 36px;
	flex-shrink: 0;
	border-radius: 20px;
	background:  #FFF;
}
.check__order-right-title{
	font-size: 33px;
	font-weight: 500;
	line-height: 1.10; 
}
.check__order__form form{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.check__order__form form label{
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.20;
}
.check__order__form form label input{
	width: 100%;
	height: 47px;
	display: flex;
	padding: 14px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid  #EAEAEA;
	background:  #FFF;
	overflow: hidden;
}
.check__order__form form label input::placeholder{
	color:  #848477;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.20; 
}
.check__order-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 24px 0 0  0;
}
.check__order-btn .primary__btn{
	width: 100%;
	height: 42px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

	background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1000ms infinite linear;
	-moz-animation: spinner 1000ms infinite linear;
	-ms-animation: spinner 1000ms infinite linear;
	-o-animation: spinner 1000ms infinite linear;
	animation: spinner 1000ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.blur {
	filter: blur(10px);
}

.have-order, .no-order {
	display: none;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
	box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
	color: #666 !important;
}

button:disabled {
	pointer-events: none;
	opacity: 0.5;
}

.btn-live-chat {
	text-decoration: none;
}

.b-order-top__cancelled {
	margin: 0 0 63px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}


