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

.wd_propsorter table tr.row_header td {
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    font-size: 120%;
    padding-left: 10px;
    color: white;
    text-transform: uppercase;
}

.wd_propsorter table td {
    background: #ff8800;
    padding: 4px 4px 2px;
    vertical-align: top;
}

.wd_propsorter table tr:not(.row_header) td {
    background: none;
    background-position: 0 14px;
    background-repeat: repeat-x;
    vertical-align: top;
}

.wd_propsorter table td.cell_name {
    font-weight: 600;
    text-align: right;
    width: 55%;
}

.wd_propsorter table tr:not(.row_header) td {
    background: none;
    background-position: 0 14px;
    background-repeat: repeat-x;
    vertical-align: top;
}

.footer {
    background: #232323;
}

.footer--color-dark .bottom-menu .item.active .title a, .footer--color-dark .bottom-menu .item:hover .title a {
    color: #ffffff !important;
}

.bottom-menu--normal .wrap .title a:not(:hover) {
    color: #ffffff;
}

#mobilemenu {
    background: #232323;
}



.mobilemenu__menu--top&gt;.mobilemenu__menu-list&gt;.mobilemenu__menu-item&gt;.link-wrapper a {
    padding: 10px 40px 11px 40px;
    color: #ffffff;
}

.fill-dark-light, .fill-dark-light path, .fill-dark-light-block path {
    fill: #ffffff;
}

.mobilemenu__menu-item&gt;.link-wrapper a:not(.flexbox) {
    padding: 10px 40px 10px 40px;
    display: block;
    position: relative;
    word-break: break-word;
    color: #ffffff;
}

.mobilemenu__menu--contacts .address__text, .mobilemenu__menu--contacts .schedule__text {
    padding: 10px 40px 10px 77px;
    max-width: inherit;
    font-size: 1em;
    line-height: calc(1em + 7px);
    color: #ffffff;
}

.logo {
    max-width: 224px;
    height: 142px;
    display: flex
;
    align-items: center;
}
.status-icon {
    display: none;
}


