

/* Start:/local/components/digitalsail/recommended/templates/.default/style.css?17206130997259*/
.recommended-container {
    width: calc(100vw - 40px);
    margin-bottom: 75px;
}
.recommended-container .col-12 {
    padding-right: 0 !important;
}
.recommended-container h2 {
    margin-bottom: 33px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #151515;
}
.recommended-slider {
    overflow: hidden;
    margin: 0;
}
.recommended-item {
    margin: 0 10px;
}

.recommended-item:first-child {
    margin-left: 0;
}

.recommended-item * {
    outline: none !important;
    text-decoration: none !important;
}
.recommended-item-img {
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
}
.recommended-item-img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s;
}
.recommended-item-img > img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    object-fit: cover;
}
.recommended-item-img.second-photo:hover > img:not(.hover) {
    opacity: 0;
}
.recommended-item-img.second-photo:hover > img.hover {
    opacity: 1;
}
.recommended-item-price-cont {
    display: flex;
    align-items: center;
}
.recommended-item-price-wrap span {
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
    color: #151515;
}
.recommended-item-price-wrap span.old {
    margin-right: 26px;
    text-decoration: line-through !important;
    color: #d8d8d8;
    font-size: 10px;
    line-height: 16px;
}
.recommended-item-price-wrap span.new {
    background-color: transparent;
}
.recommended-item-name {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    color: #151515;
}
/* .recommended-item .h2o_add_favor svg path {
    stroke-width: 2px;
    stroke: #fff;
} */
.recommended-item-colors {
    display: flex;
    margin-top: 18px;
}
.recommended-item-colors .color-item {
    width: 23px;
    height: 23px;
    margin-right: 6px;
}

.recommented-item__text-content {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.recommended-item__right-side {
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}

.recommended-item__icon-handpack {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.recommended-item__right-side .t-productItem__wish {
    align-items: flex-start;
}

.slick-list.draggable .slick-track {
    display: flex;
    margin-left: 0;
}

.slick-prev, 
.slick-next {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    padding-top: 0 !important;
    /* border: 3px solid #848484 !important;
    border-radius: 50% !important; */
    background-color: transparent !important;
    outline: none !important;
    transition: transform .5s, opacity .3s linear !important;
	top: 35% !important;
	transform: none !important;
    font-size: 0 !important;
    opacity: .75 !important;
    z-index: 10 !important;
}
.slick-next{
    left: calc(100% - 47px) !important;
}
.slick-prev{
	left: 0 !important;
}
.slick-prev:hover, 
.slick-next:hover { 
    opacity: 1 !important;
    transform: scale(1.2) !important;
}

.slick-prev:before, 
.slick-next:before{
    opacity: .75 !important;
    content: '' !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    background-image: url('/images/slider-arrow.svg') !important;
    background-position: center center !important;
    background-size: contain !important;
}
.slick-prev:before{
    left: 40px !important;
    transform: rotate(180deg) !important;
}
.slick-next:before{
    right: 40px !important;
    transform: rotate(0deg) !important;
}

@media screen and (max-width: 1024px) {
    .recommended-container .row {
        width: calc(100vw - 15px);
        margin: 0 !important;
    }
    .recommended-container .col-12 {
        padding-left: 0 !important;
    }
    .slick-prev:before, 
    .slick-next:before {
        width: 30px !important;
        height: 30px !important;
        left: auto !important;
        right: auto !important;
    }

    .slick-next{
        left: auto !important;
        right: 20px !important;
    }
    .slick-prev{
        left: 0px !important;
    }
}

@media screen and (max-width: 991px) {
    .recommended-container {
        margin-top: 0;
        margin-bottom: 35px;
        font-size: 20px;
        line-height: 23px;
    }

    .recommended-container h2 {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }
    .recommended-item {
        margin: 0 11px;
    }

    .recommented-item__text-content {
        margin-top: 10px;
    }

    .recommended-item-price-wrap span.old {
        margin-right: 15px;
    }

    .recommended-item-name {
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
    }

    .recommended-item-price-wrap span {
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
    }
    .recommended-item .h2o_add_favor {
        /* margin-top: 16px; */
        text-align: center;
    }
    .recommended-item-colors {
        justify-content: center;
    }
    .recommended-item-colors .color-item {
        margin: 0 3px;
    }
}

@media (max-width: 767px) {
    .recommended-slider {
        overflow: visible;
    }
    .slick-next{
        top: -40px !important;
        right: 0px !important;
    }
    .slick-prev{
        top: -40px !important;
        left: auto !important;
        right: 30px !important;
    }

    .slick-prev:before, 
    .slick-next:before {
        width: 25px !important;
        height: 25px !important;
    }

    .recommended-container .t-productItem__wish:hover::after {
        display: none;
    }

    .recommended-item-img img:not(.hover) {
        opacity: 1 !important;
    }
    .recommended-item-img img.hover {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .recommended-container {
        margin-top: unset;
        margin-bottom: 40px;
    }
    .recommended-container h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .recommended-item {
        margin: 0 5px;
    }
    .recommended-item-price-cont {
        justify-content: space-between;
    }
    .recommended-item-price-cont .h2o_add_favor {
        margin: 0;
    }
    .recommended-item-price-cont .h2o_add_favor svg {
        width: 17px;
        height: 16px;
    }
    .recommended-item-price-cont .h2o_add_favor svg path {
        stroke-width: 2px;
    }
    .recommended-item-price-wrap span {
        font-size: 12px;
    }
    .recommended-item-price-wrap span.old {
        display: none;
    }
    .recommended-item-price-wrap span.new {
        background-color: unset;
    }
    .recommended-item-name {
        margin-top: 10px;
        font-size: 10px;
        text-align: left;
    }
    .recommended-item-colors {
        justify-content: flex-start;
        margin-top: 14px;
    }
    .recommended-item-colors .color-item {
        width: 20px;
        height: 20px;
        margin: 0 8px 0 0;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/.default/style.css?175143703980151*/
.container {
  max-width: none !important;
  width: 100% !important;
  padding: 20px !important;
}

.t-product-color__item.notallowed {
  display: none;
}

.t-product-buy {
  flex-direction: column;
  align-items: flex-start;
}

.product-item-info__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.product-item-info__buttons button {
  flex: 1 1 calc(50% - 10px) !important;
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 9.5px 20px !important;
  line-height: normal !important;
}

.product-item-info__buttons button span {
  text-wrap: nowrap;
}

.t-product__buy.t-product-buy button.t-btn {
  font-weight: normal;
}

.t-product__buy.t-product-buy button.t-btn.hollow {
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
}

.product-section {
  position: relative;
  margin-top: 160px;
  margin-bottom: 90px;
}

.product-section__breadcrumbs {
  z-index: 9999;
  position: absolute;
  top: -65px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.product-section__breadcrumbs--back {
  margin-right: 20px;
}

.product-section__breadcrumbs-list {
  display: flex;
  align-items: center;
}

.product-section__breadcrumbs-item {
  font-weight: 200;
  font-size: 12px;
  line-height: 15px;
  color: #151515;
  text-transform: uppercase;
}

.product-section__breadcrumbs-item:hover {
  font-weight: 500;
}

.product-section__breadcrumbs-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #151515;
}

.product-item-back {
  /* position: absolute; */
  top: 0;
  right: 100%;
  display: inline-block;
  margin-right: 20px;
  width: max-content;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 23px;
  color: #848484;
  margin-bottom: 27px;
}

.product-item-container {
  position: relative;
}

.product-item-container.hover {
  z-index: 17;
}

.product-item {
  display: block;
  box-sizing: border-box;
  padding: 15px 0 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
}

.product-item-line-card .product-item {
  width: auto !important;
  border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
  .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
    clear: both;
  }
}

.bx-retina .product-item {
  border-width: 0.5px;
}

.product-item * {
  transition: opacity 300ms ease;
}

@media (max-width: 767px) {
  .product-item {
    padding: 15px 5px 5px;
  }

  .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
    clear: both;
  }
}

.bx-no-touch .product-item-container.hover .product-item {
  position: absolute;
  right: -15px;
  left: -15px;
  padding: 15px 15px 0;
  width: auto;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}

.bx-touch .product-item {
  padding: 15px 0 0;
  width: auto;
  background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
  -webkit-animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
  0% {
    position: absolute;
    left: -15px;
    right: -15px;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    border: 1px solid transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
  }
}

/*Image*/
.product-item-image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 116%;
  width: 100%;
  transition: all 300ms ease;
}

.product-item-image-wrapper:hover {
}

.product-item-container.hover.product-item-scalable-card
.product-item-image-wrapper {
  padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
}

.product-item-image-original {
  z-index: 11;
}

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
  opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  display: block;
}

.product-item-image-slider-slide-container > .active {
  left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container > .next {
  left: 100%;
}

.product-item-image-slider-slide-container > .prev {
  left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f42c2c;
  opacity: 0.8;
}

.product-item-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover
.product-item-label-text.product-item-label-small
span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover
.product-item-label-text.product-item-label-big
span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
  padding: 5px 17px;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover
  .product-item-label-text.product-item-label-small
  span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover
  .product-item-label-text.product-item-label-big
  span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}

/*RING*/
.product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover
.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover
.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
  width: 120px;
  height: 120px;
  font-size: 42px;
  line-height: 120px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover
  .product-item-label-ring.product-item-label-small {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover
  .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}

.product-item-label-top {
  top: -5px;
}

.product-item-label-center {
  left: 50%;
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: -5px;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: -5px;
}

.product-item-label-middle {
  top: 50%;
  transform: translateY(-50%);
}

.product-item-label-right {
  right: -5px;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
  overflow: auto;
  white-space: normal;
}

.product-item-title a {
  color: #3f3f3f;
  text-decoration: none;
  font-size: 13px;
}

.product-item-big-card .product-item-title a {
  font-size: 21px;
}

.product-item-line-card .product-item-title a {
  font-size: 20px;
}

/*Price*/
.product-item-price-container {
  margin: 5px 0 10px;
}

.product-item-price-current {
  color: #3f3f3f;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
}

.product-item-price-old {
  color: #a5a5a5;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.product-item-big-card .product-item-price-container {
  margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
  font-size: 18px;
}

.product-item-big-card .product-item-price-old {
  font-size: 15px;
}

/*Info*/
.product-item-line-card .product-item-info-container {
  text-align: center;
}

.product-item-info-container {
  margin-bottom: 8px;
}

.product-item-info-container-title {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

.bx-no-touch
.product-item-container
.product-item-info-container.product-item-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
  display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch
.product-item-container.hover
.product-item-info-container.product-item-hidden,
.product-item-line-card
.product-item-container
.product-item-info-container.product-item-hidden {
  display: block;
  opacity: 1;
}

/*Amount*/
.product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}

.product-item-amount-field-container {
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
  no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
  no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 50px;
  width: auto;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: 0.5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.product-item-amount-description-container {
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
  display: block;
}

.product-item-big-card .product-item-amount-field-container {
  text-align: left;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

/*Properties */
.product-item-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  color: #a5a5a5;
  font-size: 12px;
}

.product-item-properties dl {
  clear: both;
}

.product-item-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}

.product-item-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #000;
}

