/*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;  }*/
.callback-item,
.header-button {
    display: none !important;
}

#main .mobileheader--color-colored .menu-light-icon-fill svg *,
#main .mobileheader--color-dark .menu-light-icon-fill svg * {
    fill: #000000;
}

.logo a img {
    max-height: inherit !important;
    max-width: inherit !important;
    height: 180%;
}

.header__top-part {
    opacity: 0
}

.mobileheader--color-colored {
    background-color: inherit !important;
}

@media (max-width: 1000px) {
    .mobileheader .logo a img {
        height: 100% !important;
    }
}

@media (max-width: 576px) {
    .logo a img {
        height: 100% !important;
    }
}

.header-menu__title {
    font-size: 16px;
}