.imith1 {margin-top: 0}
.item-views.tizers{padding: 3px 0px 0;}
.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers{padding-bottom: 33px;}
.item-views.tizers.top{padding-top: 9px;}
.item-views.tizers .item-wrapper > .item{padding-bottom:32px;}
.item-views.tizers .item-wrapper > .item .image{margin-bottom: 10px;max-height: 50px;flex-shrink: 0;align-self: normal;}
.item-views.tizers .item-wrapper > .item .image img{max-width: 100%; max-height: 100%;}
.item-views.tizers:not(.top) .item-wrapper > .item .image{margin-top: 6px;max-width: 40px;}

.item-views.tizers .items.small-block > .row, .item-views.tizers .items.tops > .row{align-items: start;}
.item-views.tizers .items.small-block .image{width: 32px;height: 32px;}
.item-views.tizers .items.small-block .image img, .item-views.tizers .items.small-block .image svg{max-width: 100%;max-height: 32px;}

@media (min-width: 601px){
	.item-views.tizers .item-wrapper > .item .pull-left + .inner-text{padding-left: 26px;}
	.item-views.tizers .item-wrapper > .item .pull-right + .inner-text{padding-right: 26px;}
	
	.item-views.tizers .small-block .item-wrapper > .item .pull-left + .inner-text{padding-left: 20px;}
}
@media (max-width: 600px){
	.item-views.tizers:not(.top) .item-wrapper > .item .image{float:none !important;}
	.item-views.tizers .items.small-block .item .image + .inner-text, .item-views.tizers .items.tops .item .image + .inner-text{padding-left: 20px;}
	body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers{padding-bottom: 3px;}

	.item-views.tizers .mobile-list .item-wrapper{width: 100%;text-align:left;padding-left: 30px;padding-right: 30px;}
	.item-views.tizers .mobile-list .item-wrapper > .item .image{width: 40px;height: 40px;margin: 6px 18px 0 0;}
	.item-views.tizers .mobile-list .item-wrapper > .item{text-align:left; display: -ms-flexbox; display: flex;}
	.item-views.tizers .mobile-list .item-wrapper > .item .inner-text .value{line-height: 1.538em;}
	.item-views.tizers .mobile-list .item .title{margin-bottom:5px;}
	.item-views.tizers .mobile-list .item-wrapper > .item{padding-bottom: 18px;}
	.item-views.tizers .mobile-list.row{padding-bottom: 18px;}
	.item-views.tizers .mobile-list .item-wrapper > .item .image + .inner-text{padding-left: 0;}
}
.item-wrapper img {
	height: 280px;
	width: 100%;
	max-width: 100%
}
.item-wrapper {margin-top: 1.133rem}
.item-views p {margin: 0.8rem 0px !important}
.item-views p > a {color: #666666}
.realizpr {margin-bottom: 40px}
.darken-bg-animate.box-shadow {display: block}
/*
a.anbh > p {
  color: #666666;
}*/
a.anbh:hover > p {
	font-weight: bold;
}
.anbh .d-bg-an.b-sh {
	display: block;
}
.anbh .d-bg-an {
	position: relative;
}
.anbh .b-sh {
	transition: transform ease 0.2s, box-shadow ease 0.2s;
}
@media (min-width: 992px) {
	.anbh:hover .b-sh {
		border-color: #fff;
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
		background-color: #fff;
		z-index: 1;
	}
}
.anbh .d-bg-an::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  z-index: 1;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.anbh .d-bg-an::after {
  background: transparent;
}
.anbh .d-bg-an::after {
  opacity: 0;
}
.anbh .d-bg-an::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  z-index: 11;
}
.anbh:hover .d-bg-an::before {
  opacity: 1;
}