

/* 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.section.list/depth_2/style.css?17249986176639*/
.banner {
    margin-bottom: 80px;
}
.banner__content {
    position: relative;
    display: flex;
    justify-content: space-between;

    height: 320px;

    overflow: hidden;

    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section.list/depth_2/./images/subsection-page-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner__content-left {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 39%;
    padding: 30px 75px 30px 40px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0px 16px 45px rgba(106, 123, 126, 0.08);
    -webkit-backdrop-filter: blur(39px);
    backdrop-filter: blur(39px);
}

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

.banner__title {
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0;
    color: #041229;
}
.banner__description {
    margin-bottom: 16px;

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

    color: #041229;
}

.banner__info {
    margin-bottom: 26px;
}

.banner__list-item {
    position: relative;
    margin-bottom: 15px;
    padding-left: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

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

.banner__download {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.banner__download:hover .banner__download-link div {
    color: var(--orange-color);
}

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

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

.banner__download path:last-child {
    stroke: #0412292b;
}

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

.banner__download-img {
    margin-right: 16px;
}

.banner__download-link div {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    transition: color 0.5s ease;
}

.banner__download-link p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;

    color: #a8a9ad;
}

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

.subsection-list__area {
    
    width: 100%;
    column-count: 4;
    column-gap: 24px
}
.subsection-list__wrap{
    overflow-y: auto;
    overflow-x: hidden;
}
.subsection-list__wrap::-webkit-scrollbar {
    width: 1px;
}

.subsection-list__wrap::-webkit-scrollbar-track {
    background-color: #a8a9ad;
}

.subsection-list__wrap::-webkit-scrollbar-thumb {
    background-color: #009fc2;
}

.subsection-list__links {
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;
    margin-bottom: 56px;
    color: #67676780;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.subsection-list__links li:not(:first-child) {
    padding: 16px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: var(--dark-blue-color);
}

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

/* linking-lines_section */

.linking-lines__line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 40px auto 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #a8a9ad;
}

.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:hover {
    border-color: var(--orange-color);
    color: var(--orange-color);
}

.info-block {
    display: flex;
    margin-bottom: 120px;
}

.info-block__left {
    width: 50%;
}

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

.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%;
}
@media screen and (max-width: 1023px) {
    
    .banner {
        position: relative;
        border-bottom: 0;
        margin-bottom: 32px;
    }

    .banner__content {
        position: relative;
        display: flex;
        justify-content: space-between;

        min-height: auto;
        padding-bottom: 100%!important;
        overflow: hidden;

        background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/.default/bitrix/catalog.section.list/depth_2/./images/subsection-page-banner-mob.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .banner__content-left {
        width: 100%;
        height: 100%;
        padding: 16px;
        background: rgba(255, 255, 255, 0.24);
        box-shadow: 0px 16px 45px rgba(106, 123, 126, 0.08);
        box-sizing: border-box;
    }
    .banner__content__slider__item__left {
        width: 35%;
        padding: 0px 16px 30px 16px;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .banner__info {
        margin-bottom: 16px;
    }
    .banner__title {
        margin-bottom: 16px;

        font-weight: 500;
        font-size: 28px;
        line-height: 110%;
        color: #041229;
    }
    .banner__description {
        margin-bottom: 0;

        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }
    .banner__list-item {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .linking-lines__line {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: auto;
       
        margin: 32px auto 15px;
        overflow-x: auto;
    }

    .linking-lines__line__item {
        margin: 0 8px 16px 0;
    }
    .subsection-list__area {
        column-count: 3;
    }
    .subsection-list__wrap{
        max-height: 1200px;
        padding-right: 5px;
    }
}
@media screen and (max-width:768px) {
    .subsection-list__area{
        column-count: unset;   
    }
}
@media screen and (max-width:576px) {
    .subsection-list__wrap{
        max-height: 530px;
    }
    .subsection-list__links{
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 400px) {
    .banner__title {
        font-size: 20px;
    }
}
/* 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.section.list/depth_2/style.css?17249986176639 */
/* /local/components/general-itech/seoblock/templates/.default/style.css?1698728404387 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
