.eurasia-page__header{
    position: relative;
}
.eurasia-page__header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(149.74deg, rgba(1, 18, 46, .8) 0, rgba(1, 77, 145, .3) 100%);
    background: -o-linear-gradient(149.74deg, rgba(1, 18, 46, .8) 0, rgba(1, 77, 145, .3) 100%);
    background: linear-gradient(300.26deg, rgba(1, 18, 46, .8) 0, rgba(1, 77, 145, .3) 100%);
}


.simple-document-block {
    padding: 0 0 120px;
}

@media (max-width: 89.99em) {
    .simple-document-block {
        padding: 0 0 15px;
    }
}
@media (max-width: 47.99em) {
    .simple-document-block {
        padding: 0 0 15px;
    }
}

.eurasia-page .about-page{
    margin-bottom: 48px;
}
.eurasia-page .about-page__partners{
    padding-top: 0;
}
@media (max-width: 89.99em) {
    .eurasia-page .about-page{
        margin-bottom: 10px;
    }
}
@media (max-width: 47.99em) {
    .eurasia-page .about-page{
        margin-bottom: 0;
    }
}
.g-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-more-wrapper{
    padding-top: 0;
}

.lk-application_separator{
    height: 15px;
}

.lk-request__item-label_wait-list{
    background: #ffcf48;
}
