.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/yeni55.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
}