/*Compare*/
.product-item-compare-container {
  position: relative;
  display: none;
  margin: 0 -15px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e6e6e6;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eee;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.bx-touch .product-item-compare-container {
  display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
  display: block;
}

.product-item-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* SCU */
.product-item-detail-info-container {
  margin-bottom: calc(30px / 2);
}

.product-item-scu-container {
  padding: 0 0 2px;
}

.product-item-scu-container-title {
  color: #333;
  font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 25px;
}

.product-item-scu-list span,
.product-item-scu-block span {
  display: inline-block;
  width: 100%;
  max-width: 68px;
  margin-right: 20px;
  font-weight: 200;
  font-size: 12px;
  line-height: 14px;
  color: #151515;
  text-transform: uppercase;
}

span.product-item-scu-list__name._mobile {
  display: none;
}

.product-item-scu-item-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  overflow: initial;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  display: block;
  box-sizing: content-box;
  max-width: 100%;
}

.product-item-scu-item-color-container {
  position: relative;
}

.product-item-scu-item-color-container:hover:after {
  content: attr(data-title);
  position: absolute;
  top: -22px;
  left: 0;
  display: block;
  width: fit-content;
  padding: 0 10px;
  background-color: #D3D3D3;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  color: #151515;
  text-wrap: nowrap;
}

.product-item-scu-item-text-container {
  min-width: 32px;
}

.product-item-scu-item-color-container {
  /* max-width: 38px;  */
  width: 25%;
}

.product-item-scu-item-color-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bx-no-touch .product-item-scu-item-color-block {
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected
.product-item-scu-item-color-block {
  /* outline-width: 2px; */
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.product-item-scu-item-color {
  /* position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
  display: block;
  width: 100%;
  height: 100%;
  position: unset !important;
}

.product-item-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected
.product-item-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product-item-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
}

.product-item-scu-item-color-container.notallowed
.product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed
.product-item-scu-item-text-block {
  position: relative;
  outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed
.product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed
.product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75)
  url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=)
  no-repeat center;
  background-size: 80% 80%;
  content: "";
}

@media (max-width: 991px) {
  .product-item-line-card .product-item-scu-container-title {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-list {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-color-container,
  .product-item-line-card .product-item-scu-item-text-container {
    display: inline-block;
    float: none;
  }
}

/*Description*/
.product-item-description-container {
}

.product-item-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
  text-align: center;
}

.product-item-button-container .btn {
  margin-bottom: 2px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
  display: block;
}

.product-item-sticker {
  justify-content: center;
  pointer-events: none;
  padding: 4px;
  left: 96px;
  text-align: center;
  min-width: 60px;
}

/*More*/
.product-item-more-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 300ms ease;
}

.product-item-more-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 116%;
  width: 100%;
}

.product-item-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3
  url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==)
  no-repeat center;
  background-size: 50%;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
  opacity: 1;
}

