@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* 
font-family: "Montserrat Alternates", sans-serif;
font-family: "Inter", sans-serif;
*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    background: #353535;
    color: white;
}
.box {
    width: 100vw;
    min-height: 100dvh;
    font-family: "Montserrat Alternates", sans-serif;
    position: relative;
    padding-bottom: 30px;
    overflow-x: hidden;
}
.background-screen {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-screen .back-light {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    .background-screen .back-light {
        width: 1924px;
        height: 3040px;
        top: -400px;
    }
}
.background-screen .back-telergamm-image {
    width: 215px;
    position: absolute;
    top: -10px;
    right: 0px;
}
nav {
    width: 100%;
    height: 34px;
    background: #0066FF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
nav a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 8px;
}
@media screen and (min-width: 768px) {
    nav {
        height: 50px;
        gap: 20px;
    }
    nav a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    nav {
        height: 50px;
        gap: 25px;
    }
    nav a {
        font-size: 20px;
    }
}

header {
    padding: 11px 16px;
    max-width: 1240px;
    margin: 0 auto;
}
.header__title {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.header__title span {
    font-size: 20px;
    color: #06f;
}
.header__title:nth-child(2) {
    margin-top: -3px;
}
.header__subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 2px;
}
.header__line {
    width: 70px; 
    height: 1px; 
    background: rgba(255, 255, 255, 0.59); 
    margin-top: 5px;
    position: relative;
}
.header__line svg {
    position: absolute;
    top: -4px;
    left: -4px;
}
.header__section {
    width: 100%;
    margin-top: 14px;
}
@media screen and (min-width: 768px) {
    header {
        padding: 40px 32px;
    }
    .header__title {
        font-size: 30px;
    }
    .header__title span {
        font-size: 40px;
        color: #06f;
    }
    .header__title svg {
        width: 35px;
        height: 35px;
        margin-left: 7px;
    }
    .header__title:nth-child(2) {
        margin-top: -12px;
    }
    .header__subtitle {
        font-size: 20px;
        margin-top: 10px;
    }
    .header__line {
        margin-top: 15px;
    }
}
@media screen and (min-width: 1024px) {
    header {
        padding: 40px 50px;
    }
    .header__title {
        font-size: 40px;
    }
    .header__title span {
        font-size: 45px;
        color: #06f;
    }
    .header__title svg {
        width: 35px;
        height: 35px;
        margin-left: 7px;
    }
    .header__title:nth-child(2) {
        margin-top: -12px;
    }
    .header__subtitle {
        font-size: 20px;
        margin-top: 10px;
    }
    .header__line {
        margin-top: 15px;
    }
}

.section__motivation-text {
    font-weight: 500;
    font-size: 8px;
    line-height: 104%;
    color: #fff;
}
.section__motivation-text span {
    font-size: 10px;
    color: #80b2ff;
}
.header__section-image {
    width: 100%;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .section__motivation-text {
        font-size: 18px;
    }
    .section__motivation-text span {
        font-size: 20px;
    }
    .header__section-image {
        width: 100%;
        max-width: 1024px;
        margin-top: 25px;
    }
}

.how-it-work {
    width: 100%;
    position: relative;
    margin-top: 14px;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 17px 18px 13px;
}
.wrapper__how-it-work {
    height: 100%;
    width: 100%;
    max-width: 1024px;
    position: relative;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper__how-it-work h2 {
    width: 203px;
    background: #D9D9D9;
    position: absolute;
    top: -48px;
    right: calc(100% + 500px);
    transform: translateX(100%);
    font-weight: 700;
    font-size: 15px;
    color: #353535;
    border-radius: 0px 34px 0px 0px;
    padding-top: 6px;
    box-sizing: content-box;
    padding-left: 500px;
}
.wrapper__how-it-work div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.wrapper__how-it-work div p {
    width: 171px;
    font-weight: 500;
    font-size: 10px;
    line-height: 101%;
    color: #353535;
    font-family: "Inter", sans-serif;
}
.wrapper__how-it-work div p span {
    color: #06f;
}
.how-it-work__arrow {
    width: 63px;
    height: 41px;
    position: absolute;
    top: 20px;
    left: 48%;
    transform: translateX(-50%);
}
.how-it-work img {
    width: 117px;
}

@media screen and (min-width: 768px) {
    .how-it-work {
        margin: 0 auto;
    }
    .wrapper__how-it-work div {
        height: 155px;
    }
    .wrapper__how-it-work div p {
        width: 300px;
        font-weight: 500;
        font-size: 20px;
        line-height: 101%;
        color: #353535;
        font-family: "Inter", sans-serif;
    }
    .wrapper__how-it-work h2 {
        font-size: 25px;
        width: 323px;
        top: -55px;
    }
    .wrapper__how-it-work {
        gap: 20px;
    }
    .how-it-work img {
        width: 230px;
    }
    .how-it-work__arrow {
        width: 100px;
        top: 60px;
    }
}

.form__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    position: relative;
}
.form__svg-figure {
    position: absolute;
    top: -100px;
    left: 0px;
    z-index: 2;
}
.write-to-us {
    position: absolute;
    top: -30px;
    right: 12px;
    width: 125px;
    height: 34px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
    background: #d9d9d9;
    border: 0.82px solid #06f;
    border-radius: 28px 28px 0 28px;
    font-weight: 600;
    font-size: 11px;
    line-height: 80%;
    text-align: center;
    color: #06f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}
.write-to-us img {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
}
.form {
    width: 252px;
    height: 161px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 12px 19px 0px 21px;
}
.form__bg-figure {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.form__input {
    width: 100%;
}
.form__input h2 {
    height: 7px;
    font-weight: 600;
    font-size: 9px;
    color: #353535;
    margin-left: 6px;
    margin-bottom: 2px;
}
.form__input input {
    width: 100%;
    height: 19px;
    outline: 0px;
    border: 0px;
    border-radius: 100px;
    background: rgba(80, 80, 80, 0.42);
    font-weight: 600;
    font-size: 9px;
    color: white;
    padding: 0px 10px;
    position: relative;
    font-family: "Montserrat Alternates", sans-serif;
}
.form__input2 {
    margin-top: 4px;
}
.form__text {
    font-weight: 600;
    font-size: 9px;
    line-height: 119%;
    text-align: right;
    color: #353535;
    margin-top: 15px;
}
.form__button-send {
    border-radius: 100px;
    width: 73px;
    min-height: 18px;
    font-weight: 600;
    font-size: 9px;
    text-align: center;
    position: relative;
    border: 0px;
    outline: 0px;
    background: linear-gradient(90deg, #06f 0%, #435f8b 100%);
    color: white;
    margin-top: 28px;
    font-family: "Montserrat Alternates", sans-serif;
    padding-bottom: 2px;
}
.form__button-send::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: blur(4.599999904632568px);
    background: linear-gradient(90deg, #06f 0%, #435f8b 100%);
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .form__wrapper {
        height: 280px;
    }
    .form {
        width: 420px;
        height: 280px;
        padding: 23px 31px 0px 35px;
    }
    .form__bg-figure {
        width: 100%;
        height: 280px;
    }
    .form__input {
        height: auto;
    }
    .form__input input {
        height: 31.67px;
        font-size: 16px;
    }
    .form__input h2 {
        height: 19px;
        font-size: 16px;
    }
    .form__text {
        align-self: flex-end;
        font-size: 11px;
    }
    .form__button-send {
        width: 120px;
        height: 30px;
        margin-top: 68px;
    }
    .write-to-us {
        right: calc(50% - 500px);
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 1024px) {
    .form__wrapper {
        height: 420px;
        margin-top: 50px;
    }
    .form {
        width: 657px;
        height: 420px;
        padding: 39px 50px 0px 54px;
    }
    .form__bg-figure {
        width: 100%;
        height: 420px;
    }
    .form__input {
        height: auto;
    }
    .form__input2 {
        margin-top: 18px;
    }
    .form__input input {
        height: 50px;
        font-size: 16px;
        padding-left: 18px;
    }
    .form__input h2 {
        height: 19px;
        font-size: 16px;
    }
    .form__text {
        align-self: flex-end;
        font-size: 20px;
        margin-top: 30px;
    }
    .form__button-send {
        width: 200px;
        min-height: 40px;
        margin-top: 90px;
        font-size: 16px;
    }
    .form__button-send::before {
        border-radius: 100px;
    }
}

footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__wrapper {
    width: 340px;
    height: 147px;
    display: flex;
    position: relative;
}
.footer__wrapper div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__blot {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.footer__faq {
    font-weight: 600;
    font-size: 32px;
    color: #d9d9d9;
    position: relative;
    z-index: 1;
    padding-right: 50px;
    margin-bottom: 23px;
}
.footer__text {
    font-weight: 600;
    font-size: 9px;
    line-height: 119%;
    text-align: center;
    color: #353535;
}
.footer__text1 {
    margin-bottom: 19px;
}
.footer__right .footer__text1 {
    margin-top: 12px;
    margin-bottom: 25px;
}
.footer__right button {
    border-radius: 100px;
    width: 107px;
    height: 33px;
    background: linear-gradient(140deg, #06f 0%, #003d99 100%);
    font-weight: 400;
    font-size: 20px;
    line-height: 80%;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border: 0px;
    outline: 0px;
    margin-top: 30px;
    align-self: flex-end;
}
.footer__right button p {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.footer__button__called-light {
    filter: blur(11.399999618530273px);
}
.footer__button__called-text {
    color: #fff;
}
.footer__teth__wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.footer__teth {
    width: 100%;
    transform: scale(1.2);
    margin-bottom: -3px;
}
@media screen and (min-width: 768px) {
    footer {
        margin-top: 80px;
    }
    .footer__wrapper {
        width: 657px;
        height: 282px;
    }
    .footer__wrapper div {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__blot {
        width: 657px;
        height: 282px;
    }
    .footer__faq {
        font-size: 60px;
        padding-right: 100px;
        margin-bottom: 50px;
    }
    .footer__text {
        font-size: 16px;
    }
    .footer__text:nth-child(3) {
        margin-top: 30px;
    }
    .footer__right .footer__text1 {
        margin-bottom: 70px;
    }
    .footer__right button {
        width: 205px;
        height: 63px;
        margin-top: 50px;
    }
    .footer__right button p {
        font-size: 35px;
    }
}