.gr-shadow {
 text-shadow: 
  1px 1px 2px rgba(0, 0, 0, 0.85);
}

/*вращение*/
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-img .ba-image-wrapper {
  -webkit-animation: rotating 25s ease-in-out infinite;
  -moz-animation: rotating 25s ease-in-out infinite;
  -ms-animation: rotating 25s ease-in-out infinite;
  -o-animation: rotating 25s ease-in-out infinite;
  animation: rotating 25s ease-in-out infinite;
}
/*end вращение*/


/*отступ в вертикальном фильтре в аренде*/
.ba-item-fields-filter .ba-fields-filter-wrapper:not(.horizontal-filter-bar) .ba-field-filter {
    margin-bottom: 5px;
}

.custom-button .ba-btn-transition {
	position: fixed;
    bottom: 50px;
    right: 50px;
}

@media (min-width: 1024px){
.ba-field-filter, .ba-items-filter-search-button{
margin-top: 7px;
	}
}

/*исправляю поля в карточке*/
.ba-field-label {
width: 100%;
}
.ba-field-content {
width: 100% !important;
}

.ba-blog-post-field-row {
 border-bottom: 1px solid #c9c9c9; 
 padding-bottom: 3px;
}
.price .field-price-value {
  flex: 1;
}
/*фикс фильтра от Бальбоа*/
@media (max-width: 1024px) {
.ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-value-wrapper {
left: 50%;
position: fixed;
top: 0;
transform: translate(-50%, 50%);
}
}
