body {
    margin: 0px 0px 10px 0px;
}

html {
    overflow-y: scroll;
}

a {
    color: #5472D2;
}

#web-app-lombard .basestatus.nonactive {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4px;
}

#web-app-lombard .text-right {
    text-align: right;
}

#web-app-lombard td, #web-app-lombard th {
    padding: 4px !important;
}

#web-app-lombard .basestatus.active {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4px;
}

#web-app-lombard .notification {
    padding: 10px;
    text-align: center;
}

#web-app-lombard .notification input {
    font-size: 16px;
    padding: 8px 26px;
    margin: 4px;
    color: #404040;
    background: #ffffff;
    border: 1px solid #c3c3c3;
    position: relative;
    min-width: 260px;
    text-align: center;
}


#web-app-lombard #basesStatus {
    display: inline-block;
    margin-right: 4px;
}

#web-app-lombard #messageStatus {
    display: inline-block;
    font-size: 12px;
}

#web-app-lombard .screen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#web-app-lombard .popup{
    overflow: auto;
    max-height: 90vh;
}

.screen.section1, .screen.section2, .screen.section3 {
    margin-top: 30px;
}

#web-app-lombard .form_login {
    text-align: center;
    max-width: 220px;
    width: 220px;
}

#web-app-lombard a, #web-app-lombard button, #web-app-lombard input, #web-app-lombard .icon, #web-app-lombard .closed, #web-app-lombard .item.item-bso {
    cursor: pointer;
}

#web-app-lombard button {
    font-size: 16px;
    padding: 8px 26px;
    margin: 0;
    color: #ffffff;
    background: #5472D2;
    border: 1px solid #5472D2;
    position: relative;
}

#web-app-lombard button:hover{
    background: #4868cf;
    border-color: #4868cf;
}

#web-app-lombard .form_phone {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    margin: 0;
    color: #737373;
    border: 1px solid #efefef;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
}

#web-app-lombard #search-field, #web-app-lombard #datepicker {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 8px 16px;
    margin: 4px 0 4px 0;
    color: #737373;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
    margin-bottom: 6px;
}

#web-app-lombard .info .date span.icon {
    margin-left: 10px;
    margin-right: 0px;
}

#web-app-lombard .info .date span.icon svg {
    width: 20px;
    height: 20px;
    position: relative;
}

#web-app-lombard .info .date span.icon svg .st0 {
    fill: #757575;
    fill-rule: evenodd;
    clip-rule: evenodd;
}

#web-app-lombard .info .date span.icon svg .st1 {
    fill: #757575;
}


#web-app-lombard .btn_submit {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
}

#web-app-lombard .phone-label {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
    
}

#web-app-lombard .smscode, #web-app-lombard .pincode {
    letter-spacing: 6px;
}

#web-app-lombard .btn_close {
    cursor: pointer;
}

.contacts .btn_close {
    margin-top: 40px !important;
}

/* Окно */
#web-app-lombard .overlay_popup {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

#web-app-lombard .popup {
    display: none;
    position: fixed;
    z-index: 1000;
    margin: 20px;
    background-color: #fff;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#web-app-lombard .popup a.buttons {
    padding: 10px 25px;
    font-weight: bold;
    font-size: 16px;
}

#web-app-lombard .popup span.close_form {
    min-width: 16px;
    min-height: 16px;
    top: 15px;
    right: 15px;
    position: absolute;
    float: right;
    font-size: 20px;
    padding: 0 5px;
    display: block;
    line-height: 8px;
    cursor: pointer;
    color: #333333;
}

#web-app-lombard #payment_container {
    width: auto;
    height: auto;
    background-color: #fff;
    margin: 20px 70px;
    text-align: center;
}

.paymentimg {
    width: 200px;

}

.tabs {
    padding-top: 16px;
}

#web-app-lombard .history .tabs {
    display: flex;
    bottom: 0;
    width: 100%;
    background-color: #fff;

}

#web-app-lombard .tab_container {}

#web-app-lombard .tab_container>div {
    display: none;
}

#web-app-lombard .tab_container>div.active {
    display: block;
}

#web-app-lombard .tabs {
    margin-bottom: 20px;
}

#web-app-lombard .tabs .tab {
    text-align: left;
    padding: 14px 30px 0px;
    cursor: pointer;
    color: #555555;
    border-bottom: #cccccc 1px solid;
    white-space: nowrap;
    line-height: 20px;
}

