.site-footer {
    padding: 10px 0 50px;
    background-color: #1a1a1a;
    color: #fff;
}

.footer-bottom-content {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
}

.site-footer__inner {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    gap: 0 35px;
    max-width: 1240px;
    padding: 0 20px 30px;
    margin: 0 auto;
}



.site-footer__contacts {
    align-self: end;
    font-size: 15px;
    font-weight: 300;
}

.site-footer__icons {
    display: flex;
    align-self: center;
    gap: 10px 30px;
    flex-grow: 1;
}

.site-footer__icon {
    max-width: 60px;
    object-fit: contain;
}

.site-footer__partner {
    align-self: start;
}

.site-footer__partner-world {
    font-size: 15px;
}

.site-footer__partner-image {
    width: 70px;
    margin-top: 10px;
    object-fit: contain;
}

.site-footer__icons {
    width: 400px;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
    align-items: center;
}


.site-footer__icon {
    align-items: center;
    flex-grow: 1;
}
.site-footer__inner p {
    margin: 0;
    padding: 0;
}


.site-footer__contacts,
.site-footer__partner {
    align-self: center;
}

.site-footer__contact a {
    font-size: 13px;
    color: #ffffff;
}

.footer-bottom-content {
    background-color: #9e1606;
    height: 29px;
    padding: 10px 0;
    position: fixed;
    z-index: 10000000;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.footer-bottom-content__text {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.footer-bottom-content__image {
    width: 30px;
}