

/* Start:/local/templates/helicon-shop/components/bitrix/news.list/main-banners/style.css?17115985365405*/
.main-banners {
}
.main-banners__content {
    overflow: hidden;
    padding-bottom: 105px;
}

.main-banners__content__slider {
    position: relative;
    padding-bottom: 40px;
}

.main-banners__content__switcher-block {
    width: 60%;
    margin-left: auto;
    overflow: hidden;
}
.main-banners__content__slider__wrapper {
    height: 89%;
}

.main-banners__content__slider__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow: hidden;
    background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/main-banners/images/banner-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 547px;
    height: unset !important;
}
.main-banners__content__slider__img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.main-banners__content__slider__item.swiper-slide-active {
    opacity: 1;
}

.main-banners__content__slider__item__left {
    width: 35%;
    padding: 60px 90px 30px 100px;
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
}

.main-banners__content__slider__item__info {
}
.main-banners__content__slider__item__title {
    margin-bottom: 16px;
    width: 100%;
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;

    color: #041229;
}
.main-banners__description {
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 18px;
    line-height: 132%;

    color: #041229;
}

.main-banners__list {
}

.main-banners__list-item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.main-banners__list-item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #009fc2;
    border-radius: 50%;
}

.main-banners__content__slider__item__button {
    margin-top: 40px;
    width: 147px;
}

.content__switcher-block {
    display: flex;
    justify-content: end;
}

.content__switcher-block__item {
    color: var(--mild-grey-color);
    flex: 1;
    cursor: pointer;
    transition: color 0.5s ease;
}

.content__switcher-block__item:hover,
.content__switcher-block__item.content__switcher-block__item_active {
    color: inherit;
}

.content__switcher-block__top {
    padding: 8px 0;
    border-bottom: 1px solid var(--light-grey-color);
    transition: border-bottom-color 0.5s ease;
}

.content__switcher-block__item:hover .content__switcher-block__top,
.content__switcher-block__item_active .content__switcher-block__top {
    border-bottom-color: var(--blue-color);
}

.content__switcher-block__bottom {
    padding: 16px 0 0;
    width: 60%;
}

.main-banners__content__slider__pagination {
    bottom: -10px;
}

.main-banners__content__slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 9px 8px !important;
    background-color: var(--blue-color);
}

.main-banners__content__slider__prev,
.main-banners__content__slider__next {
    top: 40% !important;
    width: auto !important;
    height: auto !important;
}

.main-banners__content__slider__next {
    right: 0 !important;
}

.main-banners__content__slider__next path {
    transition: stroke 0.5s ease;
}
.main-banners__content__slider__prev path {
    transition: stroke 0.5s ease;
}

.main-banners__content__slider__next:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.main-banners__content__slider__prev:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

