[data-v-4663fee7]:root {
    --color-scheme-active: #6C78F4
}

.rules[data-v-4663fee7] {
    max-width: 360px;
    font-size: 12px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 16px;
    color: #d0d3dd;
    text-align: center
}

.rules__link[data-v-4663fee7] {
    text-decoration: none;
    color: #d0d3dd;
    border-bottom: 2px solid #e3e4e8
}

[data-v-6324005f]:root {
    --color-scheme-active: #6C78F4
}

.languages[data-v-6324005f] {
    position: relative;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.languages__selected[data-v-6324005f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 32px;
    cursor: pointer;
    border: 2px solid #e0e1e5;
    border-radius: 8px
}

.languages__selected .opened[data-v-6324005f] {
    background-color: #fff;
    box-shadow: 0 3px 8px #0000001a
}

.languages__selected[data-v-6324005f]:hover {
    background-color: #f4f4f6
}

.languages__selected[data-v-6324005f]:active {
    background-color: #e3e4e8
}

.languages__dropdown[data-v-6324005f] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 16px #6788f314
}

.languages__dropdown.bottom[data-v-6324005f] {
    top: auto;
    bottom: calc(100%+ 6px)
}

.languages__dropdown-item[data-v-6324005f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 32px;
    cursor: pointer
}

.languages__dropdown-item[data-v-6324005f]:hover {
    background-color: #f4f4f6
}

.languages__dropdown-item[data-v-6324005f]:active {
    background-color: #e3e4e8
}

.languages__dropdown-item[data-v-6324005f]:first-of-type {
    border-radius: 8px 8px 0 0
}

.languages__dropdown-item[data-v-6324005f]:last-of-type {
    border-radius: 0 0 8px 8px
}

.languages__selected-name[data-v-6324005f] {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #7b8193;
    font-variation-settings: "wght" 700;
    text-transform: uppercase
}

[data-v-e0ba40ef]:root {
    --color-scheme-active: #6C78F4
}

.authorization[data-v-e0ba40ef] {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 100%;
    padding: 30px 0;
    font-family: Manrope VF, sans-serif;
    background: linear-gradient(180deg, #6788f314, #fff0 22.09%), #fbfbfc;
    flex-direction: column;
    overflow-y: auto
}

.authorization__main[data-v-e0ba40ef] {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    width: 360px;
    margin: 0 auto;
    flex-direction: column
}

.authorization__link-logo[data-v-e0ba40ef] {
    display: flex;
    align-items: center;
    width: 100px;
    margin: 0 auto 40px
}

.authorization__link-logo[data-v-e0ba40ef] svg {
    width: 124px;
    height: 32px;
    transition: fill .3s ease-in-out
}

.authorization__link-logo[data-v-e0ba40ef] svg g:nth-child(11),
.authorization__link-logo[data-v-e0ba40ef] svg g:last-of-type {
    fill: #6788f3
}

.authorization__link-logo[data-v-e0ba40ef]:hover svg path {
    fill: #6c78f4
}

.authorization__footer[data-v-e0ba40ef] {
    display: flex;
    gap: 20px;
    place-items: center center;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    max-width: 360px
}

.authorization__invitation[data-v-e0ba40ef] {
    margin-bottom: 20px
}