* {
    box-sizing: border-box;

    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
button,
input[type="submit"] {
    cursor: pointer;
    display: block;
}

.container {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.header {
    background-image: url(../content/header.png);
    background-size: cover;
    padding: 140px 0 156px 155px;
    background-position: right;
}
.header__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 90%;
    color: #000;
    margin-bottom: 26px;
}
.header__text {
    font-size: 24px;
    line-height: 133%;
    color: #000;
    margin-bottom: 43px;
}
.button {
    outline: none;
    border: none;
    background: linear-gradient(135deg, #29b6f1 5%, #8fdbed 68%, #94e3e9 68%);
    padding: 2px;
    width: fit-content;
    height: fit-content;
    display: block;
}
.button > span {
    background-color: #fff;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    display: block;
    padding: 13px 24px;
    transition: .6s all linear;
}
.button:hover > span, .discover > .container > form > button:hover > span{
    background-color: transparent;
}
.header__inner > form > button > span {
    background-color: #f6f6f6;
}
.begin {
    padding: 90px 0;
}
.begin__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 112%;
    color: #000;
    margin-bottom: 26px;
}
.text {
    font-size: 20px;
    line-height: 160%;
    color: #000;
}
.begin__content > .text {
    max-width: 430px;
    width: 100%;
    margin-bottom: 85px;
}
.begin__content > form > button > span {
    padding: 11px 48px;
}
.care {
    padding: 93px 0;
    background-image: url(../content/holistic.png);
    background-size: cover;
    background-position: right;
}
.care__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.care__content {
    max-width: 375px;
    width: 100%;
}
.care__boxes {
    max-width: 370px;
    width: 100%;
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    gap: 56px;
}
.care__box {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.5);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 21px 32px;
}
.care__box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 111%;
    text-align: center;
    color: #000;
    margin-top: 18px;
}
.options {
    padding: 90px 0;
}
.options__inner > .text,
.options__inner > .title {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 3px;
    text-align: center;
}
.options__inner > form > button {
    margin: 0 auto;
}
.options__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 42px 0 63px;
    gap: 19px;
}
.options__box:nth-of-type(1) {
    background-image: url(../content/options1.png);
}
.options__box:nth-of-type(2) {
    background-image: url(../content/options2.png);
}
.options__box:nth-of-type(3) {
    background-image: url(../content/options3.png);
}
.options__box {
    width: 334px;
    height: 361px;
    padding: 27px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.options__box-text {
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 230%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    text-align: center;
}

.feedback {
    padding-bottom: 90px;
}
.feedback__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.feedback__content {
    max-width: 529px;
    width: 100%;
    margin-left: 10px;
}
.feedback__content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}
.feedback__content-top > .title {
    margin: 0;
}
.feedback__content-line {
    margin-left: 24px;
    width: 100%;
    height: 2px;
    background-color: #ccc;
}
.feedback__message-text {
    font-size: 20px;
    line-height: 125%;
    color: #434343;
    margin-bottom: 18px;
}
.feedback__message-user {
    display: flex;
    align-items: center;
}
.feedback__message-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    margin-left: 20px;
    color: #434343;
}
.discover {
    padding: 49px 0;
    background: #f8f8f8;
}
.discover__title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 144%;
    color: #000;
    margin-bottom: 44px;
}
.discover__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discover__box-number {
    width: 66px;
    height: 66px;
    margin-right: 23px;
    border-radius: 100%;
    padding: 2px;
    background: linear-gradient(137deg, #29b6f1 0%, #8fdbed 50%, #94e3e9 100%);
    flex: none;
}
.discover__box-number > div {
    background-color: #f8f8f8;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.discover__box-number > div > span {
    font-weight: 800;
    font-size: 32px;
    line-height: 75%;
    letter-spacing: 0.04em;
    text-align: center;
    background: linear-gradient(137deg, #29b6f1 0%, #8fdbed 50%, #94e3e9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.discover__box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.discover__box-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 123%;
    color: #000;
}
.discover > .container > form > button {
    margin: 81px auto 0;
}
.discover > .container > form > button > span {
    background-color: #f8f8f8;
}
.guide {
    padding-bottom: 49px;
    background: #f8f8f8;
}
.guide__inner > .text,
.guide__inner > .title {
    max-width: 682px;
    margin: 0px auto 4px;
    text-align: center;
}
.guide__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 59px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.guide__box {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 12px;
    width: 245px;
    height: 198px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 34px 44px;
}
.guide__box:nth-of-type(2) {
    background: #f0ffd9;
}
.guide__box-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    text-align: center;
    color: #000;
    margin-top: 33px;
}
.guide__inner > form > button {
    margin: 0 auto;
}
.faq {
    padding: 90px 0;
}
.faq__inner > .title {
    text-align: center;
    margin-bottom: 60px;
}
.faq__box {
    margin-bottom: 20px;
}
.faq__box-top {
    display: flex;
}
.faq__box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    color: #000;
    padding: 27px 69px;
    background-color: #f8f8f8;
    width: 100%;
}
.faq__box-top.--active {
    border-bottom: 1.5px solid #ccc;
}
.faq__box-button {
    width: 89px;
    height: 77px;
    background: linear-gradient(
        138deg,
        #29b6f1 0%,
        #8fdbed 51.56%,
        #94e3e9 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 100px;
    line-height: 9%;
    color: #fff;
}
.faq__box-text {
    display: none;
    padding: 23px 69px 27px 69px;
    font-size: 20px;
    line-height: 115%;
    color: #000;
    background-color: #f8f8f8;
}

.footer {
    padding: 60px 0 66px;
    background-image: url(../content/footer.png);
    background-size: cover;
}
.footer > .container {
    max-width: 1126px;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
}
.footer__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 90%;
    color: #fff;
    margin-bottom: 10px;
}
.footer__text {
    font-size: 24px;
    line-height: 133%;
    color: #fff;
}
.footer__content {
    max-width: 624px;
    width: 100%;
}
.footer__form {
    max-width: 480px;
    width: 100%;
}
.footer__form-input {
    border-radius: 12px;
    padding: 10px 16px;
    background: #fff;
    font-size: 14px;
    line-height: 143%;
    color: #646464;
    margin-bottom: 12px;
    outline: none;
    border: none;
    display: block;
    width: 100%;
}
.footer__form-input::placeholder {
    opacity: 0.8;
    font-size: 14px;
    line-height: 143%;
    color: #646464;
}
.footer__form-input.msg {
    height: 80px;
    vertical-align: top;
    resize: none;
}
.footer__form-submit {
    outline: none;
    border: none;
    border-radius: 50px;
    background: #29b6f1;
    transition: .6s all linear;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 14px 36px;
}
.footer__form-submit:hover{
    background: #00e1ff;
}
.footer > .container{
    max-width: 1265px;
}
.title.mobile{
    display: none;
}
.discover__boxes{
    margin-left: 10px;
}
.button.footerBtn{
    display: none;
}