

/* 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.element/outlet_new/style.css?176960357699018*/
.show_block__content {
  display: none;
}
.wrapper>main{
  padding-top: 140px !important;
}
.card-addtocart__btn {
  height: 32px;
}
#promokod span{
  font-size: 0.8rem;
}
.card-questions__form-wrapper{position: relative}
.card-questions__ask{
  position: absolute;
  top: 2rem;
  right: 0;
}
.form-input.err, .check-label.err {
  -webkit-box-shadow: 0 0 0 1px rgb(255, 0, 0), 0 0 0 2px rgba(255, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgb(255, 0, 0), 0 0 0 2px rgba(255, 0, 0, 0.2);
}
.card-slider__wrapper{position: relative;}
span.svoystvoprica {
  position: absolute;
  z-index: 55;
  top: 15px;
}
#promokod{
  position: absolute;
  z-index: 55;
  left: 15px;
  bottom: 110px;
  width: 45px;
  height: auto;
}
#promokod img{width: 100%;}
.card-content__col .card-content__link {
  color: #583f99;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
  font-weight: 600;
}
.product-info__section .product-info__item{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.card-sizes__select.single{
  position: relative;
  width: 100%;
  display: block;
  height: 42px;
  cursor: auto;
}
.card-sizes__select.single span{
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 57px 0 15px;
  color: #000000;
  font-size: 16px;
  border: 1px solid #c9bee4;
  white-space: nowrap;
  overflow: hidden;
}
.card-top.section .item__image_logo{
  bottom: 110px;
  right: 15px;
  height: 15px;
}
.card-top.section .item__image_logo img{
  height: 20px;
}
.card-top.section .new-textile{
  bottom: 110px;
  left: 15px;
  position: absolute;
  width: 45px;
  z-index: 55;
}
#copy-message{
  position: absolute;
  left: 50%;
  top: 924%;
  width: calc(175% - 15px);
  height: auto;
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: #583f99;
  font-size: 18px;
  line-height: 1;
  z-index: 50;
}
@media screen and (max-width: 575.98px){
  #copy-message{
    width: calc(50% - 15px);
    height: auto;
    min-height: 40px;
    font-size: 14px;
    line-height: 1;
    z-index: 50;
  }
}
@media screen and (max-width: 380px){
  #copy-message{
    width: calc(54% - 15px);
  }
}
@media screen and (max-width: 360px){
  #copy-message{
    width: calc(63% - 15px);
    top: 461%;
  }
}

/* SECTION */

.video-section .section-title,
.section-2sliders__item .section-title,
.products-slider__section .section-title
{
  font-size: 30px;
  font-weight: 400;
}
.video-section .swiper-header-nav, .products-slider__section .swiper-header-nav{
  width: 190px;
}

.video-section .section-top--sliderNavigation {
  padding-right: 204px;
}

/* BTN */

.btn {
  gap: 12px;
}

.btn.btn--big {
  height: 64px;
  font-size: 16px;
  font-weight: 600;
}

.btn.btn--big svg,
.btn.btn--big img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.btn.btn--p {
  color: #583f99;
  border-color: #583f99;
}

.btn.btn--w {
  color: #ffffff;
  border-color: #ffffff;
}

/* CUSTOM-SCROLLBAR */

/* SWIPER */

.swiper-header-nav {
  width: 190px;
}

.swiper-header-nav > .swiper-button-prev,
.swiper-header-nav > .swiper-button-next {
  background-color: transparent;
}

.swiper-header-nav > .swiper-button-prev::before,
.swiper-header-nav > .swiper-button-prev::after,
.swiper-header-nav > .swiper-button-next::before,
.swiper-header-nav > .swiper-button-next::after {
  font-size: 20px;
  /*font-size: 17px;*/
}
.video-section .swiper-header-nav > .swiper-button-prev::before,
.video-section .swiper-header-nav > .swiper-button-prev::after,
.video-section .swiper-header-nav > .swiper-button-next::before,
.video-section .swiper-header-nav > .swiper-button-next::after {
  font-size: 20px;
 /* font-size: 17px;*/
}
.products-slider__section .swiper-header-nav > .swiper-button-prev::before,
.products-slider__section .swiper-header-nav > .swiper-button-prev::after,
.products-slider__section .swiper-header-nav > .swiper-button-next::before,
.products-slider__section .swiper-header-nav > .swiper-button-next::after {
  font-size: 20px;
  /*font-size: 17px;*/
}

.swiper-header-nav > .swiper-nav-line {
  height: 2px;
  background-color: #979797;
}

.swiper-pagination.swiper-pagination--v2 {
  background-color: #e2e2e2;
}

.swiper-pagination.swiper-pagination--v2 > .swiper-pagination-bullet {
  background-color: #979797;
}

.swiper-pagination.swiper-pagination--v2 > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #583f99;
}

section {
  display: block;
  overflow: hidden;
  position: relative;
}

/* NEW-CARD */

.new-card.section {
  padding-top: 10px;
}

.new-card > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.new-card .btn {
  border-radius: 5px;
}

.new-card__mobile-panel {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10px 15px 50px;
  position: fixed;
  bottom: 42px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 8;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 -2px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 20px 0px rgba(0, 0, 0, 0.25);
}

.new-card__mobile-panel > .new-card__addtocart-btn {
  width: 61% !important;
}

.new-card__prev-link,
.new-card__next-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  color: #979797;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.new-card__prev-link::before,
.new-card__next-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  z-index: 2;
  border-right: 2px solid #583f99;
  border-bottom: 2px solid #583f99;
}

.new-card__prev-link::after,
.new-card__next-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 150%;
  height: 3px;
  z-index: 1;
  background-color: #ffe800;
}

.new-card__prev-link > span,
.new-card__next-link > span {
  position: relative;
  display: block;
  z-index: 3;
}

.new-card__prev-link > span:nth-child(1),
.new-card__next-link > span:nth-child(1) {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.new-card__prev-link > span:nth-child(2),
.new-card__next-link > span:nth-child(2) {
  display: none;
}

.new-card__prev-link {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 38% 20px 1fr;
  grid-template-columns: 1fr 38% 1fr;
  gap: 20px;
  -ms-grid-columns: 1fr 33px 35% 33px 1fr;
  grid-template-columns: 1fr 35% 1fr;
  gap: 33px;
}

.new-card__body-inner {
  display: contents;
}

/* NEW-CARD-SLIDERS */

.new-card__sliders {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  gap: 26px;
  min-width: 0;
}

.new-card__sliders .swiper .swiper-button-next,
.new-card__sliders .swiper .swiper-button-prev {
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.new-card__sliders .swiper .swiper-button-next::after,
.new-card__sliders .swiper .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.new-card__sliders .swiper .swiper-button-next.swiper-button-disabled,
.new-card__sliders .swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.new-card__slider-main.swiper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.new-card__slider-main.swiper > .product-controls {
  display: none;
  left: auto;
  right: 0;
}

.new-card__slider-main.swiper .swiper-pagination {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-card__slider-main.swiper .swiper-button-next::after {
  left: 55%;
}

.new-card__slider-main.swiper .swiper-button-prev::after {
  left: 45%;
}

.new-card__slider-main.swiper .new-card__slider-slide > ._img {
  padding-bottom: 197%;
}

.new-card__slider-badges {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

.new-card__slider-badges-item {
  padding: 5px 8px;
  color: #c9bee4;
  font-size: 14px;
  line-height: 1;
  background-color: #000000;
  border-radius: 4px;
}

.new-card__slider-badges-item.new-card__slider-badges-item--sale {
  color: #000000;
  background-color: #94e8ff;
}

.new-card__slider-badges-item > br {
  display: none;
}

.new-card__slider-graphics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.new-card__slider-graphics > span {
  position: absolute;
  display: block;
  -webkit-transform: skewY(-11deg);
  -ms-transform: skewY(-11deg);
  transform: skewY(-11deg);
}

.new-card__slider-graphics > span:nth-child(1) {
  padding-bottom: 3%;
  top: 36%;
  left: 0;
  width: 75%;
  background-color: rgba(153, 139, 0, 0.5);
}

.new-card__slider-graphics > span:nth-child(2) {
  padding-bottom: 13%;
  bottom: 30%;
  right: 0;
  width: 73%;
  background-color: rgba(0, 0, 0, 0.15);
}

.new-card__slider-graphics > span:nth-child(3) {
  padding-bottom: 21%;
  bottom: 7%;
  left: 0;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.3);
}

.new-card__slider-graphics > span:nth-child(4) {
  padding-bottom: 6%;
  bottom: 7%;
  right: 0;
  width: 89%;
  background-color: rgba(71, 51, 123, 0.5);
}

.new-card__slider-slide {
  position: relative;
}

.new-card__slider-slide > ._img {
  padding-bottom: 130%;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.new-card__slider-slide > ._img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__slider-thumbs-wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21.5%;
  height: auto;
}

.new-card__slider-thumbs.swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-card__slider-thumbs.swiper:has(.swiper-button-prev.swiper-button-disabled)::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.new-card__slider-thumbs.swiper:has(.swiper-button-next.swiper-button-disabled)::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.new-card__slider-thumbs.swiper::before,
.new-card__slider-thumbs.swiper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.new-card__slider-thumbs.swiper::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), to(transparent));
  background: linear-gradient(to bottom, #ffffff 20%, transparent);
}

.new-card__slider-thumbs.swiper::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffffff), to(transparent));
  background: linear-gradient(to top, #ffffff 20%, transparent);
}

