.container.career-benefits__container{
    padding-right: 0;
}
.header-banner{
    font-family: "SF Pro Display", sans-serif;
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #F2F4F7;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 15px;

}
.header-banner svg{
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
.header-banner p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    max-width: calc(100% - 26px);
}

.tabs-with-content-benefits-slider__tab__container.center{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.tabs-with-content-benefits-slider__tab__container.center .tabs-with-content-benefits-slider__tab__content{
    padding-right: 0;
    margin-right: 0;
}

html[lang="ar"] .header-banner svg,
html[lang="ku"] .header-banner svg{
    margin: 0 0 0 8px;
}

[dir=rtl] .tabs-with-content-benefits-slider .benefits-slider .slide__inner {
    max-height: 360px !important;
}
[dir=rtl] .tabs-with-content-benefits-slider .benefits-slider .slide__inner .img {
    max-height: 200px;
}
.report-block{
    padding: 80px 0 100px;
}
.report-wrap__row{
    max-width: 950px;
    margin: 0 auto;
}
.report-block__item{
    padding: 30px;
    border: 1px solid #121212;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.report-block__item:not(:last-child){
    margin-bottom: 25px;
}
.report-block__item:hover{
    color: #134E4A;
    text-decoration: underline;
    transition: 0.3s all;
}
.report-block__item:hover svg path,
.report-block__item:focus svg path,
.report-block__item:active svg path {
    stroke: transparent;
}
.report-block__item svg{
    margin-right: 15px;
    flex-shrink: 0;
}
.report-block__item .report-block__item-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #121212;
}
[dir=rtl] .report-block__item svg{
    margin-right: 0;
    margin-left: 15px;
}

aside.country-selector.weglot-dropdown{
	display: none !important;
}

@media screen and (min-width: 1024px){
    .payments-user-flow__steps__item{
        width: 525px;
        max-width: 100% !important;
    }
    .report-block__title {
        font-size: 64px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 70px;
        text-align: center;
    }
	.header__menu__inner .nav-menu {
        min-height: auto!important;
    }
}
@media screen and (max-width: 1023px) {
    .report-block {
        padding: 40px 0 50px;
    }
    .report-block__title {
        margin-bottom: 40px;
    }
    .report-block__item .report-block__item-title{
        font-size: 22px;
    }
}
@media screen and (max-width: 768px) {
    .header-banner{
        align-items: flex-start;
    }
    .header-banner svg{
        margin-top: 0;
    }
    .header-banner p{
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 576px) {
    .report-block__item .report-block__item-title{
        font-size: 18px;
        line-height: 1.35;
    }
}