section.promDescr p {
	font-size: 19px;
	line-height: 1.368;
}
.i-common.i-electrodes {
	width: 56px;
	height: 56px;
	background: url('https://keramaks.ru/static/assets/images/i/electrode.png?v.1.0') no-repeat;
	background-size: 56px auto;
	background-position: 0px 0px;
}
.unit-form--picking .list--type .item input:checked + label .i-common.i-electrodes {
	background-position: 0px -56px;
}
.unit-manufacture .list .graphic a.picture img {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.unit-manufacture .list .graphic a.picture:hover img {
	transform: scale(1.5);
}
.unit-manufacture .list .item a {
	text-decoration: none;
}
.unit-manufacture .list .item a:hover .name {
	text-decoration: underline;
}
.news-item-name h2{
	color: white;
font-size: 24px!important;
}

.news-item{
position: relative;
}


.news-item-right {
bottom: 0;
/* z-index: 10; */
position: absolute;

color: white!important;
background-color: black;
min-height: 30%;
background: rgba(0, 0, 0, 0.3);
padding-bottom: 10px;
width:100%;
}

.news-item-description{
width: 95%;
margin: auto;
}
.unit-last-news .list .description .unit-date{
margin-top: 10px;
}