.main-about {
    padding-bottom: 86px;
}
.l-main__container {
    margin-top: 0px !important; 
}
.first {
    background: url("/local/templates/new_index/assets/images/about/about-first-img.jpg");
    background-size: cover;
    margin-bottom: 120px;
}

.first__img--box {
    display: none;
}

.first__content {
    padding-top: 150px;
    padding-bottom: 170px;
    max-width: 715px;
}

.first__title {
    font-weight: 600;
    font-size: 52px;
    color: #FFF;
    margin-bottom: 44px;
}

.first__subtitle {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 44px;
}

.first__desc {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 26px;
}

.first__desc:last-child {
    margin-bottom: 0;
}

.about-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.about-double--first {
    margin-bottom: 120px;
}

.about-double .about__title {
    margin-bottom: 0;
}

.about__title--small {
    color: #1F2972;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
}

.about-double__desc {
    color: #707070;
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.about__title {
    line-height: normal;
    font-size: 38px;
    margin-bottom: 70px;
}

.achievements-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 433px;
    grid-gap: 30px;
}

.achievements {
    margin-bottom: 170px;
}

.achievements-item {
    display: flex;
    align-items: flex-end;
}

.achievements__item--first {
    grid-area: 1 / 1 / 2 / 3;
    background: url("/local/templates/new_index/assets/images/about/about-achievements-img-1.jpg");
}

.achievements__item--second {
    grid-area: 2 / 1 / 3 / 2;
    background: url("/local/templates/new_index/assets/images/about/about-achievements-img-2.jpg");
}

.achievements__item--third {
    grid-area: 2 / 2 / 3 / 3;
    background: url("/local/templates/new_index/assets/images/about/about-achievements-img-3.jpg");
}

.achievements__item--fourth {
    grid-area: 1 / 3 / 2 / 4;
    background: url("/local/templates/new_index/assets/images/about/about-achievements-img-4.jpg");
}

.achievements__item--fifth {
    grid-area: 2 / 3 / 3 / 4;
    background: url("/local/templates/new_index/assets/images/about/about-achievements-img-5.jpg");
}

.achievements__item--sixth {
    grid-area: 1 / 4 / 3 / 5;
    background: url("/local/templates/new_index/assets/images/about/about-achievements-img-6.jpg");
}

.achievements .achievements-item {
    background-size: 110%;
    transition: all .2s ease-in-out;
    /*background-position-y: center;*/
    background-repeat: no-repeat;
}
.achievements .achievements-item.achievements__item--first,
.achievements .achievements-item.achievements__item--fifth{
    background-size: 130%;
}
.achievements .achievements-item:hover {
    background-size: 120%;
    transition: all .2s ease-in-out;
}
.achievements .achievements-item.achievements__item--first:hover,
.achievements .achievements-item.achievements__item--fifth:hover{
    background-size: 140%;
}

.achievements .achievements-item:hover .achievements-item__info {
    background: white;
    transition: all .2s ease-in-out;
}

.achievements .achievements-item:hover .achievements-item__number {
    color: #1F2972;
    transition: all .2s ease-in-out;
}

.achievements-item__info {
    background: #1F2972;
    padding: 32px 32px 35px;
    width: 100%;
    height: 162px;
    transition: all .2s ease-in-out;
}

.achievements__item--first .achievements-item__info {
    width: calc(50% - 15px);
}

.achievements-item__number {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 7px;
    transition: all .2s ease-in-out;
}

.achievements-item__desc {
    color: #C7C7C7;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    font-style: normal;
    max-width: 283px;
}

.about-double--second {
    margin-bottom: 60px;
}

.about-double--second .about__title {
    font-size: 24px;
}

.range {
    margin-bottom: 170px;
}

.range-item {
    display: flex;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    font-style: normal;
    background: #1F2972
}

.range-item--second, .range-item--fourth {
    flex-direction: row-reverse;
    color: #1F2972;
    background: #F4F4F4;
}

.range-item__img--box {
    width: 50%;
}

.range-item__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.range-item__link {
    width: 50%;
    background: #1F2972;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
    padding-left: 120px;
    padding-right: 120px;
}

.range-item--second .range-item__link, .range-item--fourth .range-item__link {
    background: #F4F4F4;
}

.range-item__link:hover .range-item__in {
    column-gap: 20px;
    transition: all .2s ease;
}

.range-item__in {
    display: flex;
    align-items: center;
    column-gap: 10px;
    transition: all .2s ease;
}

