#section0 {
    background: url("../img/bg1.jpg") 100%;
}

#section1 {
    background: url("../img/bg2.jpg") 100%;
}

#section2 {
    background: url("../img/bg3.jpg") 100%;
}

#section3 {
    background: url("../img/bg4.jpg") 100%;
}

#section4 {
    background: url("../img/bg5.jpg") 100%;
}

#section0,
#section1,
#section2,
#section3,
#section4 {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.page_header{
    position: absolute;
    width: 100%;
    top: 0;
    height: 200px;
}

.page_footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 110px;
}

.page_content {
    display: block;
    /*width: 60%;
    margin-left: 20%;*/
}

.page-title {
    color: #fff;
    font: 100 24px HelveticaNeueCyr,sans-serif;
}

.page-button {
    display: block;
    background: url("../img/btn1.png");
    background-size: cover;
    float: right;
    bottom: 0;
    width: 300px;
    height: 90px;
}

.last-page-button {
    display: block;
    background: url("../img/btn2.png");
    background-size: cover;
    margin: auto;
    width: 638px;
    height: 160px;
}

.page-logo {
    display: block;
    background: url("../img/logo1.png");
    background-size: cover;
    float: right;
    bottom: 0;
    width: 300px;
    height: 90px;
}

.page_button_text,
.page_button_text:hover{
    display: block;
    width: 265px;
    margin-left: 16px;
    height: 71px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    font: 100 18px/55pt HelveticaNeueCyr,sans-serif;
}

.page_button_text2,
.page_button_text2:hover{
    display: block;
    width: 265px;
    margin-left: 16px;
    height: 11px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font: 100 18px/41pt HelveticaNeueCyr,sans-serif;
}

.last-page-button-text,
.last-page-button-text:hover{
    display: block;
    margin-left: 16px;
    width: 608px;
    height: 160px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    font: 100 40px/118pt HelveticaNeueCyr,sans-serif;
    cursor: pointer;
}

.last-page-button-text2,
.last-page-button-text2:hover{
    display: block;
    margin-left: 16px;
    width: 608px;
    height: 8px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    font: 100 40px/83pt HelveticaNeueCyr,sans-serif;
}

.last-page-logo_link {
    display: block;
    width: 602px;
    height: 338px;
    margin: -32px auto 0;
}