/******************************************************общие для экранов*/


/******************************************************размеры экранов*/
/* Портретные планшеты и средние настольные компьютеры */
@media (min-width: 1025px){
.a-about-block{
	padding-top: 2.5vw; /*30/1200*/
	padding-bottom: 1.6666666vw; /*20/1200*/

}
.aac-head{
	margin: 0;
	padding: 0;
	font-family: Philosopher, sans-serif;
	color: #6d6e70;
	font-size: 3.3333333vw; /*40/1200*/
	text-align: center;
	padding-bottom: 1.6666666vw; /*20/1200*/

}
.aac-cont{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.aac-cont-short{
	font-family: Philosopher, sans-serif;
	color: #6d6e70;
	font-size: 2.4166666vw; /*29/1200*/
	border-bottom: solid;
	border-top: solid;
	border-color: #595a5c;
	width: 40%;
	padding: 3.75vw; /*45/1200*/
}
.aac-cont-text{
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
	color: #6d6e70;
	font-size: 1.5vw; /*18/1200*/
	width: 55%;
	line-height: 1.2;
}
.aac-photo{
	width: 35.416666vw; /*425/1200*/
	/*height: 15.666666vw; /*188/1200*/
}
}
/* Горизонтальные телефоны и вертикальные планшеты */
@media (min-width: 576px) and (max-width: 1024px) {
.a-about-block{
	padding-top: 2.5vw; /*30/1200*/
	padding-bottom: 1.6666666vw; /*20/1200*/

}
.aac-head{
	margin: 0;
	padding: 0;
	font-family: Philosopher, sans-serif;
	color: #6d6e70;
	font-size: 3.9765319vw; /*30,5/767*/
	text-align: center;
	padding-bottom: 1.6666666vw; /*20/1200*/

}
.aac-cont{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.aac-cont-short{
	font-family: Philosopher, sans-serif;
	color: #6d6e70;
	font-size: 2.8135593vw; /*21,58/767*/
	border-bottom: solid;
	border-top: solid;
	border-color: #595a5c;
	width: 40%;
	padding: 3.75vw; /*45/1200*/
}
.aac-cont-text{
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
	color: #6d6e70;
	font-size: 2.086049vw; /*16/767*/
	width: 55%;
	line-height: 1.2;
}
.aac-cont-photo{
	width: 40%;
	
}
.aac-photo{
	width: 100%; /*425/1200*/
	/*height: 15.666666vw; /*188/1200*/
}
}
/* Вертикальные телефоны и меньше */
@media (max-width: 575.98px) {
.a-about-block{
	padding-top: 2.6041666vw; /*15/576*/
	padding-bottom: 1.7361111vw; /*10/576*/

}
.aac-head{
	margin: 0;
	padding: 0;
	font-family: Philosopher, sans-serif;
	color: #6d6e70;
	font-size: 6.0763888vw; /*35/576*/
	text-align: center;
	/*padding-bottom: 4.3402777vw; /*25/576*/

}
.aac-cont{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.aac-cont-short{
	font-family: Philosopher, sans-serif;
	color: #6d6e70;
	font-size: 5.2083333vw; /*30/576*/
	border-bottom: solid;
	border-top: solid;
	border-color: #595a5c;
	width: 100%;
	padding-top: 3.8194444vw; /*22/576*/
	padding-bottom: 3.8194444vw; /*22/576*/
}
.aac-cont-text{
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
	color: #6d6e70;
	font-size: 3.125vw; /*18/576*/
	width: 100%;
	padding-top: 4.3402777vw; /*25/576*/
	padding-bottom: 4.3402777vw; /*25/576*/
	line-height: 1.2;

}
.aac-cont-photo{
	width: 90%;
}
.aac-photo{
	width: 100%; /*425/1200*/
}
}
