html.with--no_scroll {
    max-height: 100%;
    overflow: hidden;
}

#profile .warning {
    color: #ff0000;
}

.auth-popup__wrapper .h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #455A6F;
    margin: 0 -15px 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #999999;
}

.auth-popup__content-tabs {
    padding: 15px 15px 30px 15px;
}

.auth-popup__content-social {
    color: #fff;
    background: #63A6EA;
    position: relative;
    padding-top: 32px;
    padding-bottom: 20px;
}

.auth-popup .captcha {
    transform-origin: 0 0;
}

.user-photo {
    width: 220px;
    height: 220px;
    margin: 0 10px 10px 0;
    float: left;
}

.user-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-photo:after {
    content: '';
    display: block;
    clear: both;
}

.password-control {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px;
    background: url(../downloads/ed9ec12f6eb1ab642d0252d0c7b9a20677d9105268a44c0b81c03b8c0c7f0f6c.svg) 0 0 no-repeat;
}

.password-control.view {
    background: url(../downloads/995c3381242e41b090303878d0d6c7f754263040bbe885dab9e68dd19267f2f2.svg) 0 0 no-repeat;
    background-size: 15px;
    filter: invert(92%) sepia(15%) saturate(15%) hue-rotate(352deg) brightness(89%) contrast(87%);
    top: 10px;
}

.q-auth-modal.popup__body {
    max-width: 360px;
    min-width: initial;
    width: 100% !important;
    padding: 0;
    text-align: initial;
}

.q-auth-modal--extended.popup__body {
    max-width: initial;
}

.q-auth-modal .popup__heading {
    display: none;
}

.q-auth-modal .popup__close {
    z-index: 1000;
}

.auth-popup__wrapper {
    background-color: #ffffff;
    padding: 0;
    z-index: 1000;
    overflow-x: hidden;
    position: relative;
    line-height: 1;
}

.auth-popup__tab form {
    min-height: 210px;
}

