.contacts-top-section{
	display: flex;
	align-items: center;
	position: relative;
	height: 20.8vw;
}
.contacts-top-section .img{
	width: 100%;
	position: absolute;
	z-index: -1;
}
.contacts-top-section .info{
	width: 45vw;
	margin-left: 43vw;
	color: #fff;
}
.contacts-top-section .info h1{
	font-size: 3.7vw;
	color: #E776FF;
	margin: 0;
	font-family: "lexend-medium";
}
.contacts-top-section .info p{
	margin: 0;
	font-size: 2.5vw;
	margin-top: 1vw;
}
.contact-center-text{
	width: 62vw;
	margin: 5.2vw auto;
	font-size: 3.3vw;
	text-align: center;
}
.contact-cont{
	display: flex;
	justify-content: space-between;
	padding: 0 5.4vw;
}
.cities{
	width: 50%;
}
.city{
	display: flex;
	margin-bottom: 4.8vw;
}
.city .img{
	width: 21vw;
}
.city .info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 3.5vw;
}
.city .info h2{
	font-size: 3.2vw;
	margin: 0;
	font-family: "lexend-medium";
}
.city .info p{
	margin: 0;
	font-size: 1.8vw;
	line-height: 1.6;
}
.city .info a{
	font-family: "lexend-medium";
	margin: 0;
	color: #000;
	text-decoration: none;
	font-size: 1.7vw;
}
.city .info .main-blue-btn{
	font-family: "lexend-medium";
	margin: 0;
	border-color: #000;
	color: #000;
	text-decoration: none;
	font-size: 1.2vw;
	padding: 1vw 2vw;
	margin-bottom: 1vw;
}
.city .info .main-blue-btn:before{
	background: #000;
}
.city .info .main-blue-btn:hover{
	color: #fff;
}
.contact-cont form{
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.contact-cont form input{
	width: 100%;
	height: 3vw;
	margin-bottom: 3vw;
	font-size: 1.3vw;
	font-family: "lexend-extralight"; 
	font-weight: 800;
	border: none;
	outline: none;
	border-bottom: 1px solid #000;
}
.contact-cont form input::-webkit-input-placeholder{
	color: #000;
}
.contact-cont form label{
	font-size: 1.3vw;
	font-family: "lexend-extralight"; 
	font-weight: 800;
	margin-bottom: 1.5vw;
	width: 100%;
}
.contact-cont form textarea{
	padding: .5vw;
	min-width: 100%;
	max-width: 100%;
	min-height: 17vw;
	font-family: "lexend-extralight"; 
	font-weight: 800;
	font-size: 1.3vw;
	outline: none;
}
.contact-cont form button{
	outline: none;
	margin-top: 5vw;
}
@media (max-width: 767px){
	
	.contacts-top-section{
		flex-direction: column;
		height: unset;
		background: #201a64;
		padding-top: 16vw;
	}
	.contacts-top-section .img{
		position: static;
		height: 50vw;
		object-fit: cover;
		object-position: left;
		z-index: 5;
	}
	.contacts-top-section .info{
		width: 100%;
		padding: 5vw;
		margin: 0;
	}
	.contacts-top-section .info h1{
		font-size: 8vw;
	}
	.contacts-top-section .info p{
		margin-top: 4vw;
	}
	.contacts-top-section .info p,
	.contact-center-text{
		font-size: 4vw;
	}
	.contact-cont{
		flex-direction: column;
	}
	.contact-center-text{
		width: 90%;
		margin: 8vw auto;
	}
	.cities{
		width: 100%;
	}
	.city{
		margin-bottom: 7vw;
	}
	.city .img{
		width: 40vw;
	}
	.city .info h2{
		font-size: 6vw;
	}
	.city .info p{
		font-size: 3.5vw;
	}
	.city .contact-text{
		display: flex;
		flex-direction: column-reverse;
	}
	.city .info a,
	.city .info .main-blue-btn{
		font-size: 3vw;
	}
	.city .info .main-blue-btn{
		margin-bottom: 0;
		margin-top: 3vw;
		padding: 3vw;
	}
	.contact-cont form{
		width: 100%;
	}
	.contact-cont form input{
		height: 10vw;
		font-size: 3.5vw;
		margin-bottom: 4vw;
	}
	.contact-cont form label{
		font-size: 3.5vw;
		margin-bottom: 3vw;
	}
	.contact-cont form textarea{
		font-size: 3.5vw;
		padding: 2vw;
		min-height: 40vw;
		height: 40vw;
		max-height: 100vw;
	}
}