.swiper-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.swiper-bullets__item {
    flex: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(15, 45, 114, 0.2);
    transition: 0.3s;
}
.swiper-bullets__item.swiper-pagination-bullet-active {
    background-color: #0f2d72;
}

.green-theme .swiper-bullets__item {
    background-color: rgba(166, 206, 57, 0.2);
}
.green-theme .swiper-bullets__item.swiper-pagination-bullet-active {
    background-color: #a6ce39;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNyaXRpY2FsLnNjc3MiLCJ1dGlscy92YXJpYWJsZXMuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0Usa0JDZEM7OztBRHFCSDtFQUNFOztBQUVBO0VBQ0UiLCJmaWxlIjoiY3JpdGljYWwuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCAnLi91dGlscy92YXJpYWJsZXMuc2Nzcyc7XHJcblxyXG4uc3dpcGVyLWJ1bGxldHMge1xyXG4gIGRpc3BsYXk6IGZsZXg7XHJcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuICBnYXA6IDVweDtcclxuXHJcbiAgJl9faXRlbSB7XHJcbiAgICBmbGV4OiBub25lO1xyXG4gICAgd2lkdGg6IDhweDtcclxuICAgIGhlaWdodDogOHB4O1xyXG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xyXG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzBmMmQ3MjMzO1xyXG4gICAgdHJhbnNpdGlvbjogMC4zcztcclxuXHJcbiAgICAmLnN3aXBlci1wYWdpbmF0aW9uLWJ1bGxldC1hY3RpdmUge1xyXG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkYmx1ZTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuXHJcbi5ncmVlbi10aGVtZSB7XHJcbiAgLnN3aXBlci1idWxsZXRzIHtcclxuICAgICZfX2l0ZW0ge1xyXG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE2NiwgMjA2LCA1NywgMC4yKTtcclxuXHJcbiAgICAgICYuc3dpcGVyLXBhZ2luYXRpb24tYnVsbGV0LWFjdGl2ZSB7XHJcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2E2Y2UzOTtcclxuICAgICAgfVxyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iLCIkZm9udDogJ09wZW4gU2FucycsIHNhbnMtc2VyaWY7XHJcbiRmb250LXRpdGxlOiAnT3BlbiBTYW5zJywgc2Fucy1zZXJpZjtcclxuXHJcbiRibHVlOiAjMGYyZDcyO1xyXG4kYmx1ZS10OiAjNDc3YWFkO1xyXG4kYmx1ZS1iZzogcmdiYSgxNSwgNDUsIDExNCwgMC4wNSk7XHJcbiRibHVlLWRhcms6ICMwMDMxNTM7XHJcbiRob3ZlcjogcmdiKDIxMiwgMjE2LCAyMjgpO1xyXG4kbGlnaHQtYmx1ZTogIzAwYWRlZTtcclxuJGJnOiAjZjVmNWY3O1xyXG4kcmVkOiAjZTY0NjQ2O1xyXG4kZ3JlZW46ICM4MWIzNTQ7XHJcbiRvcmFuZ2U6ICNiZjg3MDA7XHJcbiRncmV5OiAjODE4MTgxO1xyXG4kZ3JlZW4tdDogI2E2Y2UzOTtcclxuIl19 */
.news.applicant .news-slider.news-slider_new {
    height: 620px;
}

.news.applicant .news-slider.news-slider_new {
    height: 620px;
}

.news.applicant .news-slider.news-slider_new .swiper-slide:not(.big) {
    margin-bottom: 0;
}

.news-slider.news-slider_new .news-el {
    position: relative;
    overflow: hidden;
    height: calc((100% - 30px) / 2);
}

.news-slider.news-slider_new .news-el:not(.big) {
    width: 100%;
}

.news-slider.news-slider_new .news-el:hover .news-el__bg img {
    transform: scale(1.05);
}

.news-slider.news-slider_new .news-el * {
    cursor: pointer;
}

.news-slider.news-slider_new .news-el:hover .news-el__title {
    color: #a6ce39;
}

.news-slider.news-slider_new .news-el.big {
    height: 100%;
}

.news-slider.news-slider_new .news-el__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-slider.news-slider_new .news-el__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.news-slider.news-slider_new .news-el__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.news-slider.news-slider_new .news-el__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 24px;
}

.news-slider.news-slider_new .news-el__tag {
    padding: 4px 8px;
    background-color: #fff;
    color: #a6ce39;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    line-height: 1.5em;
}

.news-slider.news-slider_new .news-el__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.news-slider.news-slider_new .news-el__date {
    color: #DDD;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
}

.news-slider.news-slider_new .news-el__title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    transition: .3s;
}


/*NEWS*/
.news-list .news__wrapper_new .news-el {
    position: relative;
    overflow: hidden;
    width: calc((100% - 60px) / 3);
    height: auto;
    min-height: 490px;
}

.news-list .news__wrapper_new .news-el:hover .news-el__bg img {
    transform: scale(1.05);
}

.news-list .news__wrapper_new .news-el:hover .news-el__title {
    color: #a6ce39;
}

.news-list .news__wrapper_new .news-el * {
    cursor: pointer;
}

.news-list .news__wrapper_new .news-el__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-list .news__wrapper_new .news-el__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.news-list .news__wrapper_new .news-el__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.news-list .news__wrapper_new .news-el__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 24px;
}

.news-list .news__wrapper_new .news-el__tag {
    padding: 4px 8px;
    background-color: #fff;
    color: #a6ce39;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    line-height: 1.5em;
}

.news-list .news__wrapper_new .news-el__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.news-list .news__wrapper_new .news-el__date {
    color: #DDD;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
}

.news-list .news__wrapper_new .news-el__title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    transition: .3s;
}

@media screen and (max-width: 1300px) {
    .news-list .news__wrapper_new .news-el {
        height: auto;
        min-height: 400px;
        width: calc((100% - 20px) / 3);
    }

    .news-list .news__wrapper_new .news-el__title {
        font-size: 24px;
    }
}


@media screen and (min-width: 1025px) {
    .news.applicant .news-slider.news-slider_new .swiper-slide:not(.big) {
        gap: 30px;
    }

    .news-slider.news-slider_new .news-el.big .news-el__container {
        padding: 40px;
    }

    .news-slider.news-slider_new .news-el.big .news-el__title {
        font-size: 40px;
    }
}

@media screen  and (max-width: 1024px) {
    .news-list .news__wrapper_new .news-el {
        width: calc((100% - 10px) / 2);
    }

    .news.applicant .news-slider.news-slider_new {
        height: auto;
    }
}

@media screen  and (max-width: 650px) {
    .news-list .swiper-container.news__wrapper_static.news__wrapper_new {
        padding-bottom: 0;
    }

    .news-list .news__wrapper_new .news-el {
        width: 100%;
    }

    .news-list .news__wrapper_new .news-el__title {
        font-size: 18px;
    }

    .select-city-mob .itc-select__options {
        max-height: 100px;
    }
}

.intro.services__intro {
    position: relative;
}

.intro.services__intro .intro__bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.intro.services__intro .intro__content {
    justify-content: center;
}

.intro.services__intro .intro__title {
    margin-top: -60px;
}

.header__inner {
    display: flex;
    align-items: center;
    order: 4;
}

.air-advantages__cards ul {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-grow: 1;
    transform: translate(0, 0) rotate(0);
    z-index: 5;
}
@media screen and (max-width: 500px) {
    .header__inner {
        order: 1;
        margin-right: auto;
    }

    .mob-menu {
        height: calc(100dvh - 61px);
    }
}

.header .header__btn {
    margin-left: auto;
}