.new-card__slider-thumbs.swiper .swiper-button-prev {
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.new-card__slider-thumbs.swiper .swiper-button-next {
  top: auto;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.new-card__slider-thumbs.swiper .swiper-button-next,
.new-card__slider-thumbs.swiper .swiper-button-prev {
  margin: 0 !important;
}

.new-card__slider-thumbs.swiper .new-card__slider-slide {
  height: auto;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s ease, opacity 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.new-card__slider-thumbs.swiper .new-card__slider-slide.swiper-slide-thumb-active {
  border-color: rgba(88, 63, 153, 0.2);
}

.new-card__slider-thumbs.swiper .new-card__slider-slide.swiper-slide-thumb-active::after {
  opacity: 1;
  visibility: visible;
}

.new-card__slider-thumbs.swiper .new-card__slider-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 2px #583f99;
  box-shadow: inset 0 0 0 2px #583f99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* NEW-CARD-MIDDLE */

.new-card__middle {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
}

.new-card__header {
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
}

.new-card__header-top {
  margin-bottom: 30px;
}

.new-card__header-top:not(:last-child) {
  margin-bottom: 20px;
}

.new-card__title {
  color: #47337b;
  font-size: 30px;
 /* font-size: 27px;*/
  line-height: 1.1;
}

.new-card__title:not(:last-child) {
  margin-bottom: 6px;
}

.new-card__subtitle {
  color: #979797;
  font-size: 20px;
  /*font-size: 17px;*/
  line-height: 1.2;
}
.new-card__item:first-child .new-card__label svg{
  margin-left: -9px;
}

.new-card__item:not(:last-child) {
  margin-bottom: 30px;
}
.new-card__item:nth-child(2){
  margin-bottom: 50px;
}
.new-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px 30px;
}
.new-card__row.sizes-select{
  gap: 55px;
  justify-content: space-between;
}

.new-card__row:not(:last-child) {
  margin-bottom: 20px;
}

.new-card__code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  /*font-size: 17px;*/
  line-height: 1;
}

.new-card__code svg,
.new-card__code img {
  color: #583f99;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
  color: #583f99;
  font-size: 25px;
  /*font-size: 22px;*/
  font-weight: 600;
  line-height: 1;
}

.new-card__rating svg,
.new-card__rating img {
  color: #583f99;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__label {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.new-card__label svg,
.new-card__label img {
  width: 34px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__label > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.new-card__label > span > span {
  color: #583f99;
}

.new-card__color-list {
  margin: -6px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}

.new-card__color-list > li > a {
  position: relative;
  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: 90px;
  height: 150px;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.new-card__color-list > li > a:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.new-card__color-list > li > a._active {
  border-color: #000000;
}

.new-card__color-list > li > a._active::after {
  opacity: 1;
  visibility: visible;
}

.new-card__color-list > li > a::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 3px rgb(255, 232, 0), 0 0 0 6px rgba(255, 232, 0, 0.2);
  box-shadow: 0 0 0 3px rgb(255, 232, 0), 0 0 0 6px rgba(255, 232, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.new-card__color-list > li > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__item-title {
  margin-bottom: 12px;
  font-size: 24px;
  /*font-size: 21px;*/
  line-height: 1.2;
}

.custom-select__wrapper-outlet .new-card__sizes-btn {
  padding: 0 12px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #979797;
  font-size: 17px;
  border: 2px solid #000000;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.custom-select__wrapper-outlet .new-card__sizes-btn .custom-select__label{
  display: flex;
}
.custom-select__wrapper-outlet .new-card__sizes-btn > div {
  width: 100%;
}

/* INFORMATION-ITEMS */

.information-body {
  padding: 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;
  gap: 24px 75px;
  background-color: rgba(201, 190, 228, 0.4);
  border-bottom: 5px solid #ffe800;
  cursor: pointer;
  padding-bottom: 0;
}

.product-info__tabs{
  padding: 0;
}

.product-info__section--outlet:not(._active) .product-info__content{
  display: none;
}

.product-info__section--outlet:not(._active) .information-body{
  padding: 20px;
  border-bottom: none;
}
.product-info__section--outlet:not(._active) .information-body .information-item::after{
  border-top: none;
}
.product-info__section--outlet:not(._active) .information-body .information-item._active{
  border:none;
  color:#999999;
}
.product-info__section--outlet:not(._active) .information-body .information-item:hover._active{
  color:#000000;
}

.product-info__tabs .information-items .container{
  padding: 0;
}

.information-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #999999;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  padding: 16px 24px;
}


@media (pointer: fine) {
  .information-item:hover {
    color: #000000;
  }
}
.information-item._active:after {
  opacity: 1;
  visibility: visible;
}
.information-item._active {
  border-color: #ffe800;
  color: #000000;
}


.information-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 26px solid #ffe800;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.information-item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 72px;
  height: 60px;
}

.information-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.information-item__text {
  font-size: 24px;
  line-height: 1;
}

/*.new-card__sizes-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: url("/local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.element/outlet_new/../../../img/icons/sprite.svg#arr-spoiler-grey") center/12px no-repeat;
  background-color: #ffffff;
  border-radius: inherit;
}*/

.new-card__row .custom-select__wrapper-outlet{
  display: block;
  width: 100%;
  margin: 0;
}

.new-card__sizes-btn > div > span, .new-card__sizes-btn .custom-select__option > span {
  color: #000000;
  font-weight: 500;
}

.new-card__row .new-card__sizes-btn .custom-select__list {
  min-width: 100%;
  max-width: 100%;
}

.new-card__sizes-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 10px;
  text-align: center;
}
.new-card__row.sizes-select .custom-select__label{
  font-size: 16px;
}

.new-card__sizes-table svg,
.new-card__sizes-table img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__sizes-table > a {
  color: #583f99;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  line-height: 1.2;
}

.new-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.new-card__tags.new-card__tags--v2 .new-card__tags-title {
  color: #998b00;
}

.new-card__tags.new-card__tags--v2 ._tags-list > li {
  background-color: #998b00;
}

.new-card__tags-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
}

.new-card__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.new-card__badges-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
}

.new-card__minpromtorg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.new-card__minpromtorg .check-input:checked ~ .check-custom {
  border-color: #36275e;
  background-color: #36275e;
}

.new-card__minpromtorg .check-input:checked ~ .check-custom::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.new-card__minpromtorg .check-txt {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.new-card__minpromtorg .check-custom {
  margin: 0 0 0 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}



.new-card__info-list {
  text-align: left;
}

.new-card__info-list._active > li:nth-child(n + 4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeInUp 0.2s ease 0s forwards;
  animation: fadeInUp 0.2s ease 0s forwards;
}

.new-card__info-list > li {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 16px;
  /*font-size: 13px;*/
  line-height: 1.2;
}

.new-card__info-list > li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
}

.new-card__info-list > li:nth-child(n + 5) {
  display: none;
}

.new-card__info-list > li > span:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
}

.new-card__info-list > li > span:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.new-card__info-showmore {
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #583f99;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.new-card__info-showmore svg,
.new-card__info-showmore img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* NEW-CARD-RIGHT */

.new-card__right {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
}

.new-card__frame {
  padding: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 32px 0 #c9bee4;
  box-shadow: 0 0 32px 0 #c9bee4;
}

.new-card__frame:not(:last-child) {
  margin-bottom: 30px;
}

.new-card__prices {
  margin-bottom: 32px;
}

.new-card__price-info {
  margin-bottom: 28px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(125px, 35%);
  grid-template-columns: 1fr minmax(125px, 35%);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border: 2px solid #47337b;
  border-radius: 5px;
}
.new-card__price-info.simple, .new-card__price-info.soon{
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.count-product-store {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}
.count-product-store--text{
  font-weight: 400;
  font-size: 22px;
  line-height: 89%;
  color: #5942AF;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.count-product-store--text span {
  font-size: 14px;
  display: block;
  width: 100%;
  color: #483D6E;
}
.new-card__price-info.soon .count-product-store--text span{
  font-size: 15px;
}
.new-card__price-info:has(.count-product-store.count-zero){
  display: none;
}

.new-card__price-info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
}
.new-card__price-info > *:nth-child(1)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;    
  bottom: 5px; 
  width: 2px;
  background-color: #D6D1E8;
}
.new-card__price-info.simple > *:nth-child(1)::after {
  content: none;
}
.new-card__price-info.soon > *:nth-child(1)::after {
  content: none;
}
.new-card__price-info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;  
}

.new-card__price-info > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.new-card__price-info .new-card__logo-status{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
}

.new-card__price-info.soon .new-card__logo-status{
  padding-right: 0;
}

.new-card__price-info--text {
  font-weight: 500;
  font-size: 17px;
  line-height: 89%;
  color: #5942AF;
  position: relative;
  white-space: nowrap;
}
.new-card__price-info--dashed{
  width: 100%;
  position: relative;
  margin: 0px 20px;
}

.new-card__price-info--dashed::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0; 
  width: 100%;
  border-bottom: 2px dashed #D6D1E8;
}
/*.new-card__price-info > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}*/

.new-card__price-info > div {
  padding: 5px 8px;
  color: #979797;
  font-size: 12px;
  line-height: 1;
}

.new-card__price-info > div:nth-child(1) {
  -ms-grid-column-span: 1;
  grid-column: 1;
  text-align: center;
  color: #47337b;
  font-size: 14px;
  font-weight: 700;  
  border-radius: 5px 0 5px 0;
}
.new-card__price-info.soon .count-product-store{
  padding: 5px 10px;
  padding-left: 0;
}

.new-card__price-info > div:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.new-card__price-info > div:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row-span: 1;
  grid-row: 1 span;
  text-align: center;
}

.new-card__price-info > div:nth-child(3) > span {
  display: block;
  font-size: 18px;
}

.new-card__price-info--text-cashback {
  text-align: end;
  font-size: 15px;
  color: #483D6E;
}

