.container-foreigners {
    background: url(/local/templates/dvgafk/template/img/foreigners/foreigners-cover.png);
    background-size: cover;
    min-height: 540px;
    width: 100%;
}

.foreigners__about {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 60px;
    width: 60%;
    float: right;
}
.migration{
    padding: 80px 0;
}
.migration__list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.migration__list li {
    display: flex;
    justify-content: space-between
}
.migration__list li:after {
    content: url("/local/templates/dvgafk/template/img/arrow-in-circule.svg");
}
.migration__item {
    background: #fff;
    min-height: 235px;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    color:#122D4E;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    width: 50%;
}
.contact-person {
    box-shadow: 0px 10px 60px 0px rgba(43, 48, 99, 0.10);
}

.migration__item li {
    padding-bottom: 20px;
}
.migration__item:first-child{
    background: url("/local/templates/dvgafk/template/img/foreigners/support1.svg")no-repeat;
    background-color: white;
}
.migration__item:nth-child(2){
    background-image: url("/local/templates/dvgafk/template/img/foreigners/support2.svg");
}
.migration__item:nth-child(3){
    background-image: url("/local/templates/dvgafk/template/img/foreigners/support3.svg");
}

.migration__item:hover {
    background-color: #122D4E;
}

.migration__item:hover .migration__item li {
    color: white;
}
.migration__item:first-child {
    width: 100%;
}
.migration__item li {
    width: 100%;
}
.acceptance__container {
    position: relative;
    display: flex;
}

.acceptance__info {
    position: absolute;
    width: 56%;
    top: 30px;
    right: 0;
    padding: 100px 25px;
    background: #fff;
    z-index: 5;
}
.acceptance__info  p,
.cooperation__info {
    line-height: 130%;
    color:  #292929;
    font-size: 20px;
    font-weight: 500;
}
.support__wrapper_detail {
    padding-bottom: 120px;
}
.cooperation {
    padding: 80px 0;
}
.cooperation__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.cooperation__info {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    width: 70%;
}
.cooperation__item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.10);
}
.cooperation__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0A192B;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
.cooperation__item span {
    color: rgba(10, 25, 43, 0.30);
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.cooperation__documents {
    width: 100%;
}

.cooperation__documents-all {
    display: flex;
    align-items: center;
    float: right;
    margin-top: 24px;
    gap: 5px;
}
.cooperation__documents-all:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/local/templates/dvgafk/template/img/all-documents-link.svg");
}


.cooperation__documents-all a{
    color:  #122D4E;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.residence__info-wrapper {
    display: flex;
}
.residence__item-slider {
    width: 100%;
    height: 433px!important;
}
.residence__item-slider img{
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
}
.residence__wrapper {
    margin-bottom: 60px;

}
.residence__subtitle {
    width: 70%;
    color: #122D4E;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
}
.residence__payment {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 130px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.residence__info-wrapper {
    margin-bottom: 70px;
    gap: 55px;
}

.residence__subtitle p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 24px;
}

.contact__person {
    width: 45%;
}
.contact__person img{
    margin-bottom: 20px;
}
.contact__list {
    width: 55%;
}
.contact__person-name{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

.contact__person-position {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}

.contact__list-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact__item {
    display: flex;
    justify-content: space-between;
}
.contact__item-info {
    color:  #122D4E;
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
}
.contact__item-info:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-right: 20px;
}

.contact__address{
    background: url("/local/templates/dvgafk/template/img/geo.svg")no-repeat;
}

.contact__phone{
    background: url("/local/templates/dvgafk/template/img/phone-contact.svg")no-repeat;
}

.contact__phone-commission{
    background: url("/local/templates/dvgafk/template/img/phone-commission.svg")no-repeat;
}
.contact__working-hours{
    background: url("/local/templates/dvgafk/template/img/clock.svg")no-repeat;
}

.contact__location{
    background: url("/local/templates/dvgafk/template/img/geo.svg")no-repeat;
}
.contact__text {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    text-align: right;
}
.support__subtitle {
    color: #122D4E;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.support__wrapper {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.contact__person-position {
    width: 400px;
}
.contact__item-working-hours {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
/*slider*/
.residence__list {
    height: auto!important;
}

.accommodation-wrapper .admission__info {
    margin-left: 0;
    margin-bottom: 60px;
}
.admission__list-document a,
.cooperation__item a{
    gap: 20px;
}
@media (max-width: 1200px) {

.migration__list a {
    width: 100%;
    background-size: cover;
}
.contact__item,
.contact__item-working-hours{
    flex-direction: column;
    align-items: start;
}
.contact__list-wrapper {
    align-items: start;
}
.contact__list,
.contact__person{
    width: 100%;
}

}

@media (max-width: 992px) {
    .migration__list {
        flex-wrap: wrap;
    }
    .cooperation .admission__item-wrapper,
    .accommodation-wrapper .admission__item-wrapper{
        flex-direction: column;
        gap: 30px;
    }
    .foreigners__about {
        width: 100%;
    }
    .acceptance__container {
        display:block;
    }
    .acceptance__info {
        position: static;
        width: 100%;
        padding: 40px 10px;
    }

    .residence__info-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .foreigners__about {
        margin-top: 50px;
    }
    .migration,
    .cooperation{
        padding: 60px 0;
    }

    .contact__text {
        text-align: left;
    }
    .contact__list-wrapper {
        gap: 40px;
    }
    .acceptance__photo img {
        width: 100%;
    }
    /*.foreigners-exp-bg {*/
    /*    width: auto!important;*/
    /*}*/

    .cooperation .admission__item-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .contact__list-wrapper {
        flex-direction: column;
    }

    .contact__person img,
    .contact__person-position,
    .residence__subtitle{
        width: 100%;
    }
    .contact-person {
        padding: 40px 0!important;
    }

    .residence__payment {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 576px) {

    .cooperation .admission__list-document a,
    .cooperation__item a{
        flex-direction: column;
        align-items: start;
    }
    /*.foreigners-exp-bg {*/
    /*    height: 100vh;*/
    /*    object-fit: cover;*/
    /*}*/

}
