

/* Start:/bitrix/templates/yourBrand/components/bitrix/system.pagenavigation/.default/style.css?17230340751378*/
/* ----- Pagination Box -----*/

.catalogGrid__paginationBox {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 576px) {
    .catalogGrid__paginationBox {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }
}

.catalogGrid__paginationBox-pages {
    display: flex;
}

.catalogGrid__paginationBox-pages-item {
    height: 45px;
    width: 45px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    background-color: transparent;
    border-radius: 3px;
    color: black !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalogGrid__paginationBox-pages-item:hover {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-itemActive {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-nextPageBtn {
    height: 45px;
    border: none;
    padding: 0 20px;
    background-color: transparent;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black !important;
}

.catalogGrid__paginationBox-pages-nextPageBtn:hover {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-nextPageBtn.prev img{
    transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/yourBrand/components/bitrix/news.list/news/style.css?17230340652076*/
.news-head{
    text-align: center;
}

.news-head h1{
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.news-wrap{
    margin-top: 80px;
}

.news-items-wrap{
    margin-top: 40px;
}

.news-item{
    display: block;
    text-decoration: none;
    margin-bottom: 40px;
}

.news-img-wrap{
    position: relative;
    width: 100%;
    padding-top: 58.5%;
    margin-bottom: 12px;
}

.news-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news-tags{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.news-tag{
    font-size: 14px;
    font-weight: 400;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
}

.news-tag.sale{
    background: #C94C46;
    color: #fff;
}

.news-tag.timer{
    background: #F7F7F7;
    color: #000;
}

.news-tag.timer:before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url('/bitrix/templates/yourBrand/components/bitrix/news.list/news/img/fire.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    flex: none;
    margin-right: 5px;
}

.news-title{
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.news-preview-text{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.news-date{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.catalogGrid__catalogHeader-breadcrumbs{
    justify-content: center;
}

@media(max-width: 767px){
    .news-head h1{
        font-size: 25px;
    }

    .news-title{
        font-size: 20px;
    }

    .news-preview-text, .news-date{
        font-size: 14px;
    }

    .news-wrap{
        margin-top: 15px;
    }

    .news-items-wrap{
        margin-top: 20px;
    }
}
/* End */
/* /bitrix/templates/yourBrand/components/bitrix/system.pagenavigation/.default/style.css?17230340751378 */
/* /bitrix/templates/yourBrand/components/bitrix/news.list/news/style.css?17230340652076 */
