html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	background: #f5f2ed;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Plus Jakarta Sans", sans-serif;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 360px;
}
body.body-overflow{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 16px 0;
	font-weight: 900;
	color: #2b3139;
	line-height: 1.3;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 18px;
}
p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
	color: #502239;
	margin: 0 0 15px 0;
}
strong{
	font-weight: 500;
}
p a{
	text-decoration: underline;
	color: #ffffff;
}
p a:hover{
	text-decoration: none;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
	text-decoration: none;
	font-weight: 500;
	color: #004394;
}
ul , ol{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style: none;
}
ol{
	padding: 0 0 0 20px;
}
ol li{
	list-style: decimal;
}
/* buttons */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.orange-btn{
	background: #ef5035;
	transition: 0.3s;
}
.orange-btn:hover{
	background: #ed3a1c;
}
.orange-btn:active{
	background: #d53318;
}


/* inputs */
input{
	outline: none;
	border: none;
}
.input{
	position: relative;
}
.input:not(:last-child){
	margin: 0 0 36px 0;
}
.input__text{
	background: transparent;
	border-bottom: 1px solid #96868c;
	border-radius: 0px;
	width: 100%;
	height: 42px;
	padding: 0 15px 13px 38px;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #f5f2ed;
}
.input__text-name{
	background: url("../img/user.svg") left top no-repeat;
}
.input__text-phone{
	background: url("../img/phone.svg") left top no-repeat;
}
.input__text::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #96868c;
}
.input__text:-moz-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #96868c;
}

