

/* Start:/local/templates/special_mibok_park/components/rishat7c/card/bank/style.css?174432349814085*/
.display_card-data-main {
    display: flex;
    margin: 2em 0 0 0;
}
.card-data__input {
    width: 100%;
    text-align: -webkit-center;
}
.card-data__row {
    width: 100%;
    margin: -0.8em 0 0.7em 0;
}
.display_card-data-tabs {
    display: flex;
}
.card-tab-item {
    width: 12%;
}
.display_card-data-submit-btn {
    text-align: center;
}

input {
    display:block;
    width:100%;
    margin:10px 0;
    padding:10px;
}
.inp-type-1{
    width: 195px !important;
    margin-bottom: 2em;
    font-size: 1.2em;
    border-radius:10px;
    border: 1px solid #eee;
    transition: .3s border-color;
}
.inp-type-1:hover {
    border: 1px solid #aaa;
}

.btn-type-1 {
    height: 3em !important;
    border-radius:10px !important;
    padding-top: 12px !important;
}

.table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #53cdfb;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table tbody td {
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top;
}
.table thead tr th:first-child, .table tbody tr td:first-child {
    border-left: none;
}
.table thead tr th:last-child, .table tbody tr td:last-child {
    border-right: none;
}
.table tbody tr:nth-child(even){
    background: #e8f9ff;
}
.btn-type-1.tab {
    border: 2px solid #00b4ff;
    background: white;
    color: #00b4ff;
    font-size: 0.9em;
    width: 125px;
}
.btn-type-1.tab:hover {
    background-color: #00b4ff;
    color: white;
}
.btn-type-1.main-btn:hover {
    border: 2px solid #00b4ff;
    background: white;
    color: #00b4ff;
}
.validation
{
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#validation
{
    color: #D63301;
    background-color: #FFCCBA;
}
.validation.hide {
    display: none;
}
#success-payment
{
    color: #70cb31;
    background-color: #def1b6;
}
.balance-block__modal {
    padding: 4em 4em 1em 4em;
}
.body-empty {
    display: none !important;
}
.btn-type-1.tab.active {
    background-color: #00b4ff;
    color: white;
}
.display_card-data-help {
    text-align: center;
}
.access-title-bar {
    font-weight: 700;
    padding: 1em;
    font-size: 1.1em;
    text-align: center;
}
#call_modal_d {
    width: 400px;
}
.popup-window-with-titlebar .popup-window-content, .popup-window-content-gray .popup-window-content {
    background-color: unset !important;
}
.inp-sum-modal {
    width: 200px !important;
    height: 29px;
    margin-bottom: -10px !important;
}

/* pay.css */
.pay__card {
    background: linear-gradient(90deg, #F3F3F3 0%, #F4F4F4 100%);
    border: 2px solid #F3F3F3;
    max-width: 440px;
    width: 100%;
    box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 38px 20px 54px 38px;
    margin: 40px auto;
    box-sizing: border-box;
}
.pay__card__nom__mobile {
    display: none;
}
.pay_card__logo img {
    margin: 0 auto;
    display: block;
}
.pay__card__nom {
    display: flex;
    justify-content: space-between;
    width: 272px;
    margin: 16px auto 0px auto;
}
main .pay__card__nom input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #587E3C;
    border-radius: 8px;
    width: 48px;
    box-sizing: border-box;
    height: 48px;
    margin: 0px;
    font-size: 24px;
    text-align: center;
    color: #050505;
}

.pay__card__text-action {
    text-align: center;
    font-size: 18px;
    color: #5C5C5C;
    margin: 14px auto;
}
.pay__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 1em;
}
.pay__btns .pay__btn {
    background: #00B4FF;
    border-radius: 100px;
    margin: 7px 16px;
    width: 205px;
    height: 44px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    justify-content: center;
    transition: all .2s;
}
.pay__btns .pay__btn:hover {
    opacity: 0.85;
}
.pay__btns .pay__btn.disabled {
    pointer-events: none;
    opacity: 0.3;
}
.pay__card__validation#validation {
    font-size: 16px;
    text-align: center;
    color: #FF134B;
    background: none;
}

input[type="text"].error__input, main .pay__card__nom input[type="text"].error__input {
    border: 1px solid #FF134B;
}

.pay__card__text-action.pay__card__text-action__success-num, .pay__card__text-action.pay__card__text-action__another-num {
    color: #0066CC;
    text-decoration: none;
    display: table;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.pay__card__text-action.pay__card__text-action__success-num:hover, .pay__card__text-action.pay__card__text-action__another-num:hover {
    border-bottom: 1px solid;
}
.pay__modal-history p {
    font-size: 18px;
}
.pay__modal-history p span {
    color: #5C5C5C;
    display: inline-block;
    margin-left: 16px;
}
.modal-validate {
    color: #FF134B;
    margin-left: 12px;
}
/*  */

@media (max-width:768px) {
    .pay__card {
        padding: 20px 20px 30px 20px;
        margin: 20px auto;
    }
    .pay__card__nom {
        display: none;
    }
    .pay__card__nom__mobile {
        display: block;
        margin: 16px auto 0px auto;
        max-width: 242px;
    }
    .pay__card__nom__mobile input {
        font-size: 30px;
        letter-spacing: 5px;
        text-align: center;
    }
}

/* remodal.css */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;

    -ms-touch-action: none;
    touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;

    display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;

    height: 100%;
    margin-left: -0.05em;

    content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;

    outline: none;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/* remodal-default-theme.css */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
    padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 30px;
    text-align: left;
    border-radius: 8px;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    color: #2b2e38;
    background: #fff;
}

.remodal h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 16px 0px;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

.remodal input {
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0px 12px;
    font-size: 18px;
    height: 48px;
    margin: 24px 0px 3px 0px;
}
.remodal p {
    font-size: 18px;
    color: #050505;
}
/* Close button */

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;

    display: block;
    overflow: visible;

    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;

    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 35px;

    content: "\00d7";
    text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font: inherit;

    display: inline-block;
    overflow: visible;

    min-width: 110px;
    margin: 0;
    padding: 12px 25px 15px 25px;

    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    border: 0;
    outline: 0;
    margin-top: 16px;
}

.remodal-confirm {
    color: #fff;
    background: #00B4FF;
    border-radius: 100px;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    opacity: 0.95;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;

    border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);

        opacity: 0;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);

        opacity: 0;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 430px;
    }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 430px;
}

/* template_1.css */

.rg-false-visible {
    display: none !important;
}

button.disabled {
    pointer-events: none;
    opacity: 0.3;
}
/* End */
/* /local/templates/special_mibok_park/components/rishat7c/card/bank/style.css?174432349814085 */
