@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,600&display=swap');
body, html {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    background: white;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
.nscroll {
    overflow: hidden;
}
.dnone {
    display: none !important;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.clear {
    clear: both;
}
.thumbcont img, .thumbcontn img {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.thumbcont:hover img, .thumbcontn:hover img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.zalomeni {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}
.tinf {
    background: #283372;
    display: block;
    clear: both;
    padding: 1% 0;
    float: left;
    width: 100%;
}
.tinf h1 {
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    color: white;
    font-weight: 300;
}
.header {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    height: 60vh;
    background: url('./img/header.jpg') no-repeat center center;
    background-size: 100%;
}
.txth {
    float: left;
    width: 40%;
    margin: 17vh 0 0 5%;
    color: white;
}
.txth h2 {
    padding: 0;
    margin: 0;
    color: #ff5e14;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.8em;
}
.txth p {
    font-weight: 100;
}
.txth a, .bl a, .btnwb {
    clear: both;
    border-radius: 3px;
    border: 2px solid #ff5e14;
    padding: 2%;
    float: left;
    font-weight: 300;
    font-size: 0.9em;
    cursor: pointer;
}
.txth a:hover, .bl a:hover, .btnwb:hover {
    background: #ff5e14;
    border-color: #ff5e14;
}
.blph {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    background: #fbfbfb;
    padding: 2% 0;
    margin-bottom: 5%;
}
.bl {
    float: left;
    width: 29%;
    margin: 1%;
    padding: 1%;
    border-right: 2px solid #eee;
}
.bl h3, .blogc h3, .blogc h3 a {
    display: block;
    text-align: center;
    color: #ff5e14;
    text-transform: uppercase;
    font-size: 1.3em;
}
.bl:last-of-type {
    border: none;
}
.bl p {
    font-size: 0.9em;
    text-align: center;
    font-style: italic;
}
.btnbl {
    display: block;
    clear: both;
    float: left;
    margin: 5% 0 0 40%;
    background: #ff5e14;
    color: white;
    padding: 2%;
    border-radius: 3px;
    font-weight: 300;
    border: 2px solid transparent;
    cursor: pointer;
}
.btnbl:hover, .btncont:hover, .nbtn:hover, .btn1:hover {
    border-color: #ff5e14;
    background: transparent;
    color: #000000;
}
.logo {
    display: block;
    clear: both;
    float: left;
    background: url(./img/logo.png) no-repeat center center;
    width: 176px;
    height: 54px;
}
.topmenu ul {
    display: block;
    margin-left: 23%;
    float: left;
    width: 60%;
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #283372;
    font-size: 0.9em;
    margin-top: 1.5%;
}
.topmenu ul li a {
    text-decoration: none;
    color: #283372;
    margin: 0 3%;
    float: left;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.topmenu ul li a:hover, .topmenu ul li a.active {
    color: #ff5e14;
    border-bottom: 2px solid #ff5e14;
}
.thumbcont, .thumbcontn {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    background: #fbfbfb;
}
.thumbcontn {
    margin-top: 0;
}
.im1 {
    float: left;
    width: 50%;
}
.im2 {
    float: right;
    width: 50%;
}
.cont, .cont2 {
    float: left;
    width: 46%;
    margin: 2%;
}
.cont2 {
    float: right;
}
.cont h3, .cont h3 a, .cont2 h3, .cont2 h3 a, .ndp {
    text-align: center;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 2% 0 3% 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #283372;
    text-decoration: none;
}
.cont2 h3, .cont2 h3 a {
    float: right;
}
.cont p, .cont2 p {
    float: left;
    display: block;
    width: 97%;
    margin: 0 0 5% 3%;
    font-weight: 200;
}
.btncont {
    display: block;
    clear: both;
    float: left;
    width: 30%;
    background: #ff5e14;
    color: white;
    border-radius: 3px;
    padding: 2%;
    font-weight: 300;
    font-size: 0.9em;
    margin: 3% 0 0 3%;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
}
.f {
    float: left;
    width: 30%;
    height: 36vh;
    background: white;
    margin: 3vh 0 0 15%;
    border: none;
    padding: 2%;
    overflow: auto;
}
.f h3 {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 0 0 5% 0;
    text-transform: uppercase;
}
.nbtn {
    display: block;
    clear: both;
    float: left;
    width: 46%;
    background: #ff5e14;
    padding: 2%;
    border-radius: 3px;
    color: white;
    font-size: 0.9em;
    font-weight: 300;
    border: 2px solid transparent;
    margin: 2% 0 0 0;
}
.lb {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 0.8em;
}
.lb span {
    margin: 0 0 0 3%;
    color: red;
    font-weight: 400;
    font-size: 0.8em;
}
.inp, input[type="date"] {
    border: 1px solid #ececec;
    padding: 2%;
    display: block;
    clear: both;
    float: left;
    width: 96%;
    font-weight: 200;
    border-radius: 2px;
    margin-bottom: 2%;
    font-family: 'Montserrat', sans-serif;
}
#nloan {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 5% 0;
}
#nloan h3 {
    color: #283372;
    font-weight: 600;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 0 0 0 2%;
}
.bckppo {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.smppo {
    width: 50%;
    background: white;
    position: fixed;
    height: auto;
    max-height: 50vh;
    top: 10vh;
    left: 23%;
    padding: 1%;
    overflow: auto;
}
.txtpposm {
    display: block;
    float: left;
    clear: both;
    width: 97%;
    font-size: 1.2em;
    font-weight: 300;
}
.clpposm {
    display: block;
    float: left;
    width: 3%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 100;
    color: #ff5e14;;
}
.txtsmppo {
    display: block;
    clear: both;
    float: left;
    margin: 1% 0;
    font-weight: 300;
    font-size: 0.9em;
    width: 98%;
}
.btn1 {
    float: left;
    padding: 1%;
    font-size: 0.9em;
    font-weight: 300;
    color: white;
    background: #ff5e14;
    border-radius: 2px;
    margin: 1%;
    border: 2px solid transparent;
}
.btn2 {
    float: left;
    padding: 1%;
    font-size: 0.9em;
    font-weight: 300;
    color: white;
    background: #283372;
    border-radius: 2px;
    margin: 1%;
    border: 2px solid transparent;
}
.btn2:hover {
    background: transparent;
    border-color: #283372;
    color: #283372;
}
.btn3, .btnnb {
    float: left;
    padding: 1%;
    margin: 1%;
    font-weight: 500;
    color: #dbdbdb;
    border-bottom: 2px solid transparent;
}
.btn3:hover, .btnnb:hover {
    border-color: #dbdbdb;
}
.forminpwrong {
    border-color: red;
}
.formwronglab {
    background: red;
    color: white;
}
#lbzou a {
    text-decoration: underline;
}
.bppo {
    width: 80%;
    height: 90vh;
    background: white;
    float: left;
    position: fixed;
    top: 2vh;
    left: 9%;
    padding: 1%;
    overflow: auto;
}
.navf {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    margin: 0 0 2% 0;
}
.stepform {
    float: left;
    width: 23%;
    padding: 1%;
    font-size: 0.8em;
    font-weight: 300;
    border-bottom: 2px solid #eee;
}
.aktstep {
    background: #ff5e14;
    color: white;
}
.noaktstep {
    background: #fbfbfb;
    color: #ccc;
}
.okstep {
    color: green;
    font-weight: 300;
}
.finstep {
    border-color: #ff5e14;
}
.wrongstep {
    color: red;
    font-weight: 900;
}
.statfl {
    float: right;
    margin-right: 5%;
}
.half {
    float: left;
    width: 48%;
    height: auto;
    min-height: 45px;
    margin-left: 2%;
}
select, textarea {
    padding: 2%;
}
select {
    display: block;
    clear: both;
    width: 96%;
    background: transparent;
    border: 1px solid #ececec;
    border-radius: 2px;
    font-weight: 200;
    font-size: 0.7em;
    margin-bottom: 2%;
}
#nloan .btncont {
    padding: 1%;
    width: auto;
}
#d3 {
    height: 66.65px;
}
.sto {
    display: block;
    clear: both;
    width: 96%;
    background: #ff5e14;
    padding: 1% 2% 3% 2%;
    font-size: 0.9em;
    font-weight: 300;
    color: white;
    margin-top: 17px;
    cursor: pointer;
}
.sto span {
    float: right;
    font-weight: 600;
    font-size: 2em;
    margin-top: -0.7%;
}
.alert {
    position: fixed;
    margin: 0;
    padding: 1%;
    background: #ff5e14;
    color: white;
    font-size: 0.9em;
    font-weight: 300;
    width: 98%;
    z-index: 999;
}
.titppo {
    display: block;
    clear: both;
    float: left;
    width: 98%;
    background: #fbfbfb;
    padding: 1%;
    font-size: 0.8em;
    font-weight: 400;
}
.tti {
    border-bottom: 2px solid #eee;
}
.titppo span {
    float: left;
    width: 22%;
    padding: 0 1% 0 0;
    border-right: 2px solid #eee;
    margin: 0 1% 0 0;
}
.titppo span:last-of-type {
    border-right: none;
} 
.aktbtn {
    cursor: no-drop;
    background: #d9d9d9;
}
#ot {
    float: left;
    display: block;
    width: 100%;
}
#ot2, #d3 {
    float: left;
    width: 48%;
}
textarea {
    border: 1px solid #ececec;
    padding: 1%;
    display: block;
    clear: both;
    float: left;
    width: 98%;
    font-weight: 200;
    border-radius: 2px;
    margin-bottom: 2%;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    height: 100px;
}
.cali {
    padding: 1% 1% 0 1%;
    width: 98%;
    margin-bottom: 2%;
    float: left;
}
#antk {
    padding: 1%;
    width: 98%;
}
.lb a {
    text-decoration: underline;
}
.actbigbt {
    background: #283372 !important;
}
.blogc {
    float: left;
    width: 20%;
    margin: 1%;
    border: 1px solid #eee;
    padding: 1%;
    border-radius: 3px;
    min-height: 360px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blogc:hover {
    -webkit-box-shadow: 0px 0px 7px 6px #EEEEEE; 
    box-shadow: 0px 0px 7px 6px #EEEEEE;;
    border-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blogc h3, .blogc h3 a {
    font-size: 0.8em;
    text-align: left;
    font-weight: 500;
}
.blogc img {
    display: block;
    clear: both;
    float: left;
    width: 98%;
    margin: 10% 0 10% 1%;
}
.blogc p {
    font-size: 0.7em;
    font-weight: 300;
    margin: 2% 0 2% 0;
    float: left;
    display: block;
    clear: both;
    width: 98%;
    height: 70px;
    overflow: auto;
}
.blogc p a {
    color: #ff5e14;
    text-decoration: underline;
    font-weight: 400;
}
.noba {
    background: none !important;
}
.noba .bl {
    float: left;
    width: 20% !important;
    margin: 1%;
    height: 250px;
}
.bl p {
    height: 90px;
}
.noba img {
    width: 50%;
    display: block;
    clear: both;
    margin: 5% auto;
}
.bl h2, .bl h2 a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #ff5e14;
}
.bl a, .btnwb {
    color: #ff5e14;
    font-weight: 300;
    font-size: 0.8em;
}
.bl a:hover, .btnwb:hover {
    color: white;
}
.raco {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    background: url(./img/nas-tip.jpg) no-repeat center center;
    background-size: 100%;
}
.raco h3, .raco h3 a {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    margin: 2% 0;
    padding: 0;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #283372;
    text-decoration: none;
}
.raco p {
    display: block;
    clear: both;
    width: 50%;
    margin: 2% auto;
    background: rgba(40, 51, 114, 0.8);
    padding: 1%;
    border-radius: 3px;
    color: white;
    font-size: 0.9em;
    font-weight: 200;
}
.raco .btnbl {
    margin-bottom: 2%;
    padding: 0.5% 4% 0.5% 2%;
}
.raco .btnbl:hover {
    background: #283372;
    border-color: #283372;
    color: white;
}
footer {
    display: block;
    clear: both;
    float: left;
    width: 98%;
    padding: 1%;
    background: #283372;
    margin-top: 5%;
}
footer ul {
    display: block;
    float: left;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 5% 5% 1%;
}
footer ul li {
    display: block;
    clear: both;
    width: 100%;
    font-size: 0.8em;
    float: left;
    margin: 2% 0;
}
footer ul li a {
    color: white;
    font-weight: 200;
}
footer ul li a.active {
    text-decoration: none;
}
footer p {
    display: block;
    margin: 0;
    font-size: 0.7em;
    font-weight: 200;
    color: white;
    padding: 0;
}
footer p a {
    color: white;
    font-weight: 300;
}
#cookies {
    position: fixed;
    z-index: 999;
    top: 60%;
    left: 5%;
    background: #fbfbfb;
    width: 30%;
    height: auto;
    font-size: 0.7em;
    padding: 1%;
    border-radius: 3px;
    font-weight: 200;
}
.ndpc {
    display: block;
    clear: both;
    float: left;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    margin: 5% 0 5% 0;
    padding: 0;
    text-transform: uppercase;
    color: #283372;
}
.content h3, .content h4, .content h2 {
    display: block;
    clear: both;
    width: 100%;
    margin: 5% 0 0 0;
    font-weight: 600;
    font-size: 1em;
    color: #283372;
    text-transform: uppercase;
}
.content h4, .content h2 {
    color: #ff5e14;
}
.content p {
    font-weight: 200;
    font-size: 0.9em;
    margin: 0 0 2% 0;
    padding: 0;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.smire {
    float: left;
    display: block;
    clear: both;
    width: 98%;
    margin: 5% 0;
    background: #fbfbfb;
    padding: 1%;
}
.smire .btnbl {
    margin: 1% 0 2% 40%;
    padding: 1%;
    font-size: 0.8em;
}
.fm {
    float: left;
    display: block;
    clear: both;
    width: 100%;
}
.fm a {
    font-size: 0.7em !important;
    float: left;
    padding: 0.5%;
    margin: 0.5%;
    background: #ff5e14;
    border-radius: 2px;
    color: white;
    font-weight: 200;
}
.fm a:hover {
    background: #283372;
}
.fq {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.aq h3, .aq p {
    display: block;
    clear: both;
    width: 98%;
    padding: 1%;
    background: #ff5e14;
    color: white;
    font-weight: 200;
    font-size: 0.8em;
    margin: 1% 0 0 0;
}
.aq p {
    background: #283372;
    margin: 0;
}
.gola, .gola2 {
    float: left;
    width: 24%;
    font-size: 0.8em;
    background: #ff5e14;
    padding: 0.5%;
    color: white;
    font-weight: 500;
    margin: 0 0 2% 0;
}
.gola2 {
    background: #283372;
}
@media only screen and (max-width: 940px) {
    #header {
	display: none;
    }
    .logo {
	display: block;
	margin: 2% auto;
	float: none;
	clear: both;
    }
    .topmenu ul {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin: 2% 0;
    }
    .topmenu ul li a {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin: 2% 0;
	text-align: center;
    }
    .fm a {
	float: left;
	width: 44%;
	padding: 2%;
	margin: 1%;
    }
    .gola, .gola2 {
	float: left;
	width: 48%;
	padding: 1%;
    }
    .stepform {
	display: block;
	clear: both;
	float: left;
	width: 98%;
    }
    .half {
	width: 98% !important;
    }
    .smppo, .bppo, .bl {
	width: 96%;
	left: 1%;
    }
    .thumbcont {
	float: left;
	display: block;
	margin: 2% 0;
    }
    .thumbcont img, .im2 {
	width: 100%;
	float: none;
    }
    .cont, .cont2 {
	float: none;
	width: 98%;
    }
    .blogc {
	width: 45%;
    }
    .noba .bl {
	width: 45% !important;
	margin: 3% 0;
	height: auto;
    }
    .bl a, .btnwb {
	display: block;
	clear: both;
	float: left;
	width: 50%;
    }
    .raco {
	height: auto;
    }
}