@media (min-width: 768px) {
    :root {
        --fontBase: 1.5rem;
        --containerPadding: 2.5rem;
    }

    h2 {
        font-size: 3rem;
    }

    .form__title {
        font-size: 2.5rem;
    }

    .form__descr {
        margin-bottom: 3rem;
    }

    .form__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.7rem;
        margin-bottom: 1.9rem;
    }

    .form__field {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
    }

    .form__input {
        line-height: 6.9rem;
        height: 6.9rem;
    }

    .form .form__submit {
        width: 30%;
        max-width: 28.9rem;
    }

    .blog__list-controls {
        display: none;
    }

    .callback::after,
    .faq::before,
    .services::before,
    .stages::before,
    .tariffs::before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-right: max(var(--containerPadding), (100% - 104rem) / 2);
    }

    .swiper-pagination {
        display: none;
    }

    .footer__socials {
        margin-left: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        gap: 1.2rem;
    }

    .footer__socials-link {
        width: 3.2rem;
        height: 3.2rem;
    }

    .faq {
        padding: 5.5rem 0 6.7rem;
    }

    .faq__item.act .faq__content {
        padding-top: 3.1rem;
        padding-bottom: 4.1rem;
    }

    .faq__btn {
        font-size: 2rem;
        padding: 1.9rem 3.5rem 1.9rem 4.2rem;
    }

    .faq__icon {
        width: 3.2rem;
        height: 3.2rem;
    }

    .faq__icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .faq__content {
        padding-left: 4.2rem;
        padding-right: 6.5rem;
    }

    .hero {
        background: url("../img/img.jpg") center top 30% / cover no-repeat;
    }

    .hero__descr {
        font-size: 1.8rem;
        margin-bottom: 2.8rem;
    }

    .hero__text {
        font-size: 1.4rem;
    }

    .hero__list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .hero__item {
        gap: 1.6rem;
        padding: 2.4rem 2.7rem 2.4rem 2rem;
    }

    .pretend {
        padding: 7.3rem 0 3.8rem;
    }

    .pretend__title {
        margin-bottom: 1rem;
    }

    .pretend__descr,
    .pretend__name {
        font-size: 1.6rem;
    }

    .pretend__quote {
        font-size: 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3.4rem;
        padding: 2.9rem 3.5rem;
    }

    .reviews {
        padding: 8.2rem 0 7.5rem;
    }

    .reviews__tabs {
        margin-bottom: 3rem;
    }

    .reviews__tabs-current {
        display: none;
    }

    .reviews__tabs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.5rem;
    }

    .reviews__tabs-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #f0f3f4;
        border-radius: 1rem;
        overflow: hidden;
    }

    .reviews__tabs-btn {
        line-height: 5.6rem;
        height: 5.6rem;
        padding: 0;
    }

    .reviews__tabs-btn.act {
        background-color: #35438c;
        color: #fff;
    }

    .reviews__video {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .services__name {
        font-size: 1.6rem;
    }

    .stages {
        padding: 6.1rem 0 8.5rem;
    }

    .tariffs__title {
        margin-bottom: 0.8rem;
    }

    .tariffs__descr {
        font-size: 2rem;
        margin-bottom: 3.6rem;
    }

    .tariffs__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tariffs__service {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 54.1rem;
    }

    .tariffs__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .tariffs__name {
        font-size: 2.2rem;
    }

    .tariffs__name--hidden {
        display: block;
    }

    .tariffs__price {
        font-size: 3.4rem;
    }

    .tariffs__inner-text {
        font-size: 1.3rem;
    }
}