.new-card__prices-row {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 20px;
}

.new-card__price {
  white-space: nowrap;
  color: #583f99;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 44px;
  /*font-size: 41px;*/
  line-height: 1;
}

.new-card__price > span {
  font-family: P22UndergroundPro, Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.new-card__oldprice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 15px;
}

.new-card__oldprice {
  white-space: nowrap;
  color: #979797;
  font-family: P22UndergroundPro, Arial, Helvetica, sans-serif;
  font-size: 25px;
  /*font-size: 22px;*/
  line-height: 1;
}

.new-card__oldprice > span {
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.new-card__oldprice > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102%;
  height: 1px;
  background-color: #979797;
}

.new-card__oldprice > span > span {
  font-family: P22UndergroundPro, Arial, Helvetica, sans-serif;
}

.new-card__oldprice-text {
  color: #979797;
}

.new-card__addtocart-btn.btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.new-card__addtocart-btn.btn:not(:last-child) {
  margin-bottom: 24px;
}

.new-card__delivery-info {
  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;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.new-card__delivery-info:not(:last-child) {
  margin-bottom: 52px;
}

.new-card__delivery-info svg,
.new-card__delivery-info img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__logo-btn.btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  color: #583f99;
}

.new-card__right-bottom {
  padding: 0 40px;
}

.new-card__controls {
  padding: 18px 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  border: 2px solid rgba(201, 190, 228, 0.5);
  border-radius: 5px;
}

.new-card__controls:not(:last-child) {
  margin-bottom: 30px;
}

.new-card__controls-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.new-card__controls-btn.card-controls__btn {
  display: block;
  width: 70px;
  text-align: center;
}

.new-card__controls-btn.card-controls__btn._active > .new-card__controls-btn-icon {
  background-color: #ffe800;
}

.new-card__controls-btn.card-controls__btn._active > .new-card__controls-btn-text {
  color: #583f99;
}

.new-card__controls-btn.card-controls__btn._active > .new-card__controls-btn-text > span:first-child {
  display: none;
}

.new-card__controls-btn.card-controls__btn._active > .new-card__controls-btn-text > span:last-child {
  display: block;
}

.new-card__controls-btn.card-controls__btn > .new-card__controls-btn-icon {
  margin: 0 auto 8px;
}

.new-card__controls-btn.card-controls__btn > .new-card__controls-btn-text > span:first-child {
  display: block;
}

.new-card__controls-btn.card-controls__btn > .new-card__controls-btn-text > span:last-child {
  display: none;
}

.new-card__controls-btn-icon {
  margin: 0 8px 0 0;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.new-card__controls-btn-icon img,
.new-card__controls-btn-icon svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 82%;
  height: 82%;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-card__controls-btn-text {
  font-size: 11px;
  line-height: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.new-card__controls-col1,
.new-card__controls-col2 {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-card__controls-col1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 10px;
}

.new-card__controls-col2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.new-card__presentation-btn.btn {
  width: 100%;
}

.card-sidebar.full-desc{
  min-width: 550px;
  max-width: 720px;
  height: 100%;
  color: #4d4d4d;
  color: #080808;
}

.card-sidebar.full-desc .card-sidebar__code{
  margin-bottom: 0;
  font-size: 16px;
}
.card-sidebar.full-desc .card-sidebar__code .item__art{
  font-size: 16px;
}

.card-sidebar.full-desc .card-sidebar__top{
  border-bottom: 1px solid #fff800;
  margin-bottom: 5px;
}
.card-sidebar.full-desc .card-sidebar__top .card-info{
  padding-bottom: 15px;
  font-size: 14px;
}

.card-sidebar.full-desc .card-sidebar__top .card-sidebar__title{
  line-height: 150%;
  margin-bottom: 25px;
  font-size: 26px;
  /*font-size: 24px;*/
}
.card-sidebar.full-desc .card-sidebar__top .card-rating.star-rating , .card-sidebar.full-desc .card-sidebar__top .card-rating.star-rating .card-rating__txt{
  font-size: 16px;
  color: #4d4d4d;
  color: #080808;
}
.card-sidebar.full-desc .card-sidebar__top .card-rating.star-rating .star-rating__quantity{
  font-size: 16px;
}
.card-sidebar.full-desc .card-sidebar__body:not(:last-child) {
  margin-bottom: 15px;
}

.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper{
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 25px;
}

.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .card-description__list-title{
  font-size: 18px;
}

.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .card-description__list.dotted-list {
  font-size: 16px;
}
.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .dotted-list__item{
  position: relative;
  margin-bottom: 15px;
  line-height: 22px;
  letter-spacing: 0;
}
.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .dotted-list__item .dotted-list__title{
  flex-grow: 0;
  width: 30%;
  min-width: 150px;
}
.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .dotted-list__item .dotted-list__value{
  text-align: left;
  line-height: 90%;
}
.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .dotted-list__item .dotted-list__title span{
  background-color: transparent;
}
.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .dotted-list__item .dotted-list__title::before{
  content: none;
}
.card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .dotted-list__item::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-bottom: 1px solid #DEDEDE;
}
.card-sidebar.full-desc .card-sidebar__body .card-content__markings{
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  width: 100%;
}
.card-sidebar.full-desc .card-sidebar__body .card-content__markings>li{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.card-sidebar.full-desc .card-sidebar__body .card-content__markings > li > .card-content__markings--img {
  display: block;
  width: 36px;
  height: 36px;
}
.card-sidebar.full-desc .card-sidebar__body .card-content__markings > li > .card-content__markings--name {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 19px;
  color: #757575;
}
.card-sidebar.full-desc .card-sidebar__body .card-content__markings > li > .card-content__markings--name::first-letter {
  text-transform: uppercase;
}
.card-sidebar.full-desc .card-sidebar__body .card-content__section:not(:last-child) {
  margin-bottom: 25px;
}
.card-sidebar.full-desc .card-sidebar__body .card-content__title, .card-sidebar.full-desc .card-sidebar__body .card-description__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}


.card-sidebar.full-desc .card-sidebar__body .card-description__content {
  margin-right: 0;
  font-size: 16px;
  line-height: 125%;
}

.card-sidebar.full-desc .card-sidebar__body .card-description:last-child{
  padding-bottom: 32px;
  border-bottom: 1px solid #fff800;
}

.card-sidebar.full-desc .card-sidebar__bottom .btn--full-desc{
  color: #fff;
  border-radius: 3px;
  border-color: #5A4499;
  background-color: #5A4499;
  font-size: 1.5vh;
  font-weight: bold;
  line-height: 125%;
  letter-spacing: 0;
  gap: 10px;
}
.card-sidebar.full-desc .card-sidebar__bottom .btn--full-desc::after{
  content:'';
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.element/outlet_new/./icons/shopping-cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.new-card__minpromtorg .check-custom::after {
  background: url("/local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.element/outlet_new/./icons/sprite.svg#check-white") center/85% 85% no-repeat;
}

.new-card__prev-link._disable, .new-card__next-link._disable{
  opacity: 0;
  visibility: hidden;
}
.new-card__sizes-btn > div > span, .new-card__sizes-btn .custom-select__option > span {
  color: #000000;
  font-weight: 500;
}

/* TAGS-LIST */

._tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

._tags-list > li {
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  background-color: #47337b;
  border-radius: 5px;
}

/* BAGES-LIST */

._badges-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

._badges-list > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

._badges-list > li > span {
  display: block;
  width: 36px;
  height: 36px;
}

._badges-list > li svg,
._badges-list > li img {
  width: 100%;
  height: 100%;
}

/* PRODUCT-NEW */

.product.product--new:has(.product-instock__quantity._low-quantity) .product-prices {
  background-color: #dc2626;
}


.product-instock__quantity._low-quantity{
  color: #dc2626;
}

.product.product--new .product-img__bullets {
  top: 104px;
}

.product.product--new .product-top {
  padding-bottom: 90%;
}

.product.product--new .product-prices {
  margin: 0;
  padding: 2px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #583f99;
  border-radius: 5px;
  flex-wrap: nowrap;
}

.product.product--new .product-price__current {
  color: #ffe800;
  font-size: 23px;
  font-weight: 600;
}

.product.product--new .product-price__old {
  color: #c9bee4;
}

.product.product--new .product-price__old::after {
  background-color: #c9bee4;
}

.product.product--new.product.product--new-v2 {
  background-color: transparent;
}

.product.product--new.product.product--new-v2::before {
  display: none;
}

.product.product--new.product.product--new-v2 .product-images {
  padding-bottom: 105%;
  top: 0;
  height: 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.product.product--new.product.product--new-v2 .product-top {
  padding-bottom: 105%;
  overflow: hidden;
}

.product.product--new.product.product--new-v2 .product-bottom {
  padding: 10px 0 0;
  background-color: transparent;
}

.product-bottom__header {
  margin-bottom: 8px;
  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: 12px;
}

.product-bottom__header .product-discount {
  padding: 0 5px;
  height: 1.2em;
  min-width: 2.75em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 0;
  right: 0;
  font-size: 23px;
  line-height: 1;
  border-radius: 5px;
}

.product-instock__quantity {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #583f99;
}

.product-instock__quantity svg,
.product-instock__quantity img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.product-instock__quantity > span {
  font-size: 23px;
  line-height: 1;
}

.product-instock__quantity > span > b {
  font-weight: 600;
}
/* TABS */

._tabs-nav {
  margin-bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
}

._tabs-nav > [data-tabs-btn] {
  padding: 8px 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-family: P22UndergroundPro, Arial, Helvetica, sans-serif;
  color: #979797;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

._tabs-nav > [data-tabs-btn]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #583f99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

._tabs-nav > [data-tabs-btn]._active {
  color: #000000;
}

._tabs-nav > [data-tabs-btn]._active::after {
  opacity: 1;
  visibility: visible;
}

._tabs-nav > [data-tabs-btn] > span:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
}
/* STAR-RATING */

.star-rating__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.star-rating__item {
  padding: 0 !important;
  margin: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20% !important;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}
/* PURPLE-FORM */

.purple-form {
  padding: 40px;
  font-family: P22UndergroundPro, Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #583f99 !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 32px 0 #c9bee4 !important;
  box-shadow: 0 0 32px 0 #c9bee4 !important;
}
.purple-form .form_element a {
  color: inherit;
  font-size: inherit;
}

.purple-form__top {
  margin-bottom: 50px;
}

.purple-form__title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.1;
}

.purple-form__text {
  font-size: 20px;
  line-height: 1.2;
}

.purple-form__text:not(:last-child) {
  margin-bottom: 20px;
}

.purple-form__text.purple-form__text--top {
  margin-bottom: 50px;
}

.purple-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.purple-form__item:has(.form-input._error) > .form-input__error-text {
  display: block;
}

.purple-form__item .form-input {
  color: #000000;
  height: 64px;
  font-size: 30px;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
}

.purple-form__item .form-input::-webkit-input-placeholder {
  color: #e2e2e2;
}

.purple-form__item .form-input::-moz-placeholder {
  color: #e2e2e2;
}

.purple-form__item .form-input:-ms-input-placeholder {
  color: #e2e2e2;
}

.purple-form__item .form-input::-ms-input-placeholder {
  color: #e2e2e2;
}

.purple-form__item .form-input::placeholder {
  color: #e2e2e2;
}

.purple-form__item .form-input.form-input--ta {
  padding: 12px 10px;
  resize: none;
  height: 292px;
  font-size: 16px;
  line-height: 1.1;
}

.purple-form__item .form-input._error {
  color: #dc2626;
  -webkit-box-shadow: 0 0 20px 0px #dc2626;
  box-shadow: 0 0 20px 0px #dc2626;
}

.purple-form__item .form-input__error-text {
  display: none;
  margin-top: 10px;
  color: #dc2626;
  font-size: 18px;
}

.purple-form__checkbox-wrapper {
  padding: 8px 12px;
}

.purple-form__checkbox-wrapper > .check-label > .check-txt {
  color: #ffffff;
}

.purple-form__rating.star-rating {
  --star-size: 36px;
}

.purple-form__rating.star-rating .star-rating__body {
  width: calc(var(--star-size) * 5);
  height: var(--star-size);
}

.purple-form__rating.star-rating .star-rating__body::before {
  background-image: url("/local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.element/outlet_new/./icons/sprite.svg#star-grey");
  background-size: var(--star-size) var(--star-size);
}

.purple-form__rating.star-rating .star-rating__result::before {
  background-image: url("/local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.element/outlet_new/./icons/sprite.svg#star-yellow");
  background-size: var(--star-size) var(--star-size);
}

.purple-form__btn.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}

.purple-form__btn.btn.btn--y-full {
  border: 2px solid #ffe800;
}

.purple-form__btn.btn svg,
.purple-form__btn.btn img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.purple-form__file.file > .file-area {
  position: relative;
}

.purple-form__file.file > .file-area > .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}

