

/* Start:/local/templates/custom/components/bitrix/catalog/diana_catalog/style.css?174047006510105*/
.catalog_block{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid #D6D6D6;
}
.filter_block_catalog{
    max-width: 237px;
    width: 100%;
}

.all_section_cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    margin-top: 40px;
}
.all_text{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #252324;
}
.custom-select{
    border: 0;
    outline: 0;

}
.catalog-block-header{
    font-family: "montserrat_arm_regular", 'montserrat_regular';
    color: #949494;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
    margin-left: 10px;
}

.product__filter-content {
    margin-top: 60px;
}
.product__spoiler-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
}
.product__spoiler-title.activeFilter::before {
    transform: rotate(-40deg);
}
.product__spoiler-title.activeFilter::after {
    transform: rotate(40deg);
}
.product__spoiler-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #c8c4c4;
    padding-right: 100%;
    position: relative;
    cursor: pointer;
}
.product__spoiler-title::before, .product__spoiler-title::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    transition: 0.3s;
}
.product__spoiler-title::before {
    transform: rotate(40deg);
    left: 94.2%;
}
.product__spoiler-title::after {
    transform: rotate(-40deg);
    left: 97%;
}
.product__spoiler-select {
    display: none;
    margin-top: 20px;
}
.product__checks-column {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.product__delete-all {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #c8c4c4;
    border-bottom: 1px solid #c8c4c4;
    background: white;
}
.product__spoiler-check {
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 5px 12px;
}
.product__spoiler-check:hover{
    background: #E9E9E9;
}
.product__spoiler-check input {
    display: none;
}
.product__spoiler-check input:checked + .product__fake-radio::before {
    opacity: 1;
}
.product__spoiler-check input:checked + .product__fake-sort-radio::before {
    opacity: 1;
}
.product__fake-sort-radio {
    position: relative;
}
.product__fake-sort-radio::before {
    content: "";
    position: absolute;
    display: block;
    width: 6.8px;
    height: 5.1px;
    background: url("/local/templates/custom/components/bitrix/catalog/diana_catalog/../img/radioSort.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.4s;
    left: 125px;
    top: -2px;
}
.product__fake-radio {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d9d9d9;
    position: relative;
}
.product__fake-radio::before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
}
.product__name-radio, .product__name-radio_price  {
    cursor: pointer;
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    width: 100%;
    line-height: normal;
}
.product__sort-popup.activeSort {
    top: 25px;
    right: 10px;
    z-index: 100;
    opacity: 1;
}
.product__sort-popup {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 25px;
    transition: all 0.3s ease 0s;
    width: 185px;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #949494;
    background: #F5F5F5;
    height: auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 6px 0 7px 0;
}
.product__sort {
    cursor: pointer;
    z-index: 4;
    position: relative;
    padding-right: 24px;
}
.product__sort::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/images/arrSortRight.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 9px;
    right: 0;
}
.product__sort.activeSort::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/images/arrSortRight.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    right: 0;
    transform: rotate(90deg);
}

.person__slider {
    position: relative;
}
.sort_block{
    position: relative;
}
.product__sort{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1em;

    color: #252324;
}
.catalog-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
}
.product-item-list-col-1{
    max-width: 368px;
}
.catalog-section{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}
.catalog_block, .all_section_cnt,   .catalog-sections, .catalog-block-header, .catalog-products-viewed, .brand-detail-desc-box{
    max-width: 1400px;
    width: 100%;
}
.brand-detail-desc-box {
    margin: 0 auto;
    background: #EAE3DB;
    padding: 60px 20px;
}
.pb-4 .popular-searches-box {
    display: flex;
    max-width: 1210px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    column-gap: 20px;
}
.popular-search-item a{
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
}
.popular-search-title-box {
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}
.pb-4 .popular-searches-box .popular-search-items-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    width: 88%;
}
.viewed_block{
    max-width: 1210px;
    margin: 0 auto;
}

.brand-detail-title-box {
    margin-bottom: 10px;
    font-family: Leonetta;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0;
    text-align: left;
}
.brand-detail-desc {
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 350;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}
.just-in-prods-container{
    max-width: 1600px;
}
.just-in-prods-container .owl-dots .owl-dot.active span{
    background: rgba(37, 35, 36, 1) !important;
}
.sale-container{
    margin: 40px 0 80px 0;
}

.picture_block a img{
    height: 400px;
    max-height: 400px;
}

@media (max-width: 1920px) {
    .product-item-list-col-1{
        max-width: 367px;
    }
}

@media (max-width: 1440px) {
    .product-item-list-col-1{
        max-width: 367px;
    }
    .block_news {
        max-width: 66%;
    }


}
@media (max-width: 1366px) {
    .product-item-list-col-1 {
        max-width: 325px;
        width: 100%;
    }
    .catalog_block, .bx-breadcrumb,  .all_section_cnt{
        max-width: 1260px;
    }

}
@media (max-width: 1280px) {
    .product-item-list-col-1{
        max-width: 300px;
        width: 100%;
    }
    .catalog_block, .bx-breadcrumb,  .all_section_cnt{
        max-width: 968px;
    }

}
@media (max-width: 1279px) {
    .viewed_block,.pb-4 .recommendations-box,.pb-4 .popular-searches-box{
        max-width: 960px;

    }
    .pb-4 .popular-searches-box .popular-search-items-box{
        width: 85%;
    }

}
@media (max-width: 1024px) {

    .product-item-list-col-1{
        max-width: 340px;
        width: 100%;
    }
    .block_news {
        max-width: 46%;
        height: 400px;
    }
    .catalog-section-list-list-link .catalog-section-list-list-title {
        font-size: 27px;
    }
    .filter_block_catalog{
        max-width: 223px;
    }
    .picture_block img{
        height: 360px;
    }
}
@media (max-width: 1023px) {
    .catalog_block {
        display: block;
    }
    .filter_block_catalog {
        margin: 0 auto;
        max-width: 301px;
    }
    .sale-title{
        font-size: 37px !important;
    }
    .viewed_block,.pb-4 .recommendations-box,.pb-4 .popular-searches-box{
        max-width: 700px;

    }
    .pb-4 .popular-searches-box .popular-search-items-box{
        width: 79%;
    }
    .recommend-products-main-box{
        flex-wrap: wrap;
    }
    .catalog-products-viewed .product-item-list-col-4{
        width: 100%;
        overflow-x: auto;
    }
    .catalog-products-viewed .product-item-list-col-4 .product-item-small-card{
        width: 100%;
    }
    .catalog-section{
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .product-item-list-col-1{
        max-width: 300px;
        width: 100%;
    }
    .viewed_block,.pb-4 .recommendations-box,.pb-4 .popular-searches-box{
        max-width: 300px;

    }
   .recommend-products-main-box_big .title_recommend,.col .header_block{
        font-size: 28px;
    }
    .recommend-products-main-box{
        flex-wrap: wrap;
    }
    .sale-title{
        font-size: 29px !important;
    }
    .block_news {
        max-width: 48%;
        height: 400px;
    }
   .catalog-section-list-list-link  .catalog-section-list-list-title {
        font-size: 27px;
    }
    .filter_block_catalog{
        max-width: 350px;
        margin: 0 auto;
    }
    .picture_block img{
        height: 360px;
    }

    .catalog_block{
        display: block;
    }
    .catalog-section{
        margin: 0 auto ;
    }
}
@media (max-width: 767px) {
    .catalog-section{
        justify-content: center;

    }
    .catalog_block, .bx-breadcrumb,  .all_section_cnt{
        max-width: 310px;
    }
    .smart-filter-parameters-box-container{
        overflow: hidden;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?171136024164*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/custom/components/bitrix/catalog/diana_catalog/style.css?174047006510105 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?171136024164 */
