html,body{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	display: flex;
	flex-direction: column;
	margin: 0;
	color: #2B362B;
	font-size: 19px;
	background: #FBFAF8;
	font-style: normal;
	line-height: normal;
	font-family: "Sofia Pro", sans-serif;
	position: relative;
	width: 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;
}
p {
	margin:0;
}

p a{
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}

img{
	display: block;
	max-width: 100%;
}
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


/*== buttons
---------------------------------*/
.orange__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9.38px;
	width: 106px;
	height: 34px;
	border-radius: 9.714px;
	border: 0.81px solid #F34100;
	background: #F34100;
	color: #FFF;
	text-align: center;
	font-family: "Inter Tight";
	font-size: 11.333px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	transition: 0.3s;
}
.orange__btn:hover{
	background: #FD711B;
}
.orange__btn:active{
	background: #FD711B;
}
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;
}

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: 500;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	transition: 0.3s;
	padding: 0 15px 0 33px;

}
.b-input-text::-webkit-input-placeholder{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: #A7A7A7;
}
.b-input-text:-moz-placeholder{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: #A7A7A7;
}
.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: 18px;
	color: #888888;	
}
.b-textarea::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;	
}
.b-textarea:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;		
}
/*== 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;
	color:  #2B362B;
	font-family: "Sofia Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4; 
	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: 21px;
	height: 21px;
	background: #FFFFFF;
	border: 1px solid #2B362B;
	border-radius: 100%;
	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: #414141;
	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  #2B362B;
	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{
	color:  #2B362B;
	font-family: "Sofia Pro";
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
select{
	outline: none;
	font-family: inherit;
}
.b-select{
	border-radius:  8px;
	border: 1px solid  #DADADA;
	background:  #FFF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	width: 100%;
	height: 41px;
	color: #2B362B;
	font-family: "Sofia Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	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{
	flex: 1;
}

/* -------------- 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;
	width: 106px;
	height: 106px;
	transition: 0.3s;

	&:hover {
		opacity: 0.7;
	}

}
.chat__wrapper{
	position: relative;
	width: 106px;
	height: 106px;
}
.chat__text{
	animation: rotate 15s linear infinite reverse;
}
.chat__svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	} 
}


/* -------------- animation -------------- */
@keyframes marqueeScroll {
	0% {
		transform: translateX(50);
	}

	100% {
		transform: translateX(-40%);
	} }

	@keyframes marqueeScroll-2 {
		0% {
			transform: translateX(-50%);
		}
	
		100% {
			transform: translateX(100);
		} 
	}
	@keyframes scrollUp-des {
		0% {
			transform: translateY(0);
		}
  
		100% {
			transform: translateY(-70%);
		} 
  }
	  @keyframes scrollUp-tab {
	  0% {
		  transform: translateY(0);
	  }
	
	  100% {
		  transform: translateY(-55%);
	  } 
	  }
	  @keyframes scrollUp-mob {
		  0% {
			  transform: translateX(0);
		  }
	  
		  100% {
			  transform: translateX(-130%);
		  }
	  }
  

	.marquee {
		overflow: hidden;
		width: 100%;
	}
	
	.marquee__inner {
		display: flex;
		width: max-content;
		animation: marqueeScroll 15s linear infinite;  
	}
	.marquee-2 {
		overflow: hidden;
		width: 100%;
	}
	
	.marquee__inner-2 {
		display: flex;
		width: max-content;
		animation: marqueeScroll-2 20s linear infinite;  
	}


 /* ============== PAGE HOME ============== */

/* -------------- header-------------- */
.header{
	background:  #FBFAF8;
}
.header__bottom{
	padding: 12px 0 12px 0;
}

