body {
    display: flex;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 20px;
    /*letter-spacing: 1.4px;*/
}

.container {
    width: 1180px;
    margin: auto;
}

header {
    display: flex;
    background: #FFF url("header-bg.jpg") no-repeat center;
    height: 303px;
}

.logo-wrap {
    margin: auto;
    display: flex;
}

.logo-img {
    max-width: 400px;
    max-height: 244px;
}

.menu {
    height: 40px;
    background-color: #003b63;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu, .menu a {
    color: #FFF;
    text-decoration: none;
}

.main {
    display: flex;
    margin-top: 80px;
    width: 100%;
}

.sken2-img {
    max-width: 354px;
    max-height: 360px;
}

.sken3-img {
    max-width: 333px;
    max-height: 380px;
    padding-bottom: 20px;
}

.sken-wrap {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
}

.sken1-img {
    max-width: 221px;
    max-height: 350px;
    margin: 0 auto;
}

.sken-img-wrap {
    display: flex;
    height: 400px;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-end;
}

.sken-title {
    font-size: 19px;
    color: #003b63;
    text-align: center;
    font-weight: 900;
    margin: 40px auto 10px;
}

.sken-text {
    font-size: 15px;
    color: #5695c3;
    font-weight: 400;
    margin: 0 30px;
}

.vice-text {
    align-self: flex-end;
    background-color: #5695c3;
    padding: 7px 20px;
    display: inline-block;
    margin-top: auto;
    margin-right: 40px;
    font-size: 14px;
    border-radius: 5 p8x;
}

.vice-text, .vice-text a {
    color: #FFF;
    text-decoration: none;
}

.bottom-img-wrap {
    margin: 70px auto 0;
}

.bottom-title {
    font-size: 19px;
    text-align: center;
    font-weight: 900;
    margin: 10px auto 30px;
}

.bottom-title a {
    color: #003b63;
    text-decoration: none;
}

.bottom-contact-text {
    font-size: 17px;
    margin: auto;
    text-align: center;
    color: #024878;
}

.pripravujeme-text {
    display: flex;
    padding-top: 60px;
    margin: auto;
    color: #5695c3;
    font-size: 30px;
    font-weight: 900;
    align-items: center;
}

.pripravujeme {
    display: flex;
    flex-direction: column;
    margin-bottom: 300px;
}

.icon-img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.kontakty-wrap {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    margin: 100px auto;
}

.kontakty-main-wrap {
    display: flex;
    margin: 0 auto 150px;
}

.kontakty-main {
/*    flex: 0 0 33%;*/
    margin: 0 auto;
    padding: 0 40px;
    border-left: 2px solid #003b63;
    /*box-shadow: 0 0px 4px 0 hsla(0, 0%, 0%, 0.2);*/
}

.kontakty-bottom-wrap {
    margin: auto;
}
