.product__Slider{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.product__bigSlider{
	flex: none;
	width: 800px;
	height: 600px;
	position: relative;
}
.product__bigSlider .slick-slide {
	margin: 0;
}
.product__controlSlider{
	margin-left: 30px;
	flex: 1;
}
.product__controlSlider .slick-slide{
	margin: 0;
}

.product__bigSlideWrap,
.product__controlSlideWrap{
	width: 100%;
	height: 100%;
}
.product__bigSlideWrap{
  background-color: #81c6d6c9;
}
.product__controlSlide{
	padding: 5px 0;
	max-height: 198px;
	overflow: hidden;
}
.product__bigSlideWrap img,
.product__controlSlideWrap img{
	display: block;
	width: 100%;
	max-height: 600px;
	object-fit: contain;
}

.product__bigSlider .slick-arrow{
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 50%;
	transform: translateY(-50%);
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.product__bigSlider .slick-arrow:hover{
	border-color: #81C6D6;
	cursor: pointer;
}
.product__bigSlider .slick-prev{
	background-image: url('./images/left.png');
	left: 30px;
}
.product__bigSlider .slick-next{
	background-image: url('./images/right.png');
	right: 30px;
}

.product__controlSlider .slick-arrow{
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
	left: 0;
	border: none;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.85);;
	background-position: center;
	background-repeat: no-repeat;
	backdrop-filter: blur(4px);
	z-index: 10;
}

.product__controlSlider .slick-arrow:hover{
	border-color: #81C6D6;
	cursor: pointer;
}
.product__controlSlider .slick-prev{
	background-image: url('./images/up.png');
	top: 0;
}
.product__controlSlider .slick-next{
	background-image: url('./images/down.png');
	bottom: 0;
}

.product__Description{
	margin-top: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.product__tabs{
	flex: none;
	width: 879px;

}

.tabs__control{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.tabs__link{
	border: 2px solid #81C6D6;
	padding: 5px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 75px;
	border-right: none;
	font-weight: 700;
	font-size: 20px;
}
.tabs__link:last-child{
	border-right:2px solid #81C6D6;;
}

.tabs__link.tabs__link_active{
	border-bottom: 2px solid #FFF;
}
.tabs__link:hover{
	cursor: pointer;
	background-color: #81C6D6;
}

.tab{
	position: relative;
	top:  -2px;
	border: 2px solid #81C6D6;
	padding: 40px 45px 60px;
	font-size: 20px;
	font-weight: 400;
	display: none;
}
.tab.tab_active{
	display: block;
}
.product__params{
	flex: 1;
	margin-left: 30px;
	background: #FFFFFF;
	border: 2px solid #81C6D6;
	box-sizing: border-box;
	padding: 30px;
}
.product__paramsTitle{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.product__paramsRow{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 12px;
}
.product__paramsName{
	flex: none;
	width: 70px;
	margin-right: 15px;
	font-size: 12px;
}
.product__paramsValue{
	font-weight: 700;
	font-size: 12px;
}
.product__paramsValue_color{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -5px;
	padding-top: 10px;
}

.color{
	display: block;
	flex: none;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	overflow: hidden;
	border-radius: 3px;
}
.color img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product__order{
	margin-top: 70px;
	display: flex;
	box-sizing: border-box;
	height: 60px;
	width: 100%;
	align-items: center;
	justify-content: center;
	background: #81C6D6;
	border: 2px solid #81C6D6;
	border-radius: 3px;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	color: #000;
}

.product__order:hover{
	cursor: pointer;
	background: #fff;
}
.colorList{
	margin: 20px  0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.colorList_item{
	margin-right: 10px;
	margin-bottom: 10px;
	width: 90px;
}

.colorList_item img{
	width: 90px;
	height: 68px;
}
.colorList__desc{
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}


@media screen and (max-width: 1200px) {
  .product__bigSlider{
    width: 680px;
    height: 600px;
    margin: 0;
  }

  .product__tabs {
    width: 680px;
  }
  
  .product__controlSlider{
    margin-left: 30px;
    flex: 1;
    max-width: 250px;
  }

  .product__bigSliderWorker  .slick-slide {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .product__Slider {
    flex-direction: column;
  }

  .product__bigSlider {
    height: auto;
  }

  .product__Slider .slick-slide {
    margin: 0;
  }

  .product__tabs {
    width: 100%;
  }

  .product__params {
    margin: 0;
    width: 100%;
    margin-top: 30px;
  }

  .product__bigSlider {
    width: 100%;
  }
  .product__controlSlider {
    max-width: 100%;
    margin-left: 0;
  }

  .product__controlSlideWrap {
    margin: 0 3px;
  }
  /* .product__controlSlider .product__controlSliderWorker {
    display: flex;
    flex-direction: row;
  } */
  .product__Description {
    flex-direction: column;
  }
  .product__controlSlider .slick-arrow {
    width: 40px;
    height: 100%;
  }

  .product__controlSlider .slick-prev {
    background-image: url(/local/templates/davydov-wood/components/bitrix/catalog.element/.default/./images/product_arrow_left.png);
  }

  .product__controlSlider .slick-next {
    right: 0;
    left: auto;
    background-image: url(/local/templates/davydov-wood/components/bitrix/catalog.element/.default/./images/product_arrow_right.png);
  }
}

@media screen and (max-width: 768px) {
  .tabs__link {
    padding: 10px;
  }
}

@media screen and (max-width: 460px){
  .tabs__control {
    flex-wrap: wrap;
  }

  .tabs__link {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #81C6D6;
    border-left: 2px solid #81C6D6;
    border-bottom: 2px solid #81C6D6;
  }
  .tabs__link:nth-child(2) {
    border-bottom: 0;
  }
  .tabs__link:nth-child(even) {
    border-left: none;
  }
  .tabs__link:nth-child(-n + 2) {
    border-top: 2px solid #81C6D6;
  }

  .tabs__link.tabs__link_active {
    border-bottom: none;
  }
}
