.contacts{
    padding:6.25vw 0 0vw 0;
}
.contactsNavigation{
    width: 87.5vw;
    margin-top: 6.25vw;
    flex-direction: column;
}
.contact{
    width: 100%;
    border-radius: 6.94vw;
    justify-content: center;
    align-items: center;
    padding:2.1875vw 0vw;
}
.contact:first-child{
    margin-right: 0vw;
}
.contact:last-child{
    margin-top: 4.375vw;
}
.contactIcon{
    margin-right: 2.1875vw;
}
.contactsImage{
    width: 100vw;
    height:85.3125vw;
    margin-top: 4.6875vw;
    background-image: url('../../../img/kindalbom/contacts/girl640.webp');
}