.range-item__in--text {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1440px) {
    .achievements-content {
        grid-auto-rows: 350px;
        grid-gap: 16px;
    }

    .achievements__item--first .achievements-item__info {
        width: calc(50% - 8px);
    }

    .range-item {
        font-size: 20px;
        line-height: 145%;
    }

    .range-item__link {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1200px) {
    .first {
        margin-bottom: 60px;
    }

    .first__content {
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .first__title {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .first__subtitle {
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .first__desc {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 15px;
    }

    .about-double--first {
        column-gap: 20px;
        margin-bottom: 60px;
    }

    .about__title--small {
        font-size: 20px;
        line-height: 130%;
    }

    .about-double__desc {
        font-size: 16px;
        line-height: 140%;
    }

    .about__title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .achievements {
        margin-bottom: 100px;
    }

    .achievements-content {
        grid-auto-rows: 280px;
    }

    .achievements-item__info {
        padding: 15px;
        height: 130px;
    }

    .achievements-item__number {
        font-size: 28px;
    }

    .achievements-item__desc {
        font-size: 14px;
        line-height: 130%;
    }

    .about-double--second .about__title {
        font-size: 24px;
    }

    .range-item {
        font-size: 16px;
        line-height: 130%;
    }

    .range-item__link {
        padding-left: 30px;
        padding-right: 30px;
    }

    .range-item__in--text {
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .main-about {
        padding-bottom: 58px;
    }

    .about-double {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 30px;
    }

    .about-double--first {
        margin-bottom: 70px;
    }

    .about__title--small {
        font-size: 24px;
        line-height: 120%;
    }

    .about-double__desc {
        font-size: 20px;
        line-height: 160%;
    }

    .about__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .achievements {
        margin-bottom: 70px;
    }

    .achievements-content {
        /*grid-gap: 0;*/
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 450px 320px;
    }

    .achievements__item--first {
        grid-area: 1 / 1 / 2 / 3;
    }

    .achievements__item--second {
        grid-area: 4 / 1 / 5 / 2;
    }

    .achievements__item--third {
        grid-area: 4 / 2 / 5 / 3;
    }

    .achievements__item--fourth {
        grid-area: 2 / 1 / 3 / 2;
    }

    .achievements__item--fifth {
        grid-area: 2 / 2 / 3 / 3;
    }

    .achievements__item--sixth {
        background-repeat: no-repeat !important;
        grid-area: 3 / 1 / 5 / 3;
        background: url(/local/templates/new_index/assets/images/about/about-achievements-img-6-alt.jpg);
    }
    

    .achievements__item--first .achievements-item__info {
        width: 100%;
    }

    .achievements__item--second .achievements-item__info, .achievements__item--third .achievements-item__info, .achievements__item--fourth .achievements-item__info, .achievements__item--fifth .achievements-item__info {
        background: white;
    }

    .achievements__item--second .achievements-item__number, .achievements__item--third .achievements-item__number, .achievements__item--fourth .achievements-item__number, .achievements__item--fifth .achievements-item__number {
        color: #1F2972;
    }

    .about-double--second .about__title {
        font-size: 24px;
    }

    .about-double--second .about-double__desc {
        font-size: 18px;
        line-height: 160%;
    }

    .range {
        margin-bottom: 65px;
    }

    .range-item {
        flex-direction: column;
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 160%;
    }

    .range-item:last-child {
        margin-bottom: 0;
    }

    .range-item__in--text {
        font-size: 12px;
    }

    .range-item__img--box {
        width: 100%;
    }

    .range-item__link {
        width: 100%;
        padding: 30px 25px;
    }
}
@media (max-width: 604px) {

    .achievements__item--sixth {
        grid-area: 3 / 1 / 4 / 3;
    }
}

@media (max-width: 576px) {
    .first {
        background: none;
        margin-bottom: 70px;
    }
    .first__img--box {
        display: block;
        height: 250px;
    }

    .first__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .first .container {
        background: #1F2972;
    }

    .first__content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .first__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .first__subtitle {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 24px;
    }

    .first__desc {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 16px;
    }

    .achievements-content {
        grid-auto-rows: 380px 285px;
        grid-gap: 20px;
    }

    .achievements .achievements__item--fourth {
        background-size: 140%;
    }

    .achievements__item--fifth {
        background: url(/local/templates/new_index/assets/images/about/about-achievements-img-alt-5.jpg);
    }
}

@media(max-width: 992px){
    .achievements__item--sixth .achievements-item__info {
        padding: 15px;
        height: 90px;
    }

    .achievements__item--sixth {
        background-position-y: center;
    }
}

@media(max-width: 378px){
    .achievements__item--sixth {
        background-position-y: center;
    }
}

.achievements__item--sixth {
    /*background-position-y: center;
    background-size: cover !important;*/
}

.range-item__desc{
    font-size: 19px;
}

h3.range-item__title{
    font-size: 24px;
    font-weight: bold;
}

@media(max-width: 987px){
    .range-item__desc{
        font-size: 14px;
    }

    h3.range-item__title{
        font-size: 18px;
    }
}