.header-settings img, .header-logout img, .menu-nav li a img, .menu-close {
    filter: brightness(0);
    opacity: 0.8;
}
.header-profile span, .header-lang .nice-select, .menu-nav li a span, .page-title, .form-dates .login-form__input-title, body, .calendar-tab, .pagination, .pagination-content {
    color: rgba(0, 0, 0, 0.8);
}
.calendar-tab.active {
    color: #fff;
}
.calendar-tab {
    background: transparent;
}
.header, .calendar-tabs {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.login-form__input input, .select .nice-select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
}
.menu-list {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.menu-nav li.active, .menu-nav li a:hover, .menu-nav__center a {
    background: #f2f2f2;
}
.page-wrapper {
    background: #f7f7f7;
}
.header .select .nice-select {
    border: none;
}
.header-burger span {
    background: rgba(0, 0, 0, 0.8);
}

.header-logo {
    width: 60px;
    height: 60px;
    background: #000;
    border: 1px solid #c6005f;
    padding: 12px;
    border-radius: 100%;
}
.menu.mobile-menu {
    background: #fff;
}
[data-order-time] {
    background: rgba(0, 0, 0, 0.1);
}
[data-order-time]:hover {
    background: rgba(0, 0, 0, 0.15);
}
.pay-radios span {
    color: #fff;
}
.btn.btn-border {
    color: #b9095e;
    border-color: #b9095e;
}
.btn.btn-border:hover {
    background: #b9095e;
    color: #fff;
}

.clients-item {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.clients-item__name {
    color: rgba(0, 0, 0, 0.8);
}
.btn.btn-white {
    background: #000;
    color: #fff;
}
.btn.btn-white:hover {
    background: #b9095e;
    color: #fff;
}
.btn.btn-white {
    border-color: #fff;
}
.back-link:hover img {
    filter: brightness(1);
}
.back-link.back-link {
    border-color: #fff;
}
.back-link.back-link:hover {
    border-color: #b9095e;
}
.categories-box .btn.btn-border, .questionnaire-item .btn.btn-border {
    color: #fff;
    border-color: #fff;
}
.categories-box .btn.btn-border:hover, .questionnaire-item .btn.btn-border:hover {
    background: #fff;
    color: #000;
}
.radios-time label, .dashboard-item {
    color: #fff;
}
.clientsProfile-item {
    color: #fff;
}
.clientsProfile-item__first {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
}
.master-schedule__wrapper {
    color: #fff;
}

.clientsProfile-tags__item a:first-child, .clientsProfile-tags__plus, .clientsProfile-tags__item, .clientsProfile-text a, .clientsProfile-text a:hover, .clientsProfile-title {
    color: rgba(0, 0, 0, 0.8);
}

.clientsProfile-list .clientsProfile-tags__plus img {
    filter: brightness(0);
}

@media (max-width: 576px) {
    .header-logo {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
    .header-logo img {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .menu.mobile-menu .menu-list {
        box-shadow: none;
    }
    .menu.mobile-menu .menu-nav li a {
        background: #f2f2f2;
    }
}