
.subtitle {
    width: 100%;
    font-family: 'Kommersant Modern';
    font-size: 2vw;
    color: #0065B4;
    white-space: normal;        /* явно разрешаем перенос */
    word-wrap: break-word;      /* перенос длинных слов */
    overflow-wrap: break-word;  /* альтернатива */
	padding-left: 20px;
	padding-top: 20px;
}

.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;
}
.phone{
	width:40%;
	height:auto;
}

@media (max-width: 1600px) {
	.subtitle {
		font-size: 4vw;
	}

}


@media (max-width: 853px) {
    .phone {
		width:80%;
	}
	
	.subtitle {
		font-size: 8vw;
	}
}



@media (orientation: landscape) {

}
