

/* Start:/local/templates/bnh/components/bitrix/news.list/home_top_slider/style.css?17643125703739*/
.data-sl-block {
    margin-bottom: 30px;
    margin-top: 40px;
}
.data-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.data-slide .ds-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    text-transform: uppercase;
}
.data-slide .ds-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
}
.data-slide .ds-btn {
    text-align: center;
}
.data-slide .ds-btn a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    background: #7DBA00;
    padding: 12px 94px;
    border-radius: 15px;
}
.slider-navi {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}

/****************************/
.sb {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}


.item {
    width: 200px;
    height: 250px;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

    &:nth-child(1),
    &:nth-child(2) {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;

        background-color: rgba(47, 72, 88, 0.46);
        background-blend-mode: color;
    }

    &:nth-child(3) {
        left: 50%;
    }
    &:nth-child(4) {
        left: calc(50% + 220px);
    }
    &:nth-child(5) {
        left: calc(50% + 440px);
    }
    &:nth-child(6) {
        left: calc(50% + 660px);
        opacity: 0;
    }
}



.content {
    width: 100%;
    max-width: 750px;
    position: absolute;
    top: 350px;
    left: calc(50% - 375px);
    transform: translateY(-50%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    line-heignt: 35;
    letter-spacing: -1;
    text-transform: uppercase;
    z-index: 99;
    & .title {
        /*font-size: 28px;*/
        /*font-weight: bold;*/
    }

    & .description {
        /*!*line-height: 1.7;*!*/
        /*font-weight: semibold;*/
        /*margin: 1rem 0 1.5rem;*/
        /*font-size: 18px;*/
    }

    & a {
        /*width: 340px;*/
        /*font-size: 24px;*/
        /*font-weight: semibold;*/
        /*text-transform: uppercase;*/
        /*background-color: #10cb54;*/
        /*color: white;*/
        /*border-radius: 13px;*/
        /*padding: 0.75rem;*/
        /*cursor: pointer;*/
    }
}

.item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;

    & .btn {
        /* background-color: rgba(255,255,255,0.5);*/
        color: rgba(255, 255, 255, 0.7);
        border: 2px solid rgba(255, 255, 255, 0.6);
        margin: 0 0.25rem;
        padding: 0.75rem;
        border-radius: 50%;
        cursor: pointer;

        &:hover {
            background: rgba(255, 255, 255, 0.3);
        }
    }
}












/* End */


/* Start:/local/templates/bnh/components/bitrix/news.list/home_services/style.css?17290239341047*/
.data-sl-block {
    margin-bottom: 30px;
    margin-top: 40px;
}
.data-sl-block .data-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.data-sl-block .data-slide .ds-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    text-transform: uppercase;
}
.data-sl-block .data-slide .ds-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}
.data-sl-block .data-slide .ds-btn {
    text-align: center;
}
.data-sl-block .data-slide .ds-btn a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    background: #7DBA00;
    padding: 12px 94px;
    border-radius: 15px;
}
.slider-navi {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}














/* End */


/* Start:/local/templates/bnh/components/bitrix/news.list/home_projects/style.css?17290239341047*/
.data-sl-block {
    margin-bottom: 30px;
    margin-top: 40px;
}
.data-sl-block .data-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.data-sl-block .data-slide .ds-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    text-transform: uppercase;
}
.data-sl-block .data-slide .ds-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}
.data-sl-block .data-slide .ds-btn {
    text-align: center;
}
.data-sl-block .data-slide .ds-btn a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    background: #7DBA00;
    padding: 12px 94px;
    border-radius: 15px;
}
.slider-navi {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}














/* End */


/* Start:/local/templates/bnh/components/bitrix/news.list/home_news/style.css?17290239341432*/
.news-outer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.news-outer .article-block {
    padding: 0 13px 13px 13px;
    box-shadow: 0px 9px 22px 0px #00525E33;
    border-radius: 15px;
}
.news-outer .article-block .n-image {
    height: 178px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 9px 22px 0px #004C7340;
}
.news-outer .article-block .n-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    min-height: 210px;
}
.news-outer .article-block .n-info .ss-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #00525E;
}
.news-outer .article-block .n-info .ss-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #00525E;
    text-transform: uppercase;
}
.news-outer .article-block .n-info .ss-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #00525E;
}
.news-outer .article-block .n-info .ss-btn {
    text-align: right;
    margin-top: auto;
}
.news-outer .article-block .n-info .ss-btn a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #00525E;
    padding: 6px 17px;
    border: solid 1px #00525E;
    border-radius: 5px;
    display: inline-block;
}






