

/* Start:/local/templates/psk2024/components/bitrix/catalog/main/style.css?166903807611536*/
/*#bmhouse-comments {*/
/*	width: 100%;*/
/*	margin-top: 60px;*/
/*	font-size: 14px;*/
/*	font-family: "SolomonSans", sans-serif;*/
/*	color: #111;*/
/*}*/

/*#bmhouse-comments .bmhouse-comments-title {*/
/*	margin-top: 10px;*/
/*	margin-bottom: 20px;*/
/*	font-size: 24px;*/
/*	font-family: 'Yanone Kaffeesatz', sans-serif !important;*/
/*}*/

#bmhouse-comments{background-color: #ffffff;}

#bmhouse-comments .bmhouse-comments-rating,
#bmhouse-comments .bmhouse-comments-count {
    display: inline-block;
}

#bmhouse-comments .bmhouse-comments-count {
    position: relative;
    top: -5px;
}

#bmhouse-comments .bmhouse-comments-rating-background,
#bmhouse-comments .bmhouse-comments-rating-foreground {
    height: 22px;
    width: 160px;
    background: url('/local/templates/psk2024/components/bitrix/catalog/main/img/stars.png') repeat-x;
}

#bmhouse-comments .bmhouse-comments-rating-foreground {
    background-position: 0 -22px;
}

#bmhouse-comments .bmhouse-comments-stats {
    margin-top: 20px;
    display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat {
    margin-bottom: 10px;
    padding: 1px 5px;
    cursor: pointer;
    position: relative;
}

#bmhouse-comments .bmhouse-comments-stat-only-rating {
    position: absolute;
    left: 200px;
    top: -22px;
    background-color: #663f80;
    border: 1px solid #5c2c7d;
    color: #fff;
    width: 255px;
    padding: 2px 6px;
    display: none;
    transition: display 0.3s;
    z-index: 1;
}

#bmhouse-comments .bmhouse-comments-stat:hover {
    padding: 0 4px;
    border: 1px solid #ddd;
}

#bmhouse-comments .bmhouse-comments-stat.active {
    padding: 0 4px;
    border: 1px solid #ccc;
}

#bmhouse-comments .bmhouse-comments-stat:hover .bmhouse-comments-stat-only-rating {
    display: block;
}

#bmhouse-comments .bmhouse-comments-stat-title,
#bmhouse-comments .bmhouse-comments-stat-line,
#bmhouse-comments .bmhouse-comments-stat-count {
    display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat-title,
#bmhouse-comments .bmhouse-comments-stat-count {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
}

#bmhouse-comments .bmhouse-comments-stat-title {
    width: 100px;
}

#bmhouse-comments .bmhouse-comments-stat-line {
    width: 200px;
    height: 7px;
    border: 1px solid #5c2c7d;
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-right: 20px;
}

#bmhouse-comments .bmhouse-comments-stat-line-fill {
    background-color: #5c2c7d;
    height: 7px;
    border-radius: 3px;
}

#bmhouse-comments .bmhouse-comments-button {
    display: inline-block;
    margin-left: 50px;
}

#bmhouse-comments .bmhouse-comments-button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    max-width: none;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    margin: 0;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

#bmhouse-comments .bmhouse-comments-button a:hover {
    color: #000;
    background-color: #fff;
}

#bmhouse-comments .bmhouse-comments-block {
    margin-top: 30px;
}

#bmhouse-comments .bmhouse-comments-block + a {
    display: block;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

#bmhouse-comments .bmhouse-comment {
    width: calc( 30% - 5px );
    margin: 0 5px;
    border: 1px solid #e7e7e7;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

#bmhouse-comments .bmhouse-comment.hidden {
    display: none;
}

#bmhouse-comments .bmhouse-comment-left {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

#bmhouse-comments .bmhouse-comment-left > div {
    width: 100px;
    /*background-color: #f7f7f7;*/
    /*border: 1px solid #5c2c7d;*/
    /*color: #5c2c7d;*/
    text-align: center;
    /*font-weight: bold;*/
    overflow: hidden;
}

#bmhouse-comments .bmhouse-comment-left .bmhouse-comment-userletter span {
    position: relative;
    top: 14px;
}

#bmhouse-comments .bmhouse-comment-right {
    display: inline-block;
    width: 100%;
}

#bmhouse-comments .bmhouse-comment-left + .bmhouse-comment-right {
    margin-left: 20px;
    width: calc(100% - 130px);
}

#bmhouse-comments .bmhouse-comment-header {
    margin-bottom: 14px;
}

