@charset "UTF-8";

.modal__overlay {
    background-color: rgba(14, 43, 32, 0.6);
}
.modal__window {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(380rem / 18);
    min-height: calc(500rem / 18);
    background-color: #fff;
    border-bottom: calc(10rem / 18) solid #0C1695;
    padding: 0;
}
.modal__window .step.active {
    z-index: 1 !important;
}
.modal__window #register-step-2 {
    z-index: -1;
    background-color: #fff;
    border-bottom: calc(10rem / 18) solid #0C1695;
}
.modal__close {
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    display: block;
    width: calc(40rem / 18);
    height: calc(40rem / 18);
    background-color: #0C1695;
    transition: 0.2s ease-in-out;
}
.modal__close:hover {
    background-color: #7c0042;
}
.modal__close:before {
    content: "";
    height: 100%;
    display: block;
    background-image: url(../img/svg/icon-close.svg);
    background-size: calc(25rem / 18);
    background-position: center;
    background-repeat: no-repeat;
}
.modal__text {
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    text-align: center;
    color: #c2c2c2;
}
@media only screen and (max-width: 767px) {
    .modal__window {
        margin-top: calc(30rem / 18);
        border-bottom: unset;
        border-top: calc(4rem / 18) solid #0C1695;
        min-height: unset;
    }
    .modal__close {
        display: none;
    }
    .modal__text {
        font-size: calc(12rem / 18);
        padding: 0 calc(20rem / 18);
        line-height: calc(16rem / 18);
    }
}
.modal__link {
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    text-align: center;
    color: #c2c2c2;
}
.modal__link:hover {
    text-decoration: none;
}
.modal__bonus {
    font-family: Arial;
    font-size: calc(24rem / 18);
    font-weight: 500;
    line-height: calc(28rem / 18);
    text-align: center;
    color: #0C1695;
    margin-bottom: calc(5rem / 18);
}
.modal__img {
    width: calc(70rem / 18);
    height: calc(70rem / 18);
    margin-bottom: calc(30rem / 18);
}
@media only screen and (max-width: 767px) {
    .modal__img {
        width: calc(48rem / 18);
        height: calc(48rem / 18);
        margin-bottom: calc(20rem / 18);
    }
}
.modal__img img {
    max-width: 100%;
    max-height: 100%;
}
.modal__back {
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
    display: block;
    width: calc(40rem / 18);
    height: calc(40rem / 18);
    background-color: #0C1695;
    transition: 0.2s ease-in-out;
}
.modal__back:hover {
    background-color: #7c0042;
}
.modal__back:before {
    content: "";
    height: 100%;
    display: block;
    background-image: url(../img/svg/icon-chevron-left-black.svg);
    background-size: calc(13rem / 18);
    background-position: calc(17rem / 18) center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
    .modal__back {
        display: none;
    }
}
.modal__back-link {
    font-size: calc(14rem / 18);
}
.modal__back-mobile {
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .modal__back-mobile {
        display: none;
    }
}
.modal__back-mobile__button {
    font-size: calc(12rem / 18);
    border-radius: calc(20rem / 18);
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: calc(100% + 30px);
    padding: calc(8rem / 18) calc(25rem / 18) calc(8rem / 18) calc(20rem / 18);
}
.modal__back-mobile__button:before {
    content: "";
    display: block;
    background-image: url(../img/svg/icon-arrow-left.svg);
    background-size: calc(15rem / 18);
    background-position: center;
    background-repeat: no-repeat;
    width: calc(15rem / 18);
    height: calc(15rem / 18);
    margin-right: calc(10rem / 18);
}
.modal__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: calc(50rem / 18) calc(20rem / 18) 0;
}
@media only screen and (max-width: 767px) {
    .modal__header {
        padding: calc(30rem / 18) calc(20rem / 18) 0;
    }
    .modal__body {
        padding: 0 calc(20rem / 18);
    }
}
.modal__body {
    padding: 0 calc(20rem / 18);
}
.modal__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 calc(20rem / 18) calc(30rem / 18);
}
.modal__footer--bottom {
    align-items: center;
}
.modal__title {
    font-family: Arial;
    font-size: calc(36rem / 18);
    line-height: calc(42rem / 18);
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: calc(20rem / 18);
}
@media only screen and (max-width: 767px) {
    .modal__footer {
        padding: 0 calc(30rem / 18) calc(20rem / 18);
    }
    .modal__title {
        font-size: calc(20rem / 18);
        line-height: normal;
        margin-bottom: calc(10rem / 18);
    }
}
.modal__subtitle {
    font-family: Arial;
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    text-align: center;
    color: #000;
    margin-bottom: calc(30rem / 18);
}
@media only screen and (max-width: 767px) {
    .modal__subtitle {
        font-size: calc(10rem / 18);
        line-height: calc(14rem / 18);
    }
}
.modal__copy {
    position: absolute;
    bottom: calc(30rem / 18);
    font-weight: 400;
    font-size: calc(12rem / 18);
    line-height: calc(21rem / 18);
    text-align: center;
    color: #fff;
}
.modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(17rem / 18);
    height: calc(40rem / 18);
    color: #fff;
    background-color: #0C1695;
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    border: unset;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.modal__button:hover {
    background-color: #7c0042;
}
.modal__button--disabled,
.modal__button.disabled,
.modal__button:disabled {
    background-color: #eee;
    color: #bebebe;
}
.modal__button--disabled:hover,
.modal__button.disabled:hover,
.modal__button:disabled:hover {
    background-color: #eee;
    cursor: default;
}
.uk-modal-close-default:not(.multistep-close) {
    color: #000;
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    display: block;
    width: calc(40rem / 18);
    height: calc(40rem / 18);
    background-color: #0C1695;
    transition: 0.2s ease-in-out;
}
.uk-modal-close-default:not(.multistep-close):hover {
    color: #000;
    background-color: #7c0042;
}
.modal-tooltip {
    position: absolute;
    top: calc(-15rem / 18);
    left: calc(100% + 45px);
}
@media only screen and (max-width: 767px) {
    .modal__button {
        font-size: calc(10rem / 18);
    }
    .uk-modal-close-default:not(.multistep-close) {
        display: none;
    }
    .modal-tooltip {
        display: none;
    }
}
.modal-tooltip__inner {
    padding: calc(20rem / 18);
    background-color: #fff;
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(20rem / 18);
    color: #000;
    white-space: nowrap;
}
.modal-tooltip__inner:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    left: calc(5rem / 18);
    top: 50%;
    border: calc(15rem / 18) solid transparent;
    border-left: 0;
    border-right: calc(15rem / 18) solid #fff;
    transform: translate(calc(-100% - 5px), -50%);
}
.modal-tooltip-mobile {
    font-weight: 400;
    font-size: calc(8rem / 18);
    line-height: calc(11rem / 18);
    color: #ccc;
    padding: 0 calc(17rem / 18);
    margin-bottom: calc(20rem / 18);
}
.modal-error-tooltip-mobile {
    position: absolute;
    top: calc(70rem / 18);
    left: 0;
    right: 0;
}
@media only screen and (min-width: 768px) {
    .modal-error-tooltip-mobile,
    .modal-tooltip-mobile {
        display: none;
    }
}
.modal-error-tooltip-mobile__inner {
    padding: calc(15rem / 18) calc(20rem / 18);
    background-color: #fff;
    font-weight: 400;
    font-size: calc(10rem / 18);
    color: #000;
    text-align: center;
    border: calc(1rem / 18) solid #dadada;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.modal-error-tooltip-mobile__inner:before {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top: calc(-10rem / 18);
    width: calc(20rem / 18);
    height: calc(20rem / 18);
    background: inherit;
    transform: rotate(-45deg);
    border-top: calc(1rem / 18) solid #dadada;
    border-right: calc(1rem / 18) solid #dadada;
}
.modal-checkbox {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: calc(12rem / 18);
    line-height: normal;
    color: #ccc;
    margin-bottom: calc(20rem / 18);
    position: relative;
}
.modal-checkbox:last-child {
    margin-bottom: 0;
}
.modal-checkbox input {
    position: relative;
    width: calc(16rem / 18);
    height: calc(16rem / 18);
    margin: 0 calc(10rem / 18) 0 0;
    flex-shrink: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
.modal-checkbox input + .error {
    padding: calc(20rem / 18);
    background-color: #fff;
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(20rem / 18);
    color: #000;
    white-space: nowrap;
    position: absolute;
    top: calc(-20rem / 18);
    left: calc(100% + 45px);
}
.modal-checkbox input + .error:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    left: calc(5rem / 18);
    top: 50%;
    border: calc(15rem / 18) solid transparent;
    border-left: 0;
    border-right: calc(15rem / 18) solid #fff;
    transform: translate(calc(-100% - 5px), -50%);
}
@media only screen and (max-width: 767px) {
    .modal-checkbox {
        margin-bottom: calc(10rem / 18);
    }
    .modal-checkbox input + .error {
        display: none;
    }
    .mobile-hidden {
        display: none !important;
    }
}
.modal-checkbox input:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    width: calc(16rem / 18);
    height: calc(16rem / 18);
    border: calc(1rem / 18) solid #0C1695;
}
.modal-checkbox input[type="checkbox"]:before {
    background: url(../img/svg/icon-checkbox-checked.svg) calc(3rem / 18) calc(1rem / 18) no-repeat #fff;
    background-size: calc(12rem / 18);
    position: absolute;
    left: calc(2rem / 18);
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #0C1695;
}
.modal-checkbox input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    border: calc(1rem / 18) solid #0C1695;
}
.modal-checkbox a {
    color: #0C1695;
    margin: 0 calc(5rem / 18);
}
@media only screen and (min-width: 768px) {
    .desktop-hidden {
        display: none !important;
    }
}
.modal-step-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(17rem / 18);
    height: calc(40rem / 18);
    color: #fff;
    background-color: #0C1695;
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    border: unset;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.modal-step-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7c0042;
}
@media only screen and (max-width: 767px) {
    .modal-step-button {
        justify-content: center;
    }
}
.modal-step-button--disabled,
.modal-step-button.disabled,
.modal-step-button:disabled {
    background-color: #eee;
    color: #bebebe;
}
.modal-step-button--disabled:hover,
.modal-step-button.disabled:hover,
.modal-step-button:disabled:hover {
    background-color: #eee;
    cursor: default;
}
.modal-step-button--disabled .modal-step-button__icon,
.modal-step-button.disabled .modal-step-button__icon,
.modal-step-button:disabled .modal-step-button__icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.3033 10.9596C5.10804 10.7643 5.10804 10.4477 5.3033 10.2524L9.89949 5.65625L8.16312 3.91988L5.3033 1.06006C5.10804 0.864794 5.10804 0.548212 5.3033 0.352949C5.49856 0.157687 5.81515 0.157687 6.01041 0.352949L8.84359 3.18613L10.6066 4.94914L11.3132 5.65576L11.3137 5.65625L10.6066 6.36336L6.01041 10.9596C5.81515 11.1548 5.49856 11.1548 5.3033 10.9596Z' fill='%23BEBEBE'/%3e%3c/svg%3e");
}
.modal-step-button__icon {
    width: calc(12rem / 18);
    height: calc(12rem / 18);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.3033 10.9596C5.10804 10.7643 5.10804 10.4477 5.3033 10.2524L9.89949 5.65625L8.16312 3.91988L5.3033 1.06006C5.10804 0.864794 5.10804 0.548212 5.3033 0.352949C5.49856 0.157687 5.81515 0.157687 6.01041 0.352949L8.84359 3.18613L10.6066 4.94914L11.3132 5.65576L11.3137 5.65625L10.6066 6.36336L6.01041 10.9596C5.81515 11.1548 5.49856 11.1548 5.3033 10.9596Z' fill='white'/%3e%3c/svg%3e");
}
.modal-step-button__icon--complete {
    background-image: url(../img/svg/icon-chevron-complete.svg);
}
.modal-gmail-button {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 calc(17rem / 18);
    height: calc(40rem / 18);
    color: #fff;
    background-color: #005d9c;
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    border: unset;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.modal-gmail-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004e83;
}
:root {
    --color__accent: #6200ee;
    --field__background: #f5f5f5;
    --field__background--hover: #e9e9e9;
    --input__border: rgba(0, 0, 0, 0.42);
    --input__border--hover: rgba(0, 0, 0, 0.62);
    --label__color: #222;
    --font__size: calc(16rem / 18);
    --font__family: Roboto, Arial, sans-serif;
}
.input {
    position: relative;
    margin-bottom: calc(20rem / 18);
}
@media only screen and (max-width: 767px) {
    .modal-gmail-button {
        font-size: calc(10rem / 18);
        padding: 0 calc(20rem / 18);
    }
    .input {
        margin-bottom: calc(10rem / 18);
    }
}
.input:focus-within,
.input:hover {
    background-color: var(--field__background--hover);
    border-color: #868686;
}
.input--collapse {
    margin-bottom: 0;
}
.input__eye {
    right: calc(15rem / 18);
    top: calc(30rem / 18);
    display: block;
    width: calc(30rem / 18);
    height: calc(10rem / 18);
    background-image: url(../img/svg/icon-eye-closed.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
}
.input__eye--open {
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .input__eye {
        top: calc(20rem / 18);
        width: calc(20rem / 18);
        height: calc(10rem / 18);
    }
    .input__input + .error {
        display: none;
    }
}
.input__input {
    width: 100%;
    border: calc(1rem / 18) solid #eee;
    height: calc(60rem / 18);
    padding: calc(25rem / 18) calc(17rem / 18) calc(10rem / 18);
    font-size: calc(16rem / 18);
    caret-color: var(--color__accent);
    transition: border-color 0.2s;
    background-color: #fff;
}
.input__input.error {
    border-color: #E42D34 !important;
}
.input__input + .error {
    padding: calc(20rem / 18);
    background-color: #fff;
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(20rem / 18);
    color: #000;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: calc(100% + 45px);
}
.input__input + .error:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    left: calc(5rem / 18);
    top: 50%;
    border: calc(15rem / 18) solid transparent;
    border-left: 0;
    border-right: calc(15rem / 18) solid #fff;
    transform: translate(calc(-100% - 5px), -50%);
}
@media only screen and (max-width: 767px) {
    .input__input {
        font-size: calc(12rem / 18);
        height: calc(48rem / 18);
        padding: calc(20rem / 18) calc(17rem / 18) calc(10rem / 18);
    }
    .input__label::before {
        font-size: calc(12rem / 18);
    }
}
.input__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}
.input__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}
.input__input::placeholder {
    color: rgba(0, 0, 0, 0);
}
.input:hover .input__input {
    border-color: var(--input__border--hover);
}
.input__label {
    font-size: calc(16rem / 18);
    display: block;
    position: relative;
    top: calc(-7rem / 18);
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
}
.input__label::before {
    color: var(--label__color);
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s;
    left: calc(16rem / 18);
    position: relative;
}
.input__input:focus + .input__label::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.input__input:-moz-placeholder-shown + .input__label::before {
    transform: translate3d(0, calc(-35rem / 18), 0) scale3d(1, 1, 1);
}
.input__input:-ms-input-placeholder + .input__label::before {
    transform: translate3d(0, calc(-35rem / 18), 0) scale3d(1, 1, 1);
}
.input__input:placeholder-shown + .input__label::before {
    transform: translate3d(0, calc(-35rem / 18), 0) scale3d(1, 1, 1);
}
@media only screen and (max-width: 767px) {
    .input__input:-moz-placeholder-shown + .input__label::before {
        transform: translate3d(0, calc(-30rem / 18), 0) scale3d(1, 1, 1);
    }
    .input__input:-ms-input-placeholder + .input__label::before {
        transform: translate3d(0, calc(-30rem / 18), 0) scale3d(1, 1, 1);
    }
    .input__input:placeholder-shown + .input__label::before {
        transform: translate3d(0, calc(-30rem / 18), 0) scale3d(1, 1, 1);
    }
}
.input__input:focus + .input__label::before,
.input__label::before {
    transform: translate3d(0, calc(-45rem / 18), 0) scale3d(0.6, 0.6, 1);
}
.input__input:focus + .input__label::before {
    color: #868686;
}
.segmented-switcher {
    display: flex;
    margin-bottom: calc(20rem / 18);
}
.segmented-switcher label {
    display: flex;
    flex: 1;
}
.segmented-switcher input {
    display: none;
}
.segmented-switcher__label {
    font-size: calc(14rem / 18);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(40rem / 18);
    width: 100%;
    border: calc(1rem / 18) solid #0C1695;
}
@media only screen and (max-width: 767px) {
    .input__input:focus + .input__label::before,
    .input__label::before {
        transform: translate3d(0, calc(-40rem / 18), 0) scale3d(0.6, 0.6, 1);
    }
    .segmented-switcher__label {
        height: calc(32rem / 18);
        font-size: calc(10rem / 18);
    }
}
input:checked + .segmented-switcher__label {
    color: #fff;
    background-color: #0C1695;
}
.oauth {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(20rem / 18);
}
.oauth__title {
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    color: #c2c2c2;
    text-align: center;
    margin-bottom: calc(20rem / 18);
}
@media only screen and (max-width: 767px) {
    .oauth__title {
        font-size: calc(10rem / 18);
        margin-bottom: calc(10rem / 18);
    }
}
.oauth__icon {
    background: #eee;
    width: calc(32rem / 18);
    height: calc(32rem / 18);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    margin: 0 calc(10rem / 18);
}
.oauth__icon:hover {
    background-color: #0C1695;
}
.oauth__row {
    display: flex;
}
.remember-pwd__link {
    font-weight: 400;
    font-size: calc(14rem / 18);
    line-height: calc(19rem / 18);
    text-align: center;
    color: #c2c2c2;
}
.remember-pwd__link:hover {
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .oauth__icon {
        width: calc(23rem / 18);
        height: calc(23rem / 18);
    }
    .remember-pwd__link {
        font-size: calc(12rem / 18);
    }
}




