.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact-wrapper {
    width: calc(100% / 3);
    font-size: 18px;
    font-weight: 500;
}
.contact-box {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact-box__title {
    margin: 0 0 30px 0;
}
.contact-box__value {
    font-size: 16px;
    font-weight: 400;
}
.contact .phone-image,
.contact .email-02-image,
.contact .map-02-image {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.contact .viber-image,
.contact .telegram-image,
.contact .facebook-02-image,
.contact .instagram-02-image {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background-size: contain;
}