

/* Start:/bitrix/components/citrus/tszh.payment.search/templates/.default/style.css?17688476593078*/
:root {
    --blue: #709DCA;
    --red: #F00839;
    --time: 0.3s;
}

.page-title.visible-desktop {
    display: block !important;
}

.payment-search {
    font-size: 14px;
}

.payment-search__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.payment-search__form {
    max-width: 350px;
}

.payment-search__subtitle {
    margin: 17px 0 24px;
}

.payment-search__field {
    position: relative;
}

.payment-search__icon {
    position: absolute;
    top: calc((50px - 17px) / 2);
    left: 15px;
    stroke: var(--blue);
    transition: var(--time);
}

.payment-search__input_error~.payment-search__icon {
    stroke: var(--red);
}

.payment-search__input {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: inherit;
    border: 1px solid var(--blue);
    border-radius: 5px;
    transition: var(--time);
}

.payment-search__input::-webkit-input-placeholder {
    color: var(--blue);
}

.payment-search__input_error::-webkit-input-placeholder {
    color: var(--red);
}

.payment-search__input::-moz-placeholder {
    color: var(--blue);
    opacity: 1;
}

.payment-search__input_error::-moz-placeholder {
    color: var(--red);
    opacity: 1;
}

.payment-search__input_error {
    border-color: var(--red);
}

.payment-search .payment-search__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 17px;
    font-weight: bold;
    line-height: 1;
    border: none;
    transition: var(--time);
}

.payment-search .payment-search__button_account {
    color: white !important;
    background: #0078DC;
}

.payment-search .payment-search__button_account:hover {
    background: #058eff;
}

.payment-search__message {
    display: none;
    margin-top: 9px;
    font-size: 12px;
    color: var(--red);
}

.payment-search__input_error~.payment-search__message {
    display: block;
}

.payment-search__wrapper {
    margin: 28px -12px 0;
    overflow: auto;
}

.payment-search__table {
    width: 100%;
    max-width: 785px;
    border-collapse: collapse;
}

.payment-search__head {
    font-weight: bold;
    color: #2B5F93;
}

.payment-search__account {
    vertical-align: top;
    cursor: pointer;
    user-select: none;
}

.payment-search__col {
    padding: 8px 15px;
    white-space: nowrap;
    text-align: left;
    transition: var(--time);
}

.payment-search__col:first-child {
    width: 21%;
    border-radius: 5px 0 0 5px;
}

.payment-search__col:last-child {
    width: 21%;
    border-radius: 0 5px 5px 0;
}

.payment-search__col:nth-child(2) {
    white-space: normal;
}

.payment-search__account:not(.payment-search__account_active):hover .payment-search__col {
    background: #d3e3ef;
}

.payment-search__account_active .payment-search__col {
    background: #E6F4FE;
}

/* End */


