

/* Start:/bitrix/templates/onlinestore_1.3.3/css/index_styles.min.css?173131392219599*/

#shipment {
    margin-top: 1rem;
}

.rating-group {
    display: inline-flex;
}

.rating__icon {
    pointer-events: none;
}

.rating__input {
    display: none;
    position: absolute;
    left: -9999px;
}

.rating__input--none {
    display: none
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

.rating__icon--star {
    color: #8fc1b3;
}

.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:not(.disable):hover .rating__label .rating__icon--star {
    color: #8fc1b3;
}

.rating-group:not(.disable) .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.reviews_modal_wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #00000087;
}

.reviews_modal_wrapper.review_detail {
    z-index: 99;
}

.reviews_modal_wrapper.show {
    display: block;
}

.reviews_modal {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    width: 400px;
    padding: 10px 15px 10px 15px;
    transition: all 0.2s ease;
}

.reviews_modal .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #dddddd;
}

.reviews_modal .head .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.reviews_modal_wrapper.show .reviews_modal {
    opacity: 1;
    transition: all 0.2s ease;
}

.close {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.8;
    transition: .3;
}

.close:hover,
.close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.reviews_modal .rating__label {
    font-size: 3rem;
}

.reviews_modal .mark_wrapper {
    width: 100%;
    padding: 15px 0;
}

.reviews_modal .input_wrapper {
    width: 100%;
    margin-top: 10px;
}

.reviews_modal .input_wrapper.file_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews_modal .input_wrapper.file_wrapper .image_name {
    text-align: left;
}

.reviews_modal .textarea_wrapper {
    height: 200px;
}

.reviews_modal .textarea_custom {
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: 2px solid #8fc1b3;
    background-color: #8fc1b314;
    color: #8fc1b3;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 5px;
    cursor: pointer;
}

.reviews_modal .textarea_custom::placeholder {
    color: #8fc1b3;
    font-weight: 600;
    font-size: 15px;
}

.reviews_modal .input_custom {
    width: 100%;
    height: 100%;
    outline: none;
    border: 2px solid #8fc1b3;
    background-color: #8fc1b314;
    color: #8fc1b3;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 5px;
    cursor: pointer;
}

.reviews_modal .input_custom::placeholder {
    color: #8fc1b3;
    font-weight: 600;
    font-size: 15px;
}

.reviews_modal .input_file_custom {
    border: 2px solid #8fc1b3;
    background-color: #8fc1b314;
    color: #8fc1b3;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reviews_modal .input_file_custom:hover {
    color: white;
    background-color: #8fc1b3c9;
    transition: all 0.2s ease;
}

.reviews_modal .input_file_custom .fa {
    font-size: 20px;
}

.reviews_modal .input_file_custom > input {
    display: none;
}

.reviews_modal .button_wrapper {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.reviews_modal .button_wrapper .button {
    width: max-content;
    padding: 5px 20px;
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid #8fc1b3;
    color: #8fc1b3;
    font-weight: 600;
    background-color: #8fc1b314;
    text-align: center;
    transition: all 0.2s ease;
}

.reviews_modal .button_wrapper .button:hover {
    color: white;
    background-color: #8fc1b3c9;
    transition: all 0.2s ease;
}

.reviews_modal .message_wrapper {
    overflow: hidden;
    position: relative;
}

.reviews_modal .message_wrapper.show {
    height: 80px;
}

.reviews_modal .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 13px;
    margin-top: -70px;
    transition: all 0.35s ease;
}

.reviews_modal .message.error {
    border: 2px solid #ff2626;
    background-color: #ff262642;
    color: #ff2626;
}

.reviews_modal .message.success {
    border: 2px solid #8fc1b3;
    background-color: #f6faf9;
    color: #8fc1b3;
}

.reviews_modal .message.show {
    margin-top: 10px;
    transition: all 0.35s ease;
}


.reviews_modal_wrapper.review_detail .reviews_modal {
    width: 800px;
    max-height: 600px;
    overflow-y: scroll;
}

