@media (max-width: 1380px) {
    .woo-archive-body .section-woo-cat__products .woo-product__bottom{
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 1200px) {
    .woo-archive-body .section-woo-cat__products .woo-product__bottom{
        flex-direction: row;
    }
}
@media (max-width: 959px) {
    :root {
        --section-py: 72px;
    }

    .hero {
        min-height: auto;
        padding-top: 100px;
    }

    .hero__grid {
        flex-direction: column;
        padding: 40px 0 60px;
    }

    .hero__content,
    .hero__media {
        flex: none;
        width: 100%;
    }

    .copilot__main-card {
        padding: 28px 24px;
    }

    .copilot__main-inner {
        flex-direction: column;
        text-align: center;
    }

    .page-contacts .contact-info-city__list {
        max-width: 500px;
        margin: auto;
    }


}

@media (max-width: 768px) {

    .mob-offcanvas__title-block, .woo-mini-cart__title-block {
        font-size: 17px;
    }

    .offcanvas__close, .uk-offcanvas-close, .woo-mini-cart__close {
        right: 5px;
        left: auto;
        cursor: pointer;
        top: 3px;
    }

    .offcanvas__close svg {
        height: 35px;
        width: 35px;
        color: #c7c7c7;
    }

    .uk-offcanvas-bar {
        width: 330px;
    }

    .mob-offcanvas__title-block, .woo-mini-cart__title-block {
        text-align: left;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 10px;
    }

    .mob-offcanvas__title-block, .woo-mini-cart__title-block {
        text-align: left;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 10px;
    }


}

@media (max-width: 639px) {

    .woo-archive-header .page-header__title, .page-default .page-header__title,
    .hero .hero__title {
        font-size: 30px;
    }

    .page-contacts .section-title,
    .woo-archive-body .section-woo-cat__products .section-title {
        font-size: 24px;
    }

    .contact-form__wrapper .block-title {
        font-size: 18px;
    }

    .woo-archive-header .page-header__description,
    .page-default .page-header__description,
    .contact-form__wrapper .block-description,
    .section-copilot__desc,
    .section-pricing__desc{
        font-size: 15px;
    }

    .hero__description,
    .copilot__main-text{
        font-size: 13px;
    }

    .hero .hero__badge {
        font-size: 11px;
    }


    .hero .hero__badge {
        padding: 4px 10px;

    }

    .hero {
        padding-top: 0;
    }


    .hero__stats {
        gap: 16px;
    }

    .services__card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .windows__card-footer,
    .home-products__card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__brand {
        padding-right: 0;
    }

    .site-footer__bottom .uk-flex {
        flex-direction: column;
        gap: 10px;
    }

    .header-navbar-options > * {
        margin-left: 15px;
        cursor: pointer;
    }

    .copilot__main-icon-wrap {
        width: 55px;
        height: 55px;
        border-radius: 10px;
    }


    .hero__actions {
        margin-bottom: 25px;
    }

    .header-navbar-options .icon-cart, .header-navbar-options .icon-profile {
        margin-right: 0;
    }
}