#bmhouse-comments .bmhouse-comment-name {
    /*font-weight: bold;*/
    font-size: 15px;
    display: inline-block;
    /*color: #5c2c7d;*/
}

#bmhouse-comments .bmhouse-comment-date {
    /*font-weight: bold;*/
    display: inline-block;
    color: #aaa;
    font-size: 10px;
    margin-left: 20px;
}

#bmhouse-comments .bmhouse-comment-image {
    margin-top: 15px;
}

#bmhouse-comments .bmhouse-comment-image .com-img{display: inline-block;}

#bmhouse-comments .bmhouse-comment-image img {
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    transition: max-width 0.5s, max-height 0.5s, width 0.5s, height 0.5s;
}

#bmhouse-comments .bmhouse-comment-image img.active {
    max-width: 700px;
    max-height: 700px;
}

#bmhouse-comments .bmhouse-comment-rating {
    margin-bottom: 15px;
}

#bmhouse-comments .bmhouse-comment-rating-background,
#bmhouse-comments .bmhouse-comment-rating-foreground {
    height: 22px;
    width: 160px;
    background: url('/local/templates/psk2024/components/bitrix/catalog/main/img/stars.png') repeat-x;
}

#bmhouse-comments .bmhouse-comment-rating-foreground {
    background-position: 0 -22px;
}

#bmhouse-comments .bmhouse-comments-form {
    margin-top: 20px;
}

#bmhouse-comments .bmhouse-comments-form-title {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    margin-bottom: 30px;
    font-size: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item {
    margin-bottom: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item > label {
    margin-right: 20px;
    width: 100px;
    display: inline-block;
    vertical-align: top;

    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
}

#bmhouse-comments .bmhouse-comments-form-item > input,
#bmhouse-comments .bmhouse-comments-form-item > textarea {
    width: 275px;
    padding: 5px 10px;
    border-radius: 8px;
    resize: none;
    border: 1px solid #5c2c7d;
    font-size: 14px;
    font-family: Verdana;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

#bmhouse-comments .bmhouse-comments-form-item > textarea {
    height: 100px;
}

#bmhouse-comments .bmhouse-comments-form-rating {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 2px;
}

#bmhouse-comments .bmhouse-comments-form-rating-star {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url('/local/templates/psk2024/components/bitrix/catalog/main/img/stars.png') repeat-x;
    cursor: pointer;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 5px;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button a {
    bottom: 0;
    display: block;
}

#hidden-frame {
    width: 0;
    height: 0;
    display: none;
}

#bmhouse-comments-show-more-comments {
    background-color: #5c2c7d;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

#bmhouse-comments-show-more-comments:hover {
    background-color: #5c2c7d;
}

.bmhouse-comment-voting {
    margin-top: 20px;
}

.bmhouse-comment-voting a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    box-sizing: border-box;
}

.bmhouse-comment-voting a:first-child {
    margin-right: 10px;
}

.bmhouse-comment-voting a span {
    display: inline-block;
    margin-right: 4px;
}

.bmhouse-comment-vote-up {
    border: 1px solid #afd6af;
}

.bmhouse-comment-vote-up:hover {
    background-color: #cff6cf;
}

.bmhouse-comment-vote-down {
    border: 1px solid #d8b9b9;
}

.bmhouse-comment-vote-down:hover {
    background-color: #f8d9d9;
}

.bmhouse-comment-vote-up.disabled,
.bmhouse-comment-vote-down.disabled {
    border: 1px solid #ccc;
    background-color: #ddd;
}

.bmhouse-comment-answer {
    background-color: #e3e7f5;
    margin-top: 20px;
    padding: 10px 20px;
}

.bmhouse-comment-moderation {
    margin-top: 20px;
    color: red;
}

.bmhouse-comment-moderation a {
    background-color: #5599cc;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 7px;
    border-radius: 6px;
    margin-left: 20px;
}

.bmhouse-comment-moderation a[data-action='DELETE'] {
    background-color: #ff0000;
}

.bmhouse-comment-moderation a:hover {
    background-color: #4488bb;
}

.bmhouse-comment-moderation a[data-action='DELETE']:hover {
    background-color: #ee0000;
}

#bmhouse-comments .bmhouse-comment-answer-add {
    margin-top: 30px;
}

#bmhouse-comments .bmhouse-comment-answer-add textarea {
    height: 100px;
    min-height: 100px;
    background-color: #f8f8f8;
    font-size: 14px;
    font-family: Verdana;
}

#bmhouse-comments .bmhouse-comment-answer-add a {
    background-color: #5599cc;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 7px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 5px;
}

