

/* 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.smart.filter/.default/style.css?17500409919404*/
.catalog-filter {
    grid-area: catalog-leftside;
    padding: 40px 16px;
    height: fit-content;
    background-color: #f4fbfd;
}

.catalog-filter__wrapper {
}

.catalog-filter__form {
}

.catalog-filter__apply_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-filter__apply_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    margin-bottom: 24px;

    gap: 10px;

    width: 250px;
    height: 51px;

    color: #ffffff;
    background-color: #f27435;
    border-radius: 27px;
}

.catalog-filter__reset_button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;

    width: 250px;
    height: 51px;

    cursor: pointer;
    background-color: #ffffff;

    border: 1px solid #ececec;
    border-radius: 27px;
    transition: all 0.35s ease;
}

.catalog-filter__reset_button:hover {
    border: 1px solid var(--orange-color);
    color: var(--orange-color);
}

.catalog-filter__reset_button.active {
    display: flex;
}

.catalog-filter__form-head {
    display: none;
}

.form__item {
    margin-bottom: 40px;
}

.form__item-available {
    display: none;
}

.form__item-hide .form__item-inner {
    overflow: hidden;
    margin-bottom: 16px;
}

.form__item-more {
    cursor: pointer;
}

.form__item-more span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.form__item-wrapper {
}

.form__item-title {
    margin-bottom: 16px;
}

.form__item-title h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
}

.form__item-inner {
    position: relative;
    overflow-y: auto;
    max-height: 180px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    overflow-x: hidden;
}

.form__item-inner::-webkit-scrollbar {
    width: 4px;
}

.form__item-inner::-webkit-scrollbar-track {
    background-color: transparent;
}

.form__item-inner::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.form__item-checkbox {
    display: flex;
    align-items: center;

    margin-bottom: 16px;
    padding-right: 8px;
}

.checkbox__wrap > .checkbox__input {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: -1;
    opacity: 0;
}

.checkbox__wrap > .checkbox__label {
    /*display: inline-flex;*/
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.checkbox__wrap > .checkbox__label > span.checkbox__label-wrap:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #041229;
    margin-right: 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.15s ease;
}

.checkbox__label-wrap {
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.checkbox__wrap > .checkbox__input:not(:disabled):not(:checked) + .checkbox__label:hover::before {
    border-color: #f27435;
    transition: all 0.15s ease;
}

.checkbox__wrap > .checkbox__input:not(:disabled):not(:checked) + .checkbox__label a:hover {
    color: #f27435;
    transition: all 0.15s ease;
}

.checkbox__wrap > .checkbox__input:disabled + .checkbox__label > span.checkbox__label-wrap:before {
    cursor: default;
    border-color: #a8a9ad;
}

.checkbox__wrap > .checkbox__input:disabled + .checkbox__label {
    cursor: default;
    color: #a8a9ad;
}

.checkbox__wrap > .checkbox__input:checked + .checkbox__label > span.checkbox__label-wrap:before {
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/images/checkbox-check.svg");
    transition: all 0.15s ease;
}

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

    color: #041229;
}

.checkbox__label-count {
}

.catalog-filter__apply_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-filter__apply_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    margin-bottom: 24px;

    gap: 10px;

    width: 250px;
    height: 51px;

    color: #ffffff;
    background-color: #f27435;
    border-radius: 27px;
}

.catalog-filter__reset_button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;

    width: 250px;
    height: 51px;

    cursor: pointer;
    background-color: #ffffff;

    border: 1px solid #ececec;
    border-radius: 27px;
    transition: all 0.35s ease;
}

.catalog-filter__reset_button:hover {
    border: 1px solid var(--orange-color);
    color: var(--orange-color);
}

.catalog-filter__reset_button.active {
    display: flex;
}

#checkbox-filter-available {
    display: none;
}

.form__item-toogle + .form__item {
    margin-top: 24px;
}

.form_item-toogle {
    margin-bottom: 0 !important;
}

.form__item-wrapper_toggle {
    display: flex;
    flex-wrap: wrap;
}

.form__item-wrapper_toggle .form__item-inner {
    margin-left: auto;
}

.form__item-wrapper_toggle h5 {
    font-weight: 700;
}

.form__item-toggle {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Отступ между элементами */
}

.toggle__wrap {
    position: relative;
    display: inline-block;
    width: 50px; /* Ширина переключателя */
    height: 24px; /* Высота переключателя */
}

.toggle__input {
    opacity: 0; /* Скрываем стандартный checkbox */
    width: 0;
    height: 0;
}

.toggle__label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Цвет фона выключенного состояния */
    border-radius: 50px; /* Скругление углов */
    transition: background-color 0.3s;
}

.toggle__label:before {
    position: absolute;
    content: "";
    height: 20px; /* Высота "кнопки" переключателя */
    width: 20px; /* Ширина "кнопки" переключателя */
    left: 2px; /* Отступ от левого края */
    bottom: 2px; /* Отступ от нижнего края */
    background-color: white; /* Цвет "кнопки" */
    border-radius: 50%; /* Скругление углов "кнопки" */
    transition: transform 0.3s;
}