@media (min-width: 1024px) {
    .header {
        position: fixed;
    }

    .header-burger .header-burger__btn,
    .header-burger__contacts,
    .header-burger__top {
        display: none;
    }

    .burger {
        display: none;
    }

    .content {
        padding-top: var(--header-height);
    }

    nav.header-nav {
        display: flex;
        align-items: center;
        gap: 50px;
        justify-content: space-between;
    }

    .header-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
    }

    .header-nav__item {
        border-bottom: none;
    }

    .header-nav__link {
        padding: 17px 0;
    }

    .hero__content {
        width: 50%;
        max-width: 100%;
        position: relative;
    }

    .pretend__descr {
        font-size: 2rem;
        margin-bottom: 4.1rem;
    }

    .pretend__swiper {
        width: 100%;
    }

    .pretend__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
        gap: 2.1rem;
        margin-bottom: 0;
    }

    .pretend__navigation,
    .pretend__pagination {
        display: none;
    }

    .pretend__quote-icon {
        width: 6rem;
        height: 6rem;
    }

    .pretend__quote-icon svg {
        width: 3.3rem;
        height: 3.3rem;
    }

    .reviews__tabs-btn {
        font-size: 1.8rem;
        line-height: 6.5rem;
        height: 6.5rem;
    }

    .reviews__video {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }

    .services {
        padding: 6.3rem 0 9.1rem;
    }

    .services__title {
        text-align: left;
        margin-bottom: 3.1rem;
    }

    .services__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 2.1rem;
    }

    .services__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2.1rem;
        text-align: left;
        padding: 3rem 2rem 3.4rem 3rem;
    }

    .services__item:not(:last-child) {
        margin-bottom: 0;
    }

    .services__name {
        font-size: 2rem;
        margin-bottom: 1.3rem;
    }

    .stages__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2.7rem;
    }

    .stages__tabs {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 45.4rem;
    }

    .stages__tabs-btn {
        font-size: 1.6rem;
        gap: 2rem;
        margin-bottom: 0;
        padding: 2.6rem 2.7rem;
    }

    .stages__tabs-btn::before {
        display: none;
    }

    .stages__tabs-icon {
        display: block;
    }

    .stages__content {
        padding: 3.2rem 3rem;
    }

    .stages__content.mobi {
        display: none !important;
    }

    .tariffs {
        padding: 6.3rem 0 8rem;
    }

    .tariffs__wrapper {
        display: block;
        margin-bottom: 0;
    }

    .tariffs__slide:not(:last-child) {
        margin-bottom: 3.4rem;
    }

    .tariffs__content,
    .tariffs__service {
        padding: 4.8rem 5.3rem 3.8rem;
    }

    .tariffs__name {
        font-size: 2.4rem;
    }

    .tariffs__text {
        font-size: 2rem;
        margin-bottom: 1.9rem;
    }

    .tariffs__text-content {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .tariffs__text-small {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }

    .tariffs__price {
        font-size: 3.8rem;
    }

    .tariffs__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.6rem;
    }

    .tariffs__inner-text {
        text-align: left;
    }
}

