
@media (max-width: 960px) {
  .footer__address {
    gap: 6px;
    max-width: 300px;
  }
  .footer__address div {
    font-size: 14px;
  }
  .footer__address span, .footer__address a {
    font-size: 14px;
  }
  .footer__nav ul {
    gap: 14px;
  }
  .footer__nav ul a {
    font-size: 14px;
  }
  .footer__socials-phone {
    font-size: 32px;
  }
  .footer__socials .socials {
    width: 300px;
  }
  .form-section .form__input {
    width: auto;
    flex: 1;
  }
  .form-section .form__submit.button-primary {
    max-width: unset;
    flex: 1;
    width: auto;
  }
  .header__nav ul {
    display: none;
  }
  .header__nav ul a {
    font-size: 14px;
  }
  .about {
    margin-top: 10px;
  }
  .about__text {
    padding-bottom: 30px;
  }
  .about__text-row div {
    font-size: 16px;
  }
  .about__text-row div:last-child {
    display: none;
  }
  .about__text-mobile {
    display: block;
    font-size: 16px;
    color: rgb(19, 20, 20);
    line-height: 130%;
    font-weight: 500;
    max-width: 560px;
    margin-top: 40px;
  }
  .about__lists {
    max-height: unset;
    row-gap: 30px;
  }
  .about__list {
    width: 100%;
  }
  .about__list ul li {
    max-width: unset;
  }
  .choose {
    padding: 80px 0;
  }
  .choose ul li {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .choose__image-wrapper {
    bottom: 0;
    right: -100px;
    width: clamp(400px, 60vw, 600px);
  }
  .choose__image-wrapper img {
    object-position: center 70px;
  }
  .gallery .item4, .gallery .item5, .gallery .item6, .gallery .item7 {
    width: calc(50% - 7px);
    aspect-ratio: unset;
  }
  .gallery .item9 {
    margin-left: auto;
  }
  .gallery__slider {
    max-width: 490px;
    max-height: 290px;
  }
  .income {
    padding: 60px 0;
  }
  .income ul {
    margin-top: 13px;
  }
  .news__container {
    flex-direction: column;
    margin-top: 40px;
  }
  .news__main-date {
    margin-top: 16px;
  }
  .news__list {
    width: 100%;
  }
  .news__list > div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
  }
  .news__list-item {
    width: calc(50% - 16px);
    padding-top: 18px;
    margin-top: 18px;
  }
  .news__list-item:first-child {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #CECFD4;
  }
  .projects .container {
    padding: 80px clamp(10px, 3vw, 26px) 18px;
  }
  .projects__top {
    height: 170px;
  }
  .projects__count div {
    font-size: 122px;
  }
  .projects__count span {
    font-size: 56px;
  }
  .projects__info div {
    font-size: 20px;
  }
  .projects__list {
    margin-top: 40px;
    gap: 18px;
  }
  .projects__project {
    width: calc(33.3333333333% - 13px);
  }
  .reviews {
    padding: 80px 0 0;
  }
  .reviews .swiper-buttons {
    display: none;
  }
  .reviews .swiper {
    margin-top: 40px;
  }
  .reviews .swiper .swiper-buttons {
    display: flex;
    justify-content: space-between;
  }
  .reviews .swiper .swiper-wrapper {
    height: auto;
  }
  .reviews .swiper .swiper-wrapper .swiper-slide.review {
    flex-wrap: wrap;
    padding: 35px 35px 104px;
  }
  .reviews .swiper .swiper-wrapper .swiper-slide.review .review__photo {
    width: 136px;
    height: 184px;
  }
  .reviews .swiper .swiper-wrapper .swiper-slide.review .review-counter {
    display: block;
    position: absolute;
    top: 35px;
    left: 206px;
  }
  .reviews .swiper .swiper-wrapper .swiper-slide.review .review__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 184px;
    padding: 0;
    margin-left: 35px;
  }
  .reviews .swiper .swiper-wrapper .swiper-slide.review .review__text {
    display: none;
  }
  .reviews .swiper .swiper-wrapper .swiper-slide.review .review__text-mobile {
    display: block;
    margin-top: 35px;
  }
  .reviews .swiper .swiper-wrapper .swiper-slide.review .review__read {
    font-size: 16px;
    right: unset;
    bottom: 35px;
    top: unset;
    left: 35px;
  }
  .services {
    flex-wrap: wrap;
  }
  .services__service {
    width: calc(50% - 6px);
  }
  .services__service:last-child {
    width: calc(50% - 6px);
  }
  .news-article__back {
    display: none;
  }
  .news-page .container {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .news-page__list {
    gap: 10px;
    margin-top: 40px;
  }
  .news-page__list-item {
    width: calc(50% - 5px);
  }
  .news-page__list-item-content {
    padding: 16px;
  }
  .news-page__list-item-content div:first-child {
    font-size: 20px;
  }
  .reviews-page__review {
    grid-template-columns: 190px 1fr;
    grid-template-rows: 1fr auto 160px;
    grid-template-areas: "person text" "projects text" "photos photos";
    column-gap: 26px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .reviews-page__review-person-photo {
    width: 164px;
    height: 210px;
  }
  .reviews-page__review-person-name {
    font-size: 16px;
  }
  .reviews-page__review-person-post {
    font-size: 14px;
  }
  .reviews-page__review-projects {
    gap: 16px;
  }
  .reviews-page__review-text {
    font-size: 16px;
  }
  .reviews-page__review-photos {
    gap: 8px;
  }
  .reviews-page__review-photos div {
    height: 160px;
  }
  .reviews-page .container {
    margin-top: 80px;
  }
  .reviews-page__subtitle {
    margin-top: 24px;
  }
}