/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    padding: 0;
    margin: 0;
}

/* font-family: "Helvetica Light"; */
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaLight.eot");
    src: url("../fonts/HelveticaLight.eot?#iefix")format("embedded-opentype"),
        url("../fonts/HelveticaLight.woff") format("woff"),
        url("../fonts/HelveticaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

/* font-family: "Helvetica Regular"; */
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/HelveticaRegular.woff") format("woff"),
        url("../fonts/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

/* font-family: "Helvetica Bold"; */
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaBold.eot");
    src: url("../fonts/HelveticaBold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/HelveticaBold.woff") format("woff"),
        url("../fonts/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

body {
    font-family: "Helvetica";
}

.interactive-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.interactive-bg canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

section {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
}

.container {
    width: 100%;
    max-width: calc(100% - 280px);
    margin: 0 auto;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-btn {
    border: 1px solid #fff;
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-transform: capitalize;
}

.scene {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.scene section {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity ease 1s;
    -o-transition: opacity ease 1s;
    transition: opacity ease 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-wrapper {
    width: 100%;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;

}

.scroll {
    position: absolute;
    width: 100%;
    max-width: 502px;
    margin: 0 auto;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: 4;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 295px;
    margin-top: 158px;
    margin-left: 140px;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 80px;
}

.form-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 16px;
}

label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

input {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 12px 16px;
    margin: 4px 0 16px;
}

#password{
    display: block;
    width: 263px;
}

.pass-label {
    position: relative;
}

.show-hide-pass {
    position: absolute;
    right: 16px;
    top: 36px;
    background: center/cover url('../img/hide.svg') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.show {
    background: center/cover url('../img/show.svg') no-repeat;
}

.password-info {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -10px;
    color: rgba(255, 255, 255, 0.3);
}

input[type=submit],
input[type=button]{
    background: #6B02F3;
    color: #fff;
    height: 52px;
    cursor: pointer;
}

input:focus {
    outline: 0;
    color: rgba(255, 255, 255, 0.5);

}

:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5)!important;

}

input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5)!important;
}

input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5)!important;
}

input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5)!important;
}

input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5)!important;
}

input::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5)!important;
}

.content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 502px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.title {
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 108px;
    font-weight: 700;
}

.subtitle {
    margin-left: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
}

.main-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 75%;
    margin: 22px 0 22px 40px;
}

.bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 100vw;
    margin-left: -462px;
    background: -o-linear-gradient(right, rgba(155, 0, 227, 0) 10.25%, rgba(128, 0, 255, 0.6825) 29.81%, rgba(131, 6, 255, 0.75) 55.68%, rgba(173, 0, 255, 0) 79.08%);
    background: -webkit-gradient(linear, right top, left top, color-stop(10.25%, rgba(155, 0, 227, 0)), color-stop(29.81%, rgba(128, 0, 255, 0.6825)), color-stop(55.68%, rgba(131, 6, 255, 0.75)), color-stop(79.08%, rgba(173, 0, 255, 0)));
    background: linear-gradient(270deg, rgba(155, 0, 227, 0) 10.25%, rgba(128, 0, 255, 0.6825) 29.81%, rgba(131, 6, 255, 0.75) 55.68%, rgba(173, 0, 255, 0) 79.08%);
    position: relative;
}

.bonus::after {
    position: absolute;
    content: "";
    top: calc(-1 * 2px);
    left: calc(-1 * 2px);
    z-index: -1;
    width: calc(100% + 2px * 2);
    height: 2px;
    background: -o-linear-gradient(30deg,
            rgba(191, 7, 255, 0),
            rgba(0, 255, 255, 1),
            rgba(0, 255, 255, 1),
            rgba(255, 0, 229, 1),
            rgba(255, 0, 229, 1),
            rgba(191, 7, 255, 0),
            rgba(0, 240, 255, 0));
    background: linear-gradient(60deg,
            rgba(191, 7, 255, 0),
            rgba(0, 255, 255, 1),
            rgba(0, 255, 255, 1),
            rgba(255, 0, 229, 1),
            rgba(255, 0, 229, 1),
            rgba(191, 7, 255, 0),
            rgba(0, 240, 255, 0));
    background-position: 0 50%;
    border-radius: calc(2 * 2px);
}

