/* Медиа-запросы для адаптивности */

@media (max-width: 1200px) {
    nav a {
        font-size: 1em;
    }

    .product-grid {
        justify-content: center;
    }
}


@media (max-width: 768px) {

}

@media (max-width: 576px) {

    .information-options {
        flex-wrap: wrap;
    }

    .delivery-options {
        flex-direction: column;
        padding-top: 10px;
    }

    .delivery-option p {
        margin: 0;
    }

    .offcanvas-header {
        padding: 0 10px !important;
    }
}


@media (max-width: 480px) {

    button, .button, a.button {
        font-size: 1em;
        padding: 10px;
        top: 3%;
    }

    .information-option div {
        font-size: 0.95em;
        font-weight: 300;
        padding: 2px 5px;
    }

    .telephone i {
        display: none;
    }

    .hide .telephone i {
        display: inline-block;
    }

    .header_social {
        display: none;
    }

    .testimonial img {

    }
}

@media (max-width: 991.98px) {
    .container {
        padding: 15px;
    }

    nav li {
        margin-right: 10px;
    }

    .hero .container {
        flex-direction: column;
    }

    .delivery-options svg {
        width: 90px;
        height: 90px;
    }

    .delivery-option {
        width: 100%;
    }

    .delivery-option p {
        font-size: 1em;
    }

    .information-option {
        width: 100%;
    }

    .information-options img {
        width: 40%;
    }

    .about-us-cards {
        flex-direction: column;
    }

    .about-us-card {
        width: 100%;
    }

    .ornament-line img {
        max-width: 50px;
    }

    .ornament-line .section-title {
        font-size: 2em;
    }


    .slider-dots {
        bottom: 5px; /* Немного ниже на маленьких экранах */
    }


    .navbar > .container {
        flex-wrap: nowrap !important;
    }

    .navbar-toggler {
        order: 2;
    }

    header .logo {
        max-height: 55px;
    }

    .telephone a {
        font-size: 1em !important;
    }

    .offcanvas.offcanvas-end {
        background-image: url("../image/berry_menu.png");
        background-size: 50%;
    }

    nav a {
        color: rgba(39, 1, 1, 0.8);
        font-size: 1.1em;
        font-weight: 400;
    }


    .telephone-hide {
        font-size: 1em;
        font-weight: 500;
    }

    .navbar-nav {
        align-items: center;
    }

    nav ul {
        padding: 0;
    }

    .hide {
        display: flex;
        flex-direction: column;
    }

    .navbar-collapse .navbar-brand {
        display: block;
    }

    .mobile_nav {
        margin: 0;
    }

    .mobile_nav .-list {
        position: absolute;
        background-color: transparent;
        z-index: 10;
        box-shadow: none;
        overflow: hidden;
        max-height: 0;
        display: block;
        align-items: center;
        top: 70%;
        left: -80%;
        text-align: center;
    }

    .shifted a {
        position: relative;
        top: 220px;
    }

    .adaptiv_menu {
        flex-direction: column;
        align-items: center;
    }

    .mobile_nav .-list.show {
        max-height: 300px;
    }

    .offcanvas-body {
        padding: 0 !important;

    }

    .dropdown .-list a {
        line-height: 32px;
    }

    .dropdown .-list a:hover {
        color: #e91e63;
        background-image: none;
        text-decoration: underline;
    }

    .hide .social_item svg {
        width: 30px;
        height: auto;
    }

}