

/* Start:/local/templates/.default/components/summit/personal.auth.form/.default/style.css?171828029913678*/
@media screen and (min-width: 992px) {
    div.page_title-text {
        margin-bottom: 40px;
        max-width: 870px;
    }
}

@media (max-width: 992px) {
    .personal-enter {
        margin-top: 0;
    }
}

.personal-enter__form {
    max-width: 582px;
    -webkit-box-shadow: 0px 6px 16px rgba(8, 35, 48, 0.12), 0px 16px 24px rgba(8, 35, 48, 0.08);
    box-shadow: 0px 6px 16px rgba(8, 35, 48, 0.12), 0px 16px 24px rgba(8, 35, 48, 0.08);
    padding: 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

@media screen and (min-width: 768px) {
    .personal-enter__form {
        padding: 50px;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}

.personal-enter__form-name {
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--color-gray-dark);
    margin-bottom: 20px;
}

.personal-enter__form-name a {
    color: #81B28A;
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    text-decoration: underline;
}

.personal-enter__form-row .custom-select-container {
    margin-bottom: 20px;
}

.personal-enter__form-row .custom-select-opener {
    height: 46px;
    line-height: 2rem;
}

.personal-enter__form-row+.personal-enter__form-text {
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .personal-enter__form-row-double {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .personal-enter__form-row-captcha .personal-enter__form-col:nth-child(1) {
        width: 180px;
    }
    .personal-enter__form-row-captcha .personal-enter__form-col:nth-child(2) {
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}

.personal-enter__form-col img {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .personal-enter__form-col {
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .personal-enter__form-col+.personal-enter__form-col {
        margin-left: 30px;
    }
}

.password-row {
    position: relative;
}

.password-row input:focus+a {
    opacity: 1;
}

.password-icon {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 24px;
    opacity: 0;
    background-image: url("/local/templates/ms_new_designe/img/svg/open_pass.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.password-row input[type="text"] ~ .password-icon {
    background-image: url("/local/templates/ms_new_designe/img/svg/close_pass.svg");
}

.personal-enter__form-text {
    font-size: 1.4rem;
    line-height: 1.5;
    /* margin-bottom: 25px; */
    color: var(--color-gray-dark);
}

.personal-enter__form-text a {
    color: var(--color-green);
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
}

.personal-enter__form-text a.active {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.personal-enter__form-text span {
    display: block;
}

.personal-enter__check {
    display: none;
}

.personal-enter__check:checked+label:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("/local/templates/ms_new_designe/img/svg/check_on.svg");
}

.personal-enter__check:checked+label:before {
    background-color: #fff;
}

.personal-enter__check-lab {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 1.4rem;
    color: var(--color-gray-dark);
}

.personal-enter__check-lab:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 2px solid #81b28a;
    border-radius: 2px;
    box-sizing: border-box;
}

.personal-enter__check-lab a {
    color: #81B28A;
    text-decoration: underline;
    font-size: 1.4rem;
}

.personal-enter__form-bottom {
    max-width: 280px;
    margin: 35px auto 0;
}

.personal-enter__form-submit {
    margin-bottom: 20px;
}

.personal-enter__links {
    margin-bottom: 50px;
}

@media screen and (min-width: 920px) {
    .personal-enter__links {
        margin-bottom: 75px;
    }
}

.personal-enter__link-block {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.personal-enter__link-block+.personal-enter__link-block {
    border-top: none;
}

.personal-enter__link-block a {
    color: #000;
    font-size: 1.8rem;
}

@media screen and (min-width: 920px) {
    .personal-enter__link-block a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.personal-enter__link-block p {
    margin-bottom: 12px;
}

@media screen and (min-width: 920px) {
    .personal-enter__link-block p {
        margin-bottom: 0;
        padding-left: 50px;
    }
}

.personal-enter__link-block span {
    color: #81B28A;
    letter-spacing: 0.04rem;
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    padding: 12px;
    width: 280px;
    border: 1px solid #81B28A;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    height: 50px;
    line-height: 2.5rem;
}

@media screen and (min-width: 920px) {
    .personal-enter__link-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.personal-enter__form-cancel {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-top: 20px;
    padding: 12px;
    background-color: #fff;
    color: #BD4E45;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 1px 2px #BD4E45;
    box-shadow: inset 0 0 1px 2px #BD4E45;
    font-weight: 500;
    font-size: 1.6rem;
    height: 48px;
}

.personal-enter__form-bottom--twice {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .personal-enter__form-bottom--twice {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .personal-enter__form-bottom--twice .personal-enter__form-cancel {
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
        max-width: 210px;
    }
    .personal-enter__form-bottom--twice .personal-enter__form-submit {
        margin-left: 30px;
        max-width: 210px;
    }
}

.personal-enter__info-photo {
    position: relative;
    width: 115px;
    height: 115px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.personal-enter__info-photo img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.personal-enter__info-name {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--color-gray-dark);
}

@media screen and (min-width: 768px) {
    .personal-enter__form--recovery {
        padding-bottom: 35px;
        padding-top: 35px;
    }
}

.personal-enter__form--recovery .personal-enter__form-row input[type=text] {
    margin-bottom: 10px;
}

.personal-enter__form--recovery .personal-enter__form-bottom {
    margin-top: 20px;
}

.personal-enter__form--recovery .personal-enter__form-bottom--twice {
    margin-top: 0;
}

.personal-enter__form--recovery .personal-enter__form-name {
    margin-top: 18px;
    margin-bottom: 12px;
}

.verification-form-block {
    text-align: left;
    margin: 0 auto;
    text-align: center;
}

div.auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 42px;
    margin: 12px 0;
    display: block;
}

div.auth-secure div.auth-secure-icon {
    background-image: url(/local/templates/.default/components/summit/personal.auth.form/.default/images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}


/* new style */

.personal-auth .auth_error {
    margin-top: -8px;
}

.personal-auth .errortext{
    margin-bottom: 15px;
    display: inline-block;
}

.personal-auth #auth-phone.error, .personal-auth .password-row .error{
    border-color: #FF0000;
}

.personal-auth__form-row input[type='text'],
.personal-auth__form-row input[type='email'],
.personal-auth__form-row input[type="password"],
.personal-auth__form-row input[type="date"] {
    margin-bottom: 16px;
}

.personal-auth__check {
    display: none;
}

.personal-auth__check:checked+label:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(/local/templates/.default/components/summit/personal.auth.form/.default/images/checkbox_on.svg);
    background-color: var(--color-green);
    border-radius: 3px;
    border: 2px solid var(--color-green);
    background-repeat: no-repeat;
    background-position: center;
}

.personal-auth__check:checked+label:before {
    background-color: #fff;
}

.personal-auth__check-lab {
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: var(--color-gray-dark);
    padding-left: 25px;
}

.personal-auth__check-lab:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
    border: 2px solid var(--color-green);
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 0;
}

.personal-auth__check-lab a {
    color: var(--color-green);
    text-decoration: underline;
    font-size: 1.4rem;
}

.personal-auth__row-half {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}

/* .personal-auth__accept-btn, */
.personal-auth__create-lk-block {
    border-radius: 10px;
    text-align: center;
    height: 48px;
    padding: 0 10px;
}
._btn.personal-auth__accept-btn {
    width: 50%;
}

.personal-auth__create-lk-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 18px;
    background: #ffffff;
    border: 1px solid var(--color-green);
    color: var(--color-green);
    font-size: 14px;
    transition: 0.3s;
}
.esia-auth-wrapper {
    width: 50%;
    height: 48px;
    position: relative;
}
.esia-auth-button {
    width: 100%;
    height: 100%;
    border: 1px solid #2864B8;
    border-radius: 10px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.esia-auth-button .esia-label {
    font-size: 13px;
    line-height: 160%;
    color: var(--color-gray-dark);
}
.esia-auth-button .esia-logo {
    height: 19px;
}
@media(max-width: 767px) {
.esia-auth-button .esia-label {
    font-size: 11px;
}
.esia-auth-button .esia-logo {
    height: 14px;
}
}
.esia-auth-button:hover {
    opacity: 0.7;
}

.register-case-with-esia {
    color: var(--color-gray-dark);
    margin-top: 16px;
}
.register-case-with-esia a {
    font-weight: 500;
    color: var(--color-green);
}

.personal-auth__create-lk-block:hover {
    opacity: 0.6;
}

.personal-auth__form-row .input-label {
    color: var(--color-gray-dark);
    font-size: 14px;
    margin-bottom: 8px;
}

.esia-auth-wrapper .esia-question {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 9px;
    right: 9px;
    background-image: url("/images/esia/esia_question.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    cursor: help;
}
.esia-auth-wrapper .esia-question-msg {
    position: absolute;
    width: 276px;
    padding: 16px;
    top: 27px;
    right: -14px;
    background-color: #F3F5F7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-gray-dark);
    text-align: left;
}
@media screen and (min-width: 768px) {
    .esia-auth-wrapper .esia-question-msg {
        right: -132px;
    }
}
.esia-auth-wrapper .esia-question-ugolok {
    position: absolute;
    border-left: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid rgba(255, 241, 190, 0);
    border-bottom: 10px solid #F3F5F7;
    right: -2px;
    top: 18px;
}
.esia-auth-wrapper .esia-question .esia-question-msg,
.esia-auth-wrapper .esia-question .esia-question-ugolok {
    display: none;
}
.esia-auth-wrapper .esia-question:hover .esia-question-msg,
.esia-auth-wrapper .esia-question:hover .esia-question-ugolok {
    display: block;
}
/* End */


/* Start:/include/store_buttons/style.css?1723096006447*/

.store-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}
.store-buttons .store_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}
@media(min-width: 768px) {
.store-buttons {
	justify-content: flex-start;
	margin-bottom: 0;
}
.store-buttons .store_item {
	width: 40px;
	height: 40px;
	border: 1px solid #E1E1E1;
	border-radius: 6px;
}
}
/* End */


/* Start:/bitrix/components/summit/user.messages.show/templates/.default/style.css?16932235981223*/
.user-messages-block {
    position: fixed;
    right: 10px;
    left: 10px;
    top: 10px;
    background: #D9EDF7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 10px;
    display: flex;
    margin-top: 50px;
    z-index: 250;
}
.user-messages-block .icon-wrap {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin: 20px;
}
.user-messages-block .text-wrap {
    font-size: 14px;
    line-height: 16px;
    color: #565759;
    flex: 1 2 auto;
    margin: 16px 0;
}
.user-messages-block .text-wrap .write-chat {
    font-weight: 500;
    text-decoration-line: underline;
    color: #31708F;
}
.user-messages-block .close-wrap {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin: 16px;
    cursor: pointer;
}

/*Для позиционирования, в зависимости от размера меню (оно по скролу меняется)*/
@media screen and (min-width: 1200px) {
    .user-messages-block.full-menu {
        margin-top: 118px;
    }

    .user-messages-block.small-menu {
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) {
    .user-messages-block {
        width: 349px;
        left: unset;
    }

}

/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/templates/.default/components/summit/personal.auth.form/.default/style.css?171828029913678 */
/* /include/store_buttons/style.css?1723096006447 */
/* /bitrix/components/summit/user.messages.show/templates/.default/style.css?16932235981223 */
/* /js/cookie-modal/style.css?17587015243378 */
