

/* Start:/local/components/general-itech/elastic.search.page/templates/.default/style.css?175083336426797*/
.search {
    margin-bottom: 40px;
}
.search-title{
    margin-bottom: 40px!important;
}
.search-title h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
    margin-bottom: 0;
}
.search-value {
    color: #009FC2;
}
.search-block {
    margin-bottom: 40px!important;
}
.search-block .header__search {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    margin-bottom: 16px;
}

.search-block__result {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

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

.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%;
    height: auto !important;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.5s ease;
}
.swiper-wrapper .section__item {
    margin-top: 0;
    margin-bottom: 0;
}
.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 {
    border-bottom: 1px solid transparent;
}

.left-info:hover .section__item-list_item {
}

.section__item:hover .section__item-list_links {
	transform: translateY(100%);
}
.section__item .section__item-list_links {
    transform: translateY(0);
}
.section__item:last-child {
}

.section__item-list {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    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; 

    border-top: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);

    user-select: none;
}

.section__item-list_item-img {
	height: fit-content;
}

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

.section__item-list_item-img_label {
    position: relative;
    top: unset;
    left: unset;
	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__SPECIALOFFER,
.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-label__STOCK_SALE {
    border: 1px solid var(--green-color);
    color: var(--green-color);
}

.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%;
    display: flex;
    flex-direction: row;
    gap: 5px;

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

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

	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.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;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

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

.section__item-list_item-available .section__item-list_item-available-title {
    font-size: 13px;
    line-height: 145%;
    color: var(--mild-grey-color);
    font-weight: 400;
}

.section__item-list_item-available.available-green {
	color: var(--green-color);
}

.section__item-list_item-available.available-blue {
	color: var(--blue-color);
}

.section__item-list_item-available.available-orange {
	color: var(--orange-color);
}

.section__item-list_item-available.available-red {
	color: var(--red-color);
}

.section__item-list_item-price {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 16px;
}

.section__item-list_item-price__new {
    font-weight: 500;
    font-size: 24px;
    line-height: 132%;
}

.section__item-list_item-price__old {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;

    text-decoration-line: line-through;
}

.section__item-list_links {
    z-index: -1;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    margin: 0 auto 0;
    transition-property: all;
    transition: all ease 0.5s;
}

.section__item-list_cart {
	min-height: 60px;
}

.section__item-list_links .section__item-list_cart.form-exist {
    background-color: var(--mild-grey-color);
}

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

.section__item-info {
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin: 0 0 1px -1px;
    height: calc(100% - 2px);
    border-top: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
    background-color: #fff;
    transition-property: all;
    pointer-events: none;
    transition: all 0.5s ease;
}

.left-info .section__item-info {
    overflow: hidden;
    left: 0;
    margin: 0 0 1px 1px;
    border-left: 1px solid transparent;
}

.left-info:hover .section__item-info {
    margin: 0 0 1px 0;
    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 {
    width: 100%;
    display: inline-block;
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(100%);
    box-shadow: 6px -7px 39px rgb(236 236 236 / 25%), -5px -7px 39px rgb(236 236 236 / 25%),
    5px 7px 39px rgb(236 236 236 / 25%);
    margin-left: -1px;
}
.section__item-info_list {
	padding: 24px 3% 32px 4%;
}

.section__item-info_item {
	display: flex;
	justify-content: space-between;

	margin-bottom: 8px;
}

.section__item-info_item-title {
	width: 48%;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #676767;
}

.section__item-info_item-description {
	width: 45%;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	color: #041229;
}
.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;
}

.events {
}
.events-container {
}
.events-content {
    margin-bottom: 80px;
}
.events-content__item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #a8a9ad;
}

.events-content__item:hover .events-content__item-title,
.events-content__item:hover .events-content__item-description {
    color: var(--orange-color);
}

.events-content__item:first-child {
    border-top: 1px solid #a8a9ad;
}

.events-content__item-info {
    width: 100%;
}
.events-content__item-img {
    margin-right: 24px;
}
.events-content__item-left {
    display: flex;
    padding: 0 17% 0 0;
}
.events-content__item-title {
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;
    transition: all 0.5s ease;
}
.events-content__item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    transition: all 0.5s ease;
}

