/******************************************************общие для экранов*/
.icons-header{
	text-align: center;	
}
.icH{
	font-family: Philosopher, sans-serif;
	color: #6d6e70;
	margin: 0;
}
.ic1{
	
	text-align: center;
	font-family: Ubuntu, sans-serif;
	color: #6d6e70;
	margin: 0;
	font-weight: 300;
}
/******************************************************размеры экранов*/
/* Портретные планшеты и средние настольные компьютеры */
@media (min-width: 1025px){
.icons-icons{
	padding-bottom: 5.3333333vw; /*64/1200*/
	margin-top: 3.1666666vw; /*38/1200*/
}
.flex-icons{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icons-header{
	margin-top: 1.8333333vw; /*22/1200*/
}
.icH{
	font-size: 2.875vw; /*34,5/1200*/
}
.icons-row1{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.icons-row2{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-left: 20vw;
	margin-right: 20vw;
}

.icons{
	width: 9.4166666vw; /*113/1200*/
	height: 10.25vw; /*123/1200*/
	
}
.ic1{
	padding-top: 0.25vw; /*3/1200*/
	font-size: 1.3333333vw; /*16/1200*/
}

}
/* Горизонтальные телефоны и вертикальные планшеты */
@media (min-width: 576px) and (max-width: 1024px) {
.flex-icons{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icons-header{
	margin-top: 2.3468057vw; /*18/767*/
}
.icH{
	font-size: 3.9765319vw; /*30,5/767*/
}
.icons-icons{
	margin-top: 4.2372881vw; /*32,5/767*/
	padding-bottom: 5.2151238vw; /*40/767*/

}
.icons-row1{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-left: 5.2151238vw; /*40/767*/
	margin-right: 5.2151238vw; /*40/767*/
}
.icons-row2{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 2.3468057vw; /*18/767*/
	margin-left: 17.861799vw; /*137/767*/
	margin-right: 17.861799vw; /*137/767*/
}

.icons{
	width: 14.341590vw; /*110/767*/
	height: 15.645371vw; /*120/767*/
}
.ic1{
	padding-top: 0.9126466vw; /*7/767*/
	font-size: 2.2164276vw; /*17/767*/
}
}
/* Вертикальные телефоны и меньше */
@media (max-width: 575.98px) {
.icons-header{
	margin-top: 5.5555555vw; /*32/576*/
}
.icH{
	font-size: 6.0763888vw; /*35/576*/
}
.slider-icons{
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: stretch;
	height: 60.243055vw; /*347/576*/
	padding-bottom: 4.3402777vw; /*25/576*/
}

.slider-icons-left{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11%; /*63/576*/
}
.slider-icons-right{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11%; /*63/576*/
}
.slider-icons-center{
	width: 88%;
	/* flex-grow: 1; */
	display: flex;
	align-items: center;
	justify-content: start;
	
	overflow-x: scroll;
}
.icons{
	width: 29.513888vw; /*170/576*/
	height: 32.638888vw; /*188/576*/
	margin-left: 5.2083333vw; /*30/576*/
	margin-right: 5.2083333vw; /*30/576*/
	
}
.ic1{
	padding-top: 2.6041666vw; /*15/576*/
	font-size: 4.5138888vw; /*26/576*/
}

.arrow-left{
	width: 3.4722222vw; /*20/576*/
	height: 9.375vw; /*54/576*/
}
.arrow-right{
	width: 3.4722222vw; /*20/576*/
	height: 9.375vw; /*54/576*/
	transform: rotate(180deg);
}

}
