@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('helvetica_neue-ultralight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
input{

    border:none;
    color:#FFFFFF;
    width:100%;
    font-size: 14px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
    font-family: 'HelveticaNeueUltraLight', 'Helvetica Neue';
    background: #FFFFFF;
    font-size: 15px;
    color: #000;
    max-width: 100%;
    margin: 0;
    font-weight: 100;
}
.container{
    position: relative;
    margin: 50px auto;
    max-width: 1920px;
}
h1{
    font-size: 44px;
    margin-top: 80px;
}
h2{
    font-size: 30px;
    margin-bottom: 60px;
}
h1,h2{
    text-align: center;
    font-weight: 200;
}
.logo{
    width: 74px;
    margin: 0 auto;
    display: block;
}
video{
    width: 100%;
    cursor: pointer;
}

.block{
    display: inline-block;
    vertical-align: top;
    color: #000000;
    position: relative;
    margin: 0 auto;
}
.left{
    width:49%;
    padding-top: 50px;
    background:#FFFFFF;

}
h3{
    font-size: 50px;
    font-weight: 200;
    text-align: center;
}
h4{
    font-size: 27px;
    letter-spacing: 29px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    margin-left: 25px;
    position: relative;
    margin-bottom: 30px;

}
.border{
    width: 70px;
    border-top:2px solid #000000;
    margin-bottom: 30px;
}
.coord{
    display: block;
    position: relative;
    left: 65px;
}
.center{
    width:49%;
    vertical-align: top;
}
a{
    color: #000000;
}
/*.right{*/
/*    width: 12%;*/
/*    height: 703px;*/
/*    background: #002a2d;*/
/*    margin-left: -5px;*/
/*    padding: 50px;*/
/*}*/
/*.right form{*/
/*    display: block;*/
/*    color:#FFFFFF;*/
/*}*/

/*label, input, textarea{*/
/*    display: block;*/
/*    font-size: 14px;*/
/*}*/
/*label{*/
/*    padding-bottom: 10px;*/
/*    font-size: 16px;*/
/*}*/
/*input{*/
/*    background-color: transparent;*/
/*    border-bottom: 2px solid #FFFFFF;*/
/*    margin-bottom: 50px;*/
/*    box-shadow: none;*/
/*}*/
/*input:focus, textarea:focus{*/
/*    outline:none;*/
/*    border:none;*/
/*    color:#FFFFFF;*/
/*    font-family: 'HelveticaNeueUltraLight';*/
/*    font-size: 14px;*/
/*}*/
/*textarea{*/
/*    background: transparent;*/
/*    border: 2px solid white;*/
/*    width: 95%;*/
/*    height: 350px;*/
/*    color:#FFFFFF;*/
/*    font-family: 'HelveticaNeueUltraLight';*/
/*    font-size: 14px;*/
/*    padding:5px;*/
/*}*/
/*button{*/
/*    width: 100%;*/
/*    margin-top: 15px;*/
/*    padding: 10px;*/
/*    border: 2px solid #FFF;*/
/*    background: transparent;*/
/*    color: #FFF;*/
/*    text-transform: uppercase;*/
/*    cursor:pointer;*/
/*}*/
/*button:hover, button:focus{*/
/*    outline: none;*/
/*    border-color:#FFFFFF;*/
/*    opacity: 0.7;*/
/*}*/

@media all and  (min-width: 1536px) and (max-width:1678px){
    h3{
        font-size: 90px;
    }
    h4{
        font-size: 27px;
    }
    .coord{
        bottom: 0;
    }

}
@media all and  (min-width: 1424px) and (max-width:1535px){
    h3{
        font-size: 69px;
    }
    h4{
        font-size: 20px;
    }
    .block{
        padding: 0 !important;
    }
}
@media all and  (min-width: 1258px) and (max-width:1423px){
    h3{
        font-size: 74px;
    }
    h4{
        font-size: 20px;
        letter-spacing: 33px;
    }
}
@media all and (min-width: 1178px)and (max-width:1257px){
    .left{
        width: 42%;
    }
    h3{
        font-size: 66px;
    }
    h4{
        font-size: 20px;
        letter-spacing: 28px;
    }
}
@media all and (min-width: 1142px)and (max-width:1177px){
    .left{
        width: 42%;
    }
    h3{
        font-size: 60px;
    }
    h4{
        font-size: 20px;
        letter-spacing: 25px;
    }
    h1{
        font-size: 16px;
        margin-top: 30px;
    }
    h2{
        font-size: 12px;
    }
}
@media all and (min-width: 415px)and (max-width:1141px){
    .left{
        width: 100%;
    }
    h3{
        font-size: 48px;
        text-align: center;
        margin-top: 0;
    }
    h4{
        font-size: 18px;
        letter-spacing: 19px;
        text-align: center;
        margin-left: 24px;
    }
    .coord{
        position: relative;
        top:0;
        margin-top:50px;
    }
    .center{
        width: 100%;
        margin-bottom: 50px;
    }
    video{
        max-width: 827px;
    }
    h1{
        font-size: 16px;
        margin-top: 30px;
    }
    h2{
        font-size: 12px;
    }
}
@media all and (min-width: 321px) and (max-width:414px){
    body{
        padding:20px;
    }
    .left{
        width: 90%;
        padding: 0;
    }
    h3{
        font-size: 38px;
        text-align: center;
        margin-top: 0;
    }
    h4{
        font-size: 14px;
        letter-spacing: 14px;
        text-align: center;
        margin-left: 11px;
    }
    .coord{
        position: relative;
        top:0;
        margin-top:50px;
        margin-bottom:50px;
    }
    .center{
        width: 100%;
        margin-bottom: 50px;
        margin: 0 auto;
    }
    h1{
        font-size: 16px;
        margin-top: 30px;
    }
    h2{
        font-size: 12px;
    }
}
@media all and (max-width:320px){
    body{
        padding:20px;
    }
    .left{
        width: 90%;
        padding: 0;
    }
    h3{
        font-size: 34px;
        text-align: center;
        margin-top: 0;
    }
    h4 {
        font-size: 12px;
        letter-spacing: 14px;
        text-align: center;
        margin-left: 11px;
    }
    .coord{
        position: relative;
        top:0;
        margin-top:50px;
        margin-bottom:50px;
    }
    .center{
        width: 100%;
        margin-bottom: 50px;
        margin: 0 auto;
    }
    h1{
        font-size: 16px;
        margin-top: 30px;
    }
    h2{
        font-size: 12px;
    }
}