.fur,
.fur * {
	box-sizing: border-box;
	line-height: normal;
}
.fur {
	color: #000;
}
.slick-slider,
.slick-slider * {
	outline: none!important;
}
.fur__flex {
	display: flex;
	flex-wrap: wrap;
}
.fur__section {
	padding: 40px 0;
}
.fur__title {
	font-size: 25px;
	font-weight: 600;
}
.fur__title--big {
	font-size: 40px;
}
.fur__banner {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.fur__banner-image {
	height: 500px;
	position: relative;
}
/*.fur__banner-image:before {
	content: '';
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}*/
.fur__banner-image > img {
	pointer-events: none;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fur__banner-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
}
.fur__banner-cont {
	text-align: center;
	width: 800px;
	max-width: 100%;
	color: #fff;
}
.fur__first .fur__banner-cont {
	text-align: left;
}
.fur__first {
	margin-bottom: 40px;
}
.fur__first-title {
	margin-bottom: 20px;
}
.fur__first-subtitle {
	font-size: 22px;
}
.fur__teasers {
	margin: 0 -10px;
}
.fur__teaser {
	padding: 0 10px;
}
.fur__teaser-in {
	align-items: center;
}
.fur__teaser-ico {
	flex: 0 0 90px;
}
.fur__teaser-ico > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
	display: block;
}
.fur__teaser-cont {
	flex: 1;
	padding-left: 15px;
}
.fur__teaser-title {
	font-size: 18px;
	font-weight: 600;
}
.fur__teaser-text {
	margin-top: 8px;
}
.fur__blocks {
	display: grid;
	grid-template-columns: 100%;
	gap: 40px;
}
.fur__block {
	gap: 30px;
	align-items: center;
}
.fur__block-col {
	flex: 1;
}
.fur__block-image {
	height: 0;
	padding-bottom: 56.2%;
	position: relative;
}
.fur__block-image > img {
	pointer-events: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	border-radius: 10px;
}
.fur__block-title {
	margin-bottom: 30px;
}
.fur__block-text {
	font-size: 20px;
}
.fur__block-action {
	margin-top: 40px;
}
.fur__block:nth-child(2n) {
	flex-direction: row-reverse;
}
.fur__products {
	margin: -10px;
}
.fur__product {
	padding: 10px;
	height: unset!important;
	float: none!important;
}
.fur__products .slick-track {
	display: flex!important;
}
.fur__product-box {
	height: 100%;
	border: 1px solid #dcdcdc;
	flex-direction: column;
	border-radius: 8px;
	position: relative;
	transition: 300ms;
}
.fur__product-image {
	flex: 0 0 220px;
	justify-content: center;
	align-items: center;
}
.fur__product-image > img {
	max-width: 85%;
	max-height: 85%;
	object-fit: cover;
	border-radius: 8px;
}
.fur__product-title {
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	transition: 300ms;
}
.fur__product-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.fur__product-box:hover {
	border-color: transparent;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.fur__product-box:hover .fur__product-title {
	color: #d18a12;
}
.fur__block-action-btn {
	padding: 12px 24px!important;
}
.fur__slider {
	position: relative;
}
.slider__arrow {
	background: #fff;
	border: 1px solid #d18a12;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}
.slider__arrow--prev {
	left: -15px;
	padding-right: 3px;
}
.slider__arrow--next {
	right: -15px;
	padding-left: 2px;
}
.slider__arrow > svg > path {
	transition: 300ms;
	fill: #d18a12;
}
.slider__arrow:hover {
	background: #d18a12;
}
.slider__arrow:hover > svg > path {
	fill: #fff;
}
.fur__slider .slick-dots {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.fur__slider .slick-dots > li button {
	display: none!important;
}
.fur__slider .slick-dots > li {
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #dcdcdc;
	transition: 300ms;
	cursor: pointer;
	list-style: none!important;
	padding: 0;
	margin: 0;
}
.fur__slider .slick-dots > li:before {
	display: none!important;
}
.fur__slider .slick-dots > li.slick-active {
	background: #d18a12;
}
.fur__order-text {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
}
.fur__banner-cont a:hover {
	color: #fff;
}
.fur__order .fur__banner-image {
	max-height: 250px;
}
@media(max-width: 991px) {
	.fur__first .fur__banner-cont {
		text-align: center;
	}
	.fur__title--big {
		font-size: 35px;
	}
	.fur__banner-image {
		height: 400px;
	}
	.fur__product-title {
		font-size: 15px;
	}
	.fur__order-text {
		font-size: 19px;
	}
}
@media(max-width: 767px) {
	.fur__block {
		flex-direction: row;
	}
	.fur__block-col {
		flex: 0 0 100%;
	}
	.fur__title {
		font-size: 22px;
	}
	.fur__title--big {
		font-size: 35px;
	}
	.fur__section {
		padding: 25px 0;
	}
	.fur__teasers .slick-dots {
		margin-top: 20px;
	}
	.fur__banner-cont br {
		display: none;
	}
	.fur__block-title {
		margin-bottom: 25px;
	}
	.fur__block-action {
		margin-top: 25px;
	}
}