

/* Start:/local/templates/ammond/components/bitrix/news/news-page/style.css?17581901083198*/
.newsList.atc1 .filter_list {
    margin: 32px 0;
    border: 1px solid #eeeeee;
    display: flex;
}
.newsList.atc1 .filter_list_item {
    background: white;
    font-size: 0.733em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eeeeee;
}
.newsList.atc1 .filter_list_item:not(.newsList.atc1 .filter_list_item.active) {
    cursor: pointer;
    transition: 300ms;
}
.newsList.atc1 .filter_list_item:not(.newsList.atc1 .filter_list_item.active):hover {
    color: var(--akrillLight);
}
.newsList.atc1 .filter_list_item.active {
    background: #fafafa;
    pointer-events: none;
}
.newsList.atc1 .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.newsList.atc1 .list_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.newsList.atc1 .list_item {
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
}
.newsList.atc1 .list_item_img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.newsList.atc1 .list_item_img_box {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: block;
}
.newsList.atc1 .list_item_info {
    padding: 20px 19px;
    display: flex;
    gap: 13px;
    flex-direction: column;
}
.newsList.atc1 .list_item_info_date {
    color: #999;
}
.newsList.atc1 .list_item_info_title {
    font-size: 0.9334em;
    font-weight: 500;
}
.newsList.atc1 .list_item:hover .list_item_info_title {
    color: var(--akrillDark);
}
.newsList.atc1 .tgForm {
    border: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    height: 236px;
    justify-content: space-between;
    align-items: center;
}
.newsList.atc1 .tgForm svg {
    margin: 30px;
    fill: #017372;
}
.newsList.atc1 .tgForm svg .kr {
    opacity: 0.2;
}
.newsList.atc1 .tgForm p {
    color: #999;
    text-align: center;
}
.newsList.atc1 .tgForm .button {
    width: 100%;
    border-radius: 0;
    background: #fff;
    color: #999;
    border-top: 1px solid #ececec;
}
.newsList.atc1 .tgForm .button:hover {
    background: var(--akrillLight);
    color: #fff;
} /*# sourceMappingURL=style.css.map */
.pagination a.active {
    background: #006e6e;
    color: var(--white);
}

.pagination {
    margin: 0 auto;
    max-width: 100px;
}

.pagination a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.show-all-button {
    display: block;
    margin-bottom: 50px;
    width: 896px;
    padding: 25px 0;
    background: none;
    border: 1px solid #eee;
    background: #fafafa;
    transition: 0.3s ease;
}

.show-all-button:hover {
    background-color: #017372;
    color: var(--white);
}

/* End */


/* Start:/local/templates/ammond/components/bitrix/news/news-page/bitrix/news.detail/.default/style.css?17587896834114*/
.newsItem.atc1 .head {
    margin-bottom: 20px;
}
.newsItem.atc1 .head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsItem.atc1 .head_likBox {
    display: flex;
    gap: 20px;
}
.newsItem.atc1 .head_likBox svg path {
    fill: #999;
    transition: 300ms;
}
.newsItem.atc1 .head_likBox svg:hover path {
    fill: var(--akrillLight);
}
.newsItem.atc1 .content {
    display: grid;
    grid-template-columns: 1fr 3.6fr;
    gap: 40px;
}
.newsItem.atc1 .info_text h3 {
    margin-bottom: 20px;
    font-size: 1.1333em;
    line-height: 1.6471em;
    color: #000;
}
.newsItem.atc1 .info_text p {
    margin-bottom: 15px;
    color: #000;
}
.newsItem.atc1 .info_gallary {
    margin: 40px 0px;
}
.newsItem.atc1 .info_gallary h3 {
    margin-bottom: 20px;
    font-size: 1.1333em;
    line-height: 1.6471em;
    color: #000;
}
.newsItem.atc1 .info_gallary_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.newsItem.atc1 .info_gallary_grid .item {
    background: #eee;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.newsItem.atc1 .info_gallary_grid .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.newsItem.atc1 .tgForm {
    border: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    height: 236px;
    justify-content: space-between;
    align-items: center;
}
.newsItem.atc1 .tgForm svg {
    margin: 30px;
    fill: #017372;
}
.newsItem.atc1 .tgForm svg .kr {
    opacity: 0.2;
}
.newsItem.atc1 .tgForm p {
    color: #999;
    text-align: center;
}
.newsItem.atc1 .tgForm .button {
    width: 100%;
    border-radius: 0;
    background: #fff;
    color: #999;
    border-top: 1px solid #ececec;
}
.newsItem.atc1 .tgForm .button:hover {
    background: var(--akrillLight);
    color: #fff;
} /*# sourceMappingURL=style.css.map */

/* Стили для лупы при наведении */
.zoomable-image {
    cursor: zoom-in;
    transition: 0.25s ease;
}

.zoomable-image:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: zoom-out;
}

.modal-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-content {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.3s;
    -webkit-user-drag: none;
    user-select: none;
}

.modal-content.zoomed {
    cursor: zoom-out;
    transform: scale(1.5);
}

.modal-content.zoomed-more {
    cursor: zoom-out;
    transform: scale(2);
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: var(--white);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 10001;
    background: var(--akrill);
    opacity: 1;
    padding: 0px 10px;
}
.no-scroll {
    overflow: hidden;
}

.close:hover {
    color: var(--black);
    background-color: var(--white);
}

.prev-slide,
.next-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--akrill);
    color: white;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
}

.prev-slide:hover,
.next-slide:hover {
    color: var(--black);
    background-color: var(--white);
}

.prev-slide {
    left: 10px;
}

.next-slide {
    right: 10px;
}
.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: var(--scroll-offset, 0);
}
.gallery-block__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery-block__item {
    width: 25%;
    display: flex;
}

.gallery-block__image {
    max-width: 100%;
    height: auto;
}

/* End */
/* /local/templates/ammond/components/bitrix/news/news-page/style.css?17581901083198 */
/* /local/templates/ammond/components/bitrix/news/news-page/bitrix/news.detail/.default/style.css?17587896834114 */