.product-item-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green
.product-item-scu-item-text-container.selected
.product-item-scu-item-text-block,
.bx-green
.product-item-scu-item-color-container.selected
.product-item-scu-item-color-block {
  outline-color: #000000;
  outline-width: 1px;
}

.product-item-scu-item-color-container {
}

.product-item-scu-item-color-container.selected {
  border: 0.75px solid #000000;
}

.product-item-scu-item-color-container.selected
.product-item-scu-item-color-block {
}

.product-item-scu-item-color-block {
  outline: 0px;
}

.select2-results .notallowed {
  display: none;
}

.remnants__check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/local/templates/main/components/bitrix/catalog.element/.default/images/check.svg") no-repeat center center / contain;
}

.t-product__buy .phonexx,
.t-product__buy .flag-container {
  height: 40px !important;
}

.intl-tel-input .country-list {
  z-index: 4 !important;
}

.select2-container {
  min-width: 50px;
  width: 100% !important;
  /* max-width: 300px; */
}

.select2-container .select2-selection--single {
  height: 60px !important;
}

.select2-selection {
  padding-top: 15px;
  padding-bottom: 15px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}

.availability {
  display:none;
  font-size: 16px;
  color: #333;
}

li.select-size[data-available="false"],
li.select2-results__option[data-available="false"] {
  display: none;
}

.t-product__buy.t-product-buy button {
  background-color: #000;
}

.t-product__buy.t-product-buy button:disabled {
  background-color: #bbb;
}

.t-product__code {
  font-size: calc(16px - 20%);
  font-weight: 300;
  color: #848484;
  margin: 0 0 6px;
  line-height: 30px;
}

.product-item-message {
  position: relative;
  width: 220px;
  margin: 20px 0;
  padding-left: 25px;
  font-size: 13px;
  line-height: 17px;
  color: #afb0b3;
}

.product-item-message:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 44px;
  background-image: url(/local/templates/main/components/bitrix/catalog.element/.default/images/excl.svg);
  background-size: cover;
}

span.product-item-price {
  margin-right: 20px;
  font-size: calc(30px - 40%);
  font-weight: 400;
  line-height: 36px;
  color: #151515;
}

span.product-item-price.old {
  margin-right: 0;
  font-weight: 200;
  font-size: calc(20px - 20%);
  line-height: 24px;
  text-decoration-line: line-through;
  text-decoration-thickness: 0.1rem;
  color: #151515;
}

span.product-item-price.old ~ span.product-item-price:nth-child(2) {
  /* padding: 4px 7px; */
  /* background-color: #f1d2ce; */
}

.product-item-price-info {
  display: flex;
  align-items: baseline;
}

.product-item-discount-info {
  /*align-self: flex-end;*/
  margin-bottom: 0;
}

span.product-item-discount-size {
  display: inline-block;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: #151515;
  background-color: #d3d3d3;
}

.product-item-discount-info span.product-item-discount-name {
  background-color: #333;
  color: #fff;
  display: none;
}

.product-item-detail-properties table,
.product-item-detail-properties table tr,
.product-item-detail-properties table td {
  border: none !important;
}

.product-item-detail-properties table tr {
  border-bottom: 1px solid #afb0b3 !important;
}

.product-item-detail-properties table td {
  padding: 18px 10px;
}

@media (max-width: 1200px) {
  .product-item-detail-properties table td {
    padding: 15px 5px 15px 0px;
    font-size: 12px;
  }
}

.t-product-remnats__table,
.t-product-remnats__table tr,
.t-product-remnats__table td {
  border: none !important;
}

.t-product-remnats__table tr {
  border-top: 1px solid #afb0b3 !important;
  border-bottom: 1px solid #afb0b3 !important;
}

.t-product-remnats__table td {
  padding: 18px !important;
}

.t-product__mobile-slider {
  width: 100%;
  margin-bottom: 36px;
}

.t-images_big .t-images__img {
  margin-bottom: 14px;
  padding-bottom: 135%;
  overflow: hidden;
}

.t-images_big .t-images__img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-images_big .t-images__img.video_item {
  /*padding-bottom: 75%;*/
  padding-bottom: 0;
  height: max-content;
}

.t-images_big .t-images__img.video_item video {
  /*position: absolute;*/
  position: unset;
  top: 0;
  left: 0;
  width: 100%;
}

.t-product-color__item {
  width: 18px;
  min-height: 18px;
  max-height: 18px;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  transition: all 0.2s;
}

.t-product-color__item.selected,
.t-product-color__item._white {
  border: 1px solid #000000;
}

.t-product-color__item._white .product-item-scu-item-color-block {
  border: 0.75px solid #000000;
}

.t-product-color__item.selected .product-item-scu-item-color-block {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
}

.product-item-scu-list .product-item-scu-list__picked-color {
  margin-right: 0;
  font-weight: 200;
  font-size: 10px;
  line-height: 14px;
  text-transform: none;
  text-wrap: nowrap;
}

.product-wishlist.h2o_add_favor svg {
  /* width: 18px;
	height: 16px; */
}

.product-wishlist {
  cursor: pointer;
}

.product-wishlist p {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  padding-left: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0px !important;
}

.t-product-buy .product-wishlist {
  align-self: center;
  margin-bottom: 10px;
}

.product-wishlist.h2o_add_favor path {
  stroke: #333;
  stroke-width: 1px;
}

.product-container {
  display: flex;
}

.product-info {
  width: 33.33%;
  padding: 0 0 0 20px;
  position: relative;
  flex: 1;
}

.product-info .sticky-container {
  position: sticky;
  top: 80px;
}

.product-info h1 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
}

.product-images {
  width: 66.66%;
  height: 100%;
  min-height: 200vh;
}

.product-item-detail-slider-images-container {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  flex: 1;
}

/* new scrollbar style for product-item-detail-slider-images-container (task/495) */
.product-item-detail-slider-images-container::-webkit-scrollbar {
  width: 10px;
  height: 0px;
  background: transparent;
}

.product-item-detail-slider-images-container::-webkit-scrollbar-thumb {
  background: rgba(21, 21, 21, 0.25);
  border-radius: 10px;
}

.product-item-detail-slider-image {
  width: 100%;
}

.product-item-labels {
  margin-bottom: calc(30px / 2);
  margin-right: auto;
}

@media (max-width: 767px) {
  .product-item-labels {
    margin-bottom: 0;
  }
}

.product-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  animation: fade 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.product-share-wrap > div {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-share-wrap > div svg {
  transition: transform 0.5s;
}

.product-share-wrap > div:hover svg {
  transform: scale(1.2);
}

.product-share-wrap .product-wishlist {
  font-size: 16px;
  line-height: 21px;
}

.product-share-wrap > div > span {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.t-images__img.video_item:not(.product-item-detail-slider-image) {
  position: relative;
}

.t-images__img.video_item:not(.product-item-detail-slider-image):after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("/local/templates/main/components/bitrix/catalog.element/.default/images/play_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.product-page-right-aside-window {
  position: fixed;
  top: 0%;
  right: -100%;
  padding: 5% 8%;
  /* transform: translate(-50%, -50%); */
  max-width: 720px;
  width: calc(100vw - 20px);
  height: 100vh;
  opacity: 1;
  letter-spacing: 0.005em;
  transition: right 0.4s;
  /* visibility: hidden; */
  background-color: #fff;
  box-shadow: 0px 0 5px 5px rgb(0 0 0 / 15%);
  overflow: hidden;
  overflow-y: auto;
  z-index: 100001;
}

.product-page-right-aside-window .close {
  position: sticky;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 26px;
  font-size: 26px;
  color: #000;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1;
}

.product-page-right-aside-window .close:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  transform: rotate(45deg);
}

.product-page-right-aside-window .close:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  transform: rotate(-45deg);
}

