

/* Start:/bitrix/templates/intermeda/css/auth.css?175174034614761*/
.authorization__description {
    width: 50%;
    padding-right: 55px;
}

.authorization__h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 60px;
    font-weight: 700;
    line-height: 104%;
}

.authorization__text {
    max-width: 350px;
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 20px;
}

.authorization__registration {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    text-decoration: underline;
    color: var(--project-color, #E41E24);
}

.authorization__login-pass {
    margin-top: 24px;
}

.authorization__password {
    position: relative;
    width: 416px;
}

.authorization__password-control {
    position: absolute;
    width: 32px;
    height: 32px;
    float: right;
    right: 22px;
    top: 11px;
    display: block;
    background: url(/bitrix/templates/intermeda/css/img/eye.svg) 0 3px no-repeat;
}

.authorization__password-control.view {
    background: url(/bitrix/templates/intermeda/css/img/no-eye.svg) 0 0 no-repeat;
}

.authorization__forget {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    text-decoration: underline;
    color: #485251;
}

font.errortext {
    font-size: 14px;
}


input {
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
}

input[type=text], input[type=password], select {
    width: 100%;
    height: 56px;
    padding: 17px 23px;
    border: 1px solid #A2ABAA;
    border-radius: 12px;
    font-size: 18px;
    line-height: 110%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #485251;
}

input[type=password] {
    padding-right: 74px;
}

::placeholder {
    font-family: inherit;
}

input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus, select:hover, select:focus {
    outline: none;
    border-color: #485251;
}

input.error,
select.error {
    border: 1px solid #F23326;
}

input.error + .bx-ui-sls-container input {
    border: 1px solid #F23326 !important;
}

.errorMsg {
    display: block;
    color: #EF1414;
    font-size: 16px;
}

button, input[type=submit] {
    display: block;
    cursor: pointer;
    background-color: var(--project-color, #E41E24);
    border-radius: 12px;
    color: #fff;
    border: none;
    font-family: inherit;
    font-weight: bold;
    font-size: 18px;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    padding: 17px 36px;
}

button.disable {
    opacity: 0.5;
    pointer-events: none;
}

button {
    position: relative;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all; /* в файле есть main.css она есть, меняем её */
}

button span {
    position: relative;
    z-index: 9;
}

button:before {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    z-index: 2;
}

button:hover:before {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

button:focus:before {
    transition: 0.4s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}


label {
    display: block;
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.form-container {
    display: flex;
    max-width: 1088px;
    margin: auto;
    padding: 80px 112px 103px;
    border-radius: 60px;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #485251;
    background-color: #fff;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.checkbox-box {
    display: block;
    margin-bottom: 24px;
    margin-top: 32px;
}

.checkbox-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-box span {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #485251;
}

span.checkbox:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a2abaa;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -3px;
    margin-right: 5px;
}

.checkbox-box input:checked + span.checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-box input:checked + span.checkbox:before {
    background-color: var(--project-color, #E41E24);
    border-color: var(--project-color, #E41E24);
}

.starrequired {
    font-size: 40px;
    position: relative;
    top: 10px;
    color: var(--project-color, #E41E24);
}

/* Стили пользовательского соглашения */

label.main-user-consent-request {
    display: flex;
    align-items: center;
    margin: 10px 0px 25px 0px;
}

span.main-user-consent-request-announce {
    font-size: 14px;
    font-weight: 600;
    max-width: 360px;
}

input[name="USER_AGREEMENT"] + span.main-user-consent-request-announce {
    margin-left: 8px;
}

span.main-user-consent-request-announce a {
    color: var(--project-color, #E41E24);
    text-decoration: underline;
}

label.main-user-consent-request input {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

@media (min-width: 280px) and (max-width: 775px) {
    span.main-user-consent-request-announce {
        max-width: 200px;
    }
}

/* Поле выбора города */
.form__item:has(.quick-locations),
.form__item:has(.enumeration) {
    margin-top: -34px;
}
div.bx-sls:has(.bx-ui-sls-container) {
    margin-bottom: -40px;
}

div:has(.p-lk-form-label) {
    margin-bottom: 25px;
}

div.bx-sls .quick-locations {
    margin-bottom: -13px;
}

div.bx-sls .quick-location-tag {
    height: auto;
    padding: 9px 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 117%;
    color: #485251;
    background-color: #F5F5F5;
    border-radius: 8px;
    border: none;
}
div.bx-sls .quick-location-tag:hover {
    color: var(--project-color, #E41E24);
    background-color: #F5F5F5;
}
div.bx-sls .quick-location-tag:first-child {
    margin-left: 0;
}
div.bx-sls .quick-location-tag:last-child {
    margin-right: 0;
}
div.bx-sls .dropdown-block {
    /*width: 416px;*/
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
div.bx-sls .dropdown-icon {
    display: none;
}
div.bx-sls .bx-ui-sls-container {
    min-height: 73px;
}
div.bx-sls .bx-ui-sls-route,
div.bx-sls .bx-ui-sls-fake {
    height: 56px;
    padding: 0 30px 0 23px !important;
    border: 1px solid #A2ABAA !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #485251 !important;
    border-radius: 12px;
}
div.bx-sls .bx-ui-sls-route:hover,
div.bx-sls .bx-ui-sls-fake:hover {
    outline: none;
    border-color: #485251 !important;
}
div.bx-sls .dropdown-fade2white {
    top: 10px;
    right: 10px;
    z-index: 10;
}
div.bx-sls .bx-ui-sls-loader {
    top: 14px;
    right: 7px;
    z-index: 10;
}
div.bx-sls .bx-ui-sls-clear {
    top: 12px;
    right: 6px;
    z-index: 10;
}
div.bx-sls .bx-ui-sls-pane {
    top: 41px;
    border: 1px solid #A2ABAA;
    border-radius: 12px;
}
div.bx-sls .bx-ui-sls-error div {
    top: 6px;
}
div.bx-ui-sls-variant.bx-ui-sls-variant-active {
    font-weight: 700;
}
.dropdown-item.bx-ui-sls-variant {
    padding: 0 10px !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    background-color: transparent !important;
}
div.bx-sls .dropdown-item-text span {
    color: var(--project-color, #E41E24) !important;
}
.enumeration-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(/bitrix/templates/intermeda/css/../img/icons/menu.svg);
    background-repeat: no-repeat;
    background-position: right 23px center;
}
/*.form-container form > div:nth-last-child(2) {*/
/*    margin-bottom: 25px;*/
/*}*/
.form-container form > div input {
    width: 100%;
}

.form__item {
    position: relative;
    display: block;
    margin: 16px 0 45px;
}

/* Поле выбора города */
.form__item:has(#medigit_location + .errorMsg),
.form__item:has(#enumeration + .errorMsg) {
    display: flex;
    flex-direction: column;
}
#medigit_location {
    margin: 7px 0 1px;
}
#medigit_location ~ .errorMsg,
#enumeration ~ .errorMsg {
    order: 2;
}
.form__item .bx-sls .bx-ui-sls-pane {
    top: 56px;
}
#medigit_location ~ .errorMsg ~ .bx-sls {
    margin-bottom: -27px;
}

.form__item .bx-sls .dropdown-block {
    border: none;
    box-shadow: none;
    padding: 0 0 10px;
}

.form__item .bx-sls .quick-locations {
    margin: 10px 0 2px;
}

.bx-ui-sls-variants .dropdown-item.bx-ui-sls-variant {
    margin: 15px 0;
}

.form__item .bx-sls .quick-location-tag {
    display: inline-block;
    border-radius: 8px;
    background-color: #F5F5F5;
    padding: 9px 21px;
    color: #2C2C2C;
    border: none;
    font-size: 16px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.form__item .bx-sls .bx-ui-sls-pane {
    border: none;
}

.form__item .bx-sls .quick-location-tag:hover {
    background-color: #e8e8e8;
    color: var(--project-color, #e51e25);
}

.form__item .bx-sls .dropdown-icon {
    background: none;
}

.form__item .bx-sls .bx-ui-sls-clear {
    z-index: 1000;
}

.form__item .p-lk-form-label {
    position: static;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.form__item.form__specialties {
    margin: 16px 0 30px;
}

.form__specialties .specialties-label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.form__item .bx-sls .bx-ui-sls-pane {
    padding: 0;
}

.form__item .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover {
    background-color: var(--project-color, #e51e25);
}

.form__item .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover .dropdown-item-text {
    color: #aba8ac;
    font-weight: 700;
}

.form__item .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover .dropdown-item-text span {
    font-weight: 700;
}

.form select:focus ~ label,
.form select:not(:placeholder-shown) ~ label,
.form input:focus ~ label, .form input:not(:placeholder-shown) + label,
.form input + label,
.form .jq-selectbox.focused ~ label,
.form .jq-selectbox.changed ~ label {
    top: -33px;
}


.form input[type="text"] + label, .form input[type="password"] + label, .form textarea + label {
    display: block;
    position: absolute;
    left: 0;
}

.errorMsg {
    color: #F23326;
}

.input-hint {
    color: #A2ABAA;
    font-size: 12px;
    display: block;
    line-height: 1.2;
    margin-top: 5px;
}

@media (max-width: 1150px) {
    .authorization__h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    input[type=text], input[type=password], select {
        width: 100%;
    }

    .authorization__password {
        width: auto;
    }

    div.bx-sls .dropdown-block {
        width: 100%;
    }
}


@media (max-width: 768px) {
    div.bx-sls .quick-location-tag {
        margin: 0 2px 14px;
        padding: 9px 14px;
        font-size: 14px;
    }

    .form__item .p-lk-form-label {
        font-size: 14px;
    }

    .form__specialties .specialties-label {
        font-size: 15px;
    }

    .starrequired {
        font-size: 32px;
    }

    div:has(.p-lk-form-label) {
        margin-bottom: 0;
    }
}

@media (max-width: 565px) {
    button, input[type=submit] {
        width: 100%;
        padding: 15px 5px;
        font-size: 14px;
        font-weight: 600;
    }

    input[type=text], input[type=password], select {
        height: 48px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px;
    }

    input[type=password] {
        padding-right: 56px;
    }

    label {
        font-size: 14px;
    }

    .form-container {
        flex-direction: column;
        border-radius: 30px;
        padding: 25px 16px 35px;
    }

    .checkbox-box span {
        font-size: 14px;
    }

    .checkbox-box input:checked + span.checkbox:after {
        top: -2px;
    }

    .authorization__description {
        width: 100%;
        padding-right: 0;
    }

    .authorization__h2 {
        margin-bottom: 5px;
        font-size: 26px;
        line-height: 104%;
        line-height: 31px;
    }

    .authorization__text {
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 22px;
        font-size: 14px;
    }

    .authorization__registration {
        font-size: 14px;
    }

    .authorization__login-pass {
        margin-top: 16px;
    }

    .authorization__password-control {
        bottom: 37px;
        right: 10px;
        background-size: 24px 24px;
    }

    .authorization__forget {
        font-size: 14px;
    }
    .form__item:has(.quick-locations),
    .form__item:has(.enumeration) {
        margin-top: -36px;
    }
    .form__item.form__specialties {
        margin-top: 18px;
    }
    div.bx-sls:has(.bx-ui-sls-container) {
        margin-bottom: -18px;
    }
    .form__item .bx-sls .quick-locations {
        margin: 8px 0 2px;
    }
    .form__item .bx-sls .quick-location-tag {
        font-size: 14px;;
        line-height: 16px;
    }
    input[name="USER_AGREEMENT"] + span.main-user-consent-request-announce {
        max-width: none;
        margin-left: 3px;
    }
    .bx-ui-sls-variants .dropdown-item.bx-ui-sls-variant {
        margin: 10px 0;
    }
    div.bx-sls .bx-ui-sls-container {
        min-height: 50px;
    }
    div.bx-sls .bx-ui-sls-route,
    div.bx-sls .bx-ui-sls-fake {
        height: 48px;
        padding: 0 16px !important;
        font-size: 14px;
        line-height: 19px;
    }
    .dropdown-item.bx-ui-sls-variant {
        font-size: 14px;
        line-height: 19px;
    }
    #medigit_location ~ .errorMsg ~ .bx-sls {
        margin-bottom: -11px;
    }
    .enumeration-select select {
        background-position: right 19px center;
    }
    div.bx-sls .bx-ui-sls-loader {
        top: 8px;
    }
    div.bx-sls .bx-ui-sls-clear {
        top: 8px;
    }
    div.bx-sls .bx-ui-sls-pane {
        top: 33px;
    }
}

/* End */
/* /bitrix/templates/intermeda/css/auth.css?175174034614761 */