.auth-popup__tab-links {
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.auth-popup__tab-link {
    text-decoration: underline;
    font-weight: bold;
    display: block;
    color: var(--main-color);
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.auth-popup__tab-links .auth-popup__tab-link {
    padding-bottom: 8px;
    font-size: 18px;
    margin: 0 30px -1px 0;
    color: #848484;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
}

.auth-popup__tab-links .auth-popup__tab-link_active {
    color: #276FB9;
    border-bottom: 2px solid #276FB9;
}

.auth-popup__description {
    margin-bottom: 15px;
}

.auth-popup__tabs-btn {
    display: flex;
    margin: 0 0 20px;
}

.auth-popup__tabs-btn a {
    padding: 15px 5px;
    width: 50%;
    text-align: center;
    background-color: #e2e2e2;
}

.auth-popup__tabs-btn a:hover {
    color: #fff;
    background-color: #ff809b;
    text-decoration: none;
}

.auth-popup__tabs-btn a.active {
    color: #fff;
    background-color: #cd2653;
}

.auth-popup__tab {
    display: none;
}

.auth-popup__tab.active {
    display: block;
}

.auth-popup__form-row {
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
}

.auth-popup__form-row a:focus,
.auth-popup__form-row input:focus,
.auth-popup__form-row select:focus {
    outline: none;
}

.auth-popup__form-row input[type="text"],
.auth-popup__form-row input[name="user_email"],
.auth-popup__form-row input[name="password"] {
    border-bottom: 1px solid #EBEBEB;
    border-right: none;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 0 23px;
    font-size: 15px;
    line-height: 36px;
    color: #333;
}

.auth-popup__form-row input[type="text"]::placeholder,
.auth-popup__form-row input[name="password"]::placeholder {
    color: #999999;
}

.auth-popup__form-row input[name="user_email"] {
    background: url(../downloads/7321fafa1b72cac0fc0df3a87de8c433c247076ba7c381dde0433fd45d43c08e.svg) 0 0 no-repeat;
    background-position: left;
}

.auth-popup__form-row input[name="password"] {
    background: url(../downloads/15e5b1ebb350bf248bd12fe45393fa8750f0f5ad7515b188d6c34ea3fcd034d4.svg) 0 0 no-repeat;
    background-position: left;
}

.auth-popup__form-row input[name="code"] {
    background: url(../downloads/25c149ecdfaf5f7bee894b6e676fda2887fc1351f185f32eb72f2996a312cafa.svg) 0 0 no-repeat;
    background-position: left;
}

.auth-popup__form-row input[name="user_login"] {
    background-image: url(../downloads/9fad9e401831778d6aa9f9a6473cfd5060ba34b3d6afa9d40d47954ad59e6feb.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.auth-popup__form-row input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin: 0 4px 4px 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #EBEBEB;
    position: relative;
    border-radius: 3px;
}

.auth-popup__form-row input:disabled,
.auth-popup__form-row select:disabled {
    background: none;
    color: #A6AEB4 !important;
    cursor: initial;
}

.auth-popup__form-row_remember {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
}

.auth-popup__form-row label {
    cursor: pointer;
    display: inline !important;
    font-size: 11px !important;
    padding: 0 !important;
    font-weight: normal;
    color: #333 !important;
}

.auth-popup__form-row label > a {
    color: #898989;
    text-decoration: none;
}

.auth-popup__notice {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.code-phone {
    position: relative;
}

.code-phone:after {
    content: "";
    border-radius: 50%;
    width: 1em;
    height: 1em;
    font-size: 10px;
    position: absolute;
    border-bottom: 0.3em solid #2f8f41;
    border-left: 0.3em solid #ffffff;
    transform: translateZ(0);
    animation: loading 1.1s infinite linear;
    top: 50%;
    right: 0;
    margin-right: -20px;
    margin-top: -6px;
    z-index: 2;
}

.auth-popup__remember {
    float: right;
    text-transform: none;
}

.auth-popup-btn,
button[type="submit"].auth-popup__submit {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color);
    border: none;
    border-radius: 5px;
}

.auth-popup-btn__inactive {
    opacity: 0.7;
}

button[type="submit"].auth-popup__submit[disabled="disabled"] {
    opacity: .4;
}

button[type="submit"].auth-popup__submit[disabled="disabled"]:hover {
    cursor: default;
    text-decoration: none;
}

.auth-popup__form-row_small {
    font-size: 14px;
}

.auth-popup__form-row_social-text {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.auth-popup__form-row_center {
    text-align: center;
}

.auth-popup__form-row_center a {
    display: inline-block;
}

.auth-popup__form-row_social {
    margin-bottom: 10px;
}

.auth-popup__form-row_social a:hover {
    opacity: .6;
}

.auth-popup__form-row_social a {
    text-align: center;
    height: 30px;
    width: 30px;
    display: inline-block;
    /* padding: 6px 0; */
    margin: 0 7px;
    color: #045286;
    background-color: #fff;
    border-radius: 5px;
    background-position: center;
}

.auth-popup__form-row_social svg {
    height: 22px;
    margin: 0 auto;
}

.auth-popup__form-row_separator {
    position: absolute;
    margin: 0 50%;
    left: -16px;
    top: -16px;
}

.auth-popup__form-row_separator span {
    background-color: #fff;
    padding: 11px 5px 9px 5px;
    font-size: 10px;
    text-align: center;
    color: #63A6EA;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #63A6EA;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    word-break: normal;
}

.auth-popup__message p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #0d9300;
    text-align: center;
    font-weight: bold;
}

.auth-popup__error p {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    color: red;
    font-weight: bold;
    line-height: 1;
}

.auth-popup__phone-row {
    display: flex;
    padding: 0 0 0 15px;
    background: url(../downloads/16043c7b546aa805d0445f3e70eb8eff3faab56d2eabf234a8b662504a88581f.svg) 0 0 no-repeat;
    background-position: left;
}

.form-user_phone .auth-popup__phone-row {
    flex-wrap: wrap;
}

.auth-popup__phone-row__inactive {
    display: none;
}

.auth-popup__form-row .auth-popup__phone-input_code {
    border: none;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 15px;
    background-color: #fff;
    text-align: right;
    color: #000;
}

.auth-popup__form-row .auth-popup__phone-input_phone {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}

.auth-popup__form-row input.auth-popup__phone-input_phone {
    padding-left: 0;
}

.auth-popup__form-row input.auth-popup__phone-input_phone::placeholder {
    color: #000;
    opacity: 1;
}

.phone-code-timer {
    display: flex;
    flex-direction: column;
}

.phone-code-timer_line {
    flex-direction: row;
    flex-basis: 100%;
}

.phone-code-timer_link {
    text-align: left;
    text-transform: none;
}

.phone-code-timer_link__inactive {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.auth-popup__icon {
    content: '';
    display: block;
}

.auth-popup__icon-vk {
    background: url(../downloads/c4800149b2ab5547bb2bfd5c64fb9def4a0a55a2f05a275c97284d1e37217c97.svg) 0 0 no-repeat;
}

.auth-popup__icon-google {
    background: url(../downloads/90509543a3121148a5a743be10f72f7553a60d222f5c0f59488a7a17601e9880.svg) 0 0 no-repeat;
}

.auth-popup__icon-fb {
    background: url(../downloads/c1105140469452ae91e369a0324bd9358651f0a44e2164d5977d9ff125faa857.svg) 0 0 no-repeat;
}

.auth-popup__icon-twitch {
    background: url(../downloads/5145884957e1aa9628b6ff66509cc5be227e92f82a30b4b4c4b9e56437375bdc.svg) 0 0 no-repeat;
    background-size: 26px;
}

@media ( max-width: 1000px ) {
    .auth-popup__wrapper {
        max-height: calc(100% - 10px);
    }
}

/*** Extended mode ***/

.auth-popup--extended .auth-popup__wrapper {
    display: flex;
    flex-direction: column;
}

.auth-popup--extended .auth-popup__aside {
    order: 1;
}

.auth-popup--extended .auth-popup__title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}

.auth-popup--extended .auth-popup__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.auth-popup--extended .auth-popup__text ul {
    list-style: none;
}

.auth-popup--extended .auth-popup__text ul li {
    display: flex;
    align-items: center;
    word-break: break-word;
}

.auth-popup--extended .auth-popup__text ul li:last-child {
    margin-bottom: 0;
}

.auth-popup--extended .auth-popup__text ul li:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.auth-popup--extended .auth-popup__image {
    display: block;
}

.auth-popup--extended .auth-popup__image > img {
    width: 100%;
}

.auth-popup--extended .auth-popup__content {
    padding: 20px;
}

.auth-popup--extended .auth-popup__content-social {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
}

.auth-popup--extended .auth-popup__form-row_social {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.auth-popup--extended .auth-popup__form-row_social a {
    display: flex;
    align-items: center;
    width: initial;
    height: 40px;
    margin: 0;
    padding: 0 0 0 45px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    background-position: left 15px top 50%;
    border: 1px solid;
    border-radius: 30px;
}

.auth-popup--extended .auth-popup__form-row_social a:not(:last-child) {
    margin-bottom: 10px;
}

.auth-popup--extended .auth-popup__form-row_separator {
    display: flex;
    align-items: center;
    position: initial;
    margin: 0;
}

.auth-popup--extended .auth-popup__form-row_separator:before,
.auth-popup--extended .auth-popup__form-row_separator:after {
    content: "";
    display: block;
    width: calc(100%);
    height: 1px;
    background-color: #a1a1a1;
}

.auth-popup--extended .auth-popup__form-row_separator span {
    flex-shrink: 0;
    margin: 0 20px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: lowercase;
    color: #000000;
    border: 0;
}

.auth-popup--extended .auth-popup__content-tabs {
    padding: 0;
}

.auth-popup_head-tab {
    display: none;
}

.auth-popup_head-tab.active {
    display: block;
}

.auth-popup--extended .auth-popup__head-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.auth-popup--extended .auth-popup__head-description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #747474;
}

.auth-popup--extended .auth-popup__head-description--center {
    margin-top: 20px;
    text-align: center;
}

.auth-popup--extended .auth-popup__head-description a {
    display: inline;
}

.auth-popup--extended .auth-popup__tab form {
    min-height: initial;
}

.auth-popup--extended .auth-popup__form-row {
    margin: 0 0 20px;
}

.auth-popup--extended .auth-popup__form-row--phone,
.auth-popup--extended .auth-popup__form-row--login,
.auth-popup--extended .auth-popup__form-row--email,
.auth-popup--extended .auth-popup__form-row--password {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 15px;
    background: none;
    border: 1px solid #a1a1a1;
    border-radius: 30px;
}

.auth-popup--extended .auth-popup__form-row_remember {
    margin-top: 20px;
}

.auth-popup--extended .auth-popup__form-row--submit {
    margin-bottom: 0;
}

.auth-popup--extended .auth-popup__phone-row {
    padding: 0;
    background: none;
}

.auth-popup--extended .auth-popup__form-row--phone input,
.auth-popup--extended .auth-popup__form-row--login input,
.auth-popup--extended .auth-popup__form-row--email input,
.auth-popup--extended .auth-popup__form-row--password input {
    height: 38px;
    padding: 0;
    background: none;
    border: 0;
}

.auth-popup--extended .password-control {
    display: none !important;
}

.auth-popup--extended .auth-popup__form-row label {
    margin-top: 10px;
    font-size: 12px !important;
    line-height: 16px;
    font-weight: 500;
    color: #747474 !important;
}

.auth-popup--extended .auth-popup__form-row label a:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.auth-popup--extended .auth-popup-btn,
.auth-popup--extended button[type="submit"].auth-popup__submit {
    height: 44px;
    border-radius: 60px;
}

.auth-popup--extended .auth-popup-btn:hover,
.auth-popup--extended button[type="submit"].auth-popup__submit:hover {
    opacity: 0.8;
}

.auth-popup--extended .auth-popup__tab-link--bottom {
    margin-top: 20px;
}

.auth-popup--extended .auth-popup__tab-link--bottom:hover {
    opacity: 0.8;
}

.q-auth-modal--normal {
    border-radius: 10px;
    overflow: hidden;
}

.q-auth-modal--normal.popup__body .popup__close {
    top: 20px !important;
    right: 20px !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url(../downloads/c055a8fc3b7ef2e1914667c77b2141cd343a32d00b40daaaa13ad03fb8089598.svg) !important;
}

.q-auth-modal--normal.popup__body .auth-popup__content-tabs {
    padding: 20px 20px 0 20px;
}

.q-auth-modal--normal .auth-popup__tab-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-transform: initial;
    text-decoration: none;
    text-align: left;
    color: #000000;
    border-bottom: 1px solid #F6F5F6;
}

.q-auth-modal--normal .auth-popup__tab-title--back:hover {
    opacity: 0.7;
    cursor: pointer;
}

.q-auth-modal--normal .auth-popup__tab-title--back:before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../downloads/9803c72804a0b6c6a6d8911ef7431a62f9c15a7af4e31926636b0f2109817246.svg);
}

