.slim{
  min-height: 25px!important;
}
.ba-item-icon-list .vertical-layout li {
    margin-top: 0px;
}
.callback {
	bottom: 15px; /*или top:50px; позиции сверху*/
	position: fixed;
	left: 25px; /*или left:50px; позиции слева*/
	width: auto !important;
	z-index: 100;
}

.callback .ba-button-wrapper a:after, 
.callback .ba-button-wrapper a:before {
	background: inherit;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

@-webkit-keyframes pulse {
	to { opacity: 0; transform: scale(1.8);}
}

@keyframes pulse {
	to { opacity: 0; transform: scale(1.8);}
}

.callback .ba-button-wrapper a:after {
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	opacity: .3;
}

.callback .ba-button-wrapper a:before {
	-webkit-animation: pulse 1.25s  .3s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s .3s infinite cubic-bezier(0.66, 0, 0, 1);
	opacity: .6;
}

.vor .ba-icon-list-wrapper ul li i, .vor  ul li a:before, .vor ul li.list-item-without-link:before {
    margin-right: 5px!important;
}



.vor .ba-blog-post-content {
	order: 1;
}

.vor .ba-blog-post-image {
	order: 2;
}
.ba-blog-post-content {
	min-height: 350px;
}

#item-1733737409034 .ba-grid-layout .ba-blog-post:nth-child(n) {
    margin-top: 0px;
}
#item-1733737409034 .ba-grid-layout .ba-blog-post:nth-child(1) {
    display:none;
}

#item-17337374744050 .ba-grid-layout .ba-blog-post:nth-child(n) {
    margin-top: 0px;
}
#item-17337374744050 .ba-grid-layout .ba-blog-post:nth-child(1), #item-17337374744050 .ba-grid-layout .ba-blog-post:nth-child(2){
    display:none;
}

.ba-blog-post-content {
    min-height: 150px!important;
}
#item-1753108722793 .ba-feature-title, #item-1753108722793 .ba-feature-description-wrapper  {
  padding: 0 10px;
  
}


.ba-feature-list-layout .ba-feature-image-wrapper {
    margin-right: 15px;
}