#web-app-lombard .tabs .tab:not(.active):hover {
    color: #777777;
}

#web-app-lombard .tabs .tab.active {
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: 0;
    color: #000000;
    cursor: default;

}

#web-app-lombard .tabs .tab .metka {
    display: none;
}

#web-app-lombard .tabs .tab.active .metka {
    display: inline-block;
    width: 25px;
    height: 6px;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 0;
    background: #5472D2;

}


#web-app-lombard .alert {
    text-align: center;
    padding: 20px;
    font-size: 18px;
}
.pre-payment-container .alert {
    padding: 50px 20px 20px 20px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pre-payment-container .alert .percent--block {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #192851;
    border: 1px solid #ECEFF4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 15px 5px 13px;
    text-align: center;
    min-width: 77px;
}
.pre-payment-container .alert .percent--block--rub {
    color: #777;
    font-size: 14px;
}
#web-app-lombard .alert2 {
    font-size: 16px;
    padding: 0 20px;
    margin: -20px 0 20px 0;

}

#web-app-lombard input:focus,
#web-app-lombard textarea:focus,
#web-app-lombard select:focus,
#web-app-lombard button:focus {
    outline: none;
}

#web-app-lombard .rate-description {
    font-size: 0.7em;
}

#web-app-lombard .support {
    display: block;
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}

#web-app-lombard .returning, #web-app-lombard .ssl {
    display: block;
    text-align: justify;
}

#web-app-lombard .item__right {
    white-space: nowrap;
}

#web-app-lombard .item__right.prices {
    width: 100%;
    text-align: right;
}

#web-app-lombard #demo-process {
    margin: 5px 0 0 0;
}

#web-app-lombard #blink {
    margin: 20px 0 0 0;
    text-align: center;
}

#web-app-lombard .debug button {
    margin-top: 10px;
}

#web-app-lombard .errormess {
    color: red;
    padding: 20px 6px 2px 6px;
    display: none;
    text-align: center;
}

.payment-process {
    padding: 20px;
    background: #fbfbfb;
    text-align: center;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
}

.payment-process img {
    width: 26px;
    height: 26px;
}

#web-app-lombard .payment-error {
    color: red;
}

#web-app-lombard .payment-success {
    color: green;
}

#web-app-lombard .date.field {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    .tab_container {
        max-height: none;
    }

    .user-info div {
        width: 100%;
        font-size: 0.8em;
        padding: 2px;
    }

    .item-bso-header div {
        padding: 0 10px;
        font-size: 0.9em;
        width: 100%;
        margin: 0;
        display: inline-block;
        text-align: left;
    }

    .item-bso-header {
        display: block;
    }

    .item__container {
        display: block;
    }

    .search-content {
        font-size: 1.4em;
    }


    .rate-description {
        font-size: 0.7em;
    }

    .list-address {
        line-height: 1.4em;
        padding-bottom: 10px;
    }

    .picker--opened .picker__frame {
        top: 0 !important;
    }

    .zalog-table-nomer, .zalog-table-date {
        width: 40%;
        display: inline-block;
    }

    .item-bso-header {
        display: none;
    }

    .zalog-table-date {
        float: right;
        text-align: right;
    }

    .zalog-table-nomer, .zalog-table-date {
        width: initial;
    }

    .zalog-table-date {
        font-size: 0.8em;
    }

    .mobile-view {
        display: inline-block;
        width: 49%;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0.8em;
    }

    .zalog-table-summ {
        width: 49%;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-block;
    }

    .products li {
        margin: 0;
        font-size: 0.8em;
    }

    .picker__nav--next {
        right: 1em !important;
    }

    .picker__nav--prev {
        left: 1em !important;
    }

    .picker--opened .picker__frame {
        top: auto;
        bottom: 0;
        max-height: none;
        margin-bottom: 0;
    }

    .picker--opened .picker__holder {
        height: 100vh;
    }

    .picker__wrap {
        display: flex !important;
        align-items: center;
    }

    .item__container {
        padding: 10px;
    }
}

.item__container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#list-bso .item-bso:nth-last-child(1) .item__container {
    border-bottom: 0 !important;
}

#list-bso .container {
    max-width: 800px;
}

.item__container div {
    padding-left: 10px;
}

