

/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037*/
.breadcrumbs{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.breadcrumbs:after{
    display: table;
    width: 100%;
    content: "";
    clear: both;
}
.breadcrumbs li{
    float: left;
    margin: 0 18px 10px 0;
}
.breadcrumbs li a{
    text-decoration: none !important;
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
    display: inline;
    border-bottom: 1px solid transparent;
    position: relative;
}
.breadcrumbs li:not(:last-child) a:after{
    position: absolute;
    right: -15px;
    top: 5px;
    content: "";
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 7px;
    width: 11px;
    transform: rotate(-90deg);
}

.breadcrumbs li a:hover{
    color: #242424;
    border-color: #242424;
}
.breadcrumbs li span{
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.smart.filter/f_4_2/style.css?17580163603407*/


.filter-components{
    border: 1px solid #D0D0D0;
    padding: 20px 15px;
    margin-bottom: 10px;/*50px*/
    position: relative;
}

.filter-components .row {
    margin-right: 0;
    margin-left: 0;
}

.filter-components .btn.btn-add-cart.clear-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    background: #004288;
    width: auto;
}

.filter-components-title{
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
}

.filter-components .column-2{
    column-count: 2;
    column-gap: 10px;
}

.filter-components .column-4{
    column-count: 4;
    column-gap: 10px;
}

.filter-components .check-box{
    margin-bottom: 10px;
}

@media screen and (max-width: 1499px){
    .filter-components{
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .filter-components .column-2 {
        column-count: 1;
        column-gap: 0;
    }
    .filter-components .column-4 {
        column-count: 3;
        column-gap: 0;
    }
}

@media screen and (max-width: 1250px){
    .filter-components .column-4 {
        column-count: 2;
        column-gap: 0;
    }
}

@media screen and (max-width: 991px){
    .filter-components{
        padding-bottom: 0;
    }
    .filter-components .column{
        margin-bottom: 20px;
    }
}

.check-box label.disabled {
    color: #b4b4b4;
}

.ui-value {
    position: absolute;
    top: 18px;
    font-size: 13px;
}

.FILTER_RANGE_CONTROL .ui-slider-range {
    background: #065ba9;
}
.filter-components .column{
    margin-bottom: 20px;
}

.filter-components-mobile {
    display: none;
}
@media screen and (max-width: 991px){
    .filter-components-mobile {
        display: block;
        background: #004288;
        color: #ffffff;
        font-size: 15px;
        /*font-family: 'RotondaC', sans-serif;*/
        font-family: Roboto, sans-serif;
        font-weight: bold;
        padding: 10px 15px;
        position:relative;
    }
    .filter-components-mobile:before {
        content: "";
        position: absolute;
        right: 15px;
        top: 17px;
        width: 15px;
        height: 10px;
        background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-w.svg) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .filter-components-mobile.active:before {
        transform: rotate(-180deg);
    }
    .filter-components {
        display: none;
    }
    .filter-components {
        border-top: none;
    }
    .filter-components-mobile.bound {
        position: fixed;
        top: 10px;
        width: calc(100% - 30px);
        z-index: 10000;
    }

    .filter-components-mobile.bound + .filter-components {
        position: fixed;
        top: 53px;
        width: calc(100% - 30px);
        background: white;
        z-index: 10000;
        bottom: 0;
        margin-bottom: 0;
        overflow-y: scroll;
    }
    .filter-components .btn.btn-add-cart.clear-filter {
        position: fixed;
        right: 15px;
    }
    .filter-components-mobile:not(.active) + .filter-components .btn.btn-add-cart.clear-filter {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.section/COMPL_SUBCATEGORY_1/style.css?17580163609381*/
.card-components{
    position: relative;
    margin: 0 0 30px 0;
    /*border: 1px solid #b6b6b6;*/
    box-shadow: 0 10px 15px 0 rgba(182, 182, 182, 0.30);
}
.card-components:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.card-components .link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.card-components .link:hover{text-decoration: none;color:#004288;}
.card-components .mm{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #004288;
    z-index: 1;
}
.card-components .img{
    margin: 0 0 15px 0;
}
.card-components .img img {
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.card-components:hover .img > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.card-components .img{
    position: relative;
    overflow: hidden;
}
.card-components .img > img{
    webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: transform ease-in-out 1s, filter 0.4s, webkit-filter 0.4s;
}
.card-components .text-block{
    background: #fff;
    padding: 0 15px 0 15px;
}
.card-components:hover .title{
    /*color: #EC2127;*/
}
.card-components .title{
    /*font-weight: bold;*/
    color: #242424;
    font-size: 18px;
    line-height: 22px;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
    height: 88px;
    overflow: hidden;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.card-components .text{
    height: 66px;
    overflow: hidden;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.card-components .price{
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    position: absolute;
    bottom: 35px;
    right: 0;
    display: flex;
}
.card-components .price > span{
    border-top: 1px solid #004288;
    border-bottom: 1px solid #004288;
    border-left: 1px solid #004288;
    padding: 0px 5px;
}
.card-components .price > span:last-child {
    border-right: 1px solid #004288;
}
.card-components .price .old {
    text-decoration: line-through;
    background: white;
    color: #004288;
}
.card-components .price .new {
    color: white;
    background: #004288;
}
.card-components .article {
    background: transparent;
    color: black;
    font-size: 16px;
    line-height: 29px;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;

    opacity: 1 !important;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}
.card-components .price.p-bottom{
    bottom: 0;
}
.card-components .price .ic{
    color: #D0080A;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    border-radius: 50%;
}
.card-components .btn-card-qty{
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.card-components .btn-card-qty:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.card-components .btn.btn-add-cart{
    float: left;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
.card-components .qty{
    width: 110px;
    float: right;
    text-align: center;
}
.card-components .qty .jq-number{
    width: 100%;
}

.card-components .qty .minus, .card-components .qty .plus{
    width: 30px;
}
.card-components .qty .jq-number__field{
    margin: 0 0 0 30px;
    width: 50px;
}
.card-components .qty .minus:after{
    left: 7px;
}
.card-components .qty .plus:after{
    right: 10px;
}
.card-components .qty .plus:before{
    right: 16px;
}
.card-components .qty input.input{
    width: 100%;
}

.card-components .qty {
    display: none;
}
@media screen and (max-width: 1599px){
    /*.card-components .btn.btn-add-cart{
        font-size:0;
        line-height: 0;
        background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/cart-w.svg) center center no-repeat;
        width: 50px;
        display: block;
        padding: 0;
        text-align: center;
    }*/

}
@media screen and (max-width: 575px){

    .card-components .title{
        height: auto;
    }
}


.page-loading:not(.active){
    display: none;
}
.page-loading {
    position: relative;
}

.card-components .plates-additional {
    position: absolute;
    right: -1px;
    top: 0;
    display: flex;
}

.card-components .plates-additional .item {
    font-size: 16px;
    line-height: 29px;
    padding: 0 5px;
    background: #004288;
    color: #fff;
}

.card-components .btn.btn-add-cart.noqty {
    margin-bottom: 24px;
    float: right;
    background: #004288;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    width: auto;
    padding: 0 20px;
}
.sorting {
    display: flex;
    flex-flow: row-reverse;
}
.sorting label {
    line-height: 43px;
    margin-right: 10px;
    margin-bottom: 0;
}
.sorting .jq-selectbox {
    height: 42px;
}
.sorting .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    height: 38px;
    line-height: 38px;
}
.sorting .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    height: 38px;
}
.sorting .jq-selectbox .jq-selectbox__dropdown {
    top: 42px!important;
}
.sorting .jq-selectbox .jq-selectbox__dropdown ul li.sel {
    background: #004288;
    color: #fff;
}

.card-components.ADD2BASKET_TARGET .img .slider .slick-arrow {
    display: none !important;
}

.card-components.ADD2BASKET_TARGET .img .slider .slick-dots {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 29px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-components.ADD2BASKET_TARGET .img .slider .slick-dots li {
    z-index: 100;
    text-align: center;
    padding:0;
    width: 10px;
    height: 5px;
}
.card-components.ADD2BASKET_TARGET .img .slider .slick-dots li button {
    width: 5px;
    height: 5px;
    color: transparent;
    padding: 0;
    border: none;
    border-radius: 5px;
    background-color: #004288;
}
.card-components.ADD2BASKET_TARGET .img .slider .slick-dots li.slick-active button {
    background-color: #d0080a;
}
.card-components.ADD2BASKET_TARGET {
    transition: border 0.3s;
}
.card-components.ADD2BASKET_TARGET:not(:hover){
    /*border-color: rgba(182, 182, 182, 0);*/
    box-shadow: none;
}
.card-components.ADD2BASKET_TARGET .article,
.card-components.ADD2BASKET_TARGET .plates-additional,
.card-components.ADD2BASKET_TARGET .slick-dots,
.card-components.ADD2BASKET_TARGET .section_product_preview_slider .dots {
    transition: opacity 0.3s;
}
.card-components.ADD2BASKET_TARGET:not(:hover) .article,
.card-components.ADD2BASKET_TARGET:not(:hover) .plates-additional,
.card-components.ADD2BASKET_TARGET:not(:hover) .slick-dots {
    opacity: 0;
}

.card-components.ADD2BASKET_TARGET:not(:hover) .section_product_preview_slider .dots {
    opacity: 0.5;
}

.card-components .discount {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(/bitrix/templates/pgsnew_v2_0/images/discount.png) no-repeat center;
    background-size: contain;
    z-index: 101;
}


.tpl_view {
    display: flex;
    margin-left: 10px;
}

.tpl_view > a {
    display: block;
    position: relative;
    width: 42px;
    height: 42px;
    border: 2px solid #d0d0d0;
    padding: 7px;
    user-select: none;
}
.tpl_view > a:first-child {
    margin-right: 10px;
}
.tpl_view > a.list > div {
    width: 100%;
    height: 4px;
    background: #d0d0d0;
}
.tpl_view > a.list > div:not(:last-child) {
    margin-bottom: 6px;
}
.tpl_view > a.plates {
    display: flex;
    flex-wrap: wrap;
}
.tpl_view > a.plates > div {
    width: 9px;
    height: 9px;
    background: #d0d0d0;
}
.tpl_view > a.plates > div:nth-child(1),
.tpl_view > a.plates > div:nth-child(2) {
    margin-bottom: 5px;
}
.tpl_view > a.plates > div:not(:nth-child(2n)) {
    margin-right: 5px;
}
.tpl_view > a.active {
    border-color: #004288;
}
.tpl_view > a.active > div {
    background-color: #004288;
}

.ucenenka ul {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}
.ucenenka ul li:before {
    content: '—';
    padding-right: 10px;
}

.card-components .novinka {
    background-color: #d0080a;
    color: white;
    position: absolute;
    top: 0;
    left: 35px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.section.list/k_4_6/style.css?1758016360625*/
.subsection-components-utp{
    margin-bottom: 10px;
}
.sc-utp{
    margin-bottom: 15px;
}
.sc-utp:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.sc-utp .img{
    width: 36px;
    height: 36px;
    float: left;
}
.sc-utp .img img{
    max-width: 100%;
    display: block;
}


.sc-utp .text-block{
    margin-left: 45px;
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
}

.sc-utp .text{
    color: #242424;
    font-size: 13px;
    line-height: 18px;
}

/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17580163607333*/
.category-component-slider{
    width: 100%;
    margin-bottom: 60px;
}
.category-component-slider h2,
.category-component-slider .h2{
    padding-right: 145px;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
.slider-category-component .category-component{
    margin: 0 15px;
    width: auto;
    float: none;
}

@media screen and (max-width: 575px){
    .category-component-slider h2,
    .category-component-slider .h2{
        margin-bottom: 15px;
    }
}

/* category-component.css */
.category-components-list:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-component{
    border: 1px solid #D0D0D0;
    width: 100%;
    position: relative;
    /*margin: 0 15px 15px 15px;*/
    margin: 0 0 15px 0;
    float: left;
}

.category-component .link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.category-component .img{
    position: relative;
    overflow: hidden;
}
.category-component .price{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #004288;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
}
.category-component:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.category-component .img img{
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: transform ease-in-out 1s, filter 0.4s, webkit-filter 0.4s;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.category-component .text-block{
    border-top: 1px solid #D0D0D0;
    height: 65px;
    padding: 10px 45px 10px 10px;
    position: relative;
}

.category-component .title{
    position: relative;
    color: #242424;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.category-component .arrow{
    border: 1px solid #004288;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff url(/bitrix/templates/pgsnew_v2_0/images/arrow-blue.svg) center center no-repeat;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.category-component .arrow:before{
    border-radius: 50%;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/arrow-white.svg) center center no-repeat;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
}

.category-component:hover .arrow{
    background: none;
}
.category-component:hover .arrow:before{
    opacity: 1;
}

.category-components-list .column-padding{
    padding-right: 280px;
    min-height: 430px;
}
.column-padding{
    position: relative;
}
.column-padding:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-components-list .mini-banner{
    width: 100%;
    margin-bottom: 15px;
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 0;*/
}
.category-components-list .mini-banner .title{
    height: 30px;
    overflow: hidden;
}
.category-components-list .mini-banner .text-block{
    padding: 25px 15px 15px;
}
.category-components-list .mini-banner .text{
    padding: 0 55px 0 0;
    height: 71px;
    overflow: hidden;
    margin: 0 0 19px 0;
}
.category-components-list .column-block:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.category-components-list .column-block .column{
    float: left;
    width: 20%;
    padding: 0 15px 14px 15px;
}
.category-components-list .column-block .column .category-component:nth-child(2){
    margin-bottom: 0;
}
.show-1450{
    display: none;
}
.category-components-list .show-column-1450{
    display: none;
}
@media screen and (max-width: 1450px){
    .category-components-list .hide-column-1450{
        display: none;
    }
    .category-components-list .show-column-1450{
        display: block;
    }
    .category-components-list .column-banner{
        display: none;
    }
    .category-components-list .column-block .column{
        width: 25%;
    }
}

@media screen and (max-width: 1199px){
    .category-components-list .column-block .column {
        width: 33%;
    }
}

@media screen and (max-width: 699px){
    .category-components-list .margin-15{
        margin-left: -10px;
        margin-right: -10px;
    }
    .category-components-list .column-block .column {
        width: 50%;
        padding: 0 10px 15px 10px;
    }
    .category-components-list .category-component{
        margin-bottom: 0;
    }

}
@media screen and (max-width: 369px){
    .category-components-list .column-block .column{
        width: 100%;
    }
}

.arrow-top-right.slick-slider .slick-arrow{
    border-radius: 50%;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #F4F4F4;
    top: -65px;
    margin: 0 0 0 0;
    font-size: 0;
    border: none;
    padding: 0;
    cursor: pointer;
}
.arrow-top-right.slick-slider .slick-arrow.slick-prev{
    left: auto;
    right: 100px;
}
.arrow-top-right.slick-slider .slick-arrow.slick-prev:before{
    transform: rotate(-90deg);
}
.arrow-top-right.slick-slider .slick-arrow.slick-next{
    left: auto;
    right: 15px;
}
.arrow-top-right.slick-slider .slick-arrow:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow-black.svg) center center no-repeat;
    -webkit-background-size: 24px 22px;
    background-size: 24px 22px;
    opacity: 0.3;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.arrow-top-right.slick-slider .slick-arrow:hover:before{
    opacity: 1;
}

@media screen and (max-width: 575px) {
    .arrow-top-right.slick-slider .slick-arrow.slick-prev{
        right: 65px;
    }
    .arrow-top-right.slick-slider .slick-arrow{
        width: 35px;
        height: 35px;
        top: -45px;
    }
}
@media screen and (max-width: 479px){
    .category-component .text-block {
        padding: 5px;
    }
    .category-component .arrow {
        display: none;
    }
}
/* End */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.smart.filter/f_4_2/style.css?17580163603407 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog/.default/bitrix/catalog.section/COMPL_SUBCATEGORY_1/style.css?17580163609381 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.section.list/k_4_6/style.css?1758016360625 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/catalog.products.viewed/p_13_4/style.css?17580163607333 */
