* {
    --ff-main: "Rethink Sans", sans-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;
    background: #6637ee;
    border-radius: 20px;
    padding: 16px 28px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    width: fit-content;
}
a:hover{
    background: #8800f8;
}
.header {
    padding: 30px 30px 100px;
}
.header__image{
    width: 100%;
}
.header__title {
    font-weight: 700;
    font-size: 72px;
    line-height: 130%;
    color: #160845;
}
.header__title > i {
    font-style: italic;
    font-weight: 400;
}
.header__subtitle {
    font-size: 30px;
    line-height: 150%;
    color: #160845;
    margin: 30px 0;
}
.header__content {
    padding: 80px 100px;
    background-color: #00ffc2;
    border-radius: 32px;
}
.header__inner {
    display: grid;
    gap: 30px;
    grid-template: 1fr / repeat(2, 1fr);
}
.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.care {
    padding-bottom: 100px;
}
.care__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.care__content {
    max-width: 628px;
    width: 100%;
    margin-left: 10px;
}
.title {
    font-weight: 600;
    font-size: 50px;
    color: #160845;
}
.text {
    font-size: 20px;
    line-height: 150%;
    color: #6a7a77;
}
.care__content > .text {
    margin: 40px 0;
}
.support {
    padding: 100px 0;
    background: #eef5f1;
}
.support__inner > .title {
    text-align: center;
}
.support__inner > .text:first-of-type {
    margin: 32px 0 60px;
    text-align: center;
}
.support__inner > .text:last-of-type {
    margin: 60px 0 0;
    text-align: center;
}
.support__inner > .text{
    color: #160845;
}
.support__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.support__box {
    background: #fff;
    border-radius: 32px;
    padding: 80px 60px 60px 60px;
    max-width: 393px;
    width: 100%;
    min-height: 268px;
    position: relative;
}
.support__box-number {
    border: 8px solid #eef5f1;
    border-radius: 32px;
    background: #6637ee;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support__box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #160845;
    margin-bottom: 20px;
}
.support__box-text {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #6a7a77;
}
.programs {
    padding: 100px 0;
}
.programs__inner > .title {
    text-align: center;
    margin-bottom: 24px;
}
.programs__inner > .text {
    text-align: center;
    margin-bottom: 50px;
    color: #160845;
}
.programs__box {
    background: #00ffc2;
    border-radius: 40px;
    padding: 60px;
    width: 416px;
    height: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.programs__box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #6637ee;
    margin-bottom: 20px;
}
.programs__box-text {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #160845;
}
.programs__boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.programs__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;
}
.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: #160845;
}
.why__box > .support__box-text{
    color: #160845;
}
.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;
}
.feedback {
    padding: 100px 0;
    background: #eef5f1;
}
.feedback__inner > .title {
    text-align: center;
}
.why {
    padding: 100px 0;
}
.why__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why__inner > .title {
    text-align: center;
    margin-bottom: 60px;
}
.why__box {
    background: #eef5f1;
    max-width: 306px;
    min-height: 323px;
    padding: 80px 40px;
}
.why__box > .support__box-title {
    color: #6637ee;
}
.why__box > .support__box-number {
    border: 6px solid #fff;
    background: #6637ee;
}
.team {
    padding: 11px 0 0;
    background: #00ffc2;
}
.team__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.team__content > .text {
    margin: 30px 0;
}
.team__content {
    max-width: 792px;
    width: 100%;
}
.start {
    padding: 100px 0;
}
.start__inner > .title {
    text-align: center;
}
.start__inner > .text {
    text-align: center;
    margin: 32px 0 60px;
    color: #160845;
}
.start__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.start__box {
    border: 4px solid #160845;
    border-radius: 42px;
    padding: 80px 60px 60px 60px;
    width: 320px;
    background: #fff;
    height: 274px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.start__box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #160845;
    margin-bottom: 16px;
}
.start__box-text {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #6a7a77;
}
.start__box-number {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    background: #6637ee;
    border: 8px solid #fff;
    border-radius: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    margin: auto;
}
.start__link {
    margin: 0 auto;
}
.footer {
    padding-top: 100px;
    background: #160845;
}
.footer__title {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.footer__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.footer__link {
    margin: 0 auto 100px;
}
.footer__bottom {
    padding: 24px;
    background: #6637ee;
}
.copyright {
    font-size: 16px;
    line-height: 163%;
    text-align: center;
    color: #fff;
}
.copyright > b{
    font-weight: 700;
}
