

/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews-page/style.css?17775561261789*/
pre
{
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 10px;

    background-color: #000;

	color: #fff;
}

.works-list
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px 20px;
}

@media screen and (max-width: 1280px)
{
    .works-list
    {
        max-width: max-content;
        grid-template-columns: repeat(3, minmax(min-content, max-content));
        margin: 0 auto;

        grid-gap: 50px 30px;
    }
} 

@media screen and (max-width: 990px)
{
    .works-list
    {
        grid-template-columns: repeat(2, minmax(min-content, max-content));
    }
}

@media screen and (max-width: 580px)
{
    .works-list
    {
        grid-gap: 50px 20px;
    }
}

@media screen and (max-width: 450px)
{
    .works-list
    {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}

.work-item
{
    width: 295px;
    height: 388px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.work-item.hidden {
    display: none;
}

@media screen and (max-width: 990px)
{
    .work-item
    {
        width: 335px;
        height: 428px;
    }
}

@media screen and (max-width: 768px)
{
    .work-item
    {
        width: 295px;
        height: 388px;
    }
}

@media screen and (max-width: 660px)
{
    .work-item
    {
        width: 255px;
        height: 348px;
    }
}

@media screen and (max-width: 580px)
{
    .work-item
    {
        width: 215px;
        height: 308px;
    }
}

@media screen and (max-width: 490px)
{
    .work-item
    {
        width: 190px;
        height: 283px;
    }
}

@media screen and (max-width: 450px)
{
    .work-item
    {
        width: 257px;
        height: 338px;
        border: 2px solid #78FFF7;
    }
}

.work-item:hover
{
    cursor: pointer;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews-page/style.css?17775561261789 */
