body {
	overflow-x: hidden;
}
.bottom--contacts .case-text-block {
	text-align: left;
}

.case-section {
	padding: 70px 0;
}

.vertical-vector {
	position: absolute;
	border-right: 1px dashed #C6B69D;
	left: 50%;
	margin-left: -1px;
	top: 0;
	height: 100%;
}

.horizontal-vector {
	position: absolute;
	border-bottom: 1px dashed #C6B69D;
	left: 0;
	top: 0;
	width: 50%;
}

.case_item_left {
	width: 50%;
	background-color: #ffffff;
	padding: 50px 70px 40px 100px;
}

.case_item_right {
	width: 50%;
	padding: 60px;
}

.case_right_bg {
	background: #DEDBDC;
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 100%;
}

.case_image_description {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #A0855B;
	margin-top: 20px;
}

.case_item_right_description {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}

.case_slider_arrows {
	margin-top: 20px;
	justify-content: center;
}

.case-arrows {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 17px;
	cursor: pointer;
	margin: 0 10px;
}

.case_slider_image {
	margin: 0 5px;
}

.case-prev {
	background-image: url(../web/images/case_prev.png);
}

.case-next {
	background-image: url(../web/images/case_next.png);
}

.case_title_wrap {
	cursor: pointer;
	position: relative;
	left: 50%;
	margin-left: -36px;
}

.case_items_num {
	font-weight: 300;
	font-size: 56px;
	line-height: 56px;
	color: #A0855B;
	width: 70px;
	height: 70px;
	border: 1px dashed #C6B69D;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fbfaf8;
}

.case_title {
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	color: #A0855B;
	margin-left: 25px;
}

.case_title .case_up {
	width: 30px;
	height: 16px;
	display: block;
	position: relative;
	left: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	bottom: 8px;
}

.case_title .case_up.active {
	bottom: -15px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.case-items {
	margin-top: 30px;
	background: #ffffff;
}

.block-hidden {
	display: none;
}

.case_items_wrapper {
	padding-top: 35px;
}

.case_item_right_slider {
	margin-top: 20px;
}

.case_item_right_content {
	z-index: 1;
}

.case_item_right_slider .slick-list {
	height: 70px;
}

.case_item_image a {
	display: block;
}

.case_item_image iframe {
	width: 100%;
	height: 220px;
}

@media screen and (max-width: 1229px) {
	.case_item_image iframe {
		height: 362px;
	}
	.case_title_wrap {
		left: 0;
		margin-left: 0;
	}
	.case_right_bg {
		width: 100%;
	}
	.case-items > .flex {
		flex-direction: column;
	}
	.vertical-vector {
		left: 36px;
	}
	.horizontal-vector {
		left: 36px;
		width: 100%;
	}

	.case_item_left, .case_item_right {
		width: 100%;
	}

	.case_item_left {
		padding: 50px;
	}
}

@media screen and (max-width: 767px) {
	.case_item_image iframe {
		height: 52vw;
	}
	.case_title_wrap {
		flex-direction: column;
	}
	.horizontal-vector {
		left: 0;
		width: 50%;
	}
	.vertical-vector {
		left: 50%;
	}
	.case_title {
		margin-left: 0;
		flex-direction: column;
		width: 100%;
		background: #fbfaf8;
		margin-top: 15px;
		text-align: center;
	}
	.case_title .case_up {
		left: 0;
	}
	.case_item_left {
		padding: 15px;
	}
	.case_item_right {
		padding: 15px;
	}
	.case_title .case_up {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		bottom: -15px;
	}
	.case_title .case_up.active {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		bottom: 8px;
	}
	.single_case_title {
		margin-bottom: 15px;
	}
}