html {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    font: 16px "Oswald";
    font-weight: 300;
    color: #242424;
    height: 100vh;
    background: url(../img/bg.png) 50% -100% no-repeat;
    background-size: cover;
}
.header {
    padding: 40px 0;
}
.header .logo1,
.header .logo2,
.header .logo3 {
    text-align: center;
}
.header .logo1 img {
    height: 70px;
    margin: 5px 0;
}
.header .logo2 img {
    height: 20px;
    margin: 30px 0;
}
.header .logo3 img {
    height: 80px;
}
.block {
    text-align: center;
}
.block h1 {
    font-weight: 300;
    color: #0E6659;
    text-transform: uppercase;
    display: table;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 5px;
    text-align: center;
    margin: 0 auto 20px;
}
.block h3 {
    font-weight: 300;
    color: #0E6659;
}
.block img {
    width: 100%;
    position: absolute;
    bottom: -90px;
    left: 0px;
}
.z .col-sm-4 {
    position: relative;
}
.block2 h3 {
    margin-bottom: 135px;
}
.block2 .footer {
    margin-top: 40px;
}
.block3 h1 {
    margin-bottom: 220px;
}
.block3 ul {
    text-align: left;
}
.block ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px;
    text-align: left;
}
.block .word .money {
    width: 150px;
    top: 240px;
    right: 0px;
    left: auto;
}
.footer .cal {
    position: relative;
}
.footer .cal p {
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
.footer .cal img {
    height: 100px;
    width: auto;
    top: 0;
    left: 40px;
    position: absolute;
    z-index: 1;
}
.lang {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 9999;
}
.lang li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 10px;
}
.lang li a {
    background: #0f6659;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    text-decoration: none;
    font-weight: 500;
}
.lang li a:hover,
.lang li a.active {
    background: #cfac6c;
    color: #242424;
}

body {
    background-position: 50% 10%; /* базовая позиция */
}

@media screen and (max-height: 920px) {
    body {
        background-position: 50% -20%;
    }
}

@media screen and (min-width: 1600px) {
    body {
        background-position: 50% 10%;
    }

    .lang {
        right: 15%;
    }
}

@media screen and (min-width: 2000px) {
    body {
        background-position: 50% 25%;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: none;
    }
    .header {
        padding: 40px 0 20px;
    }
    .container {
        padding: 0;
    }
    .block {
        background: url(../img/bg.png) 50% 10% no-repeat;
    }
    .block .word {
        padding-top: 100px;   
    }
    .block .word .money {
        position: absolute;
        right: 20px;
        top: 200px;
    }
    .block img {
        position: relative;
        bottom: auto;
    }
    .header .logo1 img {
        height: 60px;
    }
    .header .logo2 {
        display: none;
    }
    .header .logo3 img {
        height: 65px;
    }
    .block h1 {
        font-size: 34px;
    }
    .block2 {
        padding-top: 40px;
        background-position: 35% 44%;
        padding-bottom: 30px;
    }
    .block2 h3 {
        margin-bottom: 90px;
    }
    .block3 {
        padding-top: 40px;
        padding-bottom: 30px;
        background-position: 40% 50%;
    }
    .block3 h1 {
        margin-bottom: 100px;
    }
    .block3 ul {
        margin: 0;
    }
    .z .col-sm-4 {
        padding: 0;
    }
}