html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, body,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    margin-bottom: 0px !important;
    position: relative;
    font-family: 'PT Sans';
    background-color: #fff;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
input, textarea {
outline: none;
} 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr{
    clear: both;
}
textarea,
input[type=text],
input[type=mail],
input[type=tel],
input[type=button],
input[type=submit]{
    -webkit-appearance: none;
    border-radius: 0;
}
.land_screen{
    height: 100vh;
    width: 100%;
    position: relative;
    /* background-image: url(../images/blocktopmain.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper{
    width: 100%;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;    
    align-items: center;    
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
header {
    position: relative;
    background-color: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.left{
    color: #06468d;
    line-height: 1.2;
}
.left img{
    margin-right: 22px;
}
.left span{
    font-size: 30px;
    color: #06468d;
    display: inline-block;
    vertical-align: middle;
}
.right{
    text-align: right;
}
.right a{
    text-decoration: none;
    display: block;
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    color: #06468d;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.right a:hover{
    color: #06468d;
}
.right a i{
    color: #06468d;
    margin-right: 5px;
}
.right,
.center,
.left{
    width: 33.3333%;
}
.center{
    text-align: center;
}
.center a{
    display: block;
}
.center img{
    max-width: 150px;
}
.main_screan{
    height: calc(100vh - 91px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn{
    position: absolute;
    left: 50%;
    bottom: 40px;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e55b02;
    border: 1px solid #e55b02;
    padding: 15px 50px;
    margin: 0 auto;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed';
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.btn:hover{
    color: #06468d;
    background-color: #fff;
}
.fz22{
    font-size: 22px;
}
.fz16{
    font-size: 16px;
}
.color_red{
    color: #e55b02;
}

@media(max-width: 767px){
    .main_screan{
        height: calc(100vh - 226px);
    }
    .right,
    .center,
    .left{
        width: 100%;
        text-align: center;
    }
    .left{
        order: 2;
        margin: 15px 0;
        justify-content: center;
    }
    .right{
        order: 3;
    }
    .center{
        order: 1;
    }
    .land_screen{
        height: auto;
        min-height: 100vh;
    }
}