

/* Start:/local/templates/helicon-shop/components/bitrix/catalog/.default/style.css?172707205111371*/
.catalog.center1200 {
    margin-bottom: 80px;
}

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

.catalog-content-filter__button {
    display: none;
}

.sort__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;

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

.menu {
}

.sort__head {
    white-space: nowrap;
}

.menu-items {
    width: 100%;
    display: flex;
    gap: 0 23px;
}

.menu-items-toggle {
    display: none;
}

.sort__title {
    margin-right: 24px;
    color: #a8a9ad;
}

.menu-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px dashed;
    transition: all 0.35s ease;
}

.menu-item.active {
    color: #f27435;
}

.menu-item.down::after {
    content: "";
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/images/menu-arrow-down.svg");
    background-repeat: no-repeat;
    width: 7.7px;
    height: 10.7px;
    margin-left: 3px;
    color: #f27435;
    transition: all 0.35s ease;
}

.menu-item.up::after {
    content: "";
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/images/menu-arrow-down.svg");
    background-repeat: no-repeat;
    width: 7.7px;
    height: 10.7px;
    margin-left: 3px;
    color: #f27435;
    transform: rotate(180deg);
    transition: all 0.35s ease;
}

.menu-item:hover {
    color: #f27435;
}

.menu-item__form {
    display: block;
}

.menu__item-checkbox {
}

.right-link:hover {
    color: var(--orange-color);
    transition: color 0.35s ease;
}

/* linking-lines_section */

.sections {

}
.sections__container {
    margin-bottom: 81px;
    padding-bottom: 40px;
    border-bottom: 1px solid #a8a9ad;
}
.sections__items {
    padding: 0;
}

.sections__items:empty {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid red;
}

.sections__row {
    display: flex;
    flex-direction: row;
}
.sections__row:first-child {
    margin-top: -32px;
}
.sections__item {
    width: 100%;
    max-width: 49%;
    height: fit-content;
    position: relative;
    padding-block: 20px;
}
.sections__item:hover .sections__item-title {
    color: var(--orange-color);
}

.sections__item:nth-child(odd) {
    margin-right: 24px;
}

.sections__item-wrapper {
    padding-right: 0;
}
.sections__item-title {
    position: relative;
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    letter-spacing: -0.03em;

    color: #041229;
    transition: all 0.5s ease;
}
.sections__item-title:hover {
    color: var(--orange-color);
}
.sections__item-title svg {
    transform: translateY(0.2em);
    position: absolute;
    width: 21px;
    height: 21px;
    stroke: var(--orange-color);
    margin-left: 6px;
    transition: stroke 0.5s ease;
}
.sections__item-info {
}
.sections__item-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    /* Black */

    color: #041229;
}

.sections__item-img {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sections__item-img img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.sections__item-img-empty {
    height: unset;
}

.catalog {
    margin-bottom: 100px;
}
.catalog__title {
    margin-bottom: 45px;
}

.catalog__title h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
}

.catalog__title .catalog__link {
}

.catalog__link {
    transition: color 0.5s ease;
}

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

.catalog__content-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 30%;
}
.catalog__content-item_text {
}
.catalog__content-item_title {
    margin-bottom: 25px;
    padding-right: 33px;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    letter-spacing: -0.03em;

    color: #041229;
}
.catalog__content-item_title .title_link {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: -0.0406em;
}

.catalog__content-item_title .title_link svg {
   margin-left: 0;
}

.catalog__content-item_title:hover a {
    color: var(--blue-color);
}

.catalog__content-item_title:hover svg {
    stroke: var(--orange-color);
}
.catalog__link svg {
    width: 21px;
    height: 21px;
    stroke: var(--orange-color);
    margin-left: 6px;
    transition: stroke 0.5s ease;
}

.catalog__content-item_list {
}

.catalog__content-item_list-item {
    margin-bottom: 15px;
}

.catalog__content-item_list-item:hover a {
    color: var(--orange-color);
}

.catalog__content-item_list-item a {
    padding-right: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    transition: color 0.5s ease;
}

