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

ul.prop-list-characteristics li:before, 
.list-characteristics-anons ul li:before {content: none;}

.only_img--video .play {
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background: transparent;
    z-index: 8;
    cursor: pointer;
    display: none;
}


.page-farkop {

    display: flex;
    flex-direction: row;
    gap: 50px;
}

.text-farcop{
    width: 50%;
}
.sticker--upper .sticker__item {
    text-transform: uppercase;
    letter-spacing: 1px !important;
    line-height: 10px;
}

.article{
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.catalog-detail .properties__item {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}
.properties__hr {
    margin: 0 1px;
    display: none;
}
.properties__item {
    margin-top: 3px;
    position: relative;
    word-break: break-word;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}
@media (min-width: 601px) {
    .grid-items-3 .banners-img-with-text-list__item-image {
        padding-top: 51% !important;
    }
}