.standard_text {
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .standard_text {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .standard_text {
    font-size: 140%;
  }
}

.address_section .block_title,
.address_section .address_statue, .social_block,
.contact_data {
  line-height: 1.5em;
}
@media screen and (min-width: 1280px) {
  .address_section .block_title,
.address_section .address_statue, .social_block,
.contact_data {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .address_section .block_title,
.address_section .address_statue, .social_block,
.contact_data {
    font-size: 140%;
  }
}

@media screen and (min-width: 1280px) {
  .contact_inner:after {
    margin-top: 140px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_inner:after {
    margin-top: 120px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .contact_inner:after {
    margin-top: 90px;
  }
}
@media screen and (max-width: 639px) {
  .contact_inner:after {
    margin-top: 60px;
  }
}

.contact_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  flex-wrap: wrap;
}
.contact_inner:after {
  display: block;
  content: "";
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_inner {
    padding-top: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .contact_inner {
    padding-top: 32px;
  }
}
@media screen and (max-width: 639px) {
  .contact_inner {
    padding-top: 24px;
  }
}

.contact_block {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  display: flex;
  flex-direction: column;
}
.contact_block .top_section {
  display: flex;
  justify-content: space-between;
  height: 50%;
}

.bottom_section {
  border: 1px solid rgba(69, 69, 69, 0.5);
  border-top: transparent;
  border-right: transparent;
  padding: 32px 40px 48px 40px;
  height: 50%;
}
.bottom_section .section_subtitle {
  margin-bottom: 27px;
}
@media screen and (max-width: 959px) {
  .bottom_section .section_subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .bottom_section .section_subtitle {
    margin-bottom: 16px;
  }
}

.social_block,
.contact_data {
  border: 1px solid rgba(69, 69, 69, 0.5);
  flex: 0 0 50%;
  max-width: 50%;
  padding: 32px 40px 48px 40px;
}

.social_block {
  border-left: transparent;
  border-right: transparent;
}

.contact_list {
  margin: 0;
  padding: 0;
}
.contact_list li {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 639px) {
  .contact_list li {
    margin-bottom: 16px;
  }
}
.contact_list li a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

.address_section {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  border: 1px solid rgba(69, 69, 69, 0.5);
  display: flex;
  flex-direction: column;
}
.address_section .image_block {
  height: 50%;
}
.address_section .image_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.address_block {
  padding: 24px 32px 48px 32px;
  height: auto;
}

.address_statue {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .address_statue {
    margin-bottom: 16px;
  }
}

.block_title {
  color: #454545;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .block_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .block_title {
    margin-bottom: 16px;
  }
}

.socials_list {
  margin: 0 -8px;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.socials_list a {
  display: block;
  padding: 8px;
  color: #808080;
  font-size: 0;
  line-height: 0;
}
.socials_list a:before {
  display: block;
  font-size: 3rem;
}

@media screen and (max-width: 1279px) {
  .social_block, .contact_data, .address_block, .bottom_section {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 959px) {
  .contact_block, .address_section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact_block .top_section {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .contact_block .bottom_section {
    height: auto;
  }

  .social_block,
.contact_data {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact_data {
    border-right: transparent;
    border-bottom: transparent;
  }

  .social_block {
    border-left: 1px solid rgba(69, 69, 69, 0.5);
  }

  .address_section .image_block {
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  .address_section {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: transparent;
  }

  .contact_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    border-right: 1px solid rgba(69, 69, 69, 0.5);
  }

  .contact_inner:after {
    order: 2;
  }
}
.apply_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  background: rgba(69, 69, 69, 0.5);
  -o-transition: opacity 0.5s, height 0s 0.5s;
  -ms-transition: opacity 0.5s, height 0s 0.5s;
  -moz-transition: opacity 0.5s, height 0s 0.5s;
  -webkit-transition: opacity 0.5s, height 0s 0.5s;
  transition: opacity 0.5s, height 0s 0.5s;
}
.apply_popup.showed {
  height: 100%;
  opacity: 1;
  overflow-y: auto;
  -o-transition: opacity 0.5s, height 0s 0s;
  -ms-transition: opacity 0.5s, height 0s 0s;
  -moz-transition: opacity 0.5s, height 0s 0s;
  -webkit-transition: opacity 0.5s, height 0s 0s;
  transition: opacity 0.5s, height 0s 0s;
}
.apply_popup .popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  justify-content: flex-start;
  align-items: initial;
}
.apply_popup .popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 582px;
  padding: 56px 44px 113px;
  position: relative;
  border: none;
}
@media screen and (max-width: 959px) {
  .apply_popup .popup_container {
    max-width: 540px;
  }
}
.apply_popup .form_fields {
  padding-top: 53px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .apply_popup .form_fields {
    padding-top: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .apply_popup .form_fields {
    padding-top: 32px;
  }
}
@media screen and (max-width: 639px) {
  .apply_popup .form_fields {
    padding-top: 24px;
  }
}
.apply_popup .popup_close {
  right: -70px;
  top: 63px;
  font-size: 200%;
  width: 40px;
  height: 40px;
  color: #ffffff;
}
.apply_popup .popup_close:before {
  display: block;
}
@media screen and (max-width: 959px) {
  .apply_popup .popup_close {
    right: -60px;
    font-size: 160%;
    top: 58px;
  }
}
@media screen and (max-width: 639px) {
  .apply_popup .popup_close {
    top: 10px;
    right: 10px;
    color: #454545;
  }
}
.apply_popup button[type=submit] {
  width: 100%;
}
.web .socials_list a, .socials_list .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;
}

.touch .socials_list a, .socials_list .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;
}

.apply_popup .attach_input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .socials_list a:hover, .socials_list .web a:hover {
  color: #000000;
}
.touch .socials_list a:active, .socials_list .touch a:active {
  color: #000000;
}

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