.item-hero__left {
    position: sticky;
    top: 200px;
    align-self: flex-start;
    overflow-y: auto;
    transition: all 0.3s ease;
}
.item-info {
    padding: 20px 0 !important;
}
.badges_stickers {
	display: flex;
	flex-wrap: wrap;
}
.badges_reviews {
	display: flex;
	flex-wrap: wrap;
}
/* Когда фиксация должна остановиться */
.item-hero__left.stop-sticky {
    position: absolute;
    top: auto;
    bottom: 0;
}

.item-hero__right {
    flex: 1;
    padding-left: 30px; /* Или отступ, который у вас уже есть */
}
.offers-slider {
  background-color: #ecebed;
}

a.item-prop__type,
a.item-prop__type span {
  cursor: pointer !important;
}

.item-prop__type.selected .item-prop__type-bg,
.item-prop__type:hover .item-prop__type-bg {
  background: #979797;
  border: 1px solid rgba(151, 151, 151, 0);
}

.item-prop__type.selected .item-prop__type-text,
.item-prop__type:hover .item-prop__type-text {
  cursor: default;
  color: #fff;
}

.item-hero__head {
  position: relative;
}

.reviews-rating-head.item-rating {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 14px;
  border-bottom: none;
  margin-top: 0;
}

.item-rating .star-ratings {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 22px;
}

.item-rating .reviews-head-ratings-sum {
  line-height: 22px;
  padding-left: 5px;
  font-weight: 300;
}

video {
  max-height: 600px;
}

.item-slider__thumbs {
  position: absolute;
  bottom: 50px;
  z-index: 200;
  margin-left: 0 !important;
}

.item-slider__thumbs {
  flex-direction: column;
}

.item-slider__thumbs li:hover {
  box-shadow: 0 0 0 1px black;
}

.item-slider__thumbs li svg.degree-icon {
  margin-top: 2px;
  width: 25px;
  height: 25px;
}

.item-slider__thumbs .video-icon {
  margin-left: 3px;
  width: 15px;
  height: 19px;
}

.cloudimage-360 canvas {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

.item-slider__thumbs {
  position: relative !important;
  display: inline-block !important;
  margin-top: -30px !important;
  width: auto;
  margin-left: 0;
  vertical-align: middle;
  bottom: 0 !important;
}

.item-slider__thumbs > li {
  display: inline-block;
}

.item360 {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  margin-top: -30px;
  vertical-align: middle;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 102;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.item360:hover,
.hideSlide .item360 {
  box-shadow: 0 0 0 1px black;
}

.item360 svg {
  width: 90%;
  height: 85%;
  margin: 2px auto;
  display: block;
}

.item-header__prices {
  flex-wrap: wrap;
  gap: 10px;
}

.item-header__prices .product__price--old {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.item-header__buttons {
  margin-left: 0 !important;
}
.item-header__buttons .btn {
  margin-left: 0 !important;
}

.item-info__specs {
  margin-bottom: 48px;
}

.item-info__desc {
  margin-bottom: 0px;
}

.description-container .item-header__title {
  margin-bottom: 15px;
}

.item-header__price {
  font-size: 32px !important;
  font-weight: 800 !important;
}

.product__price--old {
  font-size: 24px !important;
}

@media (min-width: 900px) {
  .item-header__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item-header__prices .product__price--old {
    margin-right: 0;
    margin-left: 0;
  }
  .item-header__text .item-header__text--desktop {
    display: flex;
    padding-bottom: 10px;
  }
  .blockout {
    width: 0;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
  }
  .hideSlide .swiper-slide,
  .hideSlide .item-slider__btn {
    width: 0 !important;
  }
  .hideSlide .blockout {
    width: 100% !important;
  }
  .hideSlide .item-slider__thumbs > li.active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1280px) {
  .cloudimage-360 canvas {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .blockout,
  .item360,
  .item-slider__thumbs {
    display: none !important;
  }
}
#video {
  width: 100%;
  position: relative;
}

#video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: opacity, visibility;
}

#video-play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 21px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-color: #fff;
  border-right-width: 0;
  transition: transform 0.2s ease;
}

#video-block {
  cursor: pointer;
}

#video-block:hover #video-play::before {
  transform: scale(1.2);
}

video {
  width: 100%;
  display: block;
}

#video.video-is-playing #video-over {
  display: block;
}

