#footer {
    padding: 0.65vw 5.21vw 2.34vw;
    color: white;
    display: flex;
display: -ms-flex;
    flex-direction: column;
    align-items: center;
}

#footer .introduction {
    font-family: 'Artegra Sans Extended', sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.41vw;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 3.39vw;
    color: #434343;
}

#footer .contacts {
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2.60vw;
}

#footer .contact-item {
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.78vw;
    width: 23.3vw;
    color: #434343;
}

#footer .contact-item:nth-child(2) {
    justify-content: center;
}

#footer .contact-item img {
    width: 2.08vw;
    height: auto;
}

#footer .contact-item a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.46vw;
    line-height: 100%;
    letter-spacing: 0;
    color: #434343;
    text-decoration: none;
}

#footer .contact-item span {
   font-family: Montserrat;
    font-weight: 400;
    font-size: 1.35vw;
    line-height: 100%;
    letter-spacing: 0;
    color: #434343;
    text-decoration: none;
}

#footer .bottom-row {
    display: flex;
display: -ms-flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    font-family: Nunito;
    font-weight: 400;
    font-size: 0.73vw;
    line-height: normal;
    letter-spacing: 0;
    width: 100%;
    color: #434343;
}

#footer .bottom-row .left {
    text-align: left;
    width: 20.83vw;
}

#footer .bottom-row .right {
    text-align: right;
    width: 20.83vw;
}

#footer .bottom-row .logo {
    width: 5.21vw;
    height: auto;
}

#footer .bottom-row .img {
    width: inherit;
}

#footer .policy {
    display: flex;
display: -ms-flex;
    flex-direction: column;
    align-items: center;
}

#footer .policy a {
    font-family: Nunito;
    font-weight: 400;
    font-size: 0.73vw;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #414141;
}

#footer .buttons {
    display: flex;
display: -ms-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 1.56vw;
    margin: 2.60vw 0;
}

#footer .btn-contract {
    display: block;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.94vw;
    line-height: 100%;
    letter-spacing: 0;
   padding: 0.62vw 1.25vw;
    border-radius: 1.67vw;
    color: rgb(0, 0, 0);
    background: #D9D9D9;
    border: none;
}

#footer .buttons a {
    text-decoration: none;
}

#footer .buttons a .btn-contract {
    background: #96CA08;
    color: #000000;
}

#footer .policy img {
    width: 100px;
}


@media (max-width: 575.5px) {
    #footer {
        padding: 0 4.69vw 4.69vw;
    }

    #footer .introduction {
        font-size: 3.13vw;
        line-height: 3.44vw;
        margin-bottom: 7.81vw;
    }

    #footer .contacts {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: repeat(2, 1fr);
        flex-direction: column;
        margin-bottom: 9.38vw;
        column-gap: 6.25vw;
        row-gap: 2.19vw;
        justify-items: start;
        justify-content: start;
    }

    #footer .contact-item {
        column-gap: 1.56vw;
        width: unset;
    }

    .contacts .contact-item:nth-child(1) {
        grid-row: 2;
        grid-column: 1;
    }

    #footer .contact-item:nth-child(2) {
        justify-content: unset;
        order: 3;
        grid-row: 2;
        grid-column: 2;
    }

    #footer .contacts .contact-item:nth-child(3) {
        order: 2;
        grid-row: 1;
        grid-column: 1 / 3;
    }

    #footer .contact-item img {
        width: 4.69vw;
    }

    #footer .contact-item a {
        font-size: 3.13vw;
    }

    #footer .contact-item span {
        font-size: 2.81vw;
        line-height: 2.81vw;
    }

    #footer .bottom-row {
        font-size: 1.56vw;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: repeat(1, 1fr);
        position: relative;
        padding-top: 12vw;
    }

    #footer .bottom-row .left {
        width: unset;
        grid-row: 2;
        grid-column: 1;
    }

    #footer .bottom-row .right {
        width: unset;
        grid-row: 2;
        grid-column: 2;
    }

    #footer .policy a {
        font-size: 2.5vw;
        color: #434343;
        display: none;
    }

    #footer .policy img {
        display: none;
    }

    #footer .buttons {
        column-gap: 3.13vw;
        margin: 0;
    }

    #footer .btn-contract {
        font-size: 2.66vw;
        padding: 2.19vw 3.13vw 2.5vw;
        border-radius: 4.69vw;
    }

    #footer .bottom-row .policy {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        top: 0;
    }
}


/*NEW STYLES 03.09.2025*/ 
/* #footer .contacts {
    padding: 0 18.75vw;
}

@media (max-width: 575.5px) {
    #footer .contacts {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
} */