

/* Start:/local/components/nm/img.slider/templates/.default/style.css?17480021254305*/
@media only screen and (max-width: 1024px) {
    .slider__shell .swiper-slide img {
        border-radius: 16px !important;
    }

    .body-lock .slider__shell.show .swiper {
        margin-left: -20px;
        width: 100vw;
    }
}
body:not(.body-lock) .swiper-slide img {
    cursor: pointer;
}
.show.slider__shell {
    display: flex;
    z-index: 9999;
}
.slider__shell {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 20px;
    -moz-outline-radius: 20px;
    overflow: hidden;
    width: 70dvw;
    height: 70dvh;
    max-width: 922px;
    max-height: 630px;
    display: none;
}
.slider__btns {
    display: none;
}
.slider__btn {
    max-width: 100%;
    width: 100%;
}
.slider__close-btn {
    position: absolute !important;
    top: 16px;
    right: 16px;
    z-index: 2;
}
.slider__slider {
    width: 100%;
    height: 100%;
}
.slider__slider-btn--prev {
    left: 16px;
}
.slider__slider-btn--next {
    right: 16px;
}
.slider__slider-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
}
.slider__slider-btn--prev span,
.slider__slider-btn--next span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider__slide {
    width: 100%;
}
.slider__slider-btn--next span::before {
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    right: 16px;
    content: "";
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}
.slider__slider-btn--prev span::before {
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    right: 13px;
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.slider__slider-btn:active, .slider__slider-btn:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.slider__slider-pagination {
    display: none;
}
.slider__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
    .slider__slider-pagination {
        display: block;
        position: relative !important;
        top: 0 !important;
        margin-top: 18px;
    }
    .slider__slider {
        flex: 1 1;
        width: calc(100% + 2 * 20px);
        height: auto;
        max-height: 570px;
        margin-block: auto;
        margin-left: -20px;
    }
    .slider__title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0px;
        flex: none;
        height: 52px;
        border-bottom: 1px solid #dedede;
        width: calc(100% + 2 * 20px);
        margin-left: -20px;
        position: relative;
    }
    .show.slider__shell {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .slider__shell {
        border-radius: 4px;
        -moz-outline-radius: 4px;
        top: 56px;
        left: 0;
        transform: unset;
        background-color: #fff;
        width: 100dvw;
        height: calc(100dvh - 56px);
        max-width: unset;
        max-height: unset;
        padding-inline: 20px;
        display: none;
    }
    .slider__slide-wrapper {
        height: calc(100% - 40px) !important;
        max-height: 524px;
    }
    .slider__close-btn {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        right: unset;
        left: 32px;
    }
    .slider__slider-btn {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .slider__slider {
        width: calc(100% + 2 * 16px);
        margin-left: -16px;
        height: 100%;
        max-height: 302px;
    }
    .slider__close-btn {
        left: 24px;
    }
    .slider__slide-wrapper {
        height: 100%;
        max-height: 256px;
    }
}
/* End */
/* /local/components/nm/img.slider/templates/.default/style.css?17480021254305 */
