@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf);
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.section__header--background {
    width: 100%;
    background: linear-gradient(259.33deg, #1D4DDA 7.78%, #012687 87.1%);
    height: 732px;
}
.header__container {
    max-width: 1605px;
    margin: 0 auto;
}
.header {
    padding: 20px 0;
    border-bottom: 1px solid #4B63FF
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__inner img {
    width: 82px;
    height: 34px;
}
.header__inner--nav ul {
    display: flex;
    gap: 34px;
    color: #fff;
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
}
.header__sign {
    padding: 15px 30px;
    border-radius: 50px;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
background-color: #fff;
height: 49px;
}

.news {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news h3 {
font-weight: 700;
font-size: 36px;
line-height: 100%;
text-align: center;
color: #fff;
margin-bottom: 20px;
margin-top: 53px;
}
.news p {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: white;
max-width: 1309px;
text-align: center;
}
.news__inner{
    margin-top: -383px;
    padding: 92px 156px 186px 156px;
    background-color: white;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.news__item {
    display: flex;
    gap: 50px;
}
.news__item--text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}
.news__item--text h3 {
    display: flex;
    align-items: center;
    height: 88px;
font-weight: 700;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;
}
.news__item--text p {
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #738299;
height: 242px;

}
.news__item--text span {
font-weight: 400;
line-height: 150%;
color: #738299;
}



.pagination__inner {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.pagination__item button {
width: 50px;
height: 50px;
border: none;
color: #717171;
font-family: Inter;
font-weight: 400;
font-size: 20px;
line-height: 100%;
text-align: center;
vertical-align: middle;

}
.pagination__item button.active {
    background: #1A38FB;
    color: white;
}




.footer--logo {
    width: 82px;
    height: 34px;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 92px 0;
}
.footer__item {
font-weight: 500;
font-size: 15px;
color: #686868;
display: flex;
flex-direction: column;
gap: 10px;
}
.footer__item--logo {
    gap: 20px;
}
.footer__item--a {
    display: flex;
    gap: 8px;
    flex-direction: row;
}
.footer__item--logo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    
    }

    