.contact-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-wrapper .contact-left {
    /* display: flex; */
    /* flex-flow: column; */
    /* align-items: flex-end; */
    position: relative;
    padding: 0 130px 0 0;
}

.contact-wrapper .contact-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-wrapper .contact {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
}

.contact-wrapper .contact .data {
    text-decoration: none;
}

.contact-wrapper .contact .icon {
    color: #020202;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    margin-right: 4px;
    position: absolute;
    top: 6px;
    left: 0;
}

.contact-wrapper .contact .address-icon:before {
    content: "home";
}

.contact-wrapper .contact .phone-icon:before {
    content: "phone";
}

.contact-wrapper .contact .email-icon:before {
    content: "email";
}

.contact-wrapper .contact .icon.fa-mobile-phone {
    font-size: 25px;
}

.contact-wrapper .contact .icon.fa-envelope {
    font-size: 15px;
}

.contact-wrapper .contact .telegram-icon:before {
    content: "";
    position: absolute;
    background: url(/public/img/telegram-icon-invert.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 0;
    left: 2px;
}

.contact-wrapper .contact .whatsapp-icon:before {
    content: "";
    position: absolute;
    background: url(/public/img/whatsapp-icon-invert.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 0;
    left: 2px;
}

.contact-wrapper .contact .instagram-icon:before {
    content: "";
    position: absolute;
    background: url(/public/img/instagram-icon-invert.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 0;
    left: 2px;
}

.contact-wrapper .callme-form {
    margin: 0;
}