body, html {
    height: 100%;
    width: 100%;
    background-color: #e5e8f6;
    font-family: "Inter Tight", sans-serif;

    margin: 0;
    padding: 0;
}

.wp-block-group {
    padding: 0 !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 810px;
    margin-right: auto;
    margin-left: auto;

    padding-bottom: 100px;
}

@media (max-width: 810px) {
    .container {
        margin-right: 10px;
        margin-left: 10px;
        padding-bottom: 60px;
    }
}

.fixed-btn {
    position: fixed !important;
    left: 50%;
    bottom: 10px;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
    visibility: visible !important;
}

.fixed-btn__wrapper {
    position: relative;
    min-height: 20px;
}

.fixed-btn__item {
    padding: 18px 45px;
    background-color: #00b33d;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    text-transform: none !important;
    white-space: nowrap;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .fixed-btn__item::before {
        content: "Р‘РµСЃРїР»Р°С‚РЅС‹Р№ Р·РІРѕРЅРѕРє ";
    }
}

.fixed-btn__item, .fixed-btn__number {
    color: #fff !important;
}

.fixed-btn__item, .fixed-btn__number {
    color: #fff !important;
}
.wp-site-blocks::before {
display: none;
}

.form-input {
height: auto;
}

.form-label {
overflow: hidden;
border-radius: 16px;
}

.wp-block-bevdev-button {
    width: 84% !important;
}

.wp-block-bevdev-button[data-type=primary][data-size=normal] {
display: none !important;
}

@media(max-width: 767px) {
    .wp-block-bevdev-button {
        width: 95% !important;
        margin-top: 20px;
    }

    .modal__body {
        margin-right: 21px;
    }

    .modal__close {
    right: 20px!important;
    }
}

/* header */

.header {
    border-radius: 15px;
    background-color: #fff;
    padding: 32px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 30px;
}

.header-logo img {
    width: 232px;
}

.header-btn {
    text-decoration: none;
    color: #fff;
    border-radius: 90px;
    background: #e2413b;
    padding: 23px 28px;

    display: flex;
    align-items: center;
    gap: 19px;
    
    cursor: pointer;
    transition: all .4s ease;
}

.header-btn:hover {
    background-color: #b02b27;
}

.header-btn img {
    width: 25px;
}

.header-btn span {
    font-weight: 700;
    font-size: 32px;
    color: #fff !important;
}

@media (max-width: 700px) {
    .header {
        padding: 20px 15px;
    }

    .header-logo img {
        width: 104px;
    }

    .header-btn {
        padding: 13px 17px;
        gap: 8px;
    }

    .header-btn img {
        width: 13px;
    }

    .header-btn span {
        font-size: 17px;
    }
}

.start-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 121%;
    text-align: center;
    color: #000;

    margin-bottom: 26px;
    margin-top: 83px;
}

.start-title span {
    color: #e2413b;
}

@media (max-width: 800px) {
    .start-title {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 25px;
    }
}

.grandma {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 67px;
    height: 512px;
    object-fit: cover;
}

@media (max-width: 800px) {
    .grandma {
        margin-bottom: 33px;
        height: 250px;
        border-radius: 16px;
    }
}

.girya {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;

    margin-bottom: 49px;
}

.girya div h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 147%;
    color: #000;

    margin-bottom: 24px;
}

.girya div p {
    font-weight: 600;
    font-size: 36px;
    line-height: 128%;
    color: #000;
}

.girya div p span {
    color: #e2413b;
}

.girya img {
    width: 50%;
    object-fit: contain;
    margin-right: -200px;
}

@media (max-width: 800px) {
    .girya {
        flex-direction: column;
        align-items: center;
    }

    .girya div h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .girya div p {
        font-size: 20px;
    }

    .girya img {
        margin-left: auto;
        margin-right: auto; 
        width: 60%;
    }
}

.fact {
    background-color: #fff;
    padding: 60px;
    border-radius: 30px;
    margin-bottom: 60px;
}

.fact h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    text-align: center;
    color: #000;

    margin-bottom: 41px;
}

.fact div {
    background: #1d8989;
    padding: 22px 36px;
    border-radius: 30px;

    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;

    margin-bottom: 30px;
}

.fact div:last-of-type {
    margin-bottom: 0;
}

