
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    overscroll-behavior: inherit
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth
}

button {
    cursor: pointer
}

.error {
    color: red;
    display: block;
    margin-top: 5px
}

.form-front .flag-container {
    height: 2.7rem !important;
    margin-right: 10px
}

.container {
    width: 280px;
    margin: 0 auto
}

@media screen and (min-width: 744px) {
    .container {
        width: 664px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1360px;
        margin: 0 auto
    }
}

.firstpage__header {
    background: #111;
    padding-top: 10px;
    padding-bottom: 10px
}

.firstpage__header .container {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 744px) {
    .firstpage__header .container {
        justify-content: space-between
    }
}

.places {
    display: none
}

@media screen and (min-width: 744px) {
    .places {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #fff;
        display: block;
        border: 2px solid #ffde00;
        border-radius: 30px;
        background: rgba(0, 0, 0, 0);
        width: 185px;
        height: 52px;
        color: #fff;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.hero {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 30px
}

@media screen and (min-width: 744px) {
    .hero {
        padding-top: 82px;
        background-image: url("../img/bg.jpg")
    }
}

@media screen and (min-width: 1440px) {
    .hero {
        padding-top: 50px;
        height: 100vh;
        padding-bottom: 91px;
        background-image: url("../img/bg.jpg")
    }
}

.hero__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    margin-bottom: 28px
}

@media screen and (min-width: 744px) {
    .hero__title {
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1440px) {
    .hero__title {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 30px
    }
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px
}

@media screen and (min-width: 1440px) {
    .hero__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.hero__video-wrapper {
    width: 280px;
    height: 180px;
    overflow: hidden;
    border-radius: 30px;
    position: relative
}

@media screen and (min-width: 744px) {
    .hero__video-wrapper {
        width: 664px;
        height: 320px
    }
}

@media screen and (min-width: 1440px) {
    .hero__video-wrapper {
        width: 776px;
        height: 470px
    }
}

video {
    width: 100%;
    border-radius: 30px;
    position: absolute
}

@media screen and (min-width: 744px) {
    video {
        top: -40px
    }
}

@media screen and (min-width: 1440px) {
    video {
        top: 0
    }
}

.form__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 280px;
    height: 506px;
    background: #f1f1f1;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 744px) {
    .form__wrapper {
        width: 555px;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 350px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1440px) {
    .form__wrapper {
        margin-top: 0
    }
}

.form__wrapper {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333
}

@media screen and (min-width: 744px) {
    .form__wrapper {
        font-size: 24px;
        line-height: 120%
    }
}

.reg-form {
    margin-top: 20px
}

.w-input {
    width: 240px;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding-left: 20px;
    background: #f1f1f1;
    border: 1px solid rgba(43, 43, 43, .1);
    border-radius: 6px
}

@media screen and (min-width: 744px) {
    .w-input {
        width: 452px
    }
}

.w-button {
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, .07);
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 240px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
    border: none;
    position: relative;
    margin-top: 16px
}

@media screen and (min-width: 744px) {
    .w-button {
        font-size: 16px;
        width: 452px
    }
}

.button__text {
    display: none
}

@media screen and (min-width: 744px) {
    .button__text {
        display: inline-block
    }
}

.form-group {
    margin-bottom: 16px
}

.form-group:last-child {
    margin-bottom: 0
}

.form__text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #c1c1c1;
    margin-left: 8px;
    text-align: left;
    margin-bottom: 0;
}

.form__text-wrapper {
    display: flex;
    width: 240px;
    margin: 0 auto;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 744px) {
    .form__text-wrapper {
        width: 452px;
        justify-content: center;
    }
}

.lock {
    width: 16px;
    height: 16px;
    background-image: url("../../img/Vector.svg");
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.form__button1 {
    position: relative
}

.form__button2 {
    position: relative
}

.form__button3 {
    position: relative
}

.form__pseudo-button1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    display: block
}

.form__pseudo-button2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    display: block
}

.form__pseudo-button3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    display: block
}

.form__checkbox {
    display: flex;
    align-items: center;
    width: 240px;
    margin: 0 auto;
    margin-top: 20px
}

@media screen and (min-width: 744px) {
    .form__checkbox {
        width: 452px;
        margin-top: 16px
    }
}

