

/* 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.sections/templates/classic/style.css?17071592611686*/
.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/catalog.section.pagination/templates/classic/style.css?17071592231187*/
.pagination {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
    max-width: 100%;
}

.pagination .page {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 26px;
    height: 26px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    margin: 0 12px 0px 12px;
}

.pagination .page.current {
    background-color: var(--main-color);
    border-radius: 3px;
    color: #fff!important;
    min-width: 26px;
}

.pagination .page.separator {
    align-items: unset;
    line-height: 18px;
    font-size: 14pt;
    font-weight: normal;
}

.pagination .page.prev {
    transform: rotateY(180deg);
}

.pagination .page.prev span, .pagination .page.next span {
    display: block;
    height: 0;
    text-indent: -9999px;
}

.pagination .page svg {
    width: 10px;
    height: 10px;

}

.pagination .page svg path {
    fill: #333;
}

.pagination .page:not(.separator):hover {
    color: var(--main-color);
    cursor: pointer;
}

.pagination .page:not(.separator):hover svg path {
    fill: var(--main-color);
}

@media (max-width: 765px) {
    .pagination .page {
        margin: 0 4px 0px 4px;
    }
}
/* 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.sections/templates/classic/style.css?17071592611686 */
/* /local/components/simpleit/catalog.section.pagination/templates/classic/style.css?17071592231187 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
