.section-expert {
	padding: 21px 0 30px;
	color: #000000;
}
.section-expert__header {
	margin: 0 0 21px;
}
.section-expert__title {
	font-weight: 700;
	font-family: OpenSans-Bold;
	font-size: 28px;
	line-height: 1.2;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.section-expert__title:hover {
	text-decoration: none;
}
.section-expert__row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.section-expert__left {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;
	position: relative;
}
.section-expert__left::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #DBE0E2;
}
.section-expert__right {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;
	position: relative;
}
.section-expert__right::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #DBE0E2;
}
.section-expert__right .section-expert__header {
	position: absolute;
	top: 15px;
	right: 15px;
	max-width: 230px;
}

.expert-main {
	background: #FFFFFF;
	border: 1px solid #DBE0E2;
	margin: 0 0 50px;
}
.expert-main__text {
	font-size: 14px;
	line-height: 1.57;
	padding: 41px 68px 42px;
}
.expert-main__list {
	display: flex;
	flex-wrap: wrap;
	background: #F6F6F6;
}
.expert-main__item {
	flex: 1;
	font-size: 14px;
	font-family: OpenSans-Semibold;
	text-transform: uppercase;
	padding: 11px 22px;
	min-height: 167px;
}
.expert-main__item:nth-child(1) {
	background: #5CD3CF url("../../../images/icons/slide-bg.svg") 0 50% no-repeat;
	background-size: contain;
}
.expert-main__item:nth-child(3) {
	background: #5CD3CF url("../../../images/icons/slide-bg2.svg") 100% 50% no-repeat;
	background-size: contain;
	flex: 1.1;
}
.expert-main__item span {
	display: block;
	font-size: 26px;
	font-family: Circe-Bold;
}
.expert-main__item b {
	font-size: 56px;
}



.link-more {
	display: inline-block;
	color: #458381;
	text-decoration: none;
	transition: color ease 0.4s;
}
.link-more span {
	position: relative;
}
.link-more svg {
	stroke: #458381;
	transition: stroke ease 0.4s;
}
.link-more:hover,
.link-more:focus {
	color: #5CD3CF;
	text-decoration: none;
	transition: color ease 0.4s;
}

.link-more:hover svg,
.link-more:focus svg {
	stroke: #5CD3CF;
	transition: stroke ease 0.4s;
}

.place-slider {}
.place-slider .swiper-container {
	overflow: hidden;
}
.place-slider .custom-swiper-controls {
	position: relative;
	transform: translate(0px, -210px);
	z-index: 2;
	max-width: 390px;
	margin-left: auto;
	height: 0;
}
.place-slider .custom-swiper-btn {
	position: absolute;
	top: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #F6F6F6;
	background-size: 15px 15px;
}
.place-slider .custom-swiper-btn:hover,
.place-slider .custom-swiper-btn:focus {
	background-color: #5CD3CF;
}

.place-slider .custom-swiper-btn__prev {
	left: 30px;
}
.place-slider .custom-swiper-btn__prev:hover,
.place-slider .custom-swiper-btn__prev:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M16 1L2 22L16 43' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3C/svg%3E%0A");
}
.place-slider .custom-swiper-btn__next {
	right: 30px;
}
.place-slider .custom-swiper-btn__next:hover,
.place-slider .custom-swiper-btn__next:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='44' viewBox='0 0 17 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M1 1L15 22L1 43' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3C/svg%3E%0A");
}
.place-slider .swiper-pagination {
	margin: 0;
	padding: 16px 0 0;
}

.place-slider__more {
	position: absolute;
	right: 15px;
	bottom: 25px;
	z-index: 2;
}

.place-item {
	position: relative;
}
.place-item__img {
	width: 492px;
	height: auto;
}
.place-item__img img {
	width: 100%;
	max-width: 100%;
}
.place-item__inner {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background: #fff;
	border: 1px solid #DBE0E2;
	padding: 40px 30px 50px;
	max-width: 390px;
	height: 420px;
}
.place-item__title {
	font-family: OpenSans-Bold;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.place-item__content {
	font-size: 14px;
	line-height: 1.57;
}

@media (max-width: 1599px) {
	.section-expert__row {
		justify-content: center;
	}
	.section-expert__left {
		padding-bottom: 60px;
		margin-bottom: 60px;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.section-expert__right {
		max-width: 750px;
		flex: 0 0 750px;
	}
	.section-expert__right .section-expert__header {
		max-width: 190px;
	}
}
@media (max-width: 750px) {
	.section-expert__title {
		font-size: 22px;
	}
	.expert-main__text {
		padding: 20px 15px;
	}
	.expert-main__item {
		min-width: 100%;
		min-height: 80px;
		padding: 0 15px 15px;
	}
	.expert-main__item b {
		font-size: 41px;
	}
	.place-item__inner {
		position: relative;
		padding: 15px 15px;
		height: auto;
		top: 0;
		bottom: 0;
		transform: none;
		left: 0;
		background: rgba(255,255,255,0.97);
		border: 1px solid rgba(0,0,0,0.1);
		margin: -80px 10px 10px;
	}
	.section-expert__right .section-expert__header {
		position: relative;
		top: auto;
		right: auto;
		max-width: 100%;
	}
	.section-expert__right {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.place-item__img {
		width: 100%;
		max-width: 100%;
	}
	.place-item__img img {
		max-width: 100%;
	}
	.place-slider .custom-swiper-controls {
		position: absolute;
		bottom: 80px;
		left: 0;
		right: 0;
		transform: none;
	}
	.place-slider .custom-swiper-btn {
		display: none;
	}
	.place-slider__more {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: right;
		margin: 30px 0 20px;
	}
}
