

/* 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/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/components/general-itech/seoblock/templates/.default/style.css?1698728404387 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
