@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
  .menu__link_logo span {
    display: none;
  }
  .menu__link_logo {
    padding: 0 !important;
    line-height: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .menu__link_logo img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .menu__item_279 {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .header__description-text,
  .header-cta {
    display: none;
  }
  .header__description {
    max-width: 100%;
  }
  .header__menu {
    min-width: 65%;
  }
}

@media screen and (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
  .product,
  .pad {
    width: 100%;
  }
  .pad .diamond {
    max-width: 320px;
    margin: auto;
  }
  .pads {
    flex-wrap: wrap;
  }
  .pad__title,
  .article__title,
  .title_h2 {
    font-size: 48px;
  }
  .product .diamond {
    max-width: 220px;
  }
  .why__block {
    margin-top: 0px;
  }
  .why__item_bg {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  .page_about,
  .page_why-us {
    background-position: right 10%, left 85%;
    background-size: 85%;
  }
  .client {
    padding: 0 40px;
  }
  .client__image {
    max-width: 170px;
  }
  .goal__icon {
    max-width: 50px;
    margin: auto;
  }
  .menu__link_logo img {
    display: none;
  }
  .mobile-header {
    background: #d67e2a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    line-height: 0;
    text-align: center;
    z-index: 100;
  }
  .dropdown {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .dropdown .menu {
    display: block;
  }
  .dropdown .menu__item {
    box-shadow: none;
    max-width: 100%;
    text-align: center;
  }
  .why__block {
    display: block;
    max-width: 320px;
  }
  .footer {
    padding: 0;
    flex-wrap: wrap;
    background: #d67d2b;
    overflow: hidden;
    width: 100%;
  }
  .footer__part {
    margin: 0;
    width: 50%;
  }
  .footer__image {
    display: none;
  }
  .footer__part_2 {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    max-width: inherit;
    order: -1;
  }
  .footer .why__block,
  .footer .why__item,
  .footer .diamond__ratio,
  .footer .diamond__rotor,
  .footer .diamond__content {
    position: static;
    transform: none;
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .footer__link {
    position: static;
  }
  .page {
    margin-top: 68px;
  }
  .page_homepage {
    height: calc(100vh - 68px);
    margin: 0;
    transform: translate(0, 68px);
  }
  .page__scene {
    padding: 0;
  }
  .services__item_1,
  .services__item_2 {
    display: none;
  }
  .services__item_3 {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-top: 60px;
  }
  .services__item_3 .button {
    display: none;
  }
  .homepage-pagination {
    display: none;
  }
  .goal__details {
    margin-bottom: 0;
  }
  .advantages__item_gravity {
    margin-top: 7rem;
  }
  .privacy__agree {
    line-height: 1.3;
  }
  .menu__item_294 {
    display: none !important;
  }
  .page:not(.catalog-home) .deep-catalog {
    display: none;
  }
  .footer {
    padding: 0;
    flex-wrap: wrap;
    background: #d67d2b;
    overflow: hidden;
    width: 100%;
  }
  .footer__part {
    margin: 0;
    width: 50%;
  }
  .footer__image {
    display: none;
  }
  .footer__part_2 {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    max-width: inherit;
    order: -1;
  }
  .footer .why__block,
  .footer .why__item,
  .footer .diamond__ratio,
  .footer .diamond__rotor,
  .footer .diamond__content {
    position: static;
    transform: none;
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .footer__link {
    position: static;
  }
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition-property: transform;
  transition-duration: 0.5s;
}
.slide-up-enter,
.slide-up-leave-to {
  transform: translate(0, -100%);
}

/* BOLLOCKS */