.q-auth-modal--normal .auth-popup__tab-description {
    min-height: 60px;
    font-size: 16px;
    line-height: 20px;
}

.q-auth-modal--normal .auth-popup__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
}

.q-auth-modal--normal .auth-popup__form-row {
    margin-bottom: 20px;
}

.q-auth-modal--normal .auth-popup__form-row:last-child {
    margin-bottom: 0;
}

.q-auth-modal--normal .auth-popup__form-row input[type="text"],
.q-auth-modal--normal .auth-popup__form-row input[type="email"],
.q-auth-modal--normal .auth-popup__form-row input[type="password"] {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    line-height: initial;
    background-image: none;
    background-color: #F6F5F6;
    border: 1px solid #F6F5F6;
    border-radius: 8px;
}

.q-auth-modal--normal .auth-popup__form-row input[type="text"]:focus,
.q-auth-modal--normal .auth-popup__form-row input[type="email"]:focus,
.q-auth-modal--normal .auth-popup__form-row input[type="password"]:focus {
    border: 1px solid var(--main-color);
}

.q-auth-modal--normal .auth-popup__phone-row {
    display: flex;
    margin-right: 0;
    padding: 0;
    background-image: none;
}

.q-auth-modal--normal .auth-popup__phone-row input[type="text"] {
    padding-left: 5px;
}

