

/* Start:/local/templates/main/components/bitrix/news.detail/banner/style.css?16608884202036*/
.banner-text ul {
    padding-left: 1rem;
}

.header .wmain {
    padding: 30px 0;
    min-height: 682px;
    flex-wrap: wrap;
}

.feedback-form h2 {
    color: #000000;
    text-align: left;
    margin-top: 0;
    font-size: 24px;
    line-height: 29px;
}

.feedback-form {
    width: 50%;
}

.feedback-form form {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 30px 15px;
    max-width: 350px;
    margin: 0 0 0 auto;
    text-align: center;
}

.feedback-form .feedback-form__field {
    margin-bottom: 15px;
}

.feedback-form form label.error {
    color: #D72823;
    font-size: 12px;
    margin-top: 5px;
}

.feedback-form .btn_main {
    width: 100%;
}

.success.banner_success {
    max-width: 350px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 30px 15px;
    color: #ffffff;
    text-align: center;
}

.header_inner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.header_inner, .feedback-form {
    z-index: 1;
    position: relative;
}

.header_inner h2 {
    margin: 40px 0;
    font-weight: 400;
    line-height: 120%;
}

.header_inner b {
    font-size: 20px;
}
.header_inner li {
    font-size: 15px;
    line-height: 26px;
}

.feedback-form-mobile {
    display: none;
}

@media screen and (max-width: 760px) {
    .feedback-form-desktop {
        display: none;
    }

    .feedback-form-mobile  {
        display: flex;
        justify-content: center;
    }
    .feedback-form-mobile form {
        background: #F9FAFA;
        border: 1px solid #E0E4E7;
        border-radius: 5px;
        margin: 0 15px;
    }
    .feedback-form {
        width: 100%;
        margin-top: -80px;
    }
    .header .wmain {
        padding-top: 50px!important;
        padding-bottom: 100px!important;
        min-height: unset;
    }
    .header_inner h2 {
        margin: 20px 0 35px;
        font-size: 22px;
        line-height: 120%;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/gallery_slider/style.css?1660888420366*/
/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px !important;
}

.gallery-slide {
    display: flex;
    justify-content: space-between;
}

.gallery-slide-item {
    max-width: calc(50% - 10px);
}

.gallery-slide-item:first-child {

}

@media (max-width: 767px) {
    .gallery-slide-item:first-child {

    }
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/banner/style.css?16608884202036 */
/* /local/templates/main/components/bitrix/news.list/gallery_slider/style.css?1660888420366 */
