

/* Start:/local/templates/houpack/components/bitrix/catalog.element/main/style.css?17525846744199*/
.swiper-button-next, .swiper-button-prev {
    --swiper-navigation-top-offset: 50%;
}

.detailed-product-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.detailed-product-card__preview .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailed-product-card__preview .swiper-wrapper {
    align-items: center;
}

.thumbs-container {
    position: relative;
}

.thumbs-button-prev,
.thumbs-button-next {
    position: static;
    transform: none;
    margin: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.detailed-product-card .thumbs-button-next::after {
    background-image: url("/local/templates/houpack/components/bitrix/catalog.element/main/./svg/angle-right.svg");
    width: 5px;
    height: 10px;
}

.detailed-product-card .thumbs-button-prev::after {
    background-image: url("/local/templates/houpack/components/bitrix/catalog.element/main/./svg/angle-left.svg");
    width: 5px;
    height: 10px;
}

.detailed-product-card .swiper-slide-thumb-active {
    border-color: #2600ff !important;
}

.detailed-product-card__preview {
    position: relative;
    max-width: 520px;
    width: 100%;
    height: fit-content;
}

.detailed-product-card__preview .detailed-product-card-main-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailed-product-card-main-slider {
    min-height: 520px;
    gap: 0;
    background-color: var(--while-color);
    border-radius: 16px;
    cursor: grab;
}

.detailed-product-card-main-slider .swiper-buttons-static {
    position: absolute;
}

.detailed-product-card__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 627px;
    width: 100%;
}

.detailed-product-card__info h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.detailed-product-card__info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px;
    background-color: var(--while-color);
    border-radius: 16px;
}

.detailed-product-card__info-item {
    font-size: 14px;
}

.detailed-product-card__info-item .detailed-product-card__info-item_title {
    opacity: 0.3;
    font-size: 16px;
}

.detailed-product-card__btn {
    margin-top: 24px;
    width: 100%;
    max-width: max-content;
    margin-inline: auto;
}

.section__description {
    margin: 60px 0;
}

.description__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 18px 20px;
    background-color: var(--while-color);
    border-radius: 16px;
    font-size: 16px;
    text-align: justify;
}

.detailed-product-card__info-item_text,
.detailed-product-card__btn,
.description__text {
    font-size: 18px;
}

@media (max-width: 1200px) {
    .detailed-product-card__info h3 {
        font-size: 34px;
    }

    .detailed-product-card__info-item_text,
    .detailed-product-card__btn,
    .description__text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .detailed-product-card-thumbs-slider {
        max-width: calc(100% - 47px);
    }

    .section__description {
        margin: 40px 0;
    }

    .description__body {
        font-size: 14px;
    }

}

