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

/* Examples (uncomment to use):*/

/* 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;  }*/

.ui-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

#main .container.CATALOG_SECTIONS,
#main .container.MAPS {
    margin-top: 40px;
}

#main .container.BRANDS .brands-list__image-wrapper{
    max-width: 150px;
    min-width: 96px;
    height: 60px;
}

.countdown_wrapper {
	display: none;
}
body .ymaps-b-balloon__content{
    padding-right: 15px;
}

@media (max-width: 768px) {
    .yandex-map__frame {
        z-index: 2000 !important;
    }
}