.fontStandard {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.fontHeader h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.fontHeader h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #16569c;
}

.mit {
    color: #d30183;
}

.fakt {
    color: #16569c;
}

#bannerAndDescription {
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
}

.baner img {
    width: 100%;
    height: auto;
}

#bannerAndDescription p {
    margin: 40px 0 60px 0;
}

#properties {
    max-width: 958px;
    margin: 0 auto;
}

.title {
    background-color: #15569c;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.title h2 {
    margin: 0;
}

#properties ul li{
    margin-bottom: 10px;
}

#properties ul {
    padding: 15px;
}

.boxes {
    display: flex;
    max-width: 824px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.boxesWidth {
    width: 322px;
    padding: 25px;
    background-color: #e9eef2;
    border-radius: 30px;
    margin: 20px;
}

.boxesWidth img {
    width: 310px;
}

.boxes ol {
    padding-left: 15px;
    color: #d30183;
}

.boxes ol li {
    margin-bottom: 10px;
}

#movie .title {
    max-width: 958px;
    margin: 0 auto;
}

.movieBackground {
    max-width: 958px;
    margin: 0 auto;
    background: url(Assets/movie-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 50px 0;
    margin-top: 30px;
}

.movieBox { 
    width: 70%;
    margin: 0 auto;
}

.respIframe {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.respIframe iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}