/* Reviews
	 ========================================================================== */

.reviews-sec__slider-block {
	margin-top: 60px;
}

.reviews-sec .swiper-slide {
	display: flex;
	flex-direction: column;
	transform: scale(.9)!important;
	padding: 24px;
	background: #FFFFFF;
	border: 0.5px solid #615E5E;
	border-radius: 20px;
	height: fit-content;
	min-height: 200px;
	box-sizing: border-box;
	transition: transform .5s;
}

.reviews-sec .swiper-slide:before {
	content: '"';
	display: block;
	font-family: 'Proza Libre';
	font-weight: 400;
	font-size: 74px;
	line-height: .8;
	color: #FF8400;
}
@media (min-width: 768px) {
	.reviews-sec .swiper-slide-active {
		transform: scale(1)!important;
	}
}

.reviews-sec .swiper-slide__descr {
	line-height: 1.5;
	font-size: .9em;
	color: #4A4A4A;

}

.reviews-sec .swiper-slide__name {
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	text-transform: capitalize;
	color: #000000;
	margin-top: 24px;
}

@media (max-width: 767px) {
	.reviews-sec__slider-block {
		margin-top: 40px;
	}

	.reviews-sec .swiper-slide {
		aspect-ratio: 1/.6;
	}
}

@media (max-width: 520px) {
	.reviews-sec__slider-block {
		margin-top: 30px;
	}
}

/* Contacts section
	 ========================================================================== */

.contacts-sec__main-block {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}


.contacts-sec__top-group {
	display: flex;
	flex-direction: column;
	gap: 60px 0;
}

.contacts-sec .top-group__section-title {
	text-align: center;
}

.contacts-sec .top-group__address-name {
	display: block;
	font-weight: 500;
	color: #FFFFFF;
	font-size: .9em;
}

.contacts-sec iframe {
	display: block;
}

@media (max-width: 767px) {
	.contacts-sec__top-group {
		gap: 40px;
	}
}

@media (max-width: 520px) {
	.contacts-sec__top-group {
		gap: 30px 0;
	}

	.contacts-sec iframe {
		height: 260px;
	}
}

/* Form
	 ========================================================================== */
.form-sec__main-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px 0;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.form-sec__title-group {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.form-sec .title-group__section-title {
	color: #F5F5F5;
	text-align: center;
}

.form-sec .title-group__sub-title {
	line-height: 1.5;
	font-size: 1.1em;
	text-align: center;
	color: #F5F5F5;
}

.form-sec__form-block {
	
	width: 100%;
	
}

/* Portfolio
	 ========================================================================== */
.portfolio-sec {
	background: #1A1A1A;
}
.portfolio-sec__main-block {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
} 
.portfolio-sec .slider-block {
	margin-top: 60px;
	padding: 0 50px;
	width: 100%;
}

.portfolio-sec .swiper-slide {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 45px 0;
}
.portfolio-sec .swiper-slide__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
} 
.portfolio-sec .swiper-slide__before-after {
	max-width: 700px;
	display: flex;
	flex-direction: column;
}

.portfolio-sec__current-slide-text {
	font-style: italic;
	line-height: 1.5;
	font-size: 1.2em;
	text-align: center;
	color: #F5F5F5;
	display: block;
	margin-top: 44px;
}

.portfolio-sec .swiper-pagination {
	position: relative;
	margin-top: 25px;
}

.portfolio-sec .swiper-pagination-bullet {
	background: #D9D9D9;
}

.portfolio-sec .swiper-pagination-bullet-active {
	background: #FF8400;
}

@media (max-width: 767px) {
	.portfolio-sec .slider-block {
		padding: 0;
		margin-top: 40px;
	}
}

@media (max-width: 520px) {
	.portfolio-sec .slider-block {
		margin-top: 30px;
	}
}

/* Why
	 ========================================================================== */
.why-sec .swiper {
	margin-top: 60px;
	width: 100%;
	padding-right: 36px;
}


.why-sec .swiper-wrapper {
  display: flex;
  align-items: center;

}

.why-sec .swiper-slide {
  height: 120px;
  flex-shrink: 0;

}