label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #c1c1c1;
    text-align: left;
    margin-left: 8px
}


.form__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 16px
}

@media screen and (min-width: 744px) {
    .form__list {
        width: 339px;
        margin: 0 auto;
        margin-top: 25px
    }
}

.form__list-item-img:first-child {
    object-fit: contain;
    width: 60.18px;
    height: 26px
}

@media screen and (min-width: 744px) {
    .form__list-item-img:first-child {
        width: 85px;
        height: 36px
    }
}

.form__list-item-img:nth-child(2) {
    object-fit: contain;
    width: 50px;
    height: 26px
}

@media screen and (min-width: 744px) {
    .form__list-item-img:nth-child(2) {
        width: 70px;
        height: 36px
    }
}

.form__list-item-img:nth-child(3) {
    object-fit: contain;
    width: 73px;
    height: 26px
}

@media screen and (min-width: 744px) {
    .form__list-item-img:nth-child(3) {
        width: 104px;
        height: 36px
    }
}

.register-button2 {
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, .07);
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 240px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
    border: none;
    margin-top: 16px;
    position: relative
}

@media screen and (min-width: 744px) {
    .register-button2 {
        font-size: 16px;
        width: 452px
    }
}

.w-button {
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, .07);
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 240px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
    border: none;
    margin-top: 16px;
    position: relative
}

@media screen and (min-width: 744px) {
    .w-button {
        font-size: 16px;
        width: 452px
    }
}

.register-button2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, .07);
    border-radius: 30px;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    margin-top: 20px;
    text-align: center;
    position: relative
}

@media screen and (min-width: 744px) {
    .register-button2 {
        font-size: 16px;
        line-height: 140%;
        width: 452px
    }
}

.register-button3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, .07);
    border-radius: 30px;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    margin-top: 20px;
    text-align: center;
    position: relative
}

@media screen and (min-width: 744px) {
    .register-button3 {
        font-size: 16px;
        line-height: 140%;
        width: 452px
    }
}

#regForm1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#regForm3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#regForm2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.secondStap__form-wrapper-modal {
    width: 280px;
    background: #f1f1f1;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px
}

@media screen and (min-width: 744px) {
    .secondStap__form-wrapper-modal {
        width: 555px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1440px) {
    .secondStap__form-wrapper-modal {
        margin-top: 0
    }
}

.secondStap__form-wrapper-modal {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333
}

@media screen and (min-width: 744px) {
    .secondStap__form-wrapper-modal {
        font-size: 24px;
        line-height: 120%
    }
}

.form__wrapper-title-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333
}

@media screen and (min-width: 744px) {
    .form__wrapper-title-text {
        font-size: 16px;
        line-height: 120%
    }
}

@media screen and (min-width: 1440px) {
    .form__wrapper-title-text {
        font-size: 16px;
        line-height: 120%
    }
}

.policy__link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #c1c1c1;
    text-decoration: underline
}

.firstStep__form-wrapper-modal {
    width: 280px;
    height: 526px;
    background: #f1f1f1;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px
}

@media screen and (min-width: 744px) {
    .firstStep__form-wrapper-modal {
        width: 555px;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 461px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1440px) {
    .firstStep__form-wrapper-modal {
        margin-top: 0
    }
}

.firstStep__form-wrapper-modal-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 16px
}

@media screen and (min-width: 744px) {
    .firstStep__form-wrapper-modal-title {
        font-size: 24px;
        line-height: 120%
    }
}

#policy1 {
    margin: 0
}

#policy2 {
    margin: 0
}

#policy3 {
    margin: 0
}

.validate2 {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: none
}

.validate1 {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: none
}

.validate3 {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: none
}

.form__pseudo-button1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.form__pseudo-button2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.form__pseudo-button3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.stepsecond__hero .register-button1 {
    font-size: 12px;
    line-height: 140%
}

@media screen and (min-width: 744px) {
    .stepsecond__hero .register-button1 {
        font-size: 16px;
        line-height: 140%
    }
}

#regForm3 .register-button3 {
    font-size: 12px;
    line-height: 140%
}

@media screen and (min-width: 744px) {
    #regForm3 .register-button3 {
        font-size: 16px;
        line-height: 140%
    }
}

