html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    background-image: url('../images/bg-Mob.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    body {
        background-image: url('../images/bg-Web.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

    }
}

img {
    width: 100%;
    height: auto;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.main-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

@media (min-width: 1200px) {
    .main-thumb {
        align-items: flex-start;
        margin-left: 70px;
        margin-right: 70px;
    }
}

.logo-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (min-width: 1200px) {
    .logo-thumb {
        justify-content: flex-start;
        margin-left: 20px;
    }
}

.logo {
    width: 157px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .logo {
        width: 220px;
    }
}

.main-title {
    color: #FFF;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .main-title {
        color: #FFF;
        font-family: Open Sans, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        margin-top: 15px;
        width: 705px;
        text-align: left;
    }
}

.line {
    width: 100vw;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BEF0E2;
    margin-top: 28px;
}

@media (min-width: 1200px) {
    .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.line-text {
    width: 100%;
    color: var(--xngreensb-info-shark, #2D3136);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.2px; /* 140% */
}


.secondary-title {
    color: #FFF;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 35.4px; /* 105% */
    margin-left: -100px;
}

@media (min-width: 1199px) {
    .secondary-title {
        display: none;

    }
}

.secondary-title--web {
    display: none;
}

@media (min-width: 1200px) {
    .secondary-title--web {
        color: #FFF;
        font-family: Open Sans, sans-serif;
        font-size: 41px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: inline-block;
        margin-left: 18px;
        margin-top: 22px;
    }
}

.hundred {
    position: absolute;
    width: 174px;
    height: 49px;
    margin-top: 98px;
    margin-left: 100px;
}

@media (min-width: 1200px) {
    .hundred {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hundred--web {
        color: #FFF;
        font-family: Open Sans, sans-serif;
        font-size: 62px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .money {
        color: var(--xngreensb-info-nero, #FFF);
        font-family: Roboto, sans-serif;
        font-size: 96px;
        font-style: normal;
        font-weight: 700;
        line-height: 96px; /* 100% */
    }
}

/* .text-thumb {
    height: 110px;
    flex-shrink: 0;
    border-radius: 8px;
    backdrop-filter: blur(12.5px);
    padding: 5px;
} */

/* @media (min-width: 1200px) {
    .text-thumb {
        width: 500px;
        background-color: transparent;
        margin-left: 12px;
    }
} */

.text {
    color: #252525;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .text {
        color: #FFF;
        font-family: Open Sans, sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 540px;
        text-align: start;

    }
}

.text-bold {
    color: #FFF;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media (min-width: 1200px) {
    .text-bold {
        color: #FFF;
        font-family: Open Sans, sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;


    }
}

.button {
    bottom: 20px;
    color: var(--manipulyator-business-ru-ebony, #111827);
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 171.429% */
    display: inline-flex;
    padding: 16px 47.61px 16px 47.81px;
    align-items: flex-start;
    border-radius: 100px;
    background: var(--manipulyator-business-ru-nero, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .button {
        color: var(--manipulyator-business-ru-ebony, #111827);
        text-align: center;
        font-family: Open Sans, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 120% */
        display: inline-flex;
        padding: 16px 47.61px 16px 47.81px;
        align-items: flex-start;
        border-radius: 100px;
        background: var(--manipulyator-business-ru-nero, #FFF);
        bottom: 50px;
        transform: translate3d(500px, -100px, 0);
    }

}

.image-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .image-thumb {
        align-items: flex-end;
        margin-right: 50px;
    }
}

.age {
    width: 42px;
    height: 23px;
    margin-top: 17px;
}

@media (min-width: 1200px) {
    .age {
        width: 55px;
        height: 30px;
    }
}

.image-thumb--text {
    color: var(--xngreensb-info-nero, #FFF);
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px; /* 140% */
    margin-top: 17px;
    width: 288px;
}

@media (min-width: 1200px) {
    .image-thumb--text {
        color: var(--xngreensb-info-nero, #FFF);
        text-align: right;
        font-family: Raleway, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px; /* 140% */
        margin-top: 47px;
    }
}

.phone {
    /* position: absolute;
    bottom: 0; */
    width: 280px;
    height: auto;
    /* z-index: -1; */
}

@media (min-width: 1199px) {
    .phone {
        display: none;
    }

}

.phone-web {
    display: none;
}

@media (min-width: 1200px) {
    .phone-web {
        position: absolute;
        top: 100px;
        right: 190px;
        display: flex;
        width: 305px;
    }
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #151515;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

@media (min-width: 1200px) {
    #content {
        align-items: flex-start;
    }
}
