
    @media (max-width:640px){
        .menuToggler:checked~.mainContainer{left:50%}.navContainer{width:50%}.blockToggler{width:40%}
    }
    @media (max-width:479px){
        .menuToggler:checked~.mainContainer{left:78%}.navContainer{width:78%}.blockToggler{width:60%}
    }
    
    @media (max-width:320px){.menuToggler:checked~.mainContainer{left:80%}.navContainer{width:80%}.firstUl li.activeLi{
                                 background-color:#0070ba;
                                 text-decoration:none;
                                 border:none}
    }
  

.mainContents{
    text-align:center;
    width:700px;
    padding-bottom:0;
    background-color:#fff;
    background-clip:content-box;
    -ms-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    margin:0 auto;
    overflow:hidden;
    /*max-width: fit-content;*/
}
@media (max-width:617px){
    .mainContents{
        width:100%!important
    }
    .mobilePreffix{
        float:left!important;
        width:48%!important;
        margin:15px 0 0 4%!important
    }
    .mobileType{
        float:left!important;
        width:48%!important;
        margin:15px 0 10px!important
    }
    .nMobile{
        width:100%!important
    }
}

@media (max-width:365px){
    .mobilePreffix{
        float:left!important;
        width:100%!important;
        margin:15px 0 10px!important
    }
    .mobileType{
        float:left!important;
        width:100%!important;
        margin:15px 0 10px!important
    }
}
.fields{
    margin:10px 0 0;
    position:relative;
    z-index:2
}
.inputArea{
    position:relative;
    padding:0;
    font-size:0.8em;
    font-size:0.875rem;
    line-height:1.4285714285714286em;
    margin-top:15px
}
.inputArea.hasError{
    font-family:'consumer-icons';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#c72e2e
}
.hasError:not(.dropzone-img,.dropDown):before{
    content:"\e022";
    position:absolute;
    right:30px;
    bottom:12px;
    color:#c72e2e;
    font-size:1.2000000000000002em;
    font-size:1.3125rem;
    line-height:1.4285714285714286em
}
.inputArea.hasError:before{
    content:"\e022";
    position:absolute;
    right:10px;
    bottom:20px;
    font-size:1.2000000000000002em;
    font-size:1.3125rem;
    line-height:1.4285714285714286em
}

.inputArea label{
    display:block;
    margin:0;
    line-height:1.76923em;
    font-weight:normal;
    color:#666
}
.inputArea label{
    color:#6c7378;
    font-size:0.8571428571428572em;
    font-size:0.9375rem;
    line-height:1.4em
}
.inputArea.hasError label{
    padding-right:32px;
    font-family:pp-sans-small-light,Helvetica Neue,Arial,sans-serif;
    font-weight:500;
    color:#c72e2e;
}
.inputArea input{
    outline:0;
    height:2.61539em;
    padding:0 24px 0 12px;
    border-width:1px;
    border-style:solid;
    border-color:#bec0c2 #bec0c2 #dbdfe2;
    background-color:#fafafa;
    text-overflow:ellipsis;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-shadow:0 2px 2px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.15) inset;
    box-shadow:0 2px 2px rgba(0,0,0,0.15) inset;
    color:#333333;
    font-size:1em
}
.inputArea input{
    height:44px;
    padding-top:0;
    margin-bottom:9px;
    color:#2c2e2f;
    border-color:#9da3a6;
    background-color:#ffffff;
    text-shadow:none;
    text-align:left;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-size:0.8571428571428572em;
    font-size:0.9375rem;
    line-height:1.4em
}

.inputArea input:not([type=submit]):not([type=radio]):not([type=checkbox]){
    -webkit-transition:border 0.2s ease-in-out,background-color 0.2s ease-in-out;
    -moz-transition:border 0.2s ease-in-out,background-color 0.2s ease-in-out;
    -ms-transition:border 0.2s ease-in-out,background-color 0.2s ease-in-out;
    -o-transition:border 0.2s ease-in-out,background-color 0.2s ease-in-out;
    transition:border 0.2s ease-in-out,background-color 0.2s ease-in-out;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -moz-background-clip:padding-box;
    -webkit-background-clip:padding-box;
    background-clip:padding-box
}

