body{
	margin:0 auto;
	max-width: 2000px;
	 font-family: "Myriad Pro";
}

#contactH{
    color: rgb(37,37,37);
    font-family: 'RalewayBold';
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
    margin-bottom:10px;
}
.heart{
    display: flex;
	justify-content: center;
}
.heart div{
    margin: 10px;
}
#bigSec{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#smallSec{
	width: 75%;

}
.blockCont{
	
	margin-top: 40px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#textCont{
	width: 500px;
}
#textCont p{
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 20px;
}
#textCont span{
	font-size: 20px;
	color: #fe0000;
}
.map{
	width: 273px;
	height: 168px;
}
.map iframe{
	width: 100%;
	height: 100%;
}
#textContX{
	width: 500px;

}
#textContX p{
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 20px;
}
#textContX span{
	font-size: 20px;
	color: #fe0000;
}
#maps{
	width: 273px;
	height: 168px;
	background: black;
	visibility: hidden;
}
.ukr{
	margin-right: 30px;
}
.ukr img{
	width: 90px;
	height: 64px;
	object-fit: cover;
}

@media screen and (max-width: 1207px) {
	.blockCont{
	justify-content: center;
	
}
}
@media screen and (max-width: 843px) {
	#textContX{
	text-align: center;
	}
	#textCont{
	text-align: center;
	}
	#ukr{
	margin-right: 0px;
	}
}
@media screen and (max-width: 803px) {
	.ukr {
		margin-right: 0;
	}
}