/* Состояние включенного переключателя */
.toggle__input:checked + .toggle__label {
    background-color: #f27435; /* Цвет фона включенного состояния */
}

.toggle__input:checked + .toggle__label:before {
    transform: translateX(26px); /* Перемещение "кнопки" при включении */
}

@media screen and (min-width: 1023px) {
    .catalog-filter.hidden-md {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .catalog-filter {
        position: fixed;
        transform: translateX(-100%);
        z-index: 10;
        width: 70%;
        transition: transform 0.25s;
    }

    .catalog-filter__show {
        transform: translateX(0);
        top: 0;

        z-index: 120;

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

    .catalog-filter__form-count {
        display: block;
        margin-top: 3px;
        margin-left: 6px;
        padding: 0 6px;
        width: fit-content;
        min-width: 5px;
        height: 20px;
        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;
    }

    .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%;
        cursor: pointer;
    }

    .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;
    }
    #checkbox-filter-available {
        display: block;
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/system.pagenavigation/page_pagination/style.css?17115985362317*/
.pagination.pagination-hide {
    display: none;
}

.pagination__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagination__items {
    display: flex;
    align-items: center;
}

.pagination__pages {
    display: flex;
}

.pagination__pages-visible {
    display: flex;
    justify-content: space-between;
}

.pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    padding: 0 7px;
    width: fit-content;
    min-width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #041229;
    border-radius: 27px;
    transition: all 0.35s ease;
}

.pagination__page:hover {
    border: 1px solid var(--orange-color);
}

.pagination__page span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    text-align: center;
}

.pagination__page-current {
    background-color: var(--orange-color);
    color: #fff;
    border: 1px solid var(--orange-color);
}

.pagination__pages-divide {
}
.pagination__page-divide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 50px;
}
.pagination__page-divide span {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pagination__pages-last {
}

.pagination__button {
    margin-bottom: 15px;
    width: fit-content;
}

.pagination__button-toggle {
    padding: 10px 0 0 0;
    cursor: pointer;
}

.pagination__button-toggle path {
    transition: stroke 0.5s ease;
}

.pagination__button-toggle:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s eas;
}

@media screen and (max-width: 1023px) {
    .pagination__wrapper .pagination__button {
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
    }
	.pagination__page {
		min-width: 40px;
		height: 40px;
	}
	.pagination__page span {
		font-size: 14px;
	}
	.pagination__pages {
		display: flex;
		align-items: center;
	}
	.pagination__pages-visible {
		display: flex;
		align-items: center;
	}
	.pagination__items .pagination__pages {
	}
	.pagination__button-toggle {
		padding: 5px 0 0 0;
	}
	.pagination__button-toggle svg {
		width: 60px;
		height: 80px;
	}
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?172662827717920*/
.catalog-container {
    display: grid;
    grid-template-columns: 282px 3fr;
    grid-template-rows: 1fr;
    gap: 0 24px;
    grid-template-areas: "catalog-leftside catalog-content";
}
.categories-title {
    margin-bottom: 40px !important;
}

.categories-title h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
}

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

.catalog-filter {
    grid-area: catalog-leftside;
    padding: 40px 16px;
    height: fit-content;
    background-color: #f4fbfd;
}

.catalog-content {
    grid-area: catalog-content;
}
.catalog-menu {
    grid-area: catalog-leftside;
}
.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;
}

.catalog-menu__list {
    margin-bottom: 32px;
}

.catalog-menu__links {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
}

.catalog-menu__item {
    padding-left: 25px;
    margin-bottom: 15px;
}
.catalog-menu__item-more {
    display: none;
}
.catalog-menu__links li:first-child {
    padding-bottom: 17px;
}

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

.catalog-menu__link:hover {
    color: var(--blue-color);
}

/* 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;

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

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

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

.sort__head {
    white-space: nowrap;
}

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

.menu-item {
    transition: all 0.35s ease;
}

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

.menu-item__input {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: -1;
    opacity: 0;
}

.menu-item__input + .menu-item__label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px dashed;
    transition: all 0.35s ease;
    white-space: nowrap;
}

.menu-item.down,
.menu-item.up {
    color: #f27435;
}

.menu-item.down::after {
    content: "";
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section/.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/bitrix/catalog.section/.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__input:checked + .menu-item__label {
    position: relative;
    color: #f27435;
    border-bottom: 1px dashed #f27435;
}

.menu-item__input:checked + .menu-item__label::after {
    content: "";
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section/.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.increase .menu-item__label::after {
    content: "";
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section/.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.decrease .menu-item__label::after {
    content: "";
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section/.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__label {
    transition: all 0.35s ease;
}

.menu-item__form {
    display: block;
}

.menu__item-checkbox {
}

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

.catalog-content__section {
    margin-bottom: 80px;
}

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

.section-desc {
    margin-bottom: 45px;
}

.categories-other {
    margin-bottom: 45px;
}

.categories-other__area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: fit-content;
    gap: 24px;
}

.categories-other__links {
    width: max-content;
    max-width: 283px;
    margin-bottom: 0;
    color: #67676780;
}

.categories-other__item {
    margin-bottom: 16px;
    transition: color ease 0.5s;
}

.categories-other__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    transition: color ease 0.5s;
}

.categories-other__item:hover a {
    color: var(--orange-color);
    transition: color ease 0.5s;
}
/* linking-lines_section */

