@charset "UTF-8";
.contacts_section .contacts_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_section {
  position: relative;
  overflow: hidden;
}
.main_section .image_block {
  width: 60%;
  height: 40vw;
  margin-left: auto;
  position: relative;
}
.main_section .image_block img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  object-fit: cover;
}
.main_section .section_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.main_section .section_title,
.main_section .section_description {
  max-width: 35.2vw;
  padding: 5px 0;
}
@media (max-height: 799px) {
  .main_section .section_title {
    max-width: 25vw;
  }
}

.about_inner {
  padding: 0 60px;
}

.second_section {
  padding-top: 30px;
}
.second_section .options_list {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.second_section .options_list li {
  padding: 0 15px 20px;
}
.second_section .options_list .option_type {
  font-family: "light";
  opacity: 0.5;
  font-size: 180%;
  line-height: 24px;
}

.third_section {
  padding-top: 120px;
}
.third_section .specify_block {
  display: flex;
  position: relative;
}
.third_section .actions_block {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.third_section .section_description {
  flex: 0 0 50%;
  padding-right: 40px;
  max-width: 50%;
  padding-bottom: 80px;
}
.third_section .image_block {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 285px;
  background: #f2f2f2;
}
.third_section .image_block img {
  max-width: 100%;
  max-height: 100%;
}

.info_section {
  padding-top: 120px;
}

.advantages {
  padding-top: 90px;
}
.advantages ul {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.advantages li {
  flex: 1;
  padding: 0 15px 40px;
}
.advantages .type_block {
  font-size: 180%;
  line-height: 24px;
  opacity: 0.5;
}
.advantages .result_block {
  font-size: 720%;
  line-height: 1.25em;
  font-family: "bold";
}

.partners_section {
  padding-top: 150px;
}
.partners_section .brands_list {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.partners_section .brands_list li {
  padding: 46px 10px;
  flex: 0 0 25%;
  max-width: 25%;
}
.partners_section .brands_list img {
  max-width: 100%;
  max-height: 60px;
  display: block;
}
.partners_section .brands_list:first-child {
  margin-top: -46px;
}

.images_section {
  padding-top: 100px;
}
.images_section + .info_section {
  padding-top: 40px;
}

.more_projects {
  margin-top: 135px;
}

@media (max-width: 1440px) {
  .main_section .section_inner {
    padding: 0 60px;
    height: 100%;
  }
  .main_section .section_title,
.main_section .section_description {
    max-width: 50vw;
  }

  .third_section,
.info_section,
.partners_section,
.images_section {
    padding-top: 100px;
  }

  .more_projects {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .about_inner {
    padding: 0 30px;
  }

  .main_section .section_inner {
    padding: 100px 30px 0;
  }
  .main_section .image_block {
    width: 80%;
    height: 53vw;
  }

  .third_section {
    padding-top: 80px;
  }
  .third_section .image_block {
    min-height: 240px;
  }

  .info_section {
    padding-top: 80px;
  }

  .second_section .options_list .option_type {
    font-size: 160%;
  }

  .advantages {
    padding-top: 60px;
  }
  .advantages .type_block {
    font-size: 160%;
  }
  .advantages .result_block {
    font-size: 600%;
  }

  .partners_section {
    padding-top: 80px;
  }
  .partners_section .brands_list li {
    padding: 25px 10px;
  }
  .partners_section .brands_list:first-child {
    margin-top: -25px;
  }

  .images_section {
    padding-top: 80px;
  }

  .more_projects {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .about_inner {
    padding-right: 0;
  }

  .main_section .section_inner {
    padding-right: 0;
    height: auto;
    min-height: 100%;
  }
  .main_section .section_title,
.main_section .section_description {
    max-width: 66%;
  }

  .third_section {
    padding-top: 60px;
  }
  .third_section .image_block {
    min-height: 180px;
  }

  .info_section {
    padding-top: 60px;
  }

  .advantages .result_block {
    font-size: 540%;
  }

  .partners_section {
    padding-top: 40px;
  }
  .partners_section .brands_list:first-child {
    margin-top: -15px;
  }
  .partners_section .brands_list li {
    padding: 15px 10px;
  }

  .images_section {
    padding-top: 60px;
  }

  .more_projects {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .left_col {
    margin-bottom: 15px;
  }

  .second_section .options_list .option_type {
    font-size: 140%;
  }

  .advantages .type_block {
    font-size: 140%;
  }
  .advantages .result_block {
    font-size: 450%;
  }
}
@media (max-width: 575px) {
  .main_section .section_title,
.main_section .section_description {
    max-width: 100%;
  }
  .main_section .image_block {
    width: 85%;
    height: 57vw;
  }

  .third_section {
    padding-top: 40px;
  }
  .third_section .specify_block {
    flex-direction: column;
  }
  .third_section .section_description {
    flex: none;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
    order: 1;
  }
  .third_section .image_block {
    flex: none;
    max-width: 100%;
  }
  .third_section .actions_block {
    position: relative;
    left: auto;
    bottom: auto;
    order: 2;
    margin-top: 20px;
  }

  .info_section {
    padding-top: 40px;
  }

  .advantages {
    padding-top: 40px;
  }
  .advantages ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .partners_section {
    padding-top: 20px;
  }
  .partners_section .brands_list li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .partners_section .brands_list li img {
    max-height: 40px;
  }

  .images_section {
    padding-top: 40px;
  }
  .images_section + .info_section {
    padding-top: 20px;
  }

  .more_projects {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .main_section {
    min-height: 57vw;
  }
  .main_section .image_block {
    position: absolute;
    right: 0;
    top: 0;
  }
  .main_section .section_inner {
    position: relative;
    top: auto;
    left: auto;
  }
}
.contacts_section {
  position: relative;
  overflow: hidden;
}
.contacts_section .section_inner {
  padding: 180px 0;
  position: relative;
  z-index: 2;
  width: 60%;
  height: 100vh;
  margin: 0 auto;
}
.contacts_section .map_block {
  position: absolute;
  top: 180px;
  bottom: 180px;
  left: 33.3%;
  right: -50%;
  z-index: 1;
}
.contacts_section #map-canvas {
  height: 100%;
}
.contacts_section .contacts_part {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  min-height: 340px;
}
.contacts_section .contacts_part:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  bottom: 180px;
  width: 0;
  left: 0;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background: #272736;
  z-index: 2;
  margin-top: -180px;
}
.contacts_section .contacts_block {
  display: flex;
  flex-wrap: wrap;
}
.contacts_section .section_title {
  flex: 0 0 100%;
  max-width: 100%;
  height: 9vw;
  -o-transition: padding 1s linear;
  -ms-transition: padding 1s linear;
  -moz-transition: padding 1s linear;
  -webkit-transition: padding 1s linear;
  transition: padding 1s linear;
}
.contacts_section .section_title span {
  display: block;
  height: 0;
  padding-right: 7.8125%;
  max-width: 66.6%;
  position: relative;
  z-index: 3;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.contacts_section .section_title span.opened_text {
  opacity: 0;
  color: #ffffff;
}
.contacts_section .switch_button {
  display: flex;
  width: 70px;
  height: 66px;
  min-height: 66px;
  font-size: 240%;
  color: rgba(255, 255, 255, 0.5);
  background: #5B50DA;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-top: auto;
}
.contacts_section .switch_button:hover {
  color: #ffffff;
}
.contacts_section .contacts_list {
  flex: 1;
  max-width: 33.33%;
  padding-right: 60px;
  margin-top: 24px;
  -o-transition: padding 1s linear;
  -ms-transition: padding 1s linear;
  -moz-transition: padding 1s linear;
  -webkit-transition: padding 1s linear;
  transition: padding 1s linear;
}
.contacts_section .contacts_list ul {
  font-size: 180%;
  line-height: 24px;
}
.contacts_section .contacts_list li {
  margin-bottom: 30px;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.contacts_section .contacts_list li:first-child {
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.contacts_section .contacts_list li:nth-child(2) {
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.contacts_section .contacts_list li:nth-child(3) {
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.contacts_section .contacts_list .contact_type {
  position: relative;
  z-index: 3;
  font-family: "light";
  opacity: 0.5;
}
.contacts_section .contacts_list .contact_info {
  position: relative;
  z-index: 3;
  font-family: "bold";
}
.contacts_section .contacts_list .contact_info a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.contacts_section .contact_form {
  flex: 1;
  max-width: 0;
  -o-transition: max-width 0.49s linear;
  -ms-transition: max-width 0.49s linear;
  -moz-transition: max-width 0.49s linear;
  -webkit-transition: max-width 0.49s linear;
  transition: max-width 0.49s linear;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.contacts_section .contact_form .field_block {
  width: 20vw;
  padding-right: 60px;
  padding-bottom: 20px;
  position: relative;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (min-height: 640px) {
  .contacts_section .contact_form .field_block {
    opacity: 0;
  }
}
.contacts_section .contact_form .field_block ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block .error_hint {
  display: none;
  position: absolute;
  left: 0;
  font-size: 120%;
  line-height: 16px;
  color: #b94a48;
  bottom: 4px;
}
.contacts_section .contact_form .field_block .individual_hint {
  display: none;
}
.contacts_section .contact_form .field_block .form-error {
  display: none !important;
}
.contacts_section .contact_form .field_block.has-error input,
.contacts_section .contact_form .field_block.has-error textarea {
  background: rgba(185, 74, 72, 0.2);
}
.contacts_section .contact_form .field_block.has-error .error_hint {
  display: block;
}
.contacts_section .contact_form .field_block:nth-child(2) {
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.contacts_section .contact_form .field_block:nth-child(3) {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.contacts_section .contact_form .field_block:nth-child(4) {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.contacts_section .contact_form input,
.contacts_section .contact_form textarea {
  width: 100%;
  font-size: 160%;
  line-height: 24px;
  padding: 12px 18px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.contacts_section .contact_form input:focus,
.contacts_section .contact_form textarea:focus {
  background: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form textarea {
  vertical-align: top;
  resize: none;
  height: 116px;
}
.contacts_section .contact_form .button_block {
  width: 20vw;
  padding-right: 60px;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (min-height: 640px) {
  .contacts_section .contact_form .button_block {
    opacity: 0;
  }
}
.contacts_section .contact_form button {
  width: 100%;
  margin-top: 20px;
  height: 48px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 180%;
  line-height: 24px;
  background: transparent;
}
.contacts_section .contact_form button:hover {
  background: #ffffff;
  color: #272736;
}
.contacts_section.form_opened .switch_button {
  font-size: 200%;
}
.contacts_section.form_opened .switch_button:before {
  content: "";
}
.contacts_section.form_opened .contacts_part {
  z-index: 300;
}
.contacts_section.form_opened .contacts_part:before {
  width: 66.6%;
  top: 180px;
  margin-top: 0;
}
.contacts_section.form_opened .section_title {
  padding-left: 75px;
}
.contacts_section.form_opened .section_title span {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.contacts_section.form_opened .section_title span.opened_text {
  opacity: 1;
}
.contacts_section.form_opened .section_title span.closed_text {
  opacity: 0;
}
.contacts_section.form_opened .contacts_list {
  padding-left: 75px;
}
.contacts_section.form_opened .contacts_list li {
  color: #ffffff;
}
.contacts_section.form_opened .contacts_list li:first-child {
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contacts_section.form_opened .contacts_list li:nth-child(2) {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.contacts_section.form_opened .contacts_list li:nth-child(3) {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.contacts_section.form_opened .contact_form {
  max-width: 33.3%;
  -o-transition: max-width 0.49s linear;
  -ms-transition: max-width 0.49s linear;
  -moz-transition: max-width 0.49s linear;
  -webkit-transition: max-width 0.49s linear;
  transition: max-width 0.49s linear;
  -o-transition-delay: 0.51s;
  -ms-transition-delay: 0.51s;
  -moz-transition-delay: 0.51s;
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}
.contacts_section.form_opened .contact_form .field_block {
  opacity: 1;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(1) {
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(2) {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(3) {
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(4) {
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.contacts_section.form_opened .contact_form .button_block {
  opacity: 1;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-height: 1079px) {
  .contacts_section .section_inner {
    padding: 150px 0;
  }
  .contacts_section .map_block {
    top: 150px;
    bottom: 150px;
  }
  .contacts_section .contacts_part {
    padding-top: 40px;
  }
  .contacts_section .contacts_part:before {
    bottom: 150px;
  }
  .contacts_section.form_opened .contacts_part:before {
    top: 150px;
  }
  .contacts_section .switch_button {
    position: absolute;
    left: 0;
    bottom: 150px;
  }
  .contacts_section .contact_form {
    margin-top: -40px;
  }
  .contacts_section .button_block button {
    margin-top: 0;
  }
}
@media (max-height: 899px) {
  .contacts_section .section_inner {
    padding: 120px 0;
  }
  .contacts_section .map_block {
    top: 120px;
    bottom: 120px;
  }
  .contacts_section .contacts_part {
    padding-top: 20px;
  }
  .contacts_section .contacts_part:before {
    bottom: 120px;
  }
  .contacts_section.form_opened .contacts_part:before {
    top: 120px;
  }
  .contacts_section .switch_button {
    bottom: 120px;
  }
}
@media (max-height: 799px) {
  .contacts_section .section_inner {
    padding-bottom: 80px;
  }
  .contacts_section .map_block {
    bottom: 80px;
  }
  .contacts_section .contacts_part:before {
    bottom: 80px;
  }
  .contacts_section .switch_button {
    bottom: 80px;
    width: 60px;
    height: 50px;
    min-height: 50px;
    font-size: 180%;
  }
  .contacts_section .section_title {
    height: 6.6vw;
  }
  .contacts_section .contact_form input,
.contacts_section .contact_form textarea {
    font-size: 140%;
    line-height: 18px;
    padding: 10px 12px;
  }
  .contacts_section .contact_form .field_block {
    padding-bottom: 4px;
  }
  .contacts_section .contact_form .error_hint {
    display: none;
  }
  .contacts_section .contact_form .button_block button {
    height: 40px;
    font-size: 160%;
  }
  .contacts_section .contacts_list {
    margin-top: 10px;
  }
  .contacts_section .contacts_list ul {
    font-size: 160%;
    line-height: 20px;
  }
  .contacts_section .contacts_list li {
    margin-bottom: 20px;
  }
}
@media (max-height: 624px) {
  .contacts_section .section_inner {
    padding-bottom: 75px;
    padding-top: 100px;
  }
  .contacts_section .map_block {
    bottom: 75px;
    top: 100px;
  }
  .contacts_section .contacts_part:before {
    bottom: 75px;
  }
  .contacts_section .switch_button {
    bottom: 75px;
    width: 50px;
    height: 40px;
    min-height: 40px;
    font-size: 160%;
  }
  .contacts_section .contact_form {
    display: flex;
    flex-wrap: wrap;
    height: 160px;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100px;
    margin-top: 6.6vw;
    max-width: 100%;
    width: 0;
    -o-transition: width 1s linear;
    -ms-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    transition: width 1s linear;
  }
  .contacts_section .contact_form .field_block {
    padding-bottom: 2px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contacts_section .contact_form .error_hint {
    display: none;
  }
  .contacts_section .contact_form .button_block {
    padding: 0 20px;
  }
  .contacts_section .contact_form .button_block button {
    height: 38px;
    font-size: 140%;
  }
  .contacts_section .contact_form textarea {
    height: 118px;
  }
  .contacts_section .contacts_list {
    margin-top: 0;
  }
  .contacts_section .contacts_list ul {
    font-size: 140%;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
  }
  .contacts_section .contacts_list li {
    margin-bottom: 15px;
    flex: 0 0 50%;
  }
  .contacts_section.form_opened .contacts_part:before {
    top: 100px;
  }
  .contacts_section.form_opened .contacts_list {
    padding-left: 0;
  }
  .contacts_section.form_opened .contact_form {
    -o-transition: width 1s linear;
    -ms-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    transition: width 1s linear;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    max-width: 100%;
    width: 66.6%;
  }
  .contacts_section.form_opened .section_title {
    padding-left: 20px;
  }
  .contacts_section.form_opened .switch_button {
    font-size: 160%;
  }
}
@media (max-width: 1440px) {
  .contacts_section .section_inner {
    width: 80%;
  }
  .contacts_section .map_block {
    left: 37.5%;
    right: -33.3%;
  }
  .contacts_section .section_title {
    height: 12vw;
  }
}
@media (max-width: 1440px) and (max-height: 799px) {
  .contacts_section .section_title {
    height: 8.4vw;
  }
}
@media (max-width: 1440px) {
  .contacts_section .contacts_list {
    max-width: 31.25%;
    padding-right: 40px;
  }
}
@media (max-width: 1440px) {
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 25vw;
    padding-right: 20px;
  }
}
@media (max-width: 1440px) and (max-height: 799px) {
  .contacts_section .contact_form {
    margin-top: -20px;
  }
}
@media (max-width: 1440px) and (max-height: 624px) {
  .contacts_section .contact_form {
    margin-top: 8.4vw;
  }
}
@media (max-width: 1440px) {
  .contacts_section.form_opened .contacts_part:before {
    width: 62.5%;
  }
  .contacts_section.form_opened .contacts_list,
.contacts_section.form_opened .section_title {
    padding-left: 20px;
  }
  .contacts_section.form_opened .contact_form {
    max-width: 31.25%;
  }
}
@media (max-width: 1440px) and (max-height: 624px) {
  .contacts_section.form_opened .contact_form {
    width: 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 1199px) {
  .contacts_section .map_block {
    right: -37.5%;
  }
  .contacts_section .contacts_list {
    max-width: 37.5%;
    padding-right: 20px;
  }
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 30vw;
  }
  .contacts_section.form_opened .contacts_part:before {
    width: 75%;
  }
  .contacts_section.form_opened .contact_form {
    max-width: 37.5%;
  }
}
@media (max-width: 1199px) and (max-height: 624px) {
  .contacts_section.form_opened .contact_form {
    width: 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .contacts_section .section_inner {
    padding-left: 60px;
    padding-right: 20px;
    width: 100%;
  }
  .contacts_section .map_block {
    left: 40%;
    right: -20%;
  }
  .contacts_section .switch_button {
    width: 42px;
    height: 40px;
    min-height: 40px;
    font-size: 140%;
  }
}
@media screen and (max-width: 991px) and (max-height: 1079px) {
  .contacts_section .switch_button {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .contacts_section .contacts_part:before {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .contacts_section .section_title {
    height: 14.4vw;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .contacts_section .section_title {
    height: 10.8vw;
  }
}
@media (max-width: 991px) {
  .contacts_section .contacts_list {
    max-width: 37.5%;
  }
}
@media (max-width: 991px) {
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 35vw;
  }
}
@media (max-width: 991px) and (max-height: 624px) {
  .contacts_section .contact_form {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .contacts_section.form_opened .contacts_part:before {
    width: 70%;
  }
  .contacts_section.form_opened .contact_form {
    max-width: 37.5%;
  }
}
@media (max-width: 991px) and (max-height: 624px) {
  .contacts_section.form_opened .contact_form {
    max-width: 70%;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .contacts_section.form_opened .switch_button {
    font-size: 160%;
  }
}
@media (max-width: 767px) {
  .contacts_section .contact_form {
    position: absolute;
    left: 60px;
    top: 100px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-top: 7.2vw;
  }
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 60vw;
    padding-left: 20px;
  }
  .contacts_section .contacts_list {
    max-width: 60%;
    padding-left: 0 !important;
  }
  .contacts_section .contacts_list ul li {
    color: #272736 !important;
  }
  .contacts_section .switch_button {
    margin-top: 20px;
  }
  .contacts_section .contacts_block {
    flex: 1;
    padding-bottom: 50px;
  }
  .contacts_section.form_opened .contact_form {
    width: 60%;
    max-width: 60%;
  }
  .contacts_section.form_opened .contacts_part:before {
    width: 60%;
  }
}
@media (max-width: 767px) and (max-height: 624px) {
  .contacts_section .section_inner {
    padding-bottom: 40px;
  }
  .contacts_section .map_block,
.contacts_section .switch_button,
.contacts_section .contacts_part:before {
    bottom: 40px;
  }
  .contacts_section .contacts_list li {
    flex: 0 0 100%;
  }
  .contacts_section .contact_form {
    height: auto;
    flex-wrap: nowrap;
  }
  .contacts_section .contact_form input,
.contacts_section .contact_form textarea {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contacts_section .contact_form textarea {
    height: 80px;
  }
  .contacts_section .contact_form .button_block button {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .contacts_section .section_title {
    height: 58px;
  }
  .contacts_section .section_title span {
    width: 100%;
    padding-right: 0;
    max-width: 240px;
  }
  .contacts_section .contacts_list {
    max-width: 160px;
    padding-right: 0;
  }
  .contacts_section .contact_form .button_block,
.contacts_section .contact_form .field_block {
    width: 80vw;
  }
  .contacts_section.form_opened .contacts_part:before {
    width: 80%;
  }
  .contacts_section.form_opened .contact_form {
    width: 80%;
    max-width: 80%;
  }
}

.fullpage_content .contacts_section .section_inner {
  height: 100%;
}

.contacts_section .switch_button, .contacts_section .contacts_list .contact_info a:hover {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contacts_section .contact_form button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts_section .contacts_list .contact_info a:hover {
  color: #5B50DA;
}

/*# sourceMappingURL=about_us.css.map */
