.page {
    padding-top: 190px;
}

.main-header__logo img {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(68deg) brightness(0.3) contrast(1);
    width: 100px;
}

p.product__price {
    display: flex;
    flex-direction: column;
}
span._old {
    color: #8c8c8c;
    text-decoration: line-through;
    font-size: 16px;
}

.catalog-header__category-list.category-list-catalog {
    max-height: 75vh;
    overflow-y: auto;
}

.banner__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-gallery-card__item img {
    width: auto;
    height: 100%;
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
a.info-card__desc-more._goto {
    text-decoration: none;
}
a.info-card__desc-more._goto:hover {
    text-decoration: underline;
}

.p-2.text-danger {
    padding: 10px;
}
.catalog__wrapper_full {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.catalog__wrapper_full .catalog__main {
    margin-top: 20px;
}

li.language-header__item._active a {
    color: #37593e;
}
section.login.register {
    padding-top: 30px;
}
.alert.alert-danger {
    color: red;
}
.stock__date_article {
    border-radius: 4px;
    background: #F47317;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    bottom: 0px;
    left: 0px;
    position: relative;
}
.back_articles {
    margin-top: 16px;
}
.back_articles a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #37593e;
}
.back_articles a svg{
    width: 20px;
    color: #37593e;
}

.popup_help .popup__body {
    background: #ffffff00;
}

form.callback-become-partner__form.form-help {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.stock__head.article-data {
    margin-top: 8px;
}
.alert.alert-success {
    color: #08a900;
}

.wishlist-add svg path {
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.wishlist-add svg path[fill] {
    fill: #A1A3A4;
}

.wishlist-add svg path[stroke] {
    stroke: #A1A3A4;
}

.wishlist-add svg path._fill {
    display: none;
}

.wishlist-add._active svg path._fill {
    display: block;
}

.wishlist-add._active svg path[fill] {
    fill: #37593e;
}

.wishlist-add._active svg path[stroke] {
    stroke: #37593e;
}

.cabinet__content.full-grid {
    grid-template-columns: 1fr;
}

a.product__action.compare-add._active svg path{
    fill: #37593e;
}

.info-main-footer__logo img {
    width: 100px;
    filter: invert(1);
}

/* Модальное окно confirm */
.custom-confirm {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}
.custom-confirm-content {
    background: #fff;
    width: 300px;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.custom-confirm-buttons button {
    margin: 5px;
    padding: 5px 15px;
    cursor: pointer;
}

/* Popup уведомления */
#popupContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
.custom-popup {
    background: #28a745;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s;
}
.custom-popup.show {
    opacity: 1;
}
.custom-popup.error { background: #dc3545; }
.custom-popup.info { background: #17a2b8; }

.quantity__button_cart_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

ul.menu__language_top.language-header_top {
    display: flex;
    position: absolute;
    right: 0px;
    top: 10px;
}
.header__top.top-header._container {
    position: relative;
    padding: 0px 0px 8px;
}
.header__nav.nav-header {
    background: #37593e;
}

.nav-category  li.nav-top-header__item {
    padding: 20px 5px;
}

.nav-top-header__list a {
    color: #ffffff;
    font-size: 18px;
}
.top-header__nav .catalog-nav__body {
    display: none;
}
ul.nav-top-header__list.nav-category {
    margin-right: 30px;
}

.nav-category .catalog-nav__body {
    position: absolute;
    width: 100%;
    background: #002d26;
    left: 0;
    margin-top: 18px;
}

.catalog-header__list_children {
    width: 100%;
    padding: 10px 20px;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    gap: 35px;
}

@media (min-width: 991.98px) {
    .main-header__catalog.catalog-header {
        display: none;
    }
    form.search-header__form {
        border-radius: 50px;
    }
}

@media (max-width: 991.98px) {
    .category-list-catalog__linck {
        padding: 16px 0px;
    }
}


@media (any-hover: hover) {
    .nav-top-header__list a:hover {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .nav-top-header__item:hover .catalog-nav__body {
        display: flex;
    }
}