.inputArea input:not([type=submit]):not([type=radio]):not([type=checkbox]){
    -webkit-transition-property:all;
    -moz-transition-property:all;
    -ms-transition-property:all;
    -o-transition-property:all;
    transition-property:all;
    -webkit-transition-duration:250ms;
    -moz-transition-duration:250ms;
    -ms-transition-duration:250ms;
    -o-transition-duration:250ms;
    transition-duration:250ms;
    -webkit-transition-timing-function:ease-in;
    -moz-transition-timing-function:ease-in;
    -ms-transition-timing-function:ease-in;
    -o-transition-timing-function:ease-in;
    transition-timing-function:ease-in
}
.inputArea input:focus{
    -moz-box-shadow:0 0 5px rgba(58,144,194,0.6),0 2px 2px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow:0 0 5px rgba(58,144,194,0.6),0 2px 2px rgba(0,0,0,0.15) inset;
    box-shadow:0 0 5px rgba(58,144,194,0.6),0 2px 2px rgba(0,0,0,0.15) inset;
    border:1px solid #009cde;
    background-color:#fff
}

.inputArea input:hover,.inputArea input.hovered{
    -moz-box-shadow:0 2px 2px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.15) inset;
    box-shadow:0 2px 2px rgba(0,0,0,0.15) inset;
    border:1px solid #009cde
}
.inputArea.hasError input{
    color:#c72e2e;
    border-color:#c72e2e;
    -webkit-box-shadow:none;
    box-shadow:none;
    background:#ffffff
}
.inputArea input:hover,.inputArea input:focus{
    border:1px solid #009cde;
    color:#000;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
.multiInputs .inputArea{
    width:49%
}
.multiInputs .inputArea:nth-child(odd){
    float:left
}
.fields .inputArea.hasSub{
    width:49%;
    z-index:2;
    margin:15px 0 0
}
@media (max-width:617px){
    .multiInputs .inputArea{
        width:100%!important
    }
    .fields .inputArea.hasSub{
        width:100%
    }
    h1{
        font-size:2em!important
    }
}
.dropDown{
    height:44px;
    position:relative;
    border-color:#9da3a6;
    background:#ffffff;
    font-family:'consumer-icons';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:0.9375rem;
    line-height:1.4em;
    margin:0 0 25px;
    width:100%
}
.dropDown:before{
    content:"\e005";
    position:absolute;
    right:9px;
    top:10px;
    font-size:0.9142857142857143em;
    font-size:1rem;
    line-height:1.3125em
}
.dropDown select{
    border:0 none;
    margin:0;
    padding:7px 0 10px 10px;
    background:none;
    position:relative;
    -webkit-appearance:none;
    -moz-appearance:window;
    color:#333333;
    line-height:1.230769em;
    z-index:1
}
.dropDown select{
    opacity:0;
    z-index:10;
    padding-left:0;
    filter:alpha(opacity=0);
    width:100%;
    height:44px;
    padding:7px 0 10px 10px;
    line-height:1.230769em
}
.dropDown option{
    background-color:#fff;
    color:#666;padding:6px 10px
}
.dropDown .labelSelect{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding-left:12px;
    padding-right:23px;
    z-index:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:left;
    height:44px;
    line-height:44px;
    font-family:pp-sans-small-light,Helvetica Neue,Arial,sans-serif;
    font-weight:500
}
.overlay{
    content:"";
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:16;
    -moz-opacity:.9;
    -khtml-opacity:.9;
    -webkit-opacity:.9;
    opacity:.9;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter:alpha(opacity=90);
    background-color:#fff
}
.spinner{
    z-index:17;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    min-height:100%;
    overflow:hidden
}
.rotate{
    background:transparent url(../pics/rotate.png) top no-repeat;
    -moz-background-size:100px 100px;
    background-size:100px 100px;
    width:100px;
    height:100px;
    border:0;
    left:50%;
    top:50%;
    z-index:6
}
.rotate,.rotate:before{
    content:"";
    position:absolute
}
.rotate:before{
    left:-2px;
    top:-2px;
    width:104px;
    height:104px;
    border-top:7px solid #fff;
    border-right:7px solid #fff;
    border-bottom:7px solid #fff;
    border-left:7px solid transparent;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-animation:rotation 1s linear infinite;
    -moz-animation:rotation 1s linear infinite;
    -o-animation:rotation 1s linear infinite;
    animation:rotation 1s linear infinite
}
.processing,.rotate{
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.processing{
    top:130px;
    height:17px;
    width:100%;
    text-align:center;
    position:absolute;
    z-index:17;
    font-size:15px;
    font-family:pp-sans-small-regular,Helvetica Neue,Arial,sans-serif;
    font-weight:400;
    font-variant:normal
}
@-webkit-keyframes rotation{
    0%{-webkit-transform:rotate(0deg);
       transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);
                              transform:rotate(359deg)}
}
@-moz-keyframes rotation{
    0%{-moz-transform:rotate(0deg);
       transform:rotate(0deg)}to{-moz-transform:rotate(359deg);
                              transform:rotate(359deg)}
}
@-o-keyframes rotation{
    0%{-o-transform:rotate(0deg);
       transform:rotate(0deg)}to{-o-transform:rotate(359deg);
                              transform:rotate(359deg)}
}
@keyframes rotation{
    0%{-webkit-transform:rotate(0deg);
       -moz-transform:rotate(0deg);
       -o-transform:rotate(0deg);
       transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);
                              -moz-transform:rotate(359deg);
                              -o-transform:rotate(359deg);
                              transform:rotate(359deg)}
}

