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