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

    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    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;

    color: #fff !important;

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

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

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

    transition: all .3s ease;
}

.button-green {
    background-color: #1d8989 !important;
    background-image: radial-gradient(50% 50% at 49.98% 0%, #56c9c9 0%, rgba(255, 122, 80, 0) 100%);
}

.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: 37px;
    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: 30px 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: 28px;
    }

    .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;
        margin-bottom: 40px;
    }

    .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: 50% !important;
    font-size: 26px;
    padding: 30px 10px;
}

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

.button-group a:first-of-type {
    border: 1px solid #000;
    border-radius: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

@media (max-width: 800px) {
    .button-group {
        flex-direction: column;
        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 {
    border: 1px solid #000;
    border-radius: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    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;
    
    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;
    }
}



/* otek */

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

    margin-top: 84px;
    margin-bottom: 59px;
}

.fw400 {
    font-weight: 400 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.red {
    color: #e2413b !important;
}

.green {
    color: #1d8989 !important;
}

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

    .otek-title br {
        display: none;
    }
}

.otek-text {
    margin-bottom: 58px;

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

@media (max-width: 800px) {
    .otek-text {
        font-size: 21px;
        margin-bottom: 29px;
    }
}

.gray-warn {
    font-weight: 300;
    font-size: 30px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #696969;

    padding: 30px;
    border-radius: 20px;
    background: #d1d6e3;

    margin-bottom: 60px;
    margin-top: 30px;
}

@media (max-width: 800px) {
    .gray-warn {
        font-size: 21px;
        padding: 15px;
        margin-bottom: 29px;
        margin-top: 20px;
    }
}

.otek-items {
    margin-bottom: 129px;

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

.otek-items div img {
    width: 257px;
    height: 257px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}

.otek-items div h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #000;

    max-width: 500px;
}

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

@media (max-width: 800px) {
    .otek-items {
        gap: 32px;
        margin-bottom: 60px;
    }

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

    .otek-items div img {
        margin-bottom: 12px;
        width: 125px;
        height: 125px;
    }
}

.future {
    border-radius: 30px;
    background-color: #fff;
    padding: 90px;

    margin-bottom: 200px;
}

.future img:first-of-type {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 41px;
    width: 100%;
}

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

    margin-bottom: 7px;
}

.future > p {
    font-weight: 300;
    font-size: 36px;
    line-height: 133%;
    text-align: center;
    color: #000;

    margin-bottom: 57px;
}

.future img:last-of-type {
    border-radius: 32px;
    margin-bottom: 58px;
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.future a {
    margin-bottom: -180px;
}

@media (max-width: 800px) {
    .future {
        margin-bottom: 100px;
        padding: 45px;
        border-radius: 18px;
    }

    .future img:first-of-type {
        margin-bottom: 20px;
        width: 80%;
    }

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

    .future > p {
        font-size: 21px;
        margin-bottom: 28px;
    }

    .future img:last-of-type {
        height: 300px;
        border-radius: 21px;
        margin-bottom: 28px;
    }

    .future a {
        margin-bottom: -90px;
    }
}

.otek-vertical-buttons {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.allstars {
    width: 335px;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.otek-photo {
    max-width: 500px !important;
    margin-bottom: 124px;
}

@media (max-width: 800px) {
    .otek-photo {
        margin-bottom: 60px;
    }

    .allstars  {
        width: 70%;
    }
}

.mb120 {
    margin-bottom: 120px;
}

@media (max-width: 800px) {
    .mb120 {
        margin-bottom: 50px;
    }
}

.pos {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 69px;
    margin-top: 70px;

    position: relative;
    overflow: hidden;

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

.pos img {
    margin-bottom: 0;
}

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

    margin-bottom: 15px;
}

.pos p {
    font-weight: 400;
    font-size: 32px;
    line-height: 137%;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

/* .pos img {
    width: 100%;
    margin-bottom: -69px;
    margin-right: -69px;
    margin-left: auto;
    display: block;
} */

.pos-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    text-align: center;
    color: #fff;

    box-shadow: 0 0 23px 0 rgba(68, 68, 68, 0.25);
    background: #1d8989;

    padding: 27px 28px;

    border-radius: 20px;
    width: fit-content;

    position: absolute;
    left: 68px;
    bottom: 150px;
}

@media (max-width: 800px) {
    .pos {
        margin-top: 30px;
        border-radius: 30px;
        padding: 28px;
    }

    .pos h2 {
        margin-bottom: 8px;
        font-size: 24px;
    }
    
    .pos p {
        font-size: 18px;
    }

    .pos-name {
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        padding: 16px;
        border-radius: 10px;
        font-size: 20px;
        white-space: nowrap;
    }
}   

.like {
    background-color: #fff;
    margin-bottom: 67px;
    border-radius: 30px;
    padding: 87px 50px 50px 50px;
    margin-top: 100px;
}

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

.like img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 129px;
    height: 129px;

    margin-top: -150px;
}


@media (max-width: 800px) {
    .like {
        padding: 44px 25px 25px 25px;
        margin-bottom: 30px;
        margin-top: 50px;
    }

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

    .like img {
        width: 60px;
        height: 60px;
        margin-top: -70px;
    }
}


.backup {
    background-color: #fff;
    padding: 60px 50px 113px 50px;
    border-radius: 30px;
}

.backup h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}

.backup a {
    margin-bottom: -180px;
}





@media (max-width: 800px) {
    .backup {
        padding: 30px 25px 60px 25px;
        border-radius: 17px;
    }

    .backup h2 {
        margin-bottom: 25px;
        font-size: 21px;
    }

    .backup a {
        margin-bottom: -90px;
    }
}


.walter {
    background-color: #fff;
    margin-bottom: 26px;
    padding: 36px 50px;
    border-radius: 30px;
}

.walter p {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 137%;
    color: #000;
    margin-bottom: 20px;
}

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

@media (max-width: 800px) {
    .walter h2 {
        font-size: 26px;
    }

    .walter p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .walter {
        padding: 19px;
        border-radius: 20px;
    }
}

.baler {
    position: relative;
    padding-bottom: 100px;
}

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

    position: relative;
    z-index: 6;
}

.baler img:first-of-type {
    position: absolute;
    top: -97px;
    right: -130px;
    width: 210px;
    height: 210px;

    z-index: 1;
}

.baler img:last-of-type {
    position: absolute;
    bottom: -15px;
    left: -170px;
    width: 264px;
    height: 264px;

    z-index: 1;
}

@media (max-width: 800px) {
    .baler p {
        font-size: 24px;
    }

    .baler img:first-of-type {
        position: absolute;
        top: -187px;
        right: -50px;
        width: 210px;
        height: 210px;
        z-index: 1;
    }

    .baler img:last-of-type {
        position: absolute;
        bottom: -25px;
        left: 0px;
        width: 264px;
        height: 264px;
        z-index: 1;
    }

    .baler {
        padding-bottom: 180px;
    }
}

.circle {
    background-color: #fff;
    padding: 60px;
    border-radius: 50px;
    margin-bottom: 70px;
}

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

    margin-bottom: 43px;
}

