

/* Start:/bitrix/templates/layout/components/bitrix/catalog.section/benefits_section/style.css?17643413491633*/
.benefits_section {
    margin-top: 40px;
    margin-bottom: 85px;
    position: relative;
    overflow: hidden;
}
.title_3 {
	font-size:22px;
	color:#202222;
	text-transform:uppercase;
}

.benefits_item_name {
	color:#272727;
	font-family:'Calibri Italic';
	font-size:20px;
}
.benefits_item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    float: left;
    height: 260px;
    line-height: 19px;
    margin: 10px;
    padding: 160px 6px 0;
    position: relative;
    text-align: center;
    width: 286px;
}

.benefits_item.num_4 {
	margin-right:0;
}
.benefits_item:hover .hidden_text  {
    display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	 visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
	
}
.hidden_text {
	/*display:none;*/
	 visibility:hidden;
    opacity:0;
	 filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
	position: absolute;
	background:#f8a300;
	color:#fff;
	font-family:'Calibri Italic';
	font-size:20px;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}

#wrapper  h1.title_1 {
	margin-bottom:58px;
}

.container.benefits {
	position: relative;
    overflow: hidden;
}

.benefits_1 {
	font-family:'Calibri Bold';
	color:#202222;
	font-size:28px;
	text-transform: uppercase;
	text-align:center;
}
.benefits_2 {
	 font-family: 'Calibri Regular';
	color:#202222;
	font-size:22px;
	text-transform: uppercase;
	text-align:center;
}
/* End */
/* /bitrix/templates/layout/components/bitrix/catalog.section/benefits_section/style.css?17643413491633 */