.fact div img {
    width: 100px;
    height: 100px;
}

.fact div h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 122%;
    color: #fff;
}

.fact div h3 span {
    font-weight: 700;
}

@media (max-width: 800px) {
    .fact div h3 {
        font-size: 20px;
        text-align: center;
    }

    .fact div img {
        width: 50px;
        height: 50px;
    }

    .fact div {
        padding: 20px;
        border-radius: 15px;
        gap: 12px;

        flex-direction: column;
        justify-content: center;
    }

    .fact h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .fact {
        padding: 30px;
        border-radius: 16px;
    }
}

.problem-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    text-align: center;
    color: #000;

    margin-bottom: 73px;
}

.problem-title span {
    color: #e2413b;
}

.problem-item {
    margin-bottom: 80px;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 15px;
}

.problem-item div {
    border-radius: 60px;
    width: 87px;
    height: 87px;

    background-color: #e2413b;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-weight: 700;
    font-size: 47px;
    line-height: 115%;
    text-align: center;
    color: #fff;

    margin-top: -73px;
}

.problem-item p {
    font-weight: 400;
    font-size: 36px;
    line-height: 131%;
    text-align: center;
    color: #000;
}

@media (max-width: 800px) {
    .problem-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .problem-item {
        padding: 15px;
        border-radius: 15px;
        gap: 10px;
        margin-bottom: 40px;
    }

    .problem-item div {
        width: 40px;
        height: 40px;
        margin-top: -33px;
        font-size: 23px;
    }

    .problem-item p {
        font-size: 20px;
    }
}

.like {
    background: #1d8989;
    border-radius: 30px;
    padding: 20px 60px 60px 60px;

    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;

    margin-bottom: 100px;
}

.like img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.like h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    text-align: center;
    color: #fff;
}

.like p {
    font-weight: 400;
    font-size: 36px;
    line-height: 131%;
    text-align: center;
    color: #fff;
}

@media (max-width: 800px) {
    .like {
        padding: 10px 30px 30px 30px;
        border-radius: 16px;
        margin-bottom: 50px;
    }

    .like h2 {
        font-size: 24px;
    }

    .like p {
        font-size: 18px;
    }
}

.real-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 109%;
    text-align: center;
    color: #000;

    margin-bottom: 30px;
}

.real-title span {
    color: #e2413b;
}

.real-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 131%;
    text-align: center;
    color: #000;

    margin-bottom: 30px;
}

.real-text span {
    font-weight: 700;
}

.real-img {
    width: 100%;
    height: 700px;
    border-radius: 30px;
    margin-bottom: 43px;
    object-fit: cover;
}

@media (max-width: 800px) {
    .real-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .real-text {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .real-img {
        height: 350px;
        border-radius: 15px;
        margin-bottom: 22px;
    }
}

.btn-keeper {
    padding: 69px 10px;
    background-color: #fff;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;

    margin-bottom: 90px;
}

.btn-keeper h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 117%;
    text-align: center;
    color: #000;
}

.btn-keeper h2 span {
    font-weight: 700;
    color: #1d8989;
}

.btn-keeper .button-red {
    margin-bottom: -139px;
}

.button-red {
    border-radius: 21px;
    background-color: #ff392d;
    background-image: radial-gradient(50% 50% at 49.98% 0%, #ff7b5f 0%, rgba(255, 122, 80, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    cursor: pointer;

    padding: 40px 20px;
    width: 90%;
    text-decoration: none;

    box-shadow: 0 0 10px 1px rgba(75, 27, 24, 0.4);

    margin-right: auto;
    margin-left: auto;

    transition: all .3s ease;
}

.button-red:hover {
    opacity: 0.8;
}

.button-red svg {
    height: 25px;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
}

.button-red p {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
}

@media (max-width: 800px) {
    .btn-keeper {
        padding: 30px 10px;
        border-radius: 10px;
        gap: 25px;
    }

    .btn-keeper h2 {
        font-size: 20px;
    }

    .button-red {
        padding: 20px 10px;
        gap: 18px;
        border-radius: 15px;
        width: 96%;
    }

    .button-red svg {
        width: 15px;
        height: 15px;
        max-width: 15px;
        min-width: 15px;
    }

    .button-red p {
        font-size: 22px;
    }

    .btn-keeper .button-red {
        margin-bottom: -75px;
    }
}

.magic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;

    margin-bottom: 40px;
}