.catalog__content-item_img {
    margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
    .catalog {
        margin-bottom: 30px;
    }
    .catalog__title .catalog__link {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
    }
    .catalog__content-item_title .title_link {
        letter-spacing: -0.0406em;
    }

    .catalog__content-item_title .title_link svg {
       margin-left: 0;
    }
    .catalog__content {
        flex-direction: column;
    }

    .catalog__content-item {
        flex: 1 1 100%;
    }
    .catalog__content-item_img img{
        width: 100%;
    }
    .catalog__content-item_title {
        padding: 0;
    }
    .catalog__content-item_list-item a {
        padding-right: 0;
    }

    .subsection-list {
        margin-bottom: 60px!important;
    }

    .sections__row {
        display: flex;
        flex-direction: column;
    }
    .sections__items {
        padding: 0 0 24px;
    }
    .sections__item-wrapper {
        padding-right: 14%;
    }
    .sections__item {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 24px 0 0;
    }

    .sections__item:nth-child(odd) {
        margin-right: 0;
    }

    .catalog.center1200 {
        margin-bottom: 60px;
    }

    .catalog-container {
        grid-template-columns: 0 100%;
        gap: 0;
    }

    .catalog-content {
        grid-area: catalog-content;
    }

    .catalog-content__head {
        display: flex;
        align-items: flex-start;
    }

    .catalog-content-filter__button {
        display: flex;
    }

    .menu-item {
        display: inline-flex;
        width: fit-content;
    }

    .sort__menu.menu .menu-items__show {
        opacity: 1;
        visibility: visible;
        max-height: 300px;
    }

    .menu-items-toggle {
        color: #f27435;
        border-bottom: 1px dashed #f27435;
        display: inline-flex;
        align-items: center;
        user-select: none;
        cursor: pointer;
    }

    .menu-items-toggle[data-direction="down"]::after {
        content: "";
        background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/images/menu-arrow-down.svg");
        background-repeat: no-repeat;
        width: 7.7px;
        height: 10.7px;
        margin-left: 3px;
        color: #f27435;
        transition: all 0.35s ease;
    }

    .menu-items-toggle[data-direction="up"]::after {
        content: "";
        background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/images/menu-arrow-down.svg");
        background-repeat: no-repeat;
        width: 7.7px;
        height: 10.7px;
        margin-left: 3px;
        color: #f27435;
        transform: rotate(180deg);
        transition: all 0.35s ease;
    }

    .menu-item__form {
        display: none;
    }

    .form__item {
        margin-bottom: 24px;
    }

    .form__item-show {
    }

    .form__item-available {
        display: block;
    }

    .form__item-title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;

        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
    }

    .form__item-title::after {
        content: "";
        min-width: 7px;
        min-height: 7px;
        background: url(https://svgshare.com/i/i7J.svg) center / contain no-repeat;
        margin-left: 8px;
        margin-right: 8px;
        transition: transform 0.5s;
    }

    .form__item-title-show::after {
        content: "";
        transform: rotateX(180deg);
        transition: transform 0.5s;
    }

    .form__item.form__item-available .form__item-inner {
        max-height: 200px;
    }

    .form__item .form__item-inner {
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        max-height: 0;
    }

    .form__item-show .form__item-inner {
        transition: max-height 1s;
        max-height: 180px;
    }

    .sort__menu .menu-items {
        position: absolute;
        flex-direction: column;
        left: 0;
        right: 0;
        top: 20px;
        z-index: 10;
        background-color: #fff;
        padding: 10px;
        opacity: 0;
        visibility: visible;
        max-height: 0;
        border: 1px solid rgba(168, 169, 173, 0.25);
    }

    .sort__menu .menu-items .menu-item {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sort__menu {
        position: relative;
        align-items: flex-start;

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

    .sort__head .sort__title {
        margin-right: 8px;
    }
}

.direction-banner .banner__content{
    position: relative;
}

.direction-banner .banner__content::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.direction-banner .banner__content img{
    display: none;
}

.direction-banner--img .banner__content{
    background: none;
}

.direction-banner .banner__content .banner__content-img-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.direction-banner .banner__content .banner__content-img-mobile::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.section_description_other_lvl {
    font-size: 14px;
    color: #a8a9ad;
    margin-top: 8px;
}

.mobile_section_desc {
    display: none;
    font-size: 12px;
    color: #a8a9ad;
    margin-top: 4px;
}

@media screen and (min-width:1024px) {
    .direction-banner--img .banner__content img{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
    }
}
@media screen and (max-width:1023px) {
    .direction-banner .banner__content{
        display: block;
        background: none;
        padding-bottom: 0 !important;
    }
    .direction-banner .banner__content::before{
        display: none;
    }
    .direction-banner .banner__content img{
        display: block;
        margin-inline: auto;
    }
    .direction-banner .banner__content .banner__content-img-mobile {
        display: block;
    }

    .mobile_section_desc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .sections__item-title {
        position: relative;
    }
    .sections__item-title svg {
        position: absolute;
        transform: translateY(5px);
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?176647701264799*/
.product-main__title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product-main__more-block {
    display: flex;
}

.product-main__title__more-last-word {
    display: inline-flex;
    white-space: nowrap;
    align-items: baseline;
}

.product-main__more-block .copy-icon-default {
    height: 16px;
    width: 16px;
}

.product-main__more-block .copy-icon-copied {
    height: 16px;
    width: 16px;
}

.product-main__title__more-button {
    margin-left: 6px;
    font-size: 16px;
    align-items: flex-end;
    color: var(--mild-grey-color);
}

.product-main__title h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    max-width: 95%;
    overflow-wrap: break-word;
}

.product-main__title_buttons {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    transition-property: all;
    transition: all ease 0.25s;
}

.product-main__title_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 2px;
}


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

.product-main__title_button-description {
    display: none;
}

.product-main {
    position: relative;
    padding-bottom: 60px !important;
}

.product-main__content {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 25px;
}

.gallery-col {
    display: flex;
    flex-direction: column;
    flex: 0 0 34%;
    min-width: 0;
}

.gallery-mobile {
    display: none;
}

.product-data-col {
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;
    min-width: 0;
}

.price-buttons-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.product-main__manufacturer-and-buttons {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.product-main__manufacturer {
    display: flex;
    flex-direction: row;
    padding: 3px;
    gap: 6px;
    flex: 0 0;
    white-space: nowrap;
}

.product-main__manufacturer:hover {
    background: var(--light-blue-color);
    border-radius: 10px;
}

.product-main__manufacturer-icon {
    max-height: 20px;
    min-width: 20px;
}

.product-main__manufacturer-name {
    font-weight: 600;
    font-size: 15px;
}

.product-main__manufacturer-name__wrapper {
    display: flex;
    gap: 6px;
}

.product-main__manufacturer-name__wrapper .copy-icon-default {
    height: 16px;
    width: 16px;
}

.product-main__manufacturer-name__wrapper .copy-icon-copied {
    height: 16px;
    width: 16px;
}

.product-main__manufacturer-text {
    font-weight: 500;
    color: var(--mild-grey-color);
    font-size: 14px;
}

.product-main__content-info {
    padding: 0 3% 32px 12px;
    width: 50%;
}

.product-main__content_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: var(--dark-grey-color);
}

.product-main__price-wrapper {
    background-color: var(--lighter-blue-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    border-radius: 6px;
    gap: 25px;
}

.product-main__price-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-main__content-info_price {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-main__content-info_price-total {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 34px;
    line-height: 118.5%;
    gap: 16px;
}

.price-stock-sale-border {
    border: 2px solid var(--green-color);
    border-radius: 10px;
    max-width: fit-content;
    min-width: 200px;
    display: flex;
}

.stock-sale-legend {
    margin-left: calc(25%);
}


.stock-sale-text {
    color: var(--green-color);
    font-size: 10px;
    background-color: #fff;
    max-width: fit-content;
    margin: 0 10px;
    line-height: 100%;
}

.price-stock-sale-border .product-main__content-info_price__new {
    margin: 0 auto;
}

.price-stock-sale-block {
}

.price-stock-sale-block.active {
    background: #019fc4cc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 5px;
}

.price-stock-sale-block.active .product-main__content-info_price__new {
    color: var(--white-color);
}

.price-stock-sale-block.active .stock-sale-text {
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    color: var(--white-color);
    margin: unset;
}

.product-main__content-info_price__old {
    padding: 0 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 132%;
    text-decoration-line: line-through;
}

.cart__item-controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cart__item-counter {
    display: inline-flex;
    column-gap: 7px;
    align-items: center;
    justify-content: center;
    user-select: none;
    height: 45px;
    border: 1px solid #009fc257;
    border-radius: 54px;
}

.counter__button {
    flex: 0 0 30px;
    height: 30px;

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    cursor: pointer;
}

.counter__button svg {
    transition: all 0.5s ease;
}

.counter__button path {
    transition: all 0.5s ease;
}

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

.counter__button-minus.disabled {
    opacity: 0.5;
    cursor: default;
}

.counter__button-minus.disabled:hover path {
    stroke: #000;
}

.counter__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 82px;
}

.counter__input input {
    width: 100%;
    font-size: 20px;
    background: transparent;
    border: none;
    text-align: center;
}

.counter__input input::-webkit-outer-spin-button,
.counter__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.counter__input input[type='number'] {
    -moz-appearance: textfield;
}

.product-main__content-info_price-button {
    display: flex;
    gap: 16px;
}

.product-main__price-wrapper .button-click-preview {
    border-radius: 32px;
    padding: 1em 2em;
}

.product-main__content-info_price-button .button {
    white-space: nowrap;
}

.product-main__content-info_price-button.form-exist {
    background-color: var(--mild-grey-color);
    border: 1px solid var(--mild-grey-color);
}

.product-main__content-info_price-button.form-exist:hover {
    background-color: var(--mild-grey-color);
    border: 1px solid var(--mild-grey-color);
}

.product-main__content-info_payment {
    white-space: nowrap;
}

.product-main__content-info_payment-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
    transition: color 0.35s ease;
}

.product-main__content-info_payment-link svg {
    margin-left: 7px;
    stroke: var(--orange-color);
    fill: var(--orange-color);
}

.product-main__content-info_payment-link:hover {
    color: var(--orange-color);
}

.product-main__content_item {
    display: flex;
    gap: 6px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.product-main__content_item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-align: left;
    width: min-content;
}

.product-main-content_item-dotted-stripe {
    position: relative;
    flex-grow: 1;
}

.product-main-content_item-dotted-stripe::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    border-bottom: .1em dotted var(--light-grey-color);
}

a.product-main__content_item-description {
    text-decoration: underline; !important;
}

a.product-main__content_item-description:hover {
    text-decoration: underline; !important;
}

.product-main__content_item-description {
    display: inline-flex;
    gap: 6px;
    min-width: 40%;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-align: left;
    color: var(--dark-blue-color);
    transition: all 0.5s ease;
}

.product-main__content_item-description .copy-icon-default {
    height: 16px;
    width: 16px;
}

.product-main__content_item-description .copy-icon-copied {
    height: 16px;
    width: 16px;
}

.product-main__description-block {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    gap: 0.5em;
}

.product-main__description-block__title {
    font-weight: 500;
    font-size: 14px;
    color: var(--mild-grey-color);
}

.product-main__description-block__detail-button {
    display: flex;
    border-radius: 7px;
    padding: 6px 10px;
    margin-top: 17px;
    width: min-content;
    background-color: var(--light-blue-color);
    align-self: flex-end;
}

.product-main__description-block__detail-button:hover {
    background-color: var(--lighter-blue-color);
}

.product-main__description-block__detail-arrow {
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-color: var(--light-grey-color);
    border-right: 2px solid var(--mild-grey-color);
    border-bottom: 2px solid var(--mild-grey-color);
    transform: rotate(-45deg);
    margin-left: 8px;
    align-self: center;
}

.product-main__content_item a:hover {
    color: var(--orange-color);
}

.product-main__content_item-description.available-green {
    color: var(--green-color);
}

.product-main__content_item-description.available-blue {
    color: var(--blue-color);
}

.product-main__content_item-description.available-orange {
    color: var(--orange-color);
}

.product-main__content_item-description.available-red {
    color: var(--red-color);
}

.product-main-slider {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 16px;
}

.product-main-slider__item {
    display: flex;

    height: 100%;
    border: 1px solid #ececec;
    transition: opacity 0.5s ease;
}

.product-main-slider__video {
    position: relative;
}

.product-main-slider__video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.element/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px;
}