#bmhouse-comments .bmhouse-comment-answer-add a:hover {
    background-color: #4488bb;
}

#bmhouse-comments .bmhouse-comment-text p {
    margin-top: 10px;
    margin-bottom: 0;
    font-style: italic;
}

#bmhouse-comments .bmhouse-comment-text p:first-child {
    margin-top: 20px;
}

#bmhouse-comments .bmhouse-comment-product
{
    margin-bottom: 15px;
}

#bmhouse-comments .bmhouse-comment-product,
#bmhouse-comments .bmhouse-comment-product a
{
    /*color: #5c2c7d;*/
}

@media screen and (max-width: 700px) {
    #bmhouse-comments .bmhouse-comments-stats {
        display: block;
        margin-bottom: 100px;
    }

    #bmhouse-comments .bmhouse-comment-image img.active {
        max-width: 400px;
        max-height: 400px;
    }
}

@media screen and (max-width: 450px) {
    #bmhouse-comments .bmhouse-comments-stat-only-rating {
        left: 50px;
    }

    #bmhouse-comments .bmhouse-comments-stat-title {
        width: 75px;
    }

    #bmhouse-comments .bmhouse-comments-stat-line {
        width: 165px;
        margin-right: 10px;
    }

    #bmhouse-comments .bmhouse-comment-image img.active {
        max-width: 290px;
        max-height: 290px;
    }
}

@media screen and (max-width: 427px) {
    #bmhouse-comments .bmhouse-comments-button,
    #bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button {
        margin-left: 0;
    }
}
.catalog_items .item{position: relative;padding-bottom: 25px;}
.catalog_items .item .podeli-container-card{
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* End */


/* Start:/local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.section.list/.default/style.min.css?16348600486629*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}.catalog_bottom{width:100%}.catalog_bottom li{margin-bottom:5px;list-style:none;display:inline-flex;width:24%}.catalog_bottom li a{text-decoration:none;color:#1c1c1c}@media (max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;line-height:14px}.bx_catalog_text .bx_catalog_text_title a{color:#4c7da6;white-space:nowrap;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media (max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media (max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media (min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media (max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;padding:0;vertical-align:top;font-weight:400;line-height:13px;margin-bottom:10px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media (max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}

/* End */


/* Start:/local/templates/psk2024/components/bitrix/catalog.smart.filter/main/style.css?1708073210322*/
.no-display{display: none !important;}
.el-active{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.catalog-filters__item .catalog-filters__item-title button{display: none;}
.catalog-filters__item.selected .catalog-filters__item-title button{display: inline-block;}

/* End */


/* Start:/local/templates/psk2024/components/bitrix/system.pagenavigation/show_more_and_pagination/style.css?1746473197369*/
#catalog_pagination{width: 100%}
.my_pagination {
    margin-top: 3.5rem;
}
#ownd-season-products-more {
    margin: 0 auto;
    display: block;
    width: 250px;
    cursor: pointer;
}
.pagenContainer {
    margin-top: 35px;
}

@media screen and (max-width: 600px){  
    #ownd-season-products-more {    
    width: 100%;
    text-align: center;
}
}
/* End */


/* Start:/local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card/style.css?171680164011082*/
.price_request_wrapper {
  /*top: 20px;*/
  max-width: 50%;
}


.price_request_wrapper .product-card__total-price {
  white-space: nowrap;
}
.podeli-container svg{
    height: 15px;
    position: relative;
    top: 3px;
}
img.promokod {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 14px;
    right: 10px;
    z-index: 99;
}
.product img.new-textile {
    position: absolute;
    width: auto;
    height: 22px;
    bottom: 0;
    left: 10px;
    z-index: 99;
}

@media (max-width: 1600px) {
  .price_request_wrapper .product-card__to-order-wrapper {
    max-width: 70px;
  }

  .price_request_wrapper {
    left: 0;
    top: 0;
  }
}

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


span.product-card__stock.product-card__stock--center-align.flex-column {
    flex-direction: column;
    align-items: flex-end;
    align-self: flex-end;
    margin-left: 0;
}
.product-card__label.brand{
  max-height: 20%;
  left: 12%;
  width: auto;
  height: auto;
  transform: rotate(-90deg);
  z-index: 0;
  top: 70%;
  max-width: 30%;
}

.product-card__model--name {
  margin-top: 0;
}

@media (min-width: 1100px) {
  .product-card__model--name {
    margin-top: 20px;
  }
}