.header__bottom .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__animation{
	background: #3F423C;
}
.header__top{
	padding: 6.5px 0 6.5px 0;
}
.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
}
.header__top-mail, .header__top-tel{
	display: flex;
	gap: 8px;
	align-items: end;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.40;
	opacity: 0.6;
	margin: 0 300px 0 0;
}
.header__top-mob{
	display: none;
	padding: 6px 0;
	background: #3F423C;
}
.header__top-mob .container{
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: center;
}
.header__top-mob-mail,
.header__top-mob-tel {
	display: flex;
	gap: 8px;
	align-items: end;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.40;
	opacity: 0.6;
}
.header__logo a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 6px;
	transition: 0.3s;

	&:hover p{
		color: #F67E52;
	}

	&:hover svg path{
		fill: #F67E52;
	}

}
.header__logo a svg{
	width: 23px;
	height: 24px;
	transition: 0.3s;
}
.header__logo a svg path{
	transition: 0.3s;
}
.header__logo a p{
	color: #2B362B;
	font-size: 20px;
	font-weight: 400;
	transition: 0.3s;
}
.header__list{
	display: flex;
	align-items: center;
	gap: 30px;
}
.header__list li{
	color: #2B362B;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.10;
}
.header__list li a{
	color: #2B362B;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.10;
	transition: 0.3s;
}

.header__list li a:hover{
	color: #F67E52;
}
.header__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.header-des__btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 48px;
	border-radius:  1000px;
	background:  #5E8BB3;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10;
	transition: 0.3s;

	&:hover{
		background: #F67E52;
	}
}
.header-tab__btn{
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 148px;
	height: 40px;
	border-radius:  1000px;
	background:  #5E8BB3;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.10;
	transition: 0.3s;
}
.header-mob__btn{
	display: none;
	width: 66px;
	height: 38px;
	padding: 11px 24px 9px 24px;
	border-radius: 1000px;
	background: #5E8BB3;
}
.header-mob__btn svg{
	width: 18px;
	height: 18px;
}
.mob-menu__btn {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 48px;
	border-radius: 1000px;
	background: #5E8BB3;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10;
	transition: 0.3s;
}

/* -------------- main -------------- */

/* --------------- hero ------------*/

