

/* Start:/bitrix/templates/main_2022/components/bitrix/news.list/currency/style.css?1740048122206*/
.pc-menu-select{
    display: none;
}
.heading__breadcrumb .breadcrumbs {
    justify-content: center;
}
.block-item--vc--content li > span{
    color: #264796;
    display: contents;
    cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/main_2022/components/bitrix/news.list/news-currency/style.css?17400481221630*/
.vc-standard-header {
    margin-bottom: 42px;
    width: 400px;
    font: 600 42px/52.5px 'Monserrat', sans-serif;
}

.news-header-vc {
    display: flex;
    justify-content: space-between; 
}

.news-header-vc header{
    padding-top: 10px;
}

.news-btns-vc {
    display: flex;
    margin: 10px 0;
}

.news-container-item--vc {
    margin-right: 10px;
    padding: 24px 20px;
    max-width: 403px;
    min-width: 250px;
    height: 162px;
    color: #AAABAD;
    border: 6px solid white;
    border-radius: 12px;
    background-color: #F1F1F1;
}

.news-container-item--vc div {
    line-height: 22.5px;
    margin-bottom: 10px;
}

.news-container-item--vc p {
    line-height: 15px;
    font-size: 12px;
    margin: 0;
    height: 48px;
}

.news-container-item--vc header {
    font-weight: 700;
    line-height: 22.5px;
    color: #264796;
}
.news-container-item--vc {
    margin-right: 10px;
    padding: 24px 20px;
    max-width: 100%;
    min-width: 250px;
    height: 162px;
    color: #AAABAD;
    border: 6px solid white;
    border-radius: 12px;
    background-color: #F1F1F1;
    position: relative; /* Устанавливаем позиционирование для псевдоэлемента */
    transition: background-color 0.3s ease; /* Плавное изменение цвета фона */
}

.news-container-item--vc:hover {
    cursor: pointer;
    color: #5cadff;
    background: #e9eaea;
}

.container--vc .swiper-slide {
    padding: 0;
}

@media(max-width: 318px){
    .news-header-vc {
        display: block;
    }
}

.footer__secondary:before,
.footer__menu:before {
    right: 0 !important;
}
/* End */
/* /bitrix/templates/main_2022/components/bitrix/news.list/currency/style.css?1740048122206 */
/* /bitrix/templates/main_2022/components/bitrix/news.list/news-currency/style.css?17400481221630 */