.product-card__top-right {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.product-card__top-left {
  max-width: 40%;
}










.blur-card .product-card__image {
    opacity: 0.25;
}



.offers__bottom .product-card__button_noavailable.button--with-icon.button--white svg:first-of-type {
    stroke-width: 2px;
    flex-shrink: 0
}

@media (min-width:1100px) {
    .offers__bottom .product-card__button_noavailable.button--with-icon.button--white svg:first-of-type {
        width: 17px;
        height: 20px;
        margin: -2px 0;
        margin-right: 2px
    }
}

.product-card__inner--config-list .product-card__button_noavailable {
    margin: 0
}

@media (min-width:1100px) {
    .product-card__bottom .product-card__button_noavailable-wrapper {
        margin-left: -115%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

.product-card__bottom .product-card__button_noavailable+.product-card__button_noavailable {
    margin-top: 20px;
    position: absolute;
    width: 100%;
    right: 0
}

@media (min-width:1100px) {
    .product-card__bottom .product-card__button_noavailable+.product-card__button_noavailable {
        width: auto
    }
}

@media (min-width:1366px) {
    .product-card__bottom .product-card__button_noavailable+.product-card__button_noavailable {
        margin-top: 40px
    }
}

.product-card__bottom .product-card__button_noavailable.done {
    max-width: 236px
}

@media (min-width:1100px) {
    .product-card__bottom .product-card__button_noavailable.done {
        padding-left: 26px;
        padding-right: 26px;
        width: 196px !important
    }

    .de-ver .product-card__bottom .product-card__button_noavailable.done {
        width: 236px !important
    }

    .product-card__bottom .product-card__button_noavailable.done.button--with-icon {
        width: 240px !important;
        max-width: 240px
    }
}

@media (min-width:1280px) {
    .product-card__bottom .product-card__button_noavailable.done.button--with-icon {
        width: 286px !important;
        max-width: 286px
    }
}

@media (min-width:1601px) {
    .product-card__bottom .product-card__button_noavailable.done {
        padding-left: 56px;
        padding-right: 56px;
        width: 236px !important
    }

    .de-ver .product-card__bottom .product-card__button_noavailable.done {
        max-width: 296px;
        width: 296px !important
    }

    .product-card__bottom .product-card__button_noavailable.done.button--with-icon {
        width: 286px !important;
        max-width: 286px
    }
}

@media (min-width:1100px) {
    .product-card__bottom .product-card__button_noavailable {
        font-size: 28px;
        padding: .75em 1.375em;
        -webkit-font-smoothing: antialiased;
        will-change: transform
    }
}

@media (min-width:1601px) {
    .product-card__bottom .product-card__button_noavailable {
        font-size: 32px;
        padding: .875em 1.75em
    }
}

.product-card__bottom .product-card__button_noavailable.button--with-icon.button--white svg:first-of-type {
    stroke-width: 2px;
    flex-shrink: 0
}

@media (min-width:1100px) {
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--white svg:first-of-type {
        width: 34px;
        height: 40px;
        margin: 2px 0;
        margin-right: 22px
    }
}

@media (min-width:1280px) {
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--white svg:first-of-type {
        margin-right: 32px
    }
}

@media (min-width:1100px) {
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--white span {
        line-height: 1.4;
        font-size: 28px
    }
}

@media (min-width:1601px) {
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--white span {
        font-size: 32px
    }
}

.product-card__bottom .button--with-icon.button--blue svg:first-of-type,
.product-card__bottom .product-card__button_noavailable.button--with-icon.button--blue svg:first-of-type {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2px;
    flex-shrink: 0;
    transition: opacity .25s ease
}

@media (min-width:1100px) {

    .product-card__bottom .button--with-icon.button--blue svg:first-of-type,
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--blue svg:first-of-type {
        width: 46px;
        height: 46px;
        margin: 2px 0;
        margin-right: 22px
    }
}

@media (min-width:1280px) {

    .product-card__bottom .button--with-icon.button--blue svg:first-of-type,
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--blue svg:first-of-type {
        margin-right: 32px
    }
}

@media (min-width:1100px) {

    .product-card__bottom .button--with-icon.button--blue span,
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--blue span {
        line-height: 1.7;
        font-size: 28px
    }
}

@media (min-width:1601px) {

    .product-card__bottom .button--with-icon.button--blue span,
    .product-card__bottom .product-card__button_noavailable.button--with-icon.button--blue span {
        font-size: 28px
    }
}

@media (min-width:1100px) {

    .product-card__bottom .product-card__button_noavailable.button--with-icon:active,
    .product-card__bottom .product-card__button_noavailable.button--with-icon:focus,
    .product-card__bottom .product-card__button_noavailable.button--with-icon:hover {
        border-width: 4px
    }
}

@media (min-width:1100px) {
    .product-card__bottom .product-card__button_noavailable.button--with-icon {
        border-width: 4px;
        padding: .35em .6em
    }
}

@media (min-width:1280px) {
    .product-card__bottom .product-card__button_noavailable.button--with-icon {
        padding: .7em 1.2em
    }
}

@media (min-width:1601px) {
    .product-card__bottom .product-card__button_noavailable.button--with-icon {
        padding: .775em 1.2em
    }
}

.product-card__bottom--conf .product-card__button_noavailable-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.product-card__button_noavailable {
    display: flex;
    box-sizing: border-box;
    white-space: nowrap;
    justify-content: center;
    position: relative;
    padding: 8px 11px;
    margin-left: auto;
    font-size: 14px;
    transition: padding .35s ease, height .35s ease, width .35s ease, border-raidus .35s ease, margin-right .35s ease, border-color .35s ease, background-color .35s ease, color .15s ease
}

.product-card__button_noavailable.in-progress {
    flex-grow: 0;
    color: transparent
}

.product-card__button_noavailable.in-progress span {
    color: transparent !important
}

.product-card__button_noavailable.in-progress svg:first-of-type {
    opacity: 0
}

.product-card__button_noavailable.in-progress svg:last-of-type {
    opacity: 1 !important;
    transition: opacity .15s ease .35s
}

.product-card__button_noavailable.in-progress svg:last-of-type circle {
    stroke-dashoffset: 0 !important;
    transition: stroke-dashoffset .75s cubic-bezier(1, .71, 0, .34) .35s
}

.product-card__button_noavailable.in-progress.hide-svg svg:last-of-type {
    opacity: 0 !important;
    transition: opacity .25s ease 0s
}

.product-card__button_noavailable:before {
    background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 26 26"><path fill="#fff" d="m.3,14c-0.2-0.2-0.3-0.5-0.3-0.7s0.1-0.5 0.3-0.7l1.4-1.4c0.4-0.4 1-0.4 1.4,0l.1,.1 5.5,5.9c0.2,0.2 0.5,0.2 0.7,0l13.4-13.9h0.1v-8.88178e-16c0.4-0.4 1-0.4 1.4,0l1.4,1.4c0.4,0.4 0.4,1 0,1.4l0,0-16,16.6c-0.2,0.2-0.4,0.3-0.7,0.3-0.3,0-0.5-0.1-0.7-0.3l-7.8-8.4-.2-.3z"/></svg>');
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20%;
    opacity: 0;
    transition: opacity .25s ease
}

.product-card__button_noavailable.done {
    color: #fff !important;
    padding-left: 13px;
    padding-right: 13px;
    max-width: 118px;
    width: 98px !important
}

.product-card__button_noavailable.done svg:first-of-type {
    opacity: 1
}

.product-card__button_noavailable.done.button--white {
    color: #0090f0 !important
}

.de-ver .product-card__button_noavailable.done {
    width: 118px !important
}

@media (min-width:600px) {
    .product-card__button_noavailable.done {
        padding-left: 13px;
        padding-right: 13px;
        width: 98px !important
    }

    .de-ver .product-card__button_noavailable.done {
        width: 118px !important
    }
}

@media (min-width:1100px) {
    .product-card__button_noavailable.done {
        padding-left: 13px;
        padding-right: 13px;
        width: 98px !important
    }

    .de-ver .product-card__button_noavailable.done {
        width: 118px !important
    }
}

@media (min-width:1601px) {
    .product-card__button_noavailable.done {
        padding-left: 28px;
        padding-right: 28px;
        width: 118px !important
    }

    .de-ver .product-card__button_noavailable.done {
        max-width: 168px;
        width: 168px !important
    }
}

.product-card__button_noavailable.done:before {
    opacity: 1
}

@media (min-width:1100px) {
    .product-card__button_noavailable {
        font-size: 14px;
        padding: 12px 22px
    }
}

@media (min-width:1601px) {
    .product-card__button_noavailable {
        padding: 14px 28px;
        font-size: 16px
    }
}
.podeli_widget.catalog{
    border: none !important;
}
.podeli_widget.catalog .wrap{justify-content: center !important;align-items: baseline;}
.podeli_widget.catalog .logo{margin-left: 20px;}
.item__title{min-height: 6rem !important;}
/* End */


/* Start:/local/templates/psk2024/components/bmhouse/comments.all.index/reviews_category/style.css?173148646410841*/
/*#bmhouse-comments {*/
/*	width: 100%;*/
/*	margin-top: 60px;*/
/*	font-size: 14px;*/
/*	font-family: "SolomonSans", sans-serif;*/
/*	color: #111;*/
/*}*/

/*#bmhouse-comments .bmhouse-comments-title {*/
/*	margin-top: 10px;*/
/*	margin-bottom: 20px;*/
/*	font-size: 24px;*/
/*	font-family: 'Yanone Kaffeesatz', sans-serif !important;*/
/*}*/

#bmhouse-comments .bmhouse-comments-rating,
#bmhouse-comments .bmhouse-comments-count {
	display: inline-block;
}

#bmhouse-comments .bmhouse-comments-count {
	position: relative;
	top: -5px;
}

#bmhouse-comments .bmhouse-comments-rating-background,
#bmhouse-comments .bmhouse-comments-rating-foreground {
	height: 22px;
	width: 110px;
	background: url('/bitrix/components/bmhouse/comments/templates/.default/img/stars.png') repeat-x;
}