.magic h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 114%;
    text-align: center;
    color: #000;
}

.magic p {
    font-weight: 300;
    font-size: 28px;
    line-height: 125%;
    color: #000;
}

@media (max-width: 800px) {
    .magic {
        gap: 17px;
        margin-bottom: 20px;
    }

    .magic h2 {
        font-size: 18px;
    }

    .magic p {
        font-size: 15px;
    }
}

.clear {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;

    gap: 30px;
}

.clear h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 121%;
    text-align: center;
    color: #000;
}

.clear h2 span {
    color: #1d8989;
}

.clear p {
    font-weight: 400;
    font-size: 32px;
    line-height: 128%;
    text-align: center;
    color: #000;
}

.clear p span {
    font-weight: 700;
    color: #e2413b;
}

.clear svg {
    margin-right: auto;
    margin-left: auto;
}

.clear p:last-of-type span {
    font-weight: 700;
    color: #000;
}

.vertical-img {
    width: 70%;
    object-fit: cover;
    height: 700px;
    border-radius: 30px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

@media (max-width: 800px) {
    .clear {
        gap: 15px;
    }

    .clear h2 {
        font-size: 27px;
    }

    .clear p {
        font-size: 18px;
    }

    .vertical-img {
        height: 350px;
        border-radius: 15px;
        margin-bottom: 30px;
    }
}

.why-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 102%;
    text-align: center;
    color: #000;

    margin-bottom: 24px;
}

.why-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 128%;
    text-align: center;
    color: #000;

    margin-bottom: 78px;
}

.why-text span {
    font-weight: 700;
    color: #1d8989;
}

@media (max-width: 800px) {
    .why-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .why-text {
        font-size: 17px;
        margin-bottom: 35px;
    }
}

.doc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 34px;

    margin-bottom: 80px;
}

.doc h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 121%;
    text-align: center;
    color: #000;
}

.doc h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 123%;
    text-align: center;
    color: #000;
}

.doc p {
    font-weight: 500;
    font-size: 32px;
    line-height: 153%;
    text-align: center;
    color: #000;
}

.doc p:last-of-type {
    color: #e2413b;
}

@media (max-width: 800px) {
    .doc {
        gap: 15px;
    }

    .doc h2 {
        font-size: 25px;
    }

    .doc h3 {
        font-size: 20px;
    }

    .doc p {
        font-size: 18px;
    }
}

.sert {
    background-color: #fff;
    padding: 80px 45px;
    border-radius: 30px;

    margin-bottom: 70px;
}

.sert img {
    margin-bottom: 49px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
}

.sert p {
    font-weight: 400;
    font-size: 32px;
    line-height: 128%;
    text-align: center;
    color: #000;
}

.sert p span {
    font-weight: 700;
}

@media (max-width: 800px) {
    .sert {
        padding: 40px 20px;
        border-radius: 16px;
    }

    .sert img {
        margin-bottom: 20px;
    }

    .sert p {
        font-size: 17px;
    }
}

.mirror {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    margin-top: 58px;

    margin-bottom: 60px;
}

.mirror > div {
    width: 75%;
}

.mirror > img {
    width: 29%;
    border-radius: 18px;
    object-fit: cover;
}

.mirror > div h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 137%;
    color: #1d8989;

    white-space: nowrap;
}

.mirror > div > p {
    font-weight: 400;
    font-size: 29px;
    line-height: 136%;
    color: #000;

    margin-bottom: 30px;
}

.mirror > div > p span {
    font-weight: 700;
}

.mirror > div > div {
    background-color: #fff;
    padding: 25px 25px 25px 35px;
    border-radius: 30px;

    position: relative;
}

.mirror > div > div p {
    font-weight: 300;
    font-size: 28px;
    line-height: 125%;
    color: #000;
}

.mirror > div > div img {
    position: absolute;
    top: 30px;
    left: -15px;
    width: 44px;
    height: 27px;
}

