
.lines-1{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.lines-2{
	position: absolute;
	width: 100%;
	z-index: -1;
	left: 0;
	bottom: 0;
}
.review-page{
	position: relative;
}
.main-title-pink h2{
	color: var(--main-color);
}
.main-title-left{
	justify-content: flex-start;
	padding-left: 19vw;
	margin-top: 11.5vw;
}
.maim-label{
	color: var(--main-color);
	display: block;
	font-size: .8vw;
	margin: .5vw 0;
	font-family: "mazzart";
}
.write-review-cont{
	padding-left: 19vw;
}
.last-name,
.review-text,
.contact-us-item textarea{
	border: 1.2px solid #000000;
	width: 22vw;
	padding-left: .8vw;
	font-size: .8vw;
	height: 2.6vw;
	margin-bottom: 1.2vw;
	background: none;
	outline: none;
	font-family: "roboto"; 
}

.review-text{
	min-width: 27vw;
	max-width: 27vw;
	min-height: 11.2vw;
	padding-top: .7vw;
}
.last-name::-webkit-input-placeholder{
	color: #A9A9A9;
}
.review-text::-webkit-input-placeholder{
	color: #A9A9A9;
}
.reviews-2{
	display: flex;
	padding: 4.4vw 19vw;
	flex-wrap: wrap;
	margin-bottom: 4.5vw;
}
.reviews-2 .review{
	max-width: unset;
	min-width: unset;
	width: 23%;
	margin: 1%;
	border: 1px solid var(--main-color);
}
.reviews-2 .review:nth-child(1){
	margin-left: 0;
}
.reviews-2 .review:nth-child(4n){
	margin-right: 0;
}

.main-title-line h2:before{
	width: 8.4vw;
	height: 2px;
	content: '';
	position: absolute;
	background: var(--main-color);
	bottom: .1vw;
	left: calc(50% - 4.2vw);
}
.contact-us{
	display: flex;
	justify-content: space-between;
	padding: 0 17.7vw;
	margin-top: 8vw;
}
.contact-us .maim-label{
	font-size: 1vw;
	margin: .5vw 0;
	font-family: "mazzart"; 
}
.contact-us-item{
	display: flex;
	flex-direction: column;
}
.contact-us-item textarea{
	min-width: 22vw;
	max-width: 22vw;
	min-height: 8vw;
	padding-top: .7vw;
}
.contact-us-item textarea::-webkit-input-placeholder{
	color: #A9A9A9;
}
.contact-us button{
	width: 100%;
	height: 2.6vw;
	font-size: 1vw;
	background: var(--main-color);
	color: #fff;
	border: 2px solid var(--main-color);
	outline: none;
	cursor: pointer;
	margin-top: 1vw;
	transition: .3s;
}
.contact-us button:hover{
	background: #fff;
	color: var(--main-color);
}
.contacts-cont{
	width: 40vw;
	margin-top: 2.5vw;
}
.contacts-about{
	display: flex;	
}
.contacts-item{
	display: flex;
	align-items: center;
	margin-bottom: 1.6vw;
	height: 1.3vw;
	font-size: .9vw;
	color: #0F001A;
	text-decoration: none;
	font-family: "roboto"; 
	margin-right: 3.8vw;
}
.contacts-item>img{
	width: 1.3vw;
	margin-right: 1vw;
}
.contacts-item>a{
	height: 1vw;
	display: block;
	margin-right: 1vw;
}
.contacts-item>a img{
	height: 100%;
}
.map{
	width: 100%;
	margin-top: 1.4vw;
	height: 13vw;
}
.bottom-section{
	border-top: 2px solid #fff;
	margin-top: 8.6vw;
}
.waves{
	background: none;
}
.reviews{
	margin-bottom: 5.2vw;
}
@media(min-width: 1920px){
	.reviews{
		margin-bottom: 100px;
	}
	.main-title-left{
		padding-left: 365px;
		margin-top: 220px;
	}
	.maim-label{
		font-size: 16px;
		margin: 10px 0;
	}
	.write-review-cont{
		padding-left: 365px;
	}
	.last-name,
	.review-text,
	.contact-us-item textarea{
		width: 422px;
		padding-left: 16px;
		font-size: 16px;
		height: 50px;
		margin-bottom: 24px;
	}
	.review-text{
		min-width: 520px;
		max-width: 520px;
		min-height: 215px;
		padding-top: 14px;
	}
	.reviews-2{
		padding: 85px 365px;
		margin-bottom: 88px;
	}
	.main-title-line h2:before{
		width: 161px;
		bottom: 2px;
		left: calc(50% - 80px);
	}
	.contact-us{
		padding: 0 340px;
		margin-top: 153px;
	}
	.contact-us .maim-label{
		font-size: 19px;
		margin: 10px 0;
	}
	.contact-us-item textarea{
		min-width: 422px;
		max-width: 422px;
		min-height: 153px;
		padding-top: 14px;
	}
	.contact-us button{
		height: 50px;
		font-size: 19px;
		margin-top: 19px;
	}
	.contacts-cont{
		width: 768px;
		margin-top: 48px;
	}
	.contacts-item{
		margin-bottom: 30px;
		height: 25px;
		font-size: 18px;
		margin-right: 73px;
	}
	.contacts-item>img{
		width: 25px;
		margin-right: 19px;
	}
	.contacts-item>a{
		height: 19px;
		margin-right: 19px;
	}
	.map{
		margin-top: 27px;
		height: 250px;
	}
	.bottom-section{
		margin-top: 165px;
	}
}
@media(max-width: 500px){
	.reviews{
		margin-bottom: 10vw;
	}
	.main-title-left{
		padding-left: 0;
		justify-content: center;
		margin-top: 20vw;
	}
	.main-title-pink h2{
		padding: 0 2vw;
	}
	.contacts-about{
		flex-direction: column;
	}
	.main-title-left h2{
		text-align: center;
	}
	.write-review-cont{
		padding: 0 10vw;
	}
	.last-name, .review-text, .contact-us-item textarea,
	.contact-us button{
		width: 100%;
		height: 8vw;
		font-size: 3vw;
		padding-left: 3vw;
		margin-bottom: 5vw;
	}
	.maim-label,
	.contact-us .maim-label{
		font-size: 3vw;
		margin: 3vw 0;
	}
	.review-text,
	.contact-us-item textarea{
		min-width: 100%;
		max-width: 100%;
		min-height: 40vw;
		padding-top: 1.5vw;
	}
	.reviews-2,
	.contact-us{
		padding: 10vw;
		flex-direction: column;
	}
	.contact-us{
		margin-top: 0;
	}
	.reviews-2 .review{
		margin: 0;
		width: 100%;
		left: 0;
		margin-bottom: 5vw;
	}
	.contacts-item>img{
		width: 4.5vw;
		margin-right: 3vw;
	}
	.contacts-item{
		height: 7vw;
		font-size: 3vw;
		margin-right: 4vw;
		margin-bottom: 4vw;
		white-space: nowrap;
	}
	.contacts-cont{
		width: 100%;
	}
	.contacts-item>a{
		height: 4vw;
		margin-right: 3vw;
	}
	.map{
		aspect-ratio: 1/1;
		object-fit: cover;
		height: unset;
	}
}