.page--contacts .ymap {
  width: 100%;
  height: 414px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden; }
.page--contacts .footer-form {
  margin-top: 36px; }
@media (max-width: 767px) {
  .page--contacts .ymap {
    height: 400px; }
  .page--contacts .footer-form {
    margin-top: 40px; } }
.page--contacts .contacts-wrap {
  max-width: 1164px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page--contacts .contacts-wrap .contacts-address {
    margin-bottom: 40px; }
    .page--contacts .contacts-wrap .contacts-address span {
      display: block;
      color: #A3A3A3;
      margin-top: 6px; }
  .page--contacts .contacts-wrap .contacts-phone {
    margin-bottom: 34px;
    margin-right: 24px; }
    .page--contacts .contacts-wrap .contacts-phone a {
      display: block;
      margin-bottom: 6px; }
  .page--contacts .contacts-wrap .contacts-social {
    margin-bottom: 40px;
    margin-right: 24px; }
    .page--contacts .contacts-wrap .contacts-social a {
      margin-right: 24px;
      color: #A3A3A3;
      letter-spacing: -0.02em; }
      .page--contacts .contacts-wrap .contacts-social a:last-of-type {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .page--contacts .contacts-wrap .contacts-social a:hover {
          color: #2F2F2F; } }
    @media (max-width: 991px) {
      .page--contacts .contacts-wrap .contacts-social {
        margin-right: 0; } }
  .page--contacts .contacts-wrap .contacts-email {
    margin-top: 6px; }
  .page--contacts .contacts-wrap a {
    text-decoration: none;
    color: #2F2F2F; }


