

/* Start:/local/templates/helicon-shop/components/bitrix/news.detail/conditions_page/style.css?171349708033808*/
.banner {
    padding-bottom: 40px;
}
.banner__content {
    position: relative;
    display: flex;
    justify-content: space-between;

    height: 320px;

    overflow: hidden;

    background-image: url("/local/templates/helicon-shop/components/bitrix/news.detail/conditions_page/./images/conditions-main-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner__content-left {
    width: 44%;
    padding: 30px 75px 30px 40px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 16px 45px rgba(106, 123, 126, 0.08);
    backdrop-filter: blur(39px);
}
.banner.banner-alternative {
    overflow: hidden;
    margin-bottom: 120px !important;
}
.banner.banner-alternative .banner__content-left {
    width: 65%;
    background: #f4fbfd;
    padding: 80px 130px 30px 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.banner.banner-alternative .banner__content {
    margin-bottom: 0;
    overflow: visible;
}
.banner.banner-alternative .banner__content-right {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: -13%;
}
.banner.banner-alternative .banner__list-item {
    padding-left: 24px;
    margin-bottom: 24px;
}
.banner.banner-alternative .banner__list-item:before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/helicon-shop/components/bitrix/news.detail/conditions_page/../icons/banner-arrow.svg");
}

.banner.banner-alternative .banner__list-number {
    position: absolute;
    top: 0;
    left: 0;
    color: #009fc2;
}

.service__notifications {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 55px;
}

.service__notifications-item {
    display: flex;
    width: 43.25%;

    padding: 16px 32px;
    margin-bottom: 2%;
    gap: 10px;

    border: 1px solid #009fc2;
    border-radius: 12px;
}

.service__notifications-item:nth-child(odd) {
    margin-right: 2%;
}

.service__notifications-item--danger {
    border-color: var(--red-color);
}

.service__notifications-item_info h2,
.service__notifications-item_info h3,
.service__notifications-item_info h4,
.service__notifications-item_info h5,
.service__notifications-item_info h6,
.service__notifications-item_info-title {
    margin-bottom: 8px;

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

    color: #041229;
}

.service__notifications-item_info p,
.service__notifications-item_info-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #041229;
}

.service__notifications-item_info-description a {
    text-decoration: underline;
    transition: all 0.5s ease;
}

.service__notifications-item_info-description a:hover {
    color: var(--orange-color);
}
.service-steps__title {
    margin-bottom: 40px;
}
.service-steps__wrapper {
    margin-bottom: 120px;
}
.service-steps__items {
    display: flex;
    justify-content: space-between;
}
.service-steps__item {
    max-width: 290px;
}
.service-steps__number {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: -0.03em;

    color: #009fc2;

    opacity: 0.3;
}
.service-steps__name {
    margin-bottom: 38px;
    padding: 16px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #041229;
    border-bottom: 3px solid #009fc2;
}
.service-steps__text {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
}

.service-steps__list-item {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
}
.service-steps__list-item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #009fc2;
    border-radius: 50%;
}

.service-callback__wrapper {
    margin-bottom: 120px;
}
.service-callback__title {
    padding-right: 30%;
}
.service-callback__title h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: -0.03em;

    color: #041229;

    margin-bottom: 40px;
}
.service-callback__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.service-callback__item {
    display: flex;
    gap: 64px;
}

.service-callback__info {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.service-callback__info-title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #041229;
}

.service-callback__info-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.service-callback__button {
    display: flex;
    align-items: center;
    gap: 24px;
}

.service-support__wrapper {
    margin-bottom: 120px;
}

.service-support__title {
    padding-right: 30%;
}

.service-support__title h2 {
    margin-bottom: 64px;
}

.service-support__item {
    width: 100%;
    display: flex;
    gap: 64px;
}

.service-support__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.service-support__text {
    max-width: 425px;
}
.service-support__info-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 36px;
    line-height: 118.5%;
    color: #041229;
}
.service-support__info-description p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    /* or 23px */

    color: #000000;
}

.service-contracts__wrapper {
    margin-bottom: 120px;
}

.service-contracts__title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 118.5%;
    color: #041229;
}
.service-contracts__description {
    margin-bottom: 64px;
    padding-right: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}
.service-contracts__items {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.service-contracts__item {
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.service-contracts__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.service-contracts__text {
    max-width: 425px;
}
.service-contracts__info-title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #000000;
}

.service-contracts__info-list_item {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
}

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

.product-tabs {
    margin-bottom: 0;
}

.product-tabs__content__left {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    padding-bottom: 8px;
    margin-bottom: 40px;
    border-bottom: 1px solid #a8a9ad;
}
.product-tabs__content__right {
}
.product-tabs__content__switcher {
    position: relative;
    cursor: pointer;
    margin-right: 44px;
}
.product-tabs__content__switcher:hover h3 {
    color: var(--orange-color);
}
.product-tabs__content__switch-item {
    max-height: 0;
    position: relative;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.product-tabs__content__switch-item_active {
    max-height: 5000px;
    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;
}

.catalog {
    margin-bottom: 80px;
}
.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-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.catalog-container {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: 1fr;
    gap: 0;
    grid-template-areas: "catalog-menu catalog-content";
}

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

/* catalog-content */

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

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

.catalog-content__section {
    position: relative;
    margin-bottom: 80px;
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
}

.section__items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 0;
}

.section__item {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;

    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(168, 169, 173, 0.25);
    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%;
}

.section__item:hover .section__item-list_item {
}

.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;
    height: 100%;
    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;
}

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

    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-title {
    margin-bottom: 8px;

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

    color: #041229;
}

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

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

