

/* Start:/local/templates/fish/components/inerg/news.detail/.default/style.css?17513725853497*/

.c-block {
    padding: 60px 0;
}
.c-block__text-video .container,
.c-block__text-slider .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.c-block__slider {
    max-width: 100%;
    padding-bottom: 50px !important;
}

.c-block .swiper .swiper-pagination--element {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
}
.c-block .swiper .swiper-pagination--element .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #878787;
    border-radius: 20px;
    transition: .3s all;
}
.c-block .swiper .swiper-pagination--element .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base);
    width: 47px;
}
.c-clock__text {
    font-size: 16px;
    line-height: 130%;
}
.c-clock__text b{
    font-size: 18px;
}
.video__link img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.c-block__video .c-clock__video-item {
    max-width: 640px;
    margin: 0 auto;
}
.c-block__gallery,
.c-block__photos {
    display: grid;
    grid-gap: 20px;
}
.c-block__photos img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}
.c-block__gallery[data-count="2"],
.c-block__photos[data-count="2"] {
    grid-template-columns: repeat(2, 1fr);
}
.c-block__gallery[data-count="3"],
.c-block__photos[data-count="3"] {
    grid-template-columns: repeat(3, 1fr);
}
.c-block__gallery[data-count="4"],
.c-block__photos[data-count="4"] {
    grid-template-columns: repeat(4, 1fr);
}
.c-block__gallery[data-count="5"],
.c-block__photos[data-count="5"] {
    grid-template-columns: repeat(5, 1fr);
}
.c-block__gallery[data-count="6"],
.c-block__photos[data-count="6"] {
    grid-template-columns: repeat(6, 1fr);
}
.c-block__gallery[data-count="7"],
.c-block__photos[data-count="7"] {
    grid-template-columns: repeat(7, 1fr);
}
.c-block__gallery[data-count="8"],
.c-block__photos[data-count="8"] {
    grid-template-columns: repeat(8, 1fr);
}
.c-block__gallery[data-count="9"],
.c-block__photos[data-count="9"] {
    grid-template-columns: repeat(9, 1fr);
}
.c-block__gallery[data-count="10"],
.c-block__photos[data-count="10"] {
    grid-template-columns: repeat(10, 1fr);
}
.container > br {
    /*display: none;*/
}

.c-block__gallery-item {
    overflow: hidden;
    color: #fff;
    display: block;
    padding: 15px;
    background-color: var(--base2);
    box-sizing: border-box;
    min-height: 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}
.c-block__gallery-name {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 24px;
}
.c-block__gallery-item img {
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s all;
}
.c-block__gallery a:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .c-block {
        padding: 40px 0;
    }
    .c-clock__text {
        font-size: 15px;
        line-height: 130%;
    }
    .c-block__text-video .container,
    .c-block__text-slider .container,
    .c-block__gallery,
    .c-block__photos {
        grid-template-columns: 1fr !important;
    }
    .c-block__gallery-item img {
        height: 100% !important;
        object-fit: cover;
    }
}
/* End */
/* /local/templates/fish/components/inerg/news.detail/.default/style.css?17513725853497 */