@media (max-width: 800px) {
    .mirror {
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;

        flex-direction: column;
    }

    .mirror > div,
    .mirror > img,
    .mirror2 > img {
        width: 100% !important;
    }

    .mirror2 {
        flex-direction: column-reverse !important;
    }

    .mirror > div h2 {
        font-size: 29px;
    }

    .mirror > div > p {
        font-size: 25px;
    }

    .mirror > div > div p {
        font-size: 18px;
    }

    .mirror > div > div img {
        left: -5px;
        width: 34px;
        height: 23px;
    }
}

.mirror2 > img {
    width: 40%;
}

.changes {
    display: flex;
    flex-direction: column;
    gap: 30px;

    margin-bottom: 130px;
}

.changes h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    color: #000;
}

.changes h2 span {
    color: #1d8989;
}

.changes div {
    background-color: #fff;
    padding: 29px;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;

    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.changes div h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 115%;
    text-align: center;
    color: #000;
}

.changes div p {
    font-weight: 300;
    font-size: 28px;
    line-height: 125%;
    text-align: center;
    color: #000;
}

.changes div img {
    border-radius: 20px;
    object-fit: cover;
    height: 260px;
    width: 100%;
}

.changes div:last-of-type {
    background: #1d8989;
}

.changes div:last-of-type h3,
.changes div:last-of-type p {
    color: #fff;
}

@media (max-width: 800px) {
    .changes {
        gap: 15px;
        margin-bottom: 60px;
    }

    .changes h2 {
        font-size: 24px;
    }

    .changes div {
        border-radius: 15px;
        padding: 15px;
        gap: 7px;
    }

    .changes div h3 {
        font-size: 20px;
    }

    .changes div p {
        font-size: 17px;
    }

    .changes div img {
        border-radius: 15px;
        height: 175px;
    }
}

.walk {
    margin-bottom: 100px;
}

.walk h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    color: #000;

    margin-bottom: 46px;
}

.walk h2 span {
    color: #1d8989;
}

@media(max-width: 800px) {
    .walk h2 {
        margin-bottom: 23px;
        font-size: 24px;
    }

    .walk {
        margin-bottom: 50px;
    }
}

.howto-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    color: #000;

    margin-bottom: 32px;
}

.howto {
    background-color: #fff;
    padding: 45px 25px;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    gap: 25px;

    margin-bottom: 46px;
}

.howto span {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;

    font-weight: 500;
    font-size: 36px;
    line-height: 97%;
    text-align: center;
    color: #fff;

    background: #1d8989;
    padding: 20px 12px;
    border-radius: 16px;
}

.howto div {
    display: flex;
    align-items: center;
    gap: 24px;
    /* justify-content: space-between; */
}

.howto div img {
    width: 115px;
    height: 115px;
}

.howto div p {
    font-weight: 300;
    font-size: 28px;
    line-height: 125%;
    color: #000;
}

@media(max-width: 800px) {
    .howto-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .howto {
        padding: 23px 13px;
        gap: 13px;
        border-radius: 15px;

        margin-bottom: 23px;
    }

    .howto span {
        padding: 10px 6px;
        border-radius: 8px;
        font-size: 18px;
    }

    .howto div {
        gap: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .howto div img {
        width: 65px;
        height: 65px;
    }

    .howto div p {
        font-size: 14px;
    }
}

.ender {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    gap: 25px;
}

.ender h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #000;
}

.ender h2 span {
    font-weight: 600;
}

.ender > p {
    font-weight: 300;
    font-size: 32px;
    line-height: 109%;
    text-align: center;
    color: #000;
}

.ender div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.ender div h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #000;
}

.ender div h3 span {
    color: #1d8989;
}

.ender div img {
    width: 83px;
    height: 83px;
}

@media (max-width: 800px) {
    .ender {
        gap: 14px;
    }

    .ender h2 {
        font-size: 20px;
    }

    .ender > p {
        font-size: 16px;
    }

    .ender div {
        gap: 8px;
    }

    .ender div h3 {
        font-size: 20px;
    }

    .ender div img {
        width: 43px;
        height: 43px;
    }
}

.final-title {
    margin-top: 50px;
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 48px;
    line-height: 133%;
    text-align: center;
    color: #000;
}

.final-title span {
    color: #1d8989;
}

.final-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #000;

    margin-bottom: 53px;
}