@media screen and (max-width: 1023px) {
    .main-banners__content {
        padding-bottom: 26px;
    }
    .main-banners__content__slider__item__title {
        margin-bottom: 25px;
        font-weight: 500;
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 110%;
        width: 85%;
        color: #041229;
    }

    .main-banners__content__slider__item {
        background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/main-banners/images/main-banner-mob.png");
        background-position: bottom;
        min-height: 600px;
    }

    .main-banners__content__slider__item__left {
        width: 100%;
        height: 50%;
        padding: 64px 16px 34px 4%;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important
    }

    .main-banners__description {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .main-banners__list-item {
        position: relative;
        margin-bottom: 8px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 140%;
    }

    .main-banners__list-item:before {
        content: "";
        position: absolute;
        top: 3px;
    }

    .main-banners__content__slider__prev,
    .main-banners__content__slider__next {
        display: none !important;
    }

    .main-banners__content__slider__pagination {
        position: relative !important;
        bottom: unset !important;
        margin-top: 20px;
    }

    .main-banners__content__slider__pagination .swiper-pagination-bullet-active {
        background-color: var(--blue-color) !important;
    }
    .main-banners__content__slider__pagination .swiper-pagination-bullet {
        background-color: #ECECEC;
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/products/style.css?17141214792395*/
.catalog {
    margin-bottom: 60px;
}

.catalog__title-block {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: flex-start;

    margin-bottom: 10px;
}

.catalog__title.title_link {
    white-space: nowrap;
}

.events-list_block__switcher {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

.catalog__sections {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}

.catalog__sections::-webkit-scrollbar {
    display: none;
}

.catalog__sections-item {
    width: fit-content;
    padding: 0 15px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    text-align: center;

    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: border-bottom-color 0.5s ease, color 0.5s ease;
    color: var(--mild-grey-color);
    border-bottom-color: var(--mild-grey-color);
}

.catalog__sections-item:hover,
.catalog__sections-item.catalog__sections-item_active {
    border-bottom-color: var(--blue-color);
    color: var(--dark-blue-color);
}

.events-list__section__subsection__item:hover .events-list__section__subsection__item__list__links {
    opacity: 1;
    visibility: visible;
}

.catalog__sections-body {
    transition: opacity .5s;
}

.catalog__title-block .events-list_block__switcher:not(.active){
    display: none;
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1023px) {
    .events-list_block__switcher {
        display: none;
    }

    .catalog__sections {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .catalog {
        margin-bottom: 80px;
        padding: 30px 16px 0;
    }

    .catalog-content__section {
        position: relative;
    }

    .catalog__title-block {
        position: relative;
        margin-bottom: 0px;
    }
}

@media screen and (min-width:1024px) {
    .catalog__title-block .events-list_block__switcher{
        width: 110px;
    }
}

.catalog__sections-body-spec {
    text-align: right;
    margin-bottom: 15px;
}

.catalog__sections-body-spec a {
    color: var(--orange-color);
    border-bottom: 1px solid var(--orange-color);
}

.catalog__sections-body-spec a span {
    font-size: 25px;
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/catalog.section/carousel-min/style.css?16987284043068*/
.catalog {
    margin-bottom: 60px;
}

.catalog__title-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 10px;
}

.events-list_block__switcher {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

.catalog__sections {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
}

.catalog__sections-item {
    width: fit-content;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    text-align: center;

    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: border-bottom-color 0.5s ease, color 0.5s ease;
    color: var(--mild-grey-color);
    border-bottom-color: var(--mild-grey-color);
}

.catalog__sections-item:hover,
.catalog__sections-item.catalog__sections-item_active {
    border-bottom-color: var(--blue-color);
    color: var(--dark-blue-color);
}

.events-list__section__subsection__item:hover .events-list__section__subsection__item__list__links {
    opacity: 1;
    visibility: visible;
}

.catalog-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.catalog-container {
    padding-bottom: 60px;
    overflow: hidden;
}

.catalog-content {
    transition: opacity 0.5s ease;
}

/* catalog-content */

.catalog-content__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sort__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.catalog-content__sections {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    overflow: hidden;
    height: auto;
    transition: opacity 0.5s ease;
}

.catalog-content__section {
    transition: opacity 0.5s ease;
}

.section__items {
    position: relative;
    padding-left: 1px;
}

.section__items-slider__next,
.section__items-slider__prev {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .events-list_block__switcher {
        display: none;
    }

    .catalog {
        margin-bottom: 80px;
        padding: 30px 0 0;
    }

    .catalog-content__section {
        position: relative;
    }

    .catalog__title-block {
        position: relative;
        margin-bottom: 0px;
    }

    .catalog__sections {
        position: absolute;
        top: -80px;
    }

    .catalog__sections-item {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        padding: 0 6px;
        color: #a8a9ad;

        opacity: 0.7;
    }

    .catalog__sections-item.catalog__sections-item_active {
        color: #041229;
        opacity: 1;
    }

    .section__items {
        margin-left: -1px;
    }

    .section__items-slider__next,
    .section__items-slider__prev {
        display: flex !important;
    }

    .swiper-button-pagination_general {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?176645899511994*/
.section__item {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
    background-color: #fff;

    transition: all 0.5s ease;
}
.js-add-to-cart.btn_in_basket {
    background-color: var(--mild-grey-color);
}
.swiper-wrapper .section__item {
    margin-top: 0;
    margin-bottom: 0;
}

.section__item-wrapper {
    display: flex;
}

.section__item:hover {
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    box-shadow: 6px -7px 39px rgb(236 236 236 / 15%), -5px -7px 39px rgb(236 236 236 / 15%),
    5px 7px 39px rgb(236 236 236 / 15%);
}

.section__item:hover .section__item-list {
    z-index: 5;
    height: 100%;
    width: 100%;
}

.left-info:hover .section__item-list_item {
}

.section__item:hover .section__item-list_links {
    transform: translateY(100%);
}
.section__item .section__item-list_links {
    transform: translateY(0);
}
.section__item:last-child {
}

.section__item-list {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
}

.section__item-list_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 33%;
    padding: 24px 24px 32px;
    background-color: #fff; 

    border-top: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
}

.section__item-list_item-img {
    height: fit-content;
    margin-bottom: 24px;
}

.section__item-list_item-img img {
    width: 100%;
    height: auto;
}

.section__item-list_item .section__item-list_item-img_labels {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
    gap: 5px;
    max-width: 100%;
    flex-wrap: wrap;
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #ececec;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 9px 6.5px 12px;
    top: unset;
    left: unset;
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__SPECIALOFFER,
.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__stock {
    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: #fff;
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__STOCK_SALE {
    border: 1px solid var(--green-color);
    color: var(--green-color);
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label img {
    width: 100%;
}

.section__item:hover .section__item-list_item-img_buttons {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.section__item-list_item-img_buttons {
    position: absolute;
    flex-direction: column;
    top: 8px;
    right: 8px;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition: all ease 0.25s;
}

.section__item-list_item-img_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 0;
    width: 32px;
    height: 32px;

    background: #ffffff;

    border: 1px solid #ececec;
    border-radius: 2px;
    cursor: pointer;
}

.section__item-list_item-img_button.product-favorite-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.section__item-list_item-img_button:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.product-compare {
    cursor: pointer;
}

.product-compare path {
    fill: none;
    stroke: var(--mild-grey-color);
    transition: stroke 0.5s ease;
}

.product-compare:hover path {
    stroke: var(--orange-color);
}

.product-compare-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.product-compare-add:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.product-favorite {
    cursor: pointer;
}

.product-favorite path {
    fill: none;
    stroke: var(--mild-grey-color);
    transition: stroke 0.5s ease;
}

.product-favorite:hover path {
    stroke: var(--orange-color);
}

.product-favorite-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.product-favorite-add:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.section__item-list_item-img a {
    border: none;
}

.section__item-list_item-article {
    margin-bottom: 24px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    display: flex;
    flex-direction: row;
    gap: 5px;

    color: var(--mild-grey-color) !important;
}

.section__item-list_item-brand {
    margin-bottom: 8px;

    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.section__item-list_item-description {
    margin-bottom: 8px;

    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.section__item-list_item-description-text {
    border: none;
    max-width: 90%;
}

.section__item-list_item-description-text span {
    overflow-wrap: break-word;
}

.section__item-list_item-available {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.section__item-list_item-available .section__item-list_item-available-title {
    font-size: 13px;
    line-height: 145%;
    color: var(--mild-grey-color);
    font-weight: 400;
}

.section__item-list_item-available.available-green {
    color: var(--green-color);
}

.section__item-list_item-available.available-blue {
    color: var(--blue-color);
}

.section__item-list_item-available.available-orange {
    color: var(--orange-color);
}

.section__item-list_item-available.available-red {
    color: var(--red-color);
}

.section__item-list_item-price {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 16px;
}

.section__item-list_item-price__new {
    font-weight: 500;
    font-size: 24px;
    line-height: 132%;
}

.section__item-list_item-price__old {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;

    text-decoration-line: line-through;
}

.section__item-list_links {
    z-index: -1;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    margin: 0 auto 0;
    transition-property: all;
    transition: all ease 0.5s;
}

.section__item-list_cart {
    min-height: 60px;
}

.section__item-list_links .section__item-list_cart.form-exist {
    background-color: var(--mild-grey-color);
}

.section__item-list_click {
    min-height: 60px;
    background-color: #fff;
}

.section__item-info {
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin: 0 0 1px -1px;
    height: calc(100% - 2px);
    border-top: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
    background-color: #fff;
    transition-property: all;
    pointer-events: none;
    transition: all 0.5s ease;
}

.left-info .section__item-info {
    overflow: hidden;
    left: 0;
    margin: 0 0 1px 1px;
    border-left: 1px solid transparent;
}

.left-info:hover .section__item-info {
    margin: 0 0 1px 0;
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(-100%) !important;
}

.section__item:hover .section__item-info {
    width: 100%;
    display: inline-block;
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(100%);
    box-shadow: 6px -7px 39px rgb(236 236 236 / 25%), -5px -7px 39px rgb(236 236 236 / 25%),
    5px 7px 39px rgb(236 236 236 / 25%);
    margin-left: -1px;
}

.section__item-info_list {
    padding: 24px 3% 32px 4%;
}

.section__item-info_item {
    display: flex;
    justify-content: space-between;

    margin-bottom: 8px;
}

.section__item-info_item-title {
    width: 48%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #676767;
}

.section__item-info_item-description {
    width: 45%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #041229;
    overflow-wrap: break-word;
}

@media screen and (min-width: 1024px) {
    .section__item-list_item-img {
        padding-bottom: 100%;
        position: relative;
    }
    
    .section__item-list_item-img img {
        position: absolute;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 1023px) {
    .section__item-list {
        width: 100%;
    }

    .section__item-list_item {
        padding: 16px 16px 30px;
    }
   
    .section__item .section__item-list_links {
        transform: none;
        z-index: 1;
        bottom: 1px;
        position: relative;
    }

    .section__item-list_item-img {
        margin-bottom: 8px;
    }

    .section__item-list_item-img_buttons {
        opacity: 1;
        visibility: visible;
    }

    .section__item-list_item-img_buttons {
        display: flex;
        flex-direction: row;
    }

    .section__item-list_item-img_button:first-child {
        margin-right: 8px;
    }

    .section__item-list_item-article {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .section__item-list_item-brand {
        margin-bottom: 8px;

        font-weight: 700;
        font-size: 14px;
        line-height: 12px;
    }

    .section__item-list_item-description {
        margin-bottom: 8px;

        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .section__item-list_item-available {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }

    .section__item-list_item-price {
        margin-top: 20px;
        align-items: flex-start;
    }

    .section__items-slider__next {
        top: 30% !important;
        width: 45px !important;
        height: 45px !important;
        right: 5px !important;
        border-radius: 50%;
        transform: rotate(-180deg);
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }

    .section__items-slider__prev {
        top: 30% !important;
        width: 45px !important;
        height: 45px !important;
        left: 5px !important;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }
    .section__item:hover .section__item-info {
        display: none;
    }
    .section__item-info {
        display: none;
    }
    .swiper-slide.section__item {
        margin-bottom: 0;
    }
    .section__item:hover .section__item-list_links{
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .swiper-slide.section__item {
        width: 48%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .section__item {
        margin-bottom: 61px;
        transition: all 0.5s ease;
    }
    .section__item .section__item-list_links {
        transform: translateY(100%);
    }
}

.price-help-round {
    color: #f27435;
    font-size: 22px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: block;
    border: 1px solid #009fc2;
    text-align: center;
    text-transform: lowercase !important;
    cursor: pointer;
}
.price-help-img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -50px;
}
.price-help-title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 1.2;
}
.price-help-message {
    text-align: center;
    margin-bottom: 20px;
    color: #7a7a7a;
    line-height: 1.5;
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/catalog.section.list/tab-list/style.css?16987284043873*/
.tab-list__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 140px;
}

.tab-list__mobile {
    display: none;
}

.tab-list__content__left {
    width: 33%;
    margin-right: 10%;
}

.tab-list__content__right {
    width: 57%;
}

.tab-list__content__switch-item {
    position: absolute;
    top: 0;
    opacity: 0;
}

.tab-list__content__img-box {
    position: relative;
    z-index: 1;
    width: 90%;
    opacity: 0;
    transition: all 0.5s ease;
}

.tab-list__content__switch-item_active .tab-list__content__img-box {
    position: relative;
    z-index: 1;
    width: 90%;
    opacity: 1;
    transition: all 0.5s ease;
}

.tab-list__content__img-box img {
    width: 100%;
}

.tab-list__content__text-box {
    position: absolute;
    width: 60%;
    right: 0;
    top: -10%;
    z-index: 3;
    padding: 48px 58px 48px 64px;
    overflow: hidden;
}

.tab-list__content__text-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(240, 252, 255, 0.48);
    background-size: cover;
    -webkit-backdrop-filter: blur(61px) opacity(1);
    backdrop-filter: blur(61px) opacity(1);
}


.tab-list__content__text-box * {
    position: relative;
    z-index: 4;
}

.tab-list__content__switch-item_active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.tab-list__content__text-box__title {
    margin-bottom: 16px;
    opacity: 0;
    transition: all 0.5s ease;
}

.tab-list__content__switch-item_active .tab-list__content__text-box__title {
    opacity: 1;
    transition: all 0.5s ease;
}

.tab-list__content__text-box__text {
    display: block;
    opacity: 0;
    margin-bottom: 24px;
    transition: all 0.5s ease;
}

.tab-list__content__switch-item_active .tab-list__content__text-box__text {
    opacity: 1;
    transition: all 0.5s ease;
}

.tab-list__content__text-box__link {
    opacity: 0;
    transition: all 0.5s ease;
}

.tab-list__content__switch-item_active .tab-list__content__text-box__link {
    opacity: 1;
    transition: all 0.5s ease;
}

.tab-list__content__text-box__link:hover {
    color: var(--orange-color);
}

.tab-list__content__text-box__link svg {
    margin-left: 6px;
    width: 10px;
    height: 10px;
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.tab-list__content__text-box__link:hover svg {
    stroke: var(--orange-color);
}

.tab-list__content__switcher {
    padding: 32px 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.5s ease;
}
.tab-list__content__switcher h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;

    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.5s ease;
}

.tab-list__content__switcher:not(:last-child) {
    border-bottom: 1px solid var(--light-grey-color);
}

.tab-list__content__switcher h3:hover {
    color: var(--orange-color);
}

@media screen and (max-width: 1023px) {
    .tab-list {
        padding: 0 16px;
    }

    .tab-list.center1200 {
        margin-bottom: 80px;
    }

    .tab-list__content {
        display: none;
    }

    .tab-list__mobile {
        display: block;
    }

    .tab-list__mobile-list {
    }

    .tab-list__mobile-item {
        height: 50px;
        font-weight: 400;
        font-size: 15px;
        line-height: 50px;
        text-transform: uppercase;

        color: #041229;
        border-bottom: 1px solid #85858528;
    }

    .tab-list__mobile-item a {
        transition: color 0.35s ease;
    }

    .tab-list__mobile-item:hover a {
        color: var(--orange-color);
        transition: color 0.35s ease;
    }
}
.tab-list__content__text-box__text.mark-list ul li:not(:last-child){
    margin-bottom: 8px;
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/fast-delivery/style.css?17115985363696*/
.delivery {
	position: relative;
	height: 100%;
	margin-bottom: 120px !important;
}

.delivery__content {
	position: relative;
	overflow: hidden;
}

.delivery-slider {
	height: auto;
}

.delivery-slider__item {
	display: flex;
	min-height: 650px;
	height: 100%;

	transition: opacity 0.5s ease;
	background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/fast-delivery/images/delivery.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.delivery-slider__info {
	padding: 130px 0 96px 98px;
	width: 40%;
}

.delivery-slider__info-title {
	font-weight: 500;
	font-size: 46px;
	line-height: 100%;

	letter-spacing: -0.03em;

	color: #ffffff;
}

.delivery-slider__info-description {
	margin-bottom: 40px;

	font-weight: 400;
	font-size: 18px;
	line-height: 132%;

	color: #ffffff;
}

.delivery-slider__info-button {
	display: inline-block;
	margin-top: 8px;
	transition: color 0.5s ease;

	font-weight: 500;
	font-size: 18px;
	line-height: 132%;

	color: #ffffff;
}

.delivery-slider__info-button:hover {
	color: var(--orange-color);
}

.delivery-slider__info-button svg {
	margin-left: 6px;
	stroke: #ffffff;
	transition: stroke 0.5s ease;
}

.delivery-slider__info-button:hover svg {
	stroke: var(--orange-color);
}

.delivery__content__switcher-block {
	z-index: 10;
	position: absolute;
	bottom: 4.5%;
	width: 85.75%;
	margin: 0 100px;
}

.content__switcher-block {
	display: flex;
	justify-content: end;
}

.content__switcher-block__item {
	color: #ffffff;
	flex: 1;
	cursor: pointer;
	transition: color 0.5s ease;
}
.content__switcher-block__item_active .content__switcher-block__item__number,
.content__switcher-block__item_active .content__switcher-block__item__text {
	color: #ffffff;
}
.content__switcher-block__item__number,
.content__switcher-block__item__text {
	color: var(--light-grey-color);
	white-space: nowrap;
}

.content__switcher-block__item:hover,
.content__switcher-block__item.content__switcher-block__item_active {
	color: inherit;
}

.content__switcher-block__top {
	padding: 8px 0;
	border-bottom: 1px solid var(--light-grey-color);
	transition: border-bottom-color 0.5s ease;
}

.content__switcher-block__item:hover .content__switcher-block__top,
.content__switcher-block__item_active .content__switcher-block__top {
	border-bottom-color: var(--light-grey-color);
}

.content__switcher-block__bottom {
	padding: 16px 0 0;
	width: 60%;
}

.delivery-slider__pagination {
	display: none !important;
}

.content__switcher-block__item__number{
	font-weight: 500;
    font-size: 19px;
	line-height: 23px;
}

@media screen and (max-width: 1023px) {
	.delivery {
		margin-bottom: 80px !important;
	}

	.delivery-slider__item {
		background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/fast-delivery/images/delivery-mob.png");
		min-height: 503px;
	}
	.delivery-slider__info {
		padding: 40px 16px 16px 16px;
		width: 100%;
	}
	.delivery-slider__info-title {
		margin-bottom: 16px;

		font-weight: 500;
		font-size: 26px;
		line-height: 31px;
		letter-spacing: -0.03em;
	}

	.delivery-slider__info-description {
		margin-bottom: 16px;

		font-weight: 400;
		font-size: 14px;
		line-height: 140%;

		color: #ffffff;
	}

	.delivery-slider__info-button {
		display: inline-block;
		margin-top: 8px;
		transition: color 0.5s ease;

		font-weight: 400;
		font-size: 14px;
		line-height: 140%;

		color: #ffffff;
	}
	.delivery-slider__pagination {
		display: block !important;
		bottom: 24px!important;
	}

	.delivery-slider__pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 9px !important;
		background-color: #ffffff;
		opacity: 1;
	}

	.delivery-slider__pagination .swiper-pagination-bullet-active {
		background-color: var(--blue-color)!important;
	}
	.content__switcher-block {
		display: none;
	}
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/advantages/style.css?17115985361671*/
.advantages {
	margin-bottom: 120px;
}
.advantages__title {
	margin-bottom: 35px;
}

.advantages__link {
}
.advantages__content {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.advantages__content-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 28.3%;
	min-height: 230px;
	padding: 33px 0 30px 33px;
	background-color: #f4fbfd;
}
.advantages__content-item_text {
}
.advantages__content-item_title {
	margin-bottom: 8px;
	padding-right: 33px;
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
}

.advantages__content-item_subtitle {
	padding-right: 33px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.advantages__content-item_img {
}
@media screen and (max-width: 1023px) {
	.advantages {
		margin-bottom: 80px;
		padding: 0 16px;
	}

	.advantages__title {
		margin-bottom: 25px;
	}

	.advantages__content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 8px;
	}
	.advantages__content-item {
		flex-direction: row;
		width: auto;
		padding: 16px 8px 14px 8px;
		margin-bottom: 10px;
		min-height: auto;
	}
	.advantages__content-item_text {
		width: 78%;
	}

	.advantages__content-item_title {
		margin-bottom: 8px;
		padding-right: 8px;
		font-weight: 500;
		font-size: 16px;
		line-height: 110%;
	}

	.advantages__content-item_subtitle {
		padding-right: 33px;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
	}

	.advantages__content-item_img {
		margin-right: 16px;
		width: 57px;
		height: 57px;
		order: -1;
	}
	.advantages__content-item_img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/news-block/style.css?17658659312049*/
.news-block {
	margin-bottom: 120px;
}

.news-block__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-block__switcher {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-block__wrapper {
	overflow: hidden;
}

.news-block__list {
}

.carousel .news-block__items {
    flex-wrap: nowrap;
}

.news-block__item {
	position: relative;
	margin-bottom: 0;
}

.news-block__item_link:hover .news-block__item_title {
	color: var(--orange-color);
	transition: color 0.35s ease;
}

.news-block__item_img {
	margin-bottom: 24px;
	position: relative;
}

.news-block__item_img-labels {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 1;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: var(--orange-color);
}

.news-block__item_date {
	margin-bottom: 8px;

	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	color: var(--mild-grey-color);
}
.news-block__item_title {
	margin-bottom: 16px;
	width: 85%;
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
}

.news-block__item_subtitle {
	width: 85%;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}
@media screen and (max-width: 1023px) {
	.news-block {
		padding: 0 16px;
		margin-bottom: 16px;
	}

	.news-block__items {
		flex-direction: column;
	}
	.news-block__item {
		margin-bottom: 40px;
	}
	.news-block__switcher {
		display: none;
	}
	.news-block__item_img {
		margin-bottom: 16px;
	}
	.news-block__item_img img {
		width: 100%;
	}
	.news-block__item_img-labels {
		position: absolute;
		top: 8px;
		right: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		color: var(--orange-color);
	}

	.news-block__item_date {
		margin-bottom: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: var(--mild-grey-color);
	}

	.news-block__item_title {
		margin-bottom: 8px;
		width: 85%;
		font-weight: 500;
		font-size: 16px;
		line-height: 110%;
	}
	.news-block__item_subtitle {
		width: 85%;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
	}
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/brands/style.css?16987284041128*/
.brands {
	overflow: hidden;
	margin-bottom: 120px;
}

.brands__title {
	width: 50%;
	margin: 0 auto 40px;

	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;

	text-align: center;
}
.brands__items {
	display: flex;
	justify-content: center;
}
.brands__item {
	width: 206px!important;
	height: 206px!important;
	border-radius: 50%;
	transition: all 0.25s ease;
    background-size: 70%;
	background-repeat: no-repeat;
    background-position: center;
	border: 1px solid #ECECEC;
}

.brands__item:hover {
	transition: all 0.25s ease;
	border-color: transparent;
	box-shadow: 3px 1px 3px #f2f9fa, 6px 6px 7px #ffffff, inset -2px -8px 13px #ffffff, inset 0 4px 10px #019fc4;
}

.swiper-slide {
	width: 206px;
	height: 206px;
}

@media screen and (max-width: 1023px) {
	.brands {
		margin-bottom: 80px;
	}
	.brands__title {
		width: 90%;
		margin: 0 auto 40px;

		font-weight: 500;
		font-size: 26px;
		line-height: 31px;
		text-align: center;
		letter-spacing: -0.03em;

		text-align: center;
	}
	.brands__item {
		width: 128px!important;
		height: 128px!important;

		border-radius: 50%;
		transition: all 0.25s ease;
	}
}
/* End */


/* Start:/local/components/general-itech/seoblock/templates/.default/style.css?1698728404387*/
.info-block {
    display: flex;
    margin-bottom: 120px;
}

.info-block__left {
    width: 50%;
}

.info-block__left_text {
    padding-right: 35%;
}

.info-block__left_text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;
}

.info-block__right {
    width: 50%;
}

.info-block__right_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429*/
.questions {
	padding: 0;
	margin-bottom: 0;
	min-height: 320px;
	overflow: hidden;
	background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/questions-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.questions__content {
	display: flex;
	flex-direction: column;
}

.questions__wrapper {
	width: 37%;
	padding: 49px 0;
}
.questions__title {
	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;
	margin-bottom: 16px;
}
.questions__subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;

	margin-bottom: 24px;
}
.questions__button {
	width: fit-content;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	.questions {
		padding: 33px 0 100px;
		margin-bottom: 60px;
		min-height: 150px;
		overflow: hidden;
		background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/question-mob.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.questions__wrapper {
		width: 100%;
		padding: 0;
	}
	.questions__title {
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.03em;
		margin-bottom: 16px;
		text-align: center;
	}
	.questions__subtitle {
		margin-bottom: 24px;
	
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		text-align: center;
	}

	.questions__button.button {
		width: 100%;
		max-width: 343px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.questions {
		min-height: 150px;
	}
}
/* End */
/* /local/templates/helicon-shop/components/bitrix/news.list/main-banners/style.css?17115985365405 */
/* /local/templates/helicon-shop/components/bitrix/news.list/products/style.css?17141214792395 */
/* /local/templates/helicon-shop/components/bitrix/catalog.section/carousel-min/style.css?16987284043068 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?176645899511994 */
/* /local/templates/helicon-shop/components/bitrix/catalog.section.list/tab-list/style.css?16987284043873 */
/* /local/templates/helicon-shop/components/bitrix/news.list/fast-delivery/style.css?17115985363696 */
/* /local/templates/helicon-shop/components/bitrix/news.list/advantages/style.css?17115985361671 */
/* /local/templates/helicon-shop/components/bitrix/news.list/news-block/style.css?17658659312049 */
/* /local/templates/helicon-shop/components/bitrix/news.list/brands/style.css?16987284041128 */
/* /local/components/general-itech/seoblock/templates/.default/style.css?1698728404387 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
