/*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; }*/ .prop-groups-items { display: flex; gap:10px; } .prop-groups-item { width: 40px; height: 40px; padding: 1px; border-radius: 50%; margin: 0; border: 2px solid #f4f4f4; } .prop-groups-item:hover { border: 2px solid #ffad00; } .prop-groups-item.prop-groups-item-active { border: 2px solid #ffad00; background-color: #ffffff; } .prop-groups-item img { border-radius: 50%; min-width: 100%; min-height: 100%; margin: 0px; display: block; } .yandexWidgetWrapper { display: flex; justify-content: center; } .contact-property.contact-property--image { padding: 65px 15px 15px; } .contacts-v2 .contact-property--image img { height:auto; } .drag-block.TIZERS .tizers-list__item-text-wrapper { align-items: center; justify-content: center; } .theme-dark .bx-csa-cem .bx-csa-cem-name { color:#fff; } .line-block__item .item-action--compare .item-action__inner:hover .item-action__normal path, .line-block__item .item-action--favorite .item-action__inner:hover .item-action__normal path { fill: var(--basic_text_black); } .line-block__item .item-action--compare .item-action__inner .svg.item-action__normal, .image-list-wrapper .item-action--compare .item-action__inner .svg.item-action__normal, .line-block__item .item-action--favorite .item-action__inner .svg.item-action__normal, .image-list-wrapper .item-action--favorite .item-action__inner .svg.item-action__normal { opacity: 1; } .image-list-wrapper .item-action--compare .item-action__wrapper path, .image-list-wrapper .item-action--favorite .item-action__wrapper path { fill: white; } .image-list-wrapper .item-action--compare .item-action__normal path, .image-list-wrapper .item-action--favorite .item-action__normal path { fill: #B8B8B9; } .image-list-wrapper .item-action__inner:hover .item-action__normal path { fill: #555558; } .bx-csa-cem a {color: none} .image-list-wrapper img {max-width: 75%; max-height: 75%;}
.filter-compact-block.salewrap .filterHid
{
    display: none;
}

.filter-compact-block.salewrap.active .filterHid
{
    display: block;
}