@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media screen and (min-width: 36rem) {
    .container {
        max-width: 31.875rem;
    }
}
@media screen and (min-width: 48rem) {
    .container {
        max-width: 43.125rem;
    }
}
@media screen and (min-width: 62rem) {
    .container {
        max-width: 58.125rem;
    }
}
@media screen and (min-width: 75rem) {
    .container {
        max-width: 69.375rem;
    }
}
* {
    font-family: Arial;
    box-sizing: border-box;
}
* button:focus,
* input:focus,
* select:focus,
* textarea:focus {
    outline: 0;
}
.modal__overlay {
    background-color: rgba(0, 0, 0, 0.9);
}
.modal__window {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 380px;
    min-height: 500px;
    background-color: #fff;
    border-bottom: 10px solid #169948;
    padding: 0;
}
.modal__window .step.active {
    z-index: 1 !important;
}
.modal__window #register-step-2 {
    z-index: -1;
    background-color: #fff;
    border-bottom: 10px solid #169948;
}
.modal__close {
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    display: block;
    width: 40px;
    height: 40px;
    background-color: #169948;
    transition: 0.2s ease-in-out;
}
.modal__close:hover {
    background-color: rgba(252, 85, 84, 0.7);
}
.modal__close:before {
    content: "";
    height: 100%;
    display: block;
    background-image: url(../img/svg/icon-close.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.modal__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #c2c2c2;
}
@media only screen and (max-width: 639px) {
    .modal__window {
        margin-top: 30px;
        border-bottom: unset;
        border-top: 4px solid #169948;
        min-height: unset;
    }
    .modal__close {
        display: none;
    }
    .modal__text {
        font-size: 12px;
        padding: 0 20px;
        line-height: 16px;
    }
}
.modal__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #c2c2c2;
}
.modal__link:hover {
    text-decoration: none;
}
.modal__bonus {
    font-family: Arial;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #169948;
    margin-bottom: 5px;
}
.modal__img {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
    .modal__img {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }
}
.modal__img img {
    max-width: 100%;
    max-height: 100%;
}
.modal__back {
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
    display: block;
    width: 40px;
    height: 40px;
    background-color: #169948;
    transition: 0.2s ease-in-out;
}
.modal__back:hover {
    background-color:#72CACE;
}
.modal__back:before {
    content: "";
    height: 100%;
    display: block;
    background-image: url(../img/svg/icon-chevron-left-black.svg);
    background-size: 13px;
    background-position: 17px center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 639px) {
    .modal__back {
        display: none;
    }
}
.modal__back-link {
    font-size: 14px;
}
.modal__back-mobile {
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 640px) {
    .modal__back-mobile {
        display: none;
    }
}
.modal__back-mobile__button {
    font-size: 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: calc(100% + 30px);
    padding: 8px 25px 8px 20px;
}
.modal__back-mobile__button:before {
    content: "";
    display: block;
    background-image: url(../img/svg/icon-arrow-left.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.modal__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 50px 20px 0;
}
@media only screen and (max-width: 639px) {
    .modal__header {
        padding: 30px 20px 0;
    }
    .modal__body {
        padding: 0 20px;
    }
}
.modal__body {
    padding: 0 20px;
}
.modal__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 20px 30px;
}
.modal__footer--bottom {
    align-items: center;
}
.modal__title {
    font-family: Arial;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
    .modal__footer {
        padding: 0 30px 20px;
    }
    .modal__title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
    }
}
.modal__subtitle {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
    .modal__subtitle {
        font-size: 10px;
        line-height: 14px;
    }
}
.modal__copy {
    position: absolute;
    bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #fff;
}
.modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    height: 40px;
    color: #fff;
    background-color: #169948;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    border: unset;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.modal__button:hover {
    background-color: #169948;
}
.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: 40px;
    height: 40px;
    background-color: #169948;
    transition: 0.2s ease-in-out;
}
.uk-modal-close-default:not(.multistep-close):hover {
    color: #000;
    background-color:#72CACE;
}
.modal-tooltip {
    position: absolute;
    top: -15px;
    left: calc(100% + 45px);
}
@media only screen and (max-width: 639px) {
    .modal__button {
        font-size: 10px;
    }
    .uk-modal-close-default:not(.multistep-close) {
        display: none;
    }
    .modal-tooltip {
        display: none;
    }
}
.modal-tooltip__inner {
    padding: 20px;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
}
.modal-tooltip__inner:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    left: 5px;
    top: 50%;
    border: 15px solid transparent;
    border-left: 0;
    border-right: 15px solid #fff;
    transform: translate(calc(-100% - 5px), -50%);
}
.modal-tooltip-mobile {
    font-weight: 400;
    font-size: 8px;
    line-height: 11px;
    color: #ccc;
    padding: 0 17px;
    margin-bottom: 20px;
}
.modal-error-tooltip-mobile {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}
@media only screen and (min-width: 640px) {
    .modal-error-tooltip-mobile,
    .modal-tooltip-mobile {
        display: none;
    }
}
.modal-error-tooltip-mobile__inner {
    padding: 15px 20px;
    background-color: #fff;
    font-weight: 400;
    font-size: 10px;
    color: #000;
    text-align: center;
    border: 1px 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: -10px;
    width: 20px;
    height: 20px;
    background: inherit;
    transform: rotate(-45deg);
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.modal-checkbox {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #ccc;
    margin-bottom: 20px;
    position: relative;
}
.modal-checkbox:last-child {
    margin-bottom: 0;
}
.modal-checkbox input {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 10px 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: 20px;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
    position: absolute;
    top: -20px;
    left: calc(100% + 45px);
}
.modal-checkbox input + .error:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    left: 5px;
    top: 50%;
    border: 15px solid transparent;
    border-left: 0;
    border-right: 15px solid #fff;
    transform: translate(calc(-100% - 5px), -50%);
}
@media only screen and (max-width: 639px) {
    .modal-checkbox {
        margin-bottom: 10px;
    }
    .modal-checkbox input + .error {
        display: none;
    }
    .mobile-hidden {
        display: none !important;
    }
}
.modal-checkbox input:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 1px solid #169948;
}
.modal-checkbox input[type="checkbox"]:before {
    background: url(../img/svg/icon-checkbox-checked.svg) 3px 1px no-repeat #fff;
    background-size: 12px;
    position: absolute;
    left: 2px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #169948;
}
.modal-checkbox input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    border: 1px solid #169948;
}
.modal-checkbox a {
    color: #169948;
    margin: 0 5px;
}
@media only screen and (min-width: 640px) {
    .desktop-hidden {
        display: none !important;
    }
}
.modal-step-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    height: 40px;
    color: #fff;
    background-color: #169948;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    border: unset;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.modal-step-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #169948;
}
@media only screen and (max-width: 639px) {
    .modal-step-button {
        font-size: 10px;
        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: 12px;
    height: 12px;
    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 17px;
    height: 40px;
    color: #fff;
    background-color: #005d9c;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    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: 16px;
    --font__family: Roboto, Arial, sans-serif;
}
.input {
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
    .modal-gmail-button {
        font-size: 10px;
        padding: 0 20px;
    }
    .input {
        margin-bottom: 10px;
    }
}
.input:focus-within,
.input:hover {
    background-color: var(--field__background--hover);
    border-color: #868686;
}
.input--collapse {
    margin-bottom: 0;
}
.input__eye {
    right: 15px;
    top: 30px;
    display: block;
    width: 30px;
    height: 10px;
    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: 639px) {
    .input__eye {
        top: 20px;
        width: 20px;
        height: 10px;
    }
    .input__input + .error {
        display: none;
    }
}
.input__input {
    width: 100%;
    border: 1px solid #eee;
    height: 60px;
    padding: 25px 17px 10px;
    font-size: 16px;
    caret-color: var(--color__accent);
    transition: border-color 0.2s;
    background-color: #fff;
}
.input__input.error {
    border-color: #169948 !important;
}
.input__input + .error {
    padding: 20px;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    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: 5px;
    top: 50%;
    border: 15px solid transparent;
    border-left: 0;
    border-right: 15px solid #fff;
    transform: translate(calc(-100% - 5px), -50%);
}
@media only screen and (max-width: 639px) {
    .input__input {
        font-size: 12px;
        height: 48px;
        padding: 20px 17px 10px;
    }
    .input__label::before {
        font-size: 12px;
    }
}
.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: 16px;
    display: block;
    position: relative;
    top: -7px;
    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: 16px;
    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, -35px, 0) scale3d(1, 1, 1);
}
.input__input:-ms-input-placeholder + .input__label::before {
    transform: translate3d(0, -35px, 0) scale3d(1, 1, 1);
}
.input__input:placeholder-shown + .input__label::before {
    transform: translate3d(0, -35px, 0) scale3d(1, 1, 1);
}
@media only screen and (max-width: 639px) {
    .input__input:-moz-placeholder-shown + .input__label::before {
        transform: translate3d(0, -30px, 0) scale3d(1, 1, 1);
    }
    .input__input:-ms-input-placeholder + .input__label::before {
        transform: translate3d(0, -30px, 0) scale3d(1, 1, 1);
    }
    .input__input:placeholder-shown + .input__label::before {
        transform: translate3d(0, -30px, 0) scale3d(1, 1, 1);
    }
}
.input__input:focus + .input__label::before,
.input__label::before {
    transform: translate3d(0, -45px, 0) scale3d(0.6, 0.6, 1);
}
.input__input:focus + .input__label::before {
    color: #868686;
}
.segmented-switcher {
    display: flex;
    margin-bottom: 20px;
}
.segmented-switcher label {
    display: flex;
    flex: 1;
}
.segmented-switcher input {
    display: none;
}
.segmented-switcher__label {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    border: 1px solid #169948;
}
@media only screen and (max-width: 639px) {
    .input__input:focus + .input__label::before,
    .input__label::before {
        transform: translate3d(0, -40px, 0) scale3d(0.6, 0.6, 1);
    }
    .segmented-switcher__label {
        height: 32px;
        font-size: 10px;
    }
}
input:checked + .segmented-switcher__label {
    color: #fff;
    background-color: #169948;
}
.oauth {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.oauth__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #c2c2c2;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
    .oauth__title {
        font-size: 10px;
        margin-bottom: 10px;
    }
}
.oauth__icon {
    background: #eee;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    margin: 0 10px;
}
.oauth__icon:hover {
    background-color: #169948;
}
.oauth__row {
    display: flex;
}
.remember-pwd__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #c2c2c2;
}
.remember-pwd__link:hover {
    text-decoration: none;
}
@media only screen and (max-width: 639px) {
    .oauth__icon {
        width: 23px;
        height: 23px;
    }
    .remember-pwd__link {
        font-size: 12px;
    }
}



.modal__error {
    color:#169948;
    text-align: center;
    margin-bottom: 10px;
}