

/* Start:/local/templates/webcenter/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?17504227195689*/
.product-view .slide{
	display:none;
}
.product-view .slider-for  .slide:nth-child(1){
	display:block;
}
.product {
  margin-bottom: 30px;
}

.product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.product-view {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 720px;
          flex: 0 0 720px;
  max-width: 720px;
  padding: 0 20px;
}

.product-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding: 0 20px;
}

.product-thumbs-wrapper {
  position: relative;
  margin: 0 80px;
  padding: 10px 10px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  margin-top: 30px;
}
.product-thumbs-wrapper .slick-prev,
.product-thumbs-wrapper .slick-next {
  position: absolute;
  top: -1px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  padding: 0;
  width: 67px;
  height: 67px;
  font-size: 0;
  margin: 0;
  cursor: pointer;
}
.product-thumbs-wrapper .slick-prev:before,
.product-thumbs-wrapper .slick-next:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-thumbs-wrapper .slick-prev:hover::before,
.product-thumbs-wrapper .slick-next:hover::before {
  opacity: 1;
}
.product-thumbs-wrapper .slick-prev.slick-disabled,
.product-thumbs-wrapper .slick-next.slick-disabled {
  cursor: default;
}
.product-thumbs-wrapper .slick-prev.slick-disabled:before,
.product-thumbs-wrapper .slick-next.slick-disabled:before {
  opacity: 0.5;
}
.product-thumbs-wrapper .slick-prev {
  left: -80px;
}
.product-thumbs-wrapper .slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.product-thumbs-wrapper .slick-next {
  right: -80px;
}
.product-thumbs-wrapper .slick-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: -4px;
}

.slider-nav .slide {
  overflow: hidden;
  position: relative;
  -webkit-transition: all -80px 0.2s ease-in-out;
  transition: all -80px 0.2s ease-in-out;
  cursor: pointer;
}
.slider-nav .slide span {
  display: block;
  padding: 0 4px;
  height: 45px;
}
.slider-nav .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
}
.slider-nav .slick-current img {
  border-color: #C83947;
}
.slider-nav .slick-track {
  margin: 0 -4px;
}

.slider-for .slide {
  overflow: hidden;
  height: 580px;
}
.slider-for .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-descript {
  padding-left: 45px;
  max-width: 520px;
}
.product-descript h2 {
  margin-bottom: 13px;
}

.descrip-item {
  padding: 20px 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D2CC;
  border-top: 1px solid #D8D2CC;
  margin-bottom: -1px;
}
.descrip-item.descrip-item_detail_text{
	color: #000;
  font-size: 16px;
  line-height: 24px;
}
.descrip-item p {
  margin: 0 0 10px;
}

.descript-list {
  font-size: 13px;
  line-height: 18px;
  color: #716367;
  margin: 0;
}
.descript-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.descript-list li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 15px;
  color: #000;
}
.descript-list li a {
  display: inline-block;
  vertical-align: top;
  color: #C83947;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.descript-list li a:hover {
  text-decoration: underline;
}
.descript-list li strong {
  font-weight: 600;
}

.descript-subtitle {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.title_collection{
	font-weight:400;
	font-size:24px;
	line-height:32px;
	color:#77787B;
	margin-top:30px;
	margin-bottom:20px;
}
.title_other{
	font-weight:400;
	font-size:24px;
	line-height:32px;
	color:#77787B;
	margin-bottom:20px;
}
@media (max-width: 1499px) {
  .product-view {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .product-view {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .product-descript {
    padding-left: 0;
  }
  .slider-for .slide {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .product-view {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .product-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .product-view {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .product-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slider-for .slide {
    height: 370px;
  }
  .product-thumbs-wrapper {
    margin: 10px 0 0;
  }
}
@media (max-width:767px){
	.descrip-item_detail_text{
		font-size:12px !important;
		line-height:18px !important;
	}
	.descrip-item_detail_text p{
		font-size:12px !important;
		line-height:18px !important;
	}
}
@media (max-width: 577px) {
	.slider-nav .slide span{
		width:53px !important;
	}
  /*.descript-list li {
    display: block;
  }*/
  .descript-list li span {
    display: block;
  }
  .descript-list li span:nth-child(1) {
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/webcenter/components/bitrix/news.list/contact_where_buy/style.css?1747707854150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/webcenter/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?17504227195689 */
/* /local/templates/webcenter/components/bitrix/news.list/contact_where_buy/style.css?1747707854150 */
