@font-face {
	font-family: "Suisse Int'l";
	src: url('../fonts/suisseintl-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/suisseintl-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('../fonts/suisseintl-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/suisseintl-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('../fonts/suisseintl-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/suisseintl-regular.svg#suisseintl-regular') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: 400;
}
@font-face {
	font-family: "Suisse Int'l";
	src: url('../fonts/suisseintl-medium.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/suisseintl-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('../fonts/suisseintl-medium.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/suisseintl-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('../fonts/suisseintl-medium.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/suisseintl-medium.svg#suisseintl-medium') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: 500;
}
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: "Suisse Int'l", sans-serif;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	min-height: 100%;
	min-width: 320px;
}
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: 400;
	font-size: 16px;
	color: #fff;
	line-height: normal;
	margin: 0 0 20px 0;
}
p strong{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
p a{
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #fff;
}
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;
}

.primary-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 50px;
	background: #171717;
	border-radius: 200px;
	padding: 0 36px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
.primary-btn:hover{
	box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.1);
}

.secondary-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 50px;
	border: 1px solid #171717;
	border-radius: 200px;
	padding: 0 36px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	color: #171717;
	text-decoration: none;
	transition: 0.2s;
}
.secondary-btn:hover{
	background: #171717;
	color: #fff;
}
/*== 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: 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;
}
.b-edit__row-item.error .b-edit__input{
	border-color: #fda29b;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	background: #fff url("../images/alert-circle.svg") right 12px center no-repeat;
}
.error__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #d92d20;
	margin-top: 6px;
	display: none;
}
.b-edit__row-item.error.error .error__text{
	display: block;
}
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: #fff;
	border: 1px solid #20A061;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	position: relative;
	margin: 0 12px 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: 0px 0 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #171717;
	font-style: normal;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label i a{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #171717;
	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 #171717;
	border-radius: 100%;
	transition: 0.3s;
	position: relative;
	margin: 0 11px 0 0;
	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: #171717;
	border-radius: 100%;
	transform: translate(-50% , -50%);	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
	width: 20px;
	height: 20px;
	border: 1px solid #171717;
	border-radius: 100%;
	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-weight: 400;
	font-size: 19px;
	line-height: 1.3;
	color: #171717;
	font-style: normal;
}
select{
	outline: none;
	font-family: inherit;
}
.b-select{
	border: 1px solid #d8d9da;
	border-radius: 8px;
	width: 100%;
	height: 42px;
	padding: 0 14px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(23, 23, 23, 0.86);
	cursor: pointer;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.b-select:focus{
	box-shadow: 0 0 0 4px rgba(226, 254, 120, 0.2), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	border-color: #e2fe78;
}
.b-select:valid {
	color: rgba(23, 23, 23, 1);
}
/* 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{
	position: relative;
}
.b-mobile{
	display: none;
}

/* -------------- page index -------------- */
.header{
	background: #fff;
	padding: 12px 0;
}
.header__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header__contacts{
	padding: 0 0 0 30px;
	margin: 0 0 0 30px;
	position: relative;
}
.header__contacts:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	height: 21px;
	background: #73767b;
}
.header__contacts-item{
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	color: #73767b;
	text-decoration: none;
}
.header__contacts-item:not(:last-child){
	margin-bottom: 6px;
}
.nav__wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 24px;
}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 30px;
}
.nav ul li a , .header__cart{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.1;
	text-transform: capitalize;
	color: #171717;
	text-decoration: none;
	transition: 0.2s;
}
.nav ul li a.active , .nav ul li a:hover , .header__cart:hover{
	color: #73767b;
}
.header__cart{
	cursor: pointer;
	padding-left: 30px;
	border-left: 1px solid #73767b;
}
.header__cart-q{
	border-radius: 200px;
	width: 22px;
	height: 22px;
	background: #e1afe3;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.header__cart-q.is-max{
	font-size: 8px;
}
.nav .header__contacts{
	display: none;
}
.header__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #171717;
	border-radius: 200px;
	padding: 0px 30px;
	width: fit-content;
	height: 46px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	text-transform: capitalize;
	color: #171717;
	transition: 0.2s;
}
.header__btn:hover{
	background: #171717;
	color: #ffffff;
}
.header__cart.xs{
	display: none;
}
/* -------------- main -------------- */
.main{
	padding: 0 0 20px 0;
}
.main__container{
	position: relative;
	height: 734px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 80px;
}
.main__img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 120px 0 120px;
	z-index: 1;
}
.main__wrap{
	position: relative;
	z-index: 2;
	max-width: 644px;
}
.main__sub{
	backdrop-filter: blur(15px);
	background: rgba(225, 175, 227, 0.4);
	border-radius: 0 20px;
	padding: 10px 19px 8px;
	width: fit-content;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 24px;
}
.main__title{
	font-weight: 500;
	font-size: 74px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 16px;
}
.main__wrap p{
	font-weight: 400;
	font-size: 21px;
	line-height: 1.4;
	color: #fff;
}
.main__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 50px;
	padding: 0 36px;
	border-radius: 200px;
	background: #e2fe78;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	color: #171717;
	text-decoration: none;
	transition: 0.3s;
	margin-top: 24px;
}
.main__btn:hover{
	box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.1);
	background: #171717;
	color: #ffffff;
}
.main__img.md{
	display: none;
}
/* -------------- advantages -------------- */
.section{
	margin: 160px 0;
}
.title{

}
.title__item{
	font-weight: 500;
	font-size: 68px;
	line-height: 1.1;
	color: #171717;
}
.title p{
	font-weight: 400;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	color: #373737;
}

