

/* Start:/local/templates/.default/components/bitrix/news/partners/bitrix/news.detail/.default/style.css?17249986175850*/
.page-title {
    display: none;
}

/*Heroblock*/
.heroblock {
    padding-top: 97px;
    padding-bottom: 97px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #E3EEF3;
}

.heroblock h2 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    /* font-size: 96px; */
    line-height: 110%;
    max-width: 70%;
    font-size: 5.1vw;
}

p + .heroblock__link{
    margin-top: 40px;
}

.heroblock__link:not(.document) {
    display: block;
    width: fit-content;
}

.heroblock__link + .heroblock__link {
    margin-top: 16px;
}

.heroblock__link:hover {
    color: var(--orange-color);
}

.heroblock__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 83%;
}

.heroblock__title-row img {
    max-width: 27%;
    height: auto;
    min-width: 200px;
    border-radius: 50%;
}
@media screen and (min-width: 1440px){
    .heroblock h2 {
        font-size: 80px;
    }
}
@media screen and (max-width: 1050px){
    .heroblock h2 {
        font-size: 74px;
        max-width: 80%;
    }
}
@media screen and (max-width: 991px){
    .heroblock h2 {
        font-size: 65px;
        max-width: 90%;
    }
}
@media screen and (max-width: 768px){
    .heroblock h2 {
        font-size: 55px;
    }
}
@media screen and (max-width: 700px) {
    .heroblock__title-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .heroblock__title-row img{
        min-width: 100px;
    }
    .heroblock h2{
        max-width: unset;
    }

}
@media screen and (max-width: 576px){
    .heroblock h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 765px){
    p + .heroblock__link{
        margin-top: 20px;
    }
}

.document {
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
}

.document__link {
    text-align: left;
}

.document__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

.document__info {
    font-size: 10px;
    line-height: 10px;
    color: var(--dark-grey-color);
}

.document:hover {
    color: var(--orange-color);
}

/*шапка слайдера*/
.slider-head, .slider-head__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-head {
    margin-bottom: 10px;
}

.slider-head--arrows {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
}

