@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: 642px;
}
.header__container {
    max-width: 1605px;
    margin: 0 auto;
}
.header {
    padding: 20px 0;
    border-bottom: 1px solid #4B63FF
}
.header__inner img {
    width: 82px;
    height: 34px;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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;
}

.whyYou__container {
    max-width: 1055px;
    margin: 0 auto;
}
.rewiews {
    margin-top: -329px;
}


.best-overal__inner {
    
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
    margin-bottom: 148px;
}
.best-overall__item {
    padding: 30px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 72px;
}

.info {
    display: flex;
    margin-top: 25px;
}
.best-overall__item--text h4 {
font-weight: 700;
font-size: 26px;
line-height: 100%;

}
.best-overal__item--text-medium {
    display: flex;
    flex-direction: column;
font-weight: 700;
font-size: 16px;
line-height: 100%;
justify-content: flex-start;
width: 180px;
gap: 5px;

}
.best-overal__item--price {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}
.best-overal__item--text-bottom {
    flex-direction: column;
    display: flex;
  
    gap: 5px;
}
.best-overal__item--text-bottom p {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;

}
.best-overal__item--text-grid {
   display: grid;
   grid-template-columns: repeat(3, max-content) ;
font-weight: 400;
line-height: 100%;
gap: 5px;
list-style: disc;
padding-left: 20px;
color: #555555;
 li {
    padding-right: 20px;

 }
}
.best-overal__item--button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 49px;
    padding: 0 30px;
    background-color: #1A38FB;
    color: white;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    border: none;
   
}


.whyYou {
    margin-bottom: 147px;
}

.whyYou__container {
    max-width: 1055px;
    margin: 0 auto;
}
.whyYou__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.whyYou__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.whyYou__content p {
    font-weight: 400;
    line-height: 100%;
    text-align: justify;
    color: #686868;

}
.whyYou__content h3 {
font-weight: 700;
font-size: 36px;
line-height: 100%;

}
.whyYou__content  h4{
    font-weight: 600;
    font-size: 24px;
    
}
.whyYou__content--ul {
    list-style: disc;
    border-left: 5px solid #1A38FB;
    padding-left: 25px;
    list-style-position: inside;
    color: #0e0e0e;
}
.whyYoy__content--inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.whyYou__content--item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #EAF9FF;

}
.whyYou__content--item h4 {
font-weight: 700;
font-size: 24px;
}
.whyYou__content--item p {
font-weight: 400;
text-align: justify;
color: #686868;

}

.whyWe__content--ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    gap: 15.4px;
    
    border-left: 5px solid #1A38FB;
    padding-left: 20px;
    list-style-position: inside;
    color: #686868;
    
}



.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%;
    
    }