.container-header {
    background-color: #f9f9f9; !important;
    background-image: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Изменение размера изображения логотипа */
.container-header .navbar-brand img {
    max-height: 60px; /* Задайте нужную высоту */
    width: auto;
}

.header, .header-class {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

.bottom-a  {
    border: none !important;
    text-align: center;
}


.footer  {
    background-color: #3e3e3e;
    background-image: none;
    text-align: center;
}

.footer .grid-child {
    padding: 1.0rem 0.5em 0rem 0.5em;
    justify-content: center;
    text-align: center; 