.bonus::before {
    position: absolute;
    content: "";
    bottom: calc(-1 * 2px);
    left: 0;
    z-index: -1;
    width: calc(100% + 2px * 2);
    height: 2px;
    background: -o-linear-gradient(30deg,
            rgba(191, 7, 255, 0),
            rgba(0, 255, 255, 1),
            rgba(0, 255, 255, 1),
            rgba(255, 0, 229, 1),
            rgba(255, 0, 229, 1),
            rgba(191, 7, 255, 0),
            rgba(0, 240, 255, 0));
    background: linear-gradient(60deg,
            rgba(191, 7, 255, 0),
            rgba(0, 255, 255, 1),
            rgba(0, 255, 255, 1),
            rgba(255, 0, 229, 1),
            rgba(255, 0, 229, 1),
            rgba(191, 7, 255, 0),
            rgba(0, 240, 255, 0));
    background-position: 0 50%;
    border-radius: calc(2 * 2px);
}


.title-bonus {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-left: 502px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.info {
    margin: 40px;
    z-index: 99999;
}

.info-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ffffffb3;
    margin-bottom: 18px;
}

.info-title b {
    color: #fff;
}

.info a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff88;
    margin-top: 46px;
    
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(top, #20052400, #200524);
    background: -webkit-gradient(linear, left top, left bottom, from(#20052400), to(#200524));
    background: linear-gradient(180deg, #20052400, #200524);
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content {
    margin-left: 42px;
    margin-right: 215px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 11;
}

.footer-info a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.socials span {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.socials a {
    opacity: 0.7;
    z-index: 11;
}

.socials img {
    width: 20px;
    height: 20px;
}

.socials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100px;
    margin: 0 auto;
}

#messenger {
    display: none;
}

.messenger input,
.agreeTerms input {
    display: none;
}

.messenger label,
.agreeTerms label{
    position: relative;
}

.messenger-inputs {
    margin: 8px 0 16px;
}

.messenger-inputs input {
    display: block;
    opacity: 0;
    position: absolute;
}

.messenger-inputs label,
.agreeTerms label{
    margin-left: 24px;
    margin-bottom: 4px;
    display: inline-block;
    cursor: pointer;
}

.messenger-inputs label::before,
.agreeTerms label::before{
    position: absolute;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    left: -22px;
    cursor: pointer;
}

.messenger-inputs input:checked+label:before,
.agreeTerms input:checked+label:before  {
    background: center/55% url('../img/checked.svg') no-repeat;
}

.bg-dark {
    background: -o-linear-gradient(bottom, #20052400, #0f0211);
    background: -webkit-gradient(linear, left bottom, left top, from(#20052400), to(#0f0211));
    background: linear-gradient(360deg, #20052400, #0f0211);
}

.invalid {
    background-image: url('../img/delete.svg');
    background-position-x: 95%;
    background-position-y: center;
    background-size: 3%;
    background-repeat: no-repeat;
}

.valid{
    background-image: url('../img/check.svg');
    background-position-x: 95%;
    background-position-y: center;
    background-size: 3%;
    background-repeat: no-repeat;
}

.modal {
     display: none; 
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.869);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 100%;
    max-width: 444px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0 0 22px rgb(255, 0, 229, 1);
    box-shadow: 0 0 22px rgb(255, 0, 229, 1);
    background-color: rgba(255, 255, 255);
    padding: 40px;
    padding-bottom: 55px;
    margin-bottom: 100px;
    overflow: hidden;
}

#myModal-thankyou .modal-content {
    max-width: 550px;
    text-align: center;
}

#myModal-thankyou .modal-title {
    background: -webkit-linear-gradient(left, rgb(0, 89, 255), rgba(255, 0, 230, 0.65));
    background: -o-linear-gradient(right, rgba(0, 89, 255), rgba(255, 0, 229, 0.65));
    background: -moz-linear-gradient(right, rgba(0, 89, 255), rgba(255, 0, 229, 0.65));
    background: linear-gradient(to right, rgba(0, 89, 255), rgba(255, 0, 229, 0.65));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-text{
    font-size: 16px;   
    color: rgba(0, 0, 0, 0.73);
    line-height: 26px;
}

.modal-subtitle{
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.73);
    text-align: center;
    text-transform: uppercase;
}

.contact-us {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
}

.modal-content a {
    padding: 10px;
    color: rgba(0, 0, 0, 0.498);
}

.modal-content img {
    width: 50px;
}

#myModal-thankyou .submit {
    margin: 0;
    width: 70%;
}

.modal-title{
    font-size: 40px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.73);
    margin-bottom: 18px;
}

.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    float: right;
    margin-top: -20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected  {
  border: 0;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5)!important;
  color: rgba(255, 255, 255, 0.5)!important;
  
  -webkit-box-shadow: 0 0 0px 1000px transparent inset!important;
  transition: background-color 5000s ease-in-out 0s!important;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%)!important;  
}