#bmhouse-comments .bmhouse-comments-rating-foreground {
	background-position: 0 -22px;
}

#bmhouse-comments .bmhouse-comments-stats {
	margin-top: 20px;
	display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat {
	margin-bottom: 10px;
	padding: 1px 5px;
	cursor: pointer;
	position: relative;
}

#bmhouse-comments .bmhouse-comments-stat-only-rating {
	position: absolute;
	left: 200px;
	top: -22px;
	background-color: #663f80;
	border: 1px solid #5c2c7d;
	color: #fff;
	width: 255px;
	padding: 2px 6px;
	display: none;
	transition: display 0.3s;
	z-index: 1;
}

#bmhouse-comments .bmhouse-comments-stat:hover {
	padding: 0 4px;
	border: 1px solid #ddd;
}

#bmhouse-comments .bmhouse-comments-stat.active {
	padding: 0 4px;
	border: 1px solid #ccc;
}

#bmhouse-comments .bmhouse-comments-stat:hover .bmhouse-comments-stat-only-rating {
	display: block;
}

#bmhouse-comments .bmhouse-comments-stat-title,
#bmhouse-comments .bmhouse-comments-stat-line,
#bmhouse-comments .bmhouse-comments-stat-count {
	display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat-title,
#bmhouse-comments .bmhouse-comments-stat-count {
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size: 15px;
	font-weight: 300;
}

