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: "Neue Montreal", sans-serif;
	color: #221E1B;
	background: #F1F1F1;
	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: 400;
	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: #221E1B;
	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: 18px;
	font-weight: 400;
	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-bottom: 1px solid  #D3D3D3;
	background:  #FFF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	width: 100%;
	height: 47px;
	color: #221E1B;
	font-family:  Neue Montreal;
	font-size: 16px;
	font-weight: 400;
	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;
}
.container__bg {
	max-width: 1440px;
	margin: 0 auto 0;
}
*{
	-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:  1000px;
	background:  #221E1B;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 3px 3px 24px;
	width: 193px;
	height: 54px;
	color: #FFF;
	font-family: Neue Montreal;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10;
	text-decoration: none;
	transition: 0.3s;
}
.primary__btn-text{
	transition: 0.3s;
}
.primary__btn-svg, .header__btn-mob{
	width: 48px;
	height: 48px;
	border-radius: 100px;
	background:  #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.primary__btn:hover {
	padding: 3px 24px 3px 3px;

	.primary__btn-text{
		transform: translateX(100%);
	}
	.primary__btn-svg{
		transform: translateX(-245%);
	}
}
.primary__btn:hover::before {
	left: 0;
}
.primary__btn span{
	position: relative;
	z-index: 1;
}
.primary__btn2 {
	position: relative;
	overflow: hidden;
	border-radius: 1000px;
	background: #221E1B;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 54px;
	color: #FFF;
	font-family: Neue Montreal;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10;
	text-decoration: none;
	transition: 0.3s;

	&:hover{
		background: #FFF;
		color: #221E1B;
		border: 1px solid var(--Dark, #221E1B);

	}
}
.secondary__btn {
	position: relative;
	overflow: hidden;
	border-radius:  1000px;
	background:  #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 3px 3px 24px;
	width: 193px;
	height: 54px;
	color: #221E1B;
	font-family: Neue Montreal;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10;
	text-decoration: none;
	transition: 0.3s;
}
.secondary__btn-text {
	transition: 0.3s;
}

.secondary__btn-svg{
	width: 48px;
	height: 48px;
	border-radius: 100px;
	background: #221E1B;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.secondary__btn span {
	position: relative;
	z-index: 1;
}
.secondary__btn:hover {
	padding: 3px 24px 3px 3px;
	
		.secondary__btn-text {
			transform: translateX(100%);
		}
	
		.secondary__btn-svg {
			transform: translateX(-245%);
		}
}
.secondary__btn2 {
	position: relative;
	overflow: hidden;
	border-radius: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid  #221E1B;
	width: 170px;
	height: 54px;
	color: #221E1B;
	font-family: Neue Montreal;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10;
	text-decoration: none;
	transition: 0.3s;

	&:hover {
		background: #221E1B;
		color: #FFF;
		border: none;

	}
}


/* -------------- 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: 90px;
	height: 90px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 225px;
	background: #221E1B;
	box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.20);
	transition: 0.3s;

	&:hover {
		width: 92px;
		height: 92px;
		box-shadow: 0 16.356px 40.889px 0 rgba(33, 45, 61, 0.20);
	}
	&:hover svg path {
		stroke: #777;
	}
}
.chat__wrapper svg{
	width: 40.5px;
	height: 40.5px;
	transition: 0.3s;

	&:hover{
		width: 41.4px;
		height: 41.4px;
	}
}

/* -------------- animation -------------- */



 /* ============== PAGE HOME ============== */
/* -------------- main -------------- */

/* -------------- contact__top-------------- */
.contact__top{
	padding: 8px 0;
}
.contact__top .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact__top a{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.10;
	transition: 0.3s;

	&:hover{
		color: #D3D3D3;
	}
}
/* --------------- hero ------------*/
.hero{
}
.hero__bg{
	max-width: 1440px;
	margin: 0 auto;
	background-image: url('../images/hero_bg-des-1x.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.hero__block{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 774px;
	max-height: 774px;
	padding: 0 0 67px 0;
	gap: 40px;
}
.hero__content .container{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.hero__content-left{
	max-width: 568px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.hero__title{
	color:  #FFF;
	font-size: 96px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.92px;
}
.hero__text{
	color:  #FFF;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.10; 
}
.hero__content-right {
	display: flex;
	flex-direction: column;
}
.hero__list{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.hero__item{
	display: flex;
	align-items: center;
	gap: 12px;
}
.hero__item svg{
	width: 48px;
	height: 48px;
	aspect-ratio: 1/1;
}
.hero__item-block{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.hero__item-block h3{
	color:  #FFF;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.10; 
}
.hero__item-block p {
	max-width: 281px;
	color:  #EAEAEA;
	font-size: 16px;
	line-height: 1.20;
}
/* --------------- header ------------*/
.header{
	padding: 12px 0;
}
.header__confirm{
	background:  #221E1B;
	backdrop-filter: blur(5px);
}
.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo{
	width: 200.19px;
	height: 44px;
}
.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: 18px;
	font-weight: 500;
	line-height: 1.1; 
	transition: 0.3s;

	&:hover{
		color: #D3D3D3;
	}
}
.header__block{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 36px;
}
.header__btns{
	display: flex;
	align-items: center;
	gap: 30px;
}
.menu-icon{
	display: none;
	width: 32px;
	height: 32px;
}
.header__btn-mob{
	display: none;
}
/* --------------- advantages------------*/
.advantages{
	padding: 60px 0;
}
.advantages__wrap{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.advantages__block .container{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 60px;
}
.advantages__subtitle{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
}
.advantages__title{
	max-width: 800px;
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.64px;
}
.advantages__list{
	display: flex;
	gap: 24px;
	animation: marqueeScroll 15s linear infinite;
}
@keyframes marqueeScroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.advantages__item-1, 
.advantages__item-2, 
.advantages__item-3, 
.advantages__item-4, 
.advantages__item-5{
	display: flex;
	width: 411px;
	height: 496px;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 0;
}
.advantages__item-1 {
	background-image: url('../images/advantages-img-1-1x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.advantages__item-2 {
	background-image: url('../images/advantages-img-2-1x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.advantages__item-3 {
	background-image: url('../images/advantages-img-3-1x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.advantages__item-4 {
	background-image: url('../images/advantages-img-4-1x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.advantages__item-5 {
	background-image: url('../images/advantages-img-5-1x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.advantages__item-top{
	display: flex;
	align-items: center;
	justify-content:flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.advantages__item-top-svg {
	padding: 17px;
}
.advantages__item-top h4{
	color:  #FFF;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.10; 
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding: 17px;
}
.advantages__item-text{
	color:  #EAEAEA;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.20; 
	padding: 0 24px 24px 24px;
}

/* --------------- essence ------------*/
.essence{
	padding: 60px 0 0 0;
}
.essence__top .container{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
}
.essence__top-left{
	max-width: 800px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.essence__subtitle{
	display: flex;
	align-items: center;
	gap: 8px;
	color:  #221E1B;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
}
.essence__title{
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.64px;
}
.essence__top-right{
	max-width: 420px;
}
.essence__top-right p{
	color:  #221E1B;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.20; 
}
.essence__line{
	padding-top: 60px;
	border-bottom: 1px dashed  #B1AFAF;
}
.essence__list{
	display: flex;
	gap: 40px;
}
.essence__item{
	padding: 60px 22px 60px 0;
	display: flex;
	flex-direction: column;
	gap: 60px;
	border-right: 1px dashed #B1AFAF;
}
.essence__item:nth-child(4){
	border-right: none;
}
.essence__item-svg{
	width: 62px;
	height: 62px;
	aspect-ratio: 1 / 1;
	display: flex;
	padding: 20px;
	align-items: center;
	border-radius: 1000px;
	background:  #C5B197;
}
.essence__item-bottom{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.essence__item-bottom h4{
	color:  #221E1B;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.10; 
}
.essence__item-bottom p{
	max-width: 273px;
	color: #221E1B;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.20;
}
/* --------------- info ------------*/
.info .container__bg{
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #C5B197;
	gap: 40px;
}
.info__left picture,
.info__left img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info__right{
	padding: 60px 80px 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.info__right-top{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.info__subtitle{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
}
.info__title{
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.64px;
}
.info__right-bottom{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.info__text{
	font-size: 40px;
	font-weight: 500;
	line-height: 1.10; 
	letter-spacing: -0.8px;
}
/* --------------- balance ------------*/
.balance{
	padding: 120px 0;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.balance__top .container{
	max-width: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.balance__title{
	text-align: center;
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -1.64px;
}
.balance__text{
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.30; 
}
.balance__bottom .container{
	max-width: 1120px;
	position: relative;
}
.balance__bottom-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 862px;
	color:  #FFF;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.10; 
	letter-spacing: -0.8px;
}

/* --------------- reviews ------------*/
.reviews{
	padding: 60px 0;
	background:  #221E1B;
}
.reviews .container{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
}
.reviews__subtitle{
	display: flex;
	align-items: center;
	gap: 8px;
	color:  #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
}
.swiper,
.swiper2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper2{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.swiper2 .swiper-slide {
	opacity: 0 !important;
	transition: opacity 0.8s ease-in-out !important;
	pointer-events: none;
}

.swiper2 .swiper-slide-active {
	opacity: 1 !important;
	pointer-events: auto;
}
.reviews__text{
	color:  #FFF;
	font-size: 66px;
	font-weight: 500;
	line-height: 1.10; 
	letter-spacing: -1.32px;
	margin: 0 0 60px 0;
}
.reviews__block{
	display: flex;
	align-items: center;
	gap: 16px;
}
.reviews__block img{
	width: 66px;
	height: 66px;
	aspect-ratio: 1/1;
	border-radius: 200px;
}
.reviews__block-wrap{
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.reviews__block-wrap-text{
	color:  #777;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.20; 
}
.swiper__bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reviews__navigation{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.swiper-button-prev2, .swiper-button-next2{
	width: 48px;
	height: 48px;
	aspect-ratio: 1 / 1;
	display: flex;
	padding: 12px;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	border: 0.5px solid  #FFF;
	transition: 0.3s;

	&:hover{
		background:  #FFF;
	}
	&:hover svg path{
		stroke: #221E1B;
	}
}
.swiper-button-prev2 svg,
.swiper-button-next2 svg {
	width: 24px;
	height: 24px;
	transition: 0.3s;
}
.swiper-pagination2{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.swiper-pagination-bullet{
	width: 110px;
	height: 2px;
	background:  #777;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.swiper-pagination-bullet-active {
	background: #FAFAFA;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0;
	gap: 0;
}

/* --------------- footer ------------*/
.footer{
	padding: 60px 0;
	background: var(--Background, #F1F1F1);
}
.footer__confirm{
	background:  #EAEAEA;
}
.footer .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__logo{
	width: 220px;
}
.footer__logo img{
	width: auto;
	height: 33.49935px;
}
.footer__list{
	display: flex;
	align-items: center;
	gap: 60px;
}
.footer__list li a{
	color: #777;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.10;
	transition: 0.3s;

	&:hover{
		color: #D3D3D3;
	}
}
.footer__text{
	color:  #777;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.10; 
}
 /* ============== PAGE ABOUT US ============== */

  /* --------------- about__hero ------------*/
.about__hero__bg {
  	max-width: 1440px;
  	margin: 0 auto;
  	background-image: url('../images/about__hero_bg-des-1x.jpg');
  	background-repeat: no-repeat;
  	background-position: center;
}
.about__hero__block {
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	gap: 80px;
}
.about__hero__content {
  	display: flex;
	flex-direction: column;
  	justify-content: space-between;
	gap: 135px;
}
.about__hero__content-top-wrap{
	max-width: 570px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.about__hero__title{
	color:  #FFF;
	font-size: 96px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.92px;
}
.about__hero__text{
	color:  #FFF;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.10;
}
.about__hero__content-bottom{
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.about__hero__content-bottom .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about__scroll a{
	color:  #B1AFAF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
	transition: 0.3s;

	&:hover{
		opacity: 0.3;
	}
}
.about__about{
	display: flex;
	align-items: center;
	color:  #B1AFAF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
	transition: 0.3s;

	&:hover{
		opacity: 0.3;
	}

}
.about__about span{
	padding: 0 6px 0 0;
}
/* --------------- care ------------*/
.care{
	padding: 120px 0 60px 0;
}
.care__title{
	max-width: 800px;
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.64px;
}
.care__line{
	margin: 60px 0;
	height: 1px;
	border-top: 1px dashed #B1AFAF;
}
.care__block .container{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.care__block-left{
	max-width: 242px;
}
.care__block-center{
	max-width: 375px;
}
.care__block-center ul{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.care__block-center ul li{
	display: flex;
	gap: 18px;
}
.care__block-center ul li svg{
	width: 20px;
	height: 20px;
	aspect-ratio: 1 / 1;
}
.care__block-center-item {
	padding: 16px 0;
}
.care__block-center-item p{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.20; 
}
.care__block-right{
	max-width: 374px;
}
 /* --------------- benefits------------*/
.benefits{
	padding: 60px 0 100px 0;
	background:  #C5B197;
}
.benefits .container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 60px;
}
.benefits__block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.benefits__left{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.benefits__subtitle{
	display: flex;
	align-items: center;
	gap: 8px;
	color:  #221E1B;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
}
.benefits__title{
	max-width: 593px;
	color:  #221E1B;
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.64px;
}
.benefits__list{
	max-width: 490px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.benefits__item{
	display: flex;
	gap: 30px;
}
.benefits__item-svg{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 62px;
	height: 62px;
	border-radius: 1000px;
	background:  #A79379;
}
.benefits__item-svg svg{
	width: 22px;
	height: 22px;
	aspect-ratio: 1/1;
}
.benefits__item-wrap{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.benefits__item-wrap h4{
	font-size: 27px;
	font-weight: 500;
	line-height: 1.10; 
}
.benefits__item-wrap p{
	color: #221E1B;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.20; 
}
/* --------------- harmony ------------*/
.harmony{
	padding: 120px 0;
}
.harmony .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 60px;
}
.harmony__top{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.harmony__title{
	max-width: 700px;
	text-align: center;
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.64px;
}
.harmony__text{
	max-width: 800px;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.30; 
}
.harmony__bottom ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
/* ============== PAGE SCONTACT============== */
/* --------------- contact__hero ------------*/
.contact__hero{
	background: #221E1B;
}
.contact__hero__content {
	padding: 60px 0;
}
.contact__hero__content .container{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.contact__subtitle{
	display: flex;
	align-items: center;
	gap: 8px;
	color:  #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.10; 
	text-transform: uppercase;
}
.contact__hero-block{
	display: flex;
	align-items: flex-end;
	gap: 60px;
}
.contact__hero-title{
	color:  #FFF;
	font-size: 96px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.92px;
}
.contact__hero-text{
	max-width: 420px;
	color:  #FFF;
	font-size: 22px;
	line-height: 1.20; 
}
/* --------------- contact ------------*/

.contact{
	padding: 120px 0;
}
.contact .container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}
.contact__right{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.contact__right-title{
	max-width: 550px;
	font-size: 66px;
	font-weight: 500;
	line-height: 1.10; 
	letter-spacing: -1.32px;
}
.contact__list{
	display: flex;
	flex-direction: column;
}
.contact__item{
	display: flex;
	gap: 18px;
}
.contact__item-svg{
	width: 20px;
	height: 20px;
	aspect-ratio: 1 / 1;
}
.contact__item-svg svg{
	width: 16.947px;
	height: 16.864px;
	flex-shrink: 0;
}
.contact__item-block{
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.contact__item-block a{
	display: flex;
	align-items: center;
	gap: 8px;
	color:  #221E1B;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.10; 
}
.contact__item-block a span svg{
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
}
.contact__item-block p{
	max-width: 327px;
	font-size: 18px;
	line-height: 1.20; 
}
/* --------------- check__order ------------*/
.check__order{
	padding: 120px 0;
	background:  #EAEAEA;
}
.check__order .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.check__order-left{
	max-width: 414px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.check__order-left h2{
	font-size: 82px;
	font-weight: 500;
	line-height: 1.05; 
	letter-spacing: -1.64px;
}
.check__order-left p {
	font-size: 26px;
	line-height: 1.30; 
}
.check__order-right{
	display: flex;
	width: 367px;
	flex-direction: column;
	gap: 36px;
	flex-shrink: 0;
}
.check__order-right-title{
	font-size: 27px;
	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: 18px;
	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;
	background:  #FFF;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	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: 173px;
	height: 54px;
	font-size: 20px;
}
.check__order-btn .primary__btn-svg {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.check__order-btn .primary__btn-svg svg{
	width: 24px;
	height: 24px;
}

/* 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;
}

/* 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;
}