.advantages{

}
.advantages__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 24px 0;
	margin: 0 -12px
}
.advantages__col{
	width: 33.333333%;
	padding: 0 12px;
}
.advantages__col:first-child .advantages__item{
	overflow: visible;
}
.advantages__item{
	min-height: 400px;
}
.advantages__item{
	overflow: hidden;
	border-radius: 30px;
}
.advantages__item.flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
}
.advantages__item.pink{
	background: #e1afe3;
}
.advantages__item.yellow{
	background: #e2fe78;
}
.advantages__item.black{
	background: #171717;
}
.advantages__item-top{
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2;
	color: #171717;
}
.advantages__item-text{
	font-weight: 400;
	font-size: 28px;
	line-height: 1.4;
	color: #171717;
}
.advantages__item.black .advantages__item-top ,
.advantages__item.black .advantages__item-text{
	color: #fff;
}
/* -------------- reviews -------------- */
.reviews .title{
	margin-bottom: 80px;
	text-align: center;
}
.reviews__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px 24px;
}
.reviews__item{
	padding: 30px;
	border: 1px solid #fff;
	border-radius: 30px;
	backdrop-filter: blur(15px);
	background: #fbfbf8;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.reviews__item-star img{
	margin: 0 auto 0;
}
.reviews__item-text b{
	display: block;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	color: #171717;
	margin-bottom: 12px;
}
.reviews__item-text p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: #373737;
}
.reviews__item-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px 0;
}
.reviews__item-img{
	max-width: 65px;
	border-radius: 10px;
}
.reviews__item-name{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	color: #373737;
}
/* -------------- marquee -------------- */
.marquee{
	overflow: hidden;
	background: #fff;
	padding: 30px 0;
	position: relative;
}
.marquee__inner {
	display: flex;
	width: max-content;
	animation: marquee 15s linear infinite;
}
.marquee__inner span{
	margin-right: 30px;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.2;
	color: #d8d9da;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
/* -------------- cta -------------- */
.cta{
	background: #fbfbf8;
	padding: 160px 0;
}
.cta .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 60px;
}
.cta__img{
	border-radius: 0 100px;
	max-width: 677px;
	flex-shrink: 0;
}
.cta .title{
	margin: 0 0 48px 0;
}
.cta .title__item{
	margin: 0 0 24px 0;
}
.cta .title p{
	font-size: 28px;
	color: #171717;
	text-align: left;
}
.cta__btns{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 12px;
}
/* -------------- footer -------------- */
.footer{
	background: #171717;
	padding: 40px 0;
}
.footer__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #373737;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
}
.footer__nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
}
.footer__nav ul li a{
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
.footer__nav ul li a:hover{
	opacity: 0.7;
}
.footer__contacts{

}
.footer__contacts-item{
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
.footer__contacts-item:hover{
	opacity: 0.7;
}
.footer__contacts-item:not(:last-child){
	margin-bottom: 14px;
}
.copyright{
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #73767b;
}
/* -------------- info -------------- */
.info{

}
.info .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 60px;
}
.info__left{
	max-width: 540px;
}
.info__left .title{
	margin: 0 0 48px 0;
}
.info__left .title p{
	text-align: left;
}
.info__left-btns{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 12px;
}
.info__img{
	flex-shrink: 0;
	max-width: 677px;
}
/* -------------- about -------------- */
.main_about{
	background: #e2fe78;
	border-radius: 0 120px;
	padding: 120px 80px;
}
.main_about .main__wrap{
	max-width: 844px;
	margin: 0 auto 0;
	text-align: center;
}
.main__subtitle{
	font-weight: 500;
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
	color: #171717;
	margin-bottom: 36px;
}
.main_about .main__title{
	margin-bottom: 24px;
}
.main_about .main__title ,  .main_about p{
	color: #171717;
}
.main_about p{
	font-size: 19px;
	margin-bottom: 36px;
}
/* -------------- desc -------------- */
.desc{

}
.desc .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 60px;
}
.desc__text{
	font-weight: 500;
	font-size: 50px;
	line-height: 1.2;
	color: #171717;
}
.desc__img{
	max-width: 677px;
	border-radius: 0 100px;
	flex-shrink: 0;
}
/* -------------- how -------------- */
.m-0{
	margin: 0 !important;
}
.section_pd{
	padding: 160px 0;
}
.how{
	background: #f1f1ee;
}
.how .title{
	text-align: center;
	margin-bottom: 100px;
}
.how__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	gap: 0 24px;
}
.how__item{
	width: calc(33.333333% - 12px);
	backdrop-filter: blur(15px);
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}
.how__item-text{
	padding: 30px;
}
.how__item-text b{
	display: block;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2;
	color: #171717;
	margin-bottom: 12px;
}
.how__item-text p{
	font-weight: 400;
	font-size: 21px;
	line-height: 1.4;
	color: #171717;
}

