@charset "UTF-8";
.contacts_section .address_block {
  display: flex;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(84, 124, 203, 0.26);
  padding: 18px;
  margin-bottom: 20px;
}
.contacts_section .address_block:last-child {
  margin-bottom: 0;
}
.contacts_section .address_block img {
  max-width: 177px;
}
.contacts_section .address_info {
  width: 100%;
  margin-left: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts_section .address_title {
  font-size: 160%;
  font-family: "bold", "arm-bold";
  line-height: 19px;
  color: #55C500;
}
.contacts_section .main_info_title {
  padding: 10px 0;
}
.contacts_section .main_info {
  font-size: 140%;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  color: #4C525D;
}
.contacts_section .main_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts_section .main_info li {
  font-family: "regular", "arm-regular";
  opacity: 0.8;
  margin-bottom: 8px;
}
.contacts_section .main_info li::before {
  content: "■";
  color: #3ABF07;
  padding-right: 8px;
  font-size: 140%;
}
.contacts_section .contact_info {
  display: flex;
}
.contacts_section .contact_info .email {
  font-size: 120%;
  font-family: "bold", "arm-bold";
  line-height: 15px;
  color: #05539F;
  text-decoration: underline;
  -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 .contact_info .phone_number {
  padding-left: 25px;
  opacity: 0.8;
  color: #4C525D;
  font-size: 140%;
  line-height: 18px;
}
.contacts_section .contact_info .phone_number span {
  font-family: "bold", "arm-bold";
  padding-right: 5px;
}
@media (max-width: 767px) {
  .contacts_section .container_inner {
    padding: 20px 0;
  }
  .contacts_section .content_title {
    margin-top: 0;
    font-size: 180%;
    line-height: 23px;
    margin-left: 20px;
  }
  .contacts_section .page_content {
    padding: 20px;
  }
  .contacts_section .contact_info {
    flex-direction: column;
  }
  .contacts_section .contact_info .phone_number {
    font-size: 120%;
    line-height: 15px;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .contacts_section .address_block {
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }
  .contacts_section .address_block img {
    max-width: none;
    width: 100%;
  }
  .contacts_section .address_title {
    font-size: 130%;
    margin-top: 20px;
    line-height: 17px;
  }
  .contacts_section .main_info {
    font-size: 120%;
    line-height: 13px;
  }
  .contacts_section .address_info {
    margin-left: 0;
  }
}

.contacts_section .contact_info .email:hover {
  opacity: 0.7;
}

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