

/* Start:/bitrix/components/prosmile/bloki2_4/templates/.default/style.css?17773863733374*/



.bloki2_4, .bloki2_4 * {
	/*box-sizing: border-box; FLEX и BOX-SIZING в IE 10-11 одновременно не работают*/
}

.bloki2_4 {
	display: -webkit-flex; 
	display: flex;
	justify-content: center; /*Выравнивание элементов по горизонтали: flex-start flex-end center space-between space-around */
	align-items: stretch; /*Выравнивание элементов по вертикали: stretch flex-start flex-end center baseline*/
	flex-direction: row; /*Направление главной оси: row row-reverse column column-reverse*/
	flex-wrap: wrap; /*Многострочность элементов: nowrap wrap wrap-reverse*/
	/*flex-flow: row nowrap;*/ /*Краткая запись направления и многострочности*/
	align-content: stretch; /*Многострочное выравнивание: stretch flex-start flex-end center baseline */
	/*padding: 0 0.5% 0 0.5%;*/
	margin: 0px 0 0px 0;
}

.bloki2_4 > a {
	-webkit-order: 1;
	order: 1; /*Порядок отображения элементов: 0 1 -1*/
	flex-basis: 25%; /*Базовая ширина элемента auto px % em*/
	flex-grow: 0; /*Растяжение элементов*/
	flex-shrink: 1; /*Сужение  элементов*/
	/*flex: 1 1 auto;*/ /*Задание базовой ширины и трансформации элемента одним свойством*/
	align-self: auto; /*Выравнивание отдельных элементов flex-start flex-end center baseline stretch*/
	padding: 6px 0% 6px 0%;
	overflow: hidden;
	text-decoration: none !important;
	background: #FFFFFF;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.bloki2_4 > a:hover {
	transform: scale(1.1) rotate(1deg);
}

.bloki2_4 > a > div {
	margin: 0 5px 5px 5px;
	text-align: center;
	height: 100%;
	/*height: 185px;*/
	/*border: 1px solid #e0e0e0;*/
	border: 1px solid #84ceff;
    border-radius: 10px;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.bloki2_4 > a:hover > div {
	/*background:#dbefff;*/
	/*transform: scale(1.1) rotate(1deg);*/
}



.bloki2_4 > a > div a {
	text-decoration: none !important;
}

.bloki2_4 > a > div img{
	width: 70px;
	margin: 30px auto -5px auto;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.bloki2_4 > a:hover > div img {
	/*transform: scale(1.2) rotate(3deg);*/
}

.bloki2_4 > a > div .nazv{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	line-height: 1.2;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.bloki2_4 > a:hover > div .nazv {
	/*transform: scale(1.05);*/
}


.bloki2_4 > a > div .nazv span{
	font-size: 14px;
}

.bloki2_4 > a > div .opis{
	font-size: 14px;
	padding: 0 10px 10px 10px;
}


@media screen and (max-width:1000px) {
	.bloki2_4 > a {
		flex-basis: 25%; /*Базовая ширина элемента auto px % em*/
	}	
}

@media screen and (max-width:760px) {
	.bloki2_4 > a {
		flex-basis: 50%; /*Базовая ширина элемента auto px % em*/
	}	
}


/* End */
/* /bitrix/components/prosmile/bloki2_4/templates/.default/style.css?17773863733374 */