.circle img {
    width: 100%;
    margin-bottom: 20px;
}

.circle p {
    font-weight: 400;
    font-size: 32px;
    line-height: 137%;
    text-align: center;
    color: #000;
    margin-bottom: 86px;
}

.circle div {
    font-weight: 700;
    font-size: 48px;
    line-height: 121%;
    text-align: center;
    color: #fff;

    padding: 44px 20px;
    width: 100%;

    box-shadow: inset 0 0 72px 0 rgba(255, 255, 255, 0.25);
    background: #ff392d;

    border-radius: 21px;
}

@media (max-width: 800px) {
    .circle h2 {
        font-size: 32px;
    }

    .circle {
        padding: 30px 15px;
        border-radius: 30px;
    }

    .circle p {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .circle div {
        font-size: 28px;
        padding: 20px;
    }
}

.underline {
    text-decoration: underline;
}

.loka {
    padding: 46px 15px;
    border-radius: 30px;
    background-color: #fff;
}

.loka img {
    margin-bottom: 15px;
    text-align: center;
    display: block;

    width: 132px;
    height: 132px;

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

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

    margin-bottom: 15px;
}

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

.loka svg {
    display: block;
    margin-right: auto;
    margin-left: auto;

    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .loka h3 {
        font-size: 28px;
    }

    .loka > p {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .loka img {
        width: 70px;
        height: 70px;
    }
}

.pir {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pir div {
    margin-right: -100px;
    position: relative;
    z-index: 6;
}

.pir div h2 {
    font-size: 46px;
    line-height: 120%;
    color: #000;
}

.pir div p {
    font-weight: 400;
    font-size: 32px;
    line-height: 128%;
    color: #000;
}

.pir img {
    width: 60%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

@media (max-width: 800px) {
    .pir div h2 {
        font-size: 30px;
    }

    .pir div p {
        font-size: 30px;
    }

    .pir div {
        margin-right: -90px;
    }

    .pir img {
        margin-right: -67px;
    }
}

.error {
    background: #ff392d;
    padding: 25px 10px;
    border-radius: 30px;

    margin-bottom: 30px;
    margin-top: 80px;
}

.error img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.error p {
    font-weight: 500;
    font-size: 36px;
    line-height: 125%;
    text-align: center;
    color: #fff;
}

@media (max-width: 800px) {
    .error {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .error img {
        margin-bottom: 10px;
    }

    .error p {
        font-size: 30px;
    }
}

.nini {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.nini div {
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    background-color: #fff;
}

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

.caps {
    text-transform: uppercase;
}

.et {
    background-color: #fff;
    border-radius: 52px;
    padding: 30px 15px;

    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

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

.et h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 128%;
    text-align: center;
    color: #000;
}

@media (max-width: 800px) {
    .et h3 {
        font-size: 24px;
    }

    .et p {
        font-size: 22px;
    }

    .et h2 {
        font-size: 30px;
    }

    .et {
        gap: 17px;
    }
}

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

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

.luda div h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 121%;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}

.luda div p {
    font-weight: 300;
    font-size: 36px;
    line-height: 175%;
    color: #000;
}

.luda img {
    width: 257px;
}

.luda-text {
    padding: 50px;
    border-radius: 30px;
    background-color: #fff;

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

.luda-text svg {
    position: absolute;
    top: 50px;
    left: -9px;
}

.luda-text p {
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
    color: #000;
}

@media (max-width: 800px) {
    .luda {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .luda div h2 {
        font-size: 27px;
    }

    .luda div p {
        font-size: 19px;
    }

    .luda img {
        width: 100px;
    }

    .luda-text {
        padding: 25px;
        margin-bottom: 50px;
    }

    .luda-text p {
        font-size: 20px;
    }

    .luda-text svg {
        position: absolute;
        top: 26px;
        left: -19px;
    }
}

.boss {
    background: #1d8989;
    margin-bottom: 74px;
    border-radius: 95px;
    padding: 70px;
}

.boss p {
    font-weight: 500;
    font-size: 48px;
    line-height: 119%;
    text-align: center;
    color: #fff;
}

.boss img {
    width: 100%;
    margin-bottom: -69px;
    margin-right: -69px;
    margin-left: auto;
    display: block;
}

@media (max-width: 800px) {
    .boss {
        margin-bottom: 40px;
        padding: 35px;
        border-radius: 36px;
    }

    .boss p {
        font-size: 24px;
    }

    .boss img {
        margin-right: -35px;
        margin-bottom: -35px;
    }
}

.loka-logo {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
}

.fad {
    background-color: #fff;
    border-radius: 90px;
    padding: 70px;
    
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

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

.fad img:last-of-type {
    margin-left: auto;
    margin-bottom: -70px;
    margin-right: -70px;
    width: 100%;
}

@media (max-width: 800px) {
    .fad p {
        font-size: 24px;
    }

    .fad h3 {
        font-size: 30px;
    }

    .fad {
        padding: 30px;
        border-radius: 50px;
    }

    .fad img:last-of-type {
        margin-bottom: -30px;
        margin-right: -30px;
    }
}

.pep {
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: center;
    align-items: center;
}

.pep div {
    background: #1d8989;
    border-radius: 30px;
    padding: 28px;

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

.pep div img {
    width: 141px;
    height: 141px;
    margin-top: -60px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.pep div p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 28px;
    line-height: 139%;
    text-align: center;
    color: #fff;
}

@media (max-width: 800px) {
    .pep div p {
        font-size: 20px;
    }

    .pep {
        gap: 20px;
    }

    .pep div img {
        width: 100px;
        height: 100px;
        margin-top: -30px;
    }

    .pep div {
        padding: 20px;
    }
}

.endo {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.endo div {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 500px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.endo div svg {
    width: 57px !important;
    min-width: 57px;
}

.endo div p {
    font-weight: 400;
    font-size: 28px;
    line-height: 137%;
    color: #000;
}

@media (max-width: 800px) {
    .endo {
        gap: 11px;
    }

    .endo div {
        gap: 15px;
    }

    .endo div p {
        font-size: 19px;
    }
}












