.en-documents__title{
    color: #122D4E;
    font-size: 38px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.en-education__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 45px;
}
.en-documents__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 20px;
    margin-bottom: 45px;
}

.title-blue {
    color: #122D4E;
    font-size: 38px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.38px;
    text-transform: uppercase;
}

.en-list-documents{
    margin-bottom: 40px;
}

.en-cost-title{
    color: #2B3063;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.education-plans .en-cost-title__plans{
   display: none;
}
.en-education__item {
    min-height: auto;
    padding: 40px 25px;
}

.en-education__text{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.2px;
}

.en-education-levels__wrapper {
    margin-bottom: 100px;
}

/*licence and accreditation*/

.en-docs__licence {
    display: flex;
    align-items: center;
}

.en-docs__licence a{
    color:  #122D4E;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
}

.en-docs__licence:before {
    content: '';
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 20px;
    background: url("/local/templates/dvgafk/template/img/english-version/pdf-icon.svg");
}
.wrap-licence {
    margin-top: 20px;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .en-documents__wrapper,
    .en-education__wrapper{
        grid-template-columns: 1fr;
    }
    .departments {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


@media(max-width:768px) {
    .en-cost-title {
        font-size: 21px;
    }
    .en-admission {
        padding-bottom: 40px!important;
    }
    .title-blue {
        font-size: 32px;
    }
    .departments-container {
        margin: 0 auto;
    }

}

