

/* Start:/local/templates/marketplays/components/bitrix/main.register/.default/style.css?173347459411136*/
main {
    flex: 1 1 auto;
    position: relative;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    font-family: inherit;
    transition: all 0.3s ease 0s;
}
a:active,
button:active {
    transform: scale(0.9);
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

/*------------------------------Кнопки---------------------------*/
.green-button {
    border-radius: 40px;
    background: rgb(98, 194, 63);
    padding: 10px 25px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    border: 1px solid rgb(98, 194, 63);
}
.green-button svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
@media (hover: hover) {
    .green-button:hover {
        border-color: rgb(98, 194, 63);
        color: rgb(98, 194, 63);
        background: #fff;
    }
}
.green-button.added {
    border-color: rgb(44, 165, 0);
    color: #fff;
    background: rgb(44, 165, 0);
}
.green-button.added svg {
    color: #fff;
}
.green-button.added .green-button__text1 {
    display: none;
}
.green-button.added .green-button__text2 {
    display: block;
}
.green-button .green-button__text2 {
    display: none;
}
@media (max-width: 600px) {
    .green-button {
        padding: 8px 10px;
        font-size: 12px;
    }
}

.white-button {
    border-radius: 40px;
    background: #fff;
    padding: 10px 65px;
    color: rgb(98, 194, 63);
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgb(98, 194, 63);
}
.white-button svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
@media (hover: hover) {
    .white-button:hover {
        background: rgb(98, 194, 63);
        color: #fff;
    }
}
/*------------------------------Инпуты---------------------------*/
input {
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    padding: 10px 18px;
    color: rgb(21, 21, 21);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    transition: all 0.3s ease 0s;
}
input:user-invalid {
    border-color: rgb(229, 57, 53);
}
input:focus, input:hover {
    border-color: rgb(98, 194, 63);
}
input::placeholder {
    color: rgb(176, 176, 176);
}

/*------------------------------Checkbox---------------------------*/
.checkbox {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.checkbox label {
    color: rgb(21, 21, 21);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
}
.checkbox label a {
    color: rgb(98, 194, 63);
}
@media (hover: hover) {
    .checkbox label a:hover {
        text-decoration: underline;
    }
}
.checkbox input[type=checkbox] {
    display: none;
    width: auto;
    color: #fff;
}
.checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}
.checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    transition: background-color 0.3s;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 4px;
    background: rgb(255, 255, 255);
}
.checkbox input[type=checkbox]:checked + label::before {
    background-color: rgb(98, 194, 63);
    border-color: rgb(98, 194, 63);
}
.checkbox label::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.checkbox input[type=checkbox]:checked + label::after {
    opacity: 1;
}
.checkbox.checked label::before {
    background-color: rgb(98, 194, 63);
    border-color: rgb(98, 194, 63);
}
.checkbox.checked label::after {
    opacity: 1;
}

