/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/
.bx-yandex-view-map .bx-yandex-map img {
    position: relative;
}

/* Скрываем "управление деятельности" в разделе "проекты"*/
.blog-list__item-company {
  display:none;
}

    .grid-list--items-3-from-992 {
        --items-count: 5 !important;
    }

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


/* скрываем картинки у каталога */
.card-image-size {
  display: none;
}

/* Скрываем региональность в шапке */
.region_wrapper {
     display:none;
}

/* скрываем "нет услуг" в услугах*/
.alert-warning {
    display: none;
}

/* размер шрифта главного баннера*/
@media (min-width: 768px) {
    .banners-big__text .banners-big__title {
        font-size: 42px;
    }