.reviews_modal_wrapper.review_detail .top_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.reviews_modal_wrapper.review_detail .body {
    padding: 15px 0;
}

.reviews_modal_wrapper.review_detail .date_wrapper {
    font-size: 13px;
    color: #a2a2a2;
}

.reviews_modal_wrapper.review_detail .name_wrapper {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    flex-wrap: wrap;
}

.reviews_modal_wrapper.review_detail .text_wrapper {
    height: auto;
    margin-top: 15px;
}

.reviews_modal_wrapper.review_detail .product_wrapper .product_name {
    color: #74C2B4;
}

.reviews_modal_wrapper.review_detail .button_wrapper {
    justify-content: center;
}

.reviews_modal_wrapper.review_detail .responce_list_wrapper {
    width: 100%;
    border-top: 2px solid #dddddd;
    margin-top: 15px;
}

.reviews_modal_wrapper.review_detail .responce_list_wrapper.empty {
    width: 100%;
    border-top: 0px;
    margin-top: 0;
}

.reviews_modal_wrapper.review_detail .responce_list_wrapper .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
}

.reviews_modal_wrapper.review_detail .responce_list_wrapper .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

.reviews_modal_wrapper.review_detail .responce_list_wrapper .item:last-child {
    border-bottom: 0px;
}

.global_message {
    display: none;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 1050;
    text-align: center;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 0 10px 2px #00000057;
    transform: translateX(110%);
    transition: .3s;
}

.global_message.success {
    background-color: #a6cec3;
    border: 3px solid #8fc1b3;
    color: white;
}

.global_message.show {
    display: block;
    right: 5%;
    transform: translateX(0);
}

@media (max-width: 767px) {

    .reviews_modal_wrapper .reviews_modal,
    .reviews_modal_wrapper.review_detail .reviews_modal {
        width: 95%;
        height: 95%;
        overflow-y: scroll;
    }
}

@media (max-width: 480px) {

    .reviews_modal {
        width: 95%;
    }

    .reviews_modal .button_wrapper .button {
        width: 100%;
    }

    .reviews_modal .head .title {
        font-size: 13px;
    }
}

