

/* Start:/local/templates/psk2024/components/bitrix/catalog/outlet/style.css?176200408111909*/
/*#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/outlet/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/outlet/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/outlet/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%;
}


/*.information-items--catalog .information-items .container {
  padding: 20px;

}
.information-items--catalog .information-items .container .information-body{
  padding-bottom: 20px;
  border: none;
  cursor: inherit;
}
.information-items--catalog .information-items .container .information-body .information-item{
  color: #000;
  pointer-events: none;
}*/

/* End */


/* Start:/local/templates/psk2024/components/bitrix/news.list/slider_full_outlet/style.css?1668073732503*/
.main-slider .head_slide{padding: 0 10px;}
.main-slider .head_slide .section_bg{position: relative;}
.section_bg img{max-width: 100%}

.main-slider .head_slider_controls {
    position: absolute;
    z-index: 2;
    bottom: 4.5rem;
    left: 3rem;
}
.main-slider .head_slider_controls .slider_controls_wrapper {
    position: relative;
    left: 0;
    bottom: 0;
}

.main-slider .screen_content{
    position: absolute;
    top: 1rem;
    left: 3rem;
}
.main-slider{display: none;}
/* End */


/* Start:/local/templates/psk2024/components/bitrix/catalog.smart.filter/outlet/style.css?1761980223573*/
.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;}

.outlet-catalog .catalog-filters__tag-title{
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outlet-catalog .catalog-filters__tag-title .is-color{
  display: block;
  height: 20px;
  width: 20px;
}

/* End */


/* Start:/local/templates/psk2024/components/bitrix/system.pagenavigation/show_more_and_pagination/style.css?1691654090239*/
#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;
}
/* End */


/* Start:/local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card_outlet/style.css?1760618227370*/
.outlet-catalog__list-wrapper .catalog-list .product-images{
  padding-bottom: unset; 
  height: calc(100% - 24px);
}
.outlet-catalog__list-wrapper .catalog-list .product-body .product-bottom {
  padding: 20px;
}