@media (max-width: 992px) {
    .detailed-product-card__info {
        max-width: 100%;
    }

    .detailed-product-card__info h3 {
        font-size: 34px;
    }

    .detailed-product-card {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .detailed-product-card .swiper-buttons-static .swiper-button-prev {
        left: 0;
    }

    .detailed-product-card .swiper-buttons-static .swiper-button-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .detailed-product-card__info-item .detailed-product-card__info-item_title,
    .detailed-product-card__info-item_text,
    .description__text {
        font-size: 14px;
    }

    .detailed-product-card__info {
        max-width: unset;
    }

    .detailed-product-card__info h3 {
        font-size: 32px;
    }

    .section__description {
        margin: 20px 0;
    }

    .description__body {
        font-size: 12px;
    }

    .detailed-product-card .thumbs-button-prev {
        left: -20px;
    }

    .detailed-product-card .thumbs-button-next {
        right: -20px;
    }
}
/* End */


/* Start:/local/templates/houpack/components/bitrix/catalog.section.list/product_detail/style.css?1752583933388*/
.tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tags__item {
    padding: 10px 20px 12px;
    background-color: var(--while-color);
    font-size: 18px;
    border-radius: 16px;
}

@media (max-width: 1200px) {
    .tags__item {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .tags__item {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/components/intervolga/form/templates/blue_gradient/style.css?17525839334133*/
.form-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*justify-content: space-between;*/
    gap: 20px;
    padding: 50px;
    border-radius: 16px;
    color: var(--while-color);
    background: linear-gradient(97.51deg, var(--blue-gradient) 7.67%, #2a00ff 60.18%, var(--purple-gradient) 100%);
}

.form-block input {
    border-color: var(--while-color);
    color: var(--while-color);
}

.form-block__descr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}

.form-block__descr h2 {
    font-size: 54px;
}

.form-block__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
    padding: 10px 0 0;
    border-radius: 6px;
    max-width: 578px;
    width: 100%;
}

.form-block__form .form-label {
    position: relative;
    font-size: 20px;
}

.form-block__form .form-label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.form-block__form-submit-container {
    display: flex;
    gap: 25px;
    width: 100%;
    margin-top: 50px;
}

.form-block__form-submit-container span {
    font-size: 15px;
}

.form-block__form-submit-container .form-block__form-submit.btn.btn-third {
    font-size: 18px;
    padding: 8px 48px;
    max-height: 40px;
}

.form-block__form-submit:hover {
    transform: scale(1.03);
}

.form-block__descr-vacancy {
    max-width: 100%;
}

.form-block__text {
    max-width: 170px;
    font-size: 18px;
}

.form-block__text-vacancy {
    max-width: 260px;
    font-size: 18px;
}

.form-block__form .form-block__text-info {
    font-size: 14px;
    margin-bottom: 0;
}

.form-block__form-vacancy {
    gap: 20px;
}

.form-block__form-submit-container_fix {
    margin: 0;
    align-items: center;
}

.form-block__vacancy {
    margin: 0 0 50px 0;
}

.form-block__text-link {
    text-decoration: underline;
}

.form-block__element {
    width: 100%;
}

@media (max-width: 1440px) {
    .form-block__descr .form-block__text {
        max-width: 160px;
    }
}

@media (max-width: 1200px) {
    .form-block__descr h2 {
        font-size: 42px;
    }

    .form-block__text {
        font-size: 16px;
    }

    .form-block__text-vacancy {
        font-size: 16px;
    }

    .form-block__form-submit-container .form-block__form-submit.btn.btn-third {
        padding: 8px 36px;
        font-size: 16px;
    }

    .form-block__form .form-label {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .form-block {
        padding: 30px;
    }

    .form-block__form {
        max-width: 100%;
    }

    .form-block__form-submit-container {
        margin-top: 30px;
    }

    .form-block__form-submit-container span {
        font-size: 12px;
    }

    .form-block__form-submit-container_fix {
        flex-direction: column;
        align-items: flex-end;
    }

}

@media (max-width: 992px) {
    .form-block__descr h2 {
        font-size: 34px;
    }

    .form-block__form-submit-container .form-block__form-submit.btn.btn-third {
        padding: 8px 32px;
    }
}

@media (max-width: 768px) {
    .form-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .form-block__descr {
        max-width: unset;
    }

    .form-block__descr br {
        display: none;
    }

    .form-block__form-submit-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .form-block__form-submit-container_fix {
        align-items: flex-end;
    }

    .form-block__descr .form-block__text {
        max-width: 100%;
    }

    .form-block__text-vacancy {
        display: none;
    }

    .form-block__form-vacancy {
        gap: 20px;
    }

    .form-block__descr h2 {
        font-size: 32px;
        text-align: center;
    }

    .form-block__form .form-label {
        font-size: 16px;
    }

    .form-block__text {
        font-size: 14px;
    }

    .form-block__text-vacancy {
        font-size: 14px;
    }

    .form-block__form .form-block__text-info {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/components/intervolga/form/templates/popup/style.css?1752583933274*/
.modal a.close-modal {
    top: -50px;
    right: -50px;
}

.modal-form__title {
    font-size: 24px;
    text-align: center;
}

.modal-form__text-link {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .modal-form__title {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/houpack/components/bitrix/catalog.element/main/style.css?17525846744199 */
/* /local/templates/houpack/components/bitrix/catalog.section.list/product_detail/style.css?1752583933388 */
/* /local/components/intervolga/form/templates/blue_gradient/style.css?17525839334133 */
/* /local/components/intervolga/form/templates/popup/style.css?1752583933274 */
