.contacts {
    padding-top: 107px;
    padding-bottom: 120px;
  }
  .contacts__grid {
    display: grid;
    grid-template-areas: "c_title c_map" "c_subtitle  c_map" "c_address  c_map" "c_phone  c_map" "c_worktime  c_map";
    grid-template-rows: repeat(4, auto) 1fr;
    grid-template-columns: auto 470px;
    grid-column-gap: 33px;
    column-gap: 33px;
  }
  .contacts__title {
    grid-area: c_title;
    margin-bottom: 40px;
    margin-left: -3px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #444444;
  }

  .contacts__title span {
    font-family: Manrope;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #444444;
  }

  .contacts__subtitle {
    grid-area: c_subtitle;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 34px;
  }
  .contacts__address,
  .contacts__phone,
  .contacts__worktime {
    position: relative;
    padding-left: 34px;
  }
  .contacts__address:before,
  .contacts__phone:before,
  .contacts__worktime:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-size: cover;
    left: 0;
    top: 1px;
  }
  .contacts__address {
    grid-area: c_address;
    margin-bottom: 23px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
  }
  .contacts__address:before {
    background-image: url(/img/contacts__address.svg);
  }
  .contacts__phone {
    grid-area: c_phone;
    margin-bottom: 26px;
    font-family: Manrope;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #444444;
  }

  .contacts__phone a{
    margin-bottom: 26px;
    font-family: Manrope;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #444444;
  }

  .contacts__phone:before {
    background-image: url(/img/contacts__phone.svg);
  }
  .contacts__worktime {
    grid-area: c_worktime;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #444444;
  }

  .contacts__worktime span {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #444444;
  }

  .contacts__worktime:before {
    background-image: url(/img/contacts__worktime.svg);
  }
  .contacts__btn {
    grid-area: c_btn;
    margin-top: 55px;
    height: 60px;
    margin-left: -3px;
    max-width: 330px;
    padding-right: 32px;
    font-size: 18px;
    padding-top: 15px;
  }
  .contacts__btn:before {
    transform: rotate(180deg);
    width: 54px;
  }
  .contacts__map {
    grid-area: c_map;
    height: 445px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 13px;
    overflow: hidden;
  }
  .contacts__popup {
    padding: 0;
  }
  .contacts_success .contacts__grid {
    grid-template-areas: "c_title c_map" "c_subtitle  c_map" "c_address  c_map" "c_worktime  c_map" "c_btn  c_map";
  }
  .contacts_success .contacts__title {
    margin-bottom: 30px;
  }
  .contacts_success .contacts__subtitle {
    margin-bottom: 22px;
  }
  @media screen and (max-width: 1320px) {
    .contacts {
      padding-top: 110px;
      padding-bottom: 110px;
    }
    .contacts__grid {
      grid-template-columns: auto 434px;
    }
    .contacts__title {
      font-size: 38px;
      margin-left: 0;
      margin-bottom: 30px;
      line-height: 48px;
    }

    .contacts__title span {
        font-size: 38px;
        line-height: 48px;
    }

    .contacts__subtitle {
      margin-bottom: 24px;
    }
    .contacts__address {
      margin-bottom: 24px;
      font-size: 18px;
    }
    .contacts__address:before {
      height: 26px;
      top: 4px;
    }
    .contacts__phone {
      margin-bottom: 21px;
      font-size: 18px;
    }
    .contacts__phone:before {
      top: 2px;
    }
    .contacts__worktime {
      font-size: 18px;
    }
    .contacts__worktime:before {
      top: 2px;
    }
    .contacts__map {
      margin-top: 0;
      height: 411px;
    }
    .contacts__btn {
      margin-top: 31px;
      margin-left: 0;
    }
    .contacts_success {
      padding-top: 91px;
    }
    .contacts_success .contacts__title {
      line-height: 53px;
      margin-bottom: 28px;
    }
    .contacts_success .contacts__subtitle {
      font-size: 20px;
      margin-bottom: 17px;
    }
    .contacts_success .contacts__map {
      margin-top: 9px;
      height: 400px;
    }
  }
  @media screen and (max-width: 1023px) {
    .contacts {
      padding-top: 80px;
      padding-bottom: 89px;
    }
    .contacts__grid {
      grid-template-columns: auto 354px;
      grid-column-gap: 20px;
      column-gap: 20px;
    }
    .contacts__title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 31px;
    }

    .contacts__title span {
        font-size: 30px;
        line-height: 40px;
    }

    .contacts__subtitle {
      font-size: 20px;
      margin-bottom: 13px;
      margin-left: 1px;
    }
    .contacts__address {
      font-size: 16px;
      padding-left: 33px;
      margin-bottom: 14px;
    }
    .contacts__address:before {
      width: 22px;
      height: 24px;
      top: 3px;
    }
    .contacts__phone {
      font-size: 16px;
      padding-left: 33px;
      margin-bottom: 8px;
    }
    .contacts__phone:before {
      width: 22px;
      height: 22px;
      top: 3px;
      left: 1px;
    }
    .contacts__worktime {
      font-size: 16px;
      padding-left: 33px;
    }
    .contacts__worktime:before {
      width: 22px;
      height: 22px;
      top: 2px;
      left: 1px;
    }
    .contacts__map {
      height: 321px;
    }
    .contacts__btn {
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
    }
    .contacts_success {
      padding-top: 81px;
    }
    .contacts_success .contacts__grid {
      grid-template-areas: "c_title    c_map" "c_subtitle c_map" "c_address  c_map" "c_worktime c_map" ".          c_map" "c_btn      c_btn";
      grid-template-columns: auto 324px;
    }
    .contacts_success .contacts__title {
      font-size: 34px;
      line-height: 44px;
      margin-left: -2px;
    }
    .contacts_success .contacts__subtitle {
      margin-left: 0;
    }
    .contacts_success .contacts__address,
    .contacts_success .contacts__worktime {
      font-size: 18px;
      padding-left: 34px;
    }
    .contacts_success .contacts__map {
      height: 307px;
    }
  }
  @media screen and (max-width: 767px) {
    .contacts {
      padding-top: 59px;
      padding-bottom: 70px;
    }
    .contacts__grid {
      grid-template-areas: "c_title" "c_subtitle" "c_address" "c_phone" "c_worktime" "c_map";
      grid-template-columns: auto;
    }
    .contacts__title {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 14px;
    }

    .contacts__title span {
        font-size: 28px;
        line-height: 34px;
    }

    .contacts__title .extra {
      font-family: Manrope, sans-serif;
      font-style: normal;
      font-weight: 700;
    }
    .contacts__subtitle {
      font-size: 18px;
      margin-left: 0;
      margin-bottom: 9px;
    }
    .contacts__address {
      font-family: Manrope, sans-serif;
      font-weight: 400;
      font-style: normal;
      padding-left: 26px;
      margin-bottom: 12px;
    }
    .contacts__address:before {
      width: 17px;
      height: 18px;
      top: 7px;
    }
    .contacts__phone {
      font-size: 18px;
      padding-left: 26px;
    }
    .contacts__phone:before {
      width: 17px;
      height: 17px;
      top: 5px;
      left: 0;
    }
    .contacts__worktime {
      font-family: Manrope, sans-serif;
      font-weight: 400;
      font-style: normal;
      padding-left: 26px;
    }
    .contacts__worktime:before {
      width: 17px;
      height: 17px;
      top: 5px;
      left: 0;
    }
    .contacts__map {
      margin-top: 28px;
      height: 313px;
    }
    .contacts__btn {
      margin-top: 30px;
      height: 50px;
      padding-right: 44px;
      font-size: 15px;
      padding-top: 19px;
    }
    .contacts__btn:before {
      width: 46px;
      left: 2px;
      top: 2px;
      bottom: 2px;
    }
    .contacts_success {
      padding-top: 56px;
    }
    .contacts_success .contacts__grid {
      grid-template-areas: "c_title" "c_subtitle" "c_address" "c_worktime" "c_map" "c_btn";
      grid-template-columns: auto;
    }
    .contacts_success .contacts__title {
      font-size: 28px;
      line-height: 34px;
      margin-left: 0;
      margin-bottom: 15px;
    }
    .contacts_success .contacts__subtitle {
      font-size: 18px;
      margin-bottom: 13px;
    }
    .contacts_success .contacts__address,
    .contacts_success .contacts__worktime {
      font-size: 16px;
      padding-left: 26px;
    }
    .contacts_success .contacts__address {
      margin-bottom: 8px;
    }
    .contacts_success .contacts__map {
      margin-top: 28px;
      height: 313px;
    }
  }