.top-block {
    position: relative;
}
.top-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.top-block__bg img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.header {
    padding: 40.5px 0;

}
.container {
}
.header__bottom {
}
.header__box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header__logo {
}

.header__box-bottom .header__logo {
    width: 150px;
}

.header__box-bottom .header__logo img,
.header__box-bottom-mob .header__panel .header__logo img
{
    width: 100%;
    height: auto;
    display: block;
}

.header__box-bottom-mob .header__panel .header__logo {
    width: 70px;
}


.header__nav {
}
.header__list {
    display: flex;
    gap: 24px;
}
.header__item{
    position: relative;
}
.header__item, .header__item a  {
    color: var(--standarts-white, #FFF);

    /* navigation/link */
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    cursor: pointer;   
}

.header__box-bottom .header__sub-list {
    position: absolute;
    top: 57px;
    left: 0px;
    z-index: -1;
    border-radius: 0px 0px 16px 16px;
    background: var(--standarts-white, #FFF);
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    width: 260px;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease;

}

.header__box-bottom .header__sub-list.active{
    opacity: 1;
    visibility: visible;
    z-index: 99;
    transition: all 250ms ease;
}


.header__sub-item a{
    color: var(--texts-dark, #102C08);

    /* navigation/link */
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
.header__box-buttons {
    display: flex;
}
.header__button {
    border-radius: 46px;
    background: var(--primary-primary---1, #D7E99C);
    border-radius:46px;
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;

    color: var(--texts-dark, #102C08);

    /* navigation/button */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    position: relative;
    padding-right: 56px;
}

.header__arrow {
    display: inline-flex;
    width: 56px;
    height: 56px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    border-radius:50%;

    background: var(--primary-primary---1, #D7E99C);
}

.header__box-bottom-mob {
    display: none;
}
.header__panel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__burger{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;

}

.header__burger span{
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: all 250ms ease;
}


.header__burger.active span:nth-child(1){
    transform: rotate(-45deg) translateY(7px);
    transition: transform 250ms ease;
}

.header__burger.active span:nth-child(2){
    width: 0;
    transition: width 250ms ease;
}


.header__burger.active span:nth-child(3){
    transform: rotate(45deg) translateY(-7px);
    transition: transform 250ms ease;
}

.header__mob-nav{
    position: absolute;
    top: 106px;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 32px 0;
    height: auto;

    border-bottom: 1px solid var(--standarts-stroke, #E5E5E1);
    background: var(--standarts-white, #FFF);
    box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.25);
    transition: left 250ms ease;
    z-index: 9999;
}

.header__mob-nav .header__list{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    gap: 32px;
}

.header__mob-nav .header__item span{
    display: block;
}

.header__mob-nav .header__sub-list{
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.header__mob-nav .header__item, 
.header__mob-nav .header__item a{
    color: var(--texts-dark, #102C08);

    /* navigation/button */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}



.header__mob-nav.modified{
    top: 71px;
}

.header__mob-nav.active{
    left: 0px;
    transition: left 250ms ease;
}

/* hero */
.hero {
    padding: 80px 0 100px;
}
.hero__content {
}
.hero__title {
    color: var(--standarts-white, #FFF);

    /* headers/header - 1 */
    font-family: "Inter Tight";
    font-size: 77px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 24px;
}

.hero__title span {
    color: var(--standarts-white, #FFF);

    /* headers/header - 1 */
    font-family: "Inter Tight";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hero__box {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
}
.hero__box-content {
    flex: 0 1 70%;
}
.hero__text {
    color: var(--standarts-white, #FFF);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-bottom: 24px;
    text-align: center;
}
.hero__img {
    flex: 0 1 50%;
    height: 100%;
}
.hero__img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero__mob-img {
    display: none;
}
.form-block {
    border-radius: 16px;
    border: 1px solid var(--standarts-stroke, #E5E5E1);
    background: var(--standarts-white, #FFF);
    padding: 24px;
}
.form-block-top {
}
.validate-form {
}
.form__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 3 */
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 18px;
}
.form__price {
    padding: 12px;
    border-radius: 16px;
    border: 1.5px dashed var(--standarts-red, #F42F29);
    background: var(--standarts-red-light, rgba(244, 47, 41, 0.10));
    overflow: hidden;
    color: var(--standarts-red, #F42F29);
    text-align: center;
    text-overflow: ellipsis;

    /* navigation/button (bold) */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    margin-bottom: 8px;
}

.form__additional-information{
    color: var(--texts-light, #63504C);
    text-align: center;

    /* paragraphs/p - small (regular) */
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-bottom: 18px;
}

.form__content {
    margin-bottom: 18px;
}
.form__row {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.form__input-wrapper {
    /* margin-bottom: 18px; */
}
.form__input {
    border-radius: 16px;
    border: 1.5px solid var(--standarts-stroke, #E5E5E1);
    background: var(--standarts-white, #FFF);
}

.form__input::placeholder{
    overflow: hidden;
    color: var(--texts-light, #63504C);
    text-overflow: ellipsis;

    /* paragraphs/p - small (regular) */
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.first__name {
}
.phone {
}
.password {
}
.valid {
}
.phonecc {
}
.btn {
}

.form__btn{
    display: flex;
    width: 100%;
}
.form__btn span:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 28px;
    border-radius: 46px;
    background: var(--primary-primary---1, #D7E99C);
    color: var(--texts-dark, #102C08);
    flex:1 0 auto;
    /* navigation/button */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}

.form__btn span:last-child{
    display: flex;
    width: 56px;
    height: 56px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: var(--primary-primary---1, #D7E99C);
}

.button_style_2 {
}

/* problems */

.problems {
    padding: 100px 0 50px;

}
.container {
}
.problems__content {
}
.problems__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    max-width: 824px;
    margin:0 auto 16px;
}
.problems__text {
    color: var(--texts-light, #63504C);
    text-align: center;

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    max-width: 996px;
    margin:0 auto 48px;
}
.problems__cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.problems__card {
    flex: 0 1 calc(50% - 12px);
    border-radius: 16px;
    padding: 24px;
    background: var(--backgrounds-light, #FFFCF8);
}
.problems__icon {
    margin-bottom: 48px;
}
.problems__card-title {
    color: var(--texts-dark, #102C08);

    /* headers/header - 4 */
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}
.problems__card-text {
    color: var(--texts-light, #63504C);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.enough {
    padding: 50px 0;
}
.container {
}
.enough__content {
    display: flex;
    align-items: center;
    gap: 24px;
}
.enough__info {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.enough__title {
    color: var(--texts-dark, #102C08);

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
}
.enough__text {
    color: var(--texts-light, #63504C);

    /* paragraphs/p - large (regular) */
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
}
.enough__button {
    display: flex;
}

.enough__button span:first-child{
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: var(--primary-primary---1, #D7E99C);
    color: var(--texts-dark, #102C08);

    /* navigation/button */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}

.enough__button span:last-child{
    display: flex;
    width: 56px;
    height: 56px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    background: var(--primary-primary---1, #D7E99C);
}

.enough__img {
    flex: 0 1 50%;
    height: 588px;
    border-radius:16px;
    overflow: hidden;
}

.enough__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* what-does */

.what-does {
    padding: 50px 0;
}
.container {
}
.what-does__content {
}
.what-does__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    max-width: 800px;
    margin: 0 auto 48px;
}
.what-does__cards {
    display: flex;
    gap: 24px;
}
.what-does__card {
    flex: 0 1 33.333%;
    padding: 24px;
    border-radius: 16px;
background: var(--backgrounds-light, #FFFCF8);
}
.what-does__icon {
    margin-bottom: 48px;
}
.what-does__card-title {
    color: var(--texts-dark, #102C08);

    /* headers/header - 4 */
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}
.what-does__text {
    color: var(--texts-light, #63504C);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

/* important */

.important {
    padding: 50px 0;
}
.container {
}
.important__content {
}
.important__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
     max-width: 762px;
    margin:0 auto 16px;
}
.important__text {
    color: var(--texts-light, #63504C);
    text-align: center;

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    max-width: 996px;
    margin:0 auto 48px;
}
.important__cards {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}
.important__card {
    padding: 24px;
    flex: 0 1 33.333%;
    border-radius: 16px;
    background: var(--backgrounds-light, #FFFCF8);
}
.important__icon {
    margin-bottom: 48px;
}
.important__card-title {
    color: var(--texts-dark, #102C08);

    /* headers/header - 4 */
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}
.important__card-text {
    color: var(--texts-light, #63504C);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.important__img {
    border-radius:16px;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-bottom: 48px;
}

.important__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: 48px;
}

.important__bottom-text {
    color: var(--texts-light, #63504C);
    text-align: center;

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    max-width: 996px;
    margin:0 auto 16px;
}
.important__button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.important__button span:first-child{
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: var(--primary-primary---1, #D7E99C);
    color: var(--texts-dark, #102C08);

    /* navigation/button */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}

/* .important__button span:last-child{
    display: flex;
    width: 56px;
    height: 56px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;

    border-radius: 50%;
    background: var(--primary-primary---1, #D7E99C);
} */

.composition {
    padding: 50px 0;
}
.container {
}
.composition__content {
}
.composition__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    margin-bottom: 48px;
}
.composition__box {
    display: flex;
    align-items: center;
    gap: 24px;
}
.composition__img {
    flex: 0 1 50%;
    height: 100%;
    border-radius:16px;
    overflow: hidden;
}

.composition__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.composition__info {
    flex: 0 1 50%;
}
.composition__text {
    color: var(--texts-light, #63504C);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-bottom: 16px;
}

.composition__bottom-text{
    margin-bottom: 24px;
}

.composition__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.composition__item {
    color: var(--texts-dark, #102C08);

    /* headers/header - 4 */
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
    position: relative;
    padding-left: 34px;
}

.composition__item::after{
    content:url('../images/icon_1.svg');
    position: absolute;
    top: 0;
    left: 0;
}

.composition__note {
    color: var(--standarts-red, #F42F29);
    padding: 16px;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.54px;
    border-radius: 16px;
    border: 1px dashed var(--standarts-red, #F42F29);
    background: var(--standarts-red-light, rgba(244, 47, 41, 0.10));
}

.composition__note strong{
    font-weight: 600;
}

.instructions {
    padding: 50px 0;
}
.container {
}
.instructions__content {

}
.instructions__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    margin-bottom: 48px;
}
.instructions__cards {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.instructions__card {
    flex: 0 1 33.333%;
    overflow: hidden;
    border-radius: 16px;
    background: var(--backgrounds-light, #FFFCF8);
}
.instructions__img {
    width: 100%;
    height: 200px;
    position: relative;
}

.instructions__img::after{
    content:attr(data-count);
    position: absolute;
    top: 24px;
    left: 24px;
    background:#fff;
    border-radius:8px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 5 */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    letter-spacing: -0.6px;
}

.instructions__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instructions__text {
    padding: 24px;
    color: var(--texts-light, #63504C);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.instructions__bottom-text {
    color: var(--standarts-red, #F42F29);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.54px;
    padding: 16px;

    border-radius: 16px;
    border: 1px dashed var(--standarts-red, #F42F29);
    background: var(--standarts-red-light, rgba(244, 47, 41, 0.10));
}

.instructions__bottom-text strong{
    font-weight: 600;
}

.choice {
    padding: 50px 0;
}
.container {
}
.choice__content {
}
.choice__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    margin-bottom: 48px;
}
.choice__box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}

.choice__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 1 50%;
}

.choice__info p{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--backgrounds-light, #FFFCF8);
    color: var(--texts-dark, #102C08);

    /* headers/header - 4 */
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
}

.choice__img {
    flex: 0 1 50%;
    height: 100%;
}

.choice__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.choice__bottom {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-bottom: 24px;
}
.choice__button {
    display: flex;
    justify-content: center;
}

.choice__button span:first-child{
    display: inline-flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    background: var(--primary-primary---1, #D7E99C);
    border-radius:46px;
    color: var(--texts-dark, #102C08);

    /* navigation/button */
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}

.choice__button span:last-child{
    display: inline-flex;
    width: 56px;
    height: auto;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--primary-primary---1, #D7E99C);
}


.experts {
    padding: 50px 0;
}
.container {
}
.experts__content {
}
.experts__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    margin-bottom: 48px;
}
.experts__cards {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}
.experts__card {
    flex: 0 1 33.333%;
    border-radius: 16px;
    background: var(--backgrounds-light, #FFFCF8);
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 24px;
}
.experts__icon {
}
.experts__text {
    color: var(--texts-dark, #102C08);

    /* headers/header - 4 */
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
}
.experts__box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.experts__box-expert {
    display: flex;
    border-radius:16px;
    background: var(--backgrounds-light, #FFFCF8);
    overflow: hidden;
}
.experts__img {
    flex: 1 0 384px;
    height: auto;
}

.experts__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.experts__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
}

.experts__info p:first-child{
    color: var(--texts-light, #63504C);

    /* paragraphs/p - large (regular) */
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
}

.experts__info p:last-child strong{
    color: var(--texts-dark, #102C08);

    /* headers/header - 6 */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.54px;
}


.reviews {
    padding: 100px 0 50px;
}
.container {
}
.reviews__content {
}
.reviews__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    margin-bottom: 48px;
}
.swiper {
}
.mySwiper {
    overflow: visible !important;
}
.swiper-wrapper {
    padding-bottom: 48px;
    overflow: visible;
}
.swiper-slide {
    border-radius: 16px;
    background: var(--backgrounds-light, #FFFCF8);
    padding: 32px;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}
.reviews__stars {
}


.reviews__text {
    color: var(--texts-dark, #102C08);

    /* headers/header - 4 */
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
}
.reviews__user {
    display: flex;
    gap: 16px;
    align-items: center;
}
.reviews__name {
    color: var(--primary-primary---1, #D7E99C);

    /* paragraphs/p - medium (bold) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-prev {
    transform: rotate(-180deg);
    position: relative;
}

.swiper-button-next{
    position: relative;
}

.reviews__controller{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 48px;
    height: 48px;
}

.swiper-button-next,
.swiper-button-prev{
    height: 48px !important;
    width: 48px !important;
    position: relative !important;
}

.swiper-button-next img,
.swiper-button-prev img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.order {
    padding: 50px 0;
}
.container {
}
.order__content {
}
.order__title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    max-width: 996px;
    margin:0 auto 48px;
}
.order__cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    gap: 24px;
}
.order__card {
    flex: 0 1 calc(33.333% - 16px);
    display: flex;
    flex-direction: column;
    border-radius:16px;
    background: var(--backgrounds-light, #FFFCF8);
    overflow: hidden;
}
.order__img {
    width: 100%;
    height: auto;
}

.order__img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.order__card-text {
    padding: 24px;
    color: var(--texts-light, #63504C);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    
    flex: 0 1 100%;
}
.order__bottom-title {
    color: var(--texts-dark, #102C08);
    text-align: center;

    /* headers/header - 3 */
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}
.order__bottom-text {
    color: var(--texts-light, #63504C);
text-align: center;

    /* paragraphs/p - large (regular) */
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
    max-width: 996px;
    margin: 0 auto;
}


/* faq */

    .faq{
        padding: 50px 0;
    }

    .faq__content{
    }

    .faq__title{
       color: var(--texts-dark, #102C08);
        text-align: center;

        /* headers/header - 2 */
        font-family: "Inter Tight";
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px; /* 116.667% */
        letter-spacing: -1.44px;
        max-width: 996px;
        margin:0 auto 48px;
    }

    .faq__top-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        max-width: 790px;
        margin-inline: auto;
        text-align: center;
    }

    .faq__items-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        max-width: 790px;
        margin-inline: auto;
        text-align: center;
    }

    .faq__item {
        cursor: pointer;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        transition: 0.3s ease;
        border-radius: 16px;
        background: var(--backgrounds-light, #FFFCF8);
    }



    .faq__item .small {
       color: var(--texts-light, #63504C);

        /* paragraphs/p - medium (regular) */
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
        text-align: left;
    }

    .faq__item-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .faq__item-top h4{
        color: var(--texts-dark, #102C08);

        /* headers/header - 4 */
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
        letter-spacing: -0.72px;
    }

    .faq__item-arrow {
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
        border-radius: 50%;
        border: 3px solid #000e2f;
        flex-shrink: 0;
    }

    .faq__item-arrow:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 2px;
        background: #000e2f;
    }

    .faq__item-arrow:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 12px;
        background: #000e2f;
        transition: all 0.3s ease-in-out;
    }

    .faq__item.active .faq__item-arrow:after {
        transform: rotate(90deg);
    }


    
    .action {
        padding: 100px 0;
        position: relative;
    }
.action__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.action__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container {
}
.action__content {
}
.action__title {
   color: var(--standarts-white, #FFF);

    /* headers/header - 2 */
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.44px;
    margin-bottom: 32px;
    max-width: 589px;
}
.action__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    max-width: 589px;
}
.action__text p{
    color: var(--standarts-white, #FFF);

    /* paragraphs/p - large (regular) */
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
}
.action__box {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}
.form-block {
    flex: 0 1 50%;
    /* height: 100%; */
}

.action__info{
    flex: 0 1 50%;
}

.action__info .action__img{
    display: none;
}

.action__img {
    flex: 0 1 50%;
    height: auto;
}

.action__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer{
    background: var(--texts-dark, #102C08);
}

.footer__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 34.5px 0;
}

.footer__logo {
    max-width: 110px;
}

.footer__logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer__schedule {
    color: var(--standarts-white, #FFF);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__copy{
    color: var(--standarts-white, #FFF);

    /* paragraphs/p - small (bold) */
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 15px;
    max-width: 150px;
}

/* mob */

@media screen and (max-width:1199px) {
    .header__box-bottom{
        display: none;
    }

    .header__box-bottom-mob{
        display: flex;
    }
}

@media screen and (max-width:991px) {
    .hero__box {
        flex-direction: column;
        gap: 24px;
    }
    .hero__img{
        display: block;   
    }

    .hero__mob-img{
        display: block;
    }

    .hero__box-content{
        flex: 0 1 auto;
    }

    .problems__card{
        flex: 0 1 100%;
    }

    .enough__content{
        flex-direction: column;
    }

    .enough__img {
        flex: auto;
        height: auto;
        border-radius:16px;
        overflow: hidden;
    }

    .important__cards,
    .what-does__cards{
        flex-wrap: wrap;
    }    

    .important__card,
    .what-does__card{
        flex: 0 1 100%;
    }

    .composition__box{
        flex-direction: column;
    }

    .composition__img,
    .composition__info{
        flex: auto;
    }

    .instructions__cards{
        flex-direction: column;
    }    

    .instructions__card{
        flex: 0 1 auto;
    }

    .choice__box{
        flex-direction: column-reverse;
    }

    .choice__info,
    .choice__img{
        flex:  auto;
    }

    .experts__cards{
        flex-direction: column;
    }

    .experts__box-expert{
        flex-direction:  column;
    }

    .experts__img{
        flex: auto;
    }

    .order__card {
        flex: 0 1 100%;
        display: flex;
        flex-direction: column;
    }

    .action__info+.action__img{
        display: none;
    }

    .action__info .action__img{
        display: block;
        margin-bottom: 16px;
    }

    .action__info{
        flex: auto;
    }
}

@media screen and (max-width:768px) {
    .hero__title{
        color: var(--standarts-white, #FFF);

        /* headers/mobile/header - 1 */
        font-family: "Inter Tight";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px; /* 120% */
        letter-spacing: -1.2px;
    }
}


@media screen and (max-width:480px) {

    .header{
        padding: 30.5px 0 0;
    }
    .hero{
        padding: 32px 0;
    }

    .hero__text{
        color: var(--standarts-white, #FFF);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }

    .form-block{
        padding: 16px;
    }

    .form__title{
        color: var(--texts-dark, #102C08);
        text-align: center;

        /* headers/mobile/header - 3 */
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
        letter-spacing: -0.72px;
        margin-bottom: 12px;
    }

    .form__price{
        overflow: hidden;
        color: var(--standarts-red, #F42F29);
        text-align: center;
        text-overflow: ellipsis;

        /* navigation/link */
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 125% */
    }

    .form__row{
        gap: 12px;
    }

    .form__additional-information{
        margin-bottom: 12px;
    }

    .form__content{
        margin-bottom: 12px;
    }

    .problems{ 
        padding: 32px 0;
    }

    .problems__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        text-align: center;
        margin-bottom: 16px;
    }

    .problems__text{
        color: var(--texts-light, #63504C);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        text-align: left;
        margin-bottom: 24px;
    }

    .problems__cards{
        gap: 16px;
    }

    .problems__card{
        padding: 16px;
    }

    .problems__icon{
        margin-bottom: 16px;
    }

    .problems__card-title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 4 */
        font-family: "Inter Tight";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.66px;
        margin-bottom: 8px;
    }

    .problems__card-text{
        color: var(--texts-light, #63504C);

        /* paragraphs/p - medium (regular) */
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
    }

    .enough{
        padding: 32px 0;
    }

    .enough__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
    }

    .enough__text{
        color: var(--texts-light, #63504C);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }

    .enough__button span:first-child{
        width: 100%;
    }

    .important__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 16px;
        /* text-align: left; */
    }

    .important__text{
        color: var(--texts-light, #63504C);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        margin-bottom: 24px;
        text-align: left;
    }

    .important__cards{
        gap: 16px;
        margin-bottom: 16px;
    }

    .important__icon{
        margin-bottom: 16px;
    }

    .important__card-title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 4 */
        font-family: "Inter Tight";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.66px;
        margin-bottom: 8px;
    }

    .important__img{
        height: 200px;
        margin-bottom: 24px;
    }

    .important__bottom-text{
        text-align: left;
        color: var(--texts-light, #63504C);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }

    .important__button span:first-child{
        width: 100%;
    }

    .what-does{
        padding: 32px 0;
    }

    .what-does__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 24px;
        text-align: left;
    }

    .what-does__cards{
        gap: 16px;
    }

    .what-does__card{
        padding: 16px;
    }

    .what-does__icon{
        margin-bottom: 16px;
    }

    .what-does__card-title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 4 */
        font-family: "Inter Tight";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.66px;
        margin-bottom: 8px;
    }

    .composition{
        padding: 32px 0;
    }

    .composition__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 24px;
        text-align: left;
    }

    .composition__img{
        width: 100%;
        height: 340px;
    }

    .composition__item{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 4 */
        font-family: "Inter Tight";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.66px;
    }

    .instructions__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        text-align: left;
        margin-bottom: 24px;
    }

    .instructions__cards{
        gap: 16px;
        margin-bottom: 16px;
    }

    .instructions__text{
        padding: 16px;
    }

    .choice__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        text-align: left;
        margin-bottom: 24px;
    }

    .choice__box{
        gap: 33px;
        margin-bottom: 24px;
    }

    .choice__info{
        gap: 16px;
    }

    .choice__info p{
        padding: 16px;
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 4 */
        font-family: "Inter Tight";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.66px;
    }


    .choice__bottom{
        color: var(--texts-dark, #102C08);

        /* paragraphs/p - medium (regular) */
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
        margin-bottom: 24px;
        text-align: left;
    }

    .experts__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 24px;
        text-align: center;
    }

    .experts{
        padding: 32px 0;
    }

    .experts__cards{
        gap: 16px;
        margin-bottom: 24px;
    }

    .experts__card{
        padding: 16px;
        gap: 16px;
    }

    .experts__box{
        gap: 16px;
    }

    .experts__img{
        /* height: 200px; */
    }

    .experts__img img{
        /* object-position: top; */
    }

    .experts__info {
        gap: 16px;
    }

    .experts__info p:first-child{
        color: var(--texts-light, #63504C);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }

     .reviews{
        padding: 32px 0;
    }

    .reviews__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        text-align: left;
        margin-bottom: 24px;
    }

    .swiper-slide{
        padding: 16px;
    }

    .swiper-wrapper{
        padding-bottom: 24px;
    }

    .order{
        padding: 32px 0;
    }

    .order__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 24px;
        text-align: left;
    }

    .order__cards{
        gap: 16px;
        margin-bottom: 24px;
    }

    .order__card-text{
        padding: 16px;

        color: var(--texts-light, #63504C);

        /* paragraphs/p - medium (regular) */
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
    }

    .order__bottom-title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 3 */
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
        letter-spacing: -0.72px;
        text-align: left;
        margin-bottom: 16px;
    }

    .order__bottom-text{
        color: var(--texts-light, #63504C);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        text-align: left;
    }

    .faq{
        padding: 32px 0;
    }

    .faq__title{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        text-align: center;
        margin-bottom: 32px;
    }

    .faq__item{
        padding: 16px;
    }

    .faq__item-top h4{
        color: var(--texts-dark, #102C08);

        /* headers/mobile/header - 4 */
        font-family: "Inter Tight";
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.66px;
        text-align: left;
    }

    .action{
        padding: 32px 0;
    }

    .action__title{
        color: var(--standarts-white, #FFF);

        /* headers/mobile/header - 2 */
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 16px;
    }

    .action__text{
        margin-bottom: 16px;
    }

    .action__text p{
        color: var(--standarts-white, #FFF);

        /* paragraphs/mobile/p - large (regular) */
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }
}