.product-main-slider__next {
    width: 45px !important;
    height: 45px !important;
    right: 16px !important;
    border-radius: 50%;
    transform: rotate(-180deg);
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
}

.product-main-slider__prev {
    width: 45px !important;
    height: 45px !important;
    left: 16px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
}

.carousel__slide.has-thumb.has-video::before {
    content: "";
    z-index: 1;
    background-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.element/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.video-block {
    position: relative;
}

.video-block__button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
}

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

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

    letter-spacing: -0.03em;

    color: #ffffff;
}

.product-main-slider__info-description {
    margin-bottom: 40px;

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

    color: #ffffff;
}

.product-main-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;
}

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

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

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

.product-main-slider__content {
    width: 100%;
    height: fit-content;
}

.product-main-slider__content img {
    width: 100%;
    height: auto;
    user-select: none;
    object-fit: contain;
}

.product-main__content__switcher-block {
    z-index: 10;

    width: 100%;
}

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

.content__switcher-block__item {
    color: #ffffff;
    flex: 1;
    padding: 1px;
    max-width: 136px;
    margin-right: 16px;
    cursor: pointer;

    transition: color 0.5s ease;
}

.content__switcher-block__video {
    position: relative;
}

.content__switcher-block__video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.element/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.content__switcher-block__item_active {
    box-shadow: 0 0 0 1px inset #ececec;
}