.reviews_modal .image_container .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.reviews_modal .image_container img {
    max-width: 100%;
    width: auto;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container {
    display: flex;
    flex-direction: column;
}


.stock_wrapper .slider_container {
    z-index: 2;
}

.carousel-wrap.flexslider.shown {
    z-index: 2;
}


.topblock-wrap {
    width: 1520px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.topblock {
    font-family: "Formular", sans-serif;
    display: flex;
    gap: 40px;
    margin-top: 15px;
}

.topblock img {
    width: 100%;
}

.topblock__item {
    width: 100%;
}

.topblock .catalog {
    position: relative;
    max-width: 325px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.topblock .catalog-mobile {
    display: none;
}

.topblock .catalog-header {
    padding-left: 25px;
    display: flex;
    align-items: center;
    height: 56px;
    gap: 30px;
    background-color: #70c0b2;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

.topblock .catalog-header__burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 25px;
}

.topblock .catalog-header__burger span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background-color: #fff;
}

.topblock .catalog-list {
    padding: 10px 0 15px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.topblock .catalog-list__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 64px;
    padding: 0 15px 0 25px;
    cursor: pointer;
    transition: box-shadow 300ms;
    -webkit-clip-path: inset(-15px 0px -15px 1px);
    clip-path: inset(-15px 0px -15px 1px);
    color: #4c4c4c !important;
}

.sublist .topblock .catalog-list__item {
    font-size: 12px;
}

.topblock .catalog-list__item:hover {
    color: #70c0b2 !important;
    box-shadow: 0 0 9px 0 #4c4c4c;
}

.topblock .catalog-list__item:hover.dropdown::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' id='svg2' width='10.059453' height='22.170532' viewBox='0 0 10.059453 22.170532' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath16'%3E%3Cpath d='M 0,16.628 H 7.545 V 0 H 0 Z' id='path14' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g8' transform='matrix(1.3333333,0,0,-1.3333333,0,22.170533)'%3E%3Cg id='g10'%3E%3Cg id='g12' clip-path='url(%23clipPath16)'%3E%3Cg id='g18' transform='translate(1,15.6279)'%3E%3Cpath d='M 0,0 C 1.848,-2.438 3.696,-4.876 5.545,-7.314 3.696,-9.752 1.848,-12.19 0,-14.628' style='fill:none;stroke:%2370c0b2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path20' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.topblock .catalog-list__item.dropdown::after {
    content: "";
    display: block;
    width: 10px;
    height: 18px;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' id='svg2' width='10.059453' height='22.170532' viewBox='0 0 10.059453 22.170532' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath16'%3E%3Cpath d='M 0,16.628 H 7.545 V 0 H 0 Z' id='path14' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g8' transform='matrix(1.3333333,0,0,-1.3333333,0,22.170533)'%3E%3Cg id='g10'%3E%3Cg id='g12' clip-path='url(%23clipPath16)'%3E%3Cg id='g18' transform='translate(1,15.6279)'%3E%3Cpath d='M 0,0 C 1.848,-2.438 3.696,-4.876 5.545,-7.314 3.696,-9.752 1.848,-12.19 0,-14.628' style='fill:none;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' id='path20' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}

.topblock .catalog-list__item-pic {
    flex-shrink: 0;
    width: 40px;
}

.topblock .catalog-list__item-pic img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.topblock .catalog-list.sublist {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0px;
    left: 100%;
    width: 264px;
    min-height: calc(100% - 56px);
    background-color: #fff;
    border-left: 1px solid #e2e2e2;
    transition: opacity 300ms;
    z-index: 1;
}

.topblock .catalog-list__item:hover + .sublist,
.topblock .catalog-list.sublist:hover {
    opacity: 1;
    pointer-events: all;
}

.topblock .catalog-control {
    display: flex;
    gap: 18px;
    padding: 0 25px 24px;
    margin-top: auto;
}

.topblock .catalog-control::before,
.topblock .catalog-control::after {
    display: none;
}

.topblock .catalog-control__link {
    display: block;
}

.topblock .catalog-control__link.liked::before {
    content: url("/images/topblock/catalog/buttons/button_selected_NORMAL_katalog.png");
}

.topblock .catalog-control__link.liked:hover::before {
    content: url("/images/topblock/catalog/buttons/button_selected_HOVER_katalog.png");
}

.topblock .catalog-control__link.compare::before {
    content: url("/images/topblock/catalog/buttons/button_comparison_NORMAL_katalog.png");
}

.topblock .catalog-control__link.compare:hover::before {
    content: url("/images/topblock/catalog/buttons/button_comparison_HOVER_katalog.png");
}

.topblock .banner {
    max-width: 820px;
}

.topblock .banner video,
.topblock .banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.topblock .banner .slide {
    aspect-ratio: 820/580;
}

.topblock .banner .lSSlideOuter {
    position: relative;
    overflow: visible;
}

.topblock .banner .lSSlideOuter .lSPager.lSpg {
    margin: 0 !important;
    position: absolute !important;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%) !important;
}

.topblock .banner .lSSlideOuter .lSPager.lSpg > li {
    padding: 0 10px;
}

.topblock .banner .lSSlideOuter .lSPager.lSpg > li a {
    width: 14px;
    height: 14px;
    background-color: #fff;
}

.topblock .banner .lSSlideOuter .lSPager.lSpg > li:hover a,
.topblock .banner .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #70c0b2;
}

.topblock .itemofday {
    display: flex;
    flex-direction: column;
    max-width: 290px;
}

.topblock .itemofday-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    background-color: #70c0b2;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.topblock .itemofday-pic,
.topblock .itemofday-info {
    background-color: #fff;
}

.topblock .itemofday-pic {
    position: relative;
    padding: 40px 18px;
    margin-bottom: auto;
}

.topblock .itemofday-info {
    margin-top: 10px;
    padding: 25px 15px 20px;
}