.uk-modal-page .header {
    overflow-y: scroll;
}



.modal-vote .modal__window {
    width: calc(780rem / 18);
    min-height: 0;
    border: none;
    box-shadow: 0 0 calc(32rem / 18) rgba(20, 71, 52, 0.47);
}

.modal-vote .modal__body {
    padding: calc(30rem / 18) calc(50rem / 18);
}

@media (max-width: 767px) {

    .modal-vote .modal__body {
        padding: calc(40rem / 18) calc(20rem / 18);
    }
}


.modal-title2 {
    font-size: calc(22rem / 18);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin: calc(50rem / 18) 0 0;
}

.modal-title2:first-child {
    margin-top: 0;
}



.uk-modal-close-inside {
    position: absolute;
    top: calc(30rem / 18);
    right: calc(30rem / 18);
    font-size: calc(22rem / 18);
    padding: 0;
    color: #0C1695;
}

.uk-modal-close-inside:hover {
    color: #7c0042;
}

.uk-modal-close-inside:active {
    color: #7c0042;
}

.uk-modal-close-inside svg {
    position: relative;
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    letter-spacing: 0;
    line-height: 1;
}

@media (max-width: 767px) {

    .uk-modal-close-inside {
        top: calc(10rem / 18);
        right: calc(10rem / 18);
    }
}