body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Century Gothic;
}
.page {
    text-align: center;
    height: 100%;
}
.section {
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.section.first  { 
    background-image: url("../assets/images/bg_1.jpg");
    height: 1400px;
}
.section.second  { 
    background-image: url("../assets/images/bg_3.jpg");
    margin-top: 780px;
    padding: 130px 0;
}
.section.third  { 
    background-image: url("../assets/images/bg_4.png");
    height: 2090px;
    position: relative;
}
.section .block {
    /*height: 100%;*/
}
.section.first .block.first > .header {
    padding-top: 100px
}
.section.first .block.first > .header .logo {
    background-image: url("../assets/images/logo.png");
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 280px;
    margin: 0 auto;
}
.section.first .block.first > .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.section.first .block.first > .content > .title{
    background-image: url("../assets/images/title.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 170px;
}
.section.first .block.first > .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 3;
    padding: 0 200px;
    column-count: 2;
}
.section.first .block.first > .footer > .left {
    
}
.section.first .block.first > .footer > .left > .item {
    width: 42px;
    height: 53px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s;
}
.section.first .block.first > .footer > .left > .item.facebook {
    background-image: url("../assets/images/facebook.png");
}
.section.first .block.first > .footer > .left > .item.facebook:hover {
    background-image: url("../assets/images/facebook_hover.png");
}
.section.first .block.first > .footer > .left > .item.twitter {
    background-image: url("../assets/images/Twitter.png");
}
.section.first .block.first > .footer > .left > .item.twitter:hover {
    background-image: url("../assets/images/Twitter_hover.png");
}
.section.first .block.first > .footer > .left > .item.instagram {
    background-image: url("../assets/images/instagram.png");
}
.section.first .block.first > .footer > .left > .item.instagram:hover {
    background-image: url("../assets/images/instagram_hover.png");
}
.section.first .block.first > .footer > .right {
    height: 57px;
}
.section.first .block.first > .footer > .right > div {
    padding-top: 10px;
}

.section.first .block.first {
    /*background-image: url("../assets/images/bg_1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.section.first .block.second {
    background-image: url("../assets/images/bg_2.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute; */
    /* top: 105%; */
    /* left: 0; */
    /* right: 0; */
    height: 100%;
    /*opacity: 0.5;*/
    padding-top: 400px;
}
.section.first .block.second > .content {
    width: 85%;
    margin: 0 auto;
    height: calc(100% - 612px);
    border: 2px solid #ccc;
    padding: 50px;
    margin-top: 380px;
}
.section.first .block.second > .content  > .text-wrapper,
.section.second .block > .content  > .text-wrapper, 
.section.third .block.first > .content  > .text-wrapper {
    padding: 100px;
    font-size: 42px;
    text-align: justify;
    line-height: 92px;
}

.section.second .block {
    height: 100%;
}
.section.second .block .content {
    width: 85%;
    margin: 0px auto;
    height: calc(100% - 130px);
    border: 2px solid #fff;
    padding: 50px;
}
.section.second .block > .content  > .text-wrapper{
    color: #fff;
    padding: 60px 100px;
}

.section.third > .block.first {
    height: 100%;
}
.section.third .block.first > .content {
    width: 85%;
    margin: 0px auto;
    padding: 50px;
}
.section.third .block.first > .content > .text-wrapper{
    color: #aaa;
    margin-top: 150px;
}
.section.third > .block.second {
    background-image: url("../assets/images/bg_5.jpg");
    background-position: bottom;
    background-size: cover;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
.section.third > .block.second > .content > .contact {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
}
.section.third > .block.second > .content > .contact > .title {
    font-size: 72px;
    text-transform: uppercase
}
.section.third > .block.second > .content > .contact > .item {
    display: inline-block;
    margin: 50px 70px;
    font-size: 42px;
} 


@media (max-width: 1624px) {
    .section.first .block.second > .content > .text-wrapper,
    .section.second .block > .content > .text-wrapper,
    .section.third .block.first > .content > .text-wrapper {
        padding: 0;
    }
}
@media (max-width: 1366px) {
    .section.first .block.second > .content > .text-wrapper,
    .section.second .block > .content > .text-wrapper,
    .section.third .block.first > .content > .text-wrapper {
        line-height: 72px;
    }
}
@media (max-width: 1024px) {
    .section.first .block.first > .footer {
        padding: 0;
    }
    .section.third > .block.second > .content > .contact > .item {
        display: block;
    }
    .section.first .block.second > .content {
        margin-top: 480px;
    }
    .section.first .block.second > .content > .text-wrapper,
    .section.second .block > .content > .text-wrapper,
    .section.third .block.first > .content > .text-wrapper {
        line-height: 52px;
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .section.first .block.first > .header {
        padding-top: 10px;
    }
    .section.first .block.first > .header .logo {
        width: 100px;
        height: 130px;
    }
    .section.first .block.first > .content {
        top: 30%;
    }
}
@media only screen 
and (min-device-width : 275px) 
and (max-device-width : 812px) {
    .section.first  { 
        background-image: url("../assets/images/bg_1_m.jpg");
        background-size: contain;
        /*height: 820px;*/
        height: auto;
    }
    .section.first .block.first > .content{
        position: initial;
        margin-top: 50px;
    }
    .section.first .block.first > .content > .title{
        background-image: url("../assets/images/title_m.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 500px;
    }
    .section.first .block.second {
        background-image: url("../assets/images/bg_2_m.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 588px;
        height: auto;
        margin-top: 0px;
        padding: 100px 0px;
    }
    .section.first .block.second > .content {
        margin-top: 0;
        padding: 28px 14px;
        height: auto;
    }
    .section.first .block.second > .content > .text-wrapper,
    .section.second .block > .content > .text-wrapper,
    .section.third .block.first > .content > .text-wrapper {
        line-height: 68px;
        font-size: 44px;
    }
    .section.first .block.second > .content > .text-wrapper > span > span:nth-child(1),
    .section.second .block > .content > .text-wrapper > span:nth-child(1) {
        font-size: 120px !important; 
    }
    .section.first .block.second > .content > .text-wrapper > span > span:nth-child(2) {
        font-size: 54px !important; 
    }
    /*.section.first .block.first > .footer > .left > .item {
        width: 22px;
        height: 28px;
    }
    .section.first .block.first > .footer > .right {
        height: 28px;
        font-size: 10px;
    }*/

    .section.second  { 
        background-image: url("../assets/images/bg_3_m.jpg");
        background-size: cover;
        margin-top: 0px;
        padding: 0;
        height: auto;
    }
    .section.second > .block {
        padding: 28px 0;
    }
    .section.second > .block > .content {
        padding: 28px 14px;
    }

    .section.third  { 
        background-image: url("../assets/images/bg_4_m.png");
        background-size: contain;
        min-height: 620px;
        height: auto;
        position: relative;
    }
    .section.third .block.first > .content {
        padding: 100px 50px;
    }
    .section.third > .block.first > .content > .text-wrapper {
        margin-top: 80px;
    }
    .section.third > .block.first > .content > .text-wrapper > span:nth-child(1) {
        /*font-size: 42px !important;*/
    }
    .section.third > .block.second {
        background-image: url("../assets/images/bg_5_m.jpg");
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: auto;
        opacity: 1;
        margin-top: 90px;
        padding: 200px 0;
    }
    .section.third > .block.second > .content > .contact {
        position: relative;
        bottom: 0;
    }
    .section.third > .block.second > .content > .contact > .title {
        font-size: 42px;
    }
    .section.third > .block.second > .content > .contact > .item {
        margin: 20px;
        font-size: 30px;
    }
}