.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;
}

.product-main-slider__pagination {
    display: none !important;
}

.swiper-container a {
    display: inline-block;
}

.packing {
    margin: 0 !important;
}

.packing__wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
}

.packing__wrapper-title {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;

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

.packing__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 34px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.packing__items--expanded {
    max-height: 100%;
    overflow: visible;
}

.packing__item {
    padding: 8px 10px;
    border: 1px solid #a8a9ad;
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;

    color: var(--dark-blue-color);
    transition: all 0.5s ease;
    cursor: pointer;
}

.packing__item:hover {
    border-color: var(--blue-color);
}

.packing__item[data-active="true"],
.packing__item-active {
    border: 1px solid var(--blue-color);
}
.packing__more-btn-wrapper {
    display: none;
    justify-content: flex-end;
}

.packing__more-btn {
    display: flex;
    width: min-content;
    white-space: nowrap;
    font-weight: 600;
    margin: 8px 0;
    border-radius: 0;
    border-bottom: 1px dashed;
    background: transparent;
    color: var(--orange-color);
    cursor: pointer;
    font-size: 12px;
}

.packing__more-btn::after {
    content: "↓";
    border: none;
}

.product-modifications {
    display: none;
}

.product-modifications__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

    font-size: 46px;
    line-height: 100%;

    letter-spacing: -0.03em;
}

.product-modifications__switcher.js-event-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-modifications__content {
    display: flex;
    width: auto;
}

.product-modifications__specifications {
    margin-right: 27px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 153px;
}

.product-modifications__specifications_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;

    text-transform: uppercase;

    color: #676767;
    user-select: none;
}

.product-modifications__specifications-list {
    display: inline-block;
    min-width: 282px;
}

.product-modifications__specifications-list_item {
    height: 65px;
    font-weight: 400;
    font-size: 16px;
    line-height: 65px;

    border-bottom: 1px solid #a8a9ad;
    user-select: none;
}

.product-modifications__specifications-list_item:last-child {
    border-bottom: none;
}

.product-modifications-slider {
    padding-top: 40px;
    padding-left: 48px;
    padding-bottom: 40px;
    overflow: hidden;
    width: 100%;
}
.product-modifications-slider__item {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: 370px;
    min-height: auto;
    height: auto !important;
    margin-right: 48px;
    background-color: #f4fbfd;
}

.product-modifications-slider__item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -40px;
    right: 0;
    bottom: 0;
    left: -16%;
    width: 117%;
    height: calc(100% + 80px);
    background-color: #f4fbfd;
}

.product-modifications-slider__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.product-modifications-slider__info-main_title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 24px;
    line-height: 114.52%;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.product-modifications-slider__info-main_title:hover{
    color: var(--orange-color);
}
.product-modifications-slider__info-main_title::-webkit-scrollbar {
    display: none;
}

.product-modifications-slider__info-main_title-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.product-modifications-slider__info-main_article {
    margin-bottom: 8px;

    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #a8a9ad;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.product-modifications-slider__info-main_manufacturer {
    margin-bottom: 0;

    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #a8a9ad;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.product-modifications-slider__info-main_manufacturer a {
    color: #a8a9ad;
    transition: all 0.5s ease;
}

.product-modifications-slider__info-main_manufacturer:hover a {
    color: var(--orange-color);
    transition: all 0.5s ease;
}

.product-modifications-slider__info-list {
    border-right: 1px solid #a8a9ad;
    padding-right: 39px;
    flex-grow: 1;
}
.product-modifications-slider__item:last-child .product-modifications-slider__info-list{
    border: none;
}

.product-modifications-slider__info-list_item {
    height: 66px;
    font-weight: 400;
    font-size: 16px;
    line-height: 64px;
}

.product-modifications-slider__info-list_item-title {
    display: none;
}

.product-modifications-slider__info-price {
}

.product-modifications-slider__info-price_total {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 114.52%;
    display: flex;
}

.product-modifications-slider__info-price_noprice {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #a8a9ad;
    margin-top: 4px;
}

.product-modifications-slider__info-price_button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.product-modifications-slider__info-price_button.form-exist {
    background-color: var(--mild-grey-color);
    border: 1px solid var(--mild-grey-color);
}

.product-modifications-slider__info-price_button.form-exist:hover {
    background-color: var(--mild-grey-color);
    border: 1px solid var(--mild-grey-color);
}

.product-modifications-slider__pagination.swiper-pagination {
    display: none;
}

.product-tabs {
    margin-bottom: 120px;
}

.product-tabs__content__left {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 40px;
    border-bottom: 1px solid #a8a9ad;
}

.product-tabs__content__right {
}

.product-tabs__content__switcher {
    position: relative;
    cursor: pointer;
}

.product-tabs__content__switcher:hover h3 {
    color: var(--orange-color);
}

.product-tabs__content__switch-item {
    display: none;
    position: absolute;
    top: 0;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.product-tabs__content__switch-item_active {
    display: block;
    z-index: 1;
    position: relative;
    opacity: 1;
    visibility: visible;
}

.js-tab-content-switcher-active::after {
    content: "";
    position: absolute;
    bottom: -9px;
    margin-left: -8px;
    border-bottom: 1px solid #009fc2;
    width: calc(100% + 16px);
}

.product-tabs__content__switcher h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #a8a9ad;
    transition: all 0.5s ease;
}

.js-tab-content-switcher-active h3 {
    color: #041229;
}

.product-tabs__desciption {
}

.product-tabs__desciption-wrapper {
    width: 75%;
}

.product-tabs__desciption-info {
    margin-bottom: 45px;
}