.purple-form__file.file > .file-previews {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.purple-form__file.file > .file-previews > .file-preview {
  padding-bottom: 100%;
  margin-top: 20px;
  -ms-grid-column-span: 1;
  grid-column: 1 span;
  position: relative;
  height: 0;
  border-radius: 5px;
  overflow: hidden;
}

.purple-form__file.file > .file-previews > .file-preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}

.purple-form__file.file > .file-previews > .file-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.purple-form__file.file > .file-previews > .file-preview > .file-preview__delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 3;
  background: url("/local/templates/psk2024/components/bitrix/catalog/main/bitrix/catalog.element/outlet_new/./icons/sprite.svg#close-circle-white") center/80% no-repeat;
}

.purple-form__file.file > .file-previews > .file-preview > .file-preview__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: #ffffff;
}

.purple-form__file.file > .file-previews > .file-preview > .file-preview__img > span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  word-break: break-word;
}

.purple-form__file.file > .form-input-error > .file-error-quantity,
.purple-form__file.file > .form-input-error > .file-error-size,
.purple-form__file.file > .form-input-error > .file-error-type {
  display: none;
  margin-top: 10px;
  color: #dc2626;
  font-size: 18px;
}

.purple-form__file.file > .form-input-error > .file-error-quantity._active,
.purple-form__file.file > .form-input-error > .file-error-size._active,
.purple-form__file.file > .form-input-error > .file-error-type._active {
  display: block;
}

.fancybox-container:has(.purple-form) .fancybox-slide {
  padding: 20px;
}

.fancybox-container .purple-form {
  width: 100%;
  max-width: 420px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 1800px){
  .new-card__body{
    -ms-grid-columns: 1fr 33px 30% 33px 1fr;
    grid-template-columns: 1fr 30% 1fr;
  }
}
@media screen and (max-width: 1600px) {
  .new-card > .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-card__prev-link,
  .new-card__next-link {
    width: auto;
    color: #000000;
  }
  .new-card__prev-link._disable, .new-card__next-link._disable{
    opacity: 0;
    visibility: hidden;
  }
  .new-card__prev-link::before,
  .new-card__next-link::before {
    position: relative;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(0) rotate(135deg);
    -ms-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
  }
  .new-card__prev-link::after,
  .new-card__next-link::after {
    display: none;
  }

  .new-card__prev-link > span:nth-child(1),
  .new-card__next-link > span:nth-child(1) {
    display: none !important;
  }

  .new-card__prev-link > span:nth-child(2),
  .new-card__next-link > span:nth-child(2) {
    display: block;
  }

  .new-card__prev-link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .new-card__next-link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .new-card__next-link::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }

  .new-card__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-grid-columns: 1fr 30% 1fr;
    grid-template-columns: 1fr 30% 1fr;
  }

  .new-card__frame {
    padding: 32px;
  }

  .new-card__right-bottom {
    padding: 0 32px;
  }

  .new-card__controls {
    padding: 18px 15px;
    gap: 15px;
  }

  .product-compare__row {
    gap: 30px;
  }

  .information-item {
    padding: 16px;
    max-width: 260px;
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  ._custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ._custom-scrollbar::-webkit-scrollbar-track {
    background: #c9bee4;
    border-radius: 8px;
  }

  ._custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #583f99;
    border-radius: 10px;
    border: 2px solid #c9bee4;
  }

  @-moz-document url-prefix() {
    ._custom-scrollbar {
      scrollbar-width: thin;
      scrollbar-color: #583f99 #c9bee4;
    }
  }
}
@media screen and (max-width: 1100px){
  .new-card > .container {
    gap: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .btn.btn--big {
    height: 58px;
  }

  ._tabs-nav > [data-tabs-btn] {
    font-size: 16px;
  }

  .purple-form {
    padding: 28px;
  }

  .product-reviews__content-inner {
    gap: 24px;
  }

  .product-reviews__item {
    padding: 20px;
  }

  .product-reviews__forms {
    width: 352px;
  }


  .new-card__body {
    -ms-grid-columns: 468px 20px 1fr;
    grid-template-columns: 468px 1fr;
    gap: 40px 20px;
  }

  .new-card__body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .new-card__middle {
    display: contents;
  }

  .new-card__header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 24px;
  }

  .new-card__subtitle {
    font-size: 18px;
  }

  .new-card__middle-body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .new-card__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
  }

  .new-card__frame {
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 #c9bee4;
    box-shadow: 0 0 20px 0 #c9bee4;
  }

  .new-card__frame:not(:last-child) {
    margin-bottom: 20px;
  }

  .new-card__prices {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 24px;
  }

  .new-card__price-info {
    margin-bottom: 16px;
  }

  .new-card__frame-body {
    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: 10px 0;
  }

  .new-card__frame-body .card-logo__btn {
    flex: none;
  }

  .new-card__addtocart-btn.btn:not(:last-child) {
    margin-bottom: 0;
  }

  .new-card__addtocart-btn.btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 10px);
  }

  .new-card__delivery-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .new-card__delivery-info:not(:last-child) {
    margin-bottom: 0;
  }

  .new-card__logo-btn.btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(50% - 10px);
  }

  .new-card__right-bottom {
    padding: 0;
  }

  .new-card__controls:not(:last-child) {
    margin-bottom: 20px;
  }

  .new-card__controls-btn.card-controls__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }

  .new-card__controls-btn.card-controls__btn > .new-card__controls-btn-icon {
    margin: 0 8px 0 0;
  }

  .new-card__controls-col1 {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 12px 15px;
  }

  .new-card__controls-col2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 15px;
  }

  .product-compare__nav._tabs-nav > [data-tabs-btn] > span:nth-child(2) {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .product-compare__aside {
    width: 240px;
  }


}

@media screen and (max-width: 1350px){
  .information-item {
    gap: 12px;
  }

}

