.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 1;
}

.site-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 0!important;
}

.site-footer .container {
    background-color: transparent!important;
    max-width: 1344px!important;
}

.site-footer a#top_btn {
    display: flex;
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 50px;
    background: #B75A4D;
    align-items: center;
    justify-content: center;
    right: 48px;
    top: 28px;
}

.footer-columns {
    display: flex;
    gap: 120px;
}

.footer-columns .footer-item .footer-logo {
    width: 120px;
    height: auto;
    aspect-ratio: 263 / 255;
}

.footer-columns .footer-item li.menu-item {
    list-style: none;
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 0;
    margin-top: 12px;
}

.footer-columns .footer-item li.menu-item a{
    color: #03424C;
}

.footer-columns .social-header {
    color: #03424C;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 14px;
}

.footer-columns .social-icons {
    display: flex;
    width: 120px;
    /*justify-content: space-between;*/
	justify-content: start;
}

.footer-columns .address-block h4 {
    color: #03424C;
    font-family: "SofiaRough", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-columns .address-block p {
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.footer-columns .address-block span {
    color: #03424C;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.site-footer .copyright {
    border-top: 1px solid #EEEEF0;
    color: #03424C;
    text-align: center;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    width: 100%;
    margin-top: 50px;
    padding: 20px 0;
}

.site-footer {
    padding-bottom: 0;
}

@media only screen and (max-width: 1300px) {
    .footer-columns {
        gap: unset;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1000px) {
    .footer-columns {
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-columns .footer-item {
        width: 60%;
        margin-bottom: 40px;
    }

    .footer-columns .footer-item:nth-child(3) {
        width: 40%;
    }

    .footer-columns #menu-footer-one {
        min-width: 245px;
    }

    .footer-columns .footer-item li.menu-item {
        font-size: 16px;
    }

    .footer-columns .footer-item:first-child,
    .footer-columns .footer-item:last-child {
        width: 100%;
    }

    .footer-columns .footer-item:last-child {
        margin-bottom: 0;
    }

    .footer-columns .footer-item .address-block:first-child {
        margin-bottom: 40px;
    }

    .site-footer {
        padding-bottom: 0!important;
    }

    .site-footer .copyright {
        margin-left: 24px;
        margin-right: 24px;
        width: calc(100% - 48px);
        padding: 20px 40px;
    }

    .site-footer .copyright span {
        display: block;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 400px) {
    .footer-columns .footer-item,
    .footer-columns .footer-item:nth-child(3) {
        width: 100%;
    }
}