@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

@font-face {
  font-family: 'Neo Sans Pro new';
  src: url("../font/neosanspro/NeoSansProRegular.OTF") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {

  font-family: 'Neo Sans Pro new';
  src: url("../font/neosanspro/NeoSansProMedium.OTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');

}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: Inter, sans-serif;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'prgweb';
    src: url('../font/prgweb-bold-webfont.eot');
    src: url('../font/prgweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/prgweb-bold-webfont.woff2') format('woff2'),
	url('../font/prgweb-bold-webfont.woff') format('woff'),
	url('../font/prgweb-bold-webfont.ttf') format('truetype'),
	url('../font/prgweb-bold-webfont.svg#prgwebbold') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'prgweb';
    src: url('../font/prgweb-medium-webfont.eot');
    src: url('../font/prgweb-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/prgweb-medium-webfont.woff2') format('woff2'),
	url('../font/prgweb-medium-webfont.woff') format('woff'),
	url('../font/prgweb-medium-webfont.ttf') format('truetype'),
	url('../font/prgweb-medium-webfont.svg#prgwebmedium') format('svg');
    font-weight: 500;
    font-style: normal;

}

body {
    color: #404040;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'prgweb';
    margin: 0;
    margin-bottom: -50px;
    /*background-color: #F2F6F7;*/
    background-color: #f3f9ff;
    /*background-image: url('../img/bg.jpg');*/
    /*background-image: url('../img/plane-background1.png');*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    @media (max-width: 1599px) {
        background-position: 50% 25%;
    }
    @media (max-width: 990px) {
        background-position: 50% 15%;
    }
    @media (max-width: 767px) {
            /*background-image: url('../img/error-pageV2.png');*/
            background-position: left 43%;
    }
}

.container {
    width: 1490px;
    margin: auto;
    padding: 0 15px;
}

strong {
    font-weight: bold;
}

#content {
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 7px 15px #e5e9e9 inset;
}

a {
    text-decoration: none;
    color: #00396B;
    outline: none !important;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 48px;
    letter-spacing: 1px;
    margin-top: 150px;
    margin-bottom: 40px;
    color: #00396B;
    font-family: 'Neo Sans Pro new';
    font-weight: 500;
    line-height: normal;
    text-align: start;
    max-width: 50%;
    @media (max-width: 1599px) {
        /*max-width: 25ch;*/
        font-size: 48px !important;
        line-height: normal !important;
        margin-top: 50px;
    }
    @media (max-width: 767px) {
        max-width: 100%;
        margin-bottom: 0;
    }
}

.title-error {
    font-family: 'Neo Sans Pro new';
    color: #00396B;
    text-align: start;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    max-width: 50%;
    /*@media (max-width: 1599px) {*/
    /*    font-size: 16px !important;*/
    /*    margin-bottom: 35px !important;*/
    /*}*/
    @media (max-width: 1599px) {
        max-width: 45%;
    }
    @media (max-width: 767px) {
        font-size: 24px !important;
        line-height: 1.5 !important;
        max-width: 100%;
    }
}

.title-error  span {
    font-size: 45px;
    font-weight: 600;
    padding: 0 10px;
    color: #004a6d;
}

.title-error__text--small {
    color: #00396b !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding-left: 0 !important;
    display: inline-block !important;
    margin-top: 40px !important;
    font-family: 'Neo Sans Pro new';
}

.title-error__text--second {
    margin-top: 10px;
    color: #00396b !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding-left: 0 !important;
    display: inline-block !important;
    font-family: 'Neo Sans Pro new';
    font-size: 24px !important;
}

.text-error {
    margin-bottom: 50px;
}

#header {
    background-color: #fff;
    height: 103px;
    margin-top: 35px;
    box-shadow: 0px -7px 15px #e5e9e9;
    box-shadow: 0px -7px 15px #E2E8EC;
    /*border-top: 1px solid #e5e5e5;*/
    /*border-bottom: 1px solid #e5e5e5;*/
}

#logo {
    float: left;
    margin-top: 15px;
    width: 190px;
}

#logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

#footer {
    background-color: #001F2E;
    overflow: hidden;
    color: #ccd2d5;
}

#footer-1, #footer-2, #footer-3 {
    text-align: center;
    float: left;
    padding: 50px 30px;
    width: 25%;
    position: relative;
    z-index: 1;
}

#footer-1 {
    width: 50%;
}

#footer-2 {
    width: 30%;
}

#footer-3 {
    width: 20%;
}

.views-field-field-paticka-nadpis {
    line-height: 24px;
    font-size: 19px;
    margin-bottom: 3px;
}
.views-field-field-paticka-podnadpis {
    font-weight: normal;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 1px;
}

.view-aplikace {
    text-align: center;
    margin-top: 12px;
}
.view-aplikace .views-row {
    display: inline-block;
    margin: 5px;
}

.view-aplikace .views-row .views-field-field-aplikace-ikona a {
    padding: 13px;
    display: block;
    height: 50px;
    width: 50px;
    /*border-radius: 150px;*/
    /*border: 1px solid #00396B;*/
    overflow: hidden;
}

