.contacts-foreigner {
    background-color: #fff;
}
.contacts__wrapper-foreigner {
    display: flex;
}

.about-rector-en {
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 3;
    display: flex;
    position: relative;
    gap: 80px;
    align-items: center;
}

.info-slider {
    padding-bottom: 80px;
}

.contacts-foreigner{
    position: relative;
}

.contacts__wrapper-foreigner {

    padding: 160px 0;
}

.contacts__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
}

.contacts__map_english {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
}


.contacts__map iframe,
.contacts__map_english iframe{
    height: 100%;
}

.contacts__list{
    color: #000;
}

.admission {
    padding-bottom: 120px;
}

.contacts__wrapper-position {
    width: 440px;
}

.contacts__wrapper-contacts{
    gap: 25px;
}

.en-container-wrap {
    padding-bottom: 120px;
}
.dep-btn-accordion .show-img {
    background-image: none;
}

@media (max-width: 1199px)  {
    .about-rector-en {
        flex-direction: column;
    }
}