.product-tabs__desciption-info p {
    margin-bottom: 25px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.product-tabs__desciption-info img[data-fancybox] {
    cursor: pointer;
    /*max-width: 300px;*/
}

.product-tabs__desciption-info ul {
    font-size: 16px;
}

.product-tabs__desciption-list {
}

.product-tabs__desciption-list ul {
}

.product-tabs__desciption-list_title {
    margin-bottom: 22px;

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

.product-tabs__desciption-list_item {
    position: relative;

    padding-left: 14px;
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

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

.product-tabs__specifications {
}

.product-tabs__specifications-wrapper {
}

.product-tabs__specifications_item {
    display: flex;
    align-items: flex-start;
    padding: 16px 0 15px;
    min-height: 22px;
    line-height: 54px;
    border-bottom: 1px solid #ececec;
}

.product-tabs__specifications_item:last-child {
    border-bottom: none;
}

.product-tabs__specifications_item-title {
    width: 32%;
    padding-right: 11%;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #676767;
}

.product-tabs__specifications_item-description {
    width: 50%;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #000000;
}

.product-tabs__documentation {
}

.product-tabs__documentation-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin-bottom: 40px;
}

.product-tabs__documentation-item {
    width: 30%;
    flex: 0 0 auto;
}

@media (max-width: 1023px) {
    .product-tabs__documentation-item {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .product-tabs__documentation-item {
        width: 100%;
    }

    .product-tabs__documentation-item {
        gap: 24px;
        margin-bottom: 24px;
    }
}

.product-tabs__documentation-item.news-card {
    display: block;
    border-bottom: none !important;
    line-height: 0;
}

.product-tabs__documentation-item.news-card:hover .news-card__title {
    color: var(--orange-color);
}

.product-tabs__documentation-item.news-card:hover .news-card__subtitle {
    color: var(--orange-color);
}

.news-card__img {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.news-card__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-card__labels {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
    z-index: 9;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.news-card__labels-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 8px;
}

.news-card__date {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--mild-grey-color);
    line-height: normal;
}

.news-card__date a {
    color: var(--mild-grey-color);
}

.news-card__title {
    margin-bottom: 8px;
    font-size: 19px;
    transition: color 0.5s ease;
    line-height: normal;
}

.news-card__subtitle {
    font-size: 15px;
    transition: color 0.5s ease;
    line-height: normal;
}

.news-card__img img {
    filter: grayscale(1);
    transition: 0.5s ease;
}

.news-card__img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0085FF4D;
    mix-blend-mode: screen;
    transition: 0.5s ease;
    opacity: 1;
}

.product-tabs__documentation-item.news-card:hover .news-card__img::after {
    opacity: 0;
}

.product-tabs__documentation-item.news-card:hover .news-card__img img {
    filter: grayscale(0);
}


.product-tabs__documentation-item .video-wrap {
    position: relative;
}

.product-tabs__documentation-item .video-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0IiBmaWxsPSJub25lIj4NCjxjaXJjbGUgY3g9IjMyIiBjeT0iMzIiIHI9IjMyIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI3IDM5LjY0NzFWMjRMNDEgMzEuOTgzMkwyNyAzOS42NDcxWiIgZmlsbD0iIzAwOUZDMiIvPg0KPC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    z-index: 8;
}

.product-tabs__documentation-item.news-card--file {
    background: rgba(240, 241, 245, 0.8);
    padding: 16px 16px 24px 32px;
    position: relative;
    height: auto;
    box-sizing: border-box;
}

.product-tabs__documentation-item.news-card--file .news-card__labels {
    position: relative;
    top: unset;
    right: unset;
    justify-content: flex-end;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.product-tabs__documentation-item.news-card--file .news-card__date {
    font-size: 12px;
    margin-bottom: 24px;
}

.product-tabs__documentation-item.news-card--file .document {
    display: flex;
    gap: 16px;
    width: fit-content;
}

.product-tabs__documentation-item .document__link {
    text-align: left;
}

.product-tabs__documentation-item.news-card--file .document__title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: .3s;
}

.product-tabs__documentation-item.news-card--file .document__info {
    font-size: 12px;
    color: var(--dark-grey-color);
}

.product-tabs__documentation-item.news-card--file:hover .document {
    color: var(--orange-color);
}

@media screen and (max-width: 768px) {
    .product-tabs__documentation-item.news-card--file {
        padding-left: 16px;
    }
}

@media screen and (max-width: 375px) {
    .product-tabs__documentation-item.news-card--file .document__img svg {
        width: 20px;
        height: auto;
    }
}

@media screen and (max-width: 425px) {
    .product-tabs__documentation-item .news-card__img {
        margin-bottom: 16px;
    }

    .product-tabs__documentation-item .news-card__title {
        font-size: 18px;
    }
}

.product-tabs__delivery {
}

.product-tabs__delivery-wrapper {
    display: flex;
}

.product-tabs__delivery-info {
    margin-bottom: 45px;
}

.product-tabs__delivery-info p {
    margin-bottom: 25px;

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

.product-tabs__delivery-left {
    width: 50%;
    padding-right: 3%;
}

.product-tabs__delivery-right {
    width: 50%;
    padding-left: 3%;
}

.product-tabs__delivery-list ul {
}

.product-tabs__delivery-list_title {
    margin-bottom: 22px;

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

.product-tabs__delivery-list_item {
    position: relative;

    padding-left: 14px;
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

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

.product-tabs__delivery-list_note {
    color: #a8a9ad;
    margin-bottom: 16px;
}

.product-tabs__delivery-list_more a {
    text-decoration: underline;
    transition: all .5s ease;
}

.product-tabs__guarantee {
}

.product-tabs__guarantee-wrapper {
    width: 75%;
}

.product-tabs__guarantee-info {
    margin-bottom: 45px;
}

.product-tabs__guarantee-info p {
    margin-bottom: 25px;

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

.product-tabs__guarantee-list {
}

.product-tabs__guarantee-list ul {
}

.product-tabs__guarantee-list_title {
    margin-bottom: 22px;

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

.product-tabs__guarantee-list_item {
    position: relative;

    padding-left: 14px;
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.product-tabs__guarantee-list_item a {
    transition: all 0.5s ease;
}

.product-tabs__guarantee-list_item:hover a {
    color: var(--orange-color);
}

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

.product-tabs__feedback {
    overflow: hidden;
}

.product-tabs__feedback-wrapper {
    overflow: hidden;
}

.product-tabs__feedback-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-tabs__feedback-head_container {
    display: flex;
    align-items: center;
}

.product-tabs__feedback-head_title {
    margin-right: 16px;

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

    color: #041229;
}

.product-tabs__feedback-head_overall-rating {
    margin-right: 20px;
}

.product-tabs__feedback-head_overall-rating_star {
    margin-right: -4px;
}

.product-tabs__feedback-head_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #a8a9ad;
}

.product-tabs__feedback-items {
    margin-bottom: 40px;
}

.product-tabs__feedback-item {
    box-sizing: border-box;
    padding: 24px 24px 40px;
    border: 1px solid #ececec;
}

.product-tabs__feedback-item_title {
}

.product-tabs__feedback-item_bio {
    display: flex;
    margin-bottom: 15px;
}

.product-tabs__feedback-item_bio-img {
    margin-right: 11px;
}

.product-tabs__feedback-item_bio-info {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.product-tabs__feedback-item_bio-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.product-tabs__feedback-item_bio-post {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #a8a9ad;
}

.product-tabs__feedback-head_rating {
    margin-left: auto;
}

.product-tabs__feedback-head_rating-star {
    width: 16px;
    margin-right: -4px;
}

.product-tabs__feedback-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.product-tabs__switcher.js-event-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-tabs__feedback-form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.product-tabs__feedback-form_title {
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;
}

.product-tabs__feedback-form_subtitle {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.product-tabs__feedback-form_button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.product-tabs__feedback-slider__pagination.swiper-pagination {
    display: none;
}

/* блок Продукция */

.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__sections-item:not(:last-child) {
}

.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__item {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;

    transition: all 0.5s ease;
}

.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:last-child {
}

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

.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 {
    position: relative;
    margin-bottom: 16px;
    height: fit-content;
}

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

.section__item-list_item-img_label {
    position: absolute;
    top: 8px;
    left: 8px;
    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;
}

.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-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;
}

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

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

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

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

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

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

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

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

.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_click {
    min-height: 60px;
    background-color: #fff;
}

.section__item-info {
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin: 1px 0px 1px -2.5px;
    height: calc(100% - 2px);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
    border-right: 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 {
    left: 0;
    margin: 1px 0px 1px 1px;
    border-left: 1px solid transparent;
}

.left-info:hover .section__item-info {
    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 {
    overflow: hidden;
    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;
}

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

.js-add-to-cart.btn_in_basket__detail {
    background-color: var(--white-color);
    color: var(--dark-blue-color);
}

@media screen and (max-width: 1023px) {
    .page-content {
        position: relative;
    }

    .product-main {
        position: initial;
        margin-bottom: 30px !important;
    }

    .product-main__title {
        display: flex;
        flex-direction: column;
    }

    .product-main__title h1 {
        font-weight: 500;
        font-size: 18px;
        line-height: 110%;
    }

    .product-main__title_button {
        width: auto;
        height: auto;
        padding: 6px 0;
        background: #ffffff;
    }

    .product-main__title_button svg {
        width: 25px;
        height: 25px;
    }

    .product-modifications__specifications {
        display: none;
    }

    .product-main__content {
        position: initial;
        flex-direction: column;
    }

    .product-main__content__switcher-block {
        display: none;
    }

    .product-main__content-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 32px 0;
        width: 100%;
    }

    .product-main__content_list {
        width: 100%;
    }

    .product-main__content_item {
        margin-bottom: 15.5px;
    }

    .product-main__content_item-title {
        width: min-content;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-main__content_item-description {
        width: auto;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-main__content-info_price {
        z-index: 15;
        position: fixed;
        bottom: 15px;
        left: 15px;
        display: flex;
        flex-direction: row;
        width: calc(100% - 30px);
        height: 64px;

        background: #fff;
        box-shadow: -5px 10px 20px rgb(216 216 216 / 85%);
    }

    .product-main__content-info_price-button:not(.button){
        justify-content: flex-end !important;
    }
    .product-main__content-info_price-total {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        align-items: center;
        margin-bottom: 0;
        width: 55%;

        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .product-main__content-info_price__new {
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .product-main__content-info_price__old {
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-decoration-line: line-through;
    }

    .cart__item-controls.counter {
        display: none;
    }

    .product-main__price-buttons-wrapper {
        flex: 1 0 50%;
        flex-direction: row;
        gap: 0;
    }

    .product-main__content-info_price-button {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 0;
        order: 1;
        gap: 0;
    }

    .product-main__content-info_price-button .button {
        border-radius: 0;
        height: 100%;
        width: 100%;
        order: 1;
    }

    .product-main__price-buttons-wrapper .button-click-preview {
        border-radius: 0;
        height: 100%;
        width: 100%;
        order: 0;
        border: none;
    }

    .product-main-slider {
        padding-bottom: 30px;
    }

    .product-main-slider__next {
        display: none !important;
    }

    .product-main-slider__prev {
        display: none !important;
    }

    .product-main-slider__pagination.swiper-pagination {
        display: block !important;
        bottom: 4px;
    }

    .packing {
        margin-bottom: 64px;
    }

    .packing__title {
        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
    }

    .packing__items {
        display: flex;
    }

    .packing__item {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .product-modifications {
        /*margin: 0 auto 60px !important;*/

    }

    .product-modifications__title {
        margin-bottom: 3px;
    }

    .product-modifications__title h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.03em;
    }

    .product-modifications__specifications {
        margin-right: 0;
    }

    .product-modifications__switcher.js-event-switcher {
        display: none;
    }

    .product-modifications__content {
        display: flex;
        width: 100%;
    }

    .product-modifications-slider {
        position: relative;
        margin-top: -5px;
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .product-modifications-slider__wrapper {
        padding-bottom: 26px;
    }

    .product-modifications-slider__pagination.swiper-pagination {
    }

    .product-modifications-slider__pagination.swiper-pagination {
        bottom: 0px;
        display: block;
    }

    .product-modifications-slider__info-list {
        border-right: none;
        padding-right: 0;
        margin-bottom: 35px;
    }

    .product-modifications-slider__info-main {
        margin-bottom: 8px;
    }

    .product-modifications-slider__info-main_title {
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
    }

    .product-modifications-slider__info-main_article {
        margin-bottom: 8px;

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

        color: #a8a9ad;
    }

    .product-modifications-slider__info-main_manufacturer {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;

        color: #a8a9ad;
    }

    .product-modifications-slider__item {
        box-sizing: border-box;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;

        max-width: 100%;
        padding: 32px 24px;
        background-color: #f4fbfd;
        margin-right: 0;
    }

    .product-modifications-slider__item::before {
        content: none;
    }

    .product-modifications-slider__item.swiper-slide-active {
        opacity: 1;
    }

    .product-modifications-slider__info-list_item {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 18px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 16px 0 7px;
        font-weight: 400;
        font-size: 16px;
        line-height: 64px;
        border-bottom: 1px solid #a8a9adbd;
    }

    .product-modifications-slider__info-list_item-title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 5%;
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #676767;
    }

    .product-modifications-slider__info-list_item-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #041229;
        width: auto;
        text-align: right;
    }

    .product-modifications-slider__info-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-modifications-slider__info-price_button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: -18px;
    }

    .product-tabs {
        margin-bottom: 60px !important;
    }

    .product-tabs__content__switcher h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-tabs__content__left {
        width: 90vw;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .product-tabs__content__left::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .product-tabs__content__left::-webkit-scrollbar-track {
        background: transparent;
    }

    .product-tabs__content__left::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .product-tabs__content__switcher {
        margin-right: 24px;
    }

    .product-tabs__content__switcher h3 {
        white-space: nowrap;
    }

    .product-tabs__desciption-wrapper {
        width: 100%;
    }

    .product-tabs__desciption-info p {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
    }

    .product-tabs__desciption-info {
        margin-bottom: 24px;
    }

    .product-tabs__desciption-list_title {
        margin-bottom: 22px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .product-tabs__desciption-list_item {
        position: relative;
        padding-left: 22px;
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-tabs__specifications_item {
        justify-content: space-between;
        padding: 11px 0 10px;
    }

    .product-tabs__specifications_item-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        width: auto;
        padding-right: 11%;
    }

    .product-tabs__specifications_item-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: right;
        width: 50%;
    }

    .product-tabs__switcher.js-event-switcher {
        display: none;
    }

    .product-tabs__feedback-head_title {
        margin-right: 16px;

        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        color: #041229;
    }

    .product-tabs__feedback-head_link {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #a8a9ad;
    }

    .product-tabs__feedback-item_bio-info {
        display: flex;
        flex-direction: column;
        width: 52%;
    }

    .product-tabs__feedback-head_rating {
        padding-top: 4px;
    }

    .product-tabs__feedback-items {
        margin-bottom: 40px;
        padding-bottom: 35px;
        position: relative;
    }

    .product-tabs__feedback-item_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #041229;
    }

    .product-tabs__feedback-form_title {
        margin-bottom: 8px;
    }

    .product-tabs__feedback-form_subtitle {
        margin-bottom: 16px;
    }

    .product-tabs__feedback-slider__pagination.swiper-pagination {
        display: block;
    }

    .product-tabs__delivery-wrapper {
        display: flex;
        flex-direction: column;
    }

    .product-tabs__delivery-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .product-tabs__delivery-right {
        width: 100%;
        padding-left: 0;
    }

    .product-tabs__delivery-list_title {
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

    .product-tabs__delivery-list_item {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-tabs__guarantee-wrapper {
        width: 100%;
    }

    .product-tabs__guarantee-list_title {
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

    .product-tabs__guarantee-list_item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;

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

    /* блок Продукция */
    .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;
    }

    .section__item-list {
        width: inherit;
    }

    .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-weight: 400;
        font-size: 14px;
        line-height: 145%;
        color: var(--mild-grey-color);
    }

    .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;
    }

    .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-info {
        display: none;
    }
    .swiper-slide.section__item {
        margin-bottom: 0;
    }
    .section__item:hover .section__item-list_links{
        transform: none;
    }
    .button-up-wrapper{
        bottom: 150px !important;
    }
    .gallery-col {
        display: none;
    }
    .gallery-mobile {
        display: flex;
        flex-direction: column;
    }
    .product-main__price-wrapper {
        padding: 0;
    }
    .product-main__content-info_payment {
        display: none;
    }
    .price-buttons-col .product-main__promo-banner-wrapper {
        display: none;
    }
    .js-add-to-cart.btn_in_basket__detail {
        background-color: var(--orange-color);
        color: var(--dark-blue-color);
    }
}

@media screen and (max-width: 767px) {
    .product-main__content-info_price-total {
        max-width: 44.5%;
    }

    .product-main__content-info_price-button .button.js-add-to-cart {
        text-indent: -99999%;
        max-width: 64px;
        position: relative;
    }

    .product-main__content-info_price-button .button.js-add-to-cart:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.40902 14.246L5.87402 7H18.5C19.151 7 19.628 7.611 19.47 8.243L18.122 13.635C17.917 14.454 17.221 15.056 16.381 15.14L9.56502 15.822C8.54902 15.923 7.62002 15.244 7.40902 14.246Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.874 7L5.224 4H3.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.1093 19.2668C16.9073 19.2668 16.7433 19.4308 16.7453 19.6328C16.7453 19.8348 16.9093 19.9988 17.1113 19.9988C17.3133 19.9988 17.4773 19.8348 17.4773 19.6328C17.4763 19.4308 17.3123 19.2668 17.1093 19.2668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.69675 19.2668C8.49475 19.2668 8.33075 19.4308 8.33275 19.6328C8.33075 19.8358 8.49575 19.9998 8.69775 19.9998C8.89975 19.9998 9.06375 19.8358 9.06375 19.6338C9.06375 19.4308 8.89975 19.2668 8.69675 19.2668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 24px;
    }

    .product-modifications-slider__wrapper {
        height: fit-content !important;
    }
}

@media screen and (max-width: 375px) {
    .product-main__content-info_price-button .button-click-preview {
        font-size: 3.6vw;
    }
}
.offer-active{
    background: #fdf1ea;
}
@media screen and (min-width: 1024px){
    .offer-active::after{
        background: #fdf1ea;
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: -40px;
        left: calc(-13% + 1px);
        width: 113%;
        height: calc(100% + 80px);
        z-index: 0;
    }
    .offer-active:last-child::after{
        width: 114%;
    }
    .offer-active .product-modifications-slider__info{
        position: relative;
        z-index: 1;
    }
}
.mark-list li.product-tabs__specifications_item::before{
	display: none;
}

.price-help-round {
    color: #f27435;
    font-size: 22px;
    line-height: 27px;
    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;
}

.product-modifications__content .price-help-round {
    margin-left: 10px;
}

@media screen and (max-width: 1023px) {
    .product-main__content-info_price div.price-help-round {
        color: #f27435;
        font-size: 18px;
        line-height: 22px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        display: block;
        border: 1px solid #009fc2;
        text-align: center;
        text-transform: lowercase !important;
        cursor: pointer;
        margin-left: 5px;
    }
}
.product-main__content-images {
    display: flex;
    flex-direction: column;
}

.product-main__content-img_labels {
    position: absolute;
    cursor: default;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    gap: 5px;
    max-width: 350px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
    .product-main__content-img_labels {
        padding: 6px;
        top: auto;
        left: auto;
    }
}

.product-main__content-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;
}

.product-main__content-img_label.img-label__SPECIALOFFER,
.product-main__content-img_label.img-label__STOCK {
    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: #fff;
}

.product-main__content-img_label.img-label__SERVICES {
    color: var(--red-color);
}

.product-main__content-img_label.img-label__SERVICES:hover {
    opacity: .8;
    cursor: pointer;
}

.product-main__content-img_label.img-label__STOCK_SALE {
    border: 1px solid var(--green-color);
    color: var(--green-color);
}


@media screen and (max-width: 1023px) {
    .product-main__content_stocks {
        width: 100%;
        margin-bottom: 15.5px;
    }

    .product-main__content_stocks-item {
        width: auto;
        min-width: 35%;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-main__content_stocks-description {
        width: auto;
        text-align: right;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .request-button {
        border: none !important;
        border-radius: 0 !important;
        background-color: var(--orange-color);
        justify-items: center;
        justify-content: center !important;
        display: flex !important;
        flex: 1 0 50%;
    }

    .request-button:active {
        background-color: var(--white-color);
    }
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    background: transparent;
}

.product-main__promo-banner-wrapper {
    padding: 10px 0;
}

.product-main__promo-banner {
    cursor: pointer;
    overflow: hidden;
    display: flex;
    max-height: 80px;
    flex-direction: row;
    background: var(--lighter-blue-color);
    border-radius: 6px;
}

.product-main__promo-text {
    font-size: 14px;
    color: var(--orange-color);
    font-weight: 600;
    padding-left: 1.2em;
    display: flex;
    flex: 0 0 70%;
    justify-content: center;
    align-items: center;
}

.product-main__percent-icon {
    min-width: 80px;
    min-height: 80px;
    display: flex;
    flex: 0 0 30%;
}

.product-main__percent-bg,
.product-main__percent-hole {
    fill: var(--blue-color);
}

.product-main__percent-line,
.product-main__percent-dot {
    fill: var(--white-color);
}

.product-main__characteristics {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
}

.product-main__characteristics__title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 20px;
    color: var(--mild-grey-color);
}

.product-main__characteristics__item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-grey-color);
    line-height: 145%;
    gap: 40px;
    padding: 12px 0;
}

.product-main__characteristics__item-title {
    flex: calc(50% - 40px);
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-grey-color);
    text-align: left;
}

.product-main__characteristics__item-description {
    flex: calc(50% - 40px);
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-blue-color);
    text-align: left;
}

.product-main__characteristics__more-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 17px;
}

.product-main__characteristics__more-text {
    font-size: 14px;
    color: var(--orange-color);
    font-weight: 500;
}

.product-main__characteristics__more-text::after {
    content: " →";
    font-weight: bold;
}

.product-main__characteristics__more-text:hover {
    opacity: .8;
    text-decoration: underline;
}

.product-main__services-tab {
    display: flex;
    flex-direction: column;
    flex: 0 0 80%;
}

.product-main__services-tab__item {
    gap: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
    border-bottom: 1px solid var(--light-grey-color);
}

.product-main__services-tab__item__info-block {
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    align-items: flex-start;
    gap: 4px;
}

.product-main__services-tab__item__name {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-blue-color);
}

.product-main__services-tab__item__description {
    font-size: 14px;
    font-weight: 400;
    color: var(--mild-grey-color);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/carousel/style.css?17664589953062*/
.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 16px 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;
    }
    .catalog .events-list_block__switcher{
        display: none;
    }
}
/* 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/catalog/.default/style.css?172707205111371 */
/* /local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?176647701264799 */
/* /local/templates/.default/components/bitrix/catalog.section/carousel/style.css?17664589953062 */
/* /local/components/general-itech/seoblock/templates/.default/style.css?1698728404387 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