.final-text span {
    font-weight: 700;
    color: #1d8989;
}

.fadeev {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 83px;

    margin-bottom: 114px;
}

.fadeev p {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #000;

    padding: 80px 40px 0px 40px;
}

.fadeev p span {
    font-weight: 700;
    font-size: 42px;
}

.fadeev img {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 800px) {
    .final-title {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .final-text {
        font-size: 19px;
        margin-bottom: 25px;
        font-size: 19px;
    }

    .fadeev {
        border-radius: 40px;
        gap: 5px;
        margin-bottom: 50px;
    }

    .fadeev p {
        font-size: 18px;
        padding: 40px 20px 0px 20px;
    }

    .fadeev p span {
        font-size: 24px;
    }
}

.likes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    margin-bottom: 200px;
}

.likes h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 161%;
    color: #fff;
}

.likes div {
    background-color: #1d8989;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding: 25px;
    max-width: 450px;
    width: 100%;

    margin-right: auto;
    margin-left: auto;
}

.likes div span {
    width: 85px;
    height: 85px;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
}

.likes div p {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.likes-warn {
    font-weight: 400;
    font-size: 32px;
    line-height: 128%;
    text-align: center;
    color: #000;

    margin-bottom: 86px;
}

.likes-warn span {
    font-weight: 600;
}

@media (max-width: 800px) {
    .likes-warn {
        margin-bottom: 43px;
        font-size: 24px;
    }
    
    .likes {
        gap: 20px;
    }

    .likes h2 {
        font-size: 24px;
    }

    .likes div {
        border-radius: 15px;
        gap: 9px;
        padding: 15px;
    }

    .likes div span {
        width: 40px;
        height: 40px;
    }

    .likes div span svg {
        width: 20px;
        height: 20px;
    }

    .likes div p {
        font-size: 18px;
    }
}


.swiper-slide img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.swiper-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 100px !important;
    height: 100px !important;
}

.slider {
    margin-bottom: 40px;
}

.slider h2 {
    margin-top: 116px;
    margin-bottom: 60px;

    font-weight: 700;
    font-size: 55px;
    line-height: 115%;
    text-align: center;
    color: #000;
}

.slider h2 span {
    color: #1d8989;
}

@media (max-width: 600px) {
    .slider h2 {
        margin-top: 36px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
    }
}

.three {
    display: flex;
    flex-direction: column;
    gap: 25px;

    margin-top: 40px;
    margin-bottom: 50px;
}

.three h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    text-align: center;
    color: #000;
}

.three h2 span {
    color: #1d8989;
}

.three div {
    max-width: 588px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;

    padding: 22px;
    border-radius: 30px;
    background: #1d8989;

    display: flex;
    align-items: center;
    gap: 25px;
}

.three div span {
    width: 57px;
    min-width: 57px;
    height: 57px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    font-weight: 600;
    font-size: 24px;
    line-height: 183%;
    text-align: center;
    color: #000;

    background-color: #fff;
    border-radius: 50px;
}

.three div p {
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    color: #fff;
}

@media (max-width: 800px) {
    .three {
        gap: 17px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .three h2 {
        font-size: 24px;
    }

    .three div {
        padding: 15px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .three div p {
        font-size: 18px;
        text-align: center;
    }
}

.last-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    text-align: center;
    color: #000;

    margin-bottom: 21px;
}

.last-title span {
    color: #1d8989;
}

.last-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 114%;
    text-align: center;
    color: #000;

    max-width: 566px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;

    margin-top: 35px;
}

.last-text span {
    font-weight: 700;
    color: #e2413b;
}

@media (max-width: 800px) {
    .last-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .last-text {
        font-size: 18px;
        margin-top: 24px;
    }
}

/* start-sub */

.start-sub {
    font-weight: 400;
    font-size: 32px;
    line-height: 147%;
    text-align: center;
    color: #000;

    margin-bottom: 74px;
}

@media (max-width: 800px) {
    .start-sub {
        margin-bottom: 35px;
        font-size: 23px;
    }
}

/* classic-photo */

.classic-photo {
    width: 88%;
    border-radius: 68px;
    /* height: 800px; */
    object-fit: cover;
    display: block;
    margin-right: auto;
    margin-left: auto;

    margin-bottom: 70px;
}

