.athome-contacts {
  margin-bottom: 40px;
}
.athome-contacts__holder {
  border-radius: 30px;
  backdrop-filter: blur(4px);
  margin-top: 20px;
  padding: 20px 0px;
}
.athome-contacts__holder .left {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-contacts__holder .left {
    justify-content: space-between;
    width: 480px;
  }
}
.athome-contacts__holder .right {
  flex: 0 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .athome-contacts__holder .right {
    margin-top: -136px;
  }
}
.athome-contacts__sides {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .athome-contacts__sides {
    flex-direction: row;
    justify-content: space-between;
  }
}
.athome-contacts__logo {
  margin-top: 10px;
}
.athome-contacts__image {
  border-radius: 30px;
  overflow: hidden;
}
.athome-contacts__back {
  display: flex;
  justify-content: end;
  background-image: url("/images/athome/contacts_mobile_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #F1F0F6;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .athome-contacts__back {
    background-image: url("/images/athome/contacts_back.jpg");
  }
}
.athome-contacts__contacts {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .athome-contacts__contacts {
    display: block;
  }
}
.athome-contacts__phone-block {
  font-size: 16px;
  margin-top: 25px;
}
.athome-contacts__phone-block .head {
  color: #74648f;
}
.athome-contacts__phone-block .phone {
  font-weight: 600;
}
.athome-contacts__phone-block a {
  color: #692ecc;
}
.athome-contacts__phone-block a:visited, .athome-contacts__phone-block a:hover {
  color: #692ecc;
}
.athome-contacts__email-block {
  font-size: 16px;
  margin-top: 25px;
}
.athome-contacts__email-block .head {
  color: #74648f;
}
.athome-contacts__email-block .email {
  font-weight: 600;
}
.athome-contacts__email-block a {
  color: #692ecc;
}
.athome-contacts__email-block a:visited, .athome-contacts__email-block a:hover {
  color: #692ecc;
}
.athome-contacts__address {
  font-size: 16px;
  margin-top: 25px;
}
.athome-contacts__address .head {
  color: #74648f;
}
.athome-contacts__address .text {
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .athome-contacts__address {
    font-size: 17px;
    line-height: 1.3;
    max-width: 270px;
  }
}
.athome-contacts__address a {
  color: #692ecc;
}
.athome-contacts__address a:visited, .athome-contacts__address a:hover {
  color: #692ecc;
}
.athome-contacts__soc-block {
  margin-top: 45px;
}
.athome-contacts__soc-buttons {
  margin-top: 4px;
  display: flex;
  gap: 8px;
}
.athome-contacts .soc-item {
  width: 44px;
  height: 44px;
  border: 1px solid #74648f;
  border-radius: 100%;
}
.athome-contacts__soc-links {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.athome-contact-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-contact-form {
    flex-direction: row;
  }
}
.athome-contact-form__map {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 960px) {
  .athome-contact-form__map {
    width: 700px;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .athome-contact-form .right {
    padding: 50px;
  }
}
.athome-contact-form__form {
  max-width: 560px;
  border-radius: 15px;
  overflow: hidden;
}
.athome-contact-form__form .athome-expert-form {
  background-color: transparent;
  padding-bottom: 300px;
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .athome-contact-form__form .athome-expert-form {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.athome-contact-form__form .athome-expert-form__footer {
  display: none;
}

/*# sourceMappingURL=athome-contacs.css.map */