.view-aplikace .views-row .views-field-field-aplikace-ikona a svg {
    fill: #00396B;
    height: 20px;
    width: auto;
}

.view-aplikace .views-row .views-field-field-aplikace-ikona a svg path {
    fill: #00396B;
}

.view-paticka-help  {
    margin-top: 25px;
}

.view-paticka-help .views-row {
    margin: -10px;
    overflow: hidden;
}

.view-paticka-help .views-row .help-box {
    width: 50%;
    padding: 10px;
    float: left;
    text-align: left;
    overflow: hidden;
    height: 80px;
}

.view-paticka-help .views-row .help-box > div {
    display: inline-block;
    vertical-align: top;
}

.views-field-field-paticka-help-obrazek {
    height: 60px;
    width: 60px;
    padding: 17px;
    background-color: #003147;
    border-radius: 150px;
    position: relative;
    z-index: 1;
}

.view-paticka-help .views-row .help-box .help-box-title {
    width: 100%;
    padding-left: 30px;
    margin-top: -60px;
}

.view-paticka-help .views-row .help-box > div svg {
    fill: #00396B;
    height: 26px;
}

.view-paticka-help .views-row .help-box > div svg path {
    fill: #00396B;
}

.view-paticka-help .views-row .help-box .help-box-title .help-box-title-in {
    background-color: #001925;
    padding: 5px 25px 5px 55px;
    font-size: 14px;
    line-height: 20px;
    display: table-cell;
    width: 400px;
    vertical-align: middle;
    height: 60px;
    border-radius: 0 10px 10px 0;
    box-shadow: -1px 5px 12px #00131c inset;
}

.view-paticka-help .views-row .help-box .help-box-title .help-box-title-in a {
    font-weight: bold;
}

#content .container {
    overflow: hidden;
    background-image: url('../img/plane-background1.png');
    background-repeat: no-repeat;
    background-position: 80% 0%;
    @media (max-width: 1600px) {
        background-position: 98% 0%;
    }
    @media (max-width: 1200px) {
        background-position: 112% 0%;
    }
    @media (max-width: 991px) {
        background-position: 119% 0%;
    }
    @media (max-width: 767px) {
        background-image: none;
    }
}

.kontant-boxy {
    margin: 115px -15px;
    overflow: hidden;
    @media (max-width: 1599px) {
        margin: 50px -15px;
    }
    @media (max-width: 767px) {
        margin-top: 50px;
    }
}

.kontant-box {
    float: left;
    padding: 15px;
    width: 25%;
}

.box {
    padding: 24px 15px;
    box-shadow: 0px 2px 16px #ccdae0;
    border-radius: 10px;
    background-color: #fff;
    line-height: 25px;
    font-size: 16px;
    min-height: 150px;
    border-radius: .1rem .1rem 30px;
    @media (max-width: 767px) {
        box-shadow: 0 0 50px #e2e8ec;
    }
}

.box p strong {
    font-family: 'Neo Sans Pro new';
    color: #00386b;
}

@media (max-width: 1599px) {
    .container {
	width: 1170px;
    }
    #footer-1 {
	width: 100%;
	max-width: 730px;
	margin: auto;
	float: none;
    }
    #footer-2 {
	width: 50%;
	padding-left: 200px;
    }
    #footer-3 {
	width: 50%;
	padding-right: 150px;
    }
    .text-error {
	margin-bottom: 130px;
    }
    h1 {
	font-size: 42px;
	line-height: 50px;
    }
    .title-error span {
	font-size: 35px;
    }
    .title-error {
	font-size: 27px;
    }
    .kontant-box {
	width: 50%;
    }
    .title-error {
	margin-bottom: 50px;
	margin-top: 15px;
    }
}

@media (max-width: 1199px) {
    .container {
	width: 970px;
    }
    #footer-3 {
	padding-right: 30px;
    }
    #footer-2 {
	padding-left: 30px;
    }
    .title-error {
	font-size: 24px;
    }
}

@media (max-width: 991px) {
    .container {
	width: 750px;
    }
    #footer-2 {
	padding-left: 0;
    }
    #footer-3 {
	padding-right: 0;
    }
}

@media (max-width: 767px) {
    .container {
	width: 100%;
    }
    h1 {
	font-size: 22px;
	line-height: 27px;
	padding: 30px 0;
    }
    #logo {
	float: none;
	margin-left: auto;
	margin-right: auto;
    }
    .title-error {
	font-size: 16px;
    }
    .title-error span {
	font-size: 22px;
	display: block;
    }
    .title-error {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 0px;
    }
    .text-error {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
    }
    #footer-1 {
	padding: 30px 0px;
    }
    .view-paticka-help .views-row .help-box {
	width: 100%;
    }
    #footer-2, #footer-3 {
	padding: 0px 0px 30px 0;
	width: 100%;
    }
    #header {
	margin-top: 15px;
    }
    .kontant-box {
	width: 100% !important;
	padding: 5px 15px;
    }
    .box {
	min-height: 0;
    }
    .title-error {
	font-size: 14px;
	line-height: 25px;
    }
    .box {
	min-height: 0;
	font-size: 15px;
    }
}