* {
    outline: none
}

a {
    color: inherit;
    cursor: pointer
}

img {
    display: block
}

body, html {
    height: 100%;
    position: relative
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: Inter;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
    min-width: 1240px
}

header {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    z-index: 10;
    top: 0;
    height: 92px
}

header, header .logo-block {
    display: flex;
    align-items: center
}

header .logo-block {
    margin-left: 84px
}

header .lang-sel {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #a3adc4;
    cursor: pointer;
    margin-left: 24px
}

header .lang-sel img {
    padding-left: 14px
}

header .help {
    font-weight: 600;
    margin-right: 112px;
    color: #0a39c2
}

header .actions-block {
    display: flex;
    align-items: center;
}

header .actions-block .btn_blue {
    margin: 0 16px;
    padding: 0 10px;
}

main {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 92px 84px 56px;
    box-sizing: border-box
}

main .shadow {
    position: absolute;
    left: 107px;
    right: 107px;
    bottom: 52px;
    height: 40px;
    background: #1b3573;
    opacity: .5;
    -webkit-filter: blur(28px);
    filter: blur(28px)
}

main .bg-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 92px 84px 56px;
    border-radius: 16px;
    overflow: hidden
}

main .bg-block .hover-area {
    position: absolute;
    left: 40%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

main .bg-block .hover-area:hover ~ .bg.n1 {
    opacity: 1
}

main .bg-block .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%
}

main .bg-block .bg.n0 {
    background-image: url(../img/0.png)
}

main .bg-block .bg.n1 {
    opacity: 0;
    transition: opacity .5s ease;
    background-image: url(../img/1.png)
}

main .login-left {
    position: relative;
    width: 358px;
    left: 23%;
    margin: 20px -179px
}

main .login-left .text-block {
    margin-bottom: 24px
}

main .login-left .text-block .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    margin-bottom: 16px
}

main .login-left .text-block .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43
}

main .login-left form .input-title {
    font-weight: 600;
    line-height: 1.57;
    margin-bottom: 8px
}

main .login-left form input {
    width: 100%;
    background: rgba(11, 47, 124, .5);
    border-radius: 8px;
    border: none;
    height: 48px;
    line-height: 48px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 16px
}

main .login-left form input::-moz-placeholder {
    color: #fff
}

main .login-left form input::-ms-input-placeholder {
    color: #fff
}

main .login-left form input::placeholder {
    color: #fff
}

main .login-left form button,
main .login-left form input[type="submit"] {
    width: 100%;
    margin-top: 32px;
    background: linear-gradient(141.64deg, #fff -150%, hsla(0, 0%, 100%, 0) 55.83%), #ff5c28;
    border: none;
    border-radius: 8px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

.captcha_image {
    margin-bottom: 16px;
}

.change_password_form__success {
    padding-top: 20px;
}

.btn {
    width: 100%;
    margin-top: 32px;
    display: block;
    text-decoration: none;
    background: #133DBB;
    border: none;
    border-radius: 8px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

.btn_orange {
    background: linear-gradient(141.64deg, #fff -150%, hsla(0, 0%, 100%, 0) 55.83%), #ff5c28;
}

.btn_blue {
    background: linear-gradient(141.64deg, #fff -150%, hsla(0, 0%, 100%, 0) 55.83%), #133DBB;
}

main .login-left form .login-options {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px
}

main .login-left form .login-options .remember {
    cursor: pointer;
    display: flex;
    align-items: center
}

main .login-left form .login-options .remember input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none
}

main .login-left form .login-options .remember input:checked + .checkbox .active {
    opacity: 1
}

main .login-left form .login-options .remember .checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #0a39c2;
    border-radius: 6px;
    margin: 0 16px 0 2px
}

main .login-left form .login-options .remember .checkbox .active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .2s ease
}

main .login-left .login-options-title {
    margin: 40px 0 16px;
    opacity: .5;
    line-height: 1.43;
    font-weight: 500
}

main .login-left .login-options {
    display: flex;
    justify-content: space-between
}

main .login-left .login-options .login-option {
    position: relative;
    cursor: pointer;
    width: 110px;
    height: 33px;
    background-color: #fff;
    border-radius: 5.5px
}

main .login-left .login-options .login-option .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

main .login-left .login-options .login-option .img.n1 {
    margin: 11.5px 17px 9.5px;
    background-image: url(enter_1.e81a3efc4d18c54f6f99.png)
}

main .login-left .login-options .login-option .img.n2 {
    margin: 5px 17px 4.9px;
    background-image: url(enter_2.92c743b741409fa98b91.png)
}

main .login-left .login-options .login-option .img.n3 {
    margin: 8.7px 13px 7.6px;
    background-image: url(enter_3.122e3dac7e45b66316e7.png)
}

body.isapp {
    min-width: 0;
}
.isapp header, .isapp .bg-block, .isapp .reg-link, .isapp .remember {
    display: none !important;
}
.isapp main {
    background: #274EB4;
    padding: 20px 30px;
}
.isapp main .shadow {
    display: none;
}
.isapp main .login-left {
    width: 100%;
    left: auto;
    margin: 0;
}
.isapp main .login-left .text-block .title {
    font-size: 20px;
}

.change_password_form-error {
    margin-bottom: 20px;
}
.tooltip {
    position: relative;
    display: inline-block;
    fill: white;
    cursor: pointer;
}
.tooltip svg {
    width: 14px !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -157px;
    opacity: 0;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.links {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.links a {
    color: #fff;
    margin-bottom: 5px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.links a svg {
    width: 15px !important;
    fill: white;
    margin-right: 5px;
}
.links a:hover {
    color: #bdc7d9;
    fill: #bdc7d9;
}
.links .server-error {
    margin-bottom: 10px;
}
