

/* Start:/local/templates/ammond/components/bitrix/news.detail/roster-detail/style.css?17587924974114*/
.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.detail/roster-detail/style.css?17587924974114 */
