* {
    --ff-main: "Marcellus", serif;

    box-sizing: border-box;
    font-family: var(--ff-main);
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}
body {
    background-color: #fff;
}
button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
a {
    transition: .4s all linear;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 16px 28px;
    color: #fff;
    background: #0b0449;
    text-decoration: none;
    width: fit-content;
}
a:hover{
    background: #1202a1;
}
.header {
    background: linear-gradient(
        90deg,
        rgba(241, 248, 252, 0.9) 47.58%,
        rgba(241, 248, 252, 0.9) 62.54%
    );
    display: flex;
    align-items: center;
}
.header__image-box{
    position: relative;
}
.header__image-box::after{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(248, 252, 254, 0) 67.23%, rgba(241, 248, 252, 0.9));
}
.container {
    max-width: 1316px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.header__inner {
    margin-left: 18px;
    max-width: 631px;
    width: 100%;
    padding: 216px 0;
}
.header__title {
    font-weight: 400;
    font-size: 72px;
    color: #0b0449;
}
.header__subtitle {
    font-family: "Lato", sans-serif;
    margin: 30px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 200%;
    color: #313037;
}
.support {
    padding: 100px 0;
}
.support__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.support__content {
    max-width: 523px;
    width: 100%;
}
.title {
    font-weight: 400;
    font-size: 48px;
    color: #0b0449;
    text-align: center;
}
.subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #7a7a7a;
}
.support__content > .title {
    text-align: start;
}
.support__content > .subtitle {
    margin: 40px 0;
}
.care {
    padding-bottom: 70px;
}
.care__inner > .subtitle {
    text-align: center;
    margin: 32px 0 60px;
}
.care__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.care__box {
    position: relative;
    width: 375px;
    height: 364px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    background-color: #f5ecee;
    padding: 74px;
}
.care__box-number {
    position: absolute;
    top: 16px;
    left: 13px;
    width: 80px;
    height: 80px;
    background-color: #0b0449;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    border: 6px solid #fff;
}
.care__box-title {
    font-size: 28px;
    line-height: 143%;
    text-align: center;
    color: #0b0449;
    margin-bottom: 33px;
}
.care__box-text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #7a7a7a;
}
.care__paragraph {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #313037;
}
.program {
    padding: 100px 0 119px;
    background: #fcf9f5;
}
.program__inner > .subtitle {
    margin: 24px 0 60px;
    text-align: center;
}
.program__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.program__box {
    border-radius: 80px 0;
    padding: 36px 50px;
    background: #f5ecee;
    max-width: 416px;
    width: 100%;
    min-height: 170px;
}
.program__box-title {
    font-size: 28px;
    text-align: center;
    color: #0b0449;
    margin-bottom: 10px;
}
.program__box-text {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #313037;
}
.program__paragraph {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #7a7a7a;
    margin-bottom: 50px;
    margin-top: 60px;
}
.program__link {
    margin: 0 auto;
}
.feedback {
    padding: 100px 0;
}
.feedback__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.feedback__box {
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 10px;
    max-width: 306px;
    width: 100%;
    min-height: 290px;
    margin-right: 10px;
}
.feedback__box:last-of-type{
    margin-right: 0;
}
.feedback__box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feedback__box-comment {
    display: flex;
    align-items: center;
}
.feedback__box-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: cover;
}
.feedback__box-user {
    font-weight: 700;
    font-size: 16px;
    color: #313037;
}
.feedback__box-days {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #313037;
    margin-top: 4px;
}
.feedback__box-starts {
    margin: 20px 0;
}
.feedback__box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #7a7a7a;
    max-height: 154px;
    overflow: hidden;
}
.why {
    padding-bottom: 91px;
}
.why__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 77px;
}
.why__box {
    border-radius: 80px 0;
    padding: 80px 24px 24px 24px;
    background: #f5ecee;
    position: relative;
    max-width: 306px;
    width: 100%;
    min-height: 282px;
    margin-right: 10px;
}
.why__box-number {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b0449;
    border: 6px solid #fff;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -3px;
    top: -10px;
}
.why__box-title {
    font-size: 28px;
    line-height: 143%;
    text-align: center;
    color: #0b0449;
    margin-bottom: 20px;
}
.why__box-text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #7a7a7a;
}
.team {
    /* background: linear-gradient(
        90deg,
        rgba(241, 248, 252, 0.9) 47.58%,
        rgba(241, 248, 252, 0.9) 62.54%
    ); */
    background: #FFF;
}
.team__inner {
    display: flex;
    align-items: center;
}
.team__content {
    max-width: 592px;
    width: 100%;
    margin-left: 48px;
}
.team__content > .title {
    text-align: start;
}
.team__content > .subtitle {
    margin: 40px 0;
}
.journey {
    padding: 100px 0;
}
.journey__inner > .subtitle {
    text-align: center;
    margin: 32px 0 60px;
}
.journey__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 77px;
}
.journey__box {
    border-radius: 100%;
    padding: 82px 51px 51px;
    background: #fff;
    border: 4px solid #0b0449;
    position: relative;
    max-width: 320px;
    width: 100%;
    min-height: 320px;
}
.journey__box-number {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b0449;
    border: 6px solid #fff;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 11px;
    top: 14px;
}
.journey__box-title {
    font-size: 28px;
    line-height: 143%;
    text-align: center;
    color: #0b0449;
    margin-bottom: 20px;
}
.journey__box-text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #7a7a7a;
}
.journey__link {
    margin: 60px auto 0;
}
.footer {
    padding: 90px 0 30px;
    background-image: url(../content/footer.png);
}
.footer__title {
    color: #fff;
    font-size: 48px;
    text-align: center;
}
.footer__subtitle {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    opacity: 0.5;
    margin: 40px 0;
    color: #fff;
}
.footer__link {
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 auto 126px;
}
.copyright {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.copyright > span{
    font-weight: 400;
}