.product-page-right-aside-window p {
  margin: 0;
}

.product-page-right-aside-window > .wrap {
  padding: 0px;
}

.product-page-right-aside-window h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

.product-page-right-aside-window .window-top {
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
}

.product-page-right-aside-window .window-top p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
}

.product-page-right-aside-window .window-top p:last-child {
  font-size: 14px;
}

.product-page-right-aside-window .window-product {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
}

.product-page-right-aside-window .window-bottom {
  margin-top: 25px;
}

.product-page-right-aside-window .window-product-picture-wrap {
  margin-right: 20px;
}

.product-page-right-aside-window .product-request-picture {
  width: 95px;
}

.product-page-right-aside-window .product-request-name {
  margin-bottom: 11px;
}

.product-page-right-aside-window .product-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #171717;
}

.product-page-right-aside-window .window-product-props-wrap .form-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #414141;
}

.product-page-right-aside-window .window-product-props-wrap .form-label > span {
  margin-right: 23px;
}

.product-page-right-aside-window .product-color {
  width: 23px;
  height: 23px;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  object-fit: cover;
}

.product-page-right-aside-window .product-color img {
  width: 100%;
  height: 100%;
}

.product-page-right-aside-window .product-size select {
  font-size: 16px;
  font-weight: bold;
}

.product-page-right-aside-window .product-request-price .product-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-page-right-aside-window .product-request-price .product-price > span {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #414141;
}

.product-page-right-aside-window
.product-request-price
.product-price
> span.new {
  margin-right: 20px;
  padding: 0 8px 0px 0px;
  /* background-color: #e9cbc6; */
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.product-page-right-aside-window
.product-request-price
.product-price
> span.old {
  font-size: 14px;
  color: #969696;
  text-decoration: line-through;
}

.product-page-right-aside-window strong {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #414141;
  text-transform: uppercase;
}

input[type="radio"].custom ~ svg {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0;
  margin-right: 4px;
}

input[type="radio"].custom ~ svg circle {
  stroke: #333;
}

input[type="radio"].custom ~ svg path {
  fill: #333;
}

input[type="radio"].custom:disabled ~ svg {
  filter: grayscale(1);
}

input[type="radio"].custom:not(:checked) ~ svg > path {
  display: none;
}

.product-page-right-aside-window .radio-name {
  font-size: 16px;
  font-weight: normal;
  color: #414141;
  font-weight: 700;
}

.product-page-right-aside-window .window-fields .form-group {
  display: flex;
  flex-wrap: wrap;
}

.product-page-right-aside-window .window-fields .form-group:first-child {
  margin-bottom: 13px;
}

.product-page-right-aside-window .window-fields .form-group.request-name {
  display: none;
}

.product-page-right-aside-window .window-fields label {
  width: 33.333%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.request-tel {
  margin-top: 20px;
}

.request-tel strong {
  margin-bottom: 10px;
}

.product-page-right-aside-window input[type="tel"],
.product-page-right-aside-window input[type="email"] {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  color: #414141;
  outline: none;
}

.product-page-right-aside-window input[type="tel"] {
  padding: 19px 13px;
  width: 100%;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  outline: none;
}

.product-page-right-aside-window .request-submit-prefix {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #484848;
  display: none;
}

.product-page-right-aside-window button[type="submit"] {
  margin-bottom: 15px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 0;
  transition: background-color 0.5s;
  outline: none;

  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  background-color: #000000;
  margin: 16px 0px;
  outline: none;
  border: none;
}

.product-page-right-aside-window button[type="submit"]:disabled {
  background-color: #bdbdbd;
}

.product-page-right-aside-window .request-submit-postfix {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #929292;
  text-align: center;
}

.product-page-right-aside-window .request-submit-postfix a {
  color: #333;
  text-decoration: underline;
}

.product-page-right-aside-window .product-request-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.product-page-right-aside-window .product-request-message-icon {
  width: 55px;
  height: 55px;
  background: url("/images/flower.svg") center center / cover no-repeat;
  margin-bottom: 40px;
}

.product-page-right-aside-window .product-request-message strong {
  display: block;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #000;
}

.product-page-right-aside-window .product-request-message p {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #111;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .product-page-right-aside-window {
    max-width: 920px;
  }
}

@media screen and (min-width: 2400px) {
  .product-page-right-aside-window {
    max-width: 1080px;
  }
}

@media screen and (max-width: 1280px) {
  .product-container {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container.w100 {
    max-width: unset !important;
    padding: 0 !important;
  }

  .product-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*overflow: hidden;*/
  }

  .product-item-back {
    right: calc(100% - 19%);
  }

  .product-container {
    display: flex;
    flex-direction: column;
  }

  .tp-slider.slick_sl {
    margin: 0 -19% 0 19%;
  }

  .slick_sl .product-item-detail-slider-image {
    margin: 0 30px 0 0;
  }

  .tp-slider.slick_sl .product-item-detail-slider-image .img-wrap {
    position: relative;
    height: 100%;
    padding-bottom: 150%;
    overflow: hidden;
  }

  .tp-slider.slick_sl .product-item-detail-slider-image .img-wrap img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .product-info {
    width: auto;
    margin: 0;
  }

  .t-product-color__item:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 769px) {
  .product-container {
    padding: 0;
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .product-section {
    margin-top: 108px;
    margin-bottom: 50px;
  }

  .product-item-back {
    /* display: none; */
  }

  .t-product__mobile-slider {
    margin-left: unset;
    overflow: visible;
  }

  .tp-slider.slick_sl {
    margin: 0 -15px;
  }

  .slick_sl,
  .slick_sl .product-item-detail-slider-image {
    height: calc(100vh - 108px);
    margin: 0;
  }

  .slick_sl .product-item-detail-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-item-discount-info.mobile {
    margin-bottom: 15px;
  }

  span.product-item-price,
  span.product-item-price.old {
    padding: 0;
    /* font-size: 14px; */
  }

  span.product-item-price.new {
    padding: 0 4px;
  }

  .product-item-scu-item-list {
    margin-top: 10px;
  }

  .t-product-color__item {
    /* width: 24px;
    	height: 24px; */
    margin-right: 14px;
  }

  .t-product-remnats__table tr {
    border-top: none !important;
    border-bottom: none !important;
  }

  .t-product-remnats__table td {
    padding: 12px !important;
  }

  .product-share-wrap {
    display: flex;
    justify-content: center;
    /* margin-top: 20px; */
  }

  .product-share-wrap > div {
    padding: 10px;
    /* border: 1px solid #333; */
  }

  .product-share-wrap > div:first-child {
    margin-right: 5px;
  }

  .product-share-wrap > div:last-child {
    margin-left: 5px;
  }

  .product-share-wrap > div > span {
    width: unset;
    height: unset;
  }

  .product-item-back {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-item-buy-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100vw;
    z-index: 101;
    height: 60px;
  }
}

@media screen and (max-width: 575px) {
  .product-item-detail-tab-content table {
    font-size: 14px;
  }

  .product-page-right-aside-window .window-top p {
    line-height: 16px;
  }

  .product-page-right-aside-window .product-request-picture {
    width: 70px;
  }

  .product-page-right-aside-window .product-request-name {
    margin-bottom: 5px;
  }

  .product-page-right-aside-window .product-name {
    font-size: 14px;
    line-height: 20px;
  }

  .product-page-right-aside-window .product-request-size select {
    padding: 1px 10px;
  }

  .product-page-right-aside-window
  .product-request-price
  .product-price
  > span.new {
    font-size: 16px;
  }

  .product-page-right-aside-window .window-fields label {
    width: 100%;
    margin-bottom: 1rem;
  }

  .product-page-right-aside-window
  .window-fields
  .request-field-tab-radio-wrap
  label {
    width: 50%;
  }

  .product-page-right-aside-window .request-submit-postfix {
    line-height: 16px;
  }

  .product-item-detail-info-container {
    margin-bottom: 25px;
  }

  .product-info h1 {
    font-size: 18px;
    line-height: 23px;
  }

  .t-product__code {
    margin: 0px 0px 8px;
  }
}

.t-images_small .t-images__img.active {
  position: relative;
}

.t-images_small .t-images__img.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(103, 103, 103, 0.4);
}

.product-item-content-under-selector {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  opacity: 0;
  z-index: -1000;
}

.right-menu-item {
  margin-bottom: 8px;
}

/* Подели */

.popup podeli {
  display: none;
}

.ds-catalog-podeli-widget {
}

.ds-catalog-podeli-widget .price__row {
  display: flex;
  justify-content: space-between;
}

.ds-catalog-podeli-widget .logo {
  display: flex;
}

.ds-catalog-podeli-widget .logo__description {
  margin-right: 10px;
}

.ds-catalog-podeli-widget .prices {
  font-size: 18px;
  font-weight: 500;
}

.podeli_widget .wrap {
  padding-top: 10px;
  padding-left: 0px;
}

.catalog-element-desktop-slider {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #0f0f0f66;*/
}

.catalog-element-desktop-slider-substrate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0f0f0f66;
}