footer {
    background: #111;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 744px) {
    footer {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

footer .container {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 744px) {
    footer .container {
        flex-direction: column;
        max-width: 1000px;
        align-items: center
    }
}

@media screen and (min-width: 1440px) {
    footer .container {
        flex-direction: row;
        justify-content: space-between
    }
}

.footer__text {
    margin-bottom: 0;
    cursor: pointer;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #c1c1c1;
    text-transform: uppercase;
    text-decoration: none
}



.footer__text-main {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 10px;
}

@media screen and (min-width: 744px) {
    .footer__text-main {

        width: 562px;
        justify-content: space-between;
        margin-bottom: 16px;
        align-items: center
    }
}

@media screen and (min-width: 1440px) {
    .footer__text-main {
        width: 742px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        flex-direction: row;
    }
}

.footer__text-disclaimer {
    margin-bottom: 16px
}

@media screen and (min-width: 744px) {
    .footer__text-disclaimer {
        margin-bottom: 0
    }
}


@media screen and (min-width: 744px) {
    .footer__text:nth-child(3) {
        margin-bottom: 0
    }
}


@media screen and (min-width: 744px) {
    .footer__text:nth-child(2) {
        margin-bottom: 0
    }
}

.text__second {
    text-align: left
}

.text__third {
    text-align: right
}

.stepsecond__footer-text-disclaimer {
    display: flex;
    justify-content: space-between
}

.stepsecond__footer-text-main {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 744px) {
    .stepsecond__footer-text-main {
        flex-direction: row;
        width: 622px;
        justify-content: space-between;
        margin-bottom: 20px;
        align-items: center
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__footer-text-main {
        width: 742px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0
    }
}

@media screen and (min-width: 744px) {
    .stepsecond__footer-text-firstElement {
        margin-right: 60px
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__footer-text-firstElement {
        margin-right: 100px
    }
}

.popup_custom .popup_inner .popup_content {
    margin: 0px auto 0 auto;
    width: 100%;
    position: relative;
    height: 100%;
    width: 280px
}

.popup_custom .popup_content_inner {
    position: relative;
    text-align: center;
    z-index: 9998;
    height: 100%
}

.popup_custom .title {
    color: #20b481;
    font-weight: bold;
    font-style: italic;
    font-size: 50px;
    font-family: sans-serif;
    line-height: 1.2
}

.popup_custom .subtitle {
    font-size: 28px;
    font-weight: normal;
    font-family: sans-serif;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px
}

.popup_custom .subtitle b {
    color: #f7931a
}

.popup_custom .popup_form {
    text-align: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto
}

.popup_custom .register-btn {
    background: linear-gradient(to right, #06b6a4 0%, #27b378 100%);
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: bold;
    padding: 15px 0px 15px 0px;
    line-height: 1;
    z-index: 9996;
    position: relative;
    color: #fff;
    border: solid 1px #23b47e;
    border-radius: 5px;
    font-size: 25px
}

.popup_form input {
    width: 100%;
    box-shadow: 0 0 10px rgba(46, 248, 164, .58);
    background: #01160d;
    padding: 10px;
    vertical-align: middle;
    box-shadow: bisque;
    text-align: left
}

.popup_form .phone {
    padding-left: 97px !important
}

.form-container-unique {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.form-container-unique .form__wrapper {
    margin-top: 0
}

.popup_inner {
    height: 100%
}

@media (min-width: 1020px)and (max-width: 1024px) {
    .fe2 .content .left_block, .fe2 .content .left_block .embed-responsive.embed-responsive-16by9 {
        height: 433px
    }

    .fe2 .content .right_block {
        min-height: 433px;
        height: auto;
        padding: 0
    }

    .fe2 .corner-rectangle-text-md {
        display: none
    }

    .fe2 .corner-rectangle-md {
        display: none
    }

    .icons-block img.m {
        width: 40px
    }

    .icons-block img.t {
        width: 55px
    }

    .icons-block img.n {
        width: 45px
    }
}

.popup-form-wrapper {
    padding-top: 100px
}

@media screen and (min-width: 744px) {
    .popup_custom .close_button {
        width: 60px;
        height: 60px;
        top: 40px
    }

    .popup_custom .popup_inner .popup_content {
        width: 644px;
        margin: 0 auto
    }

    .popup-form-wrapper {
        padding-top: 200px
    }
}

@media screen and (min-width: 1440px) {
    .popup_custom .popup_inner .popup_content {
        width: 1360px;
        margin: 0 auto
    }

    .popup_custom .close_button {
        width: 60px;
        height: 60px;
        top: 155px;
        right: 115px
    }
}

.stepsecond__hero {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px
}

@media screen and (min-width: 744px) {
    .stepsecond__hero {
        padding-top: 82px;
        background-image: url("../img/bg.jpg")
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__hero {
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: url("../img/bg.jpg")
    }
}

.stepsecond__hero-title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

@media screen and (min-width: 744px) {
    .stepsecond__hero-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__hero-title {
        font-size: 48px;
        width: 1130px;
        margin: 0 auto;
        line-height: 55px;
        margin-bottom: 20px
    }
}

.sum {
    color: #ffde00
}

.stepsecond__hero-video-wrapper {
    width: 280px;
    height: 180px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px
}

@media screen and (min-width: 744px) {
    .stepsecond__hero-video-wrapper {
        width: 664px;
        height: 340px
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__hero-video-wrapper {
        width: 776px;
        height: 470px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__hero-content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.stepsecond__hero-form-wrapper {
    width: 280px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f1f1f1;
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (min-width: 744px) {
    .stepsecond__hero-form-wrapper {
        width: 528px;
        padding-right: 17px;
        padding-left: 17px
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__hero-form-wrapper {
        width: 555px;
        padding: 30px
    }
}

.stepsecond__hero-form-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px
}

@media screen and (min-width: 744px) {
    .stepsecond__hero-form-title {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 20px
    }
}

.secondStap_modal-form .popup-form-wrapper {
    padding-top: 20px
}

@media screen and (min-width: 744px) {
    .secondStap_modal-form .popup-form-wrapper {
        padding-top: 200px
    }
}

@media screen and (min-width: 1440px) {
    .secondStap_modal-form .popup-form-wrapper .popup-form-wrapper {
        padding-top: 200px
    }
}

.secondStap_modal-form .close_button {
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    z-index: 9995;
    width: 30px;
    height: 30px;
    background-image: url("../img/button_close.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0)
}

@media screen and (min-width: 744px) {
    .secondStap_modal-form .close_button {
        width: 60px;
        height: 60px;
        top: 40px
    }
}

@media screen and (min-width: 1440px) {
    .secondStap_modal-form .close_button {
        width: 60px;
        height: 60px;
        top: 155px;
        right: 115px
    }
}

.secondStap_modal-form #register-button2 {
    font-size: 12px
}

@media screen and (min-width: 744px) {
    .secondStap_modal-form #register-button2 {
        font-size: 16px
    }
}

.flag-container {
    height: 3.4rem !important;
    margin-right: 10px
}

.efficiency {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #1e1e1e
}

@media screen and (min-width: 744px) {
    .efficiency {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

@media screen and (min-width: 1440px) {
    .efficiency {
        padding-top: 160px;
        padding-bottom: 160px
    }
}

.efficiency__title-note {
    color: #ffde00
}

.efficiency__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 80px
}

@media screen and (min-width: 744px) {
    .efficiency__title {
        font-size: 40px;
        line-height: 46px;
        color: #fff;
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1440px) {
    .efficiency__title {
        width: 1130px;
        margin: 0 auto;
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 80px
    }
}

.efficiency__item {
    width: 280px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 60px
}

@media screen and (min-width: 744px) {
    .efficiency__item {
        width: 325px
    }
}

@media screen and (min-width: 1440px) {
    .efficiency__item {
        min-height: 269px;
        margin-bottom: 0
    }
}

.efficiency__item:last-child {
    margin-bottom: 0
}

.efficiency__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1440px) {
    .efficiency__list {
        flex-direction: row;
        justify-content: space-between
    }
}

.efficiency__item-img {
    margin-bottom: 20px
}

.efficiency__item-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px
}

.efficiency__item-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.software {
    padding-bottom: 120px;
    background: #1e1e1e
}

@media screen and (min-width: 744px) {
    .software {
        padding-bottom: 140px
    }
}

@media screen and (min-width: 1440px) {
    .software {
        padding-bottom: 160px
    }
}

.software .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.software-title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px
}

@media screen and (min-width: 744px) {
    .software-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1440px) {
    .software-title {
        font-size: 48px;
        line-height: 55px;
        width: 1130px;
        margin: 0 auto;
        margin-bottom: 40px
    }
}

.software-title-note {
    color: #ffde00
}

.software-list {
    width: 254px;
    height: 53px;
    background-image: url("../../img/soft.png");
    background-size: cover;
    background-position: center
}

@media screen and (min-width: 1440px) {
    .software-list {
        background-image: url("../../img/soft_desktop.png");
        width: 364px;
        height: 77px
    }
}

.feedback {
    padding-bottom: 80px;
    background: #1e1e1e
}

.feedback .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.feedback__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 60px
}

@media screen and (min-width: 744px) {
    .feedback__title {
        font-size: 40px;
        line-height: 46px
    }
}

@media screen and (min-width: 1440px) {
    .feedback__title {
        font-size: 48px;
        line-height: 55px;
        width: 1130px;
        margin: 0 auto;
        margin-bottom: 80px
    }
}

.feedback__title-note {
    color: #ffde00
}

.feedback__item-img {
    margin-bottom: 20px
}

.feedback__item-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px
}

.feedback__item-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.feedback__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px
}

@media screen and (min-width: 1440px) {
    .feedback__list {
        flex-direction: row;
        width: 1130px;
        justify-content: space-between
    }
}

.feedback__item {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px
}

@media screen and (min-width: 744px) {
    .feedback__item {
        width: 325px;
        margin-bottom: 70px
    }
}

@media screen and (min-width: 1440px) {
    .feedback__item {
        min-height: 289px;
        margin-bottom: 0
    }
}

.feedback__item:last-child {
    margin-bottom: 0
}

.stepsecond__header {
    background: #111;
    padding-top: 13px;
    padding-bottom: 13px
}

.stepsecond__header .container {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 744px) {
    .stepsecond__header .container {
        justify-content: space-between
    }
}

@media screen and (min-width: 1440px) {
    .stepsecond__header-logo-img {
        width: 210px;
        height: 60px
    }
}

#regForm2 .error {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: none
}

.hero {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
    @media screen and (min-width: 744px) {
        padding-top: 82px;
        background-image: url("../img/bg.jpg");
    }
    @media screen and (min-width: 1440px) {
        padding-top: 50px;
        height: 100vh;
        padding-bottom: 91px;
        background-image: url("../img/bg.jpg");
    }
}

.hero__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 28px;
    @media screen and (min-width: 744px) {
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 40px;
    }
    @media screen and (min-width: 1440px) {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 30px;
    }
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    @media screen and (min-width: 1440px) {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.hero__video-wrapper {
    width: 280px;
    height: 180px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    @media screen and (min-width: 744px) {
        width: 664px;
        height: 320px;
    }
    @media screen and (min-width: 1440px) {
        width: 776px;
        height: 470px;
    }
}

video {
    width: 100%;
    border-radius: 30px;
    position: absolute;
    @media screen and (min-width: 744px) {
        top: -40px;
    }
    @media screen and (min-width: 1440px) {
        top: 0;
    }
}

.form__wrapper {
    width: 280px;
    height: auto;
    background: #f1f1f1;
    border-radius: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px;
    @media screen and (min-width: 744px) {
        width: 550px;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 419px;
        padding-right: 30px;
        padding-left: 30px;
    }
    @media screen and (min-width: 1440px) {
        margin-top: 0;
    }
}

.form__wrapper {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    @media screen and (min-width: 744px) {
        font-size: 24px;
        line-height: 120%;
    }
}

.reg-form {
    margin-top: 20px;
}

.w-input {
    width: 240px;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding-left: 20px;
    background: #f1f1f1;
    border: 1px solid rgba(43, 43, 43, 0.1);
    border-radius: 6px;
    @media screen and (min-width: 744px) {
        width: 452px;
    }
}

.w-button {
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 240px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333333;
    border: none;
    position: relative;
    margin-top: 16px;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        width: 452px;
    }
}

.button__text {
    display: none;
    @media screen and (min-width: 744px) {
        display: inline-block;
    }
}

.form-group {
    margin-bottom: 16px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form__text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #c1c1c1;
    margin-left: 8px;
    text-align: center;
}

.form__text-wrapper {
    display: flex;
    width: 240px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    @media screen and (min-width: 744px) {
        width: 452px;
        justify-content: center;
    }
}

.lock {
    width: 16px;
    height: 16px;
    background-image: url("../img/Vector.svg");
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.form__button1 {
    position: relative;
}

.form__button2 {
    position: relative;
}

.form__button3 {
    position: relative;
}

.form__pseudo-button1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    display: block;
}

.form__pseudo-button2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    display: block;
}

.form__pseudo-button3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    display: block;
}

.form__checkbox {
    display: flex;
    align-items: center;
    width: 240px;
    margin: 0 auto;
    margin-top: 20px;
    @media screen and (min-width: 744px) {
        width: 452px;
        margin-top: 16px;
    }
}

label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #c1c1c1;
    text-align: left;
    margin-left: 8px;
}

.form__list {
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
    @media screen and (min-width: 744px) {
        width: 339px;
        margin: 0 auto;
        margin-top: 25px;
    }
}

.form__list-item-img:first-child {
    object-fit: contain;
    width: 60.18px;
    height: 26px;
    @media screen and (min-width: 744px) {
        width: 85px;
        height: 36px;
    }
}

.form__list-item-img:nth-child(2) {
    object-fit: contain;
    width: 50px;
    height: 26px;
    @media screen and (min-width: 744px) {
        width: 70px;
        height: 36px;
    }
}

.form__list-item-img:nth-child(3) {
    object-fit: contain;
    width: 73px;
    height: 26px;
    @media screen and (min-width: 744px) {
        width: 104px;
        height: 36px;
    }
}

.register-button2 {
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 240px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333333;
    border: none;
    margin-top: 16px;
    position: relative;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        width: 452px;
    }
}

.w-button {
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 240px;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333333;
    border: none;
    margin-top: 16px;
    position: relative;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        width: 452px;
    }
}

