﻿@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 800;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-ExtraBold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 900;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-Black.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 700;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-Bold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 400;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-Regular.woff2) format("woff2");
}
.form-doit
{
    border-radius: 12px;
    display: flex;
    font-family: Commissioner,sans-serif;
    max-width: 940px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.form-doit:before
{
    display: none;
}
.form-doit .form-title
{
    font-family: Commissioner,sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left;
    text-transform: none;
}
.form-doit .form-inner
{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='204' height='233' fill='none'%3E%3Cpath fill='url(%23a)' stroke='%23FF0068' d='m-34.265 59.031-59.207-11.216L-68.524 345 193.28 237.611 56.884 213.947z'/%3E%3Cpath stroke='%23FF0068' stroke-opacity='.3' d='M-90.99 63.463 60.17 291.972'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-84.318' x2='47.301' y1='424.408' y2='190.207' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.065' stop-color='%23FF0068'/%3E%3Cstop offset='1' stop-color='%23250512'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(100deg,#340a1c,#240714);
    background-position: 0 100%;
    background-repeat: no-repeat;
    border: none;
    font-family: Commissioner,sans-serif;
    gap: 0;
    max-width: 480px;
    padding: 24px 55px;
    --form-thumb-bg: #ff0068;
}
.form-doit .form-inner:before
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='390' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cg stroke='%23FF0068' clip-path='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M186.602 5.862 164-50h277l-34.691 244-49.933-129.115z'/%3E%3Cpath stroke-opacity='.3' d='M182.088-46.933 423.277 83.044'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h375v390H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M0 0h375v780H0z'/%3E%3C/clipPath%3E%3ClinearGradient id='c' x1='535.085' x2='331.218' y1='-114.821' y2='60.141' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.065' stop-color='%23FF0068'/%3E%3Cstop offset='1' stop-color='%23250512'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: 100% 0;
    background-repeat: no-repeat;
    content: "";
    display: none;
    height: 390px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.form-doit .form-inner.no-banner:before
{
    display: block;
    pointer-events: none;
}
.form-doit .form-inner::-webkit-scrollbar
{
    width: 6px;
}
.form-doit .form-inner::-webkit-scrollbar-track
{
    background: #30091ab3;
    border-radius: 5px;
    box-shadow: var(--input-focus-box-shadow-color);
    margin: 5px;
}
.form-doit .form-inner::-webkit-scrollbar-thumb
{
    background: var(--form-thumb-bg);
    border-radius: 5px;
}
.form-doit .input-field
{
    background-color: transparent;
    border: 2px solid #854c63;
    border-radius: 8px;
    font-family: Commissioner,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 1;
    padding: 10px 37px 14px 16px;
}
.form-doit .input-field.valid
{
    border: 2px solid #00ea25;
}
.form-doit .phone-input
{
    height: 48px;
}
.form-doit .phone-input .input-field
{
    padding-bottom: 10px;
}
.form-doit .input-field::-moz-placeholder
{
    color: #854c63;
}
.form-doit .input-field::placeholder
{
    color: #854c63;
}
.form-doit .select-label
{
    background-color: transparent;
    --sv-item-selected-bg: #1c080f;
    --sv-item-btn-bg-hover: #1c080f;
    --sv-item-active-bg: #1c080f;
}
.form-doit .custom-select
{
    border-radius: 8px;
    border-width: 2px;
    font-family: Commissioner,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
}
.form-doit .secondary-button
{
    color: #fff;
    margin-left: 0;
    margin-top: 20px;
    transition: all .3s linear;
}
.form-doit .secondary-button:hover
{
    color: #ff0068;
}
.form-doit .secondary-button:hover:after
{
    animation: flip 1s linear 0s infinite;
    right: -5px;
}
@keyframes flip
{
    0%
    {
        transform: translateY(-50%) scaleY(1);
    }
    to
    {
        transform: translateY(-50%) scaleY(-1);
    }
}
.form-doit .secondary-button .arrow-right
{
    display: none;
}
.form-doit .promo-text
{
    font-family: Commissioner,sans-serif;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
}
.form-doit .checkbox-wrapper
{
    align-items: flex-start;
    margin-top: 24px;
}
.form-doit .email-wrapper:before, .form-doit .password-wrapper:before
{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23864C64' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.667 7.333H3.333C2.597 7.333 2 7.93 2 8.666v4.667c0 .736.597 1.333 1.333 1.333h9.334c.736 0 1.333-.597 1.333-1.333V8.666c0-.736-.597-1.333-1.333-1.333M4.668 7.333V4.666a3.333 3.333 0 0 1 6.667 0v2.667'/%3E%3C/svg%3E");
    height: 19px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.form-doit .email-wrapper:before
{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23864C64' fill-rule='evenodd' d='M3 8a5 5 0 0 1 5-5c3.367 0 5.278 2.778 5.007 5.223-.076.672-.268 1.038-.416 1.233-.173.23-.488.447-.789.436-.22-.008-.155-.317-.14-.46l.333-3.333a1 1 0 0 0-1.597-.898 3.68 3.68 0 0 0-2.377-.868C6.005 4.333 4.333 5.965 4.333 8c0 2.037 1.679 3.667 3.692 3.667.736 0 1.454-.22 2.064-.631q.163.222.39.403c.738.585 1.721.579 2.635.122.423-.212.79-.52 1.073-.9.39-.516.698-1.233.807-2.217C15.389 4.889 12.633 1 8 1a7 7 0 1 0 3.112 13.272 1 1 0 0 0-.89-1.791A5 5 0 0 1 3 8m3.333 0c0-.91.757-1.667 1.687-1.667 1.073 0 1.872.988 1.656 2.011a1.69 1.69 0 0 1-1.65 1.323c-.934 0-1.693-.758-1.693-1.667' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    height: 16px;
}
.form-doit .input-wrapper .error
{
    display: none;
}
.form-doit .select-wrapper
{
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.form-doit .email-wrapper .input-field, .form-doit .password-wrapper .input-field
{
    padding-left: 40px;
    padding-right: 65px;
}
.form-doit .email-wrapper .input-field
{
    padding-right: 37px;
}
.form.form-doit .form-text
{
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-transform: none;
}
.form-doit .error
{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}
.form-doit .form-text .terms-btn
{
    color: #ff0068;
    font-weight: 400;
    pointer-events: all;
    text-decoration: underline;
    text-transform: none;
    transition: all .3s linear;
}
.form-doit .form-text .terms-btn:hover
{
    color: #fff;
}
.form-doit .main-button
{
    background: linear-gradient(90deg,#6100ff,#00f0ff);
    border-radius: 2px;
    box-shadow: 1px 1px 4px #3e89fd4d;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 900;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 4px;
    margin-top: 24px;
    min-height: 40px;
    padding: 10px;
    text-transform: uppercase;
    transform: skew(-4deg,-4deg) rotate(4deg);
    transition: all .3s linear;
    width: 100%;
}
.form-doit .main-button:hover
{
    box-shadow: 1px 1px 40px #3e89fd4d;
}
.form.form-doit .account-text
{
    font-size: 12px;
    margin-bottom: 4px;
}
.form-doit .account-button
{
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    margin: 0 auto;
    padding-right: 31px;
    position: relative;
    text-transform: none;
}
.form-doit .account-button:after
{
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.449.878c.343-.35.9-.35 1.243 0l4.396 4.488a.91.91 0 0 1 0 1.269l-4.396 4.487c-.343.35-.9.35-1.243 0a.91.91 0 0 1 0-1.27L4.223 6 .449 2.148a.91.91 0 0 1 0-1.27' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #ff0068;
    border-radius: 5px;
    content: "";
    display: flex;
    height: 22.2px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
    width: 22.2px;
}
.form-doit .sv-dropdown-scroll
{
    background: #28121b;
    border: 1px solid #854c63;
    border-radius: 8px;
    margin-top: 3px;
    --sv-dropdown-active-bg: #1c080f;
}
.form-doit .sv-dropdown-scroll::-webkit-scrollbar
{
    width: 6px;
}
.form-doit .sv-dropdown-scroll::-webkit-scrollbar-track
{
    background: #3e2a32;
    border-radius: 5px;
    box-shadow: var(--input-focus-box-shadow-color);
    margin: 5px;
}
.form-doit .sv-dropdown-scroll::-webkit-scrollbar-thumb
{
    background: #854c63;
    border-radius: 5px;
}
.form-doit [aria-invalid=true]
{
    border-color: #ec3c3c!important;
    color: #ec3c3c;
}
.form-doit .invalid
{
    border: 2px solid #ec3c3c!important;
}
@media(max-width: 1000px)
{
    .form-doit
    {
        border-radius: 0;
        width: auto;
    }
    .form-doit .form-inner
    {
        background: linear-gradient(100deg,#340a1c,#240714);
        border-radius: 0;
    }
    .form-doit .form-inner:before
    {
        display: block;
    }
    .form-doit .form-logo
    {
        left: -17px;
        position: relative;
    }
    .form-doit .main-button
    {
        margin-bottom: 8px;
    }
    .form-doit .account
    {
        height: 100%;
        justify-content: flex-start;
        position: relative;
    }
    .form-doit:before
    {
        display: none;
    }
    .form-doit .account:before
    {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='390' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cg stroke='%23FF0068' clip-path='url(%23b)'%3E%3Cpath fill='url(%23c)' d='m-19.118 241.084-43.135-14.681-12.861 225.131 207.392-52.611-99.6-32.191z'/%3E%3Cpath stroke-opacity='.3' d='M-62.055 238.382 26.86 425.494'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h375v390H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M0-390h375v780H0z'/%3E%3C/clipPath%3E%3ClinearGradient id='c' x1='-95.365' x2='28.023' y1='509.305' y2='347.943' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.065' stop-color='%23FF0068'/%3E%3Cstop offset='1' stop-color='%23250512'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        background-position: 0 100%;
        background-repeat: no-repeat;
        bottom: -24px;
        content: "";
        display: block;
        height: 390px;
        left: -55px;
        pointer-events: none;
        position: absolute;
        top: auto;
        width: 100%;
        z-index: 1;
    }
}
@media(max-width: 600px)
{
    .form-doit .form-inner
    {
        padding: 40px 24px;
    }
    .form-doit .account:before
    {
        bottom: -40px;
        left: -24px;
    }
}