.slider-desktop-window {
  position: relative;
  overflow: hidden;
  width: 622px;
  height: calc(100vh - 144px);
  touch-action: none;
}

.catalog-element-desktop-slider-wrapper {
  display: flex;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.product-item-detail-slider-image._body {
  max-width: 622px;
  min-width: 622px;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.product-item-detail-slider-image._body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-element-desktop-slider-close-btn {
  position: absolute;
  top: 72px;
  left: calc(50% + 311px + 20px);
  cursor: pointer;
}

.slider-desktop-window-arrow-icon {
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  cursor: pointer;
}

.slider-desktop-window-arrow-icon._left {
  top: calc(50% - 17px);
  left: 20px;
  right: auto;
  transform: rotate(180deg);
}

.product-item__mobile-slider {
  overflow: hidden;
  position: relative;
  top: -72px;
  left: -20px;
  width: 100vw;
}

.mobile-product-slider {
  width: 100vw;
  top: -72px;
  margin-left: -15px;
}

.mobile-product-slider img,
.mobile-product-slider video {
  width: 100%;
  height: 100%;
  min-height: 60svh;
  object-fit: contain;
  object-position: center center;
  cursor: pointer;
}

.mobile-product-slider-parent {
  position: relative;
  min-height: 60svh;
}

.mobile-product-slider-dots {
  bottom: calc(35px + 72px);
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 1;
}

.mobile-product-slider .slick-prev,
.mobile-product-slider .slick-next
{
  display: none!important;
}

.mobile-product-slider-dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  gap: 20px;
}

.mobile-product-slider-dots .slick-dots li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 1px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}

.mobile-product-slider-dots .slick-dots li.slick-active {
  background-color: #ffffff;
}

.mobile-product-slider-dots .slick-dots li button {
  width: 100%;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  opacity: 0;
}

