@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Epilogue", sans-serif;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	min-height: 100%;
	min-width: 320px;
}
.font1{
	font-family: "Red Hat Display", sans-serif;
}
body.active{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px 0;
	font-weight: 700;
	color: #040404;
	line-height: 1.2;
}
h1{
	font-weight: 700;
	font-size: 72px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}
p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #46474a;
	margin: 0 0 25px 0;
}
p strong{
	font-weight: 600;
}
p a{
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #8ff0cc;
}
p a:hover{
	text-decoration: none;
}
p:last-child{
	margin-bottom: 0px;
}
img{
	display: block;
	max-width: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
/*== 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-family: inherit;
}

textarea{
	font-family: inherit;
	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: 500;
	font-size: 16px;
	line-height: 18px;
	color: #A7A7A7;
}
.b-input-text:-moz-placeholder{
	font-weight: 500;
	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{
	background: #e5f3ee;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0 10px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"]:checked + label span{
	background: #e5f3ee url("../images/check.svg") center no-repeat;
}
.b-checkbox input[type="checkbox"] + label i{
	padding: 2px 0 0 0;
	font-weight: 600;
	font-size: 13px;
	color: #808080;
	font-style: normal;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label i a{
	font-weight: 400;
	font-size: 16px;
	color: #666;
	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: 18px;
	height: 18px;
	background: #FFFFFF;
	border: 2px solid #d1d1d1;
	border-radius: 100%;
	transition: 0.3s;
	position: relative;
	margin: -2px 8px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.b-radio input[type="radio"] + label span:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 10px;
	height: 10px;
	background: #45d7a3;
	border-radius: 100%;
	transform: translate(-50% , -50%);	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{

}
.b-radio input[type="radio"]:checked + label span:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-radio input[type="radio"] + label i{
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #46474a;
	padding: 2px 0 0 0;
	font-style: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
select{
	outline: none;
	font-family: inherit;
}
.b-select{
	border: 1px solid #e5f3ee;
	border-radius: 6px;
	width: 100%;
	height: 42px;
	padding: 0 13px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #46474a;
	cursor: pointer;
	background: #e5f3ee url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.b-select:focus{
	border-color: #3627ab;
	outline: 3px solid rgba(134, 118, 255, 0.21);
	border-radius: 1px;
}
/* End Total css ====*/
.container{
	max-width: 1010px;
	margin: 0 auto 0;
	padding: 0 15px;

}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-container{
	position: relative;
}
.b-mobile{
	display: none;
}


/* -------------- page index -------------- */
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	transition: 0.3s;
	padding: 73px 0 0 0;
}
.header .container{
	max-width: 1310px;
}
.header__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.logo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-family: "Red Hat Display", sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	transition: 0.3s;
}
.logo span{
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #fcc75e;
}
.logo span b{
	display: block;
	font-size: 14px;
	text-transform: capitalize;
}

