@media(min-width: 769px) and (max-width: 959px) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.3888888889vw;
    -webkit-text-size-adjust: none
  }

  body {
    -webkit-text-size-adjust: none
  }

  .container {
    padding: 0 2rem;
    width: 100%
  }

  .header {
    width: 100%;
    /* max-width: 480px */
  }

  .header>.container {
    padding: 0;
  }

  .header__panel {
    padding: 1.4rem 3.4rem;
    align-items: center;
  }

  .header__panel .header__menu-img {
    display: flex;
  }

  .header__panel .header__appart-link {
    display: none;
  }

  .header__panel-side {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header__panel-side .logo-link {
    display: block;
  }

  .side-panel {
    display: none;
  }

  .body-content {
    margin-left: 0;
    /* margin-top: 4rem; */
  }

  .footer {
    padding: 5rem 0 5rem 0;
  }

  .footer .footer__top {
    flex-direction: column;
  }

  .footer .footer__top .footer__logo img {
    width: 14rem;
    height: 14rem;
  }

  .footer .footer__top .footer__logo .title {
    font-size: 26px;
  }

  .footer .footer__top .footer__logo {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }

  .footer .footer__nav {
    flex-direction: row;
  }

  .footer .footer__bottom {
    flex-direction: column;
  }

  .footer .footer__bottom-socials {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .footer__bottom-socials .block .img-block {
    width: 6rem;
    height: 6rem;
  }

  .footer__bottom-socials .block .img-block img {
    width: 4rem;
    height: 4rem;
  }

  .footer .footer__bottom .btn-regular {
    width: 100%;
    padding: 2rem;
    text-align: center;
  }

  .menu-panel__wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .header__panel-side-number {
    width: auto;
    text-align: center;
  }

  .menu-panel__wrapper .header__panel-side {
    margin-left: 0;
  }

  .menu-panel__content {
    align-items: flex-start;

  }

  .menu-panel__wrapper .footer__nav {
    grid-auto-rows: auto;
    gap: 6rem;
    justify-items: center;
  }

  .menu-panel__wrapper .footer__nav-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-panel__wrapper .footer__nav-block-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .menu-panel__wrapper .footer__nav-block:nth-child(2) {
    order: 2;
  }

  .menu-panel__wrapper .footer__nav-block:nth-child(3) {
    order: 3;
  }

  .txt18light {
    font-size: 1.3rem;
  }

  .modal-appart__info-desc.txt14light {
    font-size: 1.4rem;
  }

  .txt14light {
    font-size: 2.4rem;
  }

  .menu-panel__content {
    width: 100%;
    align-items: center;
  }

  .menu-panel__wrapper .footer__bottom {
    align-items: center;
  }

  .contacts__info-contacts {
    align-items: center;
  }

  .contacts__info-block._tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contacts__info-block._address {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contacts__info-contacts .footer__nav-link-btn {
    width: 100%;
    background: rgba(182, 142, 108, 1);
    border-radius: 3.125rem;
    text-align: center;
    padding: 2rem;
  }

  .menu-panel__content .footer__bottom {
    padding-bottom: 4rem;
  }

  .contacts__info-contacts {
    flex-direction: column;
  }

  .menu-panel__content .footer__bottom-socials .block .img-block {
    width: 6rem;
    height: 6rem;
  }

  .menu-panel__content .footer__bottom-socials .block .img-block img {
    width: 3rem;
    height: 3rem;
  }

  .menu-panel__wrapper .img-bg {
    width: auto;
    height: auto;
    padding-top: 5rem;
  }

  .modal {
    max-width: 172rem;
  }

  .modal-appart__content {
    flex-direction: column;
  }

  .modal-appart__info-desc {
    font-weight: 300;
  }

  .modal-appart__info-details {
    grid-template-columns: 30rem 30rem;
  }

  .modal-appart__info-details .item .txt14light {
    font-size: 1.4rem;
  }

  .modal-appart__info-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-appart__info-price .price {
    gap: 3rem;
    margin-bottom: 3rem;
  }

  .modal-appart__info-price .curr {
    font-size: 3rem;
    font-weight: 500;
  }

  .modal-appart__info-price .prev {
    font-size: 3rem;
  }

  .modal-appart__info-price .btn-regular {
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: calc(20px + (20 - 20) * ((100vw - var(--min-vw-px)) / (var(--max-vw) - var(--min-vw))));
  }

  .modal-appart__info-feedback .input {
    width: 100%;
  }

  .modal-appart__info-feedback .feedback-form__form {
    gap: 4rem;
  }

  .modal-appart__swiper-content {
    height: 48rem;
  }

  .main-panel .container {
    height: auto;
    grid-auto-rows: auto;
    padding: 0;
  }

  .main-panel__left {
    padding-top: 50rem;
  }

  .main-panel__left-img {
    width: 100%;
  }

  .main-panel__right {
    padding-top: 4rem;
  }

  .main-panel__right .title {
    text-align: center;
  }

  .main-panel__right::before {
    content: none;
  }


  .main-panel__right .subtitle {
    text-align: center;
  }

  .main-panel__right-points {
    justify-content: center;
  }

  .main-panel__right-points .txt20light {
    font-size: 18px;
  }

  .main-panel__right-bottom {
    margin-top: auto;
    margin: 4rem 0 5rem;
    justify-content: space-around;
  }

  .main-panel__right-bottom .btn-regular {
    padding: 0.6rem 6.6rem 0.9rem 6.6rem;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .main-panel__right-bottom .btn-round_down {
    max-width: 60px;
    width: 10rem;
    height: 10rem;
    max-height: 60px;
  }

  .main-panel__right-bottom .btn-round_down img {
    max-width: 18px;
    max-height: 17px;
    width: 3.6rem;
    height: 3.2rem;
  }

  .minutes {
    /* height: 99rem; */
  }

  .minutes .container {
    flex-direction: column;
  }

  .minutes .minutes__bg {
    /* top: 0; */
    /* position: absolute; */
    height: 41.25rem;
  }

  .minutes__content {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); */
    width: 100%;
    margin-top: 3rem;
    max-width: 100%;
    padding: 0;
  }

  .minutes__content .subtitle {
    color: #fff;
  }


  .minutes__content .text {
    color: #fff;
  }

  .full-img {
    height: 41.25rem;
  }

  .content {
    height: auto
  }

  .content-round .container {
    display: flex;
    flex-direction: column;
  }

  .content-round__content {
    padding-left: 2rem;
  }

  .list__li::before {
    top: 0.5rem;
  }

  .content-round__content .title {
    text-align: center;
  }

  .full-img .container {
    padding: 0;
  }

  .architect__img-block {
    height: 41.25rem;
    margin-left: 0;
    margin: 5.2rem 0;
  }

  .benefits__img-block {
    height: 41.25rem;
  }

  .location {
    padding: 5rem 0 5rem 0;
    /* margin-left: -5rem */
  }

  .location .container {
    padding: 0;
  }

  .location .container .title {
    padding: 0 3.125rem;
  }

  .location__content {
    display: flex;
    flex-direction: column;
  }

  .location__content-left {
    padding: 0 3.125rem;
  }

  .location__content-left .text {
    font-weight: 300;
  }

  .accordion__item .btn-round_40 {
    width: 5rem;
    height: 5rem;
    min-width: 0;
    max-width: 40px;
    max-height: 40px;
  }

  .accordion__item .btn-round_40 img {
    width: 2rem;
    height: 1rem;
    max-width: 17px;
    transition: transform .3s ease;
  }

  .accordion__item-title {
    white-space: none;
  }

  .location__content-left .btn {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .location__content-left .btn-regular_link {
    width: 100%;
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
  }

  .location__content-right {
    height: 41.25rem;
    padding: 0;
  }

  .infrastr {
    padding: 0;
  }

  .infrastr .container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }

  .infrastr__rigth {
    padding: 0 3.125rem;
  }

  .infrastr__rigth .subtitle {
    font-weight: 300;
  }

  .infrastr__rigth .btn {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .infrastr__rigth .btn-regular_link {
    width: 100%;
    padding: 3rem;
    text-align: center;
  }

  .infrastr__left {
    height: 50rem;
    padding-bottom: 4rem;
  }

  .architect {
    padding: 0;
  }

  .architect .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .architect .title {
    padding: 0 3.125rem;
  }

  .architect .list-block {
    display: flex;
    flex-direction: column;
    padding: 0 3.125rem;
  }

  .architect .list-block .list__ul {
    gap: 4rem;
  }

  .architect .link_lined {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 24px;
  }

  .benefits .grid__content {
    padding: 4rem 3.125rem 4rem 3.125rem;
  }

  .benefits .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .convenience .content-round__img {
    width: 100%;
    height: 41.25rem;
    border-radius: 0;
  }

  .convenience .content-round__content .list__ul {
    margin-bottom: 0;
  }

  .convenience {
    padding: 6rem 3.125rem 6rem 3.125rem;
  }

  .convenience .container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }


  .convenience .content-round__content {
    padding-right: 2rem;
  }

  .convenience .content-round__content .title {
    text-align: center;
  }

  .convenience .content-round__content .content__text {
    display: flex;
    flex-direction: column;
  }

  .convenience .content-round__content .btn {
    margin-top: 4rem;
    margin-bottom: 6rem;
    width: 100%;
    padding: 3rem;
    text-align: center;
    justify-content: center;
  }

  .comfort {
    padding: 4rem 0 4rem 0;
  }

  .comfort .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .comfort .title,
  .comfort .subtitle {
    padding: 0 3.125rem;
  }

  .comfort__img-bubble-info .text {
    font-size: 24px;
  }

  .comfort__img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52.25rem;
  }

  .comfort__img-bubble {
    width: 35rem;
    height: 35rem;
  }

  .comfort__img-bubble-info .num {
    font-size: 14rem;
    margin-top: -4rem;
  }

  .comfort__img-bubble-info {
    justify-content: center;
  }

  .comfort__img-bubble-info .btn {
    padding: 1rem 2rem;
  }

  .comfort .list-block {
    display: flex;
    flex-direction: column;
    padding: 0 3.125rem;
  }

  .improve {
    padding: 4.5rem 0 4.5rem 0;
  }

  .improve .container {
    padding: 0;
  }

  .improve__swiper-slide {
    display: flex;
    flex-direction: column;
    /* height: 1200px; */
  }

  .improve__swiper-slide .img-box {
    height: 41.25rem;
  }

  .improve__swiper-slide .content {
    padding: 4rem 4rem 0;
  }

  .improve__content {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .improve__swiper-navigation {
    padding-bottom: 4rem;
  }

  .improve__swiper-navigation .swiper-button-prev,
  .improve__swiper-navigation .swiper-button-next {
    width: 5rem;
    height: 5rem;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .improve__swiper-navigation .swiper-button-next img {
    max-width: 14px;
    max-height: 17px;
  }

  .improve__swiper-navigation .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
    max-width: 12px;
    max-height: 12px;
  }

  .choose {
    padding: 4.5rem 3.125rem 4.5rem 3.125rem;
  }

  .choose .container {
    padding: 0;
  }

  .choose .title {
    text-align: center;
  }

  .choose .select__settings .title {
    padding: 0;
  }

  .select__settings {
    margin-bottom: 3rem;
  }

  .choose .select__result.scroll {
    max-height: 750px;
  }

  .choose .txt18light.curr-price {
    font-size: 2.3rem;
  }

  .ipoteka {
    padding: 4rem 0 4rem 0;
  }

  .ipoteka .select {
    display: flex;
    flex-direction: column;
    padding: 0 3.125rem;
  }

  .ipoteka .select .select__settings .title {
    padding: 0;
  }

  .ipoteka__month-pay {
    text-align: center;
  }

  .ipoteka .select .select__settings .btn-regular {
    text-align: center;
    width: 100%;
    padding: 1rem;
    font-size: 20px;
  }

  .ipoteka #input-ipoteka-cost {
    width: 13rem
  }

  .ipoteka #input-ipoteka-percent {
    width: 9rem
  }

  .ipoteka #input-ipoteka-firstpay {
    width: 13rem
  }

  .ipoteka #input-ipoteka-srok {
    width: 10rem
  }

  .ipoteka .grid__item .img-box {
    width: 12rem;
    height: 3rem
  }

  .choise {
    padding: 5rem 3.125rem;
  }

  .choise .title {
    text-align: center;
  }

  .choise__body {
    display: flex;
    flex-direction: column;
  }

  .flat-block .img-block {
    height: 53.125rem;
  }

  .flat-block .img-block .btn {
    padding: 3rem;
  }

  .flat-block__subtitle img {
    width: 3rem;
    height: 3.6rem;
    max-width: 14px;
    max-height: 19px;
  }

  .flat-block__subtitle .txt16medium {
    font-size: 18px;
    font-weight: 700;
  }

  .flat-block__bottom {
    height: auto;
  }

  .choise__bottom {
    display: flex;
    flex-direction: column;
  }

  .choise .choise__bottom-more {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .choise .choise__bottom-more .btn-round.btn-round_40 {
    min-width: 0;
    max-width: 40px;
    max-height: 40px;
    margin: 0;
  }

  .otchet {
    padding: 5rem 3.125rem;
  }

  .otchet .container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .otchet__info {
    align-items: center;
  }

  .otchet__info-btns {
    flex-direction: column;
    width: 100%;
  }

  .otchet__info-btn {
    width: 100%;
    padding: 8rem 0;
  }

  .otchet__info-btn img {
    width: 8rem;
  }

  .otchet__content {
    height: 60rem
  }

  .quality {
    padding: 3rem 3.125rem 5rem 3.125rem;
  }

  .quality .container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .quality__info .list__ul {
    font-size: 14px;
  }

  .quality__info .list__ul .list__li::before {
    top: 0;
  }

  .contacts__content {
    flex-direction: column-reverse;
  }

  .contacts__info {
    padding: 0 3.125rem;
  }

  .contacts__info .title {
    text-align: center;
  }

  .contacts__info>.text {
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
  }

  .contacts__map {
    width: 80rem;
    padding-bottom: 4rem;
  }

  .contacts__comment {
    flex-direction: column;
  }

  .contacts__comment-text {
    margin-bottom: 3rem;
  }

  .feedback-form__form {
    flex-direction: column;
  }

  .input._lined {
    padding: 2rem 3rem;
  }

  .feedback-form__form .btn {
    width: 100%;
    padding: 1rem;
  }

  .galery {
    padding: 11rem 3.125rem 10rem 3.125rem;
  }

  .galery__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .galery__content-left {
    align-items: center;
    padding-bottom: 5rem;
  }

  .galery__content-left .list__ul {
    align-items: center;
  }


  .galery__content-photo-list {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .payment-pc {
    /* display: none; */
  }

  .payment-pc .payment__slide {
    flex-direction: column;
    gap: 0;
  }

  .payment-pc .payment__slide .payment__slide-img {
    height: 40rem;
  }

  .payment-pc .payment__slide .payment__slide-img img {
    object-position: top;
  }

  .payment-pc .payment__slide .payment__slide-content .title {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .payment-pc .payment__slide .payment__slide-content .btn {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }

  .payment .payment-pc .swiper-button-prev {
    left: auto;
  }

  .payment .payment-pc .swiper-button-next {
    right: 2rem;
  }

  .payment-mobile {
    display: none;
    flex-direction: column;
    padding: 10rem 0 0 0;
    text-align: center;
  }

  .payment-mobile .full-img {
    height: 50rem;
  }

  .payment-mobile>.title {
    text-transform: uppercase;
    color: #b68e6c;
    margin-bottom: 5rem;
  }

  .payment-mobile>.subtitle {
    margin-bottom: 5rem;
    /* text-transform: uppercase; */
  }

  .payment-info {
    padding: 4rem 3.125rem 5rem 3.125rem;
    display: flex;
    flex-direction: column;
    text-align: start;
  }

  .payment-info .subline {
    text-align: center;
  }

  .payment-info .text {
    text-align: center;
  }

  .payment-info .btn-regular {
    width: 100%;
    padding: 1rem;
    text-align: center;
  }

  .select {
    display: flex;
    flex-direction: column;
  }

  .select__form-slider .noUi-horizontal .noUi-tooltip {
    bottom: -275%;
  }

  .select__form-reset {
    justify-content: center;
  }

  .select .select__result.scroll .appart-card {
    width: auto;
    height: auto;
    padding: 0;
  }

  .select .select__result.scroll .appart-card .appart-card__img {
    width: 28rem;
    height: 24rem;
  }

  .select .select__result.scroll .appart-card__info {
    padding: 2rem;
  }

  .select .select__result.scroll .appart-card__info .appart-card__info-top .num {
    font-size: 2.3rem;
  }

  .select .select__result.scroll .appart-card__info-bottom.txt14light {
    font-size: 1.4rem;
  }

  .select .select__result.scroll .appart-card__info .appart-card__info-top .sale {
    padding: .6rem 1.2rem;
  }

  .consultation__modal {
    width: 50rem;
    height: 50rem;
  }

  .consultation__modal-title .btn-round {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    text-align: center;
  }

  .consultation__modal-title .btn-round img {
    height: 1.5rem;
    width: 1.5rem;
  }

  .consultation__info-feedback .feedback-form .feedback-form__form input {
    height: 6rem;
  }

  #ipoteka-result .grid__header {
    display: none;
  }

  #ipoteka-result {
    max-height: 750px;
  }

  .ipoteka #ipoteka-result .grid__item {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .ipoteka #ipoteka-result .grid__item .img-box {
    grid-column: span 3;
    width: 100%;
    margin-bottom: -10px;
  }

  .ipoteka #ipoteka-result .grid__item .grid__item-result {
    display: flex;
    flex-direction: column;
  }

  .ipoteka #ipoteka-result .grid__item .grid__item-result span:first-child {
    font-size: 1.3rem;
    display: inline;
  }

  .ipoteka #ipoteka-result .grid__item .price {
    grid-column: span 3;
  }

  .ipoteka #ipoteka-result .price.grid__item-result .item_title {
    color: rgba(0, 0, 0, .5019607843);
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 190%;
    display: inline;
  }

  .ipoteka #ipoteka-result .grid__item .price .cost span {
    font-size: 2.4rem;
  }
}
