

/* Start:/nashi-raboty/style.css?16213283021403*/
article.works
{
    padding: 8px 0 100px;
}

h1.article-title
{
    margin-bottom: 32px;
}

div.up-tools
{
    width: 100%;   

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 63px;
}

@media screen and (max-width: 450px)
{
    div.up-tools
    {
        margin-bottom: 42px;
    }
}

.watch-all
{
    position: relative;

    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;

    color: #FFFFFF;
}

.watch-all::before
{
    content: '';

    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    
    z-index: -1;

    background-color: #3300FF;
    filter: blur(30px);
}

button.filters
{
    position: relative;

    width: 43px;
    height: 43px;

    background-position: center;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-color: transparent;

    cursor: pointer;

    background-image: url('/upload/our-works/filters.svg');
}

button.filters::before
{
    content: '';

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    border-radius: 100%;

    background-color: #FF017A;
    filter: blur(25px);

    z-index: -1;
}

@media screen and (max-width: 450px)
{
    button.filters::before
    {
        background-color: #D735FF;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1617297887122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/worksExample-all-works/style.css?16633569392393*/
.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;
}

.filter-item__root.filter-item,
.filter-item__root.filter-item.hidden
{
    display: block;
}

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

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

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

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

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

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

div.work-item:hover
{
    cursor: pointer;
}

div.work-item.video
{
    position: relative;
}

div.work-item.video::before
{
    content: '';

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);

    width: 72px;
    height: 82px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    background-image: url('/upload/our-works/play.svg');
    background-position: center;
    background-size: initial;
    background-repeat: no-repeat;

    transition: transform .3s;
}

div.work-item.video:hover::before
{
    transform: translate(-50%, -50%) scale(1.2);
}
/* End */
/* /nashi-raboty/style.css?16213283021403 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1617297887122 */
/* /bitrix/templates/.default/components/bitrix/news.list/worksExample-all-works/style.css?16633569392393 */
