
@media (max-width: 1200px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer__inner {
    justify-content: space-between;
    gap: unset;
  }
  .footer__inner .footer-logo-wrapper {
    width: 260px;
  }
  .footer__inner .footer-nav {
    gap: 69px;
  }
  .footer__inner .footer-nav__list:last-child {
    display: flex;
    gap: 50px;
  }
  .footer__inner .footer-nav__list:last-child .footer-nav__item {
    margin-top: 0;
  }
  .footer__buttons {
    position: unset;
  }
  .footer__info {
    width: fit-content;
  }
  .footer__info:before, .footer__info:after {
    display: none;
  }
  .footer__links {
    gap: 28px;
    margin-top: 30px;
    padding-top: 30px;
  }
  .notfound__row {
    margin-top: 50px;
  }
  .detail-page__line {
    margin-left: 30px;
  }
  .detail-page__main:has(.detail-page__block:only-child) .detail-page__gallery {
    gap: 24px;
  }
  .detail-page__main:has(.detail-page__block:only-child) .detail-page__gallery-item {
    width: calc(50% - 12px);
  }
  .detail-page__block.horizontal .detail-page__image {
    height: 405px;
  }
  .detail-page__image.vertical:has(> img:nth-last-child(2)) {
    gap: 12px;
  }
  .detail-page__bottom .link:after, .detail-page__bottom .link:before {
    background: var(--black);
  }
  .detail-page__slider .swiper-wrapper {
    height: 405px;
  }
  .detail-page .js-swiper-controls {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header {
    height: 80px;
  }
  .header__buttons {
    margin-left: auto;
    gap: 50px;
  }
  .header__buttons .link-default {
    display: none;
  }
  .header__burger {
    display: flex;
  }
  .analytics .flex-row {
    margin-top: 30px;
  }
  .articles .flex-row {
    margin-top: 30px;
  }
  .articles__title {
    font-size: 16px;
  }
  .banner.container {
    margin-top: 20px;
  }
  .banner__title {
    left: 40px;
    right: 40px;
    bottom: 85px;
  }
  .banner__side {
    flex: 0 0 350px;
  }
  .banner__side .item {
    gap: 20px;
  }
  .events .flex-row {
    margin-top: 30px;
  }
  .interview .flex-row {
    margin-top: 30px;
  }
  .popup-excurs .container {
    padding: 60px clamp(20px, 3vw, 24px);
  }
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .card {
    width: calc(50% - 16px);
  }
  .card__image-wrapper {
    height: clamp(250px, 40vw, 400px);
  }
  .flex-row {
    gap: 24px;
  }
  .block-mt {
    margin-top: 90px;
  }
  .block-mb {
    margin-bottom: 90px;
  }
  .block-pb {
    padding-bottom: 90px;
  }
  .fancy-gallery .fancybox-button--arrow_right {
    right: 24px;
  }
  .fancy-gallery .fancybox-button--arrow_left {
    left: 24px;
  }
}