#video.video-is-playing #-play {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 768px) {
  .item-prop__types {
    overflow-x: auto;
  }
}
.load-wrapp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.load-wrapp p {
  padding: 0;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 4px 8px;
}

.load-3 {
  opacity: 0;
}

.wait .load-3 {
  opacity: 1;
}

.wait .btn__text {
  opacity: 0;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.swiper-slide-colors:not(:last-child) .item-prop__colors {
  /* margin-right: 60px; */
}

@media (min-width: 901px) {
  .swiper-slide-colors:not(:last-child) .item-prop:before {
    top: 35px !important;
    min-height: 68.8px;
  }
}
@media (max-width: 768px) {
  .item-prop__types {
    overflow-x: auto;
  }
}
.link-underline {
  position: relative;
}

.link-underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transition: opacity 0.25s ease;
  background: #333;
}

.link-underline:hover:before {
  opacity: 0;
}
.item-info__lists {
	border: 0px !important;
	padding: 0px !important;
}
@media (min-width: 900px) {
  .item-info__lists {
	margin-bottom: 0px;
	margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .item-info__lists {
	margin-bottom: 0px;
	margin-top: 20px;
  }
}
.documents__item {
  margin-bottom: 24px;
  display: flex;
}

.documents__item--icon {
  flex: 0 0 auto;
  outline: none;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  color: #0066cc;
  display: block;
  text-decoration: none;
}

.documents__item--icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.documents__item--info {
  flex: 1 1 auto;
}

.documents__item--name {
  outline: none;
}

.items-info_documents h2,
.items-info_documents ul:not(:last-child) {
  margin-bottom: 24px;
}

.ya-share2 {
  padding-top: 5px !important;
}

.ya-share2 * {
  padding-top: 5px !important;
}

@media (max-width: 900px) {
  .ya-share2 {
    text-align: center !important;
  }
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 32px 32px !important;
}

.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
  height: 32px !important;
  width: 32px !important;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 25px !important;
  width: 25px !important;
  background-size: 24px 24px !important;
}

.item-header {
  padding: 10px 0 20px !important;
}

.item-prop__types .item-prop__type:first-child {
  margin-left: 8px !important;
}

.item-prop__types .item-prop__type-bg {
  border-radius: 6px;
  border: none;
}

video {
  max-height: 600px;
}

.item-prop__colors .product__color {
  width: 20px;
  height: 20px;
}

.item-prop__colors .product__color:before {
  opacity: 0;
}

.item-slider__thumbs {
  position: absolute;
  bottom: 50px;
  z-index: 200;
  margin-left: 0 !important;
}

.item-slider__thumbs > li {
  width: 50px !important;
  height: 50px;
  background-position: center;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: solid 3px #fff;
  cursor: pointer;
  margin-right: 5px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.item-slider__thumbs li:hover {
  box-shadow: 0 0 0 1px black;
}

.item-slider__thumbs li svg.degree-icon {
  margin-top: 2px;
  width: 25px;
  height: 25px;
}

.item-slider__thumbs .video-icon {
  margin-left: 3px;
  width: 15px;
  height: 19px;
}

.cloudimage-360 canvas {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

.item-slider__thumbs {
  position: relative !important;
  display: inline-block !important;
  margin-top: -30px !important;
  width: auto;
  margin-left: 0;
  vertical-align: middle;
  bottom: 0 !important;
}

.item-slider__thumbs > li {
  display: inline-block;
}

.item-slider__thumbs {
  flex-direction: column;
}

.item360,
.video-ico {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  margin-right: 6px;
  margin-top: -30px;
  vertical-align: middle;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 102;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.item360:hover,
.item360.selected,
.video-ico:hover,
.video-ico.selected {
  box-shadow: 0 0 0 1px black;
}

.item360 svg {
  width: 90%;
  height: 85%;
  margin: 2px auto;
  display: block;
}

.video-ico svg {
  width: 60%;
  height: 60%;
  margin: 6px 0 0 8px;
  display: block;
}

.on-video-button {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.2);
}

.on-video-button svg {
  position: absolute;
  width: 150px;
  height: 150px;
  margin: -75px -75px 0 0;
  right: 50%;
  top: 50%;
  transition: 0.2s ease;
}

.on-video-button.active {
  display: block;
}

.on-video-button.ispause svg {
  opacity: 0;
}

.on-video-button.ispause:hover svg {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.on-video-button.isplay:hover svg {
  color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 900px) {
  .blockout {
    width: 0;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
  }
  .blockout video {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hideSlide .swiper-slide,
  .hideSlide .item-slider__btn {
    width: 0 !important;
  }
  .hideSlide .blockout {
    width: 100% !important;
  }
  .blockout.selected {
    width: 100% !important;
  }
  .hideSlide .item-slider__thumbs > li.active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1280px) {
  .cloudimage-360 canvas {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .video-ico,
  .blockout,
  .item360,
  .item-slider__thumbs {
    display: none !important;
  }
}
#video {
  width: 100%;
  position: relative;
}

#video-play,
#video-pause {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: opacity, visibility;
}

#video-play::before,
#video-pause::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 21px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-color: #fff;
  border-right-width: 0;
  transition: transform 0.2s ease;
}

#video-block {
  cursor: pointer;
}

#video-block:hover #video-play::before,
#video-block:hover #video-pause::before {
  transform: scale(1.2);
}