.nav{
	flex-grow: 1;
}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 78px;
}
.nav ul li{

}
.nav ul li a{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #fff;
	transition: 0.3s;
	text-decoration: none;
}
.nav ul li a:hover{
	color: #8ff0cc;
}
.nav ul li a.active{
	color: #fcc75e;
}
.nav .header__right{
	display: none;
}
.header__right{

}
.header__contacts{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 66px;
}
.header__contacts-item{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.header__contacts-item b{
	display: block;
	font-weight: 800;
}
.header__contacts-item:hover b{
	color: #8ff0cc;
}

.header__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	width: 153px;
	height: 60px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.header__btn:hover{
	background: #8ff0cc;
	color: #46474a;
}

/* =========== main =========== */
.main{
	height: 890px;
	background: radial-gradient(44.31% 100% at 50% 100%, #e3b087 31.25%, rgba(154, 101, 74, 0.86) 77.33%, #8f502f 100%) , #c56636;
	padding: 232px 0 0 0;
}
.main__title{
	font-family: "Red Hat Display", sans-serif;
	font-weight: 900;
	font-size: 88px;
	line-height: 0.89773;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.main__title span{
	display: block;
	color: #8ff0cc;
}
.main p{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
	max-width: 525px;
	margin: 0 auto 0;
}
.main .container{
	height: 100%;
}
.main__wrapper{
	position: relative;
	height: 100%;
}
.main svg{
	fill: transparent;
	position: absolute;
	bottom: -333px;
	left: 50%;
	transform: translateX(-50%);
}
.main video{
	width: 100%;
	height: 100%;
}
.main__img{
	position: absolute;
}
.main__img-left{
	left: -28px;
	max-width: 479px;
	bottom: 13px;
}
.main__img-right{
	right: -19px;
	bottom: 49px;
	max-width: 384px;
}
/* ====================== */
.container.xl{
	max-width: 1310px;
}
/* =========== info =========== */
.info{
	background: radial-gradient(44.89% 83.9% at 49.77% 0%, rgba(242, 255, 229, 0.4) 40%, rgba(102, 200, 160, 0.71) 100%) , #abf4e1;
	padding: 393px 0 97px 0;
}
.title{
	margin-bottom: 50px;
}
.title__item{
	font-family: "Red Hat Display", sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 0.9;
	letter-spacing: -0.02em;
	text-align: center;
	color: #46474a;
}
.title__item:not(:last-child){
	margin-bottom: 20px;
}
.title p{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #46474a;
}
.info .title__item br{
	display: none;
}
.info__row{
	display: flex;
	justify-content: center;
	align-content: flex-start;
	gap: 16px 20px;
	margin-bottom: 50px;
}
.info__item{
	border-radius: 40px;
	background: #fff;
	overflow: hidden;
	width: 297px;
}
.info__item-img{

}
.info__item-text{
	padding: 15px 34px;
}
/* =========== desc =========== */
.desc{
	padding: 100px 0 113px 0;
	background: linear-gradient(180deg, #faf5f5 0%, #efd1d1 100%);
}
.desc__row{
	display: flex;
	justify-content: center;
	align-content: flex-start;
	gap: 22px 40px;
}
.desc__item{
	position: relative;
	width: 400px;
	border-radius: 60px;
	overflow: hidden;
}
.desc__item-img img{
	border-radius: 85px 85px 60px 60px;
}
.desc__item-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 42px 15px;
	background: #fff;
}
.desc__item-text p{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #46474a;
}
/* =========== feel =========== */
.feel{
	background: url("../images/feel_bg.jpg") center top no-repeat;
	background-size: cover;
	height: 581px;
}
.feel .container{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.title.white .title__item , .title.white p{
	color: #ffffff;
}
.feel .title{
	max-width: 562px;
	margin: 0;
}
.feel .title p{
	font-size: 18px;
	font-weight: 500;
	padding: 0 33px;
}
/* =========== cta =========== */
.cta{
	padding: 56px 0 80px 0;
	text-align: center;
}
.cta .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px 0;
}
.cta b{
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #5c5c5c;
}
.cta span{
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	text-align: center;
	color: #5c5c5c;
}
/* =========== footer =========== */
.footer{
	background: #e9e9e9;
}
.copyright{
	font-weight: 600;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #909090;
}
/* =========== main_inner =========== */
.main_inner{
	height: 766px;
}
.main_about{
	background: radial-gradient(33.91% 95.86% at 50% 100%, #836fb3 31.25%, #6a4eae 100%);
}
.main_inner .main__img{
	max-width: 340px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.main_inner .main__title{
	font-size: 60px;
	line-height: 0.9;
}
.main_inner p{
	max-width: 1162px;
	font-weight: 500;
}
.info_1{
	background: #f8f0f0;
	padding: 98px 0 69px 0;
}
.info_1 .title{
	margin-bottom: 34px;
}
.info_1 .info__row{
	margin: 34px 0 0 0;
}
.info_1 .info__bottom p{
	font-size: 16px;
}
.info_1 .info__bottom p b{
	font-weight: 800;
}
.support{
	background: #d1f2e6;
	padding: 90px 0 64px 0;
}
.support .title{
	margin-bottom: 42px;
}
.support__text{
	max-width: 720px;
	margin: 0 auto 45px;
}
.support__text p{
	font-size: 16px;
	letter-spacing: -0.02em;
}
.support__img{
	max-width: 497px;
	margin: 0 auto 0;
}
/* =========== main_contact =========== */
.main_contact{
	background: radial-gradient(31.48% 127.54% at 50% 100%, #4cb18d 31.25%, #309a74 100%);
}
.main_contact .main__img{
	bottom: 40px;
}
.main_contact p{
	max-width: 1032px;
}
.contacts{
	background: #f7f4e7;
	padding: 90px 0 65px 0;
}
.contacts__item:not(:last-child){
	margin-bottom: 48px;
}
.contacts__item-ico{
	border-radius: 40px;
	width: 140px;
	height: 140px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 24px;
}
.contacts__item-text{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #46474a;
}
.contacts__item-text span{
	display: block;
	color: #a0a0a0;
}
.contacts__item-text a{
	text-decoration: none;
	font-weight: 700;
	color: #46474a;
	transition: 0.3s;
}
.contacts__item-text a:hover {
	color: #8ff0cc;
}
.form{
	background: #d5e9f3;
	padding: 80px 0;
}
.form__wrapper{
	max-width: 362px;
	margin: 0 auto 0;
}
.form__item:not(:last-child){
	margin-bottom: 20px;
}
.form__item input{
	border-radius: 6px;
	width: 100%;
	height: 42px;
	background: #fff;
	padding: 0 12px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #46474a;
}
.form__item input::-webkit-input-placeholder{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #46474a;
}
.form__item input:-moz-placeholder{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #46474a;
}
.form__btn{
	border-radius: 6px;
	width: 100%;
	height: 60px;
	background: #fcc75e;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	color: #46474a;
	transition: 0.3s;
}
.form__btn:hover{
	background: #00a2a2;
}
.form__text{
	max-width: 720px;
	margin: 60px auto 0;
}
.form__text p{
	font-size: 16px;
}

/* 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;
}