/* Eric Meyer's CSS Reset */

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;
    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;
}

b {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body {
    font: 14px/18px Arial, sans-serif;
    height: 100%;
    overflow-x: hidden;
}


/* Header
-----------------------------------------------------------------------------*/

.slider {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.slider-content {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide {
    height: 100%;
    width: 100%;
    display: table;
}

.slide>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 4px #000;
}

.slide>div h2 {
    font-size: 6em;
    line-height: 2em;
    font-weight: bold;
}

.slide>div p {
    font-size: 22px;
    line-height: 1.4em;
    font-style: italic;
}

.sl1 {
    background: url(img/11.jpg) no-repeat center bottom / cover;
    background-size: cover;
}

.sl2 {
    background: url(img/22.jpg) no-repeat center bottom / cover;
    background-size: cover;
}

.sl3 {
    background: url(img/33.jpg) no-repeat center bottom / cover;
    background-size: cover;
}

.sl4 {
    background: url(img/44.jpg) no-repeat center bottom / cover;
    background-size: cover;
}

.more {
    color: #000;
    text-decoration: none;
    padding: 7px 15px;
    background: #FFD800;
    text-shadow: none;
    line-height: 8em;
    font-size: 16px;
}

.more:hover {
    background: #FFBB02;
}

.slider-controls {
    position: absolute;
    left: 0px;
    bottom: 30px;
    text-align: center;
    width: 100%;
    display: none;
}

.slider-controls .control-slide {
    margin: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slider-controls .control-slide:hover {
    background: #FFED87;
    cursor: pointer;
}

.slider-controls .control-slide.active {
    background: #FFD800;
}


/* Middle
-----------------------------------------------------------------------------*/

.content {
    width: 100%;
    padding-top: 40px;
}

.content main {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    line-height: 1.4em;
}

.content main p {
    margin-bottom: 20px;
}


/* Footer
-----------------------------------------------------------------------------*/

.content.home header {
    width: 100%;
    height: 86px;
    background: #ffffff;
    box-sizing: border-box;
    padding-top: 8px;
}

.content.home {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* border-bottom: 6px solid #636B94; */
}

.container {
    width: 100%;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    box-sizing: border-box;
    max-width: 910px;
}

.info_holder {
    list-style: none;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: center;
    display: table;
}

.login_box {
    position: relative;
    font-size: 16px;
}

.info_holder li {
    list-style: none;
    margin: 0px;
    padding: 0px 17px;
    height: 70px;
    display: table-cell;
    border-left: 2px solid #c7c7c6;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.home .logo {
    width: 250px;
}

.info_holder li:first-child {
    border: 0px;
}

a {
    color: #01466b;
    text-decoration: none;
    border: 0px;
    outline: none;
    outline: 0px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

h1 a {
    color: #393939;
    text-decoration: none;
}

p {
    text-align: left;
    padding-bottom: 18px;
    line-height: 20px;
}

.info_holder li p {
    padding: 0px;
    max-width: 285px;
    line-height: 18px;
    text-align: justify;
}

p.centr {
    text-align: center;
}

a:hover {
    text-decoration: none;
    color: #01466b;
}

a.grey {
    color: #c7c7c6;
}

.centr a {
    text-align: center !important;
    display: block;
}


/* pop up */

#disclaimer {
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#okno {
    width: 620px;
    height: 530px;
    text-align: center;
    padding: 55px;
    border-top: 13px solid #474861;
    border-bottom: 13px solid #474861;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    overflow: auto;
}

div#cont {
    width: 620px;
    height: 530px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 55px;
}

#disclaimer:target {
    display: block;
}

.close {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px;
    text-decoration: none;
    font-size: 15pt;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 7px;
    z-index: 9999;
}

.close:hover {
    background: #e6e6ff;
}

.footer-row {
    background-color: #4e5473;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.footer-row__body {
    padding: 2px 0px;
}