.events-content__item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 260px;
}

.events-content__item-date {
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    text-align: right;
}
.events-content__item-time {
    font-weight: 500;
    font-size: 36px;
    line-height: 118.5%;

    text-align: right;
}
.events-content__item-type {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;

    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #676767;
}
.events-content__item-place {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;

    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #676767;
}

.news-block__content {
    margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
    .search-title {
        padding: 0 16px;
    }
    .search-title h1 {
        margin-bottom: 0!important;
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
    }
    .search-block {
        padding: 0 16px;
    }
    .search-block .header__search {
        display: none;
        width: 100%;
    }
    .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: 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: 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-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 .section__item-list_links {
        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: 10px;
        line-height: 130%;
    }
    .section__item-list_item-brand {
        font-weight: 400;
        font-size: 10px;
        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: 10px;
        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 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;
        opacity: 0;
        visibility: hidden;
        transition: all .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: 12px;
        line-height: 140%;
        text-align: left;
    }

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

    .news-block__content {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .swiper-slide.section__item {
        width: 48%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .section__item {
        margin-bottom: 61px;
        transition: all 0.5s ease;
    }
    .section__item .section__item-list_links {
        transform: translateY(100%);
    }
}

.documentation {
    margin-bottom: 80px!important;
}

.documentation__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.documentation__download {
    position: relative;
    display: flex;

    padding: 60px 16px 16px;
    transition: color 0.5s ease;
    background-color: #F4FBFD;
}
.documentation__download:hover .documentation__download-link,
.documentation__download:hover .documentation__download-img path {
    transition: all 0.5s ease;
    color: var(--orange-color);
    fill: var(--orange-color);
}
.documentation__download-img {
    transition: all 0.5s ease;
    margin-right: 24px;
}
.documentation__download-img path {
    transition: all 0.5s ease;
}

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

    color: #041229;
}
.documentation__download-link_date {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #A8A9AD;
}
.documentation__download-link p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #676767;
}

.documentation__download-label {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 8px;
    left: 8px;
}

.documentation__download-label_format {

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

.documentation__download-label_category {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 9px 6.5px 12px;
    border: 1px solid #009FC2;
    background-color: #009FC2;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .documentation {
        margin-bottom: 40px!important;
    }

    .documentation__wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .about-filte__form {
        display: flex;
        flex-direction: row;
        margin-bottom: 24px;
    }
    .documentation__download {
        margin-bottom: 16px;
    }
    .search-empty{
        margin-bottom: 50px;
    }
}

.price-help-round {
    color: #f27435;
    font-size: 22px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: block;
    border: 1px solid #009fc2;
    text-align: center;
    text-transform: lowercase !important;
    cursor: pointer;
}
.price-help-img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -50px;
}
.price-help-title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 1.2;
}
.price-help-message {
    text-align: center;
    margin-bottom: 20px;
    color: #7a7a7a;
    line-height: 1.5;
}

.section__item-list_item-img_labels {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
    gap: 5px;
    max-width: 100%;
    flex-wrap: wrap;
}
.js-add-to-cart.btn_in_basket {
    background-color: var(--mild-grey-color);
}


.search-sections__block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 35px;
    border-left: 3px solid #019fc4;
    padding-left: 20px;

}

.search-sections__title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 7px;
}

.search-section__result {
    line-height: 1.25;
    margin-bottom: 5px;
}

.search-section__result a {
    text-decoration: underline;
}


.search-section__result a:hover {
    color: #f27435;
}

.toogle-section__spoiler {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #a8a9ad;
    cursor: pointer;
    width: fit-content;
    transition: color .3s ease;
}

.toogle-section__spoiler:hover {
    color: #f27435;
    text-decoration: underline;
}

.search-section__list li:nth-child(n+6) {
    animation: fadeIn .7s ease;
    display: none;
    opacity: 0;
}

.search-section__list.open li:nth-child(n+6) {
    display: block;
    opacity: 1;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
/* 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/components/general-itech/elastic.search.page/templates/.default/style.css?175083336426797 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
