.orange-notice {
    margin: 30px 0px;
    position: relative;
    padding: 30px 35px 30px 130px;
    border: 2px solid #FFA800;
    border-radius: 15px;
    min-height: 136px;
}

.auth-info-text {
    font-size: 13px;
    font: 12px 'OpenSansRegular' !important;
}

.orange-notice:before {
    content: '';
    width: 69px;
    height: 69px;
    background-image: url(images/yellow-plant.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 33px;
    top: 32px;
}

.green-notice {
    margin: 30px 0px;
    position: relative;
    padding: 30px 35px 30px 130px;
    border: 2px solid #036739;
    border-radius: 15px;
    min-height: 136px;
}

.green-notice:before {
    content: '';
    width: 66px;
    height: 69px;
    background-image: url(/local/templates/partner/images/green-notice.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 33px;
    top: 32px;
}

.article__green-numbers {
    counter-reset: number;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

.Article-detail_info h2 {
    font-family: 'OpenSansBold';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.1px;
    color: #000;
}

.Article-detail_info h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.article__green-numbers li {
    position: relative;
    margin-left: 40px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 28px;
}

.article__green-numbers li::before {
    counter-increment: number;
    content: counter(number) !important;
    background-color: #045e24;
    color: #fff;
    height: 39px;
    width: 39px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    position: absolute;
    left: -40px;
    top: -3px;
    border-radius: 50%;
}

.article-three-images {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.article-three-images img {
    width: calc(33% - 9px);
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.article-transition {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.article-transition .article-link-wrapper {
    margin-bottom: 0px;
}

.article-transition a {
    flex-grow: 1;
}

.artile-transition__title {
    font-weight: 700;
    min-height: 40px;
    font-size: 16px;
    line-height: 120%;
    font-family: 'Open Sans';
}

.article-link-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    padding: 31px 85px 35px 39px;
    max-width: calc(33% - 10px);
    border-radius: 15px;
    min-height: 160px;
}

.article-link-wrapper:nth-child(3n+1) {
    background-image: url(images/green-notice-bg1.jpg);
}

.article-link-wrapper:nth-child(3n+2) {
    background-image: url(images/green-notice-bg2.jpg);
}

.article-link-wrapper:nth-child(3n+3) {
    background-image: url(images/green-notice-bg3.jpg);
}

.list-with-checkmark {
    list-style-type: none;
    margin-bottom: 30px;
}

.list-with-checkmark li {
    font-size: 14px;
    line-height: 18.2px;
    padding-left: 35px;
    margin-bottom: 15px;
}

.list-with-checkmark li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.48615 0 0 4.48577 0 10C0 15.5142 4.48615 20 10 20C15.5138 20 20 15.5142 20 10C20 4.48577 15.5138 0 10 0ZM10 19.2308C4.91038 19.2308 0.769231 15.0896 0.769231 10C0.769231 4.91038 4.91038 0.769231 10 0.769231C15.0896 0.769231 19.2308 4.91038 19.2308 10C19.2308 15.0896 15.0896 19.2308 10 19.2308Z' fill='%23036739'/%3E%3Cpath d='M14.7122 5.89846L8.80106 12.5485L5.23991 9.69961C5.07452 9.56692 4.83183 9.59422 4.69952 9.75961C4.56683 9.92576 4.59375 10.1677 4.75952 10.3004L8.60568 13.3773C8.67645 13.4338 8.76145 13.4615 8.84606 13.4615C8.95222 13.4615 9.05799 13.4177 9.13375 13.3323L15.2876 6.40923C15.4288 6.25076 15.4145 6.0073 15.2557 5.86653C15.0964 5.72499 14.8538 5.73923 14.7122 5.89846Z' fill='%23036739'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0px;
}

.article__block-with-top-images {
    display: flex;
    justify-content: space-between;
}

.article__block-with-top-images img {
    flex-grow: 1;
    max-width: calc(50% - 10px);
    border-radius: 15px;
}

.article-banner-section {
    display: flex;
    padding: 25px 47px 25px 39px;
    background-color: #F8F9FB;
    border-radius: 15px;
    margin-top: 18px;
}

.article-banner-section img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.article-banner-section .article-banner-section-twrapper {
    margin-left: 35px;
    margin-right: 53px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-banner-section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
}

.article-banner-section-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    margin-top: 25px;
}

.new-article-video-wrapper {
    font-family: 'OpenSansBold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #036739;
    text-transform: uppercase;
    margin: 30px 0px;
}

.article-link-wrapper a,
.article-banner-section a {
    display: block;
    padding: 13px 30px 14px;
    background-color: #036739;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 8px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    height: 45px;
    min-width: 132px;
    letter-spacing: 0.8px;
}

.article-banner-section a {
    display: inline-block;
    height: 45px;
    align-self: flex-end;
    margin-bottom: 10px;
}

.bxhtmled-iframe-cnt img,
.article__new-wrapper img {
    border-radius: 15px;
    object-fit: cover;
}

/* Новые стили для Basket в мобильной версии */
.Lk_table-mobile .Basket {
    display: none;
    /* Скрыт по умолчанию, раскрывается с JS */
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.Lk_table-mobile .Basket.active {
    display: block;
    /* Показываем при раскрытии */
}

.Lk_table-mobile .Basket_row {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.Lk_table-mobile .Basket_col {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.Lk_table-mobile .Basket_name {
    font-weight: bold;
    color: #333;
}

.Lk_table-mobile .Basket_price {
    color: #036739;
    font-weight: bold;
}

/* Медиа-запросы */
@media (max-width: 900px) {
    .article-three-images img {
        height: 156px;
        width: calc(33% - 7px);
    }

    .orange-notice,
    .green-notice,
    .article-three-images {
        margin: 40px 0px;
    }

    .article-transition {
        flex-wrap: wrap;
    }

    .article-transition .article-link-wrapper {
        width: 100%;
        max-width: calc(50% - 12.5px);
        margin-bottom: 25px;
    }

    .article-link-wrapper {
        padding-left: 46px;
    }

    .article__block-with-top-images img {
        max-width: calc(50% - 7px);
        height: 235px;
    }

    .article-banner-section {
        flex-wrap: wrap;
    }

    .article-banner-section .article-banner-section-twrapper {
        width: calc(100% - 145px);
        margin-right: 0px;
    }

    .article-banner-section a {
        margin-left: 135px;
    }

    .article-link-wrapper a {
        width: 156px;
    }

    .article-banner-section {
        padding: 25px 47px 30px 22px;
    }
}

@media (max-width: 720px) {
    .article-three-images img {
        width: calc(50% - 7px);
    }

    .article-three-images img:last-child {
        display: none;
    }

    .orange-notice,
    .green-notice,
    .article-three-images {
        margin: 32px 0px;
    }

    .orange-notice {
        padding: 28px 35px 25px 130px;
        margin-bottom: 23px;
    }

    .green-notice {
        padding: 26px 35px 28px 130px;
    }

    .article-transition {
        margin-top: 21px;
        margin-bottom: 20px;
    }

    .article-transition .article-link-wrapper {
        max-width: 100%;
        margin-bottom: 13px;
    }

    .Article-detail_info h2+h3 {
        margin-top: 29px;
    }

    .list-with-checkmark {
        margin-bottom: 27px;
    }

    .article__block-with-top-images img {
        max-width: calc(50% - 4px);
        height: 28.4vw;
    }

    .article-banner-section-text {
        margin-top: 14px;
    }

    .article-banner-section a {
        margin-top: 6px;
        margin-bottom: 0px;
    }

    .new-article-video-wrapper {
        margin-bottom: 27px;
    }

    /* Стили для Basket на меньших экранах */
    .Lk_table-mobile .Basket_col {
        font-size: 13px;
    }

    .Lk_table-mobile .Basket_row {
        padding: 8px 0;
    }
}

@media (max-width: 384px) {
    .article-three-images img {
        width: 100%;
    }

    .orange-notice,
    .green-notice,
    .article-three-images {
        margin: 20px 0px;
    }

    .article-three-images {
        gap: 14px;
    }

    .article-three-images img {
        height: 55.2vw;
    }

    .orange-notice,
    .green-notice {
        margin: 34px 0px 26px;
        padding: 15px 30px 15px 15px;
    }

    .orange-notice:before,
    .green-notice:before {
        content: '';
        left: 0px;
        top: 7px;
        position: relative;
        margin-bottom: 30px;
    }

    .green-notice {
        margin-top: 29px;
    }

    .article-transition {
        margin-top: 26px;
    }

    .article-link-wrapper {
        padding-left: 19px;
    }

    .Article-detail_info h2+h3 {
        margin-top: 18px;
        margin-bottom: 19px;
    }

    .article__block-with-top-images {
        flex-wrap: wrap;
        gap: 13px;
    }

    .article__block-with-top-images img {
        max-width: 100%;
        height: 41.7vw;
    }

    .article-banner-section .article-banner-section-twrapper {
        width: 100%;
        margin-left: 0px;
        margin-top: 17px;
    }

    .article-banner-section {
        padding: 25px 47px 25px 22px;
        margin-left: 0px;
        margin-top: 17px;
    }

    .article-banner-section a {
        margin-left: 0px;
        margin-top: 20px;
    }

    .new-article-video-wrapper {
        margin-bottom: 25px;
    }

    .new-article__author {
        margin-top: 27px;
        padding: 27px 21px;
        flex-wrap: wrap;
    }

    .new-article__author-wrapper {
        margin-left: 0px;
        margin-top: 16px;
    }

    /* Стили для Basket на самых маленьких экранах */
    .Lk_table-mobile .Basket {
        padding: 8px;
    }

    .Lk_table-mobile .Basket_col {
        font-size: 12px;
    }

    .Lk_table-mobile .Lk_table-item-content {
        display: none;
        /* Скрываем контент по умолчанию */
    }

    .Lk_table-mobile .Lk_table-item-heading.open {
        /* Опционально: добавьте визуальный индикатор */
        background-color: #f0f0f0;
        /* Легкий фон для открытого состояния */
    }

}

.rotate-left-90 {
    transform: rotate(-90deg);
}

.rotate-right-90 {
    transform: rotate(90deg);
}

.direction-180 {
    transform: rotate(180deg);
}

/* preloader */
.filter-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-color: #333;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.stmd-pagination .load-more .filter-preloader-overlay,
.stmd-pagination .load-more .filter-preloader {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.stmd-pagination .load-more .filter-preloader svg {
    width: 40px;
    height: 40px;
}

.filter-preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

.filter-preloader svg {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 100%;
    height: 70px;
}

.filter-preloader-overlay {
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* preloader */
@media (max-width: 992px) {
    .__jivoMobileButton {
        z-index: 1000000;
    }
}

.pseudo-catalog-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
    font: 16px / 1 'OpenSansBold';
    color: #ffffff;
    text-transform: uppercase;
    background: #036739;
    padding: 19px 30px 20px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    text-decoration: none;
}

.pseudo-catalog-btn:after {
    transform: rotate(315deg) !important;
}

.pseudo-catalog-btn:hover,
.pseudo-catalog-btn:active,
.pseudo-catalog-btn:focus-visible,
.pseudo-catalog-btn:focus,
.pseudo-catalog-btn:visited {
    background: #036739;
    outline: none;
}

[class*="ico--"] {
    display: inline-block;
    flex-shrink: 0;
    transition-duration: 0.3s;
    width: 24px;
    height: 24px;
}

.s10 {
    width: 10px !important;
    height: 10px !important;
}

.s13 {
    width: 13px !important;
    height: 13px !important;
}

.s14 {
    width: 14px !important;
    height: 14px !important;
}

.s16 {
    width: 16px !important;
    height: 16px !important;
}

.s20 {
    width: 20px !important;
    height: 20px !important;
}

.s48 {
    width: 48px !important;
    height: 48px !important;
}

.icon--arrow {
    stroke: #F0F0F0;
}

.icon--play {
    stroke: #fff;
}

.rotate-180 {
    transform: rotate(180deg);
}

.icon--copy {
    fill:#8D9AA9;
}

.icon--share {
    fill: #fff;
}

.ico--acc-arrow,
.ico--filter {
    fill: none !important;
}

.ico--acc-arrow {
    stroke: #036739;
}


.accordion-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
}

.accordion-header .accordion-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 8px;
    color: #000000;
}

.accordion-header.show ~ .accordion-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordion-header.show svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-body {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}
.accordion-body .tab-inner {
    width: 100%;
}
.accordion-body__inner {
    width: 100%;
}
.accordion-body__inner > label {
    width: inherit;
    display: inline-block;
    margin-bottom: 24px;
}
.accordion--only-adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.header_top_text {
    width: 100%;
    background-color:#fe4413 ;
    color: white;
    margin: 0;
    padding: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
.header_top_text_reg {
    width: 100%;
    background-color:#036739 ;
    color: white;
    margin: 0;
    padding: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
.header_top_text a {
    color: white;
}

@media (max-width: 768px) {
    .accordion--only-adaptive {
        gap: 0;
    }
    .header_top_text {
        font-size: 12px;
        padding: 0 10px;
    }
    .header_top_text_reg {
        font-size: 12px;
        padding: 0 10px;
    }
}
.accordion--only-adaptive .accordion-header {
    padding: 0;
    border-bottom: none;
}
@media (max-width: 768px) {
    .accordion--only-adaptive .accordion-header {
        padding: 16px 0;
        border-bottom: 1px solid white;
    }
    .accordion--only-adaptive .accordion-header.show {
        border-bottom: none;
    }
}
.accordion--only-adaptive .accordion-body {
    padding: 0;
}
.accordion--only-adaptive .icon {
    display: none;
}
@media (max-width: 768px) {
    .accordion--only-adaptive .icon {
        display: block;
    }
}
.accordion--only-adaptive .accordion-body {
    display: block;
}
@media (max-width: 768px) {
    .accordion--only-adaptive .accordion-body {
        display: none;
    }
}

.custom-block {
    padding: 40px 0;
}

@media (max-width: 768px) {
    .custom-block {
        padding: 30px 0;
    }
}