@charset "UTF-8";
/*Fonts Roboto*/
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
    url('/fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('/fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

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:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, ol, p, ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li {
    text-decoration: none;
}

div {
    display: block;
    unicode-bidi: isolate;
}

body {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    text-rendering: geometricPrecision;
    overflow-x: hidden;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat, serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    transition: 0.4s;
}

input {
    outline: none;
}

button {
    outline: none;
    border: none;
}

.header {
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6rem 6rem 1rem;
    position: absolute;
}
@media (max-width: 810px) {
    .header {
        padding: 2rem 2rem 1rem;
    }
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 24.5rem;
    height: 2.9rem;
    flex-shrink: 0;
}
@media (max-width: 720px) {
    .header__logo {
        max-width: 12rem;
        height: 1.6rem;
    }
}
@media (max-width: 560px) {
    .header__logo {
        position: absolute;
        width: 24.5rem;
        height: 2.9rem;
        left: 50%;
        pointer-events: none;
        transform: translateX(-50%) translateY(20rem);
    }
}
.header__logo.hidden {
    display: none;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

html {
    font-size: 10px;
}
@media (max-width: 1500px) {
    html {
        font-size: 8px;
    }
}
@media (max-width: 560px) {
    html {
        font-size: 10px;
    }
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}
body:after {
    position: fixed;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.2s ease-in-out;
    z-index: 21;
}
body.open-modal {
    overflow: hidden;
    pointer-events: none;
}
body.open-modal .modal-window.open {
    z-index: 22;
    pointer-events: auto;
}
body.open-modal:after {
    background-color: rgba(0, 0, 0, 0.22);
}
body.safari * {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}
body.open-sidebar {
    overflow: hidden;
}

html, body {
    height: 100%;
    margin: 0;
}

main.content {
    flex: 1;
}

a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

img:not(.pswp__img):not(.cover) {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

svg {
    width: 100%;
    height: 100%;
}

.not-active {
    pointer-events: none;
    opacity: 0.6;
    transition: 0.3s ease;
}

.preloader img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.preloader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2rem;
    background-color: rgba(0, 122, 255, 0.1);
    opacity: 0;
    transition: 0.1s ease;
    pointer-events: none;
    z-index: 1;
}

.preloader.active {
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 20;
}

img.contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

img.cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

em, i {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.hidden {
    display: none;
}
@media (max-width: 560px) {
    .hidden-sm {
        display: none !important;
    }
}

.background-cover {
    background-size: cover;
}

.title {
    color: #1E1E1E;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 560px) {
    .title {
        font-size: 3.2rem;
    }
}
.text {
    color: #8A8E94;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}
@media (max-width: 560px) {
    .text {
        font-size: 1.4rem;
    }
}

.full-width {
    width: 100%;
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    gap: 0.6rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(30, 30, 30, 0.6);
    background-color: #fff;
    color: #1E1E1E;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    transition: 0.5s ease;
}
.button:hover {
    background: #1E1E1E;
    color: #fff;
}
.button:hover .icon svg path {
    fill: #fff;
}
.button .icon {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
    flex-grow: 0;
}
.button--blue {
    background: #E8F0FD;
    border: 1px solid #E8F0FD;
    color: #5390F3;
}
.button--dark {
    background: #1E1E1E;
    color: #fff;
    border: none;
}
.button--dark:hover {
    background: #fff;
    color: #1E1E1E;
}
.button--dark:hover .icon svg path {
    fill: #1E1E1E;
}

.slide-left-to-right {
    animation: 0.5s linear 0.1ms left-to-right;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

@media (max-width: 560px) {
    .show-after-load-sm {
        opacity: 0;
    }
}
@media (max-width: 560px) {
    .show-after-load-sm.loaded {
        opacity: 1;
    }
}

.custom-select {
    position: relative;
    color: #1E1E1E;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
}
.custom-select-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    cursor: pointer;
}
.custom-select-value__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    transition: 0.5s ease;
}
.custom-select-list {
    display: none;
    padding-top: 2rem;
    position: absolute;
    top: 100%;
    width: 10rem;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    max-height: 20rem;
    overflow: auto;
    cursor: pointer;
}
.custom-select-list__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.6rem 1rem;
    gap: 0.6rem;
}
.custom-select-list__item.current {
    pointer-events: none !important;
    background-color: rgba(0, 0, 0, 0.4);
}
.custom-select-list__item:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.custom-select:hover .custom-select-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-select:hover .custom-select-value__icon {
    transform: rotate(180deg);
}

@media (min-width: 561px) {
    .hidden-on-desktop {
        display: none;
    }
}

@media (min-width: 831px) {
    .show-on-tablet {
        display: none;
    }
}

@media (max-width: 560px) {
    .hidden-on-mobile {
        display: none;
    }
}

@media (max-width: 830px) {
    .hidden-on-tablet {
        display: none;
    }
}

.not-margin {
    margin: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.safari-gap {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    color: red !important;
    border-color: red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red !important;
}

.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
    color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
    color: red !important;
}

.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}

.wpcf7-form.unaccepted .mf4v_checker_text {
    color: red !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.mfv_checker_label .wpcf7-form-control-wrap {
    display: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form.unaccepted {
    color: red !important;
}

.wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2.7rem;
}

.form-group.error .selectric {
    border-color: red !important;
}

input[type=checkbox] {
    display: none;
}
input[type=checkbox] + .icon {
    position: relative;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.6rem;
    border-radius: 0.3rem;
    border: 1px solid rgba(30, 30, 30, 0.1);
    background-color: #fff;
}
input[type=checkbox] + .icon:after {
    position: absolute;
    content: "✓";
    display: inline-block;
    font-size: 2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

input[type=checkbox]:checked + .icon:after {
    opacity: 1;
}

input {
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(30, 30, 30, 0.1);
    color: #A7A9AC;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    transition: 0.5s ease;
}
input[type=password] {
    padding-right: 4rem;
}
input::-moz-placeholder {
    color: #A7A9AC;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
}
input::placeholder {
    color: #A7A9AC;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
}
input:hover, input:focus {
    border: 1px solid rgba(30, 30, 30, 0.3);
}

input.error, textarea.error {
    border-color: red !important;
    outline: none !important;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    color: #1E1E1E;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
}
@media (max-width: 560px) {
    .form {
        font-size: 1.2rem;
        gap: 1.6rem;
    }
}
.form a:not(.button) {
    display: block;
    color: #0CAE35;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 560px) {
    .form a:not(.button) {
        font-size: 1.2rem;
    }
}
.form a:not(.button):hover {
    text-decoration: underline;
}
.form > * {
    width: 100%;
}
.form > *.half {
    width: calc(50% - 1rem);
}
@media (max-width: 560px) {
    .form > *.half {
        width: 100%;
    }
}
.form > *.half:not(:nth-child(1)) a {
    margin-left: auto;
}
@media (max-width: 560px) {
    .form > *.half:not(:nth-child(1)) a {
        margin-left: 0;
    }
}
.form > *.third {
    width: calc(33.3% - 2rem);
}
@media (max-width: 560px) {
    .form > *.third {
        width: 100%;
    }
}
.form-lost-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(50% - 1rem);
    justify-content: flex-end;
    text-align: right;
}
.form-remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: calc(50% - 1rem);
}
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-group__title {
    display: block;
    margin-bottom: 1rem;
    color: #1E1E1E;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 560px) {
    .form-group__title {
        font-size: 1.2rem;
    }
}
.form-password {
    position: relative;
    display: block;
    width: 100%;
}
.form-password__button {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}
.form-password__button:hover {
    transform: scale(1.1) translateY(-50%);
}
.form button {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 0.6rem;
    background: #1E1E1E;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    cursor: pointer;
}
.form button:hover {
    background: #000000;
}

select {
    padding: 1.2rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(30, 30, 30, 0.1);
    width: 100%;
    color: #A7A9AC;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNy40NjgyNCA5LjgwOTk0TDEyLjgwODMgNC41MDc1OEMxMi45MzE5IDQuMzg0OTUgMTMgNC4yMjEyNCAxMyA0LjA0NjY4QzEzIDMuODcyMTIgMTIuOTMxOSAzLjcwODQxIDEyLjgwODMgMy41ODU3N0wxMi40MTUxIDMuMTk1MjlDMTIuMTU4OSAyLjk0MTIgMTEuNzQyNSAyLjk0MTIgMTEuNDg2NyAzLjE5NTI5TDcuMDAyNDkgNy42NDc4MUwyLjUxMzI2IDMuMTkwMzVDMi4zODk2NSAzLjA2NzcxIDIuMjI0ODcgMyAwMi4wNDkxNiAzQzEuODczMjYgMyAxLjcwODQ4IDMuMDY3NzEgMS41ODQ3NyAzLjE5MDM1TDEuMTkxNzEgMy41ODA4M0MxLjA2ODEgMy43MDM1NiAxIDMuODY3MTggMSA0LjA0MTc0QzEgNC4yMTYzIDEuMDY4MSA0LjM4MDAxIDEuMTkxNzEgNC41MDI2NEw2LjUzNjY0IDkuODA5OTRDNi42NjA2NCA5LjkzMjg3IDYuODI2MiAxMCA3LjAwMjE5IDEwQzcuMTc4ODggMTAuMDAwNCA3LjM0NDM0IDkuOTMyODcgNy40NjgyNCA5LjgwOTk0WiIgZmlsbD0iIzFFMUUxRSIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
select.dark, select.black {
    color: #fff;
    background-color: rgba(65, 64, 66, 0.4);
    border: 1px solid rgba(30, 30, 30, 0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNy40NjgyNCA5LjgwOTk0TDEyLjgwODMgNC41MDc1OEMxMi45MzE5IDQuMzg0OTUgMTMgNC4yMjEyNCAxMyA0LjA0NjY4QzEzIDMuODcyMTIgMTIuOTMxOSAzLjcwODQxIDEyLjgwODMgMy41ODU3N0wxMi40MTUxIDMuMTk1MjlDMTIuMTU4OSAyLjk0MTIgMTEuNzQyNSAyLjk0MTIgMTEuNDg2NyAzLjE5NTI5TDcuMDAyNDkgNy42NDc4MUwyLjUxMzI2IDMuMTkwMzVDMi4zODk2NSAzLjA2NzcxIDIuMjI0ODcgMyAwMi4wNDkxNiAzQzEuODczMjYgMyAxLjcwODQ4IDMuMDY3NzEgMS41ODQ3NyAzLjE5MDM1TDEuMTkxNzEgMy41ODA4M0MxLjA2ODEgMy43MDM1NiAxIDMuODY3MTggMSA0LjA0MTc0QzEgNC4yMTYzIDEuMDY4MSA0LjM4MDAxIDEuMTkxNzEgNC41MDI2NEw2LjUzNjY0IDkuODA5OTRDNi42NjA2NCA5LjkzMjg3IDYuODI2MiAxMCA3LjAwMjE5IDEwQzcuMTc4ODggMTAuMDAwNCA3LjM0NDM0IDkuOTMyODcgNy40NjgyNCA5LjgwOTk0WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
select.black {
    background-color: #1E1E1E;
}

.checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.checkbox-wrapper a {
    display: inline-block;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes marqueeTable {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes pulse-fade-in {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes left-to-right {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes loading {
    0% {
        width: 1%;
    }
    100% {
        width: 90%;
    }
}
.authorization-after-form {
    text-align: center;
}
.authorization-after-form a {
    font-weight: 500;
}
.authorization-after-form a:hover {
    text-decoration: underline;
}
.authorization-button:not(:last-child) {
    margin-bottom: 1.6rem;
}
.authorization-form:not(:last-child) {
    margin-bottom: 1rem;
}
.authorization-form-container {
    width: 100%;
    max-width: 44.2rem;
    margin: 0 auto;
    padding: 2rem;
}
@media (max-width: 560px) {
    .authorization-form-container {
        max-width: 100%;
    }
}
.authorization-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}
.authorization-section__text {
    margin-bottom: 3rem;
}
.authorization-section__title {
    margin-bottom: 2rem;
}
.authorization-section__logo {
    display: none;
    align-items: center;
    justify-content: center;
    width: 22rem;
    height: 2.6rem;
}
@media (max-width: 560px) {
    .authorization-section__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.authorization-image {
    position: relative;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    border-radius: 0 4rem 4rem 0;
}
@media (max-width: 560px) {
    .authorization-image {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        height: 100vh;
        animation: none !important;
        transition: 0.4s ease;
        transition-delay: 0.5s;
        pointer-events: none;
    }
}
@media (max-width: 560px) {
    .authorization-image.loaded {
        opacity: 0;
    }
}
.authorization-image-load {
    position: absolute;
    width: 18rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10rem;
    height: 0.6rem;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 32px;
    overflow: hidden;
}
@media (min-width: 561px) {
    .authorization-image-load {
        display: none;
    }
}
.authorization-image-load__progress {
    height: 100%;
    width: 90%;
    border-radius: 32px;
    background-color: #fff;
    animation: 0.5s linear 0.1ms loading;
}
.authorization-image-load__progress.loaded {
    width: 100%;
}

.registration-steps {
    width: 100%;
    margin-bottom: 3rem;
    color: #1E1E1E;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.registration-steps-visual {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}
.registration-steps-visual span {
    height: 4px;
    border-radius: 1px;
    background: #E2E2E2;
}
.registration-steps-visual span.active {
    background: #0CAE35;
}
.registration-steps-visual > * {
    width: 100%;
}
.registration-steps__title {
    margin-bottom: 3px;
}
.registration-section__title {
    margin-bottom: 2rem;
}
.registration-section__logo {
    margin-bottom: 4rem;
}
.registration-form:not(:last-child) {
    margin-bottom: 1.6rem;
}

.password-recovery-form:not(:last-child) {
    margin-bottom: 1rem;
}
.password-recovery-form button {
    margin-top: 0;
}