
.section1 .subtitle{
	padding-top:120px;
	width:450px;
	font-family:'Kommersant Modern';
	font-size:35px;
	color:#0065B4;
	margin: 0 auto;
}

.section1 .inner{
	margin-top:5px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.area_send_review{
	width:100%;
	margin-top:20px;
	margin-bottom:30px;

	display:flex;
	justify-content:center;
}

.send_review{
	color: #fff;
	text-decoration: none;
	background: #4791ff;
	font-size: 1.5em;
	font-weight:bold;
	outline: none;
	border: none;
	padding: 0.7em 2em;
	border-radius:20px;
}

.map{
	position:relative;
	overflow:hidden;
	border-radius:20px;
	margin-top:10px;
	margin-right:40px;
	margin-left:40px;
}

.map_iframe{
	width:500px;
	height:400px;
	position:relative;
}

.reviews{
	width:500px;
	height:400px;
	overflow:hidden;
	position:relative;
	margin-top:10px;
	margin-right:40px;
	margin-left:40px;

}

.phone_area{
	margin-top:50px;
	margin-bottom:50px;
	width:100%;
	display:flex;
	justify-content:center;
}
.section1 .phone{
	width:500px;
	height:50px;
}

@media screen and (orientation:portrait)and (max-device-width: 1000px){

	.section1 .subtitle{
		padding-top:220px;
		padding-bottom:20px;
		width:700px;
		font-family:'Kommersant Modern';
		font-size:55px;
		color:#0065B4;
		
		margin: 0 auto;
	}


	
	.section1 .inner{
		width:100%;
		height:100%;
		
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;


	}
	
	.map{
		position:relative;
		border-radius:20px;
	}
	
	.map_iframe{
		width:750px;
		height:700px;
		position:relative;
	}

	.area_send_review{
	    width:100%;
	    margin-top:30px;
	    margin-bottom:30px;

	    display:flex;
		justify-content:center;
	}

	.send_review{
        color: #fff;
        text-decoration: none;
        background: #4791ff;
        font-size: 2.5em;
        font-weight:bold;
        outline: none;
        border: none;
        padding: 0.7em 2em;
        border-radius:20px;
	}
	
	.reviews{
		width:750px;
		height:600px;
		overflow:hidden;
		position:relative;
		margin-top:10px;
		margin-right:40px;

	}

	.phone_area{
        width:100%;
        display:flex;
		justify-content:center;
		padding-bottom:100px;
	}

	.section1 .phone{
		width:700px;
		height:80px;
	}
	
	
}