.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;
    flex-direction: column;
    width: 100%;
    margin: -1px auto 0;
    transition-property: all;
    transition: all ease 0.5s;
}

.section__item-list_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

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

.section__item-info {
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition-property: all;
    transition: all 0.5s ease;
}

.left-info .section__item-info {
    left: 0;
    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%);
}
.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;
}
.catalog-filter__form-head {
    display: none;
}

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

.product-compare__container {
    margin-bottom: 120px;
    height: 100%;
    transition: all 0.5s ease;
}

.service .pagination {
    padding: 80px 0 120px;
}

.advantages {
    margin-bottom: 120px;
}
.advantages__title {
    margin-bottom: 35px;
}

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

.advantages__content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 21.8%;
    min-height: 240px;
    padding: 24px 0px 30px 24px;
    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 {
    width: 66px;
    height: 66px;
}

@media screen and (max-width: 1023px) {
    .banner.banner-alternative {
        overflow: hidden;
        margin-bottom: 60px!important;
    }
    .banner__content-left {
        width: 100%;
        height: 100%;
        padding: 16px;
        background: rgba(255, 255, 255, 0.24);
        box-shadow: none;
    }
    .banner.banner-alternative .banner__content {
        padding-bottom: 40px;
    }
    .banner.banner-alternative .banner__content-left {
        width: 100%;
        background: #f4fbfd;
        padding: 40px 0 0 0;
    }
    .service-container {
        padding-bottom: 32px;
    }
    .service__notifications {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .service__notifications-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 23px;
        margin-bottom: 2%;
        gap: 10px;
        border: 1px solid #009fc2;
        border-radius: 12px;
    }

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

    .service__notifications-item_info h2,
    .service__notifications-item_info h3,
    .service__notifications-item_info h4,
    .service__notifications-item_info h5,
    .service__notifications-item_info h6,
    .service__notifications-item_info-title {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .service__notifications-item_info p,
    .service__notifications-item_info-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }

    .service-steps__wrapper {
        margin-bottom: 60px;
    }
    .service-steps__items {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
    .service-steps__item {
        max-width: 100%;
    }
    .service-steps__list-item {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 8px;
    }

    .service-steps__text {
        font-size: 14px;
        line-height: 140%;
    }

    .service-steps__name {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        margin-bottom: 24px;
        width: fit-content;
    }

    .service-callback__wrapper {
        margin-bottom: 60px;
    }
    .service-callback__title h2 {
        margin-bottom: 32px;
        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.03em;
        color: #041229;
    }
    .service-support__item {
        width: 100%;
        display: flex;
        gap: 32px;
    }
    .service-callback__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .service-callback__info-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

    .service-callback__info-description {
        font-size: 14px;
        line-height: 140%;
    }
    .service-callback__button {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
    .service-support__wrapper {
        margin-bottom: 60px;
    }
    .service-support__info-title {
        margin-bottom: 8px;

        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        color: #041229;
    }

    .service-support__title h2 {
        margin-bottom: 32px;
    }

    .service-support__info-description p {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;

        color: #000000;
    }
    .service-support__item {
        width: 100%;
        display: flex;
        gap: 32px;
    }
    .service-support__info {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .service-contracts__wrapper {
        margin-bottom: 60px;
    }

    .service-contracts__title h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.03em;
        color: #041229;
    }

    .service-contracts__description {
        margin-bottom: 32px;
        padding-right: 0;
    }

    .service-contracts__items {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .service-contracts__item {
        display: flex;
        align-items: flex-start;
        gap: 32px;
    }
    .service-contracts__info-title {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        color: #000000;
    }

    .service-contracts__info-list_item {
        position: relative;
        margin-bottom: 8px;
        padding-left: 20px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #041229;
    }

    .service-contracts__info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .product-tabs {
        margin-bottom: 0;
    }

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

    .product-tabs__content__left {
        width: 100%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 24px;
    }

    .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;
    }
    .compare-title h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
        color: #041229;
    }
    .catalog {
        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;
    }
    .catalog-content-filter__name {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        margin-left: 8px;
        margin-right: 4px;
    }

    .catalog-content-filter__count {
        display: block;
        margin-top: 2px;
        margin-left: 1px;
        padding: 0 4.5px;
        width: fit-content;
        min-width: 5px;
        height: 14px;
        background-color: var(--orange-color);
        color: #fff;
        border-radius: 11px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;

        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }

    .catalog-content-filter__count-show {
        opacity: 1;
        visibility: visible;
    }

    .section__items {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 0;
    }
    .section__item {
        margin-bottom: 76px;
    }

    .section__item:hover .section__item-info {
        display: none;
    }

    .section__item-info {
        display: none;
    }
    .section__item-list {
        width: 100%;
    }
    .section__item-list_item-info-block {
        display: flex;
        padding-top: 51px;
    }
    .section__item-list_item-data {
        margin-left: 23px;
    }
    .section__item-list_item-img {
        min-width: 80px;
        width: 26%;
        height: 90%;
    }
    .section__item-list_item-img_label {
        top: 16px;
        left: 16px;

        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }
    .section__item-list_item-img_buttons {
        display: flex;
        flex-direction: row;
        top: 16px;
        right: 16px;
        opacity: 1;
        visibility: visible;
        transition-property: all;
        transition: all ease 0.25s;
    }

    .section__item-list_item-img_button {
        margin-bottom: 0;
        margin-right: 8px;
    }

    .section__item-list_item-img_button:last-child {
        margin-right: 0;
    }

    .section__item-list_links {
        flex-direction: row;
        transform: translateY(100%);
    }

    .section__item-list_item {
        height: 100%;
        padding: 16px 16px 22px;

        background-color: #fff;
    }
    .section__item-list_item-img {
        position: initial;
    }

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

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

    .section__item-list_item-description {
        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: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: calc(26% + 23px);
    }

    .section__item-list_item-price__new {
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 8px;
    }

    .section__item-list_item-price__old {
        padding-left: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-decoration-line: line-through;
    }

    .catalog-content__section {
        margin-bottom: 32px;
        border-right: 0;
        border-bottom: 0;
    }

    .catalog-filter {
        position: fixed;
        transform: translateX(-200%);
        z-index: 10;
        width: 70%;
        transition: transform 0.25s;
    }
    .catalog-filter__show {
        transform: translateX(0);
        top: 0;
        left: 0;
        z-index: 120;

        height: 93%;
        overflow-y: scroll;
        transition: transform 0.25s;
    }

    .catalog-filter__form-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .catalog-filter__form-title {
        display: flex;
        align-items: center;
    }
    .catalog-filter__form-count {
        display: block;
        margin-top: 3px;
        margin-left: 6px;
        padding: 0 4.5px;
        width: fit-content;
        min-width: 5px;
        height: 14px;
        background-color: var(--orange-color);
        color: #fff;
        border-radius: 11px;
        font-weight: 400;
        font-size: 9px;
        line-height: 1.6;

        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }

    .catalog-filter__form-count-show {
        opacity: 1;
        visibility: visible;
    }

    .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: 0px;
    }

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

    .sort__menu .menu-items {
        position: absolute;
        flex-direction: column;
        left: auto;
        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;
    }

    .catalog-menu__back-button {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        width: fit-content;
        cursor: pointer;
    }

    .catalog-menu__back-button svg {
        margin-right: 16px;
    }

    .catalog-menu__back-button:hover p {
        color: var(--orange-color);
        transition: color 0.5s ease;
    }

    .catalog-menu__back-button p {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        transition: color 0.5s ease;
    }

    .catalog-menu__back-button svg {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

    .catalog-menu__back-button path {
        transition: stroke 0.5s ease;
        stroke: var(--orange-color);
    }

    .catalog-menu__back-button circle {
        transition: stroke 0.5s ease;
        stroke: var(--blue-color);
    }

    .catalog-menu__back-button:hover circle {
        stroke: var(--orange-color);
        transition: stroke 0.5s ease;
    }

    .catalog-menu__back-button:hover path {
        stroke: var(--orange-color);
        transition: stroke 0.5s ease;
    }

    .events-content {
        margin-bottom: 40px;
    }

    .events-content__item {
        display: flex;
        flex-direction: column;
    }
    .events-content__item:first-child {
        border-top: none;
        padding-top: 0;
    }
    .events-content__item-left {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .events-content__item-title {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        transition: all 0.5s ease;
    }

    .events-content__item-description {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;

        transition: all 0.5s ease;
    }

    .events-content__item-img {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .events-content__item-img img {
        width: 100%;
    }

    .events-content__item-date {
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 8px;
        text-align: left;
    }

    .events-content__item-time {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 132%;
        text-align: left;
    }

    .events-content__item-type {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: left;
    }

    .events-content__item-place {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: left;
    }

    .service-content__section {
        margin-bottom: 40px;
    }

    .news-block__content {
        margin-bottom: 40px;
    }

    .service .pagination {
        padding: 0;
    }
    .pagination__wrapper .pagination__button {
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
    }

    .pagination__items .pagination__pages {
        display: none;
    }
    .pagination__button-toggle {
        display: none;
    }

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

    .advantages__title {
        margin-bottom: 25px;
    }

    .advantages__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .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%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .advantages__content-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 21.3%;
        min-height: 240px;
        padding: 24px 8px 30px 16px;
        background-color: #f4fbfd;
    }
}

/* 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.detail/conditions_page/style.css?171349708033808 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
