@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
}

.page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 15px;
    background: url("../img/bg.png") center center/cover no-repeat;
}

.form-container {
    max-width: 550px;
    width: 100%;
}

.form__wrapper {
    margin: 0 auto;
    padding: 50px 60px 30px 60px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 40px 14px rgba(112, 127, 160, 0.2);
    -moz-box-shadow: 0px 0px 40px 14px rgba(112, 127, 160, 0.2);
    box-shadow: 0px 0px 40px 14px rgba(112, 127, 160, 0.2);
}

.form__wrapper-small {
    padding: 40px 40px 20px 40px;
    -webkit-box-shadow: 0px 0px 40px 14px rgba(112, 127, 160, 0.2);
    -moz-box-shadow: 0px 0px 40px 14px rgba(112, 127, 160, 0.2);
    box-shadow: 0px 0px 40px 14px rgba(112, 127, 160, 0.2);
}

.form__title {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.8px;
}

.form__discount-text {
    color: #9ca3af;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.7px;
    line-height: 26px;
    width: 89%;
}

.form__title-center {
    text-align: center;
}

.form__content {
    margin-top: 40px;
}

.form__content-small {
    margin-top: 20px;
}

.form__text {
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;
    color: #9ca3af;
    letter-spacing: -0.7px;
}

.form__text-bold {
    font-weight: 500;
}

.form__input {
    display: flex;
    flex-direction: column;
}

.form__input + .form__input {
    margin-top: 20px;
}

.form__input-title {
    padding-left: 15px;
    display: block;
}

.form__input-item {
    -webkit-appearance: none;
    margin-top: 10px;
    outline: none;
    height: 40px;
    width: 100%;
    padding: 15px;
    border: 1px solid #acb8ce;
    border-radius: 6px;
    font-size: 19px;
    color: #2a2a2a;
}

.form__footer {
    margin-top: 20px;
}

.form__footer-big {
    margin-top: 30px;
}
button, input[type='submit']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.form__btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    background-color: #3d57fb;
    background: -webkit-linear-gradient(90deg, rgb(73, 78, 251), rgb(94, 199, 255) 100%);
    background: -moz-linear-gradient(90deg, rgb(73, 78, 251), rgb(94, 199, 255) 100%);
    background: linear-gradient(90deg, rgb(73, 78, 251), rgb(94, 199, 255) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    outline: none;
    border: none;
}

.form__btn-small {
    height: 50px;
    padding: 0 30px;
}

.form__btn-full {
    height: 40px;
    width: 100%;
}

.form__checkbox {
    margin-top: 20px;
}

.form__checkbox-label {
    display: flex;
}

.form__checkbox-label:hover {
    cursor: pointer;
}

.form__checkbox-item {
    opacity: 0;
    /*height: 0;*/
    width: 40px;
    position: absolute;
}

.form__checkbox-item:checked ~ .form__checkbox-checkmark {
    position: relative;
}

.form__checkbox-item:checked ~ .form__checkbox-checkmark::before {
    content: "✓";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 2px;
    top: 0;
}

.form__checkbox-checkmark {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    margin-right: 20px;
}

.form__links {
    padding-left: 15px;
    margin-top: 20px;
}

.form__links-item + .form__links-item {
    margin-top: 10px;
}

.form-adv {
    display: flex;
    flex-direction: column;
}

.form-adv__item {
    padding: 15px 30px;
    box-shadow: 0 0 15px 0 #dadada;
    background-color: #fff;
    border-radius: 15px;
}

.form-adv__item + .form-adv__item {
    margin-top: 20px;
}

.form-adv__text {
    font-weight: 400;
    font-size: 18px;
    color: #292929;
}

.pay-picture {
    background-image: url("/build/img/pay-picture.png?v=3");
    display: block;
    height: 200px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 -30px;
}

.time-sale {
    background: -webkit-linear-gradient(90deg, rgb(73, 78, 251), rgb(94, 199, 255) 100%);
    background: -moz-linear-gradient(90deg, rgb(73, 78, 251), rgb(94, 199, 255) 100%);
    background: linear-gradient(90deg, rgb(73, 78, 251), rgb(94, 199, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 800;
    display: inline-block;
}

.form__text-desc {
    margin: 25px 0 0 0;
    font-size: 17px;
    color: #9ca3af;
    line-height: 17px;
    letter-spacing: -0.7px;
}

.logo-text {
    background: url(/img/SPlogo.png);
    display: block;
    font-size: 25px;
    font-style: italic;
    font-weight: 800;
    width: 123px;
    height: 25px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-header {
    position: absolute;
    display: flex;
    width: 100%;
    padding: 20px 30px;
    top: 0;
}

.text-underline {
    text-decoration: line-through;
    text-decoration-color: #ff0000;
    text-decoration-thickness: 3px;
}

.form__input-item::placeholder {
    color: #e3e3e3;
}

@media screen and (max-width: 600px) {
    .page-wrapper {
        padding: 30px 15px;
        margin-top: 30px;
    }

    .form__wrapper {
        padding: 30px 30px 15px 30px;
    }

    .form__title {
        font-size: 1.5em;
    }

    .form__content {
        margin-top: 20px;
    }

    .form__input + .form__input {
        margin-top: 15px;
    }

    .form__footer-big {
        margin-top: 30px;
    }

    .form__btn-full {
        height: 50px;
    }

    .form-adv__item {
        padding: 15px;
    }

    .form-adv__text {
        font-size: 15px;
    }

    .form__btn-small {
        width: 100%;
        justify-content: center;
    }

    .form__input-item::placeholder {
        font-size: 16px;
    }

    .pay-picture {
        background-image: url("/build/img/pay-picture-mobile.png?v=2");
        height: 330px;
    }

    .form__text-desc {
        font-size: 17px;
    }

    .form__discount-text {
        font-size: 21px;
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */
