

/* Start:/local/templates/helicon-shop/components/bitrix/catalog/service/style.css?17115985362794*/
.service-callback__wrapper {
    margin-bottom: 120px;
}

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

.service-callback__title h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: -0.03em;

    color: #041229;

    margin-bottom: 40px;
}

.service-callback__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-callback__item {
    display: flex;
    gap: 64px;
}
.service-callback__item .service-callback__icon img{
    max-width: 100px;
    max-height: 100px;
}

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

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

    color: #041229;
}

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

    color: #041229;
}

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

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

.service-callback .service-callback__items{
    display: block;
}
.service-callback .service-callback__item:not(:last-child){
    margin-bottom: 40px;
} 
.service-callback .service-callback__info-title{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 24px;
}
.service-callback .service-callback__info{
    gap: 40px;
    flex-direction: row !important;
    flex-wrap: wrap;
}
.service-callback .service-callback__button{
    margin-top: 20px;
}

.service-support__icon img{
    height: auto;
}

@media screen and (max-width: 1023px) {
    .service-container {
        padding-bottom: 32px;
    }

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

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

    .service-callback__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

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

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

    .service-callback__button {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .service .pagination {
        padding: 0;
    }
    .service-callback .service-callback__button{
        display: block;
        width: fit-content;
    }
}

@media screen and (max-width:768px) {
    .service-callback .service-callback__info{
        gap: 20px;
    }
    .service-callback .service-callback__item{
        gap: 40px;
    }
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/catalog/service/bitrix/catalog.element/.default/style.css?176645899545294*/
.service-callback__items {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.service-callback__item {
    display: flex;
    justify-content: center;
    padding: 24px 20px;
    width: 100%;
    background-color: #f4fbfd;
    gap: unset;
}

.service-callback__info {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.service-callback__info-item {
    text-align: center;
    width: 100%;
}

.service-callback__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-callback__info-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;

    color: #041229;
}

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

    color: #041229;
}

.service-callback__button {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
}

.service-detail__title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.service-detail__more-block {
    display: flex;
    flex-direction: row;
}

.service-detail__title__more-button {
    margin-left: 6px;
    font-size: 16px;
    align-items: flex-end;
    color: var(--mild-grey-color);
}

.service-detail__title h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    overflow: visible;
}

.service-detail__title_buttons {
    display: flex;
    gap: 13px;
    justify-content: space-between;
    transition-property: all;
    transition: all ease 0.25s;
}

.service-detail__title_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 2px;
}

.service-detail__title_button.product-favorite-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.service-detail__title_button-description {
    display: none;
}

.service-detail {
    position: relative;
    padding-bottom: 60px !important;
}

.service-detail__content {
    position: relative;
    display: flex;
    gap: 25px;
}

.gallery-col {
    display: flex;
    flex-direction: column;
    flex: 0 0 34%;
    min-width: 0;
}

.gallery-mobile {
    display: none;
}

.product-data-col {
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;
    min-width: 0;
}

.price-buttons-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

@media screen and (max-width: 768px) {
    .gallery-col {
        display: none;
    }

    .gallery-mobile {
        display: flex;
    }
}

.service-detail__buttons {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.service-detail__content-info {
    padding: 0;
    width: 50%;
}

.service-detail__content_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: var(--dark-grey-color);
}

.service-detail__content-info_price {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-detail__content-info_price-total {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    font-weight: 500;
    font-size: 34px;
    line-height: 118.5%;
    gap: 16px;
}

.service-detail__content-info_price__new {
}

.service-detail__content-info_price__old {
    padding: 0 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 132%;
    text-decoration-line: line-through;
}

.cart__item-controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cart__item-counter {
    display: inline-flex;
    column-gap: 7px;
    align-items: center;
    justify-content: center;
    user-select: none;
    background: #ffffff;
    height: 45px;
    border: 1px solid #009fc257;
    border-radius: 54px;
}

.counter__button {
    flex: 0 0 30px;
    height: 30px;

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    cursor: pointer;
}

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

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

.counter__button:hover path {
    stroke: var(--orange-color);
}

.counter__button-minus.disabled {
    opacity: 0.5;
    cursor: default;
}

.counter__button-minus.disabled:hover path {
    stroke: #000;
}

.counter__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 82px;
}

.counter__input input {
    width: 100%;
    font-size: 20px;
    background-color: #ffffff;
    border: none;
    text-align: center;
}

.service-detail__content-info_price-button {
    display: flex;
    gap: 16px;
}

.service-detail__content-info_price-button .button-click-preview {
    border-radius: 32px;
}

.service-detail__content-info_price-button .button {
    white-space: nowrap;
}

.service-detail__content-info_payment {
}

.service-detail__content-info_payment-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
    transition: color 0.35s ease;
}

.service-detail__content-info_payment-link svg {
    margin-left: 7px;
    stroke: var(--orange-color);
    fill: var(--orange-color);
}

.service-detail__content-info_payment-link:hover {
    color: var(--orange-color);
}

.service-detail__content_item {
    display: flex;
    gap: 6px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.service-detail__content_item-title {
    width: 29%;
    padding-right: 5%;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-align: left;
}

.service-detail__content_item-description {
    min-width: 40%;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-align: left;
    color: var(--dark-blue-color);
    transition: all 0.5s ease;
}

.service-detail__description-block {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    gap: 0.5em;
    color: var(--dark-blue-color);
    font-weight: 400;
}

.service-detail__description-block__title {
    font-weight: 500;
    font-size: 14px;
    color: var(--mild-grey-color);
}

.service-detail__description-block__detail-button {
    display: flex;
    border-radius: 7px;
    padding: 6px 10px;
    margin-top: 17px;
    width: min-content;
    background-color: var(--light-blue-color);
    align-self: flex-end;
}

.service-detail__description-block__detail-button:hover {
    background-color: var(--lighter-blue-color);
}

.service-detail__description-block__detail-arrow {
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-color: var(--light-grey-color);
    border-right: 2px solid var(--mild-grey-color);
    border-bottom: 2px solid var(--mild-grey-color);
    transform: rotate(-45deg);
    margin-left: 8px;
    align-self: center;
}


.service-detail__content_item a:hover {
    color: var(--orange-color);
}

.service-detail__content_item-description.available-green {
    color: var(--green-color);
}

.service-detail__content_item-description.available-blue {
    color: var(--blue-color);
}

.service-detail__content_item-description.available-orange {
    color: var(--orange-color);
}

.service-detail__content_item-description.available-red {
    color: var(--red-color);
}

.service-detail-slider {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 16px;
}

.service-detail-slider__item {
    display: flex;

    height: 100%;
    border: 1px solid #ececec;
    transition: opacity 0.5s ease;
}

.service-detail-slider__video {
    position: relative;
}

.service-detail-slider__video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/service/bitrix/catalog.element/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px;
}

.service-detail-slider__next {
    width: 45px !important;
    height: 45px !important;
    right: 16px !important;
    border-radius: 50%;
    transform: rotate(-180deg);
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
}

.service-detail-slider__prev {
    width: 45px !important;
    height: 45px !important;
    left: 16px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
}

.carousel__slide.has-thumb.has-video::before {
    content: "";
    z-index: 1;
    background-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/service/bitrix/catalog.element/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.video-block {
    position: relative;
}

.video-block__button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
}

.service-detail-slider__info {
    padding: 130px 0 96px 98px;
    width: 40%;
}

.service-detail-slider__info-title {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;

    letter-spacing: -0.03em;

    color: #ffffff;
}

.service-detail-slider__info-description {
    margin-bottom: 40px;

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

    color: #ffffff;
}

.service-detail-slider__info-button {
    display: inline-block;
    margin-top: 8px;
    transition: color 0.5s ease;

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

    color: #ffffff;
}

.service-detail-slider__info-button:hover {
    color: var(--orange-color);
}

.service-detail-slider__info-button svg {
    margin-left: 6px;
    stroke: #ffffff;
    transition: stroke 0.5s ease;
}

.service-detail-slider__info-button:hover svg {
    stroke: var(--orange-color);
}

.service-detail-slider__content {
    width: 100%;
    height: fit-content;
}

.service-detail-slider__content img {
    width: 100%;
    height: auto;
    user-select: none;
    object-fit: contain;
}

.service-detail__content__switcher-block {
    z-index: 10;

    width: 100%;
}

.content__switcher-block {
    display: flex;
    justify-content: flex-start;
}

.content__switcher-block__item {
    color: #ffffff;
    flex: 1;
    padding: 1px;
    max-width: 136px;
    margin-right: 16px;
    cursor: pointer;

    transition: color 0.5s ease;
}

.content__switcher-block__video {
    position: relative;
}

.content__switcher-block__video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/catalog/service/bitrix/catalog.element/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.content__switcher-block__item_active {
    box-shadow: 0 0 0 1px inset #ececec;
}

.content__switcher-block__item_active .content__switcher-block__item__number,
.content__switcher-block__item_active .content__switcher-block__item__text {
    color: #ffffff;
}

.content__switcher-block__item__number,
.content__switcher-block__item__text {
    color: var(--light-grey-color);
    white-space: nowrap;
}

.content__switcher-block__item:hover,
.content__switcher-block__item.content__switcher-block__item_active {
    color: inherit;
}

.service-detail-slider__pagination {
    display: none !important;
}

.swiper-container a {
    display: inline-block;
}

.product-tabs {
    margin-bottom: 120px;
}

.product-tabs__content__left {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 40px;
    border-bottom: 1px solid #a8a9ad;
}

.product-tabs__content__right {
}

.product-tabs__content__switcher {
    position: relative;
    cursor: pointer;
}

.product-tabs__content__switcher:hover h3 {
    color: var(--orange-color);
}