.topblock .itemofday-info__name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 20px;
    min-height: 40px;

}

.topblock .itemofday-info__price {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding: 0 25px;
    margin: 0 auto 15px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: #70c0b2;
    color: #fff;
}

.topblock .itemofday-info__cart {
    display: block;
    margin: 0 auto;
    width: 27px;
    height: 26px;
    background-image: url("/images/topblock/icon_cart_tovar_dnia.png");
    cursor: pointer;
}

.topblock .count-button {
    display: none;
}

.topblock .counter-active .itemofday-info__cart {
    display: none;
}

.topblock .counter-active .count-button {
    display: flex;
    justify-content: center;
    border: 1px solid #e4e4e4;
    width: min-content;
    margin: 0 auto;
}

.topblock .counter-active .count-button .panel-button {
    width: 50px;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    user-select: none;
    transition: .3s ease-in-out;
}

.topblock .buy-button-container .count-button .count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    width: 50px;
}

/*
.topblock .stock_wrapper {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    z-index: 10 !important;
    overflow: hidden !important;
    text-align: center;
} */

@media (max-width: 1520px) {
    .topblock {
        gap: 15px;
    }

    .topblock-wrap {
        width: 100vw;
        padding: 0 15px;
    }

    .topblock .banner {
        max-width: calc(100% - 550px);
    }

    .topblock .banner img {
        height: auto;
    }
}