.list .item {
    margin-top: 0px;
}

.list .item .row_container {
    display: none;
}

.list .item.active .row_container {
    display: block;
    border: 1px solid #cccccc;
}

.list .item.active .item__container {
    border-bottom: 0;
}

.list .item .icon {
    font-size: 18px;
    color: #5472D2;
    margin-right: 5px;
}

.list .item .inform {}

.item .inform_container .address,
.item .inform_container .info_phone {
    text-align: center;
    margin: 10px auto;
}

.item .inform_container .info_phone {
    padding: 8px 0;
    border: 1px solid #afafaf;
    border-radius: 7px;
    margin: 10px auto;
    max-width: 200px;
}

.item .inform_container .info_phone a {
    color: #000;
    text-decoration: none;
}

.row_container {
    margin: 0;
}

.item .inform_container {
    margin-top: 10px;
    padding: 10px 0;
    width: auto;

}

.item .row_container {
    background-color: #ffffff;
    position: relative;
    padding: 0 20px;
}

.price {}

.contacts {
    text-align: center;
}

.contacts .l-fio {
    margin: 10px 10px;
    font-size: 26px;
}

.contacts .l-phone {
    margin: 10px 10px;
}

.contacts .l-email {
    margin: 10px 10px;
}


.agreement {
    max-width: 500px;
}

.agreement .company-1 {
    font-size: 24px;
    display: block;
    margin-top: 20px;
    text-align: right;
}

.agreement .company-2 {
    font-size: 20px;
    display: block;
    text-align: right;
}

.agreement .company-3 {
    font-size: 16px;
    display: block;
    text-align: right;
}

.line-status {
    margin-top: 70px;
    padding-top: 6px;
    position: fixed;
    bottom: 10px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fafafa;
    position: absolute;
    right: 50%;
    transform: translate(50%, 0);

}

.price div {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
    font-weight: 300;

}

.products {
    font-size: 14px;
}

#basesStatus {
    cursor: help;
}

.products ol {
    margin: 0;
    padding-left: 1em;
}

.products ol li {
    margin-bottom: 2px;
}

.products ol li>div {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.inform_container .title {
    text-align: center;
    margin: 15px 0;
    font-weight: 600;
    font-size: 1.3em;
}

.products .articul {}

.products .name {
    padding-right: 10px;
}

.products .left {
    flex: 1;
}

#web-app-lombard .info, #web-app-lombard .serach.container {
    display: inline-block;
    width: 49%;
    margin: 0;
}

#web-app-lombard .serach.container {
    text-align: right;
}

#web-app-lombard .align-center {
    text-align: center;
}

#web-app-lombard .payment-btn-2 {
    display: none;
}


#web-app-lombard #bsoPreloader {
    text-align: center;
    padding: 20px;
}

#web-app-lombard #bsoPreloader img {
    width: 34px;
    height: 34px;
}

.enterProcessError {
    background: #ffe2e2;
    display: block;
    padding: 20px;
    color: #000000;
    margin: 20px 0;
}


@media only screen and (max-width: 500px) {

    #list-bso {
        width: 100%;
    }

    #web-app-lombard .payment-btn-2 {
        display: block;
        margin-top: 15px;
    }

    #web-app-lombard .payment-btn-1 {
        display: none;
    }

    #web-app-lombard .info .icon {
        display: none;
    }

    #web-app-lombard .search-content {
        font-size: 18px;
    }

    #web-app-lombard .item__container {
        padding: 20px 0;
    }

    #web-app-lombard .popup {
        display: none;
        position: fixed;
        z-index: 1000;
        margin: 0;
        background-color: #fff;
        width: initial;
        right: 10px;
        left: 10px;
        transform: none;
        top: 10px;
        overflow: auto;
        max-height: 100vh;
    }

    #web-app-lombard #tabspacer {
        display: none;
    }

    .tab-1 {
        margin-top: 20px;
    }


    #web-app-lombard .tabs .tab {
        text-align: center;
        display: block;
        width: 100%;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px #efefef solid;
        box-sizing: border-box;
        padding: 14px 5px 14px;
        color: #777777;
    }

    #web-app-lombard .history .tabs {
        display: block;
        padding-top: 16px;
    }

    #web-app-lombard .tabs .tab.active {
        border: #f3f9f7 1px solid;
        color: #000000;
        cursor: default;
        background: #f3f9f7;
    }

    #web-app-lombard .tabs .tab .metka {
        display: none !important;
    }
}