textarea{
	width: 100%;
	height: 135px;
	border-radius: 34px;
	background: #FFF;
	padding: 32px 45px 0 45px;
	border: none;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	outline: none;
	resize: none;
}
textarea::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.55);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	opacity: 0.75;
}
textarea:-moz-placeholder{
	color: rgba(0, 0, 0, 0.55);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	opacity: 0.75;
}
.b-select{
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	font-family: "Helvetica", sans-serif;
	color: #000;
	background: url("../img/select-arrow.svg") center right 10px no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select{
	outline: none;
}
.b-mobile{
	display: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	max-width: 1010px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 0;
}
.row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}
.col{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
/* End Total css ====*/
.b-container{
	overflow: hidden;
}
/* -------------- page index -------------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background: #fff;
	padding: 18px 0;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav ul li:not(:last-child){
	margin: 0 50px 0 0;
}
.nav ul li a{
	display: block;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #684A55;
	position: relative;
}
.nav ul li a:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #684A55;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.nav ul li a:hover:after{
	opacity: 1;
	visibility: visible;
}
/* -------------- promo -------------- */
.promo{
	background: url("../img/promo__bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 185px 0 135px 0;
}
.promo .container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.promo__left{
	width: 491px;
	flex-shrink: 0;
	margin: 0 76px 0 0;
}
.promo__sub{
	font-weight: 400;
	font-size: 24px;
	color: #f5f2ed;
	margin: 0 0 30px 0;
}
.promo__title{
	font-weight: 600;
	font-size: 90px;
	line-height: 1;
	color: #f5f2ed;
	margin: 0 0 48px 0;
}
.promo__left p{
	max-width: 472px;
	line-height: 1.5;
	color: #f5f2ed;
}
.promo__img{
	flex-grow: 1;
	position: relative;
	border-radius: 10px;
}
.promo__img img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 650px;
	border-left: 8px solid #f58229;
	border-radius: 10px;
}
/* -------------- services -------------- */
.services{
	padding: 80px 0 90px 0;
}
.title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.title img{
	width: 43px;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}
.title__item{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #502239;
}
.services .title{
	margin: 0 0 80px 0;
}
.services__container{

}
.services__item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.services__item:not(:last-child){
	margin: 0 0 60px 0;
}
.services__item-text{
	width: 400px;
	flex-shrink: 0;
	margin: 0 90px 0 0;
}
.services__item-title{
	font-weight: 700;
	font-size: 24px;
	color: #502239;
	margin: 0 0 20px 0;
}
.services__item-text p{

}
.services__item-img{
	position: relative;
	flex-grow: 1;
}
.services__item-img img{
	max-width: 720px;
	border-left: 8px solid #F58229;
	border-radius: 10px;
}
.services__item:nth-child(even){
	flex-direction: row-reverse;
	margin-right: 22px;
}
.services__item:nth-child(even) .services__item-text{
	margin: 0 0 0 60px;
}
.services__item:nth-child(even) .services__item-img img{
	border-left: none;
	border-right: 8px solid #F58229;
	border-radius: 10px;
	left: auto;
	right: 0;
}
/* -------------- choose -------------- */
.choose{
	background: url("../img/bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.choose .title{
	margin: 0 0 70px 0;
}
.choose .title__item{
	color: #f5f2ed;
}
.choose__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -50px;
}
.choose__col{
	width: 33.333333%;
	padding: 0 50px;
}
.choose__item{

}
.choose__item-img{
	margin: 0 0 20px 0;
}
.choose__item-top b{
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #f5f2ed;
	margin: 0 0 20px 0;
}
.choose__item-text p{
	font-weight: 400;
	line-height: 1.5;
	color: #f5f2ed;
}
.choose__col:nth-child(2){
	padding-top: 40px;
}
.choose__col:nth-child(3){
	padding-top: 80px;
}

.choose__col:nth-child(5){
	padding-top: 40px;
}
/* -------------- about -------------- */
.about{
	padding: 100px 0;
}
.about .container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.about__left{
	width: 400px;
	flex-shrink: 0;
	margin: 0 90px 0 0;
}
.about .title{
	margin: 0 0 40px 0;
}
.about__img{
	max-width: 490px;
}
.about__img img{
	border-left: 8px solid #f58229;
	border-radius: 10px;
}
/* -------------- contacts -------------- */
.contacts{
	background: url("../img/contacts-bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.contacts .container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contacts__left{

}
.contacts__left .title{
	margin: 0 0 40px 0;
}
.contacts__left .title__item{
	color: #f5f2ed;
}
.contacts__left p{
	color: #f5f2ed;
}
.contacts__left-top{
	margin: 0 0 40px 0;
	max-width: 400px;
}
.contacts__block{

}
.contacts__block:not(:last-child){
	margin: 0 0 40px 0;
}
.contacts__block-title{
	min-width: 100px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 13px 0;
	border-bottom: 1px solid rgba(245, 242, 237, 0.2);
	margin: 0 0 20px 0;
}
.contacts__block-title svg{
	margin: 0 6px 0 0;
}
.contacts__block-title span{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.75;
	color: #f5f2ed;
}
.contacts__block-row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contacts__block-col{
	width: 50%;
}
.contacts__block-col:not(:last-child){
	margin: 0 40px 0 0;
}
.contacts__block-col:last-child{
	width: 100%;
}
.contacts__block-col span{
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #f5f2ed;
}
.contacts__block-col a{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #f5f2ed;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.contacts__block-col a:hover{
	text-decoration: none;
}

.contacts__form{
	width: 490px;
	flex-shrink: 0;
	margin: 0 0 0 58px;
	background: rgba(61, 25, 43, 0.8);
	border-radius: 10px;
	padding: 43px 45px 49px 45px;
}
.contacts__form-top{
	text-align: center;
	max-width: 375px;
	margin: 0 auto 32px;
}
.contacts__form-top svg{
	display: block;
	margin: 0 auto 12px;
}
.contacts__form-top p{
	color: #f5f2ed;
	font-size: 18px;
	line-height: 1.55556;
}
.form-btn{
	width: 200px;
	height: 60px;
	background: #f58229;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33333;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 4px 0 0 0;
	transition: 0.3s;
}
.form-btn:hover{
	background: #ff9e53;
}
.form-btn:active{
	background: #db650a;
}
/* -------------- footer -------------- */
.footer{
	background: #fff;
	padding: 60px 0;
}
.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__nav{

}
.footer__nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer__nav ul li:not(:last-child){
	margin: 0 50px 0 0;
}
.footer__nav ul li{
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #684A55	;
	cursor: pointer;
}
.footer__nav ul li:hover{
	text-decoration: underline;
}
.footer__nav ul li a{
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #684A55;
}
.footer__nav ul li a:hover{
	text-decoration: underline;
}

/* -------------- modal -------------- */
.modal-html{
	position: fixed;
	overflow-y: scroll;
}
.modal-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(80, 34, 57, 0.9);
	z-index: 999;
	overflow: auto;
	padding:  100px 0;
	display: none;
}
.modal-overlay::-webkit-scrollbar { width: 0; }
.modal-overlay { -ms-overflow-style: none; }
.modal-overlay { overflow: -moz-scrollbars-none; }
.modal-content{
	border-radius: 10px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 0;
	position: relative;
	background: #fff;
	padding: 60px;
}
.modal-close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url("../img/close.svg") center no-repeat;
}
.modal__title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 60px 0;
}
.modal__title svg{
	margin: 0 20px 0 0;
}
.modal__title span{
	font-weight: 500;
	font-size: 48px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #502239;
}
.modal__block{
	margin: 0 0 40px 0;
}
.modal__block-title{
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #502239;
	margin: 0 0 20px 0;
}
.modal__block-sub{
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #502239;
	margin: 0 0 20px 0;
}
.modal__block p{
	margin: 0 0 20px 0;
}
.modal__block i{
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #502239;
}
.modal__btn{
	border-radius: 5px;
	width: 200px;
	height: 60px;
	background: #f58229;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33333;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 auto 0;
}
.modal__btn:hover{
	background: #ff9e53;
}
.modal__btn:active{
	background: #db650a;
}
/* -------------- form -------------- */
.form{
	padding: 60px 0 0 0;
}
.form__top{
	background: #502239;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	color: #fff;
	padding: 26px 0;
}
.form__container{
	padding: 60px 0 80px 0;
}
.form__block{

}
.form__block:not(:last-child){
	margin: 0 0 60px 0;
}
.form__block-title{
	font-weight: 600;
	font-size: 24px;
	color: #502239;
	padding: 0 0 15px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #502239;
}
.form__container .row{
	gap: 20px 0;
	margin: 0 -20px;
}
.form__container .col{
	padding: 0 20px;
	margin: 0;
}
.form__container .col-4{
	width: 33.333333%;
}
.form__container .col-12{
	width: 100%;
}
.form__item{

}
.form__input{

}
.form__input-title{
	font-weight: 600;
	font-size: 14px;
	color: #502239;
	margin: 0 0 15px 0;
}
.form__input-wrap{
	position: relative;
}
.form__input-text{
	width: 100%;
	height: 48px;
	border: 1px solid #e7e5e0;
	background: #fff;
	border-radius: 5px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	color: #502239;
}
.form__input-textarea{
	width: 100%;
	height: 120px;
	border: 1px solid #e7e5e0;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #502239;
}
.form__input-row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 35px;
}
.form__input-row .b-checkbox:not(:last-child){
	margin: 0 40px 0 0;
}
.b-checkbox{

}
.b-checkbox input[type="radio"]{
	display: none;
}
.b-checkbox input[type="radio"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-checkbox input[type="radio"] + label span{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e7e5e0;
	background: #fff;
	border-radius: 5px;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}
.b-checkbox input[type="radio"] + label span:after{
	content: "";
	display: block;
	border-radius: 3px;
	width: 10px;
	height: 10px;
	background: #502239;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-checkbox input[type="radio"]:checked + label span:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-checkbox input[type="radio"] + label i{
	font-weight: 400;
	font-size: 14px;
	color: #502239;
	font-style: normal;
	padding: 0;
	cursor: pointer;
}
.b-checkbox input[type="radio"] + label i a{
	text-decoration: underline;
	color: #fff;
}
.b-checkbox input[type="radio"] + label i a:hover{
	color: #ffffff;
}
.form__item.flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.form__item.flex .form__input{
	flex-grow: 1;
}
.form__item-desc{
	width: 320px;
	min-height: 48px;
	flex-shrink: 0;
	margin: 0 0 0 20px;
	font-weight: 400;
	font-size: 12px;
	color: #502239;
	display: flex;
	align-items: center;
}
.form__block-desc{
	font-weight: 400;
	font-size: 12px;
	color: #502239;
	margin: 0 0 20px 0;
}
.form__block-title.mb-20{
	margin-bottom: 20px;
}
.form__input-wrap.flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.form__input-wrap.flex .form__input-text{
	border-radius: 5px 0 0 5px;
}
.form__block.mb-40{
	margin-bottom: 40px;
}
.form__input-info{
	width: 120px;
	height: 48px;
	flex-shrink: 0;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #a3919b;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e7e5e0;
	border-left: none;
	background: #fff;
	border-radius: 0 5px 5px 0;
}
.form__input-btn{
	display: none;
}
.form__input-select{
	width: 100%;
	height: 48px;
	border: 1px solid #e7e5e0;
	border-radius: 5px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	color: #502239;
	background: #fff url("../img/select-arrow.svg") center right 19px no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form__button{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	width: 200px;
	height: 60px;
	background: #f58229;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33333;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	transition: 0.3s;
}
.form__button:hover{
	background: #ff9e53;
}
.form__button:active{
	background: #db650a;
}
.modal-thx .modal-content{
	max-width: 600px;
	padding: 40px;
}
.modal-thx__content{
	text-align: center;
}
.modal-thx__content svg{
	margin: 0 auto 10px;
}
.modal-thx__title{
	font-weight: 500;
	font-size: 32px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #502239;
	margin-bottom: 20px;
}
.modal-thx__content p{
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	letter-spacing: -0.02em;
	text-align: center;
	color: #502239;
	margin-bottom: 30px;
}
