
.logo-small {
    display: none;
}

.hidden {
    display: none;
}

.textW {
    text-align: center;
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin: 0px 30px;
    color: #ffffff;
}

span.logo__text {
    text-transform: uppercase;
    font-style: italic;
    color: #553f90 !important;
    letter-spacing: 2px;
    font-size: 30px;
}

@media screen and (max-width: 450px) {
    .logo-big {
        display: none;
    }

    .logo-small {
        display: block;
    }
}

@keyframes rf-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rf-flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
    }

    0%,
    40% {
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }

    50%,
    80% {
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.rf-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
    display: flex;
    justify-content: center;
}

.rf-container__inner {
    box-sizing: border-box;
    max-width: 460px;
    width: 500px;
}

.rf-form {
    border-radius: 10px;
    box-shadow: #ffffff 0 0 0 0, rgba(15, 23, 42, 0.05) 0 0 0 1px,
    rgba(0, 0, 0, 0.1) 0 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0 8px 10px -6px;
}

.rf-form__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 24px 16px;
    text-align: center;
    color: #fff;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    background: #7ed321;
}

.rf-form__content {
    position: relative;
    box-sizing: border-box;
    padding: 20px 16px;
    border-radius: inherit;
}

.rf-form__loader {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.8);
}

.rf-form__loader::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-color: currentColor transparent currentColor transparent;
    animation: rf-spin 1.2s linear infinite;
}

.rf-form-field {
    width: 100%;
}

.rf-form-field__error {
    line-height: 1.25;
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ef4444;
}

.rf-form-text {
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-family: Unbounded;
    color: #6e6e6e;
}

.rf-form-input {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    color: #0f172a;
    border: 0 solid #e5e7eb;
    border-radius: 6px;
    box-shadow: #fff 0 0 0 0, #e2e8f0 0 0 0 1px,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    background-color: #fff;
    appearance: none;
}

.rf-form-input:focus {
    box-shadow: #fff 0 0 0 0, #3b82f6 0 0 0 2px,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.rf-form-button {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    border: 0 solid #e5e7eb;
    border-radius: 8px;
    background: #7ed321;
}

.rf-form-button:focus {
    outline: none;
    box-shadow: #fff 0 0 0 0, rgb(147, 197, 253) 0 0 0 3px,
    rgba(0, 0, 0, 0) 0 0 0 0;
}

.rf-alert {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 8px;
}

.rf-alert_error {
    color: #b91c1c;
    background: #fee2e2;
}

.rf-alert_success {
    color: #15803d;
    background: #dcfce7;
}

.rf-alert__icon {
    opacity: 0.65;
}

.rf-alert__content {
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
}

.rf-alert__content * {
    font-family: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.rf-alert__content > * {
    margin: 0 !important;
    padding: 0 !important;
}

.rf-alert__content > * + * {
    margin-top: 0.35em !important;
}

.rf-alert__content > h1,
.rf-alert__content > h2,
.rf-alert__content > h3,
.rf-alert__content > h4,
.rf-alert__content > h5,
.rf-alert__content > h6 {
    font-size: 100% !important;
    font-weight: 600 !important;
}

.rf-alert__content > ul,
.rf-alert__content > ol {
    padding-left: 1.5em !important;
}

.rf-form__content > * + * {
    margin-top: 16px;
}

.rf-form__content > :last-child {
    margin-top: 20px;
}

.rf-logos {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.rf-logos > * {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 33.3%;
    padding: 8px;
}

.rf-logo {
    height: auto;
    max-width: 100%;
}

 #reg-form {
     max-width: 485px;
     width: 100%;
 }

.leadform {
    background: linear-gradient(143deg, #b6ff6f 0%, #beed8f 100%);
    padding: 20px;
}

.leadform .rf-form-field, .leadform button[type="submit"] {
    border: 1px solid black;
}

.form__header {
    text-align: center;
    margin-bottom: 20px;
}

.form__header h3 {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 900;
}

.form__header p {
    font-size: 21px;
    line-height: 150%;
}

.rf-form {
    box-shadow: none;
}

.rf-form__header {
    display: none;
}

.rf-form-button {
    border-radius: 20px;
    background: -o-linear-gradient(
            307deg,
            #b6ff6f 0%,
            #beed8f 100%
    );
    background: linear-gradient(143deg, #b6ff6f 0%, #beed8f 100%);
    color: #1e1e1e;
    text-align: center;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    height: 84px;
}

.rf-form-button:hover,
.rf-form-button:active {
    color: #beed8f;
    background: #333;
}

.rf-form-field {
    border-radius: 20px;
    border: 2px solid #fff;
    background: -o-linear-gradient(
            274deg,
            rgba(51, 51, 51, 0.4) 0%,
            rgba(80, 79, 79, 0.4) 100%
    );
    background: linear-gradient(
            176deg,
            rgba(51, 51, 51, 0.4) 0%,
            rgba(80, 79, 79, 0.4) 100%
    );
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 3;
}

.rf-form__content {
    padding: 0;
    max-width: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.rf-form-input {
    color: #faf8ff;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding: 30px 15px;
    width: 100%;
}

.rf-form-input:focus {
    box-shadow: #fff 0 0 0 0, #beed8f 0 0 0 2px,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    border-radius: 0 20px 20px 0px;
}

.rf-form-input::-webkit-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input::-moz-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input:-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input::-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input::placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-field__error {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 5;
}

.logo__img {
    width: 50px;
}

.header {
    padding: 10px;
}

@media (max-width: 1280px) {
    .rf-form-input {
        padding: 15px 15px;
    }

    .rf-form-input {
        font-size: 16px;
    }

    .rf-form-input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-moz-placeholder {
        font-size: 16px;
    }

    .rf-form-input:-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::placeholder {
        font-size: 16px;
    }

    .rf-form-button {
        font-size: 16px;
    }

    .rf-form-button {
        height: 54px;
    }
}

@media (max-width: 1200px) {
    .rf-form-input {
        font-size: 18px;
    }

    .rf-form-input::-webkit-input-placeholder {
        font-size: 18px;
    }

    .rf-form-input::-moz-placeholder {
        font-size: 18px;
    }

    .rf-form-input:-ms-input-placeholder {
        font-size: 18px;
    }

    .rf-form-input::-ms-input-placeholder {
        font-size: 18px;
    }

    .rf-form-input::placeholder {
        font-size: 18px;
    }

    .rf-form-button {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .rf-form-field {
        font-size: 18px;
    }

    .rf-form-input {
        padding: 25px 15px;
    }

    .rf-form-field__error {
        top: -2px;
    }

    .rf-form-button {
        height: 74px;
    }

    .logo__img {
        width: 40px;
    }

    span.logo__text {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .rf-form-input {
        padding: 15px 15px;
    }

    .rf-form-input {
        font-size: 16px;
    }

    .rf-form-input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-moz-placeholder {
        font-size: 16px;
    }

    .rf-form-input:-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::placeholder {
        font-size: 16px;
    }

    .rf-form-button {
        font-size: 16px;
    }

    .rf-form-field__error {
        top: 48px;
    }

    .rf-form-button {
        height: 54px;
    }

    img.logo__img {
        width: 30px;
    }

    span.logo__text {
        font-size: 22px;
    }
}