.contacts_wrap{
    display: flex;
    align-items: center;
    gap: 37px;
}

.tel,
.address,
footer#footer .phone a,
footer#footer .address,
#header-mob .col-phone a{
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
}

.tel::before,
.address::before,
#header-mob .col-phone a::before,
footer#footer .phone a::before,
footer#footer .address::before,
footer#footer .contact-item.site a::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
}

.tel::before,
#header-mob .col-phone a::before{
    background-image: url('../image/icon/tel-h.svg');
}

.address::before{
    background-image: url('../image/icon/address-h.svg');
}

.contact-wrapper{
    max-width: 365px;
    width: 100%;
    margin-left: auto;
}

div#block-vesta-theme-bloknastranicekontakty .field-messengers a{
    padding-left: 40px;
    color: inherit;
    text-decoration: none;
}

div#block-vesta-theme-bloknastranicekontakty .field-messengers a::before{
    left: 0;
}

div#block-vesta-theme-bloknastranicekontakty .field-mail{
    margin-block: 25px;
}

div#block-vesta-theme-bloknastranicekontakty .field-tel{
    margin-bottom: 10px;
}

div#block-vesta-theme-bloknastranicekontakty .field-messengers{
    margin-bottom: 10px;
}

div#block-vesta-theme-bloknastranicekontakty{
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .contact-wrapper{
        max-width: 100%;
        margin-left: 0;
    }
}