.why-sec .swiper-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.why-sec .swiper-slide-active {
		height: auto;
  	min-width: 360px!important;
  	transition: width .5s;
}


.why-sec__main-block {
	display: flex;
	flex-direction: column;
	gap: 60px 0;
}

.why-sec__sub-text {
	display: block;
	text-align: center;
	margin-top: 60px;
	font-style: italic;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.1;
	color: #F5F5F5;
	width: fit-content;
	border-bottom: 1px solid #FC8D19;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
}
.why-sec__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.why-sec .list__item {
	min-width: 280px;
	flex: 1 1 calc(25% - 24px);
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	align-items: center;
	padding: 36px 24px;
	border: 0.5px solid #605555;
	border-radius: 20px;
}

.why-sec .list__item:hover {
	border-color: #FC8D19;
	filter: drop-shadow(0px 4px 15px #FF073A);
}

.why-sec .item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #F5F5F5;

}

.why-sec .item__icon img {
	width: 24px;
	height: 24px;
}

.why-sec .item__name {
	line-height: 22px;
	text-align: center;
	font-weight: 700;
	font-size: 1.1em;
	color: #FFFFFF;
}
.why-sec .item__descr {
	font-weight: 400;
	line-height: 1.5;
	font-size: .9em;
	color: #BFBFBF;
}

@media (max-width: 767px) {
	.why-sec .swiper {
		padding-right: 0;
	}
	.why-sec .swiper-slide {
		transform: scale(.9)!important;
		transition: transform .5s;
	}

	.why-sec .swiper-slide {
		height: auto;
	}

	.why-sec .swiper-slide-active {
		min-width: auto!important;
		transform: scale(1)!important;
	}

	.why-sec__main-block {
		gap: 40px 0;
	}
}

@media (max-width: 520px) {
	.why-sec__main-block {
		gap: 30px 0;
	}

	.why-sec__sub-text {
		margin-top: 40px;
		font-size: 1em;
	}

	.why-sec .list {
		flex-direction: column;
	}

	.why-sec .list__item {
		min-width: auto;
		width: 100%;
		max-width: 100%;
		padding: 24px;
	}
}

/* Services
	 ========================================================================== */

.services-sec {
	background: #1A1A1A;
}

.services-sec__main-block {

}
.secrvices-sec__title-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
}
.secrvices-sec__section-title {
	text-align: center;
}
.secrvices-sec__sub-title {
	text-align: center;
	display: block;
	font-weight: 500;
	line-height: 1.5;
	font-weight: 1.1em;
	color: #BFBFBF;
}
.services-sec__list {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 60px 0;
}

.services-sec .list__item {
	display: block;
	position: relative;
	padding-bottom: 24px;
}

.services-sec .list .item__img {
	width: calc(100% - 250px);
	aspect-ratio: 1/.6;
	object-fit: cover;
	display: block;
}


.services-sec .list .item:nth-child(2n) .img {
	margin-left: auto;
	margin-right: 0;
}

.services-sec .item__content {
	overflow: hidden;
	padding: 32px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: #FFFFFF;
	border-radius: 10px;
	width: 500px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.services-sec .item:nth-child(2n) .content {
	left: 0;
	right: auto;
}

.services-sec .list .item__name {
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
	color: #000000;
	position: relative;
}
.services-sec .list .item__name:after {
	content: '';
	width: 20%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background: #FC8D19;
}

.services-sec .list .item__price {
	line-height: 1.5;
	display: block;
	color: #4A4A4A;
	font-size: .9em;
}

.services-sec .list .item__price strong {
	color: #000000;
}

.services-sec .list .item__descr {
	line-height: 1.5;
	font-size: .9em;
	color: #4A4A4A;
}

@media (max-width: 767px) {

	.services-sec .list__item {
		padding-top: 40%;
	}

	.services-sec .list .item__img {
		height: auto;
		aspect-ratio: 1/.5;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.services-sec .list .item__name {
		font-size: 24px;
	}
	.services-sec .item__content {
		position: relative;
		top: auto;
		left: auto;	
		max-width: 100%;
		width: calc(100% - 48px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 520px) {
	.services-sec .list .item__name {
		font-size: 20px;
	}
}