video {
  width: 100%;
  display: block;
}

#video.video-is-playing #video-over {
  display: block;
}

#video.video-is-playing #-play {
  opacity: 0;
  visibility: hidden;
}

.advantages {
  padding: 36px 0;
  border-bottom: 1px solid hsla(0, 0%, 83.9%, 0.5);
}
.advantages__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .advantages__inner {
    flex-direction: column;
  }
}
.advantages__item {
  width: 33%;
}
@media (max-width: 900px) {
  .advantages__item {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}
.advantages--title {
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1;
}
.advantages__item {
  margin-right: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.advantages__item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .advantages__item-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.advantages__item-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 900px) {
  .advantages__item-title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.advantages__item-text {
  color: gray;
  font-weight: 300;
  font-size: 16px;
  color: #333;
}

@media (max-width: 900px) {
  .item-header .item-header__text--desktop {
    display: none;
  }
  .item-description .rating-stars {
    display: none;
  }
}
@media (min-width: 900px) {
  .item-description {
    margin-top: 10px;
  }
  .item-description .item-header__text--mobile {
    display: none;
  }
  .item-description .rating-star {
    display: none;
  }
  .item-description .rating-stars {
    margin-right: 5px;
  }
}
.item-description {
  display: flex;
}

.item-description--price {
  display: flex;
}

.item-hero {
  padding-bottom: 0px !important;
}
@media (max-width: 900px) {
  .item-hero {
    overflow: hidden;
  }
}

.item-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px !important;
}

.item-hero .reviews-rating-head {
  display: none !important;
  padding: 0;
  margin: 0;
}

.item-header-installment-text {
  display: none !important;
  padding: 0;
  margin: 0;
}

.item-slider__img {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0 !important;
}

.description-container {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .description-container {
    margin-right: 0;
  }
  .description-container .item-header__title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.item-description {
  display: flex;
  position: relative;
}
@media (max-width: 900px) {
  .item-description {
    align-self: center;
  }
  .item-description:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -50%;
    width: 200%;
  }
}
@media (max-width: 670px) {
  .item-description {
    flex-wrap: wrap;
  }
}
.item-description__item {
  padding: 8px;
  background-color: #ecebed;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 10px;
}
@media (min-width: 900px) {
  .item-description__item {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.item-description__item .tooltip {
  margin-left: 5px;
}
.item-description__item-icon {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
@media (min-width: 900px) {
  .item-description__item-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.item-description__item:last-child {
  margin-right: 0;
}
.item-description .tooltip__content {
  z-index: 1;
}
@media (max-width: 400px) {
  .item-description .tooltip__content {
    left: 0;
    margin-left: -110px;
  }
}

.item-header__info {
  margin-right: 0 !important;
}

#data_action_price_container {
  text-align: center;
  background: #edebe652;
  border-radius: 6px;
  border: 1px solid #f4c241;
  cursor: pointer;
  white-space: nowrap;
  text-transform: none;
  color: #282727;
  display: flex;
  margin-top: 20px;
  font-size: 12px;
}

#data_action_price_container .item-action__inner {
  width: 100%;
}

#data_action_price_container .item-action__text {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}

.slider {
  padding: 20px;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

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

.slider__col {
  display: flex;
  flex-direction: column;
  width: 100px;
  margin-right: 30px;
}

.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.slider__thumbs {
  height: 504px;
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  filter: grayscale(100%);
  opacity: 0.5;
  width: 100px;
  height: 100px;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 600px;
}

.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__image .video-icon {
  width: 50px;
  height: 50px;
  padding: 25px;
}

@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}
.slider .slider__next .i-arrow-top {
  transform: scale(-1);
}

.slider .i-arrow-top {
  width: 20px;
  height: 20px;
}

.badges__inner {
  display: flex;
  flex-wrap: wrap;
}
.badges__item-label {
  padding: 8px 16px;
  font-size: 12px;
  background-color: #ecebed;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.badges__item-label-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.item-action {
  padding: 0 !important;
  overflow: hidden;
}
.item-action__inner {
  display: flex;
}
.item-action__image {
  width: 60%;
}
.item-action__image-img {
  height: 100%;
  width: 100%;
}
.item-action__header {
  width: 40%;
  padding: 20px;
  background-color: #f5c142;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.item-action__header p {
  margin-bottom: 10px;
}
.item-action__header p:last-child {
  font-weight: 700;
}
.item-action__header-link {
  margin-top: auto;
  text-align: right;
  text-decoration: underline !important;
}

.item-prop__colors .product__color {
  width: 40px !important;
  height: 40px !important;
  border-radius: 30px !important;
}

.item-prop__colors .product__color:first-child {
  margin-left: 6px;
}

.item-prop__label {
  margin-bottom: 10px !important;
}

.item-props__cell {
  margin-bottom: 5px !important;
}

.buy-btn {
  line-height: 50px !important;
}
.buy-btn .btn__bg {
  background-color: #333 !important;
}
.buy-btn .btn__text {
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #fff !important;
}

.item-header__inner .item-header__price {
  margin-left: 0;
}

.tabs-wrapper .tabs {
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
}
.tabs-wrapper .tabs .tab {
  padding: 10px 15px;
  border-bottom: 3px solid #dddddd;
  cursor: pointer;
}
.tabs-wrapper .tabs .active {
  border-bottom: 3px solid #000000;
}

.card-fixed {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  z-index: 500;
}
.card-fixed-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-fixed-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1600px) {
.slider__images {
    height: 300px;
}
.slider__thumbs {
    height: 300px;
}
}
@media (max-width: 1185px) {
  .card-fixed__menu {
    display: none;
  }
}
.card-fixed__menu .items {
  display: flex;
  font-size: 12px;
}
.card-fixed__menu .items a {
  margin-right: 10px;
}
.card-fixed__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 900px) {
  .card-fixed--visible {
    display: block;
  }
}
.card-fixed__header-title {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.card-fixed__badges {
  display: flex;
  margin-left: 0;
  margin-right: auto;
  align-items: center;
  font-size: 12px;
}
.card-fixed__badges .badges__item-label {
  padding: 0;
  font-size: 12px;
  background-color: #fff;
  border-radius: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-fixed__price {
  display: flex;
  align-content: center;
  align-items: center;
}
.card-fixed__price .item-header__price {
  margin-left: 0;
}
.card-fixed__price .product__price--old {
  font-size: 14px;
  text-decoration: line-through;
  color: #818181;
}
.card-fixed__price .product__price--old::before {
  display: none;
}
.card-fixed__btn {
  width: 220px;
  display: flex;
  align-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .item-hero__inner {
    flex-direction: column;
  }
  .item-hero__inner .item-hero__left {
    width: 100%;
    margin-bottom: 20px;
	top: 0px;
  }
  .item-hero__inner .item-hero__left .slider {
    padding: 0;
  }
  .item-hero__inner .item-hero__right {
    width: 100%;
    padding: 0;
  }
}
.item-header__info .product__price--sale {
  display: block;
}

@media (max-width: 900px) {
  .hero--mobile {
    display: none;
  }
  .hero--desktop {
    display: block;
  }
}
@media (min-width: 900px) {
  .hero--mobile {
    display: block;
  }
  .hero--desktop {
    display: none;
  }
}

.item-prop__types {
  flex-wrap: wrap;
}

.item-prop__types .item-prop__type {
  margin-left: 8px;
  margin-bottom: 8px;
}

.item-props {
  padding: 20px;
}

@media (max-width: 500px) {
  .item-props__cell {
    padding: 0px 0 !important;
    margin-bottm: 5px !important;
  }
  .description-container .item-header__title {
    text-align: left;
  }
  .item-header__inner {
    align-items: initial !important;
  }
  .tabs-wrapper .tabs {
    overflow-x: auto;
  }
}/*# sourceMappingURL=style.css.map */