.menu a.has-submenu:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}
.language__btn:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}


.banner-1 {
    background-image: url(../img/ustshekil.webp);
    padding: 70px 40px;
    width: 100%
}

.banner-2 {
    align-items: center;
    background-image: url(../img/banner-2.webp);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: flex-end;
    padding: 10px;
    width: 350px
}

.banner-3 {
    background-image: url(../img/banner-3.webp)
}

.banner-4 {
    background-image: url(../img/banner-5.webp);
    padding: 30px;
    text-align: center;
    width: 100%
}


.faq__item h3:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}


.breadcrumbs a:after {
    background-image: url(../img/arrow-right.svg);
    background-position: 50%;
    content: "";
    display: block;
    height: 18px;
    width: 18px
}


.sitemap__item:after {
    background-image: url(../img/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

@media (max-width: 768px) {
    .content > .banner__wrap:first-child {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 12px;
    }

    .content > .banner__wrap:first-child .banner-1 {
        flex: 0 0 100%;
        width: 100%;
        min-height: 0;
        aspect-ratio: 1280 / 404;
        padding: 18px 16px 12px;
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #2b1447;
    }

    .content > .banner__wrap:first-child .banner-2 {
        display: none !important;
    }

    .content > .banner__wrap:first-child .banner__title {
        max-width: 100%;
    }
}


@supports (content-visibility: auto) {
  .content .block,
  .footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
  }
}