.mobile-slider__wrapper {
  display: flex;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.mobile-slider__wrapper img {
  width: 100%;
  max-width: 100vw;
  min-width: 100vw;
  height: 670px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
}

.mobile-slider__pagination {
  position: absolute;
  display: flex;
  width: calc(100vw - 30px);
  left: 15px;
  right: 15px;
  bottom: 20px;
}

.mobile-slider__pagination-item {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: none;
}

.mobile-slider__pagination-item div {
  width: 100%;
  height: 2px;
  background-color: #ffffff4d;
  border: none;
}

.mobile-slider__pagination-item._active div {
  background-color: #ffffff;
}

.mobile-slider__pagination-item:focus {
  outline: none;
}

.mobile-slider__pagination-item:not(:last-child) {
  margin-right: 20px;
}

.catalog-element-mobile-slider {
  overflow: hidden;
  z-index: 1000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

.catalog-element-mobile-slider__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.catalog-element-mobile-slider__wrapper .mobile-product-slider {
  height: 100vh;
  height: 100dvh;
  margin: 0 !important;
  top: 0px !important;
}

.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-prev,
.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-next
{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  width: 40px;
  height: 40px;
}

.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-prev.slick-arrow::before,
.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-next.slick-arrow::before {
  width: 40px!important;
  height: 40px!important;
}


.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-prev {
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-next {
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-list,
.catalog-element-mobile-slider__wrapper .mobile-product-slider .slick-list .slick-track
{
  height: 100%;
}

.catalog-element-mobile-slider__wrapper img,
.catalog-element-mobile-slider__wrapper video {
  width: 100%;
  min-width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.catalog-element-mobile-slider-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000000;
}

.dummy {
  height: 100vh;
  width: 100vw;
  background: #d5d5d5;
}

.slider-mobile-arrow-icon {
  position: absolute;
  top: 50%;
  right: 16px;
}

.slider-mobile-arrow-icon._left {
  top: calc(50% + 3px);
  left: 16px;
  right: auto;
  transform: rotate(180deg);
}

.labels {
  display: flex;
  align-items: center;
}

.labels__item {
  font-weight: 200;
  font-size: 12px;
  line-height: 14px;
  color: #151515;
  text-transform: uppercase;
}

.labels__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #151515;
  vertical-align: middle;
}

.product-item-info__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.product-item-info__head h1 {
  font-size: calc(20px - 20%);
  font-weight: 400;
  margin-right: auto;
}

.product-item-info__share-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.share-icon__icon {
  cursor: pointer;
}

.product-item-info__share-icon:hover svg path,
.product-item-info__share-icon:active svg path,
.product-item-info__share-icon:focus svg path {
  stroke-width: 1.5px;
}

.product-item-info__share-icon:hover::after {
  content: "Поделиться";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  display: block;
  transform: translateX(-50%);
  padding: 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  background-color: #d3d3d3;
}

.t-productItem__wish {
  position: relative;
  cursor: pointer;
}

.t-productItem__wish:hover::after {
  content: "В избранное";
  position: absolute;
  top: -20px;
  left: 50%;
  display: flex;
  flex-wrap: nowrap;
  transform: translateX(-50%);
  padding: 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  background-color: #d3d3d3;
  text-wrap: nowrap;
}

.share-icon-window-wrapper {
  z-index: 100000;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #0f0f0f66;
}

.share-icon__side-window {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  transform: translateX(495px);
  max-width: 495px;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  padding: 70px 20px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.share-icon__side-window._open {
  transform: translateX(0);
}

.share-icon__close-window {
  position: absolute;
  top: 18px;
  right: 33px;
  outline: none;
  border: none;
  background-color: #fff;
}

.share-icon__title {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #151515;
  text-transform: uppercase;
}

.share-icon__description {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #151515;
}

.share-icon__link-item {
  cursor: pointer;
}

.share-icon__link-item:not(:last-child) {
  margin-bottom: 20px;
}

.share-icon__link {
  display: flex;
  align-items: flex-end;
}

.share-icon__social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.share-icon__social-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.share-icon__link-item:hover:not(:last-child) svg {
  fill: #151515;
}

.share-icon__link-item:hover:not(:last-child) svg path {
  stroke: #ffffff;
}

.share-icon__link-item:hover .share-icon__social-name {
  text-decoration: underline;
}

.share-icon__copyboard-message {
  display: none;
  margin-left: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
}

.share-icon__copyboard-message._show {
  display: inline-block;
}

.product-item-head {
  display: flex;
  align-items: center;
}

div.t-product__price {
  /* margin-bottom: calc(60px / 2.5); */
  display: flex;
  align-items: center;
}

.product-item__sizes {
  margin-bottom: calc(60px / 2.5);
}

.sizes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: flex-end;
}

.sizes__name {
  max-width: 68px;
  width: 100%;
  margin-right: 20px;
  font-weight: 200;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #151515;
}

.sizes__items-sizes {
  display: flex;
  margin: 0;
  margin-right: auto;
  list-style-type: none;
  gap: 11px;
}

.sizes__items-sizes li {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #151515;
  cursor: pointer;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.03em;
  padding: 0px 7px;
}

.sizes__items-sizes li::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: calc(100% - 1px);
  background: #D3D3D3;
  z-index: -1;
  opacity: 0%;
  transition: opacity 0.3s ease-in-out;
}

.sizes__items-sizes li.selected::before {
  opacity: 100%;
}

.sizes__items-sizes li:nth-child(1 of [data-available="true"]) {
  margin-left: 0;
  transition: margin-left 0.3s ease-in-out;
}

.sizes__items-sizes li:nth-child(1 of [data-available="true"]):not(.selected) {
  margin-left: -7px;
}

.sizes__table-sizes {
  margin-left: 10px;
}

.table-sizes {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.table-sizes._mobile {
  margin-top: 15px;
  margin-left: 0;
}

.table-sizes:hover .table-sizes__name {
  font-weight: 500;
}

.table-sizes__icon {
  margin-right: 10px;
}

.table-sizes__name {
  font-weight: 200;
  font-size: 10px;
  line-height: 14px;
  color: #151515;
}

.modal-window-sizes,
.modal-window-shops {
  z-index: 100000;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #0f0f0f66;
}

.modal-window-sizes__modal,
.modal-window-shops__modal {
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  transform: translateX(653px);
  max-width: 653px;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  padding: 70px 20px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.modal-window-sizes._open .modal-window-sizes__modal,
.modal-window-shops._open .modal-window-shops__modal {
  transform: translateX(0);
}

.modal-window-sizes__close-window,
.modal-window-shops__close-window,
.modal-window-picker-size__close-window {
  position: absolute;
  top: 18px;
  right: 33px;
  outline: none;
  border: none;
  background-color: #fff;
}

.modal-window-sizes__header {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
  margin-bottom: 35px;
}

.modal-window-sizes__name {
  font-size: 14px;
  line-height: 18px;
  color: #151515;
  text-transform: uppercase;
  cursor: pointer;
}

.modal-window-sizes__name._active {
  text-decoration: underline;
}

.modal-window-sizes__body {
  margin-bottom: 23px;
}

.modal-window-sizes__description {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #151515;
}

.modal-window-sizes__table {
  width: 100%;
  font-weight: 200;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #151515;
}

.modal-window-sizes__table thead {
  height: 45px;
  background-color: #f5f5f5;
  font-weight: 500;
}

.modal-window-sizes__table thead th:first-child {
  width: 138px;
  text-transform: uppercase;
  margin-right: 20px;
}

.modal-window-sizes__table tbody tr {
  height: 66px;
}

.modal-window-sizes__table tbody tr:not(:last-child) {
  border-bottom: 0.75px solid #d3d3d3;
}

.modal-window-sizes__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 23px;
  background-color: #f5f5f5;
}

.modal-window-sizes__footer-name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
}

.modal-window-sizes__footer-description {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #151515;
}

.modal-window-sizes__links {
  display: flex;
  align-items: center;
}

.modal-window-sizes__link:not(:last-child) {
  margin-right: 20px;
}

.modal-window-sizes__link:hover svg {
  fill: #151515;
}

.modal-window-sizes__link:hover svg path {
  stroke: #ffffff;
}

.product-item-podeli {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  margin: calc(50px / 2.5) 0;
  padding: 35px 40px 35px 23px;
  background-color: #f5f5f5;
}

.product-item-podeli1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-item-podeli__logo {
  margin-right: 50px;
}

.product-item-podeli__text {
  margin-right: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #151515;
}

.product-item-shops,
.product-item-measuring {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 40px 30px 0;
  border-bottom: 0.75px solid #d3d3d3;
  cursor: pointer;
}

.product-item-shops__name,
.product-item-measuring__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #151515;
}

.product-item-shops__icon,
.product-item-measuring__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.modal-window-shops__modal {
  overflow: auto;
  max-width: 495px;
  transform: translateX(495px);
  padding: 71px 20px 0;
}

.modal-window-shops__title {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #151515;
}

.modal-window-shops__description {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #151515;
}

.modal-window-shops__list-shops,
.modal-window-shops__shop-sizes,
.modal-window-shops__items-links {
  list-style-type: none;
}

.modal-window-shops__item-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 25px 25px 0;
}

.modal-window-shops__left {
  display: flex;
  flex-direction: column;
}

.modal-window-shops__shop-sizes {
  display: flex;
  align-items: center;
}

.modal-window-shops__item-shop:not(:last-child) {
  border-bottom: 0.75px solid #d3d3d3;
}

.modal-window-shops__shop-name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #151515;
}

.modal-window-shops__shop-address {
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 12px;
  line-height: 18px;
  color: #151515;
}

.modal-window-shops__size {
  font-weight: 200;
  font-size: 12px;
  line-height: 18px;
  color: #151515;
}