.sectionText{
	background: #e1afe3;
	text-align: center;
}
.sectionText p{
	font-weight: 500;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	color: #171717;
	max-width: 840px;
	margin: 0 auto 0;
}
/* -------------- main_contact -------------- */
.main_contact{
	background: #e1afe3;
	border-radius: 0 120px 0 0;
	padding: 100px 0 120px 0;
}
.main_contact .container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.main__left{
	max-width: 560px;
}
.main_contact .main__left--centered{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.main_contact .main__left--centered ul{
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.main_contact .main__title{
	color: #171717;
	margin-bottom: 36px;
}
.main_contact ul{
	padding: 0 0 0 25px;
	margin: 0;
}
.main_contact ul li{
	list-style: disc;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.4;
	color: #171717;
}


.main__form{
	border-radius: 0 60px;
	padding: 40px 40px 50px;
	background: #ffffff;
	max-width: 520px;
}
.main__form-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2;
	color: #171717;
	margin-bottom: 16px;
}
.main__form p{
	font-weight: 400;
	font-size: 19px;
	line-height: 1.3;
	color: #171717;
	margin-bottom: 40px;
}
.main__form-input:not(:last-child){
	margin-bottom: 20px;
}
.main__form-input span{
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #171717;
	margin-bottom: 6px;
}
.main__form-input input{
	border: 1px solid #d8d9da;
	border-radius: 8px;
	padding: 16px 14px;
	width: 100%;
	height: 54px;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #171717;
}
.main__form-input input::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #73767b;
}
.main__form-input input:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #73767b;
}
.main__form .primary-btn{
	width: 100%;
	height: 54px;
	margin: 40px 0 0 0;
}


.contact{
	background: #fbfbf8;
	padding: 100px 0;
}
.contact .container{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.contact__item{
	padding: 0 100px 0 0;
	margin: 0 100px 0 0;
	border-right: 1px solid #73767b;
}
.contact__item:last-child{
	padding: 0;
	margin: 0;
	border: none;
}
.contact__item-top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 21px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #171717;
	margin-bottom: 30px;
}
.contact__item-text{

}
.contact__item-text a{
	display: block;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.3;
	color: #171717;
	text-decoration: none;
	margin-bottom: 4px;
	transition: 0.2s;
}
.contact__item-text a:hover{
	opacity: 0.8;
}
.contact__item-text p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #373737;
}

/* 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;
}

.b-order-top__cancelled{
	margin: 0 0 63px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

button:disabled {
	pointer-events: none;
	opacity: 0.5;
}

.btn-live-chat {
	margin-top: 10px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
	border-radius: .25em;
	background: initial;
	background-color: #fff!important;
	color: #019e8b!important;
	font-size: 1em;
	border: 2px solid #019e8b!important;
	transition: 0.2s;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
	background-color: #019e8b!important;
	color: #fff!important;
	border: 2px solid #8fe643!important;
}

.checkout .b-edit__input.error,
.checkout .b-edit__row.has-error .b-edit__input,
.checkout .b-edit__row.has-error .b-select{
	border-color: #EF4231;
}
.checkout .b-edit__row-item label.error{
	display: block;
	color: #EF4231;
	font-size: 12px;
	margin-top: 4px;
}

.form-error-text{
	border:2px solid red!important;
	padding:7px!important;
	margin-top:10px;
	font-weight:700;
	color:red;
	font-size:18px;
	text-align:center;
	display:block;
	border-radius:5px
}