footer * {
    font-size: 18px;
    font-weight: 400;
    color: white;
}

footer .container_footer {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top {
    position: relative;
    min-height: 560px;
    background: #333333;
}

.footer-top .container_footer {
    margin-top: 50px;
    z-index: 1;
}

.footer-top #logo {
    position: absolute;
    right: 10px;
    width: auto;
    height: 560px;
    opacity: 0.1;
}

.footer-top ul {
    padding-inline-start: 20px;
    list-style-image: url(../images/kolos.svg);
}

.footer-top li a,
.footer-top li a *{
    cursor: pointer;
    line-height: 35px;
    transition: 0.5s;
    flex-wrap: nowrap;
}

.footer-top li a {
    margin-left: 4px;
}

.footer-top li a:hover,
.footer-top li a:hover *{
    color: #FFD37C;
}

.footer-top .contact {
    display: flex;
    flex-direction: column;
    line-height: 22px;
    max-width: 333px;
}

.footer-top .contact p:last-of-type {
    margin-left: 10px;
}

.footer-top .contact div {
    display: flex;
    margin: 10px 0;
    line-height: 22px;
    align-items: center;
}

.footer-top .contact div:first-child {
    margin-top: 0;
}

.footer-top .contact div:last-child {
    margin: 0;
}

.footer-top .contact div a {
    cursor: pointer;
    transition: 0.5s;
}

.footer-top .contact div a:hover {
    color: #FFD37C;
}

.footer-top .contact div img {
    margin: 0 10px;
}

.footer-top .contact .links a {
    transition: 0.5s;
    cursor: pointer;
}

.footer-top .contact .links a:hover {
    opacity: 0.4;
}

.footer-bot {
    height: 50px;
    background: #5F5F5F;
}

.footer-bot,
.footer-top {
    display: flex;
    justify-content: center;
}

.footer-bot {
    align-items: center;
}

.footer-bot p {
    margin: 0;
}

.footer-bot p a {
    color: #FFD37C;
    text-decoration: underline;
    cursor: pointer;
}

footer .menu span {
    font-size: 24px;
    /* font-weight: 400;
    color: white; */
}

footer .menu ul {
    margin: 0;
}

footer .categories span {
    font-size: 24px;
}

footer .contact span {
    font-size: 24px;
}

footer .categories ul {
    margin: 0;
}