@media only screen and (max-width: 767px) {
    .header__burger,
    .logo,
    .header__phone,
    .header__social-link,
    .sticky-header__phone,
    .sticky-header__burger {
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
    }

    .logo,
    .header__phone,
    .header__social-link,
    .sticky-header__phone {
        display: inline-flex;
    }

    .header__social-link {
        width: 44px;
        height: 44px;
    }

    .arrow-button {
        min-width: 44px;
        min-height: 44px;
    }

    .arrow-button__icon {
        width: 44px;
        height: 44px;
    }

    .header__burger-icon,
    .sticky-header__burger-icon {
        width: 38px;
        height: 38px;
    }

    .ya-search--footer,
    .ya-search--burger {
        min-height: 44px;
    }

    .ya-search--footer .ya-site-form__submit_type_image,
    .ya-search--burger .ya-site-form__submit_type_image {
        min-width: 24px !important;
        width: 24px !important;
        min-height: 24px !important;
        height: 24px !important;
    }

    .review-card__show,
    .review-card__link,
    .capital-card__copy,
    .footer-navigation__link,
    .breadcrumbs__link,
    .third-button,
    .default-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
    }

    .tags__tag {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }
}
