.project {
	padding: 0 103px;
	position: relative;
}

.project .swiper-button-next,
.project .swiper-button-prev {
	background: #fff;
	border: 1px solid rgba(213, 213, 213, 1);
	border-radius: 14px;
	width: 59px;
	height: 43px;
}

.project .swiper-button-next {
	background: #fff url(images/arrow-right.png) center center no-repeat;
}

.project .swiper-button-prev {
	background: #fff url(images/arrow-left.png) center center no-repeat;
}

.project-item {
	width: 50%;
	float: left;
	margin-bottom: 15px
}

.project-item:last-child {
	padding-right: 0;
}

.project-item-img {
	width: 100%;
	height: 383px;
	overflow: hidden;
	border-radius: 14px;
	margin-bottom: 19px;
	position: relative;
	z-index: 1;
}

.project-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-item-btn {
	display: block;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: rgba(143, 133, 115, 1);
	padding: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 105.6%;
}

.project-item-btn:hover {
	background: #e4002b;
	color: #fff;
}

.project .swiper-button-prev::after, .project .swiper-rtl .swiper-button-next::after,
.project .swiper-button-next::after, .project .swiper-rtl .swiper-button-prev::after {
	content: '';
}

.project-btn {
	background: rgba(255, 255, 255, 0.47);
	border: 1px solid #FFFFFF;
	border-radius: 50%;

	position: absolute;
	right: 28px;
	bottom: 19px;

	width: 64px;
	height: 64px;
	z-index: 10;
	display: flex;
}
.project-btn:after {
	content: '';
	width: 18px;
	height: 2px;
	background: #000;

	position: absolute;
	left: 50%;
	top: 50%;

	transform: translate(-50%, -50%);
}

.project-btn:before {
	content: '';
	width: 2px;
	height: 18px;
	background: #000;

	position: absolute;
	left: 50%;
	top: 50%;

	transform: translate(-50%, -50%);
}

.modal-project-title {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 0;
}

.modal-project-dialog {
	border-radius: 0;
}

.modal-project-dialog .modal-content {
	border-radius: 0;
}
.modal-project-dialog .modal-header {

}

.modal-project-dialog .modal-header {
	border-bottom: 0;
	padding-bottom: 0;
	padding-left: 53px;
	padding-right: 53px;
}

.modal-project-dialog .modal-body {
	margin-top: 38px;
	padding:  0 53px 53px;
}

.modal-header-text {
	padding-left: 53px;
	padding-right: 53px;
}

.project-gallery {
	text-align: center;
}

.project-gallery img {
	width: 100%;
	height: 313px;
	object-fit: cover;
	border-radius: 14px;
}

.project-head-button .button {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 105.6%;
}

@media (max-width: 760px) {
	.project-item-btn {
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		line-height: 105.6%;
	}

	.project {
		padding: 0px 46px;
		position: relative;
	}

	.project-item-img {
		height: 118px;
	}

	.project .swiper-button-next, .project .swiper-button-prev {
		width: 31px;
		height: 23px;
		border-radius: 3px;
		background-size: 50%;
		margin-top: -39px !important;
	}

	.block-header.project-business-header h2 {
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 105.6%;
	}

	.project-btn {
		width: 24px;
		height: 24px;

		right: 10px;
		bottom: 7px;
	}

	.project-btn:after {
		width: 7px;
		height: 1px;
	}

	.project-btn:before {
		width: 1px;
		height: 7px;
	}

	.project-gallery img {
		width: 100%;
		height: 132px;
	}
}
