/* Общие стили для блоков */

.c-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.c-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.c-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.c-properties {
    width: 100%;
    border-collapse: collapse;
}

.c-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.c-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.c-gallery {
	text-align: center;
	/*border: 4px solid #1abc9c; /* Параметры границы 
    background: #f6f6f6; /* Цвет фона 
    padding: 10px; /* Поля вокруг текста */
	
	
	
}

.c-gal-2 {
	border: 4px solid #1abc9c;
	margin: 10px;
	
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	
	
	
}
.c-gal-2:hover 
{
	border: 4px solid #4B7823;
	    
    -webkit-filter: contrast(145%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.img-stati {
	    background: #fafafa;
		padding: 40px;
		border-radius: 5px;
}

.img-stati2
{
border-radius: 5px;	
-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.img-stati2:hover {
	-webkit-filter: contrast(135%);
}