.dropzone-main{
    border:2px dashed #dee3e7;
    border-radius:3px;
    padding:15px;
    margin-top:20px;
    width:100%;
    height:auto;
    text-align:center;
    background:#f0f2f4;
    cursor:pointer;
    transition:background 300ms ease,border 300ms ease
}
.dropzone-main:hover{
    background:#e7eaee;
    border-color:#c0cad2
}
.dropzone-main .dropzone-img{
    background-image:url(../../../../media/com_bank/images/img-upload.svg),none;
    background-position:0 0;
    margin-top:-85px;
    width:86px;
    height:78px;
    position:relative;
    top:88px;
    left:50%;
    margin-left:-43px;
    transition:all .15s ease;
    animation:move 1s linear infinite
}
.dropzone-main p{
    margin-top:90px;
    margin-bottom:0;
    color:#8495a4;
    font-size:16px
}
.dropzone-main p b{
    font-size:28px;
    color:#677683;
    font-weight:700;
    display:block;
    margin-bottom:10px
}
@keyframes move{0%{top:88px}50%{top:80px}to{top:88px}}

.imagesArea{
    margin-top:20px;
    width:100%;
    height:100%;
    text-align:left
}
.imgItem{
    position:relative;
    margin-right:3%;
    margin-bottom:15px;
    width:100%;
    display:inline-block;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;overflow:hidden;
    max-width:169px;
    max-height:100px
}
.imgItem img{
    width:100%;
    vertical-align:middle;
    position:relative;
    z-index:2;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    -ms-filter:"alpha(Opacity=0)";
    -webkit-transition:opacity .2s ease 0s,filter .2s ease 0s;
    -moz-transition:opacity .2s ease 0s,filter .2s ease 0s;
    -ms-transition:opacity .2s ease 0s,filter .2s ease 0s;
    -o-transition:opacity .2s ease 0s,filter .2s ease 0s;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    width:170px;
    height:100px
}
.imgItem:hover img{
    -webkit-opacity:.75;
    -moz-opacity:.75;
    opacity:.75;
    -ms-filter:"alpha(Opacity=0)"}.btDel{
        display:none
    }
    .imgItem:hover .btDel{
        display:block;
        color:#000;
        position:absolute;
        top:35%;
        left:50%;
        z-index:999999999;
        background:none;
        border:none;
        transform:translate(-50%);
        border:none;
        border-radius:100%;
        padding:9px 12px;
        background:#f31633;
        color:#fff
    }

.proof{
    cursor:default;
    opacity:1;
    background:#f5f7fa;
    border-radius:4px;
    overflow:hidden;
    display:table;
    width:100%;
    padding:0;
    height:30px;
    margin:0 0 8px
}

