@charset "UTF-8";
.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;
}

video {
  max-height: 600px;
}

.item-slider__thumbs {
  position: absolute;
  bottom: 50px;
  z-index: 200;
  margin-left: 0 !important;
}

.item-slider__thumbs > li {
  width: 36px !important;
  height: 36px;
  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: 36px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.item-slider__thumbs li:hover {
  -webkit-box-shadow: 0 0 0 1px black;
  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;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.item360:hover, .hideSlide .item360 {
  -webkit-box-shadow: 0 0 0 1px black;
  box-shadow: 0 0 0 1px black;
}

.item360 svg {
  width: 90%;
  height: 85%;
  margin: 2px auto;
  display: block;
}

@media (min-width: 900px) {
  .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 {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    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;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #333;
}

.link-underline:hover:before {
  opacity: 0;
}

@media (min-width: 900px) {
  .item-info__lists {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .item-info__lists {
    margin-bottom: 24px;
  }
}
.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: 24px 0 30px !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: 36px !important;
  height: 36px;
  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: 36px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.item-slider__thumbs li:hover {
  -webkit-box-shadow: 0 0 0 1px black;
  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, .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;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.item360:hover, .item360.selected, .video-ico:hover, .video-ico.selected {
  -webkit-box-shadow: 0 0 0 1px black;
  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 {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    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;
}

/*# sourceMappingURL=style.css.map */