.modal-window-shops__size:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #151515;
  vertical-align: middle;
}

.modal-window-shops__items-links {
  display: flex;
  align-items: center;
}

.modal-window-shops__item:not(:last-child) {
  margin-right: 24px;
}

.modal-window-shops__link:hover svg path {
  stroke-width: 1.5px;
}

.t-accordionItem {
  margin-bottom: 0 !important;
  padding: 30px 40px 30px 0;
  border-bottom: 0.75px solid #d3d3d3;
}

.t-accordionItem.sizes {
  align-items: flex-start;
  padding: 15px 0;
  border-top: 0.75px solid #d3d3d3;
}

.t-accordionItem._open {
  margin-bottom: 0 !important;
}

.t-accordionItem__title {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 18px;
  text-transform: uppercase;
  color: #151515;
  opacity: 1 !important;
}

.t-accordionItem .t-accordionItem__title:after {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: 0;
  background-image: url("/local/templates/main/components/bitrix/catalog.element/.default/../../../../../../../images/icon-plus.svg");
}

.t-accordionItem._open .t-accordionItem__title:after {
  transform: rotate(180deg) !important;
  background-image: url("/local/templates/main/components/bitrix/catalog.element/.default/../../../../../../../images/icon-minus.svg");
}

.t-accordionItem .t-accordionItem__text {
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 0;
}

.t-accordionItem .t-accordionItem__text p,
.t-accordionItem .t-accordionItem__text {
  max-width: calc(100% - 50px);
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #151515;
}

.t-accordionItem.sizes .t-accordionItem__text {
  display: flex;
  align-items: center;
}

.product-item-stream {
  display: flex;
  align-items: center;
  padding: 0 23px;
  margin-bottom: 57px;
}

.product-item-stream__icon {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}

.product-item-stream:hover .product-item-stream__icon svg path {
  fill: #d3d3d3;
}

.product-item-stream:hover .product-item-stream__title {
  text-decoration: underline;
}

.product-item-stream__text-content {
  display: flex;
  flex-direction: column;
}

.product-item-stream__title {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #151515;
}

.product-item-stream__text {
  font-weight: 200;
  font-size: 12px;
  line-height: 19px;
  color: #151515;
}

.product-item-lookbook {
  position: relative;
  width: 100%;
  margin-top: 30px;
  height: 251px;
}

.product-item-lookbook__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-item-lookbook__text-content {
  position: absolute;
  top: 85px;
  left: 9%;
  display: flex;
  flex-direction: column;
}

.product-item-lookbook__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
}

.product-item-lookbook__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #ffffff;
}

.product-item-icons._tablet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 105px;
}

#tableSizes td,
th {
  font-weight: 500 !important;
}

.modal-window-picker-size {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
}

.modal-window-picker-size__window {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: fit-content;
  padding: 34px 15px;
  background-color: #fff;
  transform: translateY(0);
  transition: all .3s ease-in-out;
}

.modal-window-picker-size.slide-up .modal-window-picker-size__window {
  animation: slide-up .3s ease-in-out;
}

.modal-window-picker-size.slide-down .modal-window-picker-size__window {
  animation: slide-down .3s ease-in-out;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slide-down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}

.modal-window-picker-size__head {
  display: flex;
  justify-content: center;
}

.modal-window-picker-size__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 0;
  list-style-type: none;
}

.modal-window-picker-size__items li {
  font-size: 200;
  font-size: 12px;
  line-height: 16px;
}

.modal-window-picker-size__items li:not(:last-child) {
  margin-right: 25px;
}

.modal-window-picker-size__title {
  display: inline-block;
  margin-right: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #151515;
}

.modal-window-picker-size__body {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 34px;
}

.modal-window-picker-size__body button {
  max-width: 359px;
  width: 100%;
}

.js-recommended-container-mobile,
.js-choice-stylists-container-mobile,
.js-previously-watched-container-mobile {
  display: none;
}

@media (max-width: 991px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .product-section {
    margin-top: 120px;
    margin-bottom: 0;
  }

  .product-section__breadcrumbs {
    top: -50px;
    left: 0;
  }

  .product-info {
    margin-top: -52px;
    padding-left: 0;
  }

  .product-info .sticky-container {
    position: static;
  }

  .labels {
    justify-content: center;
  }

  .labels__item {
    font-size: 10px;
  }

  .product-item-info__head {
    justify-content: center;
  }

  .product-item-info__head h1 {
    margin-right: 0;
  }

  .t-product-buy {
    flex-direction: row;
  }

  .t-product__price {
    justify-content: center;
    margin-bottom: 20px !important;
  }

  .t-accordionItem__title,
  .t-accordionItem .t-accordionItem__text p,
  .t-accordionItem .t-accordionItem__text,
  .product-item-shops__name,
  .product-item-measuring__name {
    font-size: 10px !important;
    line-height: 16px;
  }

  .product-item-scu-list span,
  .product-item-scu-block span {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
  }

  span.product-item-scu-list__name {
    display: none;
  }

  span.product-item-scu-list__name._mobile {
    display: inline-block;
    max-width: none;
    width: auto;
  }

  .product-item-podeli {
    margin: 35px 0;
  }

  .product-item-shops__icon,
  .product-item-measuring__icon {
    width: 15px;
    height: 15px;
  }

  .t-accordionItem .t-accordionItem__title:after {
    width: 15px;
    height: 15px;
  }

  .product-item-shops,
  .product-item-measuring,
  .t-accordionItem {
    padding-right: 0;
  }

  .share-icon__side-window,
  .modal-window-sizes__modal,
  .modal-window-shops__modal {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0, 100vh);
    max-width: none;
    width: 100vw;
    height: fit-content;
    padding: 35px 78px;
  }

  .share-icon__side-window._open,
  .modal-window-sizes._open .modal-window-sizes__modal,
  .modal-window-shops._open .modal-window-shops__modal {
    transform: translate(0, 0) !important;
  }

  .share-icon__close-window {
    top: 25px;
    right: 34px;
  }

  .modal-window-shops__modal {
    padding: 35px 78px;
  }

  .modal-window-shops__title {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px;
  }

  .modal-window-shops__description {
    margin-bottom: 35px;
  }

  .modal-window-shops__left {
    max-width: 219px;
    width: 100%;
  }

  .modal-window-shops__item-shop {
    padding: 0 0 25px 0;
  }

  .modal-window-shops__item-shop:not(:first-child) {
    margin-top: 25px;
  }

  .modal-window-shops__shop-address {
    margin-bottom: 0;
  }

  .product-item-info__buttons {
    flex-direction: column;
    justify-content: flex-start;
    column-gap: 15px;
  }

  .product-item-info__buttons button {
    width: 100% !important;
  }

  .product-item-stream {
    margin-bottom: 35px;
    padding: 0;
  }

  .modal-window-sizes__header {
    justify-content: flex-start;
    column-gap: 50px;
    margin-bottom: 20px;
  }

  .modal-window-shops__close-window,
  .modal-window-sizes__close-window,
  .modal-window-picker-size__close-window {
    top: 30px;
    right: 78px;
  }

  .modal-window-shops__close-window svg,
  .modal-window-sizes__close-window svg,
  .modal-window-picker-size__close-window svg {
    width: 24px;
    height: 24px;
  }

  .product-item-scu-item-color-container:hover:after {
    display: none;
  }

}

