.language__item {
    cursor: pointer;
}
.language__item._active {
    display: none;
}
.banner__slide {
    width: 100%;
}
.banner__slide.swiper-slide {
    flex: 0 0 calc((100% - 0px) / 1);
}
.banner__container._container {
    position: relative;
}
.banner-section__footer.slider-action {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
}

.sidebar-catalog-header__item a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 32px 1fr 16px;
    grid-template-columns: 32px 1fr 16px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    cursor: pointer;
}
.catalog__wrapper.full_catalog {
    -ms-grid-columns: 1fr;
    grid-template-columns:  1fr;
}


.price-list__item_qty {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 125px;
    grid-template-columns: 100px 125px;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0px;
    font-size: 14px;
    gap: 20px;
}
.price-list__item_qty {
    margin-bottom: 20px;
}

.not-found__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}
h1.not-found__title {
    color: #252525;
    font-size: 24px;
    font-weight: 500;
}
label.volume-card__item.active .volume-card__content{
    background: #87af00;
    border-color: #87af00;
    color: #fff;
}
.category_nav_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.category_nav_children {
    display: none;
}
.catalog-header__blocks.category_nav_children.active {
    display: block;
}
.category_nav_children .catalog-header__block {
    display: none;
}
.category_nav_children .catalog-header__block {
    display: none;
}
.category_nav_children  .catalog-header__block.active {
    display: block;
}
.category_nav_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
}


.error_form {
    margin-bottom: 16px;
    color: red;
}

.blog-page__article h1 {
    font-size: 24px;
    font-weight: 600;
}

.blog-page__article h2 {
    font-size: 20px;
    font-weight: 600;
}

.blog-page__article h3 {
    font-size: 18px;
    font-weight: 500;
}

.blog-page__article h4 {
    font-size: 16px;
    font-weight: 400;
}

h1.h1 {
    font-size: 24px;
    font-weight: 600;
}

h2.h2 {
    font-size: 20px;
    font-weight: 600;
}

h3.h3 {
    font-size: 18px;
    font-weight: 500;
}

h4.h4 {
    font-size: 16px;
    font-weight: 400;
}
.catalog__article ol, .catalog__article ul {
    padding-left: 24px;
}

.catalog__article ul li {
    list-style: disc;
}

.text-page .article__image {
    display: block;
    float: right;
    width: 50%;
}

.text-page .blog-page__article img {
    width: 100%;
    max-width: 100%;
}
.popup__options.options.mb-5 {
    margin-bottom: 16px;
}
#form-register .options {
    gap: 8px;
}

.form-popup__item.ur-block {
    display: none;
}
.popup_success_register {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.popup__content_success {
    position: relative;
    background: #fff;
    padding: 30px 40px;
    max-width: 420px;
    width: 90%;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    animation: scaleIn 0.3s ease;
}

.popup_info {
    font-size: 16px;
    line-height: 1.5;
    color: #87af00;
}

.close_popup {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #888;
}

.close_popup:hover {
    color: #000;
}

.login__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 16px 0px;
}
.login__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 24px;
}
form.login__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.login__footer {
    width: 100%;
}
button.login__button._btn {
    width: 100%;
}
.login__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.save_password_new {
    margin-top: 24px;
}
.alert.alert-success {
    color: #87af00;
}
.alert.alert-danger {
    color: red;
}

/* Модальное окно 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; }

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


@media (max-width: 768.98px) {
    .banner-section__footer.slider-action {
        top: 85%;
    }
    .catalog-header__blocks.category_nav_children  {
        z-index: 99;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
    }
}