#web-app-lombard .base-alert1 {
    background: #ff4900;
    padding: 4px;
    color: #ffffff;
    border: 0;
    z-index: 9999;
}

#web-app-lombard .base-alert2 {
    background: red;
    padding: 4px;
    color: #ffffff;
    border: 0;
    z-index: 9999;
}

#web-app-lombard .base-alert1 .basestatus.nonactive, #web-app-lombard .base-alert2 .basestatus.nonactive {
    background: white !important;
}

#web-app-lombard .address {
    font-size: 18px;
}


/* pre-payment */

form.pre-payment-form {
    margin: 0 20px 20px;
}

.pre-payment-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.pre-payment-range::after {
    content: '₽';
    margin-left: 5px;
    color: #777;
}

.pre-payment-range-label {
    flex: 1;
    padding: 0 5px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    border: 1px solid #ECEFF4;
}

.pre-payment-range-label::after {
    content: attr(data-max) ' ₽';
    position: absolute;
    top: -16px;
    font-size: 10px;
    right: 0;
    color: #777;
}

.pre-payment-container .alert {
    text-align: left !important;
}

.pre-payment-range-label::before {
    content: attr(data-min) ' ₽';
    position: absolute;
    top: -16px;
    font-size: 10px;
    left: 0;
    color: #777;
}

.pre-payment-range input[type=range] {
    height: 28px;
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
}

.pre-payment-range input[type=range]:focus {
    outline: none;
}

.pre-payment-range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFC2C2;
    border-radius: 10px;
    border: 0px solid #010101;
}

.pre-payment-range input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #5472D2;
    border: 2px solid #5472D2;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

.pre-payment-range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FFC2C2;
}

.pre-payment-range input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFC2C2;
    border-radius: 10px;
    border: 0px solid #010101;
}

.pre-payment-range input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #FFC2C2;
    border: 2px solid #FFC2C2;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    cursor: pointer;
}

.pre-payment-range input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.pre-payment-range input[type=range]::-ms-fill-lower {
    background: #FFC2C2;
    border: 0px solid #010101;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #000000;
}

.pre-payment-range input[type=range]::-ms-fill-upper {
    background: #FFC2C2;
    border: 0px solid #010101;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #000000;
}

.pre-payment-range input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFC2C2;
    border: 2px solid #FFC2C2;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    cursor: pointer;
}

.pre-payment-range input[type=range]:focus::-ms-fill-lower {
    background: #FFC2C2;
}

.pre-payment-range input[type=range]:focus::-ms-fill-upper {
    background: #FFC2C2;
}

.pre-payment-range input[type=number] {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #192851;
    border: 1px solid #ECEFF4;
    /* width: 50px; */
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}

.pre-payment-sum input[type=number]{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #192851;
    border: 1px solid #ECEFF4;
    /* width: 50px; */
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}

.pre-payment-sum::after {
    content: '₽';
    margin-left: 5px;
    color: #777;
}

.pre-payment-buttons.buttons {
    margin-top: 10px;
    /* text-align: center; */
}

.pre-payment-buttons button {
    width: 100%;
}

.pre-payment-form input::-webkit-outer-spin-button,
.pre-payment-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pre-payment-form input[type=number] {
    -moz-appearance: textfield;
}

.pre-payment-sum{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.pre-payment-sum-label{
    font-size: 16px;
    flex: 1;
    font-weight: 600;
}

[name = "amountRangeInput"]{
    pointer-events: none;
}

/* pre-payment end */
#lombardlogo {
    margin: 15px 0px 10px 0px;
}

.payment-frame iframe {
    width: 100%;
    height: 600px;
    max-height: 60vh;
}

.payment-frame {
    width: 100%;
    margin: 20px 0;
}


#email_notification_modify {
    /* display: none !important; */
}

#payment-code {
    font-size: 16px;
    padding: 8px 26px;
    margin: 4px;
    color: #404040;
    background: #ffffff;
    border: 1px solid #c3c3c3;
    position: relative;
    min-width: 260px;
    text-align: center;
    margin-bottom: 20px;
}

#get_printed_iframe{
    min-height: 70vh;
}

@media (max-width: 768px) {
    #web-app-lombard #payment_container{
        padding: 20px;
    }
}