

/* Start:/local/templates/main/css/ui/preloader.css?17666619521140*/
.preloader-element {
    position: relative;
    pointer-events: none;
}

.preloader-element--opacity::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    background-color: #ffffff9c;
    z-index: 30;
}

@keyframes animePreloaderSpinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.preloader-spinner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-element--opacity .preloader-spinner {
    z-index: 31;
}

.preloader-spinner .preloader-spinner__icon {
    height: 50%;
    max-height: 110px;
    width: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: animePreloaderSpinner 1.2s ease infinite;
    animation: animePreloaderSpinner 1.2s ease infinite;
}
/* End */


/* Start:/local/components/project/catalog-banner/templates/new_design/style.css?1756218934324*/
@media(min-width: 980px) {
    .b-banner-promo_mobile {
        display: none;
    }
    .b-banner-promo__pic--mobile {
        display: none;
    }
}

@media(max-width: 980px) {
    .b-banner-promo:not(.b-banner-promo_mobile) {
        display: none;
    }
    .b-banner-promo__pic--desktop {
        display: none;
    }
}
/* End */


/* Start:/local/components/project/filter/templates/new_design/style.css?1721300913723*/
/* Не стал затрагивать минимизированную версию кода */
.new-design .catalog-center__left .catalog__aside {
    justify-content: initial;
}

.new-design .filter-price_range_block input{
    height: 40px;
    padding: 10px;
}

.new-design .filter-price_range_block label{
    max-width: 90px;
    padding: unset;
}

.new-design .filter-price_range_block label:first-child{
    margin-left: 20px;
}

.new-design .filter-price_range_block label:last-child{
    margin-right: 20px;
}

.new-design .filter-price_range_block .accordion__content{
    display: flex;
}


@media screen and (max-width:980px){
    .new-design .filter-price_range_block label{
        max-width: 78px;
    }
}
/* End */


/* Start:/local/components/gor/tools.panel/templates/.default/style.css?15892846081908*/
.project-tools-panel{
    display: block;
    border: 1px solid orange;
    border-radius: 8px;
    margin-bottom: 15px;
}

.project-tools-panel_title{
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: orange;
    color: white;
    height: 25px;
    font-size: 15px;
    padding-left: 12px;
    line-height: 23px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.project-tools-panel_buttons{
    display: block;
    width: 100%;
    height: 40px;
    padding: 4px;
}

a.project-tools-panel_button{
    height: 32px;
    width: 128px;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #999;
    justify-content: center;
    text-align: center;
    color: #666 !important;
    font-size: 14px;
    text-decoration: none !important;
    cursor: pointer;
}
a.project-tools-panel_button:hover{
    color: white !important;
    background-color: #213e63;
    border: 1px solid #213e63;
    font-weight: normal;
}
.project-tools-panel_container{
    padding: 4px;
}

.ptp-row{
    display: inline-block;
    width: 100%;
    text-align: left;
    /* margin-left: 10px; */
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding-left: 20px;
}

.ptp-row span{
    display: inline-block;
    width: 70%;
    float: right;
    text-align: left;
    border-left: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding-left: 20px;
}

/*.project-tools-button{*/
    /*width: 48px;*/
    /*height: 32px;*/
    /*display: block;*/
    /*border: white 1px solid;*/
    /*background: black;*/
    /*color: white !important;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
/*}*/
/*.project-tools-button:hover{*/
    /*border: black 1px solid;*/
    /*background: white;*/
    /*color: black !important;*/
/*}*/
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/new_design/style.css?17666619522370*/
.catalog-center__right {
    --grid-col: 3;
}

.new-design .catalog-ajax .catalog-products {
    display: grid;
    grid-template-columns: repeat(var(--grid-col), 1fr);
    margin: 0;
    gap: 20px;
}

.new-design .catalog-ajax  .catalog-products .catalog-product {
    width: initial;
    margin: 0;
}

.new-design .catalog-product-header .catalog-product-header__col {
    height: 100%;
}

.new-design .catalog-product .catalog-product-header__col.--action {
    display: flex;
    align-items: start;
    justify-content: end;
    max-width: 70px;
    width: 100%;
    margin: 0 0 0 10px;
}

.new-design .catalog-product-header__col.--action .catalog-product-behaviors__item {
    margin: 0;
    padding: 0;
}

.catalog-product-header__col.--action .catalog-product-fav {
    padding: 0;
    margin: 0;
}

.new-design .catalog-product .catalog-product-behaviors  {
    gap: 10px;
    margin: 0px;
}

.new-design a.catalog-product__preview {
    max-height: 350px;
    margin-top: auto;
}

.catalog-product-features__row.--top {
    height: 47px;
}

.catalog-product-features__col.--model {
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-width: 100%;
    overflow-wrap: break-word;
    line-height: 1.26em;
    min-height: 3.8em;
    max-height: 3.8em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-design .catalog-product__main {
    position: relative;
}

.new-design .catalog-product-note {
    font-size: 12px;
    position: absolute;
    bottom: -12px;
    right: 0;
}

.new-design span.catalog-product__marker--sale {
    border: 1px solid #E30713;
    color: #E30713;
}

@media (max-width: 980px) {
    .catalog-product-features__row.--top {
        height: 37px;
    }
}

.new-design a.catalog-product__preview {
    max-height: 350px;
    margin: 0 auto;
}

.new-design .catalog-product-note__row .catalog-product-note__col {
    position: relative;
}

.new-design .catalog-products:after {
    content: '';
    flex: auto;
}

@media (max-width: 380px) {
    .catalog-center__right {
        --grid-col: 2;
    }
}

@media (max-width: 380px) {
    .new-design .catalog-ajax .catalog-products {
        grid-template-columns: repeat(1, 1fr);
    }
}

.catalog__more {
    display: inline-block;
    width: 100%;
    margin: 40px 0;
    font-size: 22px;
    text-align: center;
}


/* End */
/* /local/templates/main/css/ui/preloader.css?17666619521140 */
/* /local/components/project/catalog-banner/templates/new_design/style.css?1756218934324 */
/* /local/components/project/filter/templates/new_design/style.css?1721300913723 */
/* /local/components/gor/tools.panel/templates/.default/style.css?15892846081908 */
/* /local/templates/main/components/bitrix/catalog.section/new_design/style.css?17666619522370 */
