.carousel-block {
	margin-bottom: 50px;
	color: #ffffff;
	border-radius: 15px;
	overflow: hidden;
}
.carousel-block .images{
	min-height: 540px;
	background: rgb(4,85,160);
	background: radial-gradient(circle, rgba(4,85,160,0.7455357142857143) 0%, rgba(4,85,160,1) 100%);
	padding: 35px 30px;
}
.carousel-block .images .cloud9-item {
	max-height: 250px;
}
.carousel-block .images p {
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	width: 230px;
}
.carousel-block .images #slider {
	height: 450px;
	width: 100%;
	display: block;
	padding-top: 0px;
}
.carousel-block .select-buttons {
	background-color: #003e78;
	padding: 35px 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.carousel-block .select-buttons p {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	
}
.textures {
	margin-bottom: 40px;
}
.textures label {
	cursor: pointer;
}
.colors {
	margin-top: 17px;
	margin-left: -5px;
	margin-right: -5px;
}
.colors .color {
	padding-left: 5px;
	padding-right: 5px;

}
.colors .color label{
	display: block;
	height: 34px;
	margin: 0 0 10px;
	border-radius: 2px;
	cursor: pointer;
}
.colors .color input {
	display: none;
}
input[name='color']:checked ~ label {
	outline: 3px solid #f7941e;
	outline-offset: -3px;
	background-color: blue;
}
.textures p {
	margin-bottom: 18px;
}
.textur {
	margin-top: 12px;
}
.textur input {
	display: none;
}
.textur label {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}
.textur label::before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	border-radius: 2px;
	margin-right: 10px;
	vertical-align: top;
}


input[name='textur']:checked ~ label::before {
	outline: 2px solid #ffffff;
	outline-offset: -5px;
	background-color: #f7941e;
	border: none;
}


.select-buttons .btn {
	background-color: #006bcd;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
	padding: 12px 10px;
	margin-top: auto;
}


.custom-range {
	padding: 0 100px;

}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 10px;
  
  background: #f7941e!important;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: n;
  background: #1a2430;
  border-radius: 5px;
  border: none;
}
/*.cloud9-item-cur {
	transform: scale(1.2)!important;
}*/


@media (max-width: 992px) {
	.custom-range {
		padding: 0;
	}
}




@media (max-width: 768px) {
	.carousel-block .images {
		overflow: hidden;
		order: 2;
	}
	#slider {
		overflow: visible!important;
	}
}