@media (max-width: 767px) {

  .share-icon__side-window {
    padding: 35px 16px;
  }

  .share-icon__side-window._open {
    transform: translate(0, 0);
  }

  .share-icon__close-window,
  .modal-window-picker-size__close-window {
    top: 25px;
    right: 19px;
  }

  .product-item-podeli {
    height: auto;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 10px 24px 11px 19px;
  }

  .product-item-shops,
  .product-item-measuring,
  .t-accordionItem {
    padding: 20px 0;
  }

  .product-item-shops {
    border-top: 0.75px solid #d3d3d3;
  }

  .modal-window-shops__modal {
    top: 50px;
    overflow-y: scroll;
    height: auto;
    padding: 35px 16px;
  }

  .modal-window-shops__right {
    align-self: flex-start;
  }

  .modal-window-shops__close-window,
  .modal-window-sizes__close-window,
  .modal-window-picker-size__close-window {
    right: 15px;
  }

  .modal-window-shops__item-shop {
    padding-bottom: 0;
  }

  .modal-window-shops__item-shop:not(:last-child) {
    padding-bottom: 20px;
  }

  .modal-window-shops__item-shop:not(:first-child) {
    margin-top: 20px;
  }

  .modal-window-shops__left {
    max-width: none;
  }

  .modal-window-shops__shop-address {
    margin-bottom: 20px;
  }

  .modal-window-sizes__modal {
    top: 50px;
    overflow-y: scroll;
    height: auto;
    padding: 35px 0 35px 16px;
  }

  .modal-window-sizes__header {
    column-gap: normal;
  }

  .modal-window-sizes__name {
    font-size: 12px;
    line-height: 20px;
  }

  .modal-window-sizes__name:first-child {
    margin-right: 10px;
  }

  .modal-window-sizes__body {
    overflow-x: overlay;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #151515 #fff;
    padding-right: 16px;
    margin-bottom: 35px;
  }

  .product-item-lookbook__text-content {
    top: auto;
    bottom: 29px;
  }

  .product-item-lookbook__title {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 22px;
  }

  .product-item-info__buttons {
    row-gap: 15px;
  }

  .product-item-info__buttons button {
    max-width: none !important;
  }

  .product-item-info__head {
    justify-content: flex-start;
  }

  .t-product__price {
    justify-content: flex-start;
  }

  .product-item-scu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-item-scu-item-color-container {
    box-sizing: border-box;
  }

  .t-product-color__item.selected .product-item-scu-item-color-block {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .product-item-scu-list .product-item-scu-list__picked-color {
    margin-top: 15px;
  }

  .product-item-lookbook {
    height: 325px;
  }

  .modal-window-sizes__body .hidden-lg {
    position: sticky;
    left: 0;
  }

  .modal-window-sizes__table {
    width: max-content;
    min-width: 100%;
  }

  #tableSizes td, th {
    width: 61px;
  }

  td, th {
    min-width: 40px;
    max-width: 150px;
    text-wrap: wrap;
  }

  .modal-window-picker-size__head {
    flex-direction: column;
  }

  .modal-window-picker-size__title {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .modal-window-picker-size__body {
    flex-direction: column;
  }

  .modal-window-picker-size__close-window {
    top: 30px;
  }

  .sizes__table-sizes {
    margin-bottom: 35px;
  }

  .js-recommended-container,
  .js-choice-stylists-container,
  .js-previously-watched-container{
    display: none !important;
  }

  .js-recommended-container-mobile,
  .js-choice-stylists-container-mobile,
  .js-previously-watched-container-mobile {
    display: block !important;
  }

  .js-recommended-container-mobile .recommended-container .row:last-child,
  .js-choice-stylists-container-mobile .recommended-container .row:last-child,
  .js-previously-watched-container-mobile .recommended-container .row:last-child {
    position: relative;
    overflow: hidden !important;
    width: calc(100% + 40px) !important;
    height: fit-content;
    margin-left: -15px !important;
  }

  .js-recommended-container-mobile .recommended-container .row:last-child .recommended-slider,
  .js-choice-stylists-container-mobile .recommended-container .row:last-child .recommended-slider,
  .js-previously-watched-container-mobile .recommended-container .row:last-child .recommended-slider {
    height: 100%;
    padding: 0 15px 0 15px;
    overflow-y: visible;
    overflow-x: auto;
    width: 100%;
    top: 0;
    bottom:0;
    display: flex;
    gap: 10px;
  }

  .js-recommended-container-mobile .recommended-container .row:last-child .recommended-slider::-webkit-scrollbar,
  .js-choice-stylists-container-mobile .recommended-container .row:last-child .recommended-slider::-webkit-scrollbar,
  .js-previously-watched-container-mobile .recommended-container .row:last-child .recommended-slider::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
  }

  .js-recommended-container-mobile .recommended-container .row:last-child .recommended-slider .recommended-item,
  .js-choice-stylists-container-mobile .recommended-container .row:last-child .recommended-slider .recommended-item,
  .js-previously-watched-container-mobile .recommended-container .row:last-child .recommended-slider .recommended-item {
    margin: 0!important;
    flex: 1 0 45%;
  }
}

@media (max-width: 425px) {
  .labels {
    justify-content: flex-start;
  }

  .mobile-slider__wrapper img,
  .mobile-slider__wrapper video {
    height: 445px;
  }
}

@media (max-width: 375px) {
  .product-item-info__share-icon:hover::after {
    transform: translateX(-75%);
  }
}

.show-sizes-popup-button {
  display: none!important;
}

@media screen and (max-width: 575px) {
  .show-sizes-popup-button:not(.not-available-for-purchase) {
    display: block!important;
  }

  .show-after-size-selected-at-mobile {
    display: none!important;
  }

  .show-after-size-selected-at-mobile.showed:not(.not-available-for-purchase) {
    display: inline-block!important;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?15645389841413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/.default/themes/green/style.css?16633125331085*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b; }

.bx-green .product-item-image-slider-control:hover { background-color: rgba(91, 159, 11, .8); }

.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover { background-color: #5b9f0b; }

.bx-green .product-item-selected-scu,
.bx-green .product-item-detail-slider-controls-image:hover,
.bx-green .product-item-detail-slider-controls-image.active { outline-color: #63aa28; }

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #63aa28; }

/* Amount */
.bx-green .product-item-amount-field:focus { border-color: #63aa28; }

/*Proress Bar*/
.bx-green .product-item-detail-slider-progress-bar { background-color: #63aa28; }
/* End */
/* /local/components/digitalsail/recommended/templates/.default/style.css?17206130997259 */
/* /local/templates/main/components/bitrix/catalog.element/.default/style.css?175143703980151 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?15645389841413 */
/* /local/templates/main/components/bitrix/catalog.element/.default/themes/green/style.css?16633125331085 */
