

/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog.filter/articles_filter/style.css?1656926889409*/
.form_articles_type_filter .item_link_filter{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color:#828DA0;
    text-decoration: none;
    margin-right: 15px;
    text-transform: uppercase;
}

.form_articles_type_filter .item_link_filter:hover,
.form_articles_type_filter .item_link_filter.selected_link_filter{
    text-decoration-line: underline;
    color: #14499B;
}

/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/news.list/site_list_articles/style.css?17695083473662*/
.list_banner_articles{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.list_banner_articles .item_banner_articles{
    border: 1px solid #F1F1F1;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.list_banner_articles .small_banner{
    height: calc((1306px - 20px) / 5);
}

.list_banner_articles .big_banner{
    height: calc((1306px / 5) * 2);
}

.list_banner_articles .item_banner_0 { grid-area: 1 / 1 / 3 / 3; }
.list_banner_articles .item_banner_1 { grid-area: 1 / 3 / 2 / 4; }
.list_banner_articles .item_banner_2 { grid-area: 1 / 4 / 2 / 5; }
.list_banner_articles .item_banner_3 { grid-area: 1 / 5 / 2 / 6; }
.list_banner_articles .item_banner_4 { grid-area: 2 / 3 / 3 / 4; }
.list_banner_articles .item_banner_5 { grid-area: 2 / 4 / 3 / 5; }
.list_banner_articles .item_banner_6 { grid-area: 2 / 5 / 3 / 6; }

.list_banner_articles .item_banner_articles picture{
    display: block;
    width: 100%;
    height: 100%;
}

.list_banner_articles .item_banner_articles img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.list_banner_articles .name_banner_articles{
    background-color:rgba(137, 146, 196, 0.9);
    color: #fff;
    position: absolute;
    width: 100%;
    bottom:20px;
    padding: 10px;
    z-index: 100;
    font-size: 13px;
}

.list_banner_articles .item_banner_0 .name_banner_articles{
    font-size: 25px;
    padding: 15px 70px;
    bottom: 30px;
    background: #14499B;
}

.list_banner_articles .item_banner_0 .name_banner_articles:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 25px;
    background:#00BDCC;
    height: 95px;
    width: 95px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

@media only screen and (max-width: 1306px){

    .list_banner_articles .small_banner{
        height: calc((100vw - 60px) / 5);
    }

    .list_banner_articles .big_banner{
        height:calc(((100vw - 60px) / 5) * 2 + 5px);
    }

    .list_banner_articles .name_banner_articles{
        bottom:10px;
        padding: 5px;
        font-size: 13px;
    }

    .list_banner_articles .item_banner_0 .name_banner_articles {
        font-size: 18px;
        padding: 10px 55px 10px 15px;
        bottom: 15px;
    }

    .list_banner_articles .item_banner_0 .name_banner_articles:before{
        right: -2px;
        bottom:15px;
        height:65px;
        width:50px;
    }
}

@media only screen and (max-width: 600px){

    .list_banner_articles{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;

        grid-template-columns:inherit;
        grid-template-rows:inherit;
        grid-column-gap:inherit;
        grid-row-gap:inherit;
    }

    .list_banner_articles .item_banner_articles{
        grid-area:inherit;
        width:calc((100% - 5px) / 2);
        height: calc((100vw - 45px) / 2);
        margin: 0 0 5px 0;
    }

    .list_banner_articles .item_banner_0{
        width: 100%;
    }

    .list_banner_articles .item_banner_0 .name_banner_articles {
        font-size: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/news.list/site_list_news/style.css?17297791562617*/
.list_news .no_elements{
    text-align: center;
    width: 100%;
    color: #C61212;
}

.list_news .item_news{
    width: calc((100% - 60px) / 4);
    margin: 0 20px 30px 0;
}

.list_news .item_news:nth-last-child(-n+4){
    margin-bottom: 0;
}

.list_news .item_news:nth-child(4n){
    margin-right: 0;
}

.list_news .prw_news{
    width: 100%;
    border: 1px solid #F1F1F1;
    height: 210px;
    border-radius: 12px;
    overflow:hidden;
    margin-bottom: 10px;
}

.list_news .prw_news img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.list_news .name_news{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    color: #00BDCC;
    min-height: 45px;
    margin-bottom: 10px;
}

.list_news .period_action{
    color: #14499B;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight:600;
}

.list_news .preview_text_news{
    font-weight: normal;
    font-size: 14px;
    color: #828DA0;
    margin-bottom: 10px;
}

.list_news .item_news .list_stikers{
    margin-bottom:5px;
}

.list_news .date_news{
    font-size: 14px;
}

.list_news .btn{
    width: 100%;
}

@media only screen and (max-width: 1000px){

    .list_news .item_news:nth-last-child(-n+5),
    .list_news .item_news:nth-child(5n),
    .list_news .item_news{
        width: calc((100% - 20px) / 3);
        margin: 0 10px 15px 0;
    }

    .list_news .item_news:nth-child(3n){
        margin-right: 0;
    }

    .list_news .item_news:nth-last-child(-n+3){
        margin-bottom: 0;
    }

    .list_news .prw_news{
        height: auto;
    }

    .list_news .prw_news img{
        width: 100%;
        height: auto;
        display: block;
        object-fit: inherit;
    }

}

@media only screen and (max-width: 750px){

    .list_news .item_news:nth-last-child(-n+5),
    .list_news .item_news:nth-last-child(-n+3),
    .list_news .item_news:nth-child(3n),
    .list_news .item_news:nth-child(5n),
    .list_news .item_news{
        width: calc((100% - 10px) / 2);
        margin: 0 10px 10px 0;
    }

    .list_news .item_news:nth-child(2n){
        margin-right: 0;
    }

    .list_news .item_news:nth-last-child(-n+2){
        margin-bottom: 0;
    }

    .list_news .prw_news{
        /*height:150px;*/
    }

}


@media only screen and (max-width: 500px){

    /*.list_news .prw_news{
        height:100px;
    }*/


    .list_news .item_news .list_stikers,
    .list_news .preview_text_news,
    .list_news .period_action{
        display: none;
    }


    .list_news .name_news{
        font-size:13px;
        min-height: inherit;
        margin-bottom: 0;
    }

}


/* End */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/catalog.filter/articles_filter/style.css?1656926889409 */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/news.list/site_list_articles/style.css?17695083473662 */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/news.list/site_list_news/style.css?17297791562617 */
