
.contacts__wrapper-name {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    margin: 20px 0;

}
.contacts__wrapper-position {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}

.contacts__wrapper-contacts {
    display: flex;
    margin-bottom: 28px;
}

.contacts__wrapper-contacts a {
    display: flex;
    color: #535353;
    font-size: 15px;
    font-weight: 500;
}

.contacts__wrapper-info img {
    max-width: 440px;
    width: 100%;
}
.container-wrap-map {
    display: flex;
    gap: 40px;
}
.contacts__map_english {
    position: absolute!important;
    top: 0!important;
    right: -5% !important;
}
.contacts__map_english iframe{
    height: 100%;
}
.
.contact__text-info {
    width: 40%;
}
.contacts__wrapper-text {
    text-align: end;
}
.contacts__wrapper-item {
    justify-content: space-between;
}

@media (max-width: 1300px) {
    .container-contacts {
        width: 40%;
    }
}

@media (max-width: 992px) {
    .contacts__map_english {
        position: static!important;
        width: 100% !important;
        height: 520px!important;
        order: 1;
    }
    .contacts__wrapper-info {
        width: 100%;
        order: 2;
        margin-top: 25px;
    }
    .container-wrap-map {
        display: block;
    }
    .contact__text-info {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .contacts__wrapper-item {
        justify-content: flex-start;
    }
    .contacts__map-main {
        position: static!important;
        order: 1;
        width: 100% !important;
        height: 520px!important;
        margin-bottom: 20px;
    }
    .container-contacts-main {
        order: 2;
        width: 100%;
    }
    .contacts__wrapper-foreigner {
        flex-direction: column;
    }
    .contacts__wrapper-foreigner-main {
        padding: 20px!important;
    }
}

@media(max-width:768px){
    .contacts__wrapper-position {
        width: 100% !important;
    }
    .contacts__wrapper-item {
        flex-direction: column;
        gap: 15px;
    }
    .contacts__wrapper-text {
       text-align: start;
    }
    .contacts__wrapper-contacts {
        flex-direction: column;
        gap: 10px!important;
    }
}