@media screen and (max-width: 1300px) {
  .main-banner.main-banner--outlet .main-banner__slider-pagination.swiper-pagination {
    left: 14%;
  }

  .outlet-catalog {
    --sidebar-width: 270px;
  }

  .outlet-catalog._active {
    padding-left: calc(var(--sidebar-width) + 30px);
  }

  .side-controls__slider-info {
    padding: 15px;
  }

  .infocus .side-controls__slider-main {
    width: 260px;
  }



  .information-item__icon {
    max-width: 62px;
    height: 52px;
  }

  .information-item__text {
    font-size: 20px;
  }

  .product-compare__content-top {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1200px){
  .information-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .section-2sliders:has(.section-2sliders__item--bg) > .section-2sliders__item:not(.section-2sliders__item--bg) {
    margin: 0 -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
  }

  .section-2sliders:has(.section-2sliders__item--bg) > .section-2sliders__item:not(.section-2sliders__item--bg):not(:last-child) {
    margin-bottom: 20px;
  }

  .section-2sliders__item.section-2sliders__item--bg {
    margin: 0 -15px;
    padding: 20px 15px;
    width: calc(100% + 30px);
  }

  .section-2sliders__item.section-2sliders__item--bg:not(:last-child) {
    margin-bottom: 20px;
  }

  ._tabs-nav {
    gap: 20px;
  }

  ._tabs-nav > [data-tabs-btn] {
    gap: 6px;
  }

  .outlet-categories__items-wrapper {
    margin: 0 -15px 20px;
    padding: 0 15px;
    width: calc(100% + 30px);
  }

  .outlet-categories__img::before {
    width: calc(100% + 28px);
    height: calc(100% + 28px);
  }

  .outlet-categories__img::after {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-width: 4px;
  }

  .outlet-categories__img {
    width: 150px;
    height: 150px;
  }

  .outlet-categories__img:not(:last-child) {
    margin-bottom: 12px;
  }

  .outlet-categories__item-title {
    font-size: 22px;
  }

  .outlet-categories__btn.btn {
    height: 48px;
  }

  .outlet-catalog._active {
    padding-left: 0;
  }

  .outlet-sidebar {
    margin: 0;
    padding: 30px 15px 45px;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    color: #ffffff;
    background: linear-gradient(140deg, #d200ff, #6b19df, #4830a6);
  }

  .outlet-sidebar .catalog-filters__showmore-btn,
  .outlet-sidebar .catalog-filters__item-reset {
    color: #c9bee4;
  }

  .outlet-sidebar .check-txt,
  .outlet-sidebar .radio-txt {
    color: #ffffff;
  }

  .outlet-sidebar > .mobile-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .outlet-sidebar .catalog-filters {
    padding: 12px 0;
  }

  .outlet-sidebar > .catalog-filters__bottom {
    margin: 10px 0 0;
    position: relative;
  }

  .outlet-sidebar .catalog-filters__btn.btn.btn--p {
    color: #ffffff;
    border-color: #ffffff;
    height: 32px;
  }

  .side-controls__slider-wrapper {
    gap: 15px;
  }

  .side-controls__slider-main {
    width: 350px;
  }

  .product-reviews__body._active {
    display: block;
  }

  .product-reviews__body._minimized .product-reviews__main,
  .product-reviews__body._minimized .product-reviews__content-outlet {
    width: 100%;
  }

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

  .product-reviews__main {
    margin-bottom: 20px;
    gap: 20px;
  }

  .product-reviews__toggle-btn {
    display: none;
  }

  .product-reviews__modal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-reviews__content-bottom {
    display: block;
  }

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

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

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

  .product-reviews__helpful {
    padding-top: 0;
  }

  .product-reviews__forms {
    display: none;
  }

  .infocus-body {
    padding: 15px;
  }

  .information-body {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .information-item{
    padding: 12px 8px;
  }
  .information-item::after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #ffe800;
  }

  .information-item__text {
    text-align: center;
  }

  .new-card > .container {
    gap: 24px;
  }

  .new-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    gap: 0;
  }

  .new-card__body-inner {
    display: contents;
  }

  .new-card__sliders {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 640px;
  }

  .new-card__slider-main.swiper .new-card__slider-slide > ._img {
    padding-bottom: 122%;
  }

  .new-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }

  .new-card__header > .new-card__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .new-card__header-top:not(:last-child) {
    margin-bottom: 0;
  }

  .new-card__row {
    gap: 12px 20px;
  }

  .new-card__code {
    padding: 4px 12px;
    color: #979797;
    font-size: 12px;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 4px;
  }

  .new-card__code > span > span {
    display: block;
    color: #636363;
    font-size: 16px;
  }

  .new-card__code svg,
  .new-card__code img {
    display: none;
  }

  .new-card__middle-body {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .new-card__right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .outlet-catalog .catalog-filter__trigger{
    visibility: hidden;
    width: 1px;
    height: 1px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1100px) and (pointer: fine) {
  .outlet-sidebar .catalog-filters__btn.btn.btn--p:hover {
    color: #4830a6;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1025px){
  .section-2sliders__item .products-slider .product-bottom .product-bottom__body:hover .product-title{
    visibility: visible !important;
  }
  .outlet-catalog__list .product--new .product-bottom .product-bottom__body:hover .product-title,
  .product.product--big2 .product-bottom:hover .product-title,
  .product-compare__main-slide .product-bottom:hover .product-title

  {
    visibility: visible !important;
  }
  .product.product--big2 .product-bottom:hover .product-title
  {
    width: 60%;
  }
}

@media screen and (max-width: 991.98px) {
  br {
    display: none;
  }
  body .wrapper > main.super_main {
    padding-top: 20px;
  }

  .section-title {
    font-size: 26px;
  }

  /* .header {
     padding: 0;
     top: auto;
     bottom: 0;
     background-color: #000000;
   }
 
   .header-inner {
     padding: 0;
   }
 
   .header-top {
     display: none;
   }
 
   .header-bottom {
     height: 40px;
   }
 
   .header-btn {
     padding: 6px;
     margin-right: 2.9%;
     margin-left: -6px;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     width: 32px;
     height: 32px;
     border: none;
   }
 
   .header-btn > span {
     display: none;
   }
 
   .header-btn svg {
     margin-right: 0;
     width: 100%;
     height: 100%;
   }
 
   .header-logo {
     z-index: 3;
     width: 36px;
   }
 
   .header-search {
     padding: 20px 0;
     position: absolute;
     bottom: 100%;
     left: 0;
     top:auto;
     -webkit-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
     width: 100%;
     z-index: 1;
     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;
   }
 
   .header-search._active {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
    !* position: fixed;
     top: -40px;
     left: 0;*!
   }
   !*.header-search._active .header-search__btn, .header-search._active .header-search__clear.btn-close{
     top: 76%;
   }*!
   body .title-search-result{
     bottom: 113px !important;
     position: fixed !important;    
     top: auto !important;
   }
 
   .header-search::before {
     content: "";
     position: absolute;
     top: 0;
     left: -15px;
     width: calc(100% + 30px);
     height: 100%;
     z-index: 1;
     background-color: #000000;
   }
 
   .header-search__trigger {
     margin-right: 18px;
     position: relative;
     display: block;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     width: 24px;
     height: 24px;
     color: #ffffff;
   }
 
   .header-search__trigger svg {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 80%;
     height: 80%;
     -o-object-fit: contain;
     object-fit: contain;
     -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;
   }
 
   .header-search__trigger svg:first-child {
     -webkit-transform: translate(-50%, -50%) scale(1);
     -ms-transform: translate(-50%, -50%) scale(1);
     transform: translate(-50%, -50%) scale(1);
     opacity: 1;
     visibility: visible;
   }
 
   .header-search__trigger svg:last-child {
     -webkit-transform: translate(-50%, -50%) scale(0);
     -ms-transform: translate(-50%, -50%) scale(0);
     transform: translate(-50%, -50%) scale(0);
     width: 64%;
     height: 64%;
     opacity: 0;
     visibility: hidden;
   }
 
   .header-search__trigger._active svg:first-child {
     -webkit-transform: translate(-50%, -50%) scale(0);
     -ms-transform: translate(-50%, -50%) scale(0);
     transform: translate(-50%, -50%) scale(0);
     opacity: 0;
     visibility: hidden;
   }
 
   .header-search__trigger._active svg:last-child {
     -webkit-transform: translate(-50%, -50%) scale(1);
     -ms-transform: translate(-50%, -50%) scale(1);
     transform: translate(-50%, -50%) scale(1);
     opacity: 1;
     visibility: visible;
   }
 
   .header-controls__item:not(:last-child):not(.disable) {
     margin-right: 18px;
   }
 
   .header-controls__item--select .header-controls__item-icon {
     position: relative;
     z-index: 1;
     color: #ffffff;
   }
   
   .header-inner .header-bottom__mobile {
     display: none;
   }
 
   .header-controls__item--select .custom-select__wrapper,
   .header-controls__item--select .custom-select,
   .header-controls__item--select select[data-custom-select] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
    }
   .header-controls__item--select select[data-custom-select] {
     top: -9px;
     padding-top: 20px;
   }
 
   .header-controls__item--select .custom-select__label {
     display: none;
   }
 
   .header-controls__item-icon {
     margin: 0;
     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: 24px;
     height: 24px;
   }
 
   .header-controls__item-icon svg {
     width: 80%;
     height: 80%;
   }
 
   .header-controls__item-counter {
     min-width: 14px;
     height: 14px;
     font-size: 10px;
   }
 
   .header-controls__item-title {
     display: none;
   }*/

  .modal-menu {
    width: 400px;
    max-width: unset;
  }

  .modal-menu._active-submenu .modal-menu__sidebar {
    -webkit-transform: translate3d(-85%, 0, 0);
    transform: translate3d(-85%, 0, 0);
  }

  .modal-menu:after {
    display: none;
  }

  .modal-menu__inner {
    display: block;
  }

  .modal-menu__sidebar {
    width: auto;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }

  .modal-menu__sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    z-index: 1;
    background-color: #e2e2e2;
  }

  .modal-menu__list,
  .modal-submenu__list {
    width: 100%;
  }

  .modal-submenu__list {
    width: 85%;
  }

  .modal-menu__banners-mobile {
    display: block;
    padding-bottom: 20px;
    margin-top: 50px;
  }

  .modal-menu__banners {
    padding: 0;
  }

  .modal-menu__banner:not(:last-child) {
    margin-bottom: 15px;
  }

  .modal-menu__body {
    display: none;
  }

  .products-slider__section.section:has(.section-2sliders__item--bg) {
    padding-bottom: 20px;
  }

  body:has(.main.main--new) .header {
    background-color: #000000;
  }

  .purple-form {
    padding: 20px;
  }

  .purple-form__top {
    margin-bottom: 20px;
  }

  .purple-form__item .form-input {
    height: 44px;
    font-size: 20px;
  }

  .purple-form__item .form-input.form-input--ta {
    height: 160px;
  }

  .purple-form__checkbox-wrapper {
    padding: 0;
  }

  .purple-form__checkbox-wrapper > .check-label > .check-txt {
    font-size: 14px;
  }

  .purple-form__rating.star-rating {
    --star-size: 30px;
  }

  .purple-form__btn.btn {
    height: 44px;
  }

  .side-controls__slider-main {
    width: 260px;
  }

  .product-instock__quantity > span {
    font-size: 20px;
  }

  .information-item__icon {
    max-width: 52px;
    height: 40px;
  }

  .information-item__text {
    font-size: 18px;
  }

  .new-card__sliders {
    max-width: 560px;
  }

  .new-card__sliders .swiper .swiper-button-next,
  .new-card__sliders .swiper .swiper-button-prev {
    display: none !important;
  }

  .new-card__slider-main.swiper .swiper-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .new-card__slider-graphics {
    display: none;
  }

  .new-card__slider-thumbs-wrapper {
    display: none;
  }

  .product-compare__reset-btn.btn {
    display: none;
  }

  .product-compare__row {
    gap: 20px;
  }

  .product-compare__row.product-compare__row--header {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-compare__aside.product-compare__aside--bottom {
    pointer-events: none;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .product-compare__aside.product-compare__aside--bottom .product-compare__list-item {
    padding: 12px 0 0;
  }

  .product-compare__aside.product-compare__aside--bottom .product-compare__list-item::after {
    display: none;
  }

  .product-compare__aside.product-compare__aside--main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    gap: 10px;
  }

  .product-compare__aside-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .product-compare__aside-bottom {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-compare__search {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .product-compare__search-input.form-input {
    height: 30px;
    border-radius: 5px;
  }

  .product-compare__main-slider-nav {
    display: none;
  }

  .product-compare__main-slider.swiper {
    padding-bottom: 30px;
  }

  .product-compare__main-slider.swiper .swiper-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .product-compare__list-item {
    padding: 44px 0 18px;
  }

  .product-compare__row-label-title {
    font-weight: 600;
    overflow: hidden;
  }

  .product-compare__rating {
    gap: 6px 12px;
  }

  .product-compare__rating > a {
    font-size: 14px;
  }
  .modal_frame .fancybox-slide--html .fancybox-close-small{
    display: block;
  }
  .modal_frame .side_modal_heading .modal_close.cross_btn {
    display: none;
  }
}
@media screen and (max-width: 875px){
  .information-item:first-child{
    padding: 25px 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .video-section .section-top--sliderNavigation {
    padding-right: 0;
  }

  .breadcrumbs-list > li {
    padding-right: 1.2em;
    margin-right: 0.4em;
  }

  .breadcrumbs-list > li::after {
    width: 12px;
    height: 12px;
  }

  .bg-gradient {
    height: 40%;
    background-size: 400% 200%;
    -webkit-animation: animateGradient 7s linear 0s infinite alternate;
    animation: animateGradient 7s linear 0s infinite alternate;
  }

  ._tabs-nav > [data-tabs-btn] {
    padding: 4px 0 6px;
    font-size: 14px;
  }

  .main-banner.main-banner--outlet.section {
    padding: 0;
  }

  .main-banner.main-banner--outlet > .container {
    padding: 0;
  }

  .main-banner.main-banner--outlet .main-banner__slider-pagination.swiper-pagination {
    position: absolute;
    left: auto;
    right: 4%;
    bottom: 32px;
  }

  .main-banner.main-banner--outlet .main-banner__slide-img {
    padding-bottom: 120%;
  }

  .outlet-categories {
    margin-bottom: 20px;
  }

  .outlet-catalog__list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .side-controls__slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-controls__slider-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 10px -15px 0;
    z-index: 1;
    width: calc(100% + 30px);
  }

  .side-controls__slider.swiper {
    padding: 15px;
    margin: -15px;
    z-index: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: visible;
  }

  .side-controls__slider.swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product.product--new .product-bottom {
    padding: 10px 10px 12px;
  }

  .product-bottom__header .product-discount {
    position: absolute;
    left: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0;
    font-size: 18px;
  }

  .product-reviews__filters {
    display: block;
  }

  .product-reviews__filters-title {
    margin-bottom: 8px;
  }

  .product-reviews__slider.swiper {
    margin: 0 -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
  }

  .product-reviews__answer {
    margin-left: 20px;
    padding: 15px 15px 12px;
  }

  .infocus .side-controls__slider-main {
    width: calc(100% + 30px);
    z-index: 3;
  }

  .infocus-body {
    padding: 0;
    background-color: transparent;
  }

  .information-body {
    gap: 24px;
  }



  .new-card__title {
    font-size: 24px;
  }

  .new-card__subtitle {
    font-size: 14px;
  }

  .product-compare__nav._tabs-nav > [data-tabs-btn] > span:nth-child(2) {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .product-compare__aside-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-compare__check {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .product-compare__main-slider.swiper {
    padding-bottom: 24px;
  }

  .product-compare__list-item {
    padding: 40px 0 14px;
    font-size: 14px;
  }

  .product-compare__list-item ._tags-list {
    gap: 4px;
  }

  .product-compare__list-item ._tags-list > li {
    padding: 2px 3px;
    font-size: 12px;
  }

  .product-compare__row-label-title {
    font-size: 14px;
  }

  .product-compare__colors > li {
    width: 30px;
    height: 30px;
  }
  .outlet-sidebar > .catalog-filters__bottom{
    margin-bottom: 20px;

  }


  .outlet-catalog__body .catalog-body__sort .catalog-body__sort-title{
    display: block;
  }
  .outlet-catalog__body .catalog-body__header-top .catalog-body__view{
    display: inline-block;
  }
  .outlet-catalog__body .catalog-body__header-top .catalog-body__view .catalog-body__view-btn{
    display: none;
  }

}

@media screen and (max-width: 575.98px) {
  .count-product-store {
    gap: 6px;
    flex-wrap: wrap;
  }
  .count-product-store--text{
    font-size: 19px;
  }
  .count-product-store--logo svg{
    width: 25px;
  }
  .count-product-store--text span {
    font-size: 12px;
  }
  .section-title {
    font-size: 20px;
  }

  .btn.btn--big {
    height: 44px;
    font-size: 14px;
    font-weight: 400;
  }

  .header-logo {
    display: none;
  }

  .modal-menu {
    width: calc(100% - 56px);
  }

  .modal-menu__close.btn-close,
  .modal-menu__back {
    right: -48px;
  }

  .modal-menu__list > li > a {
    padding: 10px 20px 10px 26px;
  }

  .modal-submenu__list {
    padding: 28px 26px;
  }

  .products-slider.products-slider--outlet {
    margin: 0;
    width: 84%;
  }

  .section-2sliders__item .products-slider__wrapper {
    margin: 0;
  }

  .section-2sliders__item.section-2sliders__item--bg {
    padding: 15px;
  }

  ._tags-list {
    gap: 6px;
  }

  ._tags-list > li {
    padding: 3px 4px;
  }

  ._badges-list > li > span {
    width: 24px;
    height: 24px;
  }

  .purple-form__title {
    font-size: 20px;
  }

  .purple-form__text {
    font-size: 14px;
  }

  .outlet-categories__items {
    padding: 30px 16px 10px;
    gap: 20px;
  }

  .outlet-categories__img::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-width: 1px;
  }

  .outlet-categories__img::after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-width: 3px;
  }

  .outlet-categories__img {
    width: 120px;
    height: 120px;
  }

  .outlet-categories__img:not(:last-child) {
    margin-bottom: 8px;
  }

  .outlet-categories__item-title {
    font-size: 20px;
  }

  .outlet-categories__btn.btn svg,
  .outlet-categories__btn.btn img {
    width: 14px;
    height: 14px;
  }

  .outlet-categories__btn.btn {
    max-width: unset;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .outlet-catalog__list .product-instock__quantity svg,
  .outlet-catalog__list .product-instock__quantity img {
    width: 20px;
    height: 20px;
  }

  .outlet-catalog__list .product-instock__quantity > span {
    font-size: 14px;
  }

  .outlet-catalog__list .product.product--new .product-top {
    padding-bottom: 122%;
  }

  .outlet-catalog__list .product.product--new .product-images {
    padding-bottom: 122%;
    top: 0;
    height: 0;
  }

  .product.product--new .product-top {
    padding-bottom: 95%;
  }

  .product.product--new .product-prices {
    padding: 3px 6px;
  }

  .product.product--new .product-price__current {
    font-size: 20px;
  }

  .product.product--new .product-price__old {
    font-size: 11px;
  }

  .product-instock__quantity > span {
    font-size: 18px;
  }

  .product-reviews__nav-btn[data-tabs-btn] {
    font-size: 20px;
  }

  .product-reviews__inner {
    padding-top: 15px;
  }

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

  .product-reviews__main {
    display: block;
  }

  .product-reviews__controls {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-reviews__rating {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    text-align: left;
  }

  .product-reviews__rating > span:nth-child(1) {
    margin: 0;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .product-reviews__rating > span:nth-child(2) {
    margin-top: 3px;
    font-size: 12px;
  }

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

  .product-reviews__body-title {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .product-reviews__photos {
    margin: 0 -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
  }

  .product-reviews__content-top {
    margin: 24px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .product-reviews__content-top > .product-reviews__modal-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: unset;
  }

  .product-reviews__filters {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .product-reviews__item {
    padding: 15px;
  }

  .product-reviews__item-top {
    margin-bottom: 10px;
  }

  .product-reviews__item-content {
    gap: 15px;
  }

  .product-reviews__answer {
    margin-left: 0;
    padding: 10px;
  }

  .product-reviews__answer-avatar {
    width: 36px;
    height: 36px;
  }

  .product-reviews__answer-info {
    font-size: 14px;
  }

  .product-reviews__helpful-text {
    font-size: 16px;
  }
  .information-items .container{
    padding: 0;
  }
  .information-body {
    gap: 20px;
    padding: 0;
  }

  .information-item{
    padding: 20px 8px;
    border-width: 3px;
    font-size: 14px;
  }

  .information-item__icon {
    max-width: 42px;
    height: 26px;
  }

  .information-item__icon {
    max-width: 38px;
    height: 22px;
  }

  .information-item__text {
    font-size: 12px;
  }

  .information-item__text {
    font-size: 10px;
  }

  .new-card__mobile-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  .new-card__prev-link,
  .new-card__next-link {
    font-size: 12px;
  }

  .new-card__prev-link::before,
  .new-card__next-link::before {
    width: 7px;
    height: 7px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .new-card__slider-main.swiper > .product-controls {
    display: block;
  }

  .new-card__slider-badges {
    top: 40px;
  }

  .new-card__slider-badges-item {
    padding: 4px 6px;
    color: #ffffff;
    background-color: #8c76c6;
  }

  .new-card__slider-badges-item > br {
    display: block;
  }

  .new-card__header {
    gap: 20px;
  }

  .new-card__title {
    font-size: 20px;
  }

  .new-card__title:not(:last-child) {
    margin-bottom: 0;
  }

  .new-card__subtitle {
    display: none;
    font-size: 12px;
  }

  .new-card__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .new-card__row:not(:last-child) {
    margin-bottom: 12px;
  }

  .new-card__code {
    font-size: 10px;
  }

  .new-card__code > span > span {
    font-size: 14px;
  }

  .new-card__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    position: absolute;
    top: auto;
    bottom: -52px;
    left: 0;
    font-size: 22px;
    font-weight: 400;
    background-color: #f7f7f7;
  }

  .new-card__color-list > li > a {
    height: 90px;
  }

  .new-card__item-title {
    font-size: 20px;
  }

  .new-card__sizes-btn {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }

  .new-card__sizes-table > a br {
    display: none;
  }

  .new-card__info-list > li {
    padding-bottom: 5px;
    font-size: 14px;
  }

  .new-card__info-list > li:not(:last-child) {
    margin-bottom: 6px;
  }

  .new-card__info-showmore {
    font-size: 12px;
  }

  .new-card__right {
    margin-bottom: 16px;
  }

  .new-card__frame {
    padding: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  .new-card__frame:not(:last-child) {
    margin-bottom: 12px;
  }

  .new-card__prices {
    margin-bottom: 0;
  }

  /*.new-card__price-info {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f3f0f9;
    border: none;
  }

  .new-card__price-info > div {
    padding: 7px 5px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #47337b;
  }

  .new-card__price-info > div:nth-child(1) {
    border-radius: 5px 0 0 5px;
    background-color: #c9bee4;
  }

  .new-card__price-info > div:nth-child(2) > span {
    display: block;
    font-size: 18px;
  }*/
  
  .new-card__price-info--text{
    font-size: 15px;
    white-space: nowrap;
  }
  .new-card__price-info.simple .new-card__price-info--text{
    white-space: none;
  }
  .new-card__price-info--logo svg{
    width: 93px;
  }
  .new-card__price-info .new-card__logo-status{
    padding: 5px 6px;
  }

  .new-card__price-info .new-card__price-info--text-cashback {
    text-align: center;
    font-size: 12px;    
  }

  .new-card__prices-row {
    gap: 6px 16px;
  }

  .new-card__price {
    font-size: 40px;
  }

  .new-card__oldprice-wrapper {
    display: block;
  }

  .new-card__frame-body {
    display: none;
  }

  .new-card__controls {
    padding: 0;
    display: block;
    border: none;
  }

  .new-card__controls:not(:last-child) {
    margin-bottom: 0;
  }

  .new-card__controls-btn-icon {
    margin: 0 4px 0 0;
    width: 30px;
    height: 30px;
  }

  .new-card__controls-col1 {
    display: none;
  }

  .new-card__controls-col2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-card__presentation-btn.btn svg,
  .new-card__presentation-btn.btn img {
    display: none;
  }

  .product-compare__row .product.product--v2 .product-images,
  .product-compare__row .product.product--v2 .product-top {
    padding-bottom: 90%;
  }

  .product-compare__row .product.product--v2 .product-title {
    font-size: 14px;
  }

  .product-compare__row .product.product--v2 .product-price__current {
    font-size: 18px;
  }

  .product-compare__row .product.product--v2 .product-price__old {
    font-size: 10px;
  }

  .product-compare__row .product.product--v2 .product-discount {
    bottom: auto;
    top: 0;
    font-size: 14px;
  }

  .product-compare__aside.product-compare__aside--bottom .product-compare__list-item {
    padding: 10px 0 0;
  }

  .product-compare__aside-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-compare__aside-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-compare__check {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .product-compare__list-item {
    padding: 36px 0 12px;
    font-size: 12px;
  }

  .product-compare__row-label-title {
    font-size: 12px;
  }

  .product-compare__rating > div {
    gap: 4px;
    font-size: 18px;
  }

  .product-compare__rating > a {
    font-size: 12px;
  }
  body .products-slider__section.section{
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .new-card__logo-status{
    flex-direction: column;
    gap: 5px;
  }
  .new-card__price-info.soon .new-card__logo-status{
    flex-direction: row;
  }
  .new-card__price-info--dashed{
    display: none;
  }
  .new-card__price-info.soon .new-card__price-info--dashed{
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .header-search__trigger,
  .header-controls__item:not(:last-child):not(.disable) {
    margin-right: 12px;
  }

  .modal-menu._active-submenu .modal-menu__sidebar {
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }

  .modal-submenu__list {
    width: 90%;
  }

  .modal-submenu__list > li {
    margin-bottom: 22px;
    font-size: 18px;
  }

  .modal-submenu__list > li:first-child {
    font-size: 24px;
  }

  .fancybox-container:has(.purple-form) .fancybox-slide {
    padding: 15px;
  }

  .outlet-catalog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .outlet-catalog__list .product.product--new .product-top,
  .outlet-catalog__list .product.product--new .product-images {
    padding-bottom: 90%;
  }

  .information-body {
    gap: 16px;
  }
  .information-item{
    padding: 13px 2px;
  }
}
@media screen and (max-width: 991px){
  .card-sidebar.full-desc .card-description__content br{
    display: block;
  }
}

@media screen and (max-width: 551px) {
  .card-sidebar.full-desc{
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .card-description__list.dotted-list,
  .card-sidebar.full-desc .card-sidebar__body .card-content__markings > li > .card-content__markings--name,
  .card-sidebar.full-desc .card-sidebar__body .card-description__content
  {
    font-size: 1.5vh;
  }
  .card-sidebar.full-desc .card-sidebar__body .card-description__list-wrapper .card-description__list-title,
  .card-sidebar.full-desc .card-sidebar__body .card-content__title,
  .card-sidebar.full-desc .card-sidebar__body .card-description__title
  {
    font-size: 2.3vh;
  }
}
@media (pointer: fine) {
  .btn.btn--p:hover {
    color: #ffffff;
  }

  .btn.btn--w:hover {
    color: #583f99;
    background-color: #ffffff;
  }

  .my_pagination > .page-numbers > li > a:hover {
    color: #ffe800;
  }

  ._tabs-nav > [data-tabs-btn]:hover {
    color: #583f99;
  }

  .purple-form__checkbox-wrapper > .check-label:hover > .check-txt {
    color: #ffe800;
  }

  .purple-form__file.file > .file-area:hover .file-area__btn {
    color: #000000;
    background-color: #ffe800;
  }

  .outlet-categories__item:not(._active):hover .outlet-categories__img {
    color: #c9bee4;
  }

  .outlet-categories__item:not(._active):hover .outlet-categories__item-title {
    color: #ffe800;
  }

  .product.product--new.product.product--new-v2:has(.product-link:hover) .product-images {
    opacity: 0.85;
  }

  .product.product--big2:hover .product-top > ._bg-lines {
    color: rgba(88, 63, 153, 0.6);
  }

  .section-2sliders__item .products-slider .product-bottom .product-bottom__body,
  .outlet-catalog__list .product--new .product-bottom__body,
  .product-compare__main-slide .product-bottom
  {
    position: relative;
    display: block;
    min-height: 86px;
  }

  .product.product--big2 .product-bottom__body
  {
    display: block;
    min-height: 60px;
  }
  .product.product--big2 .product-bottom:hover{
    width: 100%;
  }
  /*.product.product--big2 .product-bottom:hover .product-prices{   
    margin-left: 20px;
    margin-right: 20px;
  }*/
  .section-2sliders__item .products-slider .product-bottom .product-bottom__body:hover .product-title,
  .outlet-catalog__list .product--new .product-bottom .product-bottom__body:hover .product-title,
  .product.product--big2 .product-bottom__body:hover .product-title,
  .product.product--big2 .product-bottom:hover .product-title,
  .product-compare__main-slide .product-bottom:hover .product-title
  {
    visibility: hidden;
  }
  .section-2sliders__item .products-slider .product--new-v2:hover .product-top > ._bg-lines{
    color: rgba(213, 198, 64, 0.5);
  }

  .product.product--big2:hover .product-bottom::before, .product.product--big2:hover .product-bottom, .product.product--big2:hover .product-controls__btn:first-child > .product-controls__btn-icon {
    background-color: #ffe800;
  }

  .product.product--big2 .product-title::after{
    background-color: #ffe800;
  }
  .product.product--v2:has(.product-link:hover) .product-images {
    opacity: 0.85;
  }

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

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

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

  .product-reviews__photos > a:hover {
    opacity: 0.85;
  }

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

  .product-reviews__helpful-btn:hover:not(._active) {
    color: #583f99;
  }

  .infocus .side-controls__slider-main > .swiper-header-nav > .swiper-button-prev:hover::before,
  .infocus .side-controls__slider-main > .swiper-header-nav > .swiper-button-prev:hover::after,
  .infocus .side-controls__slider-main > .swiper-header-nav > .swiper-button-next:hover::before,
  .infocus .side-controls__slider-main > .swiper-header-nav > .swiper-button-next:hover::after {
    color: #583f99;
  }

  .new-card__prev-link:hover,
  .new-card__next-link:hover {
    color: #583f99;
  }

  .new-card__sliders .swiper .swiper-button-next:hover,
  .new-card__sliders .swiper .swiper-button-prev:hover {
    background-color: #583f99;
  }

  .new-card__slider-thumbs.swiper .new-card__slider-slide:hover {
    opacity: 0.8;
  }

  .new-card__color-list > li > a:hover {
    border-color: #000000;
  }

  .new-card__sizes-btn:hover {
    border-color: #583f99;
  }

  .new-card__sizes-table > a:hover {
    color: #ffe800;
  }

  .new-card__minpromtorg .check-label:hover .check-txt {
    color: #ffe800;
  }

  .new-card__info-showmore:hover {
    color: #ffe800;
  }

  .new-card__logo-btn.btn:hover {
    color: #000000;
  }

  .new-card__controls-btn:hover {
    color: #583f99;
  }

  .product-compare__check:hover {
    background-color: #d4d4d4;
  }

  .product-compare__main-slider-nav .swiper-button-prev:hover,
  .product-compare__main-slider-nav .swiper-button-next:hover {
    background-color: #583f99;
  }

  .product-compare__main-slider-nav .swiper-button-prev:hover::after,
  .product-compare__main-slider-nav .swiper-button-next:hover::after {
    color: #ffffff;
  }

  .product-compare__row-label-delete:hover {
    text-decoration: underline;
  }

  .product-compare__rating > a:hover {
    text-decoration: none;
  }

}

#product-reviews-outlet .product-reviews__nav-btn[data-tabs-btn]
{
  font-size: 21px;

}

.products-slider__section .section-2sliders__item .section-title,
.products-slider__section .section-title,
.video-section .section-title
{
  font-size: 27px;

}

.loading-spinner {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loading-spinner circle {
  stroke: currentColor;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes dash {
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}
.breadcrumbs-wrapper .breadcrumbs-list li {
  font-size: 14px;
}

.breadcrumbs-list > li:last-child span {
  color: #583f99;
}

.breadcrumbs-wrapper .breadcrumbs-list > li::after {
  width: 16px;
  height: 16px;
}

/* End */


/* Start:/local/templates/psk2024/components/bmhouse/comments/stars-full-desc/style.css?165538599610429*/
#bmhouse-comments {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	font-family: Verdana;
	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: 160px;
	background: url('/local/templates/psk2024/components/bmhouse/comments/stars-full-desc/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-comment {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}

#bmhouse-comments .bmhouse-comment.hidden {
	display: none;
}

#bmhouse-comments .bmhouse-comment-left {
	display: inline-block;
	width: 50px;
	vertical-align: top;
}

#bmhouse-comments .bmhouse-comment-left > div {
	width: 50px;
	height: 50px;
	background-color: #f7f7f7;
	/* border: 2px solid #5c2c7d; */
	border: 1px solid #5c2c7d;
	color: #5c2c7d;
	text-align: center;
	border-radius: 30px;
	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% - 80px);
}

#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: 110px;
	background: url('/local/templates/psk2024/components/bmhouse/comments/stars-full-desc/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;
}

@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/bmhouse/comments/stars2025/style.css?165538599610429*/
#bmhouse-comments {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	font-family: Verdana;
	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: 160px;
	background: url('/local/templates/psk2024/components/bmhouse/comments/stars2025/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-comment {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}

#bmhouse-comments .bmhouse-comment.hidden {
	display: none;
}

#bmhouse-comments .bmhouse-comment-left {
	display: inline-block;
	width: 50px;
	vertical-align: top;
}

#bmhouse-comments .bmhouse-comment-left > div {
	width: 50px;
	height: 50px;
	background-color: #f7f7f7;
	/* border: 2px solid #5c2c7d; */
	border: 1px solid #5c2c7d;
	color: #5c2c7d;
	text-align: center;
	border-radius: 30px;
	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% - 80px);
}

#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: 110px;
	background: url('/local/templates/psk2024/components/bmhouse/comments/stars2025/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;
}

@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/bmhouse/comments/reviews_category_outlet_detail_product/style.css?176942119818096*/
/* 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/reviews_category_outlet_detail_product/./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/reviews_category_outlet_detail_product/../img/icons/sprite.svg#play2") center/contain no-repeat;
}

.product-reviews__photos > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  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: 40px;
}

.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__slider .swiper-wrapper{
  align-items: stretch;
}

.product-reviews__item {
  padding: 40px;
  border: 2px solid #e2e2e2;
  border-radius: 5px;  
}
.product-reviews__slider .swiper-wrapper .swiper-slide {
   height: auto;
}

.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;
  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-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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 490px;
}

@media screen and (max-width: 1100px) {
  .product-reviews__body._active {
    display: block;
  }

  .product-reviews__body._minimized .product-reviews__main,
  .product-reviews__body._minimized .product-reviews__content-outlet {
    width: 100%;
  }

  .product-reviews__body.product-reviews__body--questions .product-reviews__content-top {
    margin-top: 0;
  }
  .product-reviews__main {
    margin-bottom: 20px;
    gap: 20px;
  }

  .product-reviews__toggle-btn {
    display: none;
  }

  .product-reviews__modal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-reviews__content-bottom {
    display: block;
  }

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

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

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

  .product-reviews__helpful {
    padding-top: 0;
  }

  .product-reviews__forms {
    display: none;
  }
}
@media  screen and (max-width: 767.98px) {
  .product-reviews__filters {
    display: block;
  }

  .product-reviews__filters-title {
    margin-bottom: 8px;
  }

  .product-reviews__slider.swiper {
    margin: 0 -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
  }

  .product-reviews__answer {
    margin-left: 20px;
    padding: 15px 15px 12px;
  }
}
@media screen and (max-width: 575.98px){
  .product-reviews__body._minimized .product-reviews__item {
    padding: 15px;
  }
  .product-reviews__body-title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .product-reviews__nav-btn[data-tabs-btn] {
    font-size: 20px;
  }

  .product-reviews__inner {
    padding-top: 15px;
  }

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

  .product-reviews__main {
    display: block;
  }

  .product-reviews__controls {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-reviews__rating {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    text-align: left;
  }

  .product-reviews__rating > span:nth-child(1) {
    margin: 0;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .product-reviews__rating > span:nth-child(2) {
    margin-top: 3px;
    font-size: 12px;
  }

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

  .product-reviews__body-title {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .product-reviews__photos {
    margin: 0 -15px;
    padding: 0 15px;
    width: calc(100% + 30px);
  }

  .product-reviews__content-top {
    margin: 24px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .product-reviews__content-top > .product-reviews__modal-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: unset;
  }

  .product-reviews__filters {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .product-reviews__item {
    padding: 15px;
  }

  .product-reviews__item-top {
    margin-bottom: 10px;
  }

  .product-reviews__item-content {
    gap: 15px;
  }

  .product-reviews__answer {
    margin-left: 0;
    padding: 10px;
  }

  .product-reviews__answer-avatar {
    width: 36px;
    height: 36px;
  }

  .product-reviews__answer-info {
    font-size: 14px;
  }

  .product-reviews__helpful-text {
    font-size: 16px;
  }
}
@media (pointer: fine) {
  .product-reviews__body._minimized .product-reviews__toggle-btn:hover {
    color: #583f99;
    background-color: transparent;
  }
}

/* End */


/* Start:/local/templates/psk2024/components/bitrix/system.auth.form/auth_outlet/style.css?1649341109472*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/psk2024/components/bitrix/system.auth.form/auth_outlet/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/psk2024/components/bitrix/system.auth.form/auth_outlet/images/sec-unlocked.png);}

.auth-input{margin: 1rem 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.element/outlet_new/style.css?176960357699018 */
/* /local/templates/psk2024/components/bmhouse/comments/stars-full-desc/style.css?165538599610429 */
/* /local/templates/psk2024/components/bmhouse/comments/stars2025/style.css?165538599610429 */
/* /local/templates/psk2024/components/bmhouse/comments/reviews_category_outlet_detail_product/style.css?176942119818096 */
/* /local/templates/psk2024/components/bitrix/system.auth.form/auth_outlet/style.css?1649341109472 */
/* /local/templates/psk2024/components/bitrix/news.list/main_video/style.css?1658943013970 */
