@media screen and (max-width: 768px) {
  .header-spaicing {
    padding-top: 76px;
    padding-bottom: 0;
    background: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .title-grid {
    grid-template-areas:
      'title'
      'img'
      'subtitle';
    grid-template-columns: 1fr;
    background: transparent;
    border-radius: 0;
    margin-top: -80px;
    overflow: hidden;
  }
  .catalog-of-solutions-header {
    font-size: 32px;
    line-height: 1.2;
  }
  .ckp-title {
    padding-right: 0;
    padding-top: 32px;
  }
  .ckp-subtitle {
    font-size: 16px;
    padding: 24px 0 0;
  }
  .ckp-title-img {
    padding-top: 32px;
  }
  .pyramid {
    max-height: 380px;
  }
  .center-card {
    padding: 12px 16px;
  }
  .function-card .swiperVectors {
    padding: 24px 0;
  }
  .function-card .swiperVectors .swiper-slide {
    height: auto;
  }
  .CKP-func:not(.mid-CKP-func-header) {
    font-size: 14px;
  }
  .mid-CKP-func-header {
    font-size: 16px;
  }
  .catalog {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .catalog-items {
    padding: 24px 20px 32px;
  }
  .doc-header,
  .catalog-border1 {
    padding: 24px 20px;
    font-size: 24px;
  }
  .catalog-border2 {
    padding: 20px;
    border-left: none;
  }
  .ed-catalog-text:not(.mid-header) {
    font-size: 14px;
  }
  .ed-catalog-text .mid-header {
    font-size: 18px;
  }
  .ed-catalog-button {
    margin-left: 0;
    margin-top: 0;
  }
  .ed-catalog-button a {
    display: block;
    margin: 0 8px 8px auto;
  }
  .docs-block {
    padding: 16px 20px 0;
  }
  .function-card {
    padding: 24px 0;
    border-radius: 0;
  }
  .docs-block .documents-card p {
    font-size: 16px;
  }
  .docs-block .documents-card .download-doc-btn {
    height: auto;
    padding-left: 0;
  }
  .docs-block .documents-card::after {
    background: transparent;
  }
  .partners-header {
    padding-bottom: 32px;
  }
  .swiperPartners {
    padding-bottom: 42px;
  }
  .center-contacts-card .row {
    padding: 24px 20px 32px;
  }
  .CKP-contacts-area img {
    width: 80px;
  }
  .CKP-contacts-area .mid-header {
    line-height: 1.2;
    font-size: 16px;
  }
  .CKP-contacts-area p:not(.mid-header) {
    font-size: 12px;
    margin-bottom: 0;
  }
}
