@media (max-width: 767px) {
    .cookie {
        padding-left: 0;
        padding-right: 0;
    }
    .cookie__wrap {
        flex-direction: column;
    }

    .cookie__desc {
        order: 2;
    }

    .cookie__close {
        align-self: flex-end;
    }

    .cookie__btns {
        flex-direction: column;
    }

    section {
        margin-bottom: 80px;
    }

    .section__header {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }
    .section__control {
        width: 100%;
    }
    .section__control .btn-gray {
        flex: 1 1 auto;
    }
    body .maxwidth-theme, body.fill_bg_y.visible_banner .contacts-page-map, body.fill_bg_y.visible_banner .banners-big .maxwidth-banner, body.fill_bg_y.visible_banner>.body>.main, body.fill_bg_y.visible_banner footer, .banners-big.short-banner.small .maxwidth-banner, .fill_bg_y.visible_banner header .line-row, .container {
        max-width: 375px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-page h2 {
        font-size: 32px;
    }

    .btn {
        width: 100%;
        padding: 4px 6px;
    }
    .btn-blue {
        width: 100%;
    }

    .staples {
        font-size: 16px;
    }

    /* HEADER */

    .header {
        display: none;
    }

    .search__btn-mobile {
        display: flex;
    }

    .form__input {
        display: none;
    }

    .header__mobile:hover {
        background-color: #052537;
    }

    .cart__count {
        font-size: 11px;
    }

    .header__subtitle {
        margin-right: 140px;
        font-size: 14px;
    }

    .logo {
        width: 97px;
        height: 40px;
        margin: 0;
    }
    .header__search {
        display: none;
    }

    .header__search-btn {
        display: block;
    }

    .catalog__btn {
        width: 40px;
        height: 40px;
    }

    .btn__catalog-name {
        display: none;
    }

    .header__search {
        width: 584px;
        height: 50px;
    }

    /* ГЛАВНАЯ */

    .haupt {
        height: 800px;
    }
    .haupt .nav-btn--prev {
        left: max(calc((100% - 375px) / 2 + 16px), 16px);
    }
    .haupt .nav-btn--next {
        right: max(calc((100% - 375px) / 2 + 16px), 16px);
    }
    .haupt .haupt__title {
        padding-top: 463px;
        margin-bottom: 4px;
        font-size: clamp(32px, 10vw, 38px);
    }

    .haupt__subtitle {
        font-size: clamp(32px, 10vw, 38px);
        margin-bottom: 16px;
        margin-right: 0;
    }

    .haupt__text {
        max-width: 100%;
        font-size: 18px;
        margin-bottom: 32px;
    }

    .haupt__buttons {
        flex-direction: column;
        gap: 12px;
    }

    /* КАТАЛОГ */
    .catalog__navigation {
        margin-bottom: 8px;
    }

    .navigation__item {
        margin: 0 0 12px 0;
    }

    .catalog__cards-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog__img {
        margin-bottom: 12px;
    }

    .cards__name {
        font-size: 16px;
    }

    /* О НАС */
    .about__desc {
        font-size: 22px;
    }

    /* NUMBERS */

    .numbers__wrap {
        grid-template-columns: 1fr 1fr;
    }

    /* УСЛУГИ */
    .card__number {
        font-size: 40px;
    }

    .card__text {
        font-size: 16px;
    }

    .services__arrow {
        width: 12px;
        height: 12px;
    }

    /* ПРЕИМУЩЕСТВА */

    .item__title {
        text-align: left;
    }

    /* ОТГРУЗКА */
    .shipment__img {
        margin-bottom: 12px;
    }

    /* ОТПРАВИТЬ ЗАЯВКУ */
    .application__wrap {
        flex-direction: column;
        gap: 12px;
    }

    .application__left,
    .application__right {
        width: 100%;
    }

    .application__left {
        height: 320px;
        padding: 24px 12px;
    }

    .application__staples {
        margin-bottom: 0;
    }

    .application__title {
        max-width: 90%;
    }

    .application__subtitle {
        line-height: 1.5;
    }

    .application__right {
        padding: 16px;
    }

    .name,
    .phone,
    .email,
    .message {
        width: 100%;
        height: 44px;
    }

    .name__phone,
    .email__file {
        flex-direction: column;
        gap: 12px;
    }

    .email__file {
        align-items: start;
    }

    .form__download {
        text-align: left;
    }

    .message {
        height: 90px;
        margin-bottom: 24px;
    }

    .application__conf {
        max-width: 100%;
        white-space: wrap;
    }
    .application__conf p {
        width: 240px;
    }

    input[type="checkbox"],
    input[type="radio"] {
        margin: 0 8px 0 0;
    }
    .conf__link,
    .application__conf {
        font-size: 14px;
    }

    /* КОНТАКТЫ */

    .contacts {
        margin-bottom: 32px;
    }

    .contacts__tile {
        width: 395px;
        margin-bottom: 24px;
    }

    .contacts__items {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto auto auto;
        grid-auto-flow: row;
    }

    .contacts-1,
    .contacts-2 {
        grid-column: span 1;
    }

    .contacts-3 {
        order: 1;
    }
    .contacts-4 {
        order: 3;
    }
    .contacts-5 {
        order: 5;
    }
    .contacts-6 {
        order: 2;
    }
    .contacts-7 {
        order: 4;
    }
    .contacts-8 {
        order: 6;
    }

    /* FOOTER */

    .footer__columns {
        flex-direction: column;
        font-size: 14px;
        margin-bottom: 24px;
        gap: 0;
    }

    .footer__center {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .logo-footer {
        width: 132px;
        height: 54px;
        margin-bottom: 0;
        margin-right: 21px;
    }

    .media {
        font-size: 20px;
        gap: 16px;
        display: none;
    }

    .column-one {
        flex-direction: row;
        align-items: center;
        width: 370px;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .column-one__subtitle {
        font-size: 14px;
    }

    .column-two {
        width: 140px;
    }

    .column-three {
        width: 180px;
    }

    .column-four {
        width: 343px;
    }

    .column-five {
        width: 100%;
    }

    .column__title-5 {
        margin-bottom: 20px;
    }

    .footer__btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .column-five__phone,
    .column-five__email,
    .column-five__adress {
        font-size: 16px;
    }

    .column-five__schedule {
        font-size: 14px;
    }

    .column-five__email {
        margin-bottom: 24px;
    }

    .column-five__adress {
        margin-bottom: 40px;
    }

    .media-2 {
        display: flex;
        gap: 20px;
        margin-top: auto;
        font-size: 16px;
    }

    .footer__bottoms {
        font-size: 14px;
        grid-template-columns: 1fr;
        row-gap: 12px;
        column-gap: 42px;
    }
}