.register-button2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333333;
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
    border-radius: 30px;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    margin-top: 20px;
    text-align: center;
    position: relative;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        line-height: 140%;
        width: 452px;
    }
}

.register-button3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333333;
    background: #ffde00;
    box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
    border-radius: 30px;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    margin-top: 20px;
    text-align: center;
    position: relative;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        line-height: 140%;
        width: 452px;
    }
}

#regForm1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#regForm3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#regForm2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.secondStap__form-wrapper-modal {
    width: 280px;
    background: #f1f1f1;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px;
    @media screen and (min-width: 744px) {
        width: 555px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
    @media screen and (min-width: 1440px) {
        margin-top: 0;
    }
}

.secondStap__form-wrapper-modal {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    @media screen and (min-width: 744px) {
        font-size: 24px;
        line-height: 120%;
    }
}

.form__wrapper-title-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        line-height: 120%;
    }
    @media screen and (min-width: 1440px) {
        font-size: 16px;
        line-height: 120%;
    }
}

.policy__link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #c1c1c1;
    text-decoration: underline;
}

.firstStep__form-wrapper-modal {
    width: 280px;
    height: 526px;
    background: #f1f1f1;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px;
    @media screen and (min-width: 744px) {
        width: 555px;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 461px;
        padding-right: 30px;
        padding-left: 30px;
    }
    @media screen and (min-width: 1440px) {
        margin-top: 0;
    }
}

.firstStep__form-wrapper-modal-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 16px;
    @media screen and (min-width: 744px) {
        font-size: 24px;
        line-height: 120%;
    }
}

#policy1 {
    margin: 0;
}

#policy2 {
    margin: 0;
}

#policy3 {
    margin: 0;
}

.validate2 {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: none;
}

.validate1 {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: none;
}

.validate3 {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: none;
}

.form__pseudo-button1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.form__pseudo-button2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.form__pseudo-button3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.stepsecond__hero .register-button1 {
    font-size: 12px;
    line-height: 140%;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        line-height: 140%;
    }
}

#regForm3 .register-button3 {
    font-size: 12px;
    line-height: 140%;
    @media screen and (min-width: 744px) {
        font-size: 16px;
        line-height: 140%;
    }
}

/*# sourceMappingURL=main.min.css.map */

.modal-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.modal-title {
    font-size: 30px;
}
.form__wrapper--text {
    font-size: 34px;
    line-height: 120%;
}
@media (max-width: 768px) {
    .form__wrapper--text {
        font-size: 25px;
    }
}