.q-auth-modal--normal .auth-popup__phone-row .auth-popup__phone-input_code {
    order: -1;
    margin-right: 0;
    padding-left: 5px;
    background-color: #F6F5F6;
    border: 1px solid #F6F5F6;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

.q-auth-modal--normal .auth-popup__phone-row input[type="text"]:focus + .auth-popup__phone-input_code {
    border-color: var(--main-color);
}

.q-auth-modal--normal .auth-popup-btn,
.q-auth-modal--normal button[type="submit"].auth-popup__submit {
    height: 50px;
    font-size: 16px;
    line-height: initial;
    font-weight: bold;
    text-transform: initial;
    border-radius: 8px;
}

.q-auth-modal--normal .auth-popup-btn:hover,
.q-auth-modal--normal button[type="submit"].auth-popup__submit:hover {
    opacity: 0.9;
}

.q-auth-modal--normal .auth-popup-btn[disabled],
.q-auth-modal--normal button[type="submit"].auth-popup__submit[disabled] {
    color: #ffffff !important;
    opacity: 0.4;
}

.auth-popup--normal .auth-popup__remember {
    width: max-content;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    float: none;
}

.auth-popup--normal .auth-popup__tab-button-wrapper {
    margin: auto -20px 0;
    padding: 20px 20px 0;
    background-color: var(--main-color);
}

.auth-popup--normal .auth-popup__tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    line-height: normal;
    font-weight: initial;
    text-transform: initial;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    border-radius: 8px;
}