@media (max-width: 768px) {
    .topblock-wrap {
        padding: 0;
    }

    .topblock {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        gap: 10px;
        padding: 0 15px;
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .topblock .catalog {
        display: none;
    }

    .topblock .catalog-list__item.dropdown:after {
        display: none;
    }

    .topblock .catalog-list.sublist {
        display: none;
    }

    .topblock .banner {
        max-width: calc(100% + 30px);
        grid-column: 1/3;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .topblock .itemofday {
        max-width: 100%;
    }
    .topblock .itemofday-header {
        line-height: 1.2;
        height: auto;
        padding: 5px 0;
    }
    .topblock .itemofday-pic {
        padding: 0;
    }

    .topblock .itemofday video,
    .topblock .itemofday img {
        object-fit: scale-down;
        object-position: center;
        width: 100%;
    }

    .topblock .catalog-mobile {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0;
        overflow-y: auto;
        justify-content: space-around;
    }

    .catalog-item {
        flex: 0 0 90px;
        /*box-shadow: 0 2px 5px #999;*/
        padding: 5px;
        border-radius: 8px;
        background-color: #fff;
    }

    .catalog-item__pic {
        width: 100%;
        height: 60px;
        object-fit: contain;
        object-position: center;
    }

    .catalog-item__name {
        display: block;
        text-align: center;
        font-size: 10px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?159318302965*/
font.errortext
{
	color: red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/bitrix/components/custom/main_how_work/templates/main_how_work/style.min.css?17151561412245*/
.work_step-title,.work_title{text-transform:uppercase;text-align:center}#work{padding:60px 0 160px}.work_title{font-size:35px!important;color:var(--color-green)!important;font-weight:700!important}.sub_title{font-size:22px;line-height:28px;text-align:center;max-width:660px;margin:20px auto 0}.work_steps{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:60px}.work_step{flex:0 0 363px;transform:translateY(100px);opacity:0;transition:.5s ease-in}.work_step:first-child{transition-delay:0s}.work_arrow:nth-child(2){transition-delay:250ms}.work_step:nth-child(3){transition-delay:0.5s}.work_arrow:nth-child(4){transition-delay:750ms}.work_step:nth-child(5){transition-delay:1s}.is-visible.work_step{opacity:1;transform:translateY(0)}.is-visible.work_arrow{opacity:1;transform:translateX(0)}.work_step-pic{clip-path:circle(50%);background-color:#fff;overflow:hidden}.work_step-pic img{filter:drop-shadow(-3px 0 6px rgba(0, 0, 0, .25))}.work_step-title{font-weight:700;font-size:25px;line-height:30px;color:var(--color-green);margin-top:25px}.work_step-text{font-weight:400;font-size:16px;line-height:20px;text-align:center;margin-top:5px}.work_arrow{width:24px;height:48px;flex:0 0 24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='48' viewBox='0 0 24 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.68651 0.883053L-1.60959e-06 5.17085L16.5684 24.4416L0.000131504 43.7122L3.68664 48L20.2549 28.7294L23.941 24.442L20.2549 20.1538L3.68651 0.883053Z' fill='%2371C1B3'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;background-size:contain;align-self:start;margin-top:156px;opacity:0;transition:.5s;transform:translateX(-100px)}@media (max-width:1360px){.work_step{flex:0 0 220px}.work_step-pic img{max-width:100%}.work_arrow{margin-top:101px}}@media (max-width:920px){.is-visible.work_arrow,.work_arrow{transform:rotate(90deg);margin:0 auto}.work_arrow,.work_step{transition-delay:0s!important}h1{font-size:25px}.sub_title{font-size:16px;line-height:20px;max-width:330px}.work_steps{display:flex;flex-direction:column;align-items:center}.work_step{width:275px}.work_step-title{font-size:21px;margin-top:15px}.work_step-text{font-size:14px;line-height:17px}}
/* End */


/* Start:/bitrix/templates/onlinestore_1.3.3/components/bitrix/news.list/partners/style.css?1704384281983*/
.logo_wrapper {
    width: 100%;
    overflow: hidden;
}

.logo_slider {
    width: fit-content;
    position: relative;
    display: flex;
    gap: 30px;
    padding: 30px 0;
    left: 0%;
    transform: translateX(0%);
    animation-name: scroll;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* background-color: #f5f4f3; */
}

.logo_slider:hover {
    animation-play-state: paused;
}

.partner-logo {
    transition: 300ms;
    width: 100px;
    height: 100px;
    /* mix-blend-mode: darken; */
}

.partner-logo:hover {
    filter: grayscale(0);
}

.partner-logo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: static;
}

@keyframes scroll {
    0% {
        /* left: 0%; */
        transform: translateX(0%);

    }

    50% {
        /* left: 100%; */
        transform: translateX(-100%);

    }

    100% {
        /* left: 0%; */
        transform: translateX(0%);
    }
}
/* End */


/* Start:/bitrix/templates/onlinestore_1.3.3/components/bitrix/news.list/action_main/style.css?1747325734528*/
#promo_slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

#promo_slider .slide {
  flex: 0 0 auto;
  max-width: 337px;
}

.slide_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  max-width: 337px;
}

.slide_pic {
  width: 337px;
  height: 238px;
  overflow: hidden;
  border-radius: 8px;
}

.slide_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide_txt {
  margin-top: auto;
  font-size: 20px;
  text-align: center;
}

/* End */


/* Start:/bitrix/templates/onlinestore_1.3.3/components/bitrix/news.list/news/style.css?1747327017981*/
#news_slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
}

#news_slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: center;
  width: 100%;
}

.news_pic {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.news_pic img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.news_txt {
  padding: 15px 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #2b7a78;
}

/* 👇 Самое важное: мобильная адаптация */
@media (max-width: 1024px) {
  #news_slider {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #news_slider {
    grid-template-columns: 1fr;
  }

  .news_pic img {
    max-height: none;
  }

  .news_txt {
    font-size: 16px;
  }
}





/* End */
/* /bitrix/templates/onlinestore_1.3.3/css/index_styles.min.css?173131392219599 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?159318302965 */
/* /bitrix/components/custom/main_how_work/templates/main_how_work/style.min.css?17151561412245 */
/* /bitrix/templates/onlinestore_1.3.3/components/bitrix/news.list/partners/style.css?1704384281983 */
/* /bitrix/templates/onlinestore_1.3.3/components/bitrix/news.list/action_main/style.css?1747325734528 */
/* /bitrix/templates/onlinestore_1.3.3/components/bitrix/news.list/news/style.css?1747327017981 */
