
.modal_window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0%);
  padding: 2.3% 4%;
}.mb-0{
  margin-bottom: 0!important;
}.modal_window .modal_close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}input:after{
    color: red;
    content: " *";
}::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.6);
}:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.6);
 opacity:  1;
}::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
 opacity:  1;
}:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6);
}::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.6);
}::placeholder { /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.6);
}.form-style input{
  border: 0;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  margin-bottom: 24px;
}.btn.btn--white{
  font-family: 'Montserrat';
  color: rgba(0, 0, 0, 0.8);
  border-color: #000;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  letter-spacing: -0.02em;
  width: 100%;
  border-width: 1px;
  padding: 15px 29px;
  /* box-sizing: border-box; */
}.btn-file {
  position: relative;
  overflow: hidden;
  /* display: inline-block; */
  display: inline;
  width: 100%;
  width: 202px;
}.btn-text{
  /* z-index: 2;
  position: relative; */
}.file-remove{
  background-image: url('../image/remove-file.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 200px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}.files .files-title-active{
  display: none;
}.fileList{
  transition: 0.3s;
  overflow-x: auto;
}.fileList li{
  display: flex;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  align-items: center;
  gap: 5px
}.files.active .fileList{
  margin-bottom: 28px;
}.files.active .files-title{
  display: none;
}.files.active .files-title-active{
  display: block;
  margin-bottom: 5px;
}.files{
  margin-top: 8px;
  overflow: hidden;
  padding-bottom: 25px;
  transition: 0.3s;
}.files-title{
  margin-bottom: 26px;
  display: block;
  font-family: 'Montserrat';
  transition: 0.3s;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: -0.02em;
  color: #000000;
}.modal-text{
  text-align: right;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}.modal_window .modal_content {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
  overflow: visible;
  max-height: 100vh;
  max-width: 626px;
  border-radius: 0px;
  padding: 60px 70px 70px 70px;
  overflow-y: auto;
  left: 0;
  height: auto;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}.modal_window .modal_content .modal_btn_close {
  position: absolute;
  right: 38px;
  top: 37px;
  cursor: pointer;
  z-index: 4;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  background: #F7F7F7;
  display: -ms-flexbox;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}.modal_window .modal_content .modal_btn_close span {
  display: block;
  width: 15px;
  height: 2px;
  top: 0%;
  position: relative;
  background: #949494;
  transition: 0.3s;
  transform: rotate(45deg);
}.modal_window .modal_content .modal_btn_close span::after,
.modal_window .modal_content .modal_btn_close span::before {
  background: #949494;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  transition: 0.3s;
}.modal_window .modal_content .modal_btn_close span::before {
  transform: rotate(90deg);
  top: 0px;
}.modal_window .modal_content .modal_btn_close span::after {
  opacity: 0;
  bottom: 0px;
  transform: rotate(0deg);
}.modal_window .modal_content .modal_btn_close:hover span {
  transform: rotate(0deg) translateY(0px);
}.modal_window .modal_content .modal_btn_close:hover span::before {
  transform: rotate(-45deg) translateY(9px) translateX(5px);
  top: 0px;
  width: 50%;
}.modal_window .modal_content .modal_btn_close:hover span::after {
  opacity: 1;
  bottom: 0px;
  transform: rotate(45deg) translateY(-9px) translateX(5px);
  width: 50%;
}.modal_window .modal_content .modal_content__title {
  font-size: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
  color: #414dd7;
}.modal_window .modal_content .modal_content__desc {
  font-size: 20px;
}.modal_window .modal_content .modal_content__block {
  margin-top: 42px;
}.modal_window .modal_content .title--form h1,
.modal_window .modal_content .title--form h2,
.modal_window .modal_content .title--form h3,
.modal_window .modal_content .title--form h4,
.modal_window .modal_content .title--form h5,
.modal_window .modal_content .title--form h6 {
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: "Druk Wide";
  margin: 0;
  margin-bottom: 35px;
}
/* // -- modal windows */.r_img img{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}.w-full{
  width: 100%;
}.mb-100{
  margin-bottom: 93px;
}.btn {
  background: #FEE533;
  border: 0;
  padding: 15px 10px;
  min-width: 370px;
  transition: 0.3s;
  overflow: hidden;
  font-family: "Manrope",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  border: 2px solid #FEE533;
}.btn:hover{
  border-color: #000;
  background: #fff;
}.content-article{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Montserrat';
}.content-article p{
  margin: 35px 0;
  font-weight: 500;
}.content-article b{}.content-article > *:nth-child(1){
  margin-top: 0;
}.content-article > *:nth-last-child(1){
  margin-bottom: 0;
}.col-1 {
  width: 8.333333%;
  flex: 0 0 auto;
}.col-2 {
  width: 16.666667%;
  flex: 0 0 auto;
}.col-3 {
  width: 25%;
  flex: 0 0 auto;
}.col-4 {
  width: 33.333333%;
  flex: 0 0 auto;
}.col-5 {
  width: 41.666667%;
  flex: 0 0 auto;
}.col-6 {
  width: 50%;
  flex: 0 0 auto;
}.col-7 {
  width: 58.333333%;
  flex: 0 0 auto;
}.col-8 {
  width: 66.666667%;
  flex: 0 0 auto;
}.col-9 {
  width: 75%;
  flex: 0 0 auto;
}.col-10 {
  width: 83.333333%;
  flex: 0 0 auto;
}.col-11 {
  width: 91.666667%;
  flex: 0 0 auto;
}.col-12 {
  width: 100%;
  flex: 0 0 auto;
}.mw-783{
  width: 100%;
  max-width: 783px;
}.justify-content-between{
  justify-content: space-between;
}.gap-40{
  gap: 40px;
}.gap-20{
  gap: 20px;
}.mw-870{
  width: 100%;
  max-width: 870px;
}.h1-normal{
  font-style: normal;
  font-weight: 900;
  font-size: calc(20px + 47*(100vw/1920));
  line-height: 124%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: "Druk Wide";
  margin-bottom: 30px;
}.align-items-center{
  align-items: center;
}.align-items-start{
  align-items: flex-start;
}.justify-content-start{
  justify-content: flex-start;
}.mt-160{
  padding-top: 160px;
}.content-left{
  z-index: 2;
  width: 100%;
  max-width: 55%;
  padding-top: 55px;
}.consultation .container {
  padding-right: 0;
  padding-left: 0;
  margin: 0 6.8vw;
  width: 84%;
  position: relative;
}.consultation h1 span {
  position: absolute;
  right: 100%;
  top: 215px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  padding-right: 25px;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Druk Wide";
}.consultation .photo {
  height: calc(100% - 260px)!important;
  width: 39.7%;
  position: absolute;
  top: 160px;
  right: 0;
  background-size: cover;
  background-position: center top;
  /* height: 100%; */
}.write-text{
  font-weight: 700;
  color: #fff;
  text-align: right;
  padding-right: 25px;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 1);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 1);
  font-size: calc(20px + 28*(100vw/1920));
  font-family: "Druk Wide";
}
@media screen and (max-width: 991px) {
  .consultation .photo img {
    width: 112px;
  }
}
@media screen and (max-width: 755px) {
  .consultation h1 span {
    display: none;
  }
  .consultation .container {
    min-height: 100vh;
  }
  .consultation .photo {
    width: 55%;
    left: auto;
    right: 0;
    
  }
  .mt-160{
    padding-top: 0;
  }
  .consultation .container{
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }.content-left{
    max-width: 100%;
  }
  .consultation .photo {
    width: 100vw;
    left: -4vw;
    /* height: calc(100vh - 58px); */
    height: 50vh!important;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }.content-left{
    padding: 0 4%;
    margin-top: -12vh;
    text-align: center;
    padding-bottom: 10%;
  }.content-left .row{
    justify-content: center;
  }.h1-normal{
    padding: 0;
    font-size: calc(22px + 122.1*((100vw - 320px)/1920));
    /* font-size: 2.8vh; */
  }.content-article{
    font-size: 1.8vh;
  }
  .consultation .photo img{
    width: 100%;
  }.btn{
    min-width: auto;
  }.write-text{
    padding: 0;
  }.mb-100{
    margin-bottom: 50px;
  }
  .consultation .photo::after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: -108px;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 40%);
  }
  .consultation .bot-logo {
    display: none;
  }
  .consultation h1 {
    padding-top: 10vh;
    width: 100%;
    text-align: center;
    padding-bottom: 13px;
  }.modal_window .modal_content .title--form h1,
  .modal_window .modal_content .title--form h2,
  .modal_window .modal_content .title--form h3,
  .modal_window .modal_content .title--form h4,
  .modal_window .modal_content .title--form h5,
  .modal_window .modal_content .title--form h6 {
    font-style: normal;
    font-weight: 900;
    font-size: calc(22px + 42.1*((100vw - 320px)/1920));
    line-height: 120%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-family: "Druk Wide";
    margin: 0;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 450px) {
  .mt-160{
    padding-top: 0;
  }
  .consultation .container{
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }.content-left{
    max-width: 100%;
  }
  .consultation .photo {
    width: 100vw;
    left: -4vw;
    /* height: calc(100vh - 58px); */
    height: 50vh!important;
    width: 100%;
    position: relative;
    left: auto;
    top: 60px;
    height: auto!important;
  }.content-left{
    padding: 0 4%;
    margin-top: -12vh;
    text-align: center;
    padding-bottom: 20%;
  }.content-left .row{
    justify-content: center;
  }.h1-normal{
    padding: 0;
    font-size: calc(22px + 122.1*((100vw - 320px)/1920));
    /* font-size: 2.8vh; */
  }.content-article{
    /* font-size: 1.8vh; */
    
    font-size: calc(17px + 22.1*((100vw - 320px)/1920));
  }
  .consultation .photo img{
    width: 100%;
  }.btn{
    min-width: auto;
    margin: 0 auto;
    font-size: calc(17px + 62.1*((100vw - 320px)/1920));
  }.write-text{
    font-size: calc(22px + 22.1*((100vw - 320px)/1920));
    padding: 0;
  }.mb-100{
    margin-bottom: 50px;
  }
  .consultation .photo::after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: -82px;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 40%);
  }
  .consultation .bot-logo {
    display: none;
  }
  .consultation h1 {
    padding-top: 16vh;
    width: 100%;
    text-align: center;
    padding-bottom: 13px;
  }.modal_window {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(0%);
    padding: 0% 0%;
  }.mb-0{
    margin-bottom: 0!important;
  }.modal_window .modal_close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }input:after{
      color: red;
      content: " *";
  }::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.6);
  }:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.6);
  opacity:  1;
  }::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.6);
  opacity:  1;
  }:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.6);
  }::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.6);
  }::placeholder { /* Most modern browsers support this now. */
    color: rgba(0, 0, 0, 0.6);
  }.form-style input{
    border: 0;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: calc(17px + 22.1*((100vw - 320px)/1920));
    line-height: 170%;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    margin-bottom: 14px;
  }.btn.btn--white{
    font-family: 'Montserrat';
    color: rgba(0, 0, 0, 0.8);
    border-color: #000;
    background: #fff;
    font-weight: 500;
    font-size: calc(17px + 22.1*((100vw - 320px)/1920));
    line-height: 170%;
    text-align: center;
    letter-spacing: -0.02em;
    width: 100%;
    border-width: 1px;
    padding: 15px 19px;
    /* box-sizing: border-box; */
  }.btn-file {
    position: relative;
    overflow: hidden;
    /* display: inline-block; */
    display: inline;
    /* width: 100%; */
    width: 100%;
  }.btn-text{
    /* z-index: 2;
    position: relative; */
  }.file-remove{
    background-image: url('../image/remove-file.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
  }.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 200px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }.files .files-title-active{
    display: none;
  }.fileList{
    transition: 0.3s;
    overflow-x: auto;
  }.fileList li{
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    align-items: center;
    gap: 5px
  }.files.active .fileList{
    margin-bottom: 28px;
  }.files.active .files-title{
    display: none;
  }.files.active .files-title-active{
    display: block;
    margin-bottom: 5px;
  }.files{
    margin-top: 8px;
    overflow: hidden;
    padding-bottom: 25px;
    transition: 0.3s;
  }.files-title{
    margin-bottom: 26px;
    display: block;
    font-family: 'Montserrat';
    transition: 0.3s;
    font-style: normal;
    font-weight: 500;
    font-size: calc(17px + 22.1*((100vw - 320px)/1920));
    line-height: 170%;
    letter-spacing: -0.02em;
    color: #000000;
  }.modal-text{
    text-align: right;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: calc(17px + 22.1*((100vw - 320px)/1920));
    line-height: 170%;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }.modal_window .modal_content {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
    overflow: visible;
    max-height: 100vh;
    max-width: 626px;
    border-radius: 0px;
    padding: 10% 4%;
    overflow-y: auto;
    left: 0;
    height: auto;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  }.modal_window .modal_content .modal_btn_close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 4;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    background: #F7F7F7;
    display: -ms-flexbox;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }.modal_window .modal_content .modal_btn_close span {
    display: block;
    width: 15px;
    height: 2px;
    top: 0%;
    position: relative;
    background: #949494;
    transition: 0.3s;
    transform: rotate(45deg);
  }.modal_window .modal_content .modal_btn_close span::after,
  .modal_window .modal_content .modal_btn_close span::before {
    background: #949494;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    transition: 0.3s;
  }.modal_window .modal_content .modal_btn_close span::before {
    transform: rotate(90deg);
    top: 0px;
  }.modal_window .modal_content .modal_btn_close span::after {
    opacity: 0;
    bottom: 0px;
    transform: rotate(0deg);
  }.modal_window .modal_content .modal_btn_close:hover span {
    transform: rotate(0deg) translateY(0px);
  }.modal_window .modal_content .modal_btn_close:hover span::before {
    transform: rotate(-45deg) translateY(9px) translateX(5px);
    top: 0px;
    width: 50%;
  }.modal_window .modal_content .modal_btn_close:hover span::after {
    opacity: 1;
    bottom: 0px;
    transform: rotate(45deg) translateY(-9px) translateX(5px);
    width: 50%;
  }.modal_window .modal_content .modal_content__title {
    font-size: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #414dd7;
  }.modal_window .modal_content .modal_content__desc {
    font-size: 20px;
  }.modal_window .modal_content .modal_content__block {
    margin-top: 42px;
  }.modal_window .modal_content .title--form h1,
  .modal_window .modal_content .title--form h2,
  .modal_window .modal_content .title--form h3,
  .modal_window .modal_content .title--form h4,
  .modal_window .modal_content .title--form h5,
  .modal_window .modal_content .title--form h6 {
    font-style: normal;
    font-weight: 900;
    font-size: calc(22px + 122.1*((100vw - 320px)/1920));
    line-height: 120%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-family: "Druk Wide";
    margin: 0;
    margin-bottom: 35px;
  }.normal-footer .contacts .title{
    height: auto;
  }
}
[disabled]{
  opacity: 0.3;
  cursor: default;
}