.txt_breadc_normal {
    font-weight: normal;
    font-size: 22px;
    /*transform: skewX(-10deg);*/
    display: inline-block;
    color: white;
}

.txt_breadc_bold {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -1px;
    /*transform: skewX(-10deg);*/
    display: inline-block;
}

.txt_common {
    font-family: 'Wix Madefor Display';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

.txt_common a {
    color: white;
    text-decoration: underline;
    /*text-decoration-thickness: 1px;*/
}

.txt_common_bold {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -1px;
    display: inline-block;
}

body {
    background-image: url('/img/nonindex/grad.jpg');
    background-repeat: no-repeat;
    background-color: #090909;

    font-family: 'Wix Madefor Display';
    color: white;
    font-style: normal;
}

.links:hover {
    filter: brightness(0) saturate(100%) invert(88%) sepia(97%) saturate(3749%) hue-rotate(89deg) brightness(103%) contrast(101%);
}

/* prices */

ul {
    list-style-image: url('/img/nonindex/bullit.png');
    margin-top: 25px;
}

ul li {
    padding-left: 18px;
    margin-left: -13px;
    margin-bottom: 35px;
}

#first-header {
    margin-top: 12px;
}
/* Планшеты и десктопы  (768+ px) */
@media (min-width: 768px) {
    #first-header {
        margin-top: 0px;
    }
}

