.header__intro .header__info-group {
    max-width: none;
    margin-left: 0
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative
}

.navigation__line {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .33px;
    background: #37393d
}

.navigation__menu {
    width: 100%
}

.header .container {
    padding: 0 80px;
}

.navigation__menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    gap: 24px;
    margin-top: 20px
}

.navigation__menu>ul>li {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: .33px solid rgba(255, 255, 255, .5);
    max-width: 222px;
    width: 100%;
    height: 41px;
    box-sizing: border-box;
    background-color: #191a1c !important;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
}

.navigation__menu>ul>li:hover {
    border: 1px solid rgb(248, 179, 36);
}

.navigation__menu-link {
    font-family: Rubick, sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.navigation__menu>ul>li>ul>li a {
    justify-content: flex-start;
}

.dropdown-toggle .arrow {
    width: 8px;
    transform: rotate(90deg);
    transition: transform .3s ease;
}

.dropdown-toggle .arrow.show {
    transform: rotate(-90deg);
    transition: transform .3s ease;
}

ul li.show>ul {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

/* Каталог */
.menu-catalog__container.active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.menu-catalog__container {
    position: absolute;
    z-index: 100000;
    top: 80px;
    left: 0;
    background-color: #242529;
    color: #fff;
    padding: 40px 45px;
    list-style-type: none;
    margin: 0;
    box-shadow: 0 2px 5px #0003;
    width: 100%;
    max-height: 575px;
    font-size: 14px;
    border-radius: 10px;
    display: none;
    overflow-y: auto;
}

.product-category {
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    min-height: 195px;
    height: fit-content;
    align-items: flex-start;
    gap: 10px
}

.product-category img {
    width: 100%;
    max-width: 120px;
    object-fit: contain
}

.product-category h3 {
    text-transform: none
}

.product-list {
    list-style-type: none;
    padding: 0
}

.product-list li {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px
}

.add-more-button {
    display: none;
    color: #fff;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px
}

button.add-more-button:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.add-more-button img {
    transform: rotate(90deg);
}

.add-more-button.active img {
    transform: rotate(-90deg);
}

.h-show {
    display: block;
}

.h-hidden {
    display: none;
}

.catalog-btn,
.catalog-btn button {
    cursor: pointer;
}

.catalog-btn:hover .catalog-burger svg path,
.catalog-btn:hover .catalog-x svg path {
    fill: #f8b324;
}

.product-list a:hover {
    color: #f8b324;
}

.search-btn-mobile {
    display: none;
}




/*ADAPTIVE*/
@media only screen and (max-width : 1400px) {
    .navigation__menu-list {
        gap: 14px;
    }

    .navigation__menu>ul>li {
        padding: 0 10px;
    }
}

@media only screen and (max-width : 1250px) {
    .header .container {
        padding: 0 40px;
    }
}

/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {
    .header__burger {
        display: flex
    }

    .navigation {
        display: none;
        position: static;
        background: #37393d
    }

    .navigation__line {
        display: none
    }

    .navigation__menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 8px #0000001a;
        z-index: 1000
    }

    .navigation__menu.active {
        display: block
    }

    .navigation__menu-list {
        flex-direction: column;
        padding: 0
    }

    .navigation__menu-item {
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #eee
    }

    .navigation__menu-item:last-child {
        border-bottom: none
    }

    .mobile-menu,
    .mobile-menu__nav.active {
        display: block
    }
}



/* LARGE */
@media only screen and (max-width : 1080px) {
    .header__hours {
        display: none;
    }

    .header__info-email {
        gap: 0;
        margin-left: 0;
    }

    .header__info-email img {
        display: none
    }
}

/* TAB */
@media only screen and (max-width : 992px) {}

/* MEDIUM */
@media only screen and (max-width : 768px) {
    
    .header__info {
        display: none
    }

    .header {
        height: 200px;
    }
}

/* PHONE*/
@media only screen and (max-width : 576px) {
    .cookie-banner {
        flex-direction: column;
    }
    .header {
        height: 160px;
        padding: initial;
        position: relative;
    }

    .header .container {
        padding: 0 10px;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    .header__intro .header__info-group {
         display: grid;
         gap: 5px;
        grid-template-columns: 1fr;
    }
    .header__intro .header__info-group .header__socials{
        justify-self: center;
    }
    .header__intro .header__info-group .header__socials img{
        max-width: 31px;
    }
    .header__intro .header__info-group .header__call {
        width: unset;
        justify-self: center;
    }
    .header__info-group {
        justify-content: flex-end;
    }

    .header__info-group {
        gap: 16px;
    }

    .header__call .button {
        font-size: 13px;
    }

    .header__price--button {
        font-size: 13px;
    }

    .header__actions {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .search-btn-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 41px;
        height: 41px;
        background: #37393d;
        border-radius: 10px;
        cursor: pointer;
    }

    .search-btn-mobile .close {
        display: none;
    }

    .header__call-info {
        display: none;
    }
}

/* MINI */
@media only screen and (max-width : 374px) {
    .mobile-menu {
        margin: 0 12px;
    }
}
@media only screen and (max-width: 1080px) {
    .header__adr {
        display: none;
    }
}

@media only screen and (max-width: 1080px) {
    .header__city {
        display: none;
    }
}
.header__city--mob{
    display: flex;
    justify-content: center;
}
.ch-city{
    text-wrap: nowrap;
}
.ch-city-item:hover > .navigation__menu-link{
    cursor: pointer;
    color: rgb(248, 179, 36);
}
.ch-city:hover{
    cursor: pointer;
}
.header__adr--mobb{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    gap: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #37393D;
    border-radius: 16px;
    padding: 20px;
    margin: 30px;
    max-width: 600px;
}

.cookie-banner p {
    margin: 0;
    line-height: 1.5;
}
.cookie-banner p a{
    color: rgb(248, 179, 36);
}
.cookie-button {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #fbbc04;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.cookie-button:hover {
    background-color: #fbbc04;
    color: #000;
}