a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "Futura PT Demi";
    src: url(../fonts/futura_pt_demi.eot);
    src: url(../fonts/futura_pt_demi.eot?#iefix) format("embedded-opentype"), url(../fonts/futura_pt_demi.woff2) format("woff2"), url(../fonts/futura_pt_demi.woff) format("woff"), url(../fonts/futura_pt_demi.ttf) format("truetype"), url(../fonts/futura_pt_demi.svg#futura_pt_demi) format("svg");
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "Inter Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Inter Regular"), url(../fonts/Inter-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Inter Medium";
    font-style: normal;
    font-weight: 400;
    src: local("Inter Medium"), url(../fonts/Inter-Medium.woff) format("woff");
    font-display: swap
}

* {
    display: revert;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

:hover {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    width: 100%;
    overflow-x: hidden
}

html {
    font-size: 10px;
    scroll-behavior: smooth
}

body {
    font-family: Geologica, sans-serif;
    color: #fff;
    background-color: #191919;
    font-size: 1.5rem;
    line-height: 2.4rem
}

button, input, select, textarea {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

strong {
    font-weight: 700
}

.main__btn, .main__btn:active, .main__btn:focus, .main__btn:hover, .main__btn:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 219px;
    height: 60px;
    border-radius: 999px;
    background-color: #ff8a66;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.main__btn:hover {
    background-color: #ff7d66;
    -webkit-box-shadow: 0 0 10px #ff7d66;
    box-shadow: 0 0 10px #ff7d66
}

.main__btn.--primary {
    background-color: #ff8a66
}

.main__btn.--primary:hover {
    background-color: #ff7d66;
    -webkit-box-shadow: 0 0 10px #ff7d66;
    box-shadow: 0 0 10px #ff7d66
}

.main__btn.--secondary {
    background-color: #6e40ff
}

.main__btn.--secondary:hover {
    background-color: #6040ff;
    -webkit-box-shadow: 0 0 10px #6040ff;
    box-shadow: 0 0 10px #6040ff
}

.card-blur {
    position: relative;
    background: rgba(55, 55, 55, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.card-blur::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(52, 52, 52, .6)), color-stop(#ebebeb), to(rgba(52, 52, 52, .6)));
    background: linear-gradient(90deg, rgba(52, 52, 52, .6), #ebebeb, rgba(52, 52, 52, .6));
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

body {
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/auth/register-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-register {
    background-image: url(../img/auth/register-bg.jpg)
}

.auth-login {
    background-image: url(../img/auth/login-bg.jpg)
}

.auth__logo {
    position: absolute;
    top: 56px;
    left: 80px;
    height: 50px
}

.auth-form {
    position: relative;
    padding: 48px 38px 44px;
    border-radius: 34px;
    width: 100%;
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-form:before {
    border-radius: 34px
}

.auth-form__title {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center
}

.auth-form__splited-inputs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.auth-form__input, .auth-form__input:focus, .auth-form__select, .auth-form__select:focus {
    position: relative;
    display: block;
    margin: 35px 0 0;
    padding: 20px 27px;
    width: 100%;
    background: #3b3b3b;
    border: 1px solid rgba(235, 235, 235, .6);
    border-radius: 34px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: uppercase;*/
    outline: 0
}



.auth-form__input:before, .auth-form__input:focus:before, .auth-form__select:before, .auth-form__select:focus:before {
    border-radius: 34px
}

.auth-form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.auth-form__select-wrapper {
    margin: 35px 0 0;
    width: 100%;
    position: relative;
    cursor: pointer
}

.auth-form__select-arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../img/auth/angle-bottom-white.png) 50% 50%/contain no-repeat;
    z-index: 1
}

.auth-form__select, .auth-form__select:focus {
    margin: 0;
    padding-right: 50px
}

.auth-form__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.auth-form__input::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.auth-form__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.auth-form__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.auth-form__input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.auth-form .main__btn {
    margin: 35px 0 0;
    width: 100%
}

.auth-form__input-link, .auth-form__input-link:active, .auth-form__input-link:focus, .auth-form__input-link:hover, .auth-form__input-link:visited {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 13px 0 0;
    padding-left: 28px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-align: left
}

.auth-form__link, .auth-form__link:active, .auth-form__link:focus, .auth-form__link:hover, .auth-form__link:visited {
    display: block;
    margin: 10px 0 0;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    body {
        font-size: 1.3rem;
        line-height: 2rem
    }

    .auth__logo {
        position: initial;
        margin: 0 0 30px
    }

    .auth-form {
        padding: 30px 25px;
        border-radius: 24px
    }

    .auth-form:before {
        border-radius: 24px
    }

    .auth-form__input, .auth-form__input:focus, .auth-form__select, .auth-form__select:focus {
        border-radius: 24px
    }

    .auth-form__input:before, .auth-form__input:focus:before, .auth-form__select:before, .auth-form__select:focus:before {
        border-radius: 24px
    }
}

button {
    border: none;
}

form {
    width: 100%;
}

.auth-form__input::placeholder {
    text-transform: uppercase;
}