/* End */


/* Start:/local/templates/bnh/components/bitrix/news.list/home_reviews/style.css?17290239347241*/
.reviews-sl-outer {
    max-width: 830px;
    margin: 0 auto;
    position: relative;
}
.reviews-sl-outer .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    max-height: 380px;
}
.reviews-sl-outer .swiper-vertical > .swiper-wrapper {
    padding: 20px;
    box-sizing: border-box;
}
.reviews-sl-outer .swiper-slide .sl-review {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    box-shadow: 0px 9px 22px 0px #00525E40;
    padding: 15px 15px 0 15px;
    background: #fff;
    border-radius: 15px;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-left {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-left .ss-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #00525E;
    text-transform: uppercase;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-left .ss-short {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #00525E;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-left .ss-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2F4858;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-right .sl-service-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    height: 135px;
    width: 100%;
    box-shadow: 0px 9px 22px 0px #004C7340;
    border-radius: 15px 15px 0 0;
    position: relative;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-right .zoom-review {
    position: absolute;
    top: 20px;
    left: 20px;
}
.reviews-sl-outer .swiper-slide .sl-review .sl-review-right .zoom-review div.zr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    position: relative;
}
.pulse-button__rings {
    border: 1px solid #007ab9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: pulse_1;
    animation-name: pulse_1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 0;
}

.pulse-button__rings:nth-child(2) {
    -webkit-animation-name: pulse_2;
    animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
    -webkit-animation-name: pulse_3;
    animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@-webkit-keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
}

@-webkit-keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7);
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7);
    }
}
.reviews-sl-outer .swiper-pagination.r-pagination {
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reviews-sl-outer .swiper-pagination.r-pagination .swiper_r_img {
    width: 10px;
    height: 10px;
    background: #00525E;
    display: inline-block;
    border-radius: 50%;
}
.reviews-sl-outer .swiper-pagination.r-pagination .swiper_r_img:hover {
    opacity: 0.8;
    cursor: pointer;
}
.reviews-sl-outer .swiper-pagination.r-pagination .swiper_r_img.swiper-pagination-bullet-active {
    background: #7DBA00;
}
/********************************/
.popup-review {
    position: fixed;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 9px 22px 0px #00525E40;
    background: #fff;
    z-index: 110;
    border-radius: 15px;
}
.popup-review .popup-logo {
    position: absolute;
    left: 30px;
    top: 30px;
}
.popup-review .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.popup-review .popup-pdf {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.popup-review .popup-pdf a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01em;
    color: #00525E;
    text-decoration: underline;
}
.popup-review .popup-image-doc {
    height: 100%;
    display: flex;
    justify-content: center;
}
.popup-review .popup-image-doc img {
    height: 100%;
    width: auto;
}

/*****************************************************/

@media screen and (max-width: 1200px) {
    .popup-review {
        padding: 20px 20px 80px 20px;
    }
}

@media screen and (max-width: 991px) {
    .popup-review {
        position: fixed;
        width: 90%;
        height: 80%;
        left: 5%;
        top: 10%;
    }
    .popup-review .popup-pdf {
        right: 0;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 850px) {
    .popup-review .popup-logo {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .popup-review {
        height: auto;
    }
    .popup-review .popup-image-doc img {
        height: initial;
        width: auto;
        max-width: 80%;
    }
    .popup-review .popup-close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}





/* End */
/* /local/templates/bnh/components/bitrix/news.list/home_top_slider/style.css?17643125703739 */
/* /local/templates/bnh/components/bitrix/news.list/home_services/style.css?17290239341047 */
/* /local/templates/bnh/components/bitrix/news.list/home_projects/style.css?17290239341047 */
/* /local/templates/bnh/components/bitrix/news.list/home_news/style.css?17290239341432 */
/* /local/templates/bnh/components/bitrix/news.list/home_reviews/style.css?17290239347241 */