.proof li{
    display:table-cell;
    vertical-align:top;
    text-align:center;
    position:relative;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    height:30px;
    padding:0 8px 13px;
    -webkit-transition:background-color 200ms linear,color 200ms linear;
    transition:background-color 200ms linear,color 200ms linear;
    font-size:14px;
    color:#fff;
    background:#0564b3;
    width:33.3333%;
    vertical-align:middle
}

.proof li:not(.current){
    background:transparent;
    color:#a9a9a9
}

.proof li::after{
    content:"";
    display:block;
    position:absolute;
    width:0;
    height:0;
    right:-10px;
    top:0;
    border-style:solid;
    border-width:15px 0 15px 10px;
    border-color:transparent;
    -webkit-transition:border-color 200ms linear;
    transition:border-color 200ms linear
}

@media (max-width:425px){
    .proof{
        height:50px
    }
    .proof li::after{
        border-width:25px 0 25px 10px
    }
}

@media (max-width:280px){
    .proof{
        height:50px
    }
    .proof li::after{
        border-width:35px 0 35px 10px
    }
}

.proof li.current::after{
    border-color:transparent transparent transparent #0564b3
}

.proof li .ui-text-small{
    font-size:13px;
    line-height:19px;
    position:relative;
    top:6px;
    letter-spacing:0.2px
}

.back{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1.5px
}

.doc_type{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0 calc(16.66667% + 1px);
    margin-bottom:30px
}

.doc_type_choice{
    width:calc(calc(25% + 1.5px) - 80px)
}

.doc_type_choice_wrapper{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    text-align:center;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width:175px;
    padding-bottom:3px;
    margin-left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}

.doc_type_text{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:17px;
    padding-bottom:16px
}

.ui_radio{
    align-self:flex-end;
    width:14px;
    height:14px;
    display:inline-block;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    top:2px;
    right:4px
}

.ui_radio input{
    width:14px;
    height:14px;
    position:absolute;
    opacity:0;
    margin:0;
    top:0;
    left:0
}

.ui_radio > div{
    width:14px;
    height:14px;
    display:block;
    border:solid 1px #019DE3;
    position:absolute;
    top:0;
    left:0;
    vertical-align:middle;
    border-radius:14px;
    padding:0
}

.ui_radio > div::after{
    width:8px;
    height:8px;
    top:2px;
    left:2px;
    content:'';
    position:absolute;
    border-radius:50%;
    -webkit-transition:background 0.1s ease-in-out;
    transition:background 0.1s ease-in-out
}

.doc_type_text > div:last-child{
    font-size:16px;
    line-height:19px;
    position:relative;
    top:5px;
    letter-spacing:0.2px;
    left:4px
}

@media (max-width:515px){
    .doc_type{
        display:block
    }
    .doc_type_choice{
        width:unset
    }
}

.cont{
    display:block;
    position:relative;
    cursor:pointer;
    user-select:none;
    margin-top:17px
}

.cont input{
    position:absolute;
    opacity:0;
    cursor:pointer
}

.checkmark{
    width:14px;
    height:14px;
    display:inline-flex;
    border:solid 1px #0070ba;
    border-radius:50%
}

.cont:hover input ~ .checkmark{
    background-color:#f5f7fa
}

.checkmark:after{
    content:"";
    display:none;
    width:8px;
    height:8px;
    margin-left:2px;
    margin-top:2px;
    border-radius:50%;
    -webkit-transition:background 0.1s ease-in-out;
    transition:background 0.1s ease-in-out
}

.cont input:checked ~ .checkmark:after{
    display:block
}

.cont .checkmark:after{
    background:#0070ba
}

.rules{
    min-height:100px;
    border-radius:16px;
    background-color:rgba(216,216,216,0.1);
    border:solid 1px #ccc;
    margin-bottom:20px
}

.rules::before,.rules::after{
    content:' ';display:table
}

.rules:after{
    clear:both
}
.rule{
    margin:30px 0;
    padding:0 10px;
    line-height:1.25em
}

@media (min-width:1012px){
    .rule{
        width:33.33333333%;
        float:left
    }
}

.rule div{
    font-size:13px
}
