

/* Start:/local/components/simpleit/news/templates/.default/style.css?17071592191686*/
.news__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
}

.news_link {
    text-decoration: none;
    color: inherit;
}

.news {
    border: 1px solid #ececec;
    margin-bottom: 20px;
    transition: all .3s;
}

.news:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.news:hover .news__date, .news:hover .news__title {
    color: var(--main-color);
}

.news__caption {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #ececec;
}

.news__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.news__date, .news__title {
    line-height: normal;
    transition: all .3s;
}

.news__title {
    font-size: 14px;
    font-weight: 600;
}

.news__date {
    font-size: 13px;
    opacity: .8;
}

.news-filter {
    display: flex;
    margin-bottom: 20px;
    overflow-x: scroll;
}

.news-filter__value {
    padding: 10px 15px;
    border: 1px solid #ececec;
    text-decoration: none;
    color: #000;
    transition: all .3s;
    min-width: max-content;
}

.news-filter__value:hover {
    color: var(--main-color);
}

.news-filter__value--active {
    background-color: var(--main-color);
    color: #fff;
}

.news-element__preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-filter__value--active:hover {
    color: #fff;
}
/* End */


/* Start:/local/components/simpleit/news.element/templates/classic/style.css?17071592541720*/
.news-element {
    margin-bottom: 20px;
    margin-top: 20px;
}

.news-element__back-link-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.news-element__back-link {
    text-decoration: none;
    color: #999;
    transition: all .3s;
}

.news-element__back-link svg {
    transition: all .3s;
    fill: #999;
    width: 12px;
}

.news-element__back-link:hover {
    color: var(--main-color);
}

.news-element__back-link:hover svg {
    fill: var(--main-color);
}

.default-text .news-element__preview {
    width: 50%;
    float: right;
    margin-left: 10px;
}

.news-element__date {
    display: inline-block;
    margin-bottom: 20px;
}

.news-element__button-container {
    text-align: center;
    margin-top: 15px;
}

.news-element__button-container .news-element__button {
    display: inline-flex;
}

.news-element__button {
    padding: 16px 15px;
    line-height: 0;
    font-size: var(--fs-small);
    letter-spacing: .8px;
    text-decoration: none;
}

.news-slider .splide__arrow svg {
    height: 2.2em;
    width: 2.2em;
}

.news-slider .splide__arrow {
    height: 3em;
    width: 3em;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .default-text .news-element__preview {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* End */


/* Start:/local/components/simpleit/menu.left/templates/classic/style.css?1707159239606*/
.left-menu {
    position: relative;
    height: 100%;
}

.left-menu-list {
    position: sticky;
    top: 70px;
}

.left-menu-list__item {
    display: flex;
    border: 1px solid #ececec;
    border-bottom: none;
}

.left-menu-list__item:last-child {
    border-bottom: 1px solid #ececec;
}

.left-menu-list__link {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.left-menu-list__link:hover {
    background: #fafafa;
}

.left-menu-list__link--active {
    font-weight: 700;
}
/* End */
/* /local/components/simpleit/news/templates/.default/style.css?17071592191686 */
/* /local/components/simpleit/news.element/templates/classic/style.css?17071592541720 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