/* Start:/bitrix/components/citrus/system.auth.form/templates/footer-auth/bitrix/system.auth.form/.default/style.css?17688476596851*/
.password_container {
    position: relative;
}
.password-control {
    position: absolute;
    top: 26px;
    right: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    filter: invert(58%) sepia(8%) saturate(1939%) hue-rotate(169deg) brightness(102%) contrast(86%);
    background: url(/bitrix/components/citrus/system.auth.form/templates/footer-auth/bitrix/system.auth.form/.default/./images/eye-fill.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
.password-control.view {
    background: url(/bitrix/components/citrus/system.auth.form/templates/footer-auth/bitrix/system.auth.form/.default/./images/eye-slash-fill.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
@media (max-width: 768px){
    .password-control {
        position: absolute;
        top: 23px;
        right: 10px;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
}
.remind-password {
    margin-top: 23px;
}

.payment-search .remind-password {
    margin-top: 18px;
}

.payment-search .remind-password a {
    font-size: 14px;
}

.cabinet-wrapper {
    display: flex;
    gap: 46px;
    max-width: 1200px;
    margin: 60px auto 0;
}

.content__page + .cabinet-wrapper {
    display: none;
}

.content + .cabinet-wrapper {
    gap: 0;
    margin-top: 0;
}

.payment-search .cabinet-wrapper {
    width: 345px;
    margin: 0;
    margin-top: -54px;
    margin-right: 15px;
}

.payment-info {
    flex-shrink: 0;
    width: 370px;
    padding: 82px 20px;
    text-align: center;
    background-image: url('/bitrix/components/citrus/system.auth.form/templates/footer-auth/bitrix/system.auth.form/.default/images/payment-info-bg.png');
    background-size: cover;
    background-position: center;
    border: 1px solid white;
}

.payment-info .page-title {
    margin-top: 0;
}

.content + .cabinet-wrapper .payment-info {
    border: none;
}

.payment-search .payment-info {
    display: none;
}

.page-title.payment-info__title {
    margin-bottom: 23px;
}

.auth__button.auth__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    padding: 0;
    text-decoration: none;
}

.cabinet {
    display: flex;
    flex-grow: 1;
    gap: 38px;
    padding: 50px 42px 25px !important;
    overflow: hidden;
    background-color: #709dca;
    box-sizing: border-box;
}

.cabinet .auth-info {
    padding-top: 67px;
    margin-top: 0;
}

.cabinet .auth-info__text {
    display: block !important;
}

.cabinet .auth-info__ul {
    margin-top: 24px;
}

.cabinet .auth-info__link {
    color: white;
    text-decoration: underline !important;
}

.payment-search .cabinet {
    padding: 30px 50px 25px !important;
    border-radius: 5px;
}

.auth__form {
    width: 330px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.payment-search .auth__form {
    width: auto;
}

.auth__head {
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
}
.auth__inputs {
    width: 100%;
    margin-top: 28px;
}

.payment-search .auth__inputs {
    margin-top: 3px;
}

.auth__input {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    color: #709dca;
    font-size: 16px;
    margin-top: 15px;
    outline: none;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 0px;
}

.payment-search .auth__input {
    height: 50px;
}

.auth__captcha-img {
    height: 46px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 0px;
}
.auth__input::-webkit-input-placeholder {
    color: #709dca;
}
.auth__input::-moz-placeholder {
    color: #709dca;
}
.auth__checkform {
    width: 100%;
    position: relative;
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 0px;
}

.payment-search .auth__checkform {
    margin-top: 22px;
}

.auth__checkbox {
    display: none;
}

.auth__checkbox:checked + .checkbox__text:after {
    outline: 1px solid #939598;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    background-color: #63849F;
}
.checkbox__text {
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
}

.payment-search .checkbox__text {
    float: left;
    padding-left: 7px;
    margin-top: -8px;
    text-align: left;
}

.checkbox__text:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 15px;
    box-sizing: border-box;
}

.payment-search .checkbox__text:after {
    left: 0;
}

.auth__checkbutton {
    overflow: hidden;
    margin-top: 29px;
}

.payment-search .auth__checkbutton {
    margin-top: 68px;
    overflow: visible;
}

.auth__button {
    height: 46px;
    background-color: #ffbb42;
    font-size: 16px;
    color: #2b5f93;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 80px;
    padding-right: 80px;
}

.payment-search .auth__button {
    width: 200px;
    height: 40px;
}

.tszh-auth__lg-progress {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    animation: progressFill 6s -.1s ease-in-out forwards;
}
@-webkit-keyframes progressFill {
    from {
        background-position: right bottom;
    }
    to {
        background-position: left bottom;
    }
}
@-moz-keyframes progressFill {
    from {
        background-position: right bottom;
    }
    to {
        background-position: left bottom;
    }
}
@keyframes progressFill {
    from {
        background-position: right bottom;
    }
    to {
        background-position: left bottom;
    }
}
@media (max-width: 1199px) {
    .cabinet-wrapper {
        flex-direction: column;
        gap: 0;
        max-width: 768px;
        margin-top: 50px;
    }

    .payment-search .cabinet-wrapper {
        margin-right: 0;
    }

    .payment-info {
        width: auto;
        padding: 36px;
        border: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    
}
@media screen and (max-width: 767px) {
    .cabinet-wrapper {
        margin-top: 0;
    }

    .payment-search .cabinet-wrapper {
        width: 100%;
        margin-top: 30px;
    }

    .cabinet {
        flex-direction: column;
        padding: 40px 30px !important;
    }

    .cabinet .auth-info {
        padding-top: 0;
    }

    .payment-search .cabinet {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .auth-info {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .auth__form {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }
    .auth__head {
        font-size: 16px;
    }
    .auth__inputs {
        margin-top: 15px;
    }
    .auth__input {
        height: 40px;
        font-size: 14px;
    }
    .checkbox__text {
        font-size: 12px;
    }
    .auth__button {
        font-size: 14px;
    }
}

/* End */


/* Start:/bitrix/components/citrus/tszh.payment.search/templates/exit/style.css?17688476591800*/
.shadow {
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.window__close {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.payment-exit {
    margin: 30px 0;
}

.window.payment-exit__popup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    max-width: 452px;
    max-height: 100%;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    transform: translate(-50%, -50%);
    padding: 55px 25px;
    background-color: #f4f4f4;
    overflow: auto;
}

.payment-exit__title {
    margin-bottom: 20px;
    color: #2b5f93;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
}

.payment-exit__buttons {
    display: flex;
    justify-content: center;
}

.payment-exit__buttons .payment-exit__button {
    width: 186px;
    padding: 10px;
    font-weight: bold;
    transition: 0.3s;
}

.payment-exit__buttons .payment-exit__button_close:not(:hover) {
    color: #2b5f93 !important;
    border-color: #317DD3 !important;
    background: rgba(0, 0, 0, 0) !important;
}

.payment-exit__buttons .payment-exit__button:hover {
    background-color: #317DD3;
    border-color: #317DD3;
    color: white;
}

.payment-exit__button:not(:first-child) {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .window.payment-exit__popup {
        top: 50% !important;
        left: 50% !important;
        width: calc(100% - 10px) !important;
        max-width: 350px;
    }

    .payment-exit__buttons .payment-exit__button {
        padding: 5px;
    }
}

/* End */
/* /bitrix/components/citrus/tszh.payment.search/templates/.default/style.css?17688476593078 */
/* /bitrix/components/citrus/system.auth.form/templates/footer-auth/bitrix/system.auth.form/.default/style.css?17688476596851 */
/* /bitrix/components/citrus/tszh.payment.search/templates/exit/style.css?17688476591800 */
