

/* Start:/bitrix/components/krayt/section.news.list/templates/sets-page/style.css?16741806822654*/
.sets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 80px;
}
.set-imgs {
    width: 100%;
    height: 440px;
    cursor: pointer;
    position: relative;
}
.set-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.set-img.active {
    opacity: 1;
    pointer-events: auto;
}
.set-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.set-imgs_slider-dots {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    padding: 0 12px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: .3s ease;
}
.set-imgs:hover .set-imgs_slider-dots {
    opacity: 1;
}
.set-imgs_slider-dot {
    width: 100%;
    height: 2px;
    margin-left: 4px;
    background: var(--secondary_color);
    transition: .3s ease;
}
.set-imgs_slider-dot.active {
    background: var(--main-txt);
}
.set-imgs_slider-dot:first-child {
    margin-left: 0;
}
.sets .news-list-item-name {
    margin-top: 16px;
    margin-bottom: 8px;
}
@keyframes fadeInRightSet {
    from {
        opacity: 0;
        transform: translateX(50%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.opened-set {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .3s ease;
    animation: fadeIn .3s ease;
}
.opened-set_content {
    position: relative;
    margin-left: auto;
    height: 100%;
    width: 1150px;
    padding-right: 8px;
    padding-left: 40px;
    max-width: 100%;
    background: #fff;
    display: none;
    animation: fadeInRightSet .5s ease;
}
.opened-set .opened-set_close-btn {
    position: absolute;
    top: 28px;
    right: 20px;
    background: #fff;
}
@media (max-width: 1350px) {
    .sets {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px) {
    .sets {
        grid-template-columns: 1fr 1fr;
    }
    .set-imgs {
        height: 500px;
    }
}
@media (max-width: 768px) {
    .set-imgs {
        height: 440px;
    }
}
@media (max-width: 576px) {
    .sets {
        padding: 0;
        margin: 0;
    }
    .set-imgs {
        height: 70vw;
    }
}
@media (max-width: 450px) {
    .sets {
        grid-template-columns: 1fr;
    }
    .section_sets {
        padding: 0 !important;
    }
    .set-imgs {
        height: 140vw;
    }
}
/* End */
/* /bitrix/components/krayt/section.news.list/templates/sets-page/style.css?16741806822654 */
