html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #fff;
}

button, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1401px;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

main {
  position: relative;
}
main .back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  object-fit: cover;
}

header {
  width: 100%;
  position: absolute;
  padding-top: 19px;
  z-index: 10;
}
header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.main_section {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 134px;
}
.main_section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_section .left_cont {
  width: calc(100% - 632px);
  padding-right: 40px;
}
.main_section .left_cont h1 {
  margin-bottom: 46px;
}
.main_section .left_cont ul {
  width: 100%;
}
.main_section .left_cont ul li {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  padding-left: 39px;
  margin-bottom: 42px;
  position: relative;
}
.main_section .left_cont ul li:last-child {
  margin-bottom: 0;
}
.main_section .left_cont ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  background: #B4A698;
}
.main_section .left_cont ul li strong {
  font-weight: 600;
}
.main_section form {
  width: 100%;
  max-width: 632px;
  border-radius: 50px;
  background: #B4A698;
  padding: 53px 45px 39px;
}
.main_section form input {
  width: 100%;
  height: 67px;
  border-radius: 15px;
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_section form input.error{
  border-color: red;
}
.main_section form input::placeholder {
  color: #AFAFAF;
  font-size: 18px;
}
.main_section form button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  padding: 23px;
  border-radius: 15px;
  background: #494F43;
  margin-bottom: 10px;
}
.main_section form .g-recaptcha{
  margin-bottom: 5px;
}

h1 {
  width: 100%;
  color: #000;
  font-family: Cormorant, serif;
  font-size: 57.986px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}

.modal_wrap {
  display: none;
}

.what_expect {
  width: 100%;
  padding-top: 90px;
  position: relative;
  z-index: 2;
}
.what_expect h3 {
  margin-bottom: 81px;
}
.what_expect .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.what_expect .wrap .block {
  width: calc(25% - 9px);
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 13px 33.3px 0px rgba(0, 0, 0, 0.15);
  padding: 38px 25px 25px;
  position: relative;
}
.what_expect .wrap .block .img {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.what_expect .wrap .block .title {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.what_expect .wrap .block .text {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  margin-top: 12px;
}
.what_expect .wrap .block:last-child {
  background: #494F43;
  padding: 24px 24px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what_expect .wrap .block:last-child .img_item {
  margin-bottom: 17px;
}
.what_expect .wrap .block:last-child .title {
  color: #fff;
}

h3 {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: Cormorant, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.how_it_works {
  width: 100%;
  padding-top: 87px;
  position: relative;
  z-index: 2;
}
.how_it_works h3 {
  margin-bottom: 92px;
}
.how_it_works .wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.how_it_works .wrap .block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.how_it_works .wrap .block:first-child {
  max-width: 131px;
}
.how_it_works .wrap .block:nth-child(2) {
  max-width: 354px;
}
.how_it_works .wrap .block:last-child {
  max-width: 468px;
}
.how_it_works .wrap .block img {
  margin-bottom: 26px;
}
.how_it_works .wrap .block .text {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.how_it_works .wrap .block .text strong {
  font-weight: 600;
}
.how_it_works .wrap .line {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.leave_req {
  width: 100%;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.leave_req .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leave_req h3 {
  margin-bottom: 26px;
}
.leave_req .title {
  width: 100%;
  max-width: 615px;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 52px;
}
.leave_req form{
  width: 100%;
  border-radius: 27px;
  background: #B4A698;
  padding: 39px 36px 36px;
}

.leave_req form .captcha_own{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.leave_req form .captcha_own .oferta_label{
  width: calc(100% - 310px);
}

.leave_req form .wrap{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.leave_req form .oferta_label .text,.leave_req form .oferta_label .text a{
  color: #fff;
}

.leave_req form .oferta_label{
  bottom: -17px;
  align-items: center;
}

.leave_req form .wrap .iti{
  margin-bottom: 0;
  width: 23%;
}

.leave_req form .wrap .iti input{
  width: 100%;
}

.leave_req form input {
  width: 23%;
  height: 67px;
  border-radius: 15px;
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.leave_req form input.error{
  border-color: red;
}
.leave_req form input::placeholder {
  color: #AFAFAF;
  font-size: 18px;
}
.leave_req form button {
  width: 25%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  padding: 23px;
  border-radius: 15px;
  background: #494F43;
}

.thanks_modal {
  max-width: 912px;
  padding: 0;
  background: none;
  margin: 0;
  width: 100%;
}
.thanks_modal .modal_container {
  width: 100%;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.2);
  padding: 110px 30px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks_modal .modal_container .title {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 46px;
}
.thanks_modal .modal_container img {
  margin-bottom: 44px;
}
.thanks_modal .modal_container .text {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}

.fancybox-slide--html .fancybox-close-small{
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 25px;
  right: 31px;
}