

/* Start:/bitrix/templates/utes/components/bitrix/news.list/photo-gallery/style.css?17503882111853*/
.photo-gallery__items .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -40px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 60px;
    height: 200px;
    border: none;
    opacity: 1;
}

.photo-gallery__items .slick-arrow.slick-next {
    right: 0;
    background: url('/bitrix/templates/utes/images/next-button.png') 0 0 /100% no-repeat;
}

.photo-gallery__items .slick-arrow.slick-prev {
    left: 0;
    background: url('/bitrix/templates/utes/images/prev-button.png') 0 0 /100% no-repeat;
}

.photo-gallery__slider-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
    border: none;
    outline: none;
    flex-wrap: wrap;
}

.photo-gallery__slider-link:hover .gallery__slider-image {
    height: 245px;
    width: 372px;
}

.photo-gallery__slider-image {
    border-radius: 10px;
    width: 560px;
    height: 354px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: width 0.3s, height 0.3s;
}

.photo-gallery__slider-image-wrapper {
    position: relative;
}

.photo-gallery__slider-descr {
    font-family: 'CoreRhino', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 105%;
}

@media screen and (max-width: 1310px) {

    .photo-gallery__slider-descr {
        font-size: 16px;
    }
}

@media screen and (max-width: 1014px) {

    .gallery__slider {
        min-height: auto;
    }

    .photo-gallery__slider-link {
        min-height: 250px;
    }

    .photo-gallery__slider-image {
        height: 200px;
        width: 300px;
    }
}
/* End */
/* /bitrix/templates/utes/components/bitrix/news.list/photo-gallery/style.css?17503882111853 */
