@charset "UTF-8";
.content form .file_attach .attach_remove:before, .content form .checkboxes .checkbox_btn:before, .content form .file_attach .attach_remove: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;
}

@media screen and (min-width: 1200px) {
  .map_section:after, .contacts_section {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .map_section:after, .contacts_section {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .map_section:after, .contacts_section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .map_section:after, .contacts_section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .map_section:after, .contacts_section {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .map_section, .contacts_section {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .map_section, .contacts_section {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .map_section, .contacts_section {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .map_section, .contacts_section {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .map_section, .contacts_section {
    padding-bottom: 30px;
  }
}

.contacts_section {
  position: relative;
  overflow: hidden;
}
.contacts_section:before {
  display: block;
  content: "";
  padding-top: 5%;
}
.contacts_section .contacts_list,
.contacts_section .contact_form {
  padding: 0 10px;
}
.contacts_section .contact_block .section_subtitle {
  padding-bottom: 10px;
}
.contacts_section .contact_block a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contacts_section .contact_block a:not(:last-child) {
  margin-right: 16px;
}
.contacts_section .contact_block .hour_limit {
  margin-top: 7px;
  display: inline-block;
}
.contacts_section .contact_block .hour_limit + .hour_limit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 70px;
  border-top: 1px solid;
}
@media screen and (min-width: 1200px) {
  .contacts_section .contact_block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .contacts_section .contacts_list {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .contacts_section .contact_form {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .contacts_section .contact_block {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 959px) {
  .contacts_section .contacts_list,
.contacts_section .contact_form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contacts_section .contacts_list {
    padding: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .contacts_section .contact_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_section .contact_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contacts_section .page_container .contact_form,
.contacts_section .page_container .contact_block {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.contacts_section .page_container .contact_block: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 .page_container .contact_block:nth-child(3) {
  -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 .page_container .contact_block:nth-child(4) {
  -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 .page_container .contact_block:nth-child(5) {
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.contacts_section .page_container .contact_block:nth-child(6) {
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.contacts_section .page_container:not(.active) .contact_form {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.contacts_section .page_container:not(.active) .contact_block {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}

.content form > .section_subtitle:after {
  content: "";
  display: block;
  height: 2px;
  background: #A7DA36;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .content form > .section_subtitle:after {
    width: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content form > .section_subtitle:after {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content form > .section_subtitle:after {
    width: 80px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .content form > .section_subtitle:after {
    width: 70px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .content form > .section_subtitle:after {
    width: 60px;
    margin: 15px 0;
  }
}
.content form .form_fields {
  padding-top: 30px;
  justify-content: space-between;
}
.content form .field_block {
  padding: 0 10px 50px;
}
.content form .field_block:not(.full_field) {
  flex: 0 0 50%;
  max-width: 320px;
}
.content form .field_block.full_field {
  flex: 0 0 100%;
  max-width: 100%;
}
.content form .field_block ::-webkit-input-placeholder {
  color: #c0c0c0;
}
.content form .field_block :-moz-placeholder {
  color: #c0c0c0;
}
.content form .field_block ::-moz-placeholder {
  color: #c0c0c0;
}
.content form .field_block :-ms-input-placeholder {
  color: #c0c0c0;
}
.content form .field_block input,
.content form .field_block textarea {
  background: transparent;
  font-size: 140%;
  color: inherit;
  border: none;
}
.content form .field_block input {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 8px;
  line-height: 20px;
}
.content form .field_block input:not([readonly]):focus {
  border-color: #A7DA36;
}
.content form .field_block textarea {
  padding: 0;
  min-height: 58px;
  line-height: 29px;
  background-image: linear-gradient(to bottom, transparent 0 28px, #d8d8d8 28px 29px);
  background-repeat: repeat;
  background-size: 1px 29px;
  background-position: left bottom;
}
.content form .field_block textarea:focus {
  background-image: linear-gradient(to bottom, transparent 0 28px, #A7DA36 28px 29px);
}
.content form .field_block .error_hint {
  right: 10px;
  text-align: right;
  margin-top: -47px;
}
.content form .field_block.has-error textarea {
  background-image: linear-gradient(to bottom, transparent 0 28px, #b94a48 28px 29px);
}
.content form .error_hint {
  position: absolute;
  top: 100%;
  font-size: 120%;
  line-height: 15px;
}
.content form .checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  max-width: 560px;
}
.content form .checkboxes label {
  position: relative;
  display: block;
  margin: 0 0 30px;
}
.content form .checkboxes label.has-error .checkbox_btn:before {
  border-color: #b94a48;
}
.content form .checkboxes input:checked ~ .checkbox_btn:before {
  content: "";
}
.content form .checkboxes .checkbox_btn {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  color: #d8d8d8;
  font-size: 140%;
  line-height: 17px;
  background: transparent !important;
}
.content form .checkboxes .checkbox_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  min-height: 17px;
  margin-right: 15px;
  border: 1px solid;
  font-size: 50%;
  border-radius: 2px;
  content: "";
}
.content form .checkboxes a {
  color: inherit;
}
.content form .checkboxes a:hover {
  color: #A7DA36;
}
.content form .checkboxes .error_hint {
  left: 0;
  margin-top: 3px;
}
.content form .validate_btn {
  width: 100%;
  background: #A7DA36;
  color: #ffffff;
  font-size: 140%;
  padding: 10px 20px;
  height: 60px;
  border: none;
}
.content form .reset_btn {
  margin: 30px auto 0;
  border: none;
  padding: 0;
  color: #c0c0c0;
  font-size: 140%;
  line-height: 16px;
}
.content form .file_attach {
  margin-bottom: 50px;
  position: relative;
}
.content form .file_attach label {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  font-weight: normal;
}
.content form .file_attach label[hidden] {
  display: none;
}
.content form .file_attach .attach_btn {
  border: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "raleway-m", "montserratarm";
  font-size: 140%;
  line-height: 16px;
  height: 60px;
  cursor: pointer;
}
.content form .file_attach .attach_btn:active, .content form .file_attach .attach_btn:hover {
  border-color: inherit;
}
.content form .file_attach .attached_block {
  border: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "raleway-m", "montserratarm";
  font-size: 140%;
  line-height: 16px;
  height: 60px;
  padding: 0 20px;
}
.content form .file_attach .file_name {
  max-width: 230px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content form .file_attach .attach_remove {
  display: block;
  color: #c0c0c0;
  margin-left: 20px;
  cursor: pointer;
}
.content form .file_attach .attach_remove:before {
  content: "";
  display: block;
}
.content form .file_attach .attach_error {
  position: absolute;
  top: 100%;
  font-size: 120%;
  line-height: 15px;
  left: 0;
  color: #b94a48;
  margin-top: 3px;
}
@media screen and (max-width: 959px) {
  .content form .field_block:not(.full_field) {
    max-width: 50%;
  }
  .content form .file_attach .attach_btn,
.content form .file_attach .attached_block,
.content form .validate_btn {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .content form .field_block {
    padding-bottom: 40px;
  }
  .content form .field_block:not(.full_field) {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content form .field_block .error_hint {
    margin-top: -37px;
  }
  .content form .file_attach .attach_btn,
.content form .file_attach .attached_block,
.content form .validate_btn {
    height: 40px;
  }
  .content form .checkboxes {
    padding-bottom: 10px;
  }
  .content form .file_attach {
    margin-bottom: 40px;
  }
}

.web .attach_remove:hover,
.web .reset_btn:hover {
  color: #b94a48;
}

.tab .attach_remove:active,
.tab .reset_btn:active {
  color: #b94a48;
}

.map_section:before {
  display: block;
  content: "";
  height: 20px;
}
.map_section:after {
  display: block;
  content: "";
}
.map_section #map {
  height: 400px;
  max-height: 75vh;
  min-height: 280px;
}

.web .contacts_section .contact_block a, .contacts_section .contact_block .web a, .web .content form .file_attach .attach_btn, .content form .file_attach .web .attach_btn, .content form .checkboxes a:hover, .web .attach_remove,
.web .reset_btn {
  -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 .content form .validate_btn, .content form .web .validate_btn {
  -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;
}

.web .content form .checkboxes .checkbox_btn, .content form .checkboxes .web .checkbox_btn, .content form .field_block input,
.content 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 .contacts_section .contact_block a, .contacts_section .contact_block .touch a, .touch .content form .file_attach .attach_btn, .content form .file_attach .touch .attach_btn, .tab .attach_remove,
.tab .reset_btn {
  -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 .content form .validate_btn, .content form .touch .validate_btn {
  -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;
}

.touch .content form .checkboxes .checkbox_btn, .content form .checkboxes .touch .checkbox_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.content form .file_attach .attach_remove {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content form .checkboxes input, .content form .file_attach input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .contacts_section .contact_block a:hover, .contacts_section .contact_block .web a:hover, .web .content form .file_attach .attach_btn:hover, .content form .file_attach .web .attach_btn:hover {
  color: #A7DA36;
}
.web .content form .validate_btn:hover, .content form .web .validate_btn:hover {
  background: rgba(167, 218, 54, 0.7);
}
.web .content form .checkboxes .checkbox_btn:hover, .content form .checkboxes .web .checkbox_btn:hover {
  background: #ffffff;
  color: #000000;
}
.touch .contacts_section .contact_block a:active, .contacts_section .contact_block .touch a:active, .touch .content form .file_attach .attach_btn:active, .content form .file_attach .touch .attach_btn:active {
  color: #A7DA36;
}
.touch .content form .validate_btn:active, .content form .touch .validate_btn:active {
  background: rgba(167, 218, 54, 0.7);
}
.touch .content form .checkboxes .checkbox_btn:active, .content form .checkboxes .touch .checkbox_btn:active {
  background: #ffffff;
  color: #000000;
}

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