#myModal-forgot .submit{
    display: flex;
    margin: 20px auto 0;
    width: 50%;
    text-align: center;
    justify-content: center;
}

#myModal-error .submit,
#myModal-smth .submit {
    background: #6B02F3;
    color: #fff;
    display: flex;
    justify-content: center; 
    text-decoration: none;   
    width: 70%;
    margin: 0 auto;
    margin-top: 22px;
    line-height: 52px;
    padding: 0;
    font-size: 14px;
}

.modal-socials {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 0.5;
}

.modal-socials img {
    width: 20px;
}

.modal-socials .socials-wrapper {
    width: 100%;
    max-width: 100%;
}

#myModal-thankyou .modal-content{
    max-width: 350px;
    padding-bottom: 40px;
}

#myModal-thankyou .modal-text{
    line-height: 1.2;
}

.modal-text-light {
    color: rgba(0, 0, 0, 0.507);
    font-size: 14px;
    line-height: 1;
    margin-top: 20px;
}

.contact-us a {
    font-size: 14px;
}

#thankyou-submit {
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .header {
        height: 80px;
    }

    .container {
        max-width: calc(100% - 32px);
    }

    .scene {
        overflow-y: scroll;
        height: auto;
        overflow-x: hidden;
    }

    .scene section {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;

    }
    
    #myModal-thankyou .modal-content,
    .modal-content {
        max-width: 70%;
    }
    
    .form-wrapper,
    .content {
        position: unset;
        overflow: unset;
    }

    .scroll {
        position: relative;
    }

    .content {
        margin: 0;
    }

    .info {
        margin-bottom: 0;
    }

    .form {
        margin: 20px auto;
        padding: 40px 0;
        margin-bottom: 100px;
    }

    .title {
        margin-top: 100px;
        font-size: 24px;
        line-height: 28px;
    }

    .title-bonus {
        margin: 0 40px;
    }

    .subtitle {
        font-size: 16px;
        line-height: 18px;
    }

    .bonus {
        margin: 0;
        background: -o-linear-gradient(180.2deg, rgba(155, 0, 227, 0) 5.09%, rgba(128, 0, 255, 0.6825) 34.17%, rgba(131, 6, 255, 0.75) 82.77%, rgba(173, 0, 255, 0) 118.05%);
        background: linear-gradient(269.8deg, rgba(155, 0, 227, 0) 5.09%, rgba(128, 0, 255, 0.6825) 34.17%, rgba(131, 6, 255, 0.75) 82.77%, rgba(173, 0, 255, 0) 118.05%);
    }

    .subtitle-bonus {
        font-size: 20px;
        line-height: 23px;
    }

    .small-subtitle-bonus {
        font-size: 14px;
        line-height: 100.49%;
    }

    .benefits {
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
    }

    .footer-content {
        margin-left: 16px;
        margin-right: 16px;
    }

    .bonus-list li {
        font-size: 12px;
        margin-right: 10px;
        padding: 10px;
    }
}


@media screen and (min-width: 1600px) {
    .content {
        height: 100%;
        justify-content: center;
    }

    .title {
        margin-top: 0;
        font-size: 72px;
        line-height: 80px;
    }

    .subtitle {
        font-size: 40px;
        line-height: 50px;
    }

    .bonus {
        height: 160px;
    }

    .main-text{
        font-size: 28px;
        line-height: 1.3;
    }

    .title-bonus {
        font-size: 40px;
    }

    .info-title {
        font-size: 28px;
    }

    .info a {
        margin-top: 100px;
        font-size: 20px;
    }
}