/*секция с кнопками*/
.action-block {
    background: rgba(240, 241, 245, 0.8);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

@media screen and (min-width: 426px) {
    .action-block {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

.action-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.action-block::before {
    content: '';
    position: absolute;
    width: 202px;
    height: 202px;
    left: -3%;
    top: 25%;
    background: #009FC2;
    filter: blur(238px);
    border-radius: 50%;
    z-index: -1;
}

.action-block__bg::before {
    content: '';
    position: absolute;
    width: 744px;
    height: 744px;
    left: 67%;
    top: -10%;
    background: #01B8C4;
    opacity: 0.4;
    filter: blur(238px);
    border-radius: 50%;
}

.action-block__bg::after {
    content: '';
    position: absolute;
    width: 472px;
    height: 472px;
    left: 70%;
    top: -7%;
    background: #009FC2;
    filter: blur(238px);
    border-radius: 50%;
}

.action-block__row {
    justify-content: space-between;
}

.action-block__content:not(:first-child) {
    margin-top: 55px;
}

.action-block__title {
    margin-bottom: 16px;
}

.action-block__btns {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

@media screen and (max-width: 900px) {
    .action-block__img {
        display: none;
    }

    .action-block__col {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .action-block__btns {
        flex-direction: column;
    }
}

/*Кнопка Назад*/
.back-link {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    transition: .5s;
}

.back-link::before {
    content: '';
    position: absolute;
    height: 42px;
    width: 42px;
    border: 1px solid var(--orange-color);
    border-radius: 30px;
    z-index: -1;
    transition: .5s;
}

.back-link__icon {
    padding: 14px 13px;
    margin-right: 16px;
}

.back-link__icon svg {
    transition: .5s;
}

.back-link:hover {
    color: #fff;
}

.back-link:hover::before {
    width: 110%;
    background-color: var(--orange-color);
}

.back-link:hover .back-link__icon svg {
    transform: scale(1.3) translateX(10px);
}

.back-link:hover .back-link__icon svg path {
    stroke: #fff;
}

.categories-section__link {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .categories-section__link {
        margin-top: 40px;
    }
}

/*блок с вопросом*/
.question-section__content {
    text-align: center;
}

.question-section__title {
    margin-bottom: 16px;
}

.question-section__link {
    margin: 40px auto 0 auto;
}

.question-section__text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .question-section__text {
        width: 70%;
    }
}

@media screen and (max-width: 425px) {
    .question-section__text {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/carousel/style.css?17664589953062*/
.catalog {
    margin-bottom: 60px;
}

.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__sections {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
}

.catalog__sections-item {
    width: fit-content;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    text-align: center;

    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: border-bottom-color 0.5s ease, color 0.5s ease;
    color: var(--mild-grey-color);
    border-bottom-color: var(--mild-grey-color);
}

.catalog__sections-item:hover,
.catalog__sections-item.catalog__sections-item_active {
    border-bottom-color: var(--blue-color);
    color: var(--dark-blue-color);
}

.events-list__section__subsection__item:hover .events-list__section__subsection__item__list__links {
    opacity: 1;
    visibility: visible;
}

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

.catalog-container {
    padding-bottom: 60px;
    overflow: hidden;
}

.catalog-content {
    transition: opacity 0.5s ease;
}

/* catalog-content */

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

.sort__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.catalog-content__sections {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    overflow: hidden;
    height: auto;
    transition: opacity 0.5s ease;
}

.catalog-content__section {
    transition: opacity 0.5s ease;
}

.section__items {
    position: relative;
    padding-left: 1px;
}

.section__items-slider__next,
.section__items-slider__prev {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .events-list_block__switcher {
        display: none;
    }

    .catalog {
        margin-bottom: 80px;
        padding: 30px 16px 0;
    }

    .catalog-content__section {
        position: relative;
    }

    .catalog__title-block {
        position: relative;
        margin-bottom: 0px;
    }

    .catalog__sections {
        position: absolute;
        top: -80px;
    }

    .catalog__sections-item {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        padding: 0 6px;
        color: #a8a9ad;

        opacity: 0.7;
    }

    .catalog__sections-item.catalog__sections-item_active {
        color: #041229;
        opacity: 1;
    }

    .section__items {
        margin-left: -1px;
    }

    .section__items-slider__next,
    .section__items-slider__prev {
        display: flex !important;
    }
    .catalog .events-list_block__switcher{
        display: none;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?176645899511994*/
.section__item {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
    background-color: #fff;

    transition: all 0.5s ease;
}
.js-add-to-cart.btn_in_basket {
    background-color: var(--mild-grey-color);
}
.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%;
}

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

.section__item-list_item-img {
    height: fit-content;
    margin-bottom: 24px;
}

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

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

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label {
    position: relative;
    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;
    top: unset;
    left: unset;
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__SPECIALOFFER,
.section__item-list_item .section__item-list_item-img_labels .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 .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__STOCK_SALE {
    border: 1px solid var(--green-color);
    color: var(--green-color);
}

.section__item-list_item .section__item-list_item-img_labels .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;
    margin-right: 0;
    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;
}

.product-compare {
    cursor: pointer;
}

.product-compare path {
    fill: none;
    stroke: var(--mild-grey-color);
    transition: stroke 0.5s ease;
}

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

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

.product-compare-add:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.product-favorite {
    cursor: pointer;
}

.product-favorite path {
    fill: none;
    stroke: var(--mild-grey-color);
    transition: stroke 0.5s ease;
}

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

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

.product-favorite-add:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.section__item-list_item-img a {
    border: none;
}

.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) !important;
}

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

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

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

    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.section__item-list_item-description-text {
    border: none;
    max-width: 90%;
}

.section__item-list_item-description-text span {
    overflow-wrap: break-word;
}

.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;
    overflow-wrap: break-word;
}

@media screen and (min-width: 1024px) {
    .section__item-list_item-img {
        padding-bottom: 100%;
        position: relative;
    }
    
    .section__item-list_item-img img {
        position: absolute;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 1023px) {
    .section__item-list {
        width: 100%;
    }

    .section__item-list_item {
        padding: 16px 16px 30px;
    }
   
    .section__item .section__item-list_links {
        transform: none;
        z-index: 1;
        bottom: 1px;
        position: relative;
    }

    .section__item-list_item-img {
        margin-bottom: 8px;
    }

    .section__item-list_item-img_buttons {
        opacity: 1;
        visibility: visible;
    }

    .section__item-list_item-img_buttons {
        display: flex;
        flex-direction: row;
    }

    .section__item-list_item-img_button:first-child {
        margin-right: 8px;
    }

    .section__item-list_item-article {
        margin-bottom: 16px;
        font-size: 14px;
    }

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

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

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

        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: 20px;
        align-items: flex-start;
    }

    .section__items-slider__next {
        top: 30% !important;
        width: 45px !important;
        height: 45px !important;
        right: 5px !important;
        border-radius: 50%;
        transform: rotate(-180deg);
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }

    .section__items-slider__prev {
        top: 30% !important;
        width: 45px !important;
        height: 45px !important;
        left: 5px !important;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }
    .section__item:hover .section__item-info {
        display: none;
    }
    .section__item-info {
        display: none;
    }
    .swiper-slide.section__item {
        margin-bottom: 0;
    }
    .section__item:hover .section__item-list_links{
        transform: none;
    }
}

@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%);
    }
}

.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;
}
/* End */


/* Start:/local/templates/helicon-corp/components/general-itech/no.logic/form_question/style.css?1698723969798*/
.question-section__content {
    text-align: center;
}

.question-section__title {
    margin-bottom: 16px;
}

.question-section__link {
    margin: 40px auto 0 auto;
}

.question-section__text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .question-section__text {
        width: 70%;
    }
}

@media screen and (max-width: 425px) {
    .question-section__text {
        width: 100%;
    }
}

.question-section__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.question-section__links .question-section__link {
    margin: 0;
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/sender.subscribe/mailing/style.css?17593905563515*/
.subscribe-section{
    background-color: rgba(240, 241, 245, 0.8);
    position: relative;
}
.subscribe-section__img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 47%;
    object-fit: cover;
}
.subscribe-section__content{
    padding-top: 56px;
    padding-bottom: 56px;
}
.subscribe-section__title, .subscribe-section__wrap{
    width: 42%;
    margin-left: auto;
}
.subscribe-section__title{
    margin-bottom: 16px;
}
.subscribe-form__input-box--white{
    background: #fff;
    border: 2px solid #fff;
}
.subscribe-section__form{
    margin-top: 25px;
}

.subscribe-section__form .main-form__box input:focus {
    border-color: #fff !important;
}

.checkbox-confirm-wrapper {
    justify-content: left;
}

.subscribe-section__form .error, .subscribe-section__form .error .checkbox__label {
    color: var(--error-color);
    border-color: var(--error-color);
}

.subscribe-section__form .error:not(input) {
    margin-top: 8px;
    font-size: 12px;
    display: block;
}

.subscribe-section .checkbox-field_floating,
.subscribe-section .text-field_floating {
	flex-direction: column;
}

.subscribe-section .checkbox__wrap > .checkbox__label a {
	font-weight: 400;
	color: inherit;
}
.subscribe-section .checkbox__wrap > .checkbox__label {
	display: block;
	padding-left: 24px;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.1;
    opacity: 0.5;
    transition: opacity 0.5s ease;
	color: #676767;
}

.subscribe-section .checkbox__wrap > .checkbox__label:before {
	content: "";
	position: absolute;
	left: 0;
}
.subscribe-section .form__item-inner {
	position: relative;
	overflow: initial;
	max-height: 180px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.subscribe-section .form__item-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.mailing-field__wrapper {
    display: flex;
    gap: 5px;
	flex-direction: row;
    margin-bottom: 10px;
}

.mailing-field__wrapper .text-field-name {
    width: 35%;
}

@media screen and (max-width: 1120px) {
    .subscribe-section {
        background-size: 40%;
    }

    .subscribe-section__title, .subscribe-section__wrap{
        width: 50%;
    }
}

@media screen and (max-width:991px) {

    .subscribe-section__title{
        width: 100%;
        margin-bottom: 30px;
    }

    .subscribe-section__img{
        height: 56%;
        bottom: 56px;
    }
    .subscribe-section__wrap{
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-section__img{
        display: none;
    }
    .subscribe-section__title, .subscribe-section__wrap{
        width: 100%;
    }
    .subscribe-section__title{
        margin-bottom: 16px;
    }
    .subscribe-section__wrap{
        padding: 0;
    }
    .mailing-field__wrapper {
        flex-direction: column;
    }
    .mailing-field__wrapper .text-field-name {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .subscribe-section__form input[type=submit] {
        width: 100%;
    }
    .subscribe-section__form .text-field__wrapper--inline{
        flex-direction: column;
        gap: 16px;
        background: none;
        border: none;
    }
    .subscribe-section__form .text-field__wrapper--inline input{
        background-color: #fff !important;
        height: 48px;
    }
    .subscribe__button{
        width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/main.userconsent.request/sender.subscribe.mailing/user_consent.css?16987239694322*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/partners/bitrix/news.detail/.default/style.css?17249986175850 */
/* /local/templates/.default/components/bitrix/catalog.section/carousel/style.css?17664589953062 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?176645899511994 */
/* /local/templates/helicon-corp/components/general-itech/no.logic/form_question/style.css?1698723969798 */
/* /local/templates/helicon-corp/components/bitrix/sender.subscribe/mailing/style.css?17593905563515 */
/* /local/templates/helicon-corp/components/bitrix/main.userconsent.request/sender.subscribe.mailing/user_consent.css?16987239694322 */