#bmhouse-comments .bmhouse-comments-stat-title {
	width: 100px;
}

#bmhouse-comments .bmhouse-comments-stat-line {
	width: 200px;
	height: 7px;
	border: 1px solid #5c2c7d;
	background-color: #f7f7f7;
	border-radius: 3px;
	margin-right: 20px;
}

#bmhouse-comments .bmhouse-comments-stat-line-fill {
	background-color: #5c2c7d;
	height: 7px;
	border-radius: 3px;
}

#bmhouse-comments .bmhouse-comments-button {
	display: inline-block;
	margin-left: 50px;
}

#bmhouse-comments .bmhouse-comments-button a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 40px;
	max-width: none;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	margin: 0;
	padding: 0.5em 1em;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

#bmhouse-comments .bmhouse-comments-button a:hover {
	color: #000;
	background-color: #fff;
}

#bmhouse-comments .bmhouse-comments-block {
	margin-top: 30px;
}

#bmhouse-comments .bmhouse-comments-block + a {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

#bmhouse-comments .bmhouse-comment {
	width: calc( 30% - 5px );
	margin: 0 5px;
	border: 1px solid #e7e7e7;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	height: 350px;
	position: relative;
}
#bmhouse-comments .bmhouse-comment .bmhouse-comment-text a {
	text-decoration: underline;
	color: #5a4499;
	font-weight: 400;
}
#bmhouse-comments .bmhouse-comment .bmhouse-more span{margin: 0 auto;}

#bmhouse-comments .bmhouse-comment.hidden {
	display: none;
}

#bmhouse-comments .bmhouse-comment-left {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

#bmhouse-comments .bmhouse-comment-left > div {
	width: 100px;
	/*background-color: #f7f7f7;*/
	/*border: 1px solid #5c2c7d;*/
	/*color: #5c2c7d;*/
	text-align: center;
	/*font-weight: bold;*/
	overflow: hidden;
}

#bmhouse-comments .bmhouse-comment-left .bmhouse-comment-userletter span {
	position: relative;
	top: 14px;
}

#bmhouse-comments .bmhouse-comment-right {
	display: inline-block;
	width: 100%;
}

#bmhouse-comments .bmhouse-comment-left + .bmhouse-comment-right {
	margin-left: 20px;
	width: calc(100% - 130px);
}

#bmhouse-comments .bmhouse-comment-header {
	margin-bottom: 14px;
}

#bmhouse-comments .bmhouse-comment-name {
	/*font-weight: bold;*/
	font-size: 15px;
	display: inline-block;
	/*color: #5c2c7d;*/
}

#bmhouse-comments .bmhouse-comment-date {
	/*font-weight: bold;*/
	display: inline-block;
	color: #aaa;
	font-size: 10px;
	margin-left: 20px;
}

#bmhouse-comments .bmhouse-comment-image {
	margin-top: 15px;
}

#bmhouse-comments .bmhouse-comment-image img {
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
	transition: max-width 0.5s, max-height 0.5s, width 0.5s, height 0.5s;
}

#bmhouse-comments .bmhouse-comment-image img.active {
	max-width: 700px;
	max-height: 700px;
}

#bmhouse-comments .bmhouse-comment-rating {
	margin-bottom: 15px;
}

#bmhouse-comments .bmhouse-comment-rating-background,
#bmhouse-comments .bmhouse-comment-rating-foreground {
	height: 22px;
	width: 160px;
	background: url('/local/templates/psk2024/components/bmhouse/comments.all.index/reviews_category/img/stars.png') repeat-x;
}

#bmhouse-comments .bmhouse-comment-rating-foreground {
	background-position: 0 -22px;
}

#bmhouse-comments .bmhouse-comments-form {
	margin-top: 20px;
}

#bmhouse-comments .bmhouse-comments-form-title {
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	margin-bottom: 30px;
	font-size: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item {
	margin-bottom: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item > label {
	margin-right: 20px;
	width: 100px;
	display: inline-block;
	vertical-align: top;

	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size: 15px;
	font-weight: 300;
}

#bmhouse-comments .bmhouse-comments-form-item > input,
#bmhouse-comments .bmhouse-comments-form-item > textarea {
	width: 275px;
	padding: 5px 10px;
	border-radius: 8px;
	resize: none;
	border: 1px solid #5c2c7d;
	font-size: 14px;
	font-family: Verdana;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

#bmhouse-comments .bmhouse-comments-form-item > textarea {
	height: 100px;
}

#bmhouse-comments .bmhouse-comments-form-rating {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 2px;
}

#bmhouse-comments .bmhouse-comments-form-rating-star {
	display: inline-block;
	height: 22px;
	width: 22px;
	background: url('/bitrix/components/bmhouse/comments/templates/.default/img/stars.png') repeat-x;
	cursor: pointer;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 5px;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button a {
	bottom: 0;
	display: block;
}

#hidden-frame {
	width: 0;
	height: 0;
	display: none;
}

#bmhouse-comments-show-more-comments {
	background-color: #5c2c7d;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}

#bmhouse-comments-show-more-comments:hover {
	background-color: #5c2c7d;
}

.bmhouse-comment-voting {
	margin-top: 20px;
}

.bmhouse-comment-voting a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
	box-sizing: border-box;
}

.bmhouse-comment-voting a:first-child {
	margin-right: 10px;
}

.bmhouse-comment-voting a span {
	display: inline-block;
	margin-right: 4px;
}

.bmhouse-comment-vote-up {
	border: 1px solid #afd6af;
}

.bmhouse-comment-vote-up:hover {
	background-color: #cff6cf;
}

.bmhouse-comment-vote-down {
	border: 1px solid #d8b9b9;
}

.bmhouse-comment-vote-down:hover {
	background-color: #f8d9d9;
}

.bmhouse-comment-vote-up.disabled,
.bmhouse-comment-vote-down.disabled {
	border: 1px solid #ccc;
	background-color: #ddd;
}

.bmhouse-comment-answer {
	background-color: #e3e7f5;
	margin-top: 20px;
	padding: 10px 20px;
}

.bmhouse-comment-moderation {
	margin-top: 20px;
	color: red;
}

.bmhouse-comment-moderation a {
	background-color: #5599cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px 7px;
	border-radius: 6px;
	margin-left: 20px;
}

.bmhouse-comment-moderation a[data-action='DELETE'] {
	background-color: #ff0000;
}

.bmhouse-comment-moderation a:hover {
	background-color: #4488bb;
}

.bmhouse-comment-moderation a[data-action='DELETE']:hover {
	background-color: #ee0000;
}

#bmhouse-comments .bmhouse-comment-answer-add {
	margin-top: 30px;
}