.linking-lines_section {
    margin-bottom: 74px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}

.linking-lines__line {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    width: auto;
}

.linking-lines__line + .linking-lines__line {
    margin-top: 16px;
}

.linking-lines__line__item {
    padding: 12px 35px;
    border: 1px solid var(--dark-blue-color);
    border-radius: 57px;
    white-space: nowrap;
    margin: 0 16px 16px 0;
    background-color: var(--white-color);
    transition: border 0.5s ease, color 0.5s ease;
}

.linking-lines__line__item_select {
    border-color: var(--blue-color);
}

.linking-lines__line__item:hover {
    border-color: var(--orange-color);
    color: var(--orange-color);
}

@media screen and (max-width: 1023px) {
    .categories-title {
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .categories-title h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
    }
    .catalog.center1200 {
        margin-bottom: 60px;
    }

    .catalog-container {
        display: flex;
        flex-direction: column;
        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: 0px 5px;
        width: fit-content;
        min-width: 5px;
        height: 20px;
        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-menu__item {
        padding-left: 0;
        margin-bottom: 16px;
        display: inline-block;
    }

    .catalog-menu__links li:first-child {
        padding-bottom: 32px;
    }

    .catalog-menu__item .catalog-menu__link {
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .catalog-menu__item-more {
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 29px;
    }

    .catalog-menu__item-more::after {
        content: "";
        min-width: 7px;
        min-height: 7px;
        background: url(/local/templates/helicon-shop/css/../icons/arrow-down.svg) center / contain no-repeat;
        margin-left: 8px;
        margin-right: 8px;
        transition: transform 0.5s;
    }
    .catalog-menu__item-show::after {
        transform: rotateX(180deg);
        transition: transform 0.5s;
    }
    .catalog-menu__back-button {
        display: none !important;
    }
    .catalog-menu__links {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
    }

    .catalog-menu__list {
        max-height: 3000px;
        transition: all 0.5s ease;
    }

    .catalog-menu__list.catalog-menu__list-hide {
        max-height: 222px;
        overflow: hidden;
        margin-bottom: 16px;
        transition: all 0.5s ease;
    }
    .catalog-menu__back-button {
        display: none;
    }
    .catalog-menu__list.catalog-menu__list-hide {
        max-height: 222px;
        overflow: hidden;
        margin-bottom: 16px;
        transition: all 0.5s ease;
    }
    .catalog-content-filter__count-show,
    .catalog-content-filter__count.show {
        opacity: 1;
        visibility: visible;
    }
    .catalog-menu__back-button {
        display: none;
    }

    .section__items {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 16px;
    }
    .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: 40px;
        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: 100%;
        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;
    }
    .catalog-filter__form-count {
        display: block;
        margin-top: 3px;
        margin-left: 6px;
        padding: 0 6px;
        width: fit-content;
        min-width: 5px;
        height: 20px;
        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-filter__form-count-show,
    .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: 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;
    }

    .linking-lines_section {
        margin-bottom: 45px !important;
    }
    .linking-lines__line .linking-lines__line__item {
        width: 100%;
        text-align: center;
        margin: 0 32px 8px 0;
    }

    .section-desc {
        margin-bottom: 60px;
        padding: 0 16px;
    }

    .categories-other {
        margin-bottom: 60px;
        padding: 0 16px;
    }

    .categories-other__area {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: 530px;
        overflow-y: auto;
        overflow-x: hidden;
        gap: 0;
    }

    .categories-other__area::-webkit-scrollbar {
        width: 1px;
    }

    .categories-other__area::-webkit-scrollbar-track {
        background-color: #a8a9ad;
    }

    .categories-other__area::-webkit-scrollbar-thumb {
        background-color: #009fc2;
    }

    .categories-other__links {
        margin-bottom: 0;

        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
    }
    .categories-other__links li {
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;

        color: #041229;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section__items:not(.swiper-wrapper) {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .catalog-content__head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 40px;
        gap: 16px 0;
    }
    .section__items:not(.swiper-wrapper) {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr;
        gap: 0;
    }
}

/* 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.smart.filter/.default/style.css?17500409919404 */
/* /local/templates/helicon-shop/components/bitrix/system.pagenavigation/page_pagination/style.css?17115985362317 */
/* /local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?172662827717920 */
/* /local/components/general-itech/seoblock/templates/.default/style.css?1698728404387 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
