

/* Start:/local/templates/romsat_2021/components/bitrix/news/news_bx/bitrix/news.detail/.default/style.css?16564299452663*/
.rrp-price{
    font-size: 20px;
}

/*GALLERY */

.gallery {
    padding: 40px 0;
}

.gallery .flex {
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
}

.gallery .gallery-item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.gallery .gallery-item a, .gallery .gallery-item a img {
    display: block;
}


.gallery .gallery-item:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
}

.gallery .gallery-item:nth-child(4n) {
    margin-right: 0;
}

.button-show-more_img {
    margin-top: 20px;
}

.button-show-more_img {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.button-show-more_img span.all_btn-green {
    cursor: pointer;
}

.button-show-more_img span span {
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.gallery .gallery-item img {
    width: 100%;
}

.button-show-more_img span.all_btn-green:hover span {
    color: #313131;
}

.gallery .gallery-item:nth-child(n + 5) {
    display: none;
}


.button-show-more_img span.hide {
    display: none;
}

.gallery.active .button-show-more_img span.hide {
    display: block;
}

.gallery.active .button-show-more_img span.show {
    display: none;
}

.gallery.active .gallery-item:nth-child(n + 4) {
    display: block;
}

@media only screen and (max-width: 768px) {
    .gallery .gallery-item {
        width: 49%;
        margin-right: 2%;
    }



    .gallery .gallery-item:nth-child(3n) {
        margin-right: 2%;
    }

    .gallery .gallery-item:nth-child(2n) {
        margin-right: 0;
    }

    .gallery .gallery-item:nth-child(n + 3) {
        display: none;
    }

    .gallery.active .gallery-item:nth-child(n + 3) {
        display: block;
    }
}

@media only screen and (max-width: 430px) {
    .gallery .gallery-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .gallery .gallery-item:nth-child(3n) {
        margin-right: 0;
    }
}

 .date {

    padding: 5px 10px;
    font-size: 16px;
    width: max-content;
    background: #f2f3f3;
}
.page_content .newsGroup p{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 17px;
}
.container .inner{
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.container .inner a{
    text-transform: uppercase;
    font-weight: bold;
    color: #0b7cc1;
    text-decoration: none;
}
.container .inner a:hover{
    color: #ff0101;
    text-decoration: underline;
}
/* End */
/* /local/templates/romsat_2021/components/bitrix/news/news_bx/bitrix/news.detail/.default/style.css?16564299452663 */
