
.item-views.tizers.top{margin: 20px 0;}
.item-views.tizers .item-wrapper > .item{padding-bottom:32px;}
.item-views.tizers .item-wrapper > .item .image{margin-bottom: 30px;height: 100px;}
.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: 100px;}

.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;}

.item-views.tizers .item .title {
	font-family: evolventa;
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 40px;
}
.item-views.tizers .item .value {
	font-family: evolventa;
	font-weight: 400;
	font-size: 16px;
	line-height: 124%;
	letter-spacing: 0%;
	color: #333;
}

@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: calc(50% - 10px);text-align:center;        padding: 0;}
	.item-views.tizers .mobile-list .item-wrapper > .item .image{        width: auto;
        height: 50px;
        margin: 0 auto;
        margin-bottom: 20px;
}
	.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; font-size: 12px;
        text-align: center;}
	.item-views.tizers .mobile-list .item .title{
		margin-bottom: 5px;
        padding: 0;
        font-size: 16px;
	}
	.item-views.tizers .mobile-list .item-wrapper > .item{padding-bottom: 0; flex-direction: column;}
	.item-views.tizers .mobile-list.row{padding-bottom: 18px;
		gap: 20px;
	display: flex;
	margin: 0;
        flex-wrap: wrap;}
	.item-views.tizers .mobile-list .item-wrapper > .item .image + .inner-text{padding-left: 0;}
	.item-views.tizers .mobile-list.row:before, .item-views.tizers .mobile-list.row:after {
    content: none;
}
}
