/* Start:/local/components/bnh/breadcrumb/templates/universal/style.min.css?17290239351066*/
.bx-breadcrumb {
    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;
}
.bx-breadcrumb a span.bx-breadcrumb-item-text {
    color: #fff;
    font-weight: 700;
}
.bx-breadcrumb-item {
    height: 22px;
    white-space: nowrap;
}

.bx-breadcrumb-item-angle {
    margin: 0 10px;
    color: #b5bdc2;
    vertical-align: top;
    font-size: 12px;
}

.bx-breadcrumb-item-link {
    border-bottom: none;
    vertical-align: top;
    line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
    vertical-align: top;
    white-space: normal;
    font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    transition: 250ms linear all;
    color: #fff;
}
span.breads-sep {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}
/* End */


/* Start:/local/templates/bnh/components/bitrix/news.list/mypartners_elements/style.css?17538735152993*/
.news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news-list .section-name {
	display: none;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.01em;
    color: #7DBA00;
}
.news-list .news-item {
    box-shadow: 0px 9px 22px 0px #00525E33;
    display: grid;
    /* gap: 15px; */
    grid-template-columns: 300px 1fr;
    border-radius: 15px;
}
.news-list .news-item .new-picture {
    width: 300px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px 0 0 15px;
}

@media (max-width: 986px) {
    .news-list .news-item .new-picture {
        width: 100%;
        height: 200px;
        background-size: contain; /* Меняем на contain чтобы картинка полностью помещалась */
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 15px 15px 0 0;
    }
}

@media (max-width: 480px) {
    .news-list .news-item .new-picture {
        height: 200px;
    }
}
.news-list .news-item .new-details {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.news-list .news-item .new-details .new-date {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02em;
    text-align: left;
    color: #00525E;
}
.news-list .news-item .new-details .new-name {
    margin-top: 10px;
    padding: 7px 0 7px 50px;
    background-image: url(/local/templates/bnh/images/main/arrow-up3.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.news-list .news-item .new-details .new-name a {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #00525E;
    text-transform: uppercase;
}
.news-list .news-item .new-details .news-preview-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2F4858;
    margin-top: 15px;
}
.news-list .news-item .new-details .news-preview-text a {
    color: #2F4858;
    text-decoration: underline;
}
.news-list .news-item .new-details .btn-more {
    text-align: right;
    margin-top: auto;
}
.news-list .news-item .new-details .btn-more a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01em;
    text-align: left;
    color: #00525E;
    padding: 6px 42px;
    border: 1px solid #00525E
}
#pag {
    text-align: center;
}
#pag .load-more-items {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.01em;
    padding: 10px 37px;
    text-transform: uppercase;
    color: #00525E;
    border: 1px solid #00525E;
    border-radius: 15px;
    display: inline-block;
}
#pag .load-more-items:hover {
    cursor: pointer;
    opacity: 0.8;
}

/*************************/
@media screen and (max-width: 768px) {
    .news-list .news-item .new-details .btn-more {
        margin-top: 20px;
    }
}

@media screen and (max-width: 650px) {
    .news-list .news-item {
        grid-template-columns: 1fr;
    }
    .news-list .news-item .new-picture {
        width: 100%;
        height: 300px;
    }
    .news-list .news-item .new-details .btn-more {
        text-align: center;
    }
}






















/* End */
/* /local/components/bnh/breadcrumb/templates/universal/style.min.css?17290239351066 */
/* /local/templates/bnh/components/bitrix/news.list/mypartners_elements/style.css?17538735152993 */
