@media all and (min-width: 768px) {
    .how-it-works-section {
        margin-top: 300px;
    }
}


.scroll-btn {
    color: #fff !important;
    font-size: 3rem !important;
    width: 50% !important;
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 1rem 0 !important;
    -webkit-animation: heartbeat 3s ease-in-out infinite both !important;
    animation: heartbeat 3s ease-in-out infinite both !important;
    position: relative !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
    transition: 0.3s !important;
    background: linear-gradient(130.99deg,
    #b6ff6f 1.35%,
    #75c922 73.25%);
    box-shadow: 0px 4px 0px #69b31f,
    0px 254px 102px rgba(6, 26, 45, 0.01),
    0px 143px 86px rgba(6, 26, 45, 0.05),
    0px 63px 63px rgba(6, 26, 45, 0.09),
    0px 16px 35px rgba(6, 26, 45, 0.1),
    0px 0px 0px rgba(6, 26, 45, 0.1) !important;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.form.orange,
.form.orange .data_safe {
    background: #f7931a
}

.form.orange .form--title {
    color: #fff
}

.form.orange .orange {
    color: #000
}

.form.orange .form--submit {
    background: #000
}

.form.orange .checked-svg svg {
    background: #fff
}

.form.orange .privacy-checkbox a,
.form.orange .privacy-checkbox p {
    color: #fff
}

.form.orange .data_safe--text {
    color: #fff
}

.form--title {
    color: #000;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px
}

.data_safe {
    background: #fff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    opacity: .6
}

.data_safe--text {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
    text-align: left;
    color: #000
}

.data_safe--lock_Wrapper {
    box-sizing: border-box;
    padding-right: 10px
}

.form--control_row {
    justify-content: space-between
}

.form--control_wrapper.row {
    margin-right: 0;
    margin-left: 0;
}

.form--control_wrapper-col_50 {
    width: calc(50% - 7px)
}

.form--control_wrapper {
    position: relative
}

.form--control {
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, .05);
    border: none;
    height: 45px;
    outline: 0;
    color: #000;
    padding: 15px 30px 15px 15px
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.form--control::placeholder {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000
}

.form--floating_label {
    position: absolute;
    z-index: 1;
    transition: .3s ease all;
    font-size: 12px;
    line-height: 14px;
    pointer-events: none;
    color: rgba(255, 255, 255, .6);
    background: linear-gradient(to top, rgba(255, 0, 60, 0) 0 50%, #f7931a 50%);
    padding: 0 2px;
    left: 10px;
    top: -5px
}

.form--control:placeholder-shown:not(:focus) ~ .form--floating_label {
    top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: 0 0;
    color: rgba(250, 250, 255, .5)
}

.form--control_wrapper {
    margin-bottom: 20px
}

.form--control-password {
    width: 66%
}

.form--control_wrapper- {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.form--btn-pasword {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 34%;
    background: linear-gradient(90deg, #f7931a 0, #f79f1a 100%);
    box-sizing: border-box;
    border-style: none;
    padding: 5px 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff
}

.flag-container {
    background: rgba(0, 0, 0, 0)
}

.phone {
    padding-left: 104px !important
}

.phone::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.privacy-checkbox p {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    opacity: .75
}

.privacy-checkbox a {
    color: #000;
    text-decoration: underline
}

.form--submit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    font-family: Georgia;
    background: linear-gradient(90deg, #f7931a 0, #f79f1a 100%);
    border-radius: 5px;
    color: #fff;
    border: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    cursor: pointer
}

.valid-block {
    position: absolute;
    background: #fafaff;
    border: 1px solid #ff003c;
    box-sizing: border-box;
    z-index: 9996;
    top: 40px;
    padding: 5px 0;
    width: 100%
}

.valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.valid-check label {
    color: #f90201;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    margin: 0
}

.valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(/src/form-s1v4/images/form-invalid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat
}

.valid-check.check label {
    color: #39b54a !important
}

.valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(/src/form-s1v4/images/valid-input.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat
}

input.error {
    background: rgba(255, 0, 0, .1);
    border: 1px solid red !important;
    background-image: url(/src/orm-s1v4/images/error-info.png);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 99% 65%
}

label.error {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 2;
    width: auto;
    left: 0;
    background: red url(/src/form-s1v4/images/atention.svg) no-repeat;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    font-size: 10px;
    padding: 7px 7px 7px 35px;
    background-position: 10px 50%;
    background-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-radius: 0 0 5px 5px
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    z-index: 3
}

input.valid {
    background: rgba(5, 255, 0, .1);
    border: 1px solid #499923;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-image: url(/src/form-s1v4/images/valid-input.png);
    background-position: 96% !important;
    padding-right: 40px !important
}

.valid-blockP {
    top: 62px !important
}

#myform[for=first_name] {
    top: 50px !important
}

#myform[for=last_name] {
    top: 50px !important
}

#myform[for=email] {
    top: 50px !important
}

.form--control_wrapper-col_50 .form--control.valid {
    background-position: 90% !important
}

.form--control {
    text-overflow: ellipsis
}

.preloader {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9995;
    background-image: url(/src/form-s1v4/images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5;
    margin: 15px
}

.form--control_wrapper-password label.error {
    display: none !important
}

.form.orange .form--control {
    background: #fff
}

@media (max-width: 450px) {
    .form--title_br-mob {
        display: inline
    }

    .form--control {
        font-size: 20px;
        line-height: 24px
    }

    label.error {
        font-size: 13px
    }

    .valid-block {
        top: 60px
    }
}

@media (min-width: 768px) {
    #myform2 [for=phone] {
        top: 40px !important
    }
}

@media (max-width: 1023px) {
    .form {
        border-radius: 0;
        padding: 20px 17px
    }

    .form--title {
        font-size: 30px;
        line-height: 42px
    }

    .data_safe {
        width: 100%
    }
}

@media (max-width: 740px) {
    .form {
        padding: 20px 10px
    }

    .form--title {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 460px) {
    .form--control {
        font-size: 12px
    }

    .form--btn-pasword {
        font-size: 12px;
        line-height: 14px
    }
}


#cbx-1:checked + .checked-svg svg {
    stroke: #59f442
}

#cbx-1:checked + .checked-svg svg path {
    stroke-dashoffset: 60;
    transition: all .3s linear
}

#cbx-1:checked + .checked-svg svg polyline {
    stroke-dashoffset: 42;
    transition: all .2s linear;
    transition-delay: .15s
}

