/* light.css:  dark-on-light */
:root {
  --color: rgb(5, 5, 5);
  --background-color: rgb(250, 250, 250);
  --link-color: rgb(0, 0, 238);
  --main-headline-color: rgb(0, 0, 192);
  --accent-background-color: rgb(0, 0, 238);
  --accent-color: rgb(250, 250, 250);
}

.hamburger .bar {
    background-color: rgb(5, 5, 5);
}

.footer__menu > ul > li > a,
.btn-group .btn-sm.active,
.bg-count-uslugi input,
.bg-count-uslugi button
{
    color: rgb(5, 5, 5)!important;
}

.bg-count-uslugi input,
.bg-count-uslugi button 
{
    background-color: rgb(250, 250, 250)!important;
}

input[type="checkbox"].check-uslugi {
  background-color: rgb(250, 250, 250)!important;
}

.site-button {
    color: rgb(250, 250, 250)!important;
}
.top__logo a {
    background-image: url(../images/logo-komfort-light.png);
    background-size: 200px 69px;
    width:200px;
    height:69px;
    display: block;
    margin: 0 auto;
}
.left-logo a {
    background-image: url(../images/logo-komfort-light.png);
    background-size: 150px 52px;
    background-position: center;
    width:150px;
    height:52px;
    display: block;
    margin: 0 auto;
}
.footer__logo span {
    background-image: url(../images/logo-komfort-light.png);
    background-size: 200px 69px;
    width:200px;
    height:69px;
    display: block;
    margin: 0 auto;
}
.page-link {
    background-color: rgb(250, 250, 250)!important;
    color: #13347f!important;
}
.page-item.active .page-link
{
    color: rgb(5, 5, 5)!important;
}