.contact_type {
  padding-bottom: 10px;
  font-size: 150%;
  line-height: 18px;
  color: #ffffff;
  display: block;
}

.map_block {
  flex: 0 0 100vw;
  max-width: 100vw;
  margin-top: 61px;
}
@media screen and (min-width: 1920px) {
  .map_block {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
  }
}

.address_btn {
  cursor: pointer;
}

#map {
  height: 568px;
  max-height: 75vh;
}

.iw_content {
  font-size: 1.2rem;
  line-height: 15px;
}

.iw_title {
  background: rgba(248, 248, 248, 0.1);
  backdrop-filter: blur(25px);
}

.iw_address {
  margin-top: 16px;
}

.contact_info {
  font-size: 150%;
  line-height: 21px;
  color: #C5C5C5;
}
.contact_info a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.contact_form .form_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contact_form .field_block ::-webkit-input-placeholder {
  color: #999999;
}
.contact_form .field_block :-moz-placeholder {
  color: #999999;
}
.contact_form .field_block ::-moz-placeholder {
  color: #999999;
}
.contact_form .field_block :-ms-input-placeholder {
  color: #999999;
}
.contact_form .field_block.full_field {
  flex: 0 0 100%;
  max-width: 100%;
}
.contact_form .field_block input,
.contact_form .field_block textarea {
  font-size: 140%;
  line-height: 18px;
  padding: 13px 10px;
  border: 1px solid #F8F8F8;
  background: transparent;
  color: #ffffff;
}
.contact_form .field_block input:focus,
.contact_form .field_block textarea:focus {
  border-color: #ffffff;
}
.contact_form .field_block input:focus::placeholder,
.contact_form .field_block textarea:focus::placeholder {
  color: #ffffff;
}
.contact_form .field_block textarea {
  height: 92px;
}
.contact_form .field_block.has-error input,
.contact_form .field_block.has-error textarea {
  border-color: #b94a48 !important;
}
.contact_form .field_block .error_hint {
  display: block;
  text-align: right;
  font-size: 120%;
  line-height: 15px;
}
.contact_form .btn_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px -10px 0;
}
.contact_form .btn_block button {
  background: #FCB535;
  border: none;
  min-width: 149px;
  padding: 17px 20px;
  color: #282828;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.contacts_list {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.contacts_list > li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
}
.contacts_list .socials_list {
  margin-top: 10px;
}

.contact_form {
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .contacts_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact_form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .contact_info {
    font-size: 130%;
    line-height: 18px;
  }
  .contacts_section .field_block,
  .contact_form .field_block,
  .contacts_list > li,
  .contact_form .btn_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .contact_form,
  .contacts_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  #map {
    height: 300px;
    max-height: 75vh;
  }
  .contact_form,
  .contacts_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contacts_section.contact_page {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .contacts_section.contact_page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .contacts_section.contact_page {
    margin-top: 50px;
  }
}
.contacts_section .section_title {
  color: #FCB535;
  padding-bottom: 20px;
}
.contacts_section .section_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px -10px 0;
}
.contacts_section .field_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .contacts_section .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .contacts_section .section_inner {
    margin-top: 20px;
  }
}

.web .address_btn, .web .contact_info a, .contact_info .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .contact_form .btn_block button, .contact_form .btn_block .web button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contact_form .field_block input,
.contact_form .field_block textarea {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .contact_info a, .contact_info .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .address_btn:hover, .web .contact_info a:hover, .contact_info .web a:hover {
  color: #FCB535;
}
.web .address_btn:hover span, .web .contact_info a:hover span, .contact_info .web a:hover span {
  color: #FCB535;
}
.web .contact_form .btn_block button:hover, .contact_form .btn_block .web button:hover {
  background: #EC9800;
}
.touch .contact_info a:active, .contact_info .touch a:active {
  color: #FCB535;
}
.touch .contact_info a:active span, .contact_info .touch a:active span {
  color: #FCB535;
}

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