.hero{
	padding: 80px 0 0 0;
	background: linear-gradient(180deg, #F4F1ED 60.52%, #FBFAF8 100%);
}
.hero__wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.hero__star{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.star__wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}
.hero__title{
	text-align: center;
	color: #2B362B;
	font-size: 82px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -4.92px;
}
.hero__title span{
	color: #5E8BB3;
	text-align: center;
	font-size: 82px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -4.92px;
}
.hero__text{
	max-width: 685px;
	color: #2B362B;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.30; 
}
.hero img{
	width: 100%;
	border-radius: 0px 0px 40px 40px;
}

/* --------------- advantages ------------*/

.advantages{
	padding: 160px 0 160px 0;
}
.advantages__top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 60px 0;
}
.advantages__title{
	max-width: 543px;
	color: #2B362B;
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -4.08px;
}
.advantages__top p{
	max-width: 411px;
	color:  #2B362B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
}
.advantages__list{
	display: flex;
	align-items: center;
	gap: 24px;
}
.advantages__list li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 410px;
	height: 562px;
	border-radius: 20px;
	padding: 46px 30px;
	background: #E2DED7;
}
.advantages__list .advantages__bg-1{
	background-image: url("../images/advantages-1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.advantages__list .advantages__bg-2 {
	background-image: url("../images/advantages-2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.advantages__list .advantages__bg-3 {
	background-image: url("../images/advantages-3.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.advantages__subtitle{
	color:  #2B362B;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1; 
	letter-spacing: -2.16px;
	margin: 0 0 6px 0;
}
.advantages__text{
	max-width: 309px;
	color: #2B362B;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.3; 
}
.advantages__item-1, .advantages__item-2, .advantages__item-3{
	height: 34.736px;
	padding: 0 20.17px;
	display: flex;
	align-items: center;
	color:  #2B362B;
	font-size: 18.488px;
	font-weight: 300;
	line-height: 1.30; 
	border-radius: 280.128px;
	background: #DCE4E5;
}
.advantages__item-1{
	width: 120.33841px;
}
.advantages__item-2 {
	width: 98.33841px;
}
.advantages__item-3 {
	width: 135.33841px;
}


/* --------------- balance ------------*/

.balance{
	padding: 160px 0;
	background: #F4F1ED;
	
}
.balance .container{
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.balance__top, .balance__bottom{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 234px;
}
.balance__top-left, .balance__bottom-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.balance__text-orange{
	color:  #FD7847;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.40;
	margin: 0 0 12px 0;
}
.balance__title{
	color:  #2B362B;
	font-size: 68px;
	font-weight: 400;
	line-height: 1; 
	letter-spacing: -4.08px;
	margin: 0 0 24px 0;
}
.balance__text{
	color:  #2B362B;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3; 
}
.balance__text span{
	color:  #5E8BB3;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
	text-decoration-line: underline;
}

.balance__top-right img, .balance__bottom img{
	border-radius: 30px;
	width: 518px;
}


/* --------------- animation__block ------------*/


.animation__block {
	display: flex;
	flex-direction: column;
	background: #F4F1ED;
	padding: 0 0 160px 0;
	gap: 30px;
}

.animation__list-1, .animation__list-2{
	display: flex;
}
.animation__item{
	display: flex;
	height: 60px;
	padding: 0px 36px 0px 36px;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	border: 1px solid #A3A8A0;
	color: #2B362B;
	font-size: 33px;
	font-weight: 300;
	line-height: 1.3; 
	margin: 0 30px 0 0;
}
.animation__img{
	width: 210px;
	height: 62px;
	border-radius: 500px;
	margin: 0 30px 0 0;
}


/* --------------- essence ------------*/
.essence{
	padding: 160px 0;
}
.essence .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 100px;
}
.essence__top{
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
	max-width: 782.651px;
}
.essence__title{
	color:  #2B362B;
	text-align: center;
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -4.08px;
	margin:  0 0 16px 0;
}
.essence__title span{
	color:  #5E8BB3;
}
.essence__text{
	color:  #2B362B;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
}
.essence__bottom ul{
	display:  flex;
	align-items: center;
	justify-content: space-between;
	gap: 84px;
}
.essence__bottom ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 36px;
}
.essence__bottom ul li svg{
	width: 60px;
	height: 60px;
}
.essence__bottom ul li h4 {
	color:  #2B362B;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.10; 
	letter-spacing: -0.96px;
	margin: 0 0 12px 0;
}
.essence__bottom ul li p {
	color:  #2B362B;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 130%; /* 31.2px */
}


/* --------------- reviews ------------*/
.reviews{
	padding: 160px 0;
	background: #F4F1ED;
}
.reviews .container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.reviews__top{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}
.reviews__top h2{
	max-width: 628px;
	color:  #2B362B;
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -4.08px;
}
.reviews__top p{
	max-width: 411px;
	color: #2B362B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.30;
}
.reviews__bottom ul{
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}
.reviews__bottom ul li{
	display: flex;
	width: 302px;
	height: 336px;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	border-radius: 20px;
	background:  #FFF;
}
.reviews__bottom ul li p {
	color:  #2B362B;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.3;
}
.reviews__bottom ul li .reviews__client-block p{
	color: #2B362B;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}
.reviews__slide{
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}
.reviews__block{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.reviews__star{
	display: flex;
	gap: 3px;
}
.reviews__star svg{
	width: 12px;
	height: 12px;
}
.reviews__client{
	display: flex;
	gap: 16px;
}
.reviews__client img{
	width: 45px;
	height: 45px;
	border-radius: 6px;
}
.reviews__client-block{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2px;
}
.reviews__client-block h4{
	color:#2B362B;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -1.08px;
}
.reviews__client-block p{
	color: var(--Dark, #2B362B);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3; 
}
.swiper{
	display: none;
}



/* --------------- footer ------------*/
.footer{
	padding: 40px 0;
	background: #3F423C;
}
.footer .container{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__left{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.footer__left p {
	max-width: 209px;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.30;
}
.footer__logo svg path {
	transition: 0.3s;
}
.footer__logo{
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition: 0.3s;

	&:hover {
		color: #F67E52;
		
	}

		&:hover svg path{
			fill: #F67E52;
		}
}
.footer__logo a{
	display: flex;
	align-items: center;
	gap: 6px;
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	transition: 0.3s;

	&:hover {
		color: #F67E52;
		}
}

.footer__nav ul{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer__nav ul li a{
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.10;
	transition: 0.3s;

	&:hover{
		color: #F67E52;
	}
}
.footer__right{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer__mail a{
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.10;
	transition: 0.3s;
	
		&:hover {
			color: #F67E52;
		}
}
.footer__mail p {
	color:  #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.30;
	opacity: 0.5;
}
.footer__tel a{
	color:  #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.10;
	transition: 0.3s;
	
		&:hover {
			color: #F67E52;
		}
	
}
.footer__tel  p{
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.30;
	opacity: 0.5;
}
.footer__line{
	height: 1px;
	opacity: 0.2;
	background: #FFF;	
}
.footer__bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__bottom a{
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.30; 
	opacity: 0.5;
	transition: 0.3s;
	
		&:hover {
			color: #F67E52;
		}
}
.footer__bottom-right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;

}



 /* ============== PAGE ABOUT US ============== */
  /* --------------- about-hero ------------*/
  .about__hero{
	background: linear-gradient(180deg, #F4F1ED 60.52%, #FBFAF8 100%);
  }
  .about__hero .container{
		display: flex;
		justify-content: space-between;
		gap: 20px;
  }
  .about__hero-left{
	max-width: 586px;
	padding: 170.5px 0;
	
  }

  .about__hero-title{
	color:  #2B362B;
	font-size: 82px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -4.92px;
	margin: 0 0 16px 0;
  }
  .about__hero-title span{
	color: #5E8BB3;
  }

  .about__hero-text{
	color:  #2B362B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3; 
  }
  .about__hero-right{
	overflow: hidden;
	height: 720px;
  }
  .about__hero-right ul{
	display: flex;
	flex-direction: column;
	gap: 20px;
	animation: scrollUp-des 10s linear infinite;
  }
  .about__hero-right ul li img{
	width: 411px;
	border-radius: 30px;
  }
  

 /* --------------- about ------------*/

 .about {
 	padding: 160px 0;
 	background: #F4F1ED;
 }

 .about .container {
 	display: flex;
 	flex-direction: column;
 	gap: 100px;
 }

 .about__top {
 	display: grid;
 	grid-template-columns: repeat(2, 1fr);
 	gap: 326px;
 }

 .about__top-left {
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
 }

 .about__text-orange {
 	color: #FD7847;
 	font-size: 21px;
 	font-weight: 500;
 	line-height: 1.40;
 	margin: 0 0 12px 0;
 }

 .about__title {
 	color: #2B362B;
 	font-size: 68px;
 	font-weight: 400;
 	line-height: 1;
 	letter-spacing: -4.08px;
 	margin: 0 0 30px 0;
 }

 .about__text {
 	max-width: 411px;
 	color: #2B362B;
 	font-size: 24px;
 	font-style: normal;
 	font-weight: 300;
 	line-height: 1.3;
 }

 .about__top-right {
 	display: flex;
 	align-items: center;

 }

 .about__bottom {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .about__bottom img {
 	max-width: 100%;
 	border-radius: 40px;
 }

/* --------------- about-essence ------------*/
.about-essence {
	padding: 0 0 160px 0;
	background: #F4F1ED;
}

.about-essence .container {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.about-essence__top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 241px;
}
.about-essence__text-orange {
	color: #FD7847;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.40;
	margin: 0 0 12px 0;
}
.about-essence__title {
	max-width: 640px;
	color: #2B362B;
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -4.08px;
}
.about-essence__text {
	max-width: 411px;
	color: #2B362B;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
}
.about-essence__list ul{
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.about-essence__list ul li{
	display: flex;
	flex: 0 0 408px;
	height: 425px;
	padding: 40px 30px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	border-radius: 20px;
	border: 1px solid #A3A8A0;
	background:  #FBFAF8;
}
.about-essence__list ul li h4{
	color: #2B362B;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.96px;
}
.about-essence__list ul li svg{
	width: 90px;
	height: 90px;
}
.about-essence__list ul li p{
	color:  #2B362B;
	text-align: center;
	font-size: 16px;
	font-weight:300;
	line-height: 1.3; 
}
.about-essence__list ul li p span{
	color: #2B362B;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3; 
}

/* --------------- about__support ------------*/
.about__support{
	padding: 160px 0;
}
.about__support .container{
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.about__support-top,
.about__support-bottom {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 243px;
}
.about__support-top-left,
.about__support-bottom-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about__support-text-orange {
	color: #FD7847;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.40;
	margin: 0 0 12px 0;
}
.about__support-top-left h2,
.about__support-bottom-right h2 {
	color:  #2B362B;
	font-size: 68px;
	font-weight: 400;
	line-height: 1; 
	letter-spacing: -4.08px;
	margin: 0 0 24px 0;
}
.about__support-top-left ul,
.about__support-bottom-right ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.about__support-top-left ul li p,
.about__support-bottom-right ul li p{
	max-width: 519px;
	color:  #2B362B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
}
.about__support-top-left ul li,
.about__support-bottom-right ul li {
	display: flex;
	position: relative;
	padding:0 0 0 15px;

}
.about__support-top-left ul li::before,
.about__support-bottom-right ul li::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	top: 20%;
	left: 0;
}
.about__support-top-right img,
.about__support-bottom-left img{
	border-radius: 30px;
}

 /* ============== PAGE SUPPORT ============== */

 /* --------------- support ------------*/

.support{
	padding: 80px 0 140px 0;
	background:  #F4F1ED;
}
.support .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.support__left{
	display: flex;
	flex-direction: column;
}
.support__text-orange{
	color:  #FD7847;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.4; 
	margin: 0 0 12px 0;
}
.support__title{
	max-width: 586px;
	color:  #2B362B;
	font-size: 82px;
	font-weight: 400;
	line-height: 1.1; 
	letter-spacing: -4.92px;
	margin: 0 0 16px 0;
}
.support__text{
	max-width: 586px;
	color:  #2B362B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.30; 
}
.support__right{
	width: 519px;
	height: 519px;
	padding: 40px;
	border-radius: 30px;
	background: #FFF;
}
.support__form{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.support__form div{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;

}
.support__form h3{
	color: #3F3F3F;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.10;
	letter-spacing: -0.96px;
}
.support__form label {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6px;
	color:  #2B362B;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4; 
}
.support__form label input{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 41px;
	display: flex;
	padding: 10px 14px;
	align-items: center;
	border-radius: 8px;
	border: 1px solid  #DADADA;
	background:  #FFF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.support__form label input::placeholder {
	color:  #767876;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.30;
}
.support__btn {
	display: flex;
	height: 48px;
	padding: 15px 36px 15px 36px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	align-self: stretch;
	border-radius:  1000px;
	background:  #5E8BB3;
	color:  #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10;
	transition: 0.3s;

	&:hover{
		background: #F67E52;
	}
}

 /* --------------- about__support ------------*/
.connect{
	padding: 140px 0;
 }
 .connect .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
 }
 .connect__title{
	color:  #2B362B;
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -4.08px;
 }
 .connect__block{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
 }
 .connect__mail, .connect__tel{
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
 }
 .connect__mail div,
 .connect__tel div{
 	display: flex;
	flex-direction: column;
 	gap: 4px;
 	

 }
 .connect__mail a,
 .connect__tel a {
	color:  #2B362B;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1; 
	transition: 0.3s;
	&:hover{
		color:#F67E52;
	}
 }
 .connect__mail p,
 .connect__tel p {
	color: var(--Grey, #767876);
	font-size: 16px;
	font-weight: 30;
	line-height: 1.3; 
 }
.connect__line{
	width: 1px;
	height: 45px;
	background:  #DADADA;
}

/* 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;
}