.auth-popup--normal .auth-popup__tab-button:hover {
    opacity: 0.9;
}

.auth-popup--normal .auth-popup__content-social {
    padding: 15px 20px 20px;
}

.auth-popup--normal .auth-popup__form-row_center {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: normal;
    font-weight: initial;
    text-transform: initial;
}

.auth-popup--normal .password-control {
    top: 14px;
    width: 24px !important;
    height: 24px !important;
    background-image: url(../downloads/959f1ccdf5cb580d7a3f1d3a8fd52c1d987809d558d8d24924449a03a35892fa.svg);
    background-size: contain !important;
    filter: none;
}

.auth-popup--normal .password-control.view {
    background-image: url(../downloads/360a9deb2eb32225ca9bbbc625e2928b143b2f59738ee0e6d0dfece258752795.svg);
}

.auth-popup--normal .auth-popup__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}

.auth-popup--normal .auth-popup__icon {
    width: 56px;
    height: 40px;
    margin: 0;
    background-size: 36px;
}

.auth-popup--normal .auth-popup__icon:hover {
    opacity: 0.9;
}

.auth-popup--normal .auth-popup__icon-vk {
    background-image: url(../downloads/c035a2071fa566ed61ccfc47e0dfb43046ccefd4da5e0d0f0477c1c55237f3e9.svg);
}

.auth-popup--normal .auth-popup__icon-google {
    background-image: url(../downloads/0deaa06a2cd642a8fd83c47faafd46b06070bd9e45c98c6990c4a778312f0ea5.svg);
}

.auth-popup--normal .auth-popup__content-social-text {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.auth-popup--normal .auth-popup__content-social-text a {
    color: rgba(255, 255, 255, 0.9);
}

.auth-popup--normal .auth-popup__error p {
    margin: -10px 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}

.auth-popup--normal .auth-popup__phone-confirm-img {
    display: block;
    width: 210px;
    height: 177px;
    margin: 0 auto 20px;

}

.auth-popup--normal .auth-popup__phone-confirm-text {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.auth-popup--normal .auth-popup__phone-confirm-text span {
    color: var(--main-color);
    text-decoration: underline;
}

.auth-popup--normal .auth-popup__phone-confirm-help {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #808080;
}

.quth-popup__tab-warning {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 12px;
    background-color: rgba(234, 67, 53, 0.1);
    border-radius: 8px;
}

.quth-popup__tab-warning svg {
    margin: 0 auto;
}

.quth-popup__tab-warning-text {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

@media (min-width: 1024px) {

    .auth-popup--extended .auth-popup__wrapper {
        flex-direction: row;
        width: 871px;
        overflow: hidden;
    }

    .auth-popup--extended .auth-popup__aside {
        order: initial;
        flex-shrink: 0;
        width: 440px;
    }

    .auth-popup--extended .auth-popup__content {
        width: 100%;
        margin: auto 0;
        padding: 20px 40px;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}