.attached_file .attach_remove:before, .attached_file .attach_remove:after, .attach_label .attach_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact_type {
  font-family: "montserrat-medium", "montserratarm-medium";
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .contact_type {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  .contact_type {
    font-size: 140%;
  }
}

.contacts_page {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.contacts_page .page_title {
  color: #4A00C4;
}
.contacts_page .map_block {
  flex: 0 0 100vw;
  max-width: 100vw;
  margin-top: 40px;
}
.contacts_page #map {
  height: 465px;
  max-height: 75vh;
}
.contacts_page .section_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -10px;
}
.contacts_page .contact_form {
  margin-top: -30px;
  padding: 0 10px;
}
.contacts_page .form_fields {
  border-top: 8px solid #3F68FF;
  margin-top: 13px;
  padding: 30px 35px 40px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 60px rgba(0, 49, 88, 0.08);
}
.contacts_page .field_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 5px 0;
}
.contacts_page .contacts_list {
  padding: 0;
}
.contacts_page .contacts_list > li {
  padding: 40px 10px 0;
}
@media screen and (max-width: 1199px) {
  .contacts_page .form_fields {
    border-top-width: 6px;
    padding: 20px 15px 30px;
  }
}
@media screen and (max-width: 959px) {
  .contacts_page {
    padding-top: 40px;
  }
  .contacts_page .contacts_list > li:not(:first-child) {
    padding-top: 24px;
  }
}
@media screen and (max-width: 639px) {
  .contacts_page .contact_form {
    margin-top: 40px;
  }
  .contacts_page .form_fields {
    border-top-width: 4px;
    padding: 10px 10px 20px;
  }
}

.contact_type {
  color: #4A00C4;
}

.contact_info {
  margin-top: 10px;
  font-size: 140%;
  line-height: 23px;
}
.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;
}
.contact_form .field_block {
  flex: 0 0 50%;
  max-width: 50%;
}
.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: 14px 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  background: transparent;
  color: inherit;
}
.contact_form .field_block input:focus,
.contact_form .field_block textarea:focus {
  border-color: #4A00C4;
}
.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 .attach_error,
.contact_form .field_block .error_hint {
  display: block;
  text-align: right;
  font-size: 120%;
  line-height: 15px;
  color: #b94a48;
}
.contact_form .btn_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.contact_form .btn_block button {
  width: 100%;
}

.attach_label {
  display: block;
  font-family: "montserrat", "montserratarm";
  font-weight: normal;
  background: transparent;
  position: relative;
}
.attach_label .attach_btn {
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
  padding: 14px 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  color: #999999;
  cursor: pointer;
}
.attach_label .attach_btn:after {
  display: block;
  content: "\e910";
  font-size: 1.8rem;
  color: #001C32;
  padding-left: 20px;
  margin-left: auto;
}
.attach_label.has-error ~ .attach_error {
  display: none;
}
.attach_label.has-error ~ .error_hint {
  max-height: 60px;
}
.attach_label.has-error .attach_btn {
  border-color: #b94a48;
}
.attach_label[hidden] {
  display: none;
}

.attached_file {
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
  padding: 14px 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.attached_file .file_name {
  display: block;
  flex: 1;
  width: 50%;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attached_file .attach_remove {
  display: block;
  cursor: pointer;
  margin-left: 20px;
}
.attached_file .attach_remove:before {
  content: "\e904";
  display: block;
}
.attached_file .attach_remove:hover {
  color: #b94a48;
}

.map_block > .iw_content {
  display: none;
}

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

.iw_title {
  color: #01ACFF;
  font-family: "montserrat-medium", "montserratarm-medium";
}

.iw_address {
  margin-top: 16px;
}

.map_link {
  display: inline-block;
  vertical-align: top;
  color: #1268B3;
  margin-top: 7px;
}

.contacts_list {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.contacts_list > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.contacts_list .socials_list {
  margin-top: 10px;
}
.contacts_list .socials_list a {
  color: #ffffff;
  background: #4A00C4;
}

@media screen and (min-width: 1200px) {
  .contacts_list {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .contact_form {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (max-width: 959px) {
  .contact_form .field_block,
.contacts_list > li,
.contact_form .btn_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@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) {
  .contact_form,
.contacts_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.web .contact_info a, .contact_info .web a, .web .attach_label .attach_btn, .attach_label .web .attach_btn, .web .map_link, .attached_file .attach_remove {
  -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 .contacts_list .socials_list a, .contacts_list .socials_list .web a {
  -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, .touch .attach_label .attach_btn, .attach_label .touch .attach_btn, .touch .map_link {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

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

.attach_label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .contact_info a:hover, .contact_info .web a:hover, .web .attach_label .attach_btn:hover, .attach_label .web .attach_btn:hover, .web .map_link:hover {
  color: #4A00C4;
}
.web .contacts_list .socials_list a:hover, .contacts_list .socials_list .web a:hover {
  background: #3F68FF;
}
.touch .contact_info a:active, .contact_info .touch a:active, .touch .attach_label .attach_btn:active, .attach_label .touch .attach_btn:active, .touch .map_link:active {
  color: #4A00C4;
}
.touch .contacts_list .socials_list a:active, .contacts_list .socials_list .touch a:active {
  background: #3F68FF;
}

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