.outlet-catalog__list-wrapper .catalog-list .product:hover{
  webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

/* End */


/* Start:/local/templates/psk2024/components/shishov/count.products.store/outlet/style.css?1760639555158*/
.product-instock__quantity , .product-instock__quantity span, .product-instock__quantity b{
  font-family: P22UndergroundPro, Arial, Helvetica, sans-serif;
}

/* End */


/* Start:/local/templates/psk2024/components/bitrix/news.list/slider-product-infocus/style.css?1668073732503*/
.main-slider .head_slide{padding: 0 10px;}
.main-slider .head_slide .section_bg{position: relative;}
.section_bg img{max-width: 100%}

.main-slider .head_slider_controls {
    position: absolute;
    z-index: 2;
    bottom: 4.5rem;
    left: 3rem;
}
.main-slider .head_slider_controls .slider_controls_wrapper {
    position: relative;
    left: 0;
    bottom: 0;
}

.main-slider .screen_content{
    position: absolute;
    top: 1rem;
    left: 3rem;
}
.main-slider{display: none;}
/* End */


/* Start:/local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card_for_infocus/style.css?1760618227370*/
.outlet-catalog__list-wrapper .catalog-list .product-images{
  padding-bottom: unset; 
  height: calc(100% - 24px);
}
.outlet-catalog__list-wrapper .catalog-list .product-body .product-bottom {
  padding: 20px;
}

.outlet-catalog__list-wrapper .catalog-list .product:hover{
  webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

/* End */


/* Start:/local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card_great_deals/style.css?1760618227370*/
.outlet-catalog__list-wrapper .catalog-list .product-images{
  padding-bottom: unset; 
  height: calc(100% - 24px);
}
.outlet-catalog__list-wrapper .catalog-list .product-body .product-bottom {
  padding: 20px;
}

.outlet-catalog__list-wrapper .catalog-list .product:hover{
  webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

/* End */


/* Start:/local/templates/psk2024/components/bitrix/news.list/slider-product-stockup/style.css?1668073732503*/
.main-slider .head_slide{padding: 0 10px;}
.main-slider .head_slide .section_bg{position: relative;}
.section_bg img{max-width: 100%}

.main-slider .head_slider_controls {
    position: absolute;
    z-index: 2;
    bottom: 4.5rem;
    left: 3rem;
}
.main-slider .head_slider_controls .slider_controls_wrapper {
    position: relative;
    left: 0;
    bottom: 0;
}

.main-slider .screen_content{
    position: absolute;
    top: 1rem;
    left: 3rem;
}
.main-slider{display: none;}
/* End */


/* Start:/local/templates/psk2024/components/bmhouse/comments.all.index/reviews_main_outlet/style.css?176251876914308*/
/* PRODUCT-REVIEWS */
.product-reviews__content-outlet .product-reviews__slider.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide{
  width: 100% !important;
}
.product-reviews__nav-btn[data-tabs-btn] {
  font-size: 24px;
}

.product-reviews__inner {
  padding-top: 20px;
  border-top: 2px solid #e2e2e2;
}

.product-reviews__body {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-reviews__body._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeInUp 0.2s linear 0s forwards;
  animation: fadeInUp 0.2s linear 0s forwards;
  align-items: flex-end;
}

.product-reviews__body._minimized .product-reviews__toggle-btn {
  color: #ffffff;
  background-color: #583f99;
}

.product-reviews__body._minimized .product-reviews__toggle-btn > span:nth-child(1) {
  display: block;
}

.product-reviews__body._minimized .product-reviews__toggle-btn > span:nth-child(2) {
  display: none;
}

.product-reviews__body._minimized .product-reviews__toggle-btn > span::after {
  -webkit-transform: translateY(-1px) rotate(90deg);
  -ms-transform: translateY(-1px) rotate(90deg);
  transform: translateY(-1px) rotate(90deg);
}

.product-reviews__body._minimized .product-reviews__main,
.product-reviews__body._minimized .product-reviews__content-outlet {
  width: calc(50% - 10px);
}

.product-reviews__body._minimized .product-reviews__item {
  padding: 20px;
}

.product-reviews__body._minimized .product-reviews__content-top,
.product-reviews__body._minimized .product-reviews__item-approved,
.product-reviews__body._minimized .product-reviews__item-photos,
.product-reviews__body._minimized .product-reviews__answer,
.product-reviews__body._minimized .product-reviews__helpful,
.product-reviews__body._minimized .product-reviews__forms {
  display: none;
}

.product-reviews__body.product-reviews__body--questions .product-reviews__content-top {
  margin-top: 10px;
}

.product-reviews__main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.product-reviews__controls {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.product-reviews__rating {
  text-align: center;
}

.product-reviews__rating > span {
  position: relative;
  display: block;
}

.product-reviews__rating > span:nth-child(1) {
  margin: 0 auto 10px;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  font-size: 30px;
  line-height: 1;
  background: url("/local/templates/psk2024/components/bmhouse/comments.all.index/reviews_main_outlet/./img/sprite.svg#star-big") center/contain no-repeat;
}

.product-reviews__rating > span:nth-child(2) {
  color: #979797;
  font-size: 14px;
  line-height: 1;
}

.product-reviews__toggle-btn,
.product-reviews__modal-btn {
  padding: 3px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #583f99;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.product-reviews__toggle-btn > span:nth-child(1),
.product-reviews__modal-btn > span:nth-child(1) {
  display: none;
}

.product-reviews__toggle-btn > span:nth-child(2),
.product-reviews__modal-btn > span:nth-child(2) {
  display: block;
}

.product-reviews__toggle-btn > span::after,
.product-reviews__modal-btn > span::after {
  content: "ᐅ";
  padding: 0 4px;
  display: inline-block;
  font-family: "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", Arial, Helvetica, sans-serif;
  font-size: 10px;
  -webkit-transform: translateY(-1px) rotate(-90deg);
  -ms-transform: translateY(-1px) rotate(-90deg);
  transform: translateY(-1px) rotate(-90deg);
}

.product-reviews__toggle-btn {
  color: #583f99;
  background-color: transparent;
}

.product-reviews__modal-btn {
  display: none;
  color: #ffffff;
  background-color: #583f99;
}

.product-reviews__main-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.product-reviews__body-title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
}

.product-reviews__photos {
  padding-bottom: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-reviews__photos > a {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 125px;
  height: 125px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.product-reviews__photos > a._video::after,
.product-reviews__photos > a._video::before {
  content: "";
  position: absolute;
}

.product-reviews__photos > a._video::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}

.product-reviews__photos > a._video::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  z-index: 2;
  background: url("/local/templates/psk2024/components/bmhouse/comments.all.index/reviews_main_outlet/../img/icons/sprite.svg#play2") center/contain no-repeat;
}

.product-reviews__photos > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.product-reviews__content-outlet {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.product-reviews__content-top {
  margin: 36px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.product-reviews__content-top > .product-reviews__modal-btn {
  width: 100%;
  max-width: 160px;
  height: 40px;
}

.product-reviews__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.product-reviews__filters-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #979797;
  font-size: 14px;
  line-height: 1.1;
}

.product-reviews__filters-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.product-reviews__filter {
  color: #000000;
  font-size: 14px;
  line-height: 1.1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.product-reviews__filter._active {
  color: #583f99;
}

.product-reviews__filter._active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-reviews__filter._active._active--reverse::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-reviews__filter::after {
  content: "ᐅ";
  padding: 0 4px;
  display: inline-block;
  font-family: "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", Arial, Helvetica, sans-serif;
  font-size: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}

.product-reviews__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}

.product-reviews__content-bottom {
  display: none;
  margin-top: 15px;
  text-align: center;
}

.product-reviews__content-bottom > .product-reviews__toggle-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  height: 44px;
}

.product-reviews__slider.swiper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-reviews__slider.swiper:not(.swiper-initialized) > .swiper-wrapper {
  display: block;
}

.product-reviews__slider.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  height: auto;
}

.product-reviews__slider.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:not(:last-child) {
  margin-bottom: 20px;
}

.product-reviews__content-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-reviews__content-list > .product-reviews__item:not(:last-child) {
  margin-bottom: 20px;
}

.product-reviews__item {
  padding: 40px;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
}

.product-reviews__item-top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.product-reviews__item-avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*width: 48px;
  height: 48px;*/
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  /*background-color: #e2e2e2;*/
  border-radius: 5px;
}
.product-reviews__item-avatar>a{
  height: 100%;
  width: 100%;
}

.product-reviews__item-avatar>a img{
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.product-reviews__content-outlet .product-reviews__slider.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide .product-reviews__item-avatar>a{
  display: none;
  background-color: #e2e2e2;
}
.product-reviews__content-outlet .product-reviews__slider.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide .product-reviews__item-avatar{
  width: 48px;
  height: 48px;
  background-color: #e2e2e2;
}

.product-reviews__item-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-reviews__item-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.product-reviews__item-info-row:not(:last-child) {
  margin-bottom: 5px;
}

.product-reviews__item-name {
  font-size: 16px;
  line-height: 1.1;
  text-decoration: underline;
  word-break: break-word;
}

.product-reviews__item-approved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #583f99;
  font-size: 14px;
  line-height: 1.1;
}

.product-reviews__item-approved svg,
.product-reviews__item-approved img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-reviews__item-date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #979797;
  font-size: 14px;
  line-height: 1;
}

.product-reviews__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  line-height: 1.2;
}