@media (min-width: 1280px) {
    .header .header__btn {
        display: block;
    }

    .blog__list {
        margin-bottom: 0;
    }

    .blog__link {
        display: none;
    }

    .hero__content {
        width: 50%;
    }

    .pretend__slide {
        padding: 1.8rem 1.9rem 3.9rem;
    }

    .pretend__img {
        margin-bottom: 3.1rem;
    }

    .pretend__name {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .stages__tabs-btn {
        font-size: 1.8rem;
    }
}

@media (max-width: 1400px) {
    section {
        position: relative;
        margin: 70px 0;
    }

    .btn,
    .btn--blue,
    .btn--yellow,
    .btn--transparent {
        font-size: 12px;
        min-width: 152px;
        padding: 10px 5px;
    }

    .container {
        max-width: calc(1130px + (var(--containerPadding) * 2));
    }

    .header__container {
        padding: 23px var(--containerPadding);
        height: auto;
    }

    .header__logo {
        width: 208px;
    }

    .header__contacts-item {
        gap: 10px;
    }

    .header__contacts-item.header__messengers {
        gap: 7.11px;
    }

    .header__contacts-value {
        font-size: 12px;
    }

    .header-nav__link {
        font-size: 12px;
        line-height: 1.255;
    }

    nav.header-nav form.search-form {
        max-width: 172px;
    }

    nav.header-nav form.search-form label input {
        font-size: 14px;
        padding: 4px 10px;
    }

    nav.header-nav form.search-form input.search-submit {
        right: 6px;
        width: 15px;
    }

    .hero .hero__content {
        margin-top: 210px;
    }

    .hero__content-text {
        padding: 60px 40px 55px 0;
    }

    .hero__content-text h1 {
        font-size: 26px;
        margin-bottom: 23px;
    }

    .hero__content-text p {
        font-size: 14px;
        line-height: 1.27;
        margin-bottom: 55px;
    }

    h1.page-title {
        font-size: 23px;
        margin-bottom: 35px;
    }

    /* Каталог товаров */
    .categories__title {
        font-size: 23px;
        margin-bottom: 35px;
    }

    .categories__descr {
        font-size: 14px;
        margin-bottom: 0;
        max-width: 530px;
    }

    .category__items {
        margin-top: 60px;
    }

    .category__items .category__item .category__img,
    .category__items .category__item img {
        margin-bottom: 35px;
    }

    .category__items .category__item .category__name,
    .category__items .category__item h2 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .category__items .category__item .category__price {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .category__items .category__item .category__link {
        font-size: 14px;
    }

    .category__items .category__item .category__link span {
        margin-right: 6px;
    }

    .category__items .category__item .category__link svg {
        width: 11px;
        height: 11px;
    }

    /* Категория товаров */
    .single__category-title {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .single__category-header {
        margin-bottom: 70px;
    }

    .single__category-descr {
        font-size: 14px;
        margin-bottom: 0;
    }

    .single__category-descr p {
        margin-bottom: 16px;
    }

    .single__category-descr ul {
        margin-bottom: 16px;
        padding: 0 0 0 32px;
    }

    .single__category-container h2 {
        font-size: 20px;
    }

    .single__category-products {
        margin-top: 42px;
    }

    .single__category-products .product .product__img,
    .single__category-products .product img {
        margin-bottom: 20px;
    }

    .single__category-products .product .product__name,
    .single__category-products .product h2 {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .single__category-products .product .woocommerce-LoopProduct-link .price * {
        font-size: 14px;
    }

    .single__category-products .product .product__link,
    .single__category-products .product .product__link:hover,
    .single__category-products .product .product__link:focus {
        font-size: 14px;
        margin-top: 24px;
    }

    .single__category-products .product .product__link span {
        margin-right: 6px;
    }

    .single__category-products .product .product__link svg {
        width: 11px;
        height: 11px;
    }

    .quality__container {
        gap: 60px;
    }

    .quality__video-link {
        height: 404px;
    }

    .quality__video-icon {
        width: 40px;
        height: 40px;
    }

    .quality__video-icon svg {
        width: 15px;
        height: 17px;
    }

    .quality__text h2 {
        font-size: 23px;
        margin-bottom: 35px;
    }

    .quality__text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .benefits {
        padding: 0;
    }

    .benefits__wrap {
        padding: 65px 0 150px 0;
    }

    .benefits__item {
        padding: 28px 25px;
    }

    .benefits__icon {
        margin-bottom: 20px;
    }

    .benefits__icon img {
        width: auto;
        height: 57px;
        margin-left: auto;
        margin-right: auto;
    }

    .benefits__name {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .benefits__text {
        font-size: 12px;
    }

    .benefits__cta .benefits__cta-wrap {
        padding: 20px 60px 28px 64px;
    }

    .benefits__cta-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .benefits__cta-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .benefits__cta form input[type="tel"] {
        font-size: 14px;
        padding: 7px;
    }

    .benefits__cta form input[type="submit"] {
        font-size: 14px;
        max-width: 152px;
    }

    .post-list {
        gap: 28px;
    }

    .post-list__item {
        padding-bottom: 95px;
    }

    .post__content {
        padding: 15px 17px 20px 15px;
        bottom: -67px;
    }

    .post__content p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .post__title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .post__date {
        font-size: 12px;
    }

    .single__post-type article.post aside.widget-area .subscribe__form {
        padding: 32px 21px 50px;
    }

    .subscribe__form h3 {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .subscribe__form form span.wpcf7-form-control-wrap input {
        font-size: 12px;
        padding: 8px;
    }

    .subscribe__form form .wpcf7-submit {
        margin: 35px auto 0;
    }

    .inner__page .woocommerce-breadcrumb {
        margin-top: 30px;
        margin-bottom: 42px;
    }

    .inner__page .woocommerce-breadcrumb, .inner__page .woocommerce-breadcrumb * {
        font-size: 14px;
    }

    .inner__page h1 {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .about-company__container, .shipping__container .shipping__cols {
        gap: 60px;
    }

    .about-company__video-link {
        height: 404px;
    }

    .about-company__video-icon {
        width: 40px;
        height: 40px;
    }

    .about-company__video-icon svg {
        width: 15px;
        height: 17px;
    }

    .about-company__text h2, .shipping__text h2 {
        font-size: 23px;
        margin-bottom: 35px;
    }

    .about-company__text p, .shipping__text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about-company__slider .d-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 60px;
    }

    .about-company__slider h2 {
        font-size: 23px;
    }

    .slider-nav__btns button {
        width: 42px;
        height: 42px;
    }

    .about-company__slider .slider.swiper .slide.swiper-slide {
        width: 850px;
    }

    .callback__form-wrap {
        width: 416px;
        margin: 0;
        padding: 0;
        bottom: -110px;
    }

    .callback__form-title {
        font-size: 23px;
        margin-bottom: 25px;
        padding: 85px 38px 0px 38px;
    }

    .callback__form-descr {
        margin-bottom: 30px;
        font-size: 14px;
        padding: 0 38px;
    }

    .callback__form .callback__input[type="text"], .callback__form .callback__input[type="tel"] {
        padding: 8px 15px;
        line-height: 1.5;
        margin-bottom: 10px;
        height: auto;
    }

    .callback__text {
        font-size: 11px;
        padding-bottom: 38px;
    }

    .callback .callback__submit {
        margin-bottom: 14px;
        margin-top: 10px;
    }

    .callback__frame iframe {
        width: 100%;
        height: 520px;
    }

    .callback__frame #map-yandex {
        height: 520px;
    }

    .team__container .team__title {
        font-size: 23px;
    }

    .team__members {
        margin-top: 42px;
    }

    .team__members .team__member {
        padding: 20px 15px 37px 15px;
    }

    .team__members .team__member .team__member-img {
        margin-bottom: 20px;
    }

    .team__members .team__member .team__member-name {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .documents-list-item__icon {
        padding: 14px 16px;
    }

    .documents-list-item__icon svg {
        width: 28px;
        height: 28px;
    }

    .documents-list-item__elements {
        margin-left: 20px;
        margin-right: 27px;
    }

    .documents-list-item__name {
        font-size: 14px;
    }

    .documents-list-item__link {
        font-size: 14px;
    }

    .documents-list-item__link svg {
        margin-left: 7px;
        width: 14px;
        height: 14px;
    }

    /* Медиа */
    .media__items {
        gap: 30px;
    }

    .media__items .media__item {
        padding: 20px;
    }

    .media__item-video {
        margin-bottom: 28px;
    }

    .media__item-video-icon {
        width: 40px;
        height: 40px;
    }

    .media__item-video-icon svg {
        width: 14px;
        height: 17px;
    }

    .media__items .media__item .media__item-title {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .media__items .media__item .media__item-date {
        font-size: 12px;
        margin-bottom: 4px;
    }

    main.services__page h1 {
        margin-bottom: 35px;
    }

    main.services__page .page-description {
        font-size: 14px;
        margin-bottom: 50px;
    }

    #jckqv {
        max-width: calc(1130px + (var(--containerPadding) * 2));
    }
}

@media (max-width: 1161px) {
    .header-nav__list {
        gap: 15px;
    }

    .header-nav__link {
        font-size: 11px;
    }

    .error-404__title {
        font-size: calc(2rem + 2 * ((100vw - 32rem) / 84.1));
    }

    .maintenance__title {
        font-size: calc(3rem + 2 * ((100vw - 32rem) / 84.1));
    }

    .maintenance__descr {
        font-size: calc(1.6rem + 0.4 * ((100vw - 32rem) / 84.1));
    }

    .page-content__title {
        font-size: calc(2rem + 1 * ((100vw - 32rem) / 84.1));
    }
}

@media (max-width: 1023px) {
    .header {
        box-shadow: 0px 4px 22px rgb(40 62 103 / 16%);
    }

    .header__container {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 11px;
        padding: 11px var(--containerPadding);
    }

    .header__contacts {
        gap: 20px;
    }

    .header__contacts-item.header__address {
        display: none;
    }

    .header .header__btn {
        display: block;
        line-height: normal;
        height: auto;
        white-space: nowrap;
    }

    .header-burger {
        background-color: #3D8146;
        width: 100%;
        height: var(--vh);
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        padding: 1.5rem 0 6.8rem;
        -webkit-transition: visibility 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
        -o-transition: transform 0.4s, visibility 0.4s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
        text-align: center;
    }

    .header-burger.act {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    .header-nav.header-burger__nav {
        display: flex;
        flex-direction: column-reverse;
    }

    .header-nav__link {
        font-size: 15px;
        text-align: left;
        padding: 15px 20px;
    }

    nav.header-nav.header-burger__nav .search_bar form.search-form {
        max-width: 100%;
        margin-bottom: 5px;
    }

    nav.header-nav form.search-form label, nav.header-nav form.search-form label input {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    nav.header-nav form.search-form label input {
        font-size: 18px;
        padding: 10px 20px;
    }

    nav.header-nav form.search-form input.search-submit {
        right: 10px;
        width: 19px;
    }

    nav.header-nav div.search_result {
        width: auto;
        left: var(--containerPadding);
        right: var(--containerPadding);
        top: auto;
        border-radius: 4px;
        background: #3d8146;
        border: 1px solid rgb(255 255 255 / 14%);
        padding: 0;
    }

    nav.header-nav div.search_result a {
        font-size: 16px;
        padding: 7px 20px;
        text-align: left;
    }

    .inner__page .woocommerce-breadcrumb {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .inner__page h1 {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .container.hero__container {
        padding: 0;
    }

    .container.hero__container .hero__content {
        padding: 0 var(--containerPadding);
        background-position: top right;
    }

    .single__category-header {
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }

    .single__category-descr {
        max-width: 100%;
        font-size: 16px;
    }

    .single__category-header img {
        width: 100%;
        margin-bottom: 30px;
    }

    .single__category-container h2 {
        font-size: 18px;
    }

    .single__category-products {
        margin-top: 30px;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .services__icon {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .stages__content.desktop {
        display: none !important;
    }

    .category__items, .benefits__list, .post-list, .media__items {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .about-company__slider .slider.swiper .slide.swiper-slide {
        width: 85%;
    }

    #jckqv {
        max-width: 500px;
        flex-direction: column-reverse;
    }

    #jckqv h1 {
        font-size: 18px;
    }

    #jckqv_images_wrap {
        width: 100%;
    }

    #jckqv_summary {
        width: 100%;
    }

    #jckqv .cart {
        max-width: 100%;
    }

    .sadiya_slider-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    div#jckqv_thumbs {
        max-width: 100%;
    }

    .sadiya_slider-wrap .btn-wrap {
        margin-top: 30px;
    }

    .team__members {
        margin-top: 30px;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .header__logo {
        width: 150px;
    }

    .header__contacts-icon {
        display: none;
    }

    .header__contacts-value {
        font-size: 14px;
        font-weight: 400;
    }

    .header .header__btn {
        padding: 0;
        color: #283E67;
        background: transparent;
        text-transform: none;
        font-size: 14px;
        border-bottom: 1px solid;
        width: auto;
        max-width: unset;
        min-width: unset;
        border-radius: 0;
        font-weight: 600;
        margin: 0 10px;
    }

    .quality__container {
        flex-direction: column-reverse;
    }

    .quality__container .col {
        max-width: 100%;
    }

    .benefits__wrap {
        padding: 60px 0 60px 0;
    }

    .benefits__cta {
        display: block;
        margin-top: 40px;
    }

    .benefits__cta-container {
        display: block;
    }

    .benefits__cta .benefits__cta-wrap {
        max-width: 100%;
        padding: 40px 20px 44px 20px;
    }

    .callback__frame iframe {
        width: 100%;
        height: 246px;
    }

    .callback__frame #map-yandex {
        height: 250px;
    }

    .callback__container {
        background: #3d8146;
    }

    .callback__form-wrap {
        position: relative;
        top: -54px;
        width: 100%;
        padding: 0;
    }

    .callback__form-title {
        padding: 42px 16px 0 42px;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .callback__form-descr {
        padding: 0 16px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .callback__form {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 16px;
    }

    .callback__form .callback__input[type="text"],
    .callback__form .callback__input[type="tel"] {
        font-size: 12px;
        padding: 15px 20px;
    }

    .callback .callback__submit {
        margin-top: 20px;
        font-size: 16px;
        padding: 15px;
    }

    .callback__text {
        width: 100%;
        padding: 0 16px 34px;
        font-weight: 500;
        font-size: 13px;
        color: #0A2647;
        margin-top: 20px;
    }

    .about-company__container, .shipping__container .shipping__cols {
        display: block;
    }

    .about-company__container .col, .shipping__container .shipping__cols .col {
        max-width: 100%;
        margin-bottom: 40px;
    }

    table .product-gost__head, table .product-gost__cell {
        display: none;
    }

    .documents-list__items {
        display: block;
    }

    .documents-list__items .documents-list__item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .documents-list-item__icon {
        padding: 19px 8px;
    }

    .documents-list-item__elements {
        margin-left: 14px;
        margin-right: 27px;
        flex-wrap: wrap;
    }

    .documents-list-item__icon svg {
        width: 40px;
        height: 40px;
    }

    .documents-list-item__name {
        font-size: 16px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .documents-list-item__link {
        font-size: 16px;
    }

    .documents-list-item__link svg {
        width: 16px;
        height: 16px;
    }

    .single__post-type article.post {
        display: block;
    }

    .single__post-type article.post aside.widget-area {
        display: none;
    }

    .post__img {
        aspect-ratio: 327 / 371;
    }

    .footer-container {
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer__logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 160px;
    }

    .footer__contacts-wrap {
        max-width: 100%;
        display: block;
    }

    .footer__contacts {
        flex-direction: column;
        align-items: center;
    }

    .footer__socials {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }

    .header__container img.header__logo {
        width: 105px;
    }

    .header__contacts-item.header__email {
        display: none;
    }

    .header__messengers {
        display: none;
    }

    .hero:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(40, 62, 103, 0.6);
    }

    .hero__content-text {
        padding: 20px 40px 20px 0;
    }

    .hero__content-text h1 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.255;
        font-weight: 600;
    }

    .hero__content-text p {
        font-size: 14px;
        line-height: 1.27;
        margin-bottom: 25px;
    }

    .hero__link {
        padding: 11px;
        font-weight: 600;
    }

    section {
        position: relative;
        margin: 40px 0;
    }

    .categories__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .categories__descr {
        font-size: 16px;
        margin-bottom: 0;
        max-width: 100%;
    }

    .categories__header .section__btn {
        display: none;
    }

    .category__items {
        margin-top: 50px;
    }

    .category__items .category__item {
        padding: 16px;
    }

    .category__items .category__item .category__img, .category__items .category__item img {
        margin-bottom: 28px;
    }

    .category__items .category__item .category__name, .category__items .category__item h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .category__items .category__item .category__price {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .category__items .category__item .category__link {
        font-size: 16px;
    }

    .category__items .category__item .category__link svg {
        width: 16px;
        height: 16px;
    }

    section.quality {
        margin-top: 85px;
    }

    .quality__container {
        gap: 40px;
    }

    .quality__text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .quality__text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .benefits {
        padding: 20px 0 0 0;
    }

    .benefits__icon {
        margin-bottom: 30px;
    }

    .benefits__name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .benefits__text {
        font-size: 14px;
    }

    .benefits__cta-container {
        display: block;
        text-align: center;
    }

    .benefits__cta-wrap {
        border-radius: 4px;
    }

    .benefits__cta-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .benefits__cta-subtitle {
        font-size: 18px;
        margin-bottom: 47px;
    }

    .benefits__cta form input[type="tel"] {
        font-size: 16px;
        padding: 12px;
    }

    .benefits__cta form input[type="submit"] {
        position: relative;
        font-size: 16px;
        padding: 15px;
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 27px;
        line-height: 1.255;
    }

    section.blog {
        margin-top: 80px;
    }

    .blog__title {
        margin-bottom: 27px;
        font-size: 20px;
    }

    section.blog .section__btn {
        display: none;
    }

    .post__title {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 27px;
    }

    .post__content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .post__date {
        font-size: 14px;
    }

    .blog__list-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .post-list.swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        gap: 0;
    }

    .blog__list {
        margin-bottom: 0;
    }

    .single__category-products {
        gap: 16px;
    }

    .single__category-products .product {
        padding: 16px 16px 34px 16px;
    }

    .single__category-products .product .product__img, .single__category-products .product img {
        margin-bottom: 28px;
    }

    .single__category-products .product .product__name, .single__category-products .product h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .single__category-products .product .woocommerce-LoopProduct-link .price * {
        font-size: 16px;
    }

    .single__category-products .product .product__link, .single__category-products .product .product__link:hover, .single__category-products .product .product__link:focus {
        font-size: 16px;
        margin-top: 35px;
    }

    .single__category-products .product .product__link svg {
        width: 16px;
        height: 16px;
    }

    .about-company__text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about-company__text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about-company__slider .d-flex {
        margin-bottom: 35px;
    }

    .about-company__slider h2 {
        font-size: 20px;
    }

    .mob-slider-nav__btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 18px;
        gap: 8px;
    }

    .mob-slider-nav__btns button {
        width: 46px;
        height: 46px;
    }

    .desctop-slider-nav__btns {
        display: none;
    }

    .quality__video-link {
        height: 230px;
    }

    .team__container .team__title {
        font-size: 20px;
    }

    .team__members {
        gap: 16px;
    }

    .team__members .team__member {
        padding: 16px 16px 34px 16px;
    }

    .team__members .team__member .team__member-img {
        margin-bottom: 28px;
    }

    .team__members .team__member .team__member-name {
        font-size: 18px;
        margin-bottom: 14px;
    }

    /* Медиа */
    .media__items {
        gap: 16px;
    }

    .media__items .media__item {
        padding: 16px;
    }

    .media__item-video {
        margin-bottom: 28px;
    }

    .media__item-video-icon {
        width: 56px;
        height: 56px;
    }

    .media__item-video-icon svg {
        width: 20px;
        height: 24px;
    }

    .media__items .media__item .media__item-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .reviews__tabs-list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #f0f3f4;
        padding: 1rem;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.15);
        border-radius: 1rem;
        -webkit-transition: opacity 0.4s, visibility 0.4s,
        -webkit-transform 0.4s;
        transition: opacity 0.4s, visibility 0.4s, transform 0.4s,
        -webkit-transform 0.4s;
        -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    }
}

@media (max-width: 470px) {
    .header__container .header__logo {
        order: 1;
    }

    .header__container .header__contacts {
        order: 3;
        width: 100%;
        justify-content: space-between;
    }

    .header__container .header__burger {
        order: 2;
    }

    .header .header__btn {
        margin: 0;
    }

    .category__items, .single__category-products, .benefits__list, .post-list, .team__members, .media__items {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }

    .post__content {
        width: calc(100% - 16px);
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
}

@media (any-hover: hover) {
    .btn--yellow:hover {
        background-color: #e8be00;
    }

    .btn--blue:hover {
        background-color: #2A689E;
    }

    .footer__contact[href]:hover,
    .footer__link[href]:hover,
    .header__contacts-phone:hover,
    .header__contacts-value[href]:hover {
        color: #0A2647;
    }

    .header-nav__link:hover {
        color: #ffdb35;
    }

    .hero__link:hover {
        background-color: transparent;
    }

    .reviews__tabs-btn:hover {
        background-color: rgba(53, 67, 140, 0.2);
    }

    .reviews__video-link:hover .reviews__video-icon svg {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    .stages__tabs-btn:hover {
        background-color: rgba(53, 67, 140, 0.15);
    }

    .page-content__text a:hover {
        text-decoration: none;
    }
}