/*------------------------------LOGIN REGISTRATION---------------------------*/
.login__body {
    padding: 30px 0;
}
@media (max-width: 500px) {
    .login__body {
        padding: 20px 0;
    }
}
.login__forms {
    width: 480px;
    margin-inline: auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 40px 0px rgba(31, 31, 31, 0.08);
    background: rgb(255, 255, 255);
}
@media (max-width: 500px) {
    .login__forms {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
}
.login__tabs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.login__tab {
    flex: 0 1 50%;
    text-align: center;
    color: rgb(21, 21, 21);
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    padding: 6px 12px;
    cursor: pointer;
    border-bottom: 2px solid rgb(223, 223, 223);
}
.login__tab.active {
    border-bottom: 2px solid rgb(98, 194, 63);
}
.login__tab a:hover {
    color: rgb(21, 21, 21);
    text-decoration: none;
}
.login__content {
    display: none;
}
.login__content.active {
    display: block;
}
.login__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.login__form-item {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.login__form-item input {
    width: 100%;
}
.login__form-item .checkbox {
    margin: 0;
}
.login__form-item .checkbox label {
    color: rgb(135, 135, 135);
    font-size: 12px;
    font-weight: 400;
}
.login__form-item .checkbox label::before {
    top: 0;
    transition: all 0.3s ease 0s;
}
.login__form-item .checkbox label::after {
    top: 4px;
}
@media (hover: hover) {
    .login__form-item .checkbox label:hover::before {
        border-color: rgb(98, 194, 63);
    }
}
.login__form-item .checkbox-center label {
    line-height: 23px;
    margin-bottom: 0;
}
.login__form-item .green-button {
    width: 100%;
    height: 50px;
}
@media (max-width: 500px) {
    .login__form-item .green-button {
        font-size: 14px;
    }
}
.login__form-item .green-button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.login__eye {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.login__eye img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease 0s;
}
@media (hover: hover) {
    .login__eye:hover img {
        opacity: 0.7;
    }
}
.login__eye-close {
    display: none;
}
.login__forget {
    color: rgb(98, 194, 63);
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    border: none;
}
@media (hover: hover) {
    .login__forget:hover {
        text-decoration: underline;
    }
}
.login__social {
    color: rgb(21, 21, 21);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.login__social-links {
    margin-top: 14px;
}
.login__social-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    transition: all 0.3s ease 0s;
}
.login__social-link:not(:last-child) {
    margin-right: 8px;
}
.login__social-link svg {
    width: auto;
    height: 18px;
    object-fit: contain;
    transition: all 0.3s ease 0s;
    color: #fff;
}
@media (hover: hover) {
    .login__social-link:hover {
        background: rgb(98, 194, 63);
    }
    .login__social-link:hover svg {
        transform: scale(1.1);
    }
}

.recover-password {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    transition-behavior: allow-discrete;
    opacity: 0;
    transition-duration: 0.5s;
    display: none;
}
.recover-password.opened {
    display: flex;
    opacity: 1;
}
@starting-style {
    .recover-password.opened {
        opacity: 0;
    }
}
.recover-password__body {
    position: relative;
    width: min(100% - 32px, 460px);
    margin-inline: auto;
    border-radius: 6px;
    box-shadow: 0px 4px 40px 0px rgba(31, 31, 31, 0.08);
    background: rgb(255, 255, 255);
    padding: 32px 47px;
}
.recover-password__body .white-button {
    height: 50px;
}
@media (hover: hover) {
    .recover-password__body .white-button:hover {
        background: rgb(98, 194, 63);
        color: #fff;
    }
}
.recover-password__body .green-button {
    height: 50px;
}
@media (hover: hover) {
    .recover-password__body .green-button:hover {
        background: rgb(44, 165, 0);
        color: #fff;
    }
}
@media (max-width: 767px) {
    .recover-password__body {
        padding: 24px 16px;
    }
    .recover-password__body .green-button {
        font-size: 14px;
    }
}
.recover-password__title {
    margin-top: 10px;
    color: rgb(21, 21, 21);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 18px;
    text-align: center;
}
@media (max-width: 767px) {
    .recover-password__title {
        text-align: left;
        font-size: 18px;
        margin-bottom: 14px;
    }
}
.recover-password__form {
    display: none;
}
.recover-password__form.active {
    display: block;
}
.recover-password__subtitle {
    color: rgb(21, 21, 21);
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .recover-password__subtitle {
        margin-bottom: 14px;
    }
}
.recover-password__email, .recover-password__tel {
    width: 100%;
}
.recover-password__email input, .recover-password__tel input {
    width: 100%;
}
.recover-password__buttons {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.recover-password__close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
}
.recover-password__close img {
    width: 24px;
    height: 24px;
    display: inline-block;
}
@media (hover: hover) {
    .recover-password__close:hover {
        transform: rotate(-90deg);
    }
}
@media (max-width: 767px) {
    .recover-password__close {
        width: 24px;
        height: 24px;
        top: 12px;
        right: 12px;
    }
    .recover-password__close img {
        width: 16px;
        height: 16px;
    }
}
/* End */
/* /local/templates/marketplays/components/bitrix/main.register/.default/style.css?173347459411136 */
