.site-footer {
    width: 100%;
    border-top: 2px solid #31c55d;
    position: relative;
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    height: 400px;
}

@media (max-width: 1800px) {
    .site-footer {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1500px) {
    .site-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .site-footer {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
        height: auto;
    }
}

.site-footer .logo-container {
    display: block;
    margin-top: 40px;
}

.site-footer .footer-navigation {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 64px;
    position: absolute;
    right: 60px;
    top: 40px;
    width: 1000px;
    height: 170px;
}

@media (max-width: 1800px) {
    .site-footer .footer-navigation {
        right: 40px;
    }
}

@media (max-width: 1500px) {
    .site-footer .footer-navigation {
        width: 800px;
        gap: 40px;
        right: 30px;
    }
}

@media (max-width: 1200px) {
    .site-footer .footer-navigation {
        display: none
    }
}

.site-footer .nav-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    width: 100%;
}

.site-footer .nav-title {
    color: #121212;
    letter-spacing: -0.16px;
    opacity: 0.7;
    position: relative;
    font: 600 16px/100% Manrope;
    margin: 0;
}

.site-footer .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .nav-link {
    align-self: stretch;
    color: #121212;
    letter-spacing: -0.16px;
    position: relative;
    font: 500 16px/115% Manrope;
    text-decoration: none;
}

.site-footer .nav-link:hover {
    text-decoration: underline;
}

.site-footer .contact-info {
    position: absolute;
    bottom: 35px;
    right: 60px;
    display: flex;
    gap: 64px;
    width: 1000px;
}

@media (max-width: 1800px) {
    .site-footer .contact-info {
        right: 40px;
    }
}

@media (max-width: 1500px) {
    .site-footer .contact-info  {
        width: 800px;
        gap: 40px;
        right: 30px;
    }
}

@media (max-width: 1200px) {
    .site-footer .contact-info  {
        gap: 20px;
        margin-top: 40px;
        width: 100%;
        height: auto;
        position: relative;
        right: auto;
        bottom: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.site-footer .contact-item {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

@media (max-width: 1200px) {
    .site-footer .contact-item {
        width: calc(calc(100% / 2) - 10px);
    }
}

.site-footer .contact-label {
    align-self: stretch;
    color: #121212;
    letter-spacing: -0.16px;
    opacity: 0.7;
    position: relative;
    font: 600 16px/100% Manrope;
    margin: 0;
}

.site-footer .contact-value {
    color: #121212;
    letter-spacing: -0.16px;
    position: relative;
    font: 500 16px/115% Manrope;
    text-decoration: none;
    font-style: normal;
    margin: 0;
}

.site-footer .contact-value[href]:hover {
    text-decoration: underline;
}

.site-footer .copyright {
    color: #121212;
    letter-spacing: -0.16px;
    opacity: 0.7;
    position: absolute;
    left: 60px;
    top: 342px;
    width: 347px;
    height: 18px;
    font: 500 16px/115% Manrope;
    margin: 0;
}

@media (max-width: 1200px) {
    .site-footer .copyright {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        margin-top: 50px;
    }
}

.site-footer .social-media {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    left: 60px;
    top: 160px;
    width: 376px;
    height: 40px;
}

@media (max-width: 1800px) {
    .site-footer .social-media {
        left: 40px;
    }
}

@media (max-width: 1500px) {
    .site-footer .social-media {
        left: 30px;
    }
}

@media (max-width: 1200px) {
    .site-footer .social-media {
        left: 15px;
    }
}

.site-footer .social-link {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
}

.site-footer .social-icon-bg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.site-footer .telegram-bg {
    background-color: #27a6e5;
}

.site-footer .odnoklassniki-bg {
    background-color: #f79a38;
}

.site-footer .viber-bg {
    background-color: #7c509a;
}

.site-footer .vk-bg {
    background-color: #07f;
}

.site-footer .whatsapp-bg {
    background-color: #48c95f;
}

.site-footer .twitter-bg {
    background-color: #55ace3;
}

.site-footer .social-icon {
    flex-shrink: 0;
    fill: #fefefe;
    position: absolute;
}

.site-footer .telegram .social-icon {
    width: 19px;
    height: 17px;
    left: 9px;
    top: 12px;
}

.site-footer .odnoklassniki .social-icon {
    width: 14px;
    height: 22px;
    left: 13px;
    top: 9px;
}

.site-footer .viber .social-icon {
    width: 21px;
    height: 23px;
    left: 10px;
    top: 9px;
}

.site-footer .vk .social-icon {
    width: 22px;
    height: 14px;
    left: 9px;
    top: 13px;
}

.site-footer .whatsapp .social-icon {
    width: 21px;
    height: 21px;
    left: 10px;
    top: 9px;
}

.site-footer .twitter .social-icon {
    width: 20px;
    height: 16px;
    left: 11px;
    top: 13px;
}

.site-footer .mailru-icon {
    width: 40px;
    height: 40px;
    position: relative;
}