.product-reviews__answer {
  margin-left: 40px;
  padding: 20px 20px 12px;
  background-color: #f3f0f9;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
}

.product-reviews__answer-top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.product-reviews__answer-avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.product-reviews__answer-avatar img,
.product-reviews__answer-avatar svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-reviews__answer-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.2;
}

.product-reviews__answer-name:not(:last-child) {
  margin-bottom: 5px;
}

.product-reviews__helpful {
  padding-top: 20px;
}

.product-reviews__helpful-text {
  margin-bottom: 5px;
  color: #979797;
  font-size: 20px;
  line-height: 1.2;
}

.product-reviews__helpful-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.product-reviews__helpful-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #979797;
  font-size: 14px;
  line-height: 1;
  background-color: #e2e2e2;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.product-reviews__helpful-btn._active {
  color: #ffffff;
  background-color: #583f99;
}

.product-reviews__forms {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 490px;
}

/* 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/outlet/style.css?176200408111909 */
/* /local/templates/psk2024/components/bitrix/news.list/slider_full_outlet/style.css?1668073732503 */
/* /local/templates/psk2024/components/bitrix/catalog.smart.filter/outlet/style.css?1761980223573 */
/* /local/templates/psk2024/components/bitrix/system.pagenavigation/show_more_and_pagination/style.css?1691654090239 */
/* /local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card_outlet/style.css?1760618227370 */
/* /local/templates/psk2024/components/shishov/count.products.store/outlet/style.css?1760639555158 */
/* /local/templates/psk2024/components/bitrix/news.list/slider-product-infocus/style.css?1668073732503 */
/* /local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card_for_infocus/style.css?1760618227370 */
/* /local/templates/psk2024/components/bitrix/catalog.item/item_catalog_card_great_deals/style.css?1760618227370 */
/* /local/templates/psk2024/components/bitrix/news.list/slider-product-stockup/style.css?1668073732503 */
/* /local/templates/psk2024/components/bmhouse/comments.all.index/reviews_main_outlet/style.css?176251876914308 */
/* /local/templates/psk2024/components/bitrix/news.list/main_video/style.css?1658943013970 */
