@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .col-xl-custom {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1399.98px) {}

@media (max-width: 991.98px) {
    .hero__slide::before {
        padding-top: 400px;
    }
}

@media (max-width: 767.98px) {
    .page__header_content {
        padding: 4rem 0 4rem;
    }

    .page__header_description {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 1rem;
    }

    .hero__slide::before {
        padding-top: 300px;
    }

    .header__top {
        padding: 0.5rem 0;
    }

    .header__top_link {
        padding: 0.2rem 0;
        font-size: 0.9rem;
        line-height: 1;
    }

    .header__top_list li:not(:last-child)::after {
        margin: 0 0.5rem;
    }

    .blog__card_content {
        padding: 1rem;
    }

    .btn {
        padding: 0.7rem 1.2rem;
    }

    .blog__card_category {
        font-size: 0.9rem;
        padding: 0.2rem 0;
        margin-bottom: 0.2rem;
    }

    .footer-block__details-content {
        font-size: 0.9rem;
    }

    .short_title {
        font-size: 1.1rem;
    }

    .service__card_title {
        font-size: 1.1rem;
    }

    .service__card_link {
        padding: 0.35rem 0.7rem;
        border-radius: 0.2rem;
        font-size: 0.85rem;
    }

    .modal__close-button,
    .search__button,
    .reset__button,
    .nav-toggler,
    .search__btn {
        padding: 0;
    }

    .product__carousel .owl-nav button {
        font-size: 1.2rem !important;
        left: 1rem;
        width: 1.2rem;
    }

    .product__link {
        font-size: 0.9rem;
    }

    .page__description {
        font-size: 0.9rem;
    }

    .product__image {
        border-radius: 0.5rem;
    }

    .service__card_img {
        --bs-aspect-ratio: 60% !important;
    }
}