#bmhouse-comments .bmhouse-comment-answer-add textarea {
	height: 100px;
	min-height: 100px;
	background-color: #f8f8f8;
	font-size: 14px;
	font-family: Verdana;
}

#bmhouse-comments .bmhouse-comment-answer-add a {
	background-color: #5599cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px 7px;
	border-radius: 6px;
	display: inline-block;
	margin-top: 5px;
}

#bmhouse-comments .bmhouse-comment-answer-add a:hover {
	background-color: #4488bb;
}

#bmhouse-comments .bmhouse-comment-text p {
	margin-top: 10px;
	margin-bottom: 0;
	font-style: italic;
}

#bmhouse-comments .bmhouse-comment-text p:first-child {
	margin-top: 20px;
}

#bmhouse-comments .bmhouse-comment-product
{
	margin-bottom: 15px;
}

#bmhouse-comments .bmhouse-comment-product,
#bmhouse-comments .bmhouse-comment-product a
{
	/*color: #5c2c7d;*/
}

.bmhouse-comment-text .bmhouse-comment-text--full{
	display: none;
}
.bmhouse-comment-text .bmhouse-comment-text--short{
	display: block;
}

.comment-text--expanded .bmhouse-comment-text--short{
	display: none;
}
.comment-text--expanded .bmhouse-comment-text--full{
	display: block;
}

.comment-toggle-btn {
    background: none;
    color:  #583f99; 
    cursor: pointer;
    border: none;
    padding: 0;
    text-decoration: underline; 
    font-size: inherit;
}
.comment-toggle-btn:hover {
    color: #0056b3; 
}

@media screen and (max-width: 700px) {
	#bmhouse-comments .bmhouse-comments-stats {
		display: block;
		margin-bottom: 100px;
	}

	#bmhouse-comments .bmhouse-comment-image img.active {
		max-width: 400px;
		max-height: 400px;
	}
}

@media screen and (max-width: 450px) {
	#bmhouse-comments .bmhouse-comments-stat-only-rating {
		left: 50px;
	}

	#bmhouse-comments .bmhouse-comments-stat-title {
		width: 75px;
	}

	#bmhouse-comments .bmhouse-comments-stat-line {
		width: 165px;
		margin-right: 10px;
	}

	#bmhouse-comments .bmhouse-comment-image img.active {
		max-width: 290px;
		max-height: 290px;
	}
}

@media screen and (max-width: 427px) {
	#bmhouse-comments .bmhouse-comments-button,
	#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button {
		margin-left: 0;
	}
}


/* End */


/* Start:/local/templates/psk2024/components/bitrix/news.list/main_video/style.css?1658943013970*/
#bmhouse-video
{
	margin-top: 100px;
}

#bmhouse-video .bmhouse-video-slider
{
	
}

#bmhouse-video .bmhouse-video-item
{
	height: 270px;
	margin: 5px;
	border: 1px solid #e7e7e7;
	cursor: pointer;
	position: relative;
}

#bmhouse-video .bmhouse-video-item:hover
{
	box-shadow: 0 2px 8px #e7e7e7;
}

#bmhouse-video .bmhouse-video-item-image
{
	height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#bmhouse-video .bmhouse-video-item-name
{
	padding: 20px 15px 0;
	height: 90px;
	font-size: 14px;
	font-weight: 600;
}

#bmhouse-video .bmhouse-video-item-play
{
	position: absolute;
	top: 62px;
	left: calc(50% - 28px);
	width: 56px;
	height: 56px;
	background: url('/local/templates/main/components/bitrix/news.list/video/video_play.svg?1') 50% 50% no-repeat;
	opacity: 0.85;
}

#bmhouse-video .bmhouse-video-item:hover .bmhouse-video-item-play
{
	opacity: 1;
}

#video-modal .modal
{
	width: 80vw;
	max-width: 700px;
}
/* End */
/* /local/templates/psk2024/components/bitrix/catalog/main/style.css?166903807611536 */
/* /local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.section.list/.default/style.min.css?16348600486629 */
/* /local/templates/psk2024/components/bitrix/catalog.smart.filter/main/style.css?1708073210322 */
/* /local/templates/psk2024/components/bitrix/system.pagenavigation/show_more_and_pagination/style.css?1746473197369 */
/* /local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card/style.css?171680164011082 */
/* /local/templates/psk2024/components/bmhouse/comments.all.index/reviews_category/style.css?173148646410841 */
/* /local/templates/psk2024/components/bitrix/news.list/main_video/style.css?1658943013970 */
