
.t-h1 { max-width: 1000px }
.nowrap { white-space: nowrap; }

.modal--callback .modal__content { padding: 20px !important; }
.modal--mobile-fullwidth .modal__container .modal__content { padding: 20px !important; }
.policy-content { padding: 0 !important;}
.policy-close { position: absolute; right: 15px; top: 15px; margin: 0 !important; }
.i-close { width: 14px !important; height: 14px !important; margin: 0 !important; }

/*Stikers*/
.stiker__list { position: absolute; left: 0; top: 0; z-index: 2; max-width: 90%; padding: 0 5px; font-weight: 500; text-align: left; text-transform: none; font-size: 0; }
.stiker__item { display: inline-block; padding: 5px 10px 4px; line-height: 15px; font-size: 12px; font-weight: 500; border-radius: 5px; margin: 0 5px 5px 0; letter-spacing: 0.1em; box-sizing: border-box; }
/**/

.go-to-basket { display: block; line-height: 38px; text-align: center; font-size: 16px; color: red !important; border: solid 1px red; background: #fff; border-radius: 6px; cursor: pointer; padding: 2px 30px 0; margin-left: 20px; white-space: nowrap; font-weight: 300; text-transform:none; }
.go-to-basket:hover { color: #fff !important; border: solid 1px red; background: red; }

.item-header__title a { border-bottom: solid 1px #333; line-height: normal; }

.item-header__price { white-space: nowrap; }

.delivery-day { font-size: 12px; font-weight: 300; padding: 10px 0 0; text-align: right; position: absolute; width: 100%; }

.product__price--sale { margin-right: 10px; }
.product__price--sale span { display: table-caption; background: red; color: #fff; font-size: 11px; border-radius: 4px; padding: 4px 7px; font-weight: 300; margin: 0px 0 -2px; }
.relative { 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;
}

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;
}

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 red;
  box-shadow: 0 0 0 1px red;
}

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

.on-video-button.isplay .icon-play__border { opacity: 0.5; }
.on-video-button.isplay .icon-play__inner { opacity: 0.3; }
.on-video-button.isplay:hover .icon-play__border { opacity: 0.7; }
.on-video-button.isplay:hover .icon-play__inner { opacity: 0.5; }

.item-slider__thumbs>li { position: relative; }

.item-slider__thumbs .video-icon {
	width: 16px;
	height: 19px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -6px;
}

.on-video-button { 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: .2s ease; }

.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 red; box-shadow: 0 0 0 1px red; }
.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: .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) {
	
	.delivery-day { text-align: center; }
	
	.item-hero__head .item-header { padding: 24px 0; }
	
	.reviews-rating-head.item-rating { top: 4px; }
	
.on-video-button svg { width: 100px; height: 100px; margin: -50px -50px 0 0; }
	
.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;
}

@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);
  }
}
/*# sourceMappingURL=style.css.map */
.item-prop__types .item-prop__type {
  margin-left: -3px !important;
}

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

.item-prop__types .item-prop__type-bg {
  border-radius: 0;
}

.item-prop__types .item-prop__type:first-child .item-prop__type-bg {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.item-prop__types .item-prop__type:last-child .item-prop__type-bg {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.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;
  }
}

/*# sourceMappingURL=style.css.map */

/* Для инструкций */

@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;}

.nn-documents__item--weight {
  font-weight: 300;
}