@media (max-width: 800px) {
    .classic-photo {
        margin-bottom: 35px;
        /* height: 400px; */
        border-radius: 25px;
    }
}

/* bez-text */

.bez-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    color: #000;

    margin-bottom: 68px;
}

.bez-text span {
    color: #e2413b;
}

@media (max-width: 800px) {
    .bez-text {
        margin-bottom: 34px;
        font-size: 24px;
    }
}

.maybe {
    background-color: #fff;
    border-radius: 30px;
    padding: 60px;

    margin-bottom: 70px;
}

.maybe h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    text-align: center;
    color: #000;

    margin-bottom: 46px;
}

.maybe h2 span {
    color: #e2413b;
}

.maybe-inner {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.maybe-inner div {
    width: 100%;
    position: relative;
    background-color: #1d8989;
    padding: 16px 30px;
    border-radius: 29px;

    display: flex;
    justify-content: start;
    align-items: center;
}

.maybe-inner div:nth-of-type(even) {
    justify-content: end;
}

.maybe-inner div img {
    width: 111px;
    height: 111px;
}

.maybe-inner div p {
    font-weight: 400;
    font-size: 35px;
    line-height: 97%;
    color: #fff;
    white-space: nowrap;

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
    .maybe {
        border-radius: 15px;
        padding: 25px;
        margin-bottom: 35px;
    }

    .maybe h2 {
        margin-bottom: 23px;
        font-size: 24px;
    }

    .maybe-inner {
        gap: 16px;
    }

    .maybe-inner div {
        padding: 8px 15px;
        border-radius: 15px;
    }

    .maybe-inner div img  {
        width: 36px;
        height: 36px;
    }

    .maybe-inner div p {
        font-size: 16px;
    }
}

/* warn */

.warn {
    margin-bottom: 100px;
    border-radius: 30px;
    padding: 50px;
    background-color: #fff;
}

.warn img {
    width: 87px;
    height: 87px;
    margin-top: -93px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}

.warn p {
    font-weight: 700;
    font-size: 36px;
    line-height: 131%;
    text-align: center;
    color: #000;
}

.warn p span {
    color: #1d8989;
}

@media (max-width: 800px) {
    .warn {
        border-radius: 15px;
        padding: 25px;
        margin-bottom: 50px;
    }

    .warn img {
        width: 40px;
        height: 40px;
        margin-top: -45px;
        margin-bottom: 10px;
    }

    .warn p {
        font-size: 18px;
    }
}

/* after-warn */

.after-warn {
    margin-bottom: 29px;
    font-weight: 700;
    font-size: 64px;
    line-height: 109%;
    text-align: center;
    color: #000;
}

.after-warn span {
    color: #1d8989;
}

@media (max-width: 800px) {
    .after-warn {
        margin-bottom: 15px;
        font-size: 33px;
    }
}

/* text-warn */

.text-warn {
    font-weight: 400;
    font-size: 36px;
    line-height: 131%;
    text-align: center;
    color: #000;

    margin-bottom: 40px;
}

.text-warn span {
    font-weight: 700;
}

@media (max-width: 800px) {
    .text-warn {
        font-size: 25px;
    }
}

/* every */

.every {
    margin-bottom: 50px;

    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    text-align: center;
    color: #000;
}

@media (max-width: 800px) {
    .every {
        font-size: 25px;
        margin-bottom: 25px;
    }
}

/* top-title */

.top-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 121%;
    text-align: center;
    color: #000;

    margin-top: 78px;
    margin-bottom: 29px;
}

.top-title span {
    color: #1d8989;
}

@media (max-width: 800px) {
    .top-title {
        margin-bottom: 15px;
        margin-top: 44px;
        font-size: 27px;
    }
}

/* top-text */

.top-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 137%;
    text-align: center;
    color: #000;

    margin-bottom: 80px;
}

.top-text span {
    font-weight: 800;
}

@media (max-width: 800px) {
    .top-text {
        font-size: 25px;
        margin-bottom: 40px;
    }
}

/* pain */

.pain {
    display: flex;
    align-items: center;
    gap: 33px;
    justify-content: space-between;

    margin-bottom: 73px;
}

.pain img {
    width: 50%;
    object-fit: cover;
    object-position: center;
}

.pain-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.pain-right div {
    display: flex;
    align-items: start;
    gap: 33px;
}

.pain-right div svg {
    min-width: 26px;
}

.pain-right div p {
    font-weight: 400;
    font-size: 24px;
    line-height: 121%;
    color: #000;
}




@media (max-width: 800px) {
    .pain {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 35px;
    }

    .pain img {
        width: 100%;
    }

    .pain-right {
        width: 100%;
        gap: 17px;
    }

    .pain-right div {
        gap: 15px;
    }

    .pain-right div svg {
        min-width: 13px;
    }

    .pain-right div p {
        font-size: 18px;
    }
}

/* button-group */

.button-group {
    display: flex;
    justify-content: center;
    gap: 34px;
}

.button-group a {
    width: 70% !important;
    font-size: 24px !important;
    padding: 32px 20px;
}

.button-group a p {
    font-size: 21px;
}

.button-group a:first-of-type {
    /* border: 1px solid #000; */
    /* background-color: #486CF0; */

    background-color: #486CF0;
    background-image: radial-gradient(50% 50% at 49.98% 0%, #748ff3 0%, rgba(80, 95, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: 0 0 10px 1px rgba(24, 39, 75, 0.4);

    border-radius: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;

    transition: all .4s ease;
}

.button-group a:first-of-type:hover {
    opacity: 0.8;
}

@media (max-width: 800px) {
    .button-group {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .button-group a {
        width: 100% !important;
    }
}

/* couple */

.couple {
    border-radius: 45px;
    background-color: #fff;
    padding: 50px 27px;

    margin-bottom: 100px;
}

.couple img {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.couple p {
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #000;
}

.couple p span {
    font-weight: 700;
}

@media (max-width: 800px) {
    .couple {
        border-radius: 23px;
        padding: 25px 13px;
        margin-bottom: 50px;
    }

    .couple img {
        margin-bottom: 25px;
    }

    .couple p {
        font-size: 18px;
    }
}


/* remember */

.remember {
    background-color: #fff;
    width: 100%;
    border-radius: 23px;
    padding: 50px;

    position: relative;
    margin-bottom: 30px;
}

.remember h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 131%;
    color: #000;
    width: 60%;
    position: relative;
    z-index: 5;

    margin-bottom: 15px;
}

.remember > p {
    font-weight: 400;
    font-size: 26px;
    line-height: 143%;
    color: #000;
    margin-bottom: 47px;
    width: 60%;
    position: relative;
    z-index: 5;
}

.remember img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    z-index: 1;
    left: 77px;
}

.remember a {
    position: relative;
    z-index: 5;
    margin-right: unset;
    margin-left: unset;
    width: 60%;
}

.remember a p {
    font-size: 30px !important;
}

@media (max-width: 800px) {
    .remember {
        padding: 25px;
        margin-bottom: 20px;
    }

    .remember h2 {
        font-size: 29px;
        width: 100%;
    }

    .remember > p {
        font-size: 18px;
        margin-bottom: 20px;
        width: 100%;
    }

    .remember a {
        width: 100%;
    }

    .remember img {
        position: static;
        top: unset;
        left: unset;
        right: unset;
        display: none;
    }
}

/* back-btn */

.back-btn {
    background-color: #486CF0;
    background-image: radial-gradient(50% 50% at 49.98% 0%, #748ff3 0%, rgba(80, 95, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: 0 0 70px rgba(24, 39, 75, 0.4);

    color: #fff !important;

    transition: all .4s ease;

    border-radius: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    display: flex;
    padding: 30px;
    font-size: 27px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

/* docs */

.docs {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 30px;
    background-color: #fff;
    width: 100%;
    border-radius: 30px;

    margin-bottom: 40px;
}

.docs > div {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.docs > div div h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
}

.docs > div div p {
    font-weight: 500;
    font-size: 21px;
}

.docs > div span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
}

.docs img {
    width: 35%;
}





@media (max-width: 800px) {
    .docs {
        padding: 15px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .docs img {
        width: 100%;
    }

    .docs > div {
        width: 100%;
    }

    .docs > div div h2 {
        font-size: 21px;
    }

    .docs > div span {
        font-size: 16px;
        display: block;
        margin-top: 30px;
    }

    .docs > div div p {
        font-size: 17px;
    }
}

/* products */

.products {
    display: flex;
    gap: 34px;
    justify-content: center;

    margin-bottom: 57px;
}

.product {
    width: 40%;
    border-radius: 20px;
    background: #f3f3f3;
    padding: 26px 33px;
}

.product img {
    width: 100%;
    margin-bottom: 31px;
    border-radius: 15px;
}

.product > span {
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    text-align: center;
    color: #3f3f3f;

    padding: 4px 13px;

    background: #ccc;
    border-radius: 6px;
}

.product h2 {
    font-weight: 600;
    font-size: 31px;
    line-height: 117%;
    text-align: center;
    color: #000;

    margin-bottom: 25px;
}

.product > div {
    display: flex;
    flex-direction: column;
    gap: 20px;

    margin-bottom: 30px;
}

.product .button-red {
    padding: 19px 20px;
    border-radius: 10px;
    width: 100%;
}

.product .button-red svg {
    width: 11px;
    height: 11px;
}

.product .button-red p {
    font-size: 20px;
}

.product > div div {
    display: flex;
    /* align-items: baseline; */
    gap: 15px;
}

.product > div div span {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 40px;
    background-color: #E53030;

    font-weight: 700;
    font-size: 16px;
    color: #fff;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.warnGreen {
    width: 171px;
    height: 171px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

@media (max-width: 800px) {
    .products {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .product {
        width: 100%;
    }

    .warnGreen {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
}

.other-form .t-form__inputsbox {
    display: flex !important;
    flex-direction: column !important;
    font-family: "Inter Tight", sans-serif !important;
}

.other-form .t-form__inputsbox .tn-form__submit button::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.410911 2.52877L20.4532 22.5693H5.60945C5.23757 22.5693 4.88092 22.717 4.61797 22.9799C4.35501 23.2429 4.20728 23.5996 4.20728 23.9714C4.20728 24.3433 4.35501 24.7 4.61797 24.9629C4.88092 25.2259 5.23757 25.3736 5.60945 25.3736H23.8376C24.2095 25.3736 24.5662 25.2259 24.8291 24.9629C25.0921 24.7 25.2398 24.3433 25.2398 23.9714V5.74324C25.2398 5.37136 25.0921 5.01472 24.8291 4.75176C24.5662 4.4888 24.2095 4.34107 23.8376 4.34107C23.4658 4.34107 23.1091 4.4888 22.8462 4.75176C22.5832 5.01472 22.4355 5.37136 22.4355 5.74324V20.5869L2.39498 0.544703C2.26471 0.414427 2.11004 0.311087 1.93983 0.240582C1.76962 0.170077 1.58718 0.133789 1.40295 0.133789C1.21871 0.133789 1.03627 0.170077 0.86606 0.240582C0.695846 0.311087 0.541187 0.414427 0.410911 0.544703C0.280635 0.674979 0.177297 0.829638 0.106792 0.999852C0.0362873 1.17007 -4.21764e-06 1.3525 -4.21764e-06 1.53674C-4.21764e-06 1.72097 0.0362873 1.90341 0.106792 2.07362C0.177297 2.24384 0.280635 2.3985 0.410911 2.52877Z" fill="white"></path> </svg>');
    content: '';
    width: 27px !important;
    height: 25px !important;
    flex-shrink: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: scale(0.7) translateY(-75%);
}

.other-form .t-form__inputsbox .tn-form__submit button::before svg {
    width: 27px !important;
    height: 25px !important;
}

.other-form .t-form__inputsbox .tn-form__submit button {
    border-radius: 21px;
    background-color: #ff392d !important;
    background-image: radial-gradient(50% 50% at 49.98% 0%, #ff7b5f 0%, rgba(255, 122, 80, 0) 100%) !important;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px !important;
    cursor: pointer;

    padding: 50px 20px !important;
    width: 90%;
    text-decoration: none;

    box-shadow: 0 0 70px rgba(75, 27, 24, 0.4) !important;

    margin-right: auto;
    margin-left: auto;

    transition: all .3s ease !important;

    font-size: 26px !important;
    font-weight: 500 !important; 
    font-family: "Inter Tight", sans-serif !important;
}




















