.product-tabs__content__switch-item {
    display: none;
    position: absolute;
    top: 0;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.product-tabs__content__switch-item_active {
    display: block;
    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;
}

.product-tabs__desciption {
}

.product-tabs__desciption-wrapper {
    width: 75%;
}

.product-tabs__desciption-info {
    margin-bottom: 24px;
}

.product-tabs__desciption-info img {
    max-width: 300px;
}

.product-tabs__desciption-info p {
    margin-bottom: 24px;

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

.product-tabs__desciption-info img[data-fancybox] {
    cursor: pointer;
    /*max-width: 300px;*/
}

.product-tabs__desciption-info ul {
    font-size: 16px;
}

.product-tabs__desciption-list {
}

.product-tabs__desciption-list ul {
}

.product-tabs__desciption-list_title {
    margin-bottom: 22px;

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

.product-tabs__desciption-list_title:empty {
    margin-bottom: 0;
}

.product-tabs__desciption-list_item {
    position: relative;

    padding-left: 14px;
    margin-bottom: 16px;

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

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

.product-tabs__specifications {
}

.product-tabs__specifications-wrapper {
}

.product-tabs__specifications_item {
    display: flex;
    align-items: flex-start;
    padding: 16px 0 15px;
    min-height: 22px;
    line-height: 54px;
    border-bottom: 1px solid #ececec;
}

.product-tabs__specifications_item:last-child {
    border-bottom: none;
}

.product-tabs__specifications_item-title {
    width: 32%;
    padding-right: 11%;

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

    color: #676767;
}

.product-tabs__specifications_item-description {
    width: 50%;

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

    color: #000000;
}

.product-tabs__documentation {
}

.product-tabs__documentation-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin-bottom: 40px;
}

.product-tabs__documentation-item {
    width: 30%;
    flex: 0 0 auto;
}

@media (max-width: 1023px) {
    .product-tabs__documentation-item {
        width: 45%;
    }
}

.product-tabs__documentation-download {
    display: flex;
    margin-right: 40px;
    margin-bottom: 16px;
    transition: color 0.5s ease;
}

.product-tabs__documentation-download:hover .product-tabs__documentation-download_link,
.product-tabs__documentation-download:hover .product-tabs__documentation-download_img path {
    transition: all 0.5s ease;
    color: var(--orange-color);
    fill: var(--orange-color);
}

.product-tabs__documentation-download_img {
    transition: all 0.5s ease;
    margin-right: 24px;
}

.product-tabs__documentation-download_img path {
    transition: all 0.5s ease;
}

.product-tabs__documentation-download_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.product-tabs__documentation-download_link p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #676767;
}

.product-tabs__delivery {
}

.product-tabs__delivery-wrapper {
    display: flex;
}

.product-tabs__delivery-info {
    margin-bottom: 45px;
}

.product-tabs__delivery-info p {
    margin-bottom: 25px;

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.product-tabs__delivery-left {
    width: 50%;
    padding-right: 3%;
}

.product-tabs__delivery-right {
    width: 50%;
    padding-left: 3%;
}

.product-tabs__delivery-list ul {
}

.product-tabs__delivery-list_title {
    margin-bottom: 22px;

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

.product-tabs__delivery-list_item {
    position: relative;

    padding-left: 14px;
    margin-bottom: 16px;

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

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

.product-tabs__delivery-list_note {
    color: #a8a9ad;
    margin-bottom: 16px;
}

.product-tabs__delivery-list_more a {
    text-decoration: underline;
    transition: all 0.5s ease;
}

.product-tabs__delivery-list_more a:hover {
    color: var(--orange-color);
}

.product-tabs__guarantee {
}

.product-tabs__guarantee-wrapper {
    width: 75%;
}

.product-tabs__guarantee-info {
    margin-bottom: 45px;
}

.product-tabs__guarantee-info p {
    margin-bottom: 25px;

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.product-tabs__guarantee-list {
}

.product-tabs__guarantee-list ul {
}

.product-tabs__guarantee-list_title {
    margin-bottom: 22px;

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

.product-tabs__guarantee-list_item {
    position: relative;

    padding-left: 14px;
    margin-bottom: 16px;

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

.product-tabs__guarantee-list_item a {
    transition: all 0.5s ease;
}

.product-tabs__guarantee-list_item:hover a {
    color: var(--orange-color);
}

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

.product-tabs__feedback {
    overflow: hidden;
}

.product-tabs__feedback-wrapper {
    overflow: hidden;
}

.product-tabs__feedback-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-tabs__feedback-head_container {
    display: flex;
    align-items: center;
}

.product-tabs__feedback-head_title {
    margin-right: 16px;

    font-weight: 500;
    font-size: 36px;
    line-height: 118.5%;

    color: #041229;
}

.product-tabs__feedback-head_overall-rating {
    margin-right: 20px;
}

.product-tabs__feedback-head_overall-rating_star {
    margin-right: -4px;
}

.product-tabs__feedback-head_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #a8a9ad;
}

.product-tabs__feedback-items {
    margin-bottom: 40px;
}

.product-tabs__feedback-item {
    box-sizing: border-box;
    padding: 24px 24px 40px;
    border: 1px solid #ececec;
}

.product-tabs__feedback-item_title {
}

.product-tabs__feedback-item_bio {
    display: flex;
    margin-bottom: 15px;
}

.product-tabs__feedback-item_bio-img {
    margin-right: 11px;
}

.product-tabs__feedback-item_bio-info {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.product-tabs__feedback-item_bio-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.product-tabs__feedback-item_bio-post {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #a8a9ad;
}

.product-tabs__feedback-head_rating {
    margin-left: auto;
}

.product-tabs__feedback-head_rating-star {
    width: 16px;
    margin-right: -4px;
}

.product-tabs__feedback-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.product-tabs__switcher.js-event-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-tabs__feedback-form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.product-tabs__feedback-form_title {
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;
}

.product-tabs__feedback-form_subtitle {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.product-tabs__feedback-form_button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.product-tabs__feedback-slider__pagination.swiper-pagination {
    display: none;
}

.catalog {
    margin-bottom: 80px;
}

.catalog__title-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 10px;
}

.events-list_block__switcher {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

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

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

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

/* catalog-content */

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

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

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

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

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

    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(168, 169, 173, 0.25);
    transition: all 0.5s ease;
}

.section__item-wrapper {
    display: flex;
}

.section__item:hover {
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    box-shadow: 6px -7px 39px rgb(236 236 236 / 15%), -5px -7px 39px rgb(236 236 236 / 15%),
    5px 7px 39px rgb(236 236 236 / 15%);
}

.section__item:hover .section__item-list {
    z-index: 5;
    height: 100%;
    width: 100%;
}

.section__item:hover .section__item-list_item {
}

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

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

.section__item:last-child {
}

.section__item-list {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.section__item-list_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 33%;
    padding: 24px 24px 32px;
    background-color: #fff;
}

.section__item-list_item-img {
    position: relative;
    margin-bottom: 16px;
    height: fit-content;
}

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

.section__item-list_item-img_label {
    position: absolute;
    top: 8px;
    left: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #ececec;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 9px 6.5px 12px;
}

.section__item-list_item-img_label.img-label__stock {
    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: #fff;
}

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

.section__item:hover .section__item-list_item-img_buttons {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.section__item-list_item-img_buttons {
    position: absolute;
    flex-direction: column;
    top: 8px;
    right: 8px;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition: all ease 0.25s;
}

.section__item-list_item-img_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;

    width: 32px;
    height: 32px;

    background: #ffffff;

    border: 1px solid #ececec;
    border-radius: 2px;
}

.section__item-list_item-img_button.product-favorite-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.section__item-list_item-img_button:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

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

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

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

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

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

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

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

    color: #041229;
}

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

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

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

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

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

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

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

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

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

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

    text-decoration-line: line-through;
}

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

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

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

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

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

.left-info:hover .section__item-info {
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(-100%) !important;
}

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

.service .pagination {
    padding: 0;
}

.service-detail__price-wrapper {
    background-color: var(--lighter-blue-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    border-radius: 6px;
    gap: 25px;
}

@media screen and (max-width: 1023px) {
    .service-callback__items {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 24px;
    }

    .service-callback__item {
        display: flex;
        justify-content: center;
        padding: 24px 20px;
        width: calc(100% - 32px);
        background-color: #f4fbfd;
    }

    .page-content {
        position: relative;
    }

    .service-detail {
        position: initial;
        margin-bottom: 30px !important;
    }

    .service-detail__title {
        display: flex;
        flex-direction: column;
    }

    .service-detail__title h1 {
        margin-bottom: 24px;
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
    }

    .service-detail__title_button {
        width: auto;
        height: auto;
        padding: 6px 5px;
        background: #ffffff;

        border: 1px solid #ececec;
        border-radius: 2px;
    }

    .service-detail__title_button svg {
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }

    .service-detail__title_button-description {
        display: inline-block;
    }

    .product-modifications__specifications {
        display: none;
    }

    .service-detail__content {
        position: initial;
        flex-direction: column;
    }

    .service-detail__content-images {
        width: 100%;
        margin-right: 0;
    }

    .service-detail__content__switcher-block {
        display: none;
    }

    .service-detail__content-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 32px 0;
        width: 100%;
    }

    .service-detail__content_list {
        width: 100%;
        margin-bottom: 22px;
    }

    .service-detail__content_item {
        margin-bottom: 15.5px;
    }

    .service-detail__content_item-title {
        width: auto;
        min-width: 35%;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .service-detail__content_item-description {
        width: auto;
        text-align: right;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .service-detail__content-info_price {
        z-index: 15;
        position: fixed;
        bottom: 15px;
        left: 15px;
        display: flex;
        flex-direction: row;
        width: calc(100% - 30px);
        height: 64px;

        background: #fff;
        box-shadow: -5px 10px 20px rgb(216 216 216 / 85%);
    }

    .service-detail__content-info_price-total {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        align-items: center;
        margin-bottom: 0;
        width: 55%;

        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .service-detail__content-info_price__new {
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .service-detail__content-info_price__old {
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-decoration-line: line-through;
    }

    .cart__item-controls {
        display: none;
    }

    .service-detail__content-info_price-button {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 0;
        order: 1;
        gap: 0;
    }

    .service-detail__content-info_price-button .button {
        border-radius: 0;
        height: 100%;
        width: 100%;
    }

    .service-detail__content-info_price-button .button-click-preview {
        display: none;
    }

    .service-detail-slider {
        padding-bottom: 30px;
    }

    .service-detail-slider__next {
        display: none !important;
    }

    .service-detail-slider__prev {
        display: none !important;
    }

    .service-detail-slider__pagination.swiper-pagination {
        display: block !important;
        bottom: 4px;
    }

    .product-tabs {
        margin-bottom: 60px;
    }

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

    .product-tabs__content__left {
        width: 90vw;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

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

    .product-tabs__desciption-wrapper {
        width: 100%;
    }

    .product-tabs__desciption-info p {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
    }

    .product-tabs__desciption-info {
        margin-bottom: 24px;
    }

    .product-tabs__desciption-list_title {
        margin-bottom: 22px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .product-tabs__desciption-list_item {
        position: relative;
        padding-left: 22px;
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-tabs__specifications_item {
        justify-content: space-between;
        padding: 11px 0 10px;
    }

    .product-tabs__specifications_item-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        width: auto;
        padding-right: 11%;
    }

    .product-tabs__specifications_item-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: right;
        width: 50%;
    }

    .product-tabs__documentation-download {
        margin-bottom: 16px;
    }

    .product-tabs__switcher.js-event-switcher {
        display: none;
    }

    .product-tabs__feedback-head_title {
        margin-right: 16px;

        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        color: #041229;
    }

    .product-tabs__feedback-head_link {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #a8a9ad;
    }

    .product-tabs__feedback-item_bio-info {
        display: flex;
        flex-direction: column;
        width: 52%;
    }

    .product-tabs__feedback-head_rating {
        padding-top: 4px;
    }

    .product-tabs__feedback-items {
        margin-bottom: 40px;
        padding-bottom: 35px;
        position: relative;
    }

    .product-tabs__feedback-item_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #041229;
    }

    .product-tabs__feedback-form_title {
        margin-bottom: 8px;
    }

    .product-tabs__feedback-form_subtitle {
        margin-bottom: 16px;
    }

    .product-tabs__feedback-slider__pagination.swiper-pagination {
        display: block;
    }

    .product-tabs__delivery-wrapper {
        display: flex;
        flex-direction: column;
    }

    .product-tabs__delivery-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .product-tabs__delivery-right {
        width: 100%;
        padding-left: 0;
    }

    .product-tabs__delivery-list_title {
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

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

    .product-tabs__guarantee-wrapper {
        width: 100%;
    }

    .product-tabs__guarantee-list_title {
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

    .product-tabs__guarantee-list_item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;

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

    .catalog {
        margin-bottom: 60px;
    }

    .catalog-container {
        grid-template-columns: 0 100%;
        gap: 0;
    }

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

    .catalog-content__head {
        display: flex;
        align-items: flex-start;
    }

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

    .catalog-content-filter__name {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        margin-left: 8px;
        margin-right: 4px;
    }

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

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

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

    .section__items {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 0;
    }

    .section__item {
        margin-bottom: 76px;
    }

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

    .section__item-info {
        display: none;
    }

    .section__item-list {
        width: 100%;
    }

    .section__item-list_item-info-block {
        display: flex;
        padding-top: 51px;
    }

    .section__item-list_item-data {
        margin-left: 23px;
    }

    .section__item-list_item-img {
        min-width: 80px;
        width: 26%;
        height: 90%;
    }

    .section__item-list_item-img_label {
        top: 16px;
        left: 16px;

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

    .section__item-list_item-img_buttons {
        display: flex;
        flex-direction: row;
        top: 16px;
        right: 16px;
        opacity: 1;
        visibility: visible;
        transition-property: all;
        transition: all ease 0.25s;
    }

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

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

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

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

        background-color: #fff;
    }

    .section__item-list_item-img {
        position: initial;
    }

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

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

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

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

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

    .section__item-list_item-price {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: calc(26% + 23px);
    }

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

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

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

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

    .catalog-filter__show {
        transform: translateX(0);
        top: 0;
        left: 0;
        z-index: 120;

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

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

    .catalog-filter__form-title {
        display: flex;
        align-items: center;
    }

    .catalog-filter__form-count {
        display: block;
        margin-top: 3px;
        margin-left: 6px;
        padding: 0 4.5px;
        width: fit-content;
        min-width: 5px;
        height: 14px;
        background-color: var(--orange-color);
        color: #fff;
        border-radius: 11px;
        font-weight: 400;
        font-size: 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 {
        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;
    }

    .service .pagination {
        padding: 0;
    }

    .service-detail__content-info_payment {
        display: none;
    }

    .request-button {
        border: none !important;
        border-radius: 0 !important;
        background-color: var(--orange-color);
        justify-items: center;
        justify-content: center !important;
        display: flex !important;
        flex: 1 0 50%;
    }

    .request-button:active {
        background-color: var(--white-color);
    }

    .service-detail__price-wrapper {
        padding: 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/service/style.css?17115985362794 */
/* /local/templates/helicon-shop/components/bitrix/catalog/service/bitrix/catalog.element/.default/style.css?176645899545294 */
/* /local/components/general-itech/seoblock/templates/.default/style.css?1698728404387 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
