html body {
	color: #ffffff;
}
body .modal {
	color: #212529;
}

header img.img-fluid.d-inline-flex {
    max-height: 90px;
}

body .list-group.branches a.list-group-item, #mmenu #mmenu_navbar a.list-group-item {
	background: #343a40;
	color: #ffffff;
    border-color: rgb(255 255 255 / 8%);
}

#mmenu a.mmenu-close {
    color: #fff;
}

#mmenu a { color: #fff}

#webprostor_lpcomponents_config {color: #333333;}


.modal[aria-labelledby^="mibok"] .modal-title {
    color: inherit !important;
}

/*Расписание*/

/*цвет фона карточки*/
.mibok-carousel-lessons .lime, .mibok-carousel-lessons .lime .mibok-name-teacher {
    background: #ebffb3;
}
/*кнопки, фон модалки, ссылки, границы*/
.mibok-carousel-lessons .lime .mibok-name-lesson, .mibok-carousel-lessons .lime .mibok-name-lesson a {
    color: #64ba86;
}
.lime .modal-header,
.item-lesson.lime:hover .btn-mibok, .item-lesson.lime.emitate-hover .btn-mibok,.mibok-modal .lime .btn-mibok {
    background: #64ba86;
}
.item-lesson.lime:hover .mibok-hover-lesson, .item-lesson.lime.emitate-hover .mibok-hover-lesson {
    outline: 1px solid #64ba86;;
}
/*цвет текста заголовка модалки*/
.modal-content.lime .modal-header {
    color: #fff !important;
}

.link-inherit {
  --link-inherit-hover-opacity: 0.5;
  --link-inherit-hover-color: var(--blue-500);
  color: inherit;
  text-decoration: none;
}

.link-inherit:hover {
	opacity: var(--link-inherit-hover-opacity);
	color: var(--link-inherit-hover-color);
}

.block-item-name a {
    font-size: inherit;
    text-decoration: none;
}

#services .block-item a {
	color: inherit;
}

.cookie-info {
    width: 100%;
    height: auto;
    background: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    font-size: 15px;
}

.cookie-info-content {
    margin: 15px;
    padding: 14px 18px 6px;
    background: #fff;
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	color: #333;
}

.cookie-info-content a {
	color: var(--danger);
}

.cookie-info p {
    font-size: 92%;
    line-height: 1.4;
    margin: 0 0 6px 0;
}

.cookie-info-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.cookie-info-buttons .btn {
    width: auto;
    padding: 5px 15px;
}

.cookie-info-close {
    border: 0;
    background: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

.cookie-info-buttons .btn {
    height: auto;
    padding: 7px 15px;
    cursor: pointer;
}