@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuecyr-medium-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuecyr-italic-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*=================== Стандартизация стилей ===================*/
*{margin:0;padding:0;}
header, footer, aside, section, article, nav{display: block;}
iframe{
    border: none;
}
label{
    cursor: pointer;
}
button,input,select,textarea{
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
    box-sizing:border-box;
}
button::-moz-focus-inner{padding:0;border:0;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="search"]{
    -webkit-appearance: textfield;
}
button, input[type="submit"], input[type="button"], input[type="reset"]{
    cursor:pointer; 
} 
button[disabled],
input[disabled]{
  cursor: default;
}
textarea{
    overflow: auto;
    resize: none;
}
:focus::-webkit-input-placeholder {color: transparent !important}
:focus::-moz-placeholder          {color: transparent !important}
:focus:-moz-placeholder           {color: transparent !important}
:focus:-ms-input-placeholder      {color: transparent !important}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
[hidden]{display: none;}
img{
    border:none;
    max-width: 100%;
}
:focus{outline:none;}
abbr[title]{
  border-bottom: 1px dotted;
}
dfn{
  font-style: italic;
}
ul, ol{list-style:none;}
ol{
    counter-reset:cnt;
}
ol li:before{
    counter-increment:cnt;
    content:counter(cnt)". ";
}
fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}
/*=================== Стили для печати ===================*/
@media print{
    *, *:before, *:after{
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited{
        text-decoration: underline;
    }
    a[href]:after{
        content: " (" attr(href) ")";
    }
    abbr[title]:after{
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after{
        content: "";
    }
    pre, blockquote{
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead{
        display: table-header-group;
    }
    tr, img{
        page-break-inside: avoid;
    }
    img{
        max-width: 100% !important;
    }
    p, h2, h3{
        orphans: 3;
        widows: 3;
    }
    h2, h3{
        page-break-after: avoid;
    }
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea{
    max-width:100%;
    border-radius: 3px;
    border: 1px solid #d8dde6;
    color: #707b87;
    padding: 0 14px;
    height: 40px;
    transition: color ease .2s, border-color ease .2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus{
    color: #484d50;
    border-color: #889bad;
}
textarea{
    padding-top: 14px;
    height: 100px;
}
input::-webkit-input-placeholder {color: #707b87;}
input::-moz-placeholder          {color: #707b87; opacity:1;}
input:-moz-placeholder           {color: #707b87; opacity:1;}
input:-ms-input-placeholder      {color: #707b87;}
textarea::-webkit-input-placeholder {color: #707b87;}
textarea::-moz-placeholder          {color: #707b87; opacity:1;}
textarea:-moz-placeholder           {color: #707b87; opacity:1;}
textarea:-ms-input-placeholder      {color: #707b87;}

.hidden{
    display: none !important;
}
hr{
    display: block;
    height: 0;
    border: 0;
}
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'helveticaneue', sans-serif;
    line-height: 1.3;
    color: #fff;
}
body{
    background: #0e0e0e;
    font-size: 1.4rem;
}
/*
#bg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #191818;
}
*/
a{
    background-color: transparent;
    color: currentColor;
    text-decoration: none;
    transition: color ease .2s;
}
a:hover{
    text-decoration: underline;
}
a:active,
a:hover{
  outline: 0;
}
h1, h2, h3{
    font-weight: 400;
}
h1{
    font-size: 2.1rem;
    margin: 0 0 30px;
}
h2{
    font-size: 2rem;
    margin: 0 0 30px;
}
h3{
    font-size: 1.8rem;
    margin: 0 0 24px;
}
.container{
    
}

/*====================  Кнопки  ====================*/

[class*="but_"]{
    display: inline-block;
    text-align: center;
}

/*====================  Колонки  ====================*/

[class*="column_"]{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[class*="column_"] > *{
    display: block;
    box-sizing: border-box;
}
.column_1-3-1{

}
.column_1-3-1 > *{
    position: relative;
}
.paginNav,
.h_logo{
}
.as_right{
    position: relative;
    z-index: 1;
}

/*====================  Общее  ====================*/

.container{
    position: absolute;
    padding: 1px 0 0;
    height: 100%;
}
.vertical{
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    width: 100%;
    left: 0;
}
.header,
.footer{
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 110;
}
.footer{
    bottom: 0;
}
.middle{
    box-sizing: border-box;
    position: absolute;
    width: 100%;
}
.s_seprAside{
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #979797;
    opacity: .2;
    z-index: 111;
}

/*====================  Шапка  ====================*/

.header{
    top: 0;
}
.header:after{
    content: "";
    clear: both;
    display: block;
}
.h_logo{
    position: relative;
    float: left;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
}
.h_logo:hover{
    text-decoration: none;
}
.h_logo img{
    vertical-align: middle;
}
.h_logo span{
    position: relative;
    vertical-align: middle;
    color: #f8e71c;
    font-size: 14px;
    top: 2px;
}
.h_logo svg{
    position: absolute;
    left: -45px;
    top: -38px;
    width: 120px;
    height: 120px;
    transition: transform .2s;
}
.h_logo svg:hover{
    transform: scale(1.1);
}
.h_logo path{
    fill: #F8E71C;
    transition: transform .2s, fill .2s;
}
.h_logo:hover path{
}
.h_logo:hover .l_ray1{
    transform: translate(0, -3px);
}
.h_logo:hover .l_ray2{
    transform: translate(3px, -3px);
}
.h_logo:hover .l_ray3{
    transform: translate(3px, 3px);
}
.h_logo:hover .l_ray5{
    transform: translate(-3px, 3px);
}
.h_logo:hover .l_ray4{
    transform: translate(-3px, -3px);
}
.h_menu{
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    float: right;
    text-align: right;
    width: calc(100% - 260px);
}
.hm_but{

}
.hm_list{
    font-weight: 500;
}
.hm_list li{
    display: inline-block;
}
.hm_list li:not(:last-child){
    margin-right: 5%;
}
.hm_list a{
    color: #858585;
    text-transform: uppercase;
}
.hm_list a.active,
.hm_list a:hover{
    color: #fff;
    text-decoration: none;
}
.h_tel{
    position: relative;
    float: left;
    color: #fff;
    font-size: 13px;
    margin-left: 3.6%;
    font-weight: 500;
}
.h_tel:hover{
    color: #fff;
    text-decoration: none;
}

/*====================  Поэкранная навигация  ====================*/

.fp-years{
    display: inline-block;
    color: #858585;
}
.fp-years span{
    box-sizing: border-box;
    position: relative;
    top: -4px;
    display: inline-block;
    width: 52px;
    height: 2px;
    margin: 0 24px;
    background-color: #979797;
    border-left: 0 solid #fff;
    transition: border linear .3s;
}
#fp_bar{
    position: fixed;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    top: 50%;
    width: 426px;
    text-align: center;
    cursor: default;
}
#fp_bar ul{
    display: inline-block;
}
#fp_bar ul a{
    font-size: 13px;
    color: #858585;
    padding-bottom: 14px;
    border-bottom: 4px solid transparent;
    transition: color .2s, border-color .2s;
}
#fp_bar ul a:hover,
#fp_bar ul a.active{
    color: #fff;
    border-color: #fff;
}
.paginNav{

}
.fp-wrap{
    counter-reset:cnt1;
    font-weight: 500;
    left: 30px;
    overflow: hidden;
}
#fp-nav ul{
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform .5s;
}
.fp-wrap,
#fp-nav li{
    height: 30px;
}
#fp-nav li:before{
}
#fp-nav li{
    line-height: 30px;
    counter-increment:cnt1;
    color: #858585;
}
#fp-nav li:before{
    content: counter(cnt1);
    opacity: 0;
    position: absolute;
}
#fp-nav li a.active{
    color: #fff;
}
#fp-nav:before{
    content:"";
    position: absolute;
    width: 60px;
    height: 1px;
    left: -14px;
    bottom: -12px;
    background-color: #979797;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-34deg);
}
#fp-nav:after{
    content:"0"counter(cnt1);
    position: absolute;
    bottom: -60px;
    color: #858585;
}
.paginNav div{
    position: fixed;
    right: 24%;
    top: calc(50%);
    font-size: 30px;
    font-family: Arial;
    color: #f8e71c;
    font-weight: bold;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 110;
}
.paginNav div:before{
    content: "←";
}
.pn_toTop{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pn_toBot{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 5px;
}

/*====================  Центральная часть  ====================*/


/*====================  Портфолио  ====================*/

.m_projects{
    position: relative;
}
.mp_video{
    position: absolute;
    right: 0;
    left: 33.3%;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.mpv_inner{
    position: relative;
    height: 100%;
    width: 100%;
}
.mp_video:after{
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    left: -1px;
    top: 0;
    background-color: rgba(0, 0, 0, .58);
    z-index: 2;
}
.mp_video video,
.mp_video img{
    position: absolute;
    z-index: -1;
    height: 100%;
    width: auto;
    max-width: none;
}
.middle.home{
    transform: translate3d(0, 0, 1px);
    -webkit-transform: translate3d(0, 0, 1px);
    z-index: 111;
}
@media screen and (max-width: 800px) and (orientation:portrait) {

    .mp_video video,
    .mp_video img{
        width: auto;
        height: 100%;
    }

}
@media screen and (max-width: 800px) and (orientation:landscape) {

    .mp_video video,
    .mp_video img{
        width: 100%;
        height: auto;
    }

}
.mp_tech,
.m_projects h1{
    position: relative;
    z-index: 1;
}
.m_projects h1{
    margin-bottom: 2.2%;
}
.mp_tech{
    margin-bottom: 3.2%;
    font-size: 1.3rem;
}
.mp_tech span{
    text-transform: uppercase;
}
.m_projects h1{
    font-size: 3.6rem;
}
.m_projects h1 span{
    color: #f8e71c;
}

/*====================  Правая колонка  ====================*/

.as_projDesc p{
    max-width: 430px;
    line-height: 1.8;
    color: #9c9898;
}
.asr_viewMore{
    position: relative;
    display: inline-block;
    margin-top: 6%;
    border-bottom: 4px solid transparent;
    padding-bottom: 5px;
    font-size: 1.6rem;
}
.asr_viewMore:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    left: 50%;
    background-color: #f8e71c;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: width .3s;
}
.asr_viewMore:hover{
    text-decoration: none;
}
.asr_viewMore:hover:after{
    width: 100%;
}
.fp-section{
    height: 100% !important;
    overflow: hidden;
}

/*====================  Подвал  ====================*/

.footer{
    color: #858585;
}
.footer:after{
    
}
.f_copyr{
    text-transform: uppercase;
    float: left;
    font-weight: 500;
    white-space: nowrap;
}
.f_copyr span{
    position: relative;
}
.f_copyr span:before{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #979797;
}
.f_cos{
    float: right;
}
.f_cos a{
    padding: 2px 8px;
}
.f_cos a:last-child{
    padding-right: 0;
}
.f_cos a:hover{
    color: #fff;
    text-decoration: none;
}

/*====================  Настольные и планшетные  ====================*/

@media screen and (min-width: 701px){

    .f_copyr span{
        margin-left: 60px;
    }
    .f_copyr span:before{
        top: 8px;
        width: 40px;
        left: -52px;
    }

}

/*====================  Настольные/планшетные/мобильные*  ====================*/

@media screen and (min-width: 621px){

    .hm_list{
        display: block !important;
    }
    .hm_bot{
        display: none;
    }

}

/*====================  Настольные  ====================*/

@media screen and (min-width: 1201px){

    html{
        font-size: 10px;
    }
    #fp-nav,
    .container{
        right: 4%;
    }
    .container{
        left: 4%;
    }
    #fp_bar{
        left: -132px;
    }
    .header{
        height: 100px;
    }
    .h_logo{
        margin-top: 1px;
    }
    .middle{
        top: 82px;
        bottom: 70px;
    }
    .footer{
        height: 70px;
    }

    /*====================  Колонки  ====================*/

    .column_4{
        margin-bottom: -40px;
    }
    .column_4 > *{
        width: 24.1%;
        margin-left: 1.1%;
        margin-bottom: 40px;
    }
    .column_4 > *:nth-child(4n+1){
        margin-left: 0;
    }
    .column_3{
        margin-bottom: -40px;
    }
    .column_3 > *{
        width: 31%;
        margin-left: 3.5%;
        margin-bottom: 40px;
    }
    .column_3 > *:nth-child(3n+1){
        margin-left: 0;
    }
    .column_2{
        margin-bottom: -40px;
    }
    .column_2 > *{
        width: 49.4%;
        margin-left: 1.2%;
        margin-bottom: 40px;
    }
    .column_2 > *:nth-child(2n+1){
        margin-left: 0;
    }

    .header{
        padding-top: 28px;
    }
    .h_menu{
        top: 16px;
    }
    .h_logo:after{
        top: 24px;
    }
    .h_tel{
        top: 16px;
    }
    .h_logo img{
        width: 46px;
    }
    .as_projDesc{
    }
    .pn_toTop{
        margin-top: -190px;
    }
    .pn_toBot{
        margin-top: 254px;
    }
    .middle.home{
        margin-left: 8.4%;
        width: 91.6%;
    }
    .fp-wrap,
    #fp-nav:after{
        font-size: 2.4rem;
    }

}
@media screen and (min-width: 1201px) and (max-width: 1500px){

    #fp_bar{
        left: -148px;
    }

}
@media screen and (min-width: 1201px) and (max-width: 1400px){

    .paginNav div{
        right: 23%;
    }

}

/*====================  Планшетные и мобильные  ====================*/

@media screen and (max-width: 1200px){

    .h_logo img{
        width: 36px;
    }
    
}

/*====================  Планшетные  ====================*/

@media screen and (min-width: 801px) and (max-width: 1200px){

    html{
        font-size: 9px;
    }
    #fp-nav,
    .container{
        right: 3%;
    }
    .container{
        left: 3%;
    }
    #fp_bar{
        left: -168px;
    }
    .header{
        height: 70px;
    }
    .h_logo{
        margin-top: -4px;
    }
    .middle{
        top: 70px;
        bottom: 46px;
    }
    .footer{
        height: 46px;
    }

    /*====================  Колонки  ====================*/
    
    .column_4{
        margin-bottom: -30px;
    }
    .column_4.center{
        justify-content: center;
    }
    .column_4 > *{
        width: 32.4%;
        margin-left: 1.3%;
        margin-bottom: 30px;
    }
    .column_4 > *:nth-child(3n+1){
        margin-left: 0;
    }
    .column_3{
        margin-bottom: -30px;
    }
    .column_3 > *{
        width: 31%;
        margin-left: 3.5%;
        margin-bottom: 30px;
    }
    .column_3 > *:nth-child(3n+1){
        margin-left: 0;
    }
    .column_2{
        margin-bottom: -30px;
    }
    .column_2 > *{
        width: 49.4%;
        margin-left: 1.2%;
        margin-bottom: 30px;
    }
    .column_2 > *:nth-child(2n+1){
        margin-left: 0;
    }

    
    .header{
        padding-top: 18px;
    }
    .h_menu{
        top: 12px;
    }
    .h_logo:after{
        top: 20px;
    }
    .h_tel{
        top: 11px;
    }
    .h_logo:after{
        width: 42px;
    }
    .middle.home {
        margin-left: 8.4%;
        width: 91.6%;
    }
    .as_projDesc{
    }
    .as_right{
        margin-top: -50px;
    }
    .pn_toTop{
        margin-top: -215px;
    }
    .pn_toBot{
        margin-top: 203px;
    }
    .fp-wrap,
    #fp-nav:after{
        font-size: 2rem;
    }
    #fp-nav:before{
        width: 52px;
    }
    #fp-nav:after{
        bottom: -57px;
    }

}

@media screen and (min-width: 1001px) and (max-width: 1200px){

    .paginNav div{
        right: 23.5%;
    }

}
@media screen and (min-width: 801px) and (max-width: 1100px){

    .mp_tech{
        margin-bottom: 32px;
    }
    .m_projects h1{
        margin-bottom: 24px;
    }
    .asr_viewMore{
        margin-top: 48px;
    }

}
@media screen and (min-width: 801px) and (max-width: 1000px){

    .paginNav div{
        right: 22.5%;
    }
    #fp_bar{
        left: -176px;
    }

}

/*====================  Мобильные  ====================*/

@media screen and (max-width: 800px){

    html{
        font-size: 9px;
    }
    #fp-nav{
        right: 5%;
    }
    .container{
        left: 20px;
        right: 20px;
    }
    .header{
        height: 70px;
    }
    .middle{
        top: 80px;
        bottom: 46px;
    }
    .footer{
        height: 46px;
    }
    .middle.home{
        margin-left: 8%;
        width: 92%;
    }
    .as_right{
        width: 30%;
    }
    .as_projDesc{
        padding-left: 0;
    }

    #fp_bar{
        left: -170px;
    }
    #fp-nav:before{
        width: 52px;
    }
    #fp-nav:after{
        bottom: -57px;
    }
    .h_menu{
        top: 14px;
    }
    .h_logo:after{
        top: 18px;
    }
    .h_tel{
        top: 12px;
    }
    .h_logo{
        margin-top: -4px;
        padding-left: 54px;
    }
    .h_logo svg{
        left: -40px;
    }
    .h_logo span{
    }
    .h_logo:after{
        width: 32px;
        right: 16px;
    }
    .paginNav div{
        right: 26%;
    }
    .pn_toTop{
        margin-top: -140px;
    }
    .pn_toBot{
        margin-top: 160px;
    }
    .mp_video{
        left: 0;
    }

    .main{
        width: 100%;
    }
    .middle.home .main{
        width: calc(100% - 44px);
    }
    .mp_tech{
        margin-bottom: 26px;
    }
    .m_projects h1{
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 24px;
    }
    .asr_viewMore{
        margin-top: 42px;
    }
    .fp-wrap,
    #fp-nav:after{
        font-size: 14px;
    }
    #fp_bar{
        left: -176px;
    }

}

@media screen and (min-width: 621px) and (max-width: 800px){

    /*====================  Колонки  ====================*/
    
    .column_4{
        margin-bottom: -20px;
    }
    .column_4.center{
        justify-content: center;
    }
    .column_4 > *{
        width: 49%;
        margin-left: 2%;
        margin-bottom: 20px;
    }
    .column_4 > *:nth-child(2n+1){
        margin-left: 0;
    }
    .column_3{
        margin-bottom: -20px;
    }
    .column_3 > *{
        width: 31%;
        margin-left: 3.5%;
        margin-bottom: 20px;
    }
    .column_3 > *:nth-child(3n+1){
        margin-left: 0;
    }
    .column_2{
        margin-bottom: -20px;
    }
    .column_2 > *{
        width: 100%;
        margin-bottom: 20px;
    }
    .header{
        padding-top: 18px;
    }
}
@media screen and (max-width: 620px){

    .container{
        left: 20px;
        right: 20px;
    }
    #fp_bar{
        left: -184px;
    }

    /*====================  Колонки  ====================*/
    
    .column_2{
        margin-bottom: -15px;
    }
    .column_2 > *{
        width: 100%;
        margin-bottom: 15px;
    }

    .column_3{
        margin-bottom: -15px;
    }
    .column_3 > *{
        width: 100%;
        margin-bottom: 15px;
    }

    .column_4{
        margin-bottom: -15px;
    }
    .column_4.center{
        justify-content: center;
    }
    .column_4 > *{
        width: 100%;
        margin-bottom: 15px;
    }
    .header{
        height: 64px;
    }
    .middle{
        top: 64px;
        bottom: 0;
    }
    .footer{
    }

    .header{
        padding-top: 12px;
        z-index: 111;
    }
    .h_logo:after,
    .h_tel,
    .hm_list,
    .f_cos
    /*.footer*/{
        display: none;
    }
    .f_copyr{
        display: block;
        float: none;
        text-align: center;
        margin-top: 8px;
    }
    .h_menu{
        position: static;
        float: none;
    }
    .hm_but,
    .hm_but:before,
    .hm_but:after{
        background-color: #f8e71c;
    }
    .hm_but{
        position: absolute;
        width: 20px;
        height: 2px;
        right: 0;
        padding: 12px 8px;
        background-clip: content-box;
        cursor: pointer;
        margin-top: 4px;
        z-index: 113;
    }
    .hm_but:before,
    .hm_but:after{
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        right: 8px;
    }
    .hm_but:before{
        top: 7px;
    }
    .hm_but:after{
        bottom: 7px;
    }
    .hm_but.active{
        background: none;
    }
    .hm_but.active:before, 
    .hm_but.active:after{
        width: 18px;
    }
    .hm_but.active:before{
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px;
    }
    .hm_but.active:after{
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 12px;
    }
    .hm_list{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.55);
        z-index: 112;
    }
    .hm_list ul{
        padding-top: 110px;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
    }
    .hm_list li{
        display: block;
        margin: 0 0 30px;
    }
    .hm_list li a{
        color: #fff;
    }
    .filterBlur #fullpage,
    .filterBlur .h_logo,
    .filterBlur .pn_toTop,
    .filterBlur .pn_toBot{
        -webkit-filter: blur(2.4px);
        -o-filter: blur(2.4px);
        filter: blur(2.4px);
    }
    .hm_bot{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 18px;
        text-align: center;
    }
    .hm_bot:after{
        content: "";
        clear: both;
        display: block;
    }
    .hm_tel{
        font-size: 13px;
    }
    .hm_soc{
        margin-top: 33px;
        font-size: 12px;
    }
    .hm_soc a{
        text-transform: none;
        margin: 0 7px;
    }
    .column_1-3-1 > :nth-child(1){
        position: relative;
        width: 0;
        left: -1px;
    }
    .h_logo{
        width: auto;
    }
    .column_1-3-1 > :nth-child(2){
        width: 66%;
    }
    .column_1-3-1 > :nth-child(3){
        width: 34%;
    }
    .paginNav div{
        right: 31%;
    }
    .pn_toTop{
        margin-top: -120px;
    }
    .pn_toBot{
        margin-top: 150px;
    }

}
@media screen and (max-width: 480px){

    .column_1-3-1{
        display: block;
    }
    .column_1-3-1 > :nth-child(2),
    .column_1-3-1 > :nth-child(3){
        width: 100%;
        float: none;
    }
    .column_1-3-1 > :nth-child(3){
    }
    .column_1-3-1 > :nth-child(3) .vertical{
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #fp_bar,
    #fp-nav{
        display: none;
    }
    .main{
        margin-bottom: 40%;
    }
    .m_projects h1{
    }
    .paginNav div{
        right: auto;
        margin-top: 0;
        font-size: 20px;
    }
    .paginNav .pn_toTop{
        top: 200px;
        left: 10px;
    }
    .paginNav .pn_toBot{
        top: auto;
        bottom: 16px;
        left: 5px;
    }
    .middle.home{
        margin-left: 0;
        width: 100%;
    }
    .middle.home .main{
        width: 100%;
    }

}
@media screen and (max-height: 440px){

    .mp_tech{
        margin-bottom: 16px;
    }
    .asr_viewMore{
        margin-top: 26px;
    }
    #fp_bar{
        display: none;
    }

}
@media screen and (max-height: 360px){

    .header{
        padding-top: 10px;
    }
    .m_projects h1{
        font-size: 2.6rem;
        margin-bottom: 12px;
    }
    .asr_viewMore{
        margin-top: 16px;
    }
    .footer{
        height: 36px;
    }
}
@media screen and (max-height: 300px){
    
    .middle{
        top: 40px;
    }
    
}
@media screen and (max-width: 600px) and (max-height: 500px){
    .main{
        margin-bottom: 10%;
    }
}
@media screen and (max-width: 600px) and (max-height: 360px){

    .m_projects h1{
        font-size: 2.4rem;
    }

}
/*
@media screen and (max-height: 550px){

    .fp-years span{
        margin: 0 16px;
    }
    #fp_bar{
        width: 400px;
        margin-left: 6px;
    }
    .as_projDesc p{
        line-height: 2;
    }

}
@media screen and (max-height: 550px) and (min-width: 481px){
    .paginNav .pn_toTop{
        margin-top: 0;
        top: 80px;
    }
    .paginNav .pn_toBot{
        margin-top: 0;
        top: auto;
        bottom: 40px;
    }

}
@media screen and (max-height: 400px){

    .footer{
        height: 28px;
    }
    .middle{
        bottom: 24px;
    }
    #fp_bar{
        margin-top: 2px !important;
    }
    .as_projDesc p{
        line-height: 1.4;
    }
    .as_right{
        top: -14px;
    }

}
@media screen and (max-height: 380px){

    .fp-years span{
        display: none;
    }
    .fp-years{
        margin-right: 12px;
    }
    #fp_bar{
        margin-top: -2px !important;
    }

}
@media screen and (max-height: 320px){
    .fp-years{
        display: none;
    }
}
@media screen and (max-width: 480px) and (max-height: 600px){

    .main{
        margin-bottom: 15%;
    }

}

@media screen and (max-width: 480px) and (max-height: 440px){

    .main{
        margin-bottom: 40px;
    }
    .paginNav .pn_toTop{
        top: 158px;
    }
    .mp_tech{
        margin-bottom: 16px;
    }
    .asr_viewMore{
        padding-bottom: 2px;
        border-bottom-width: 2px;
        margin-top: 12px;
    }
    .hm_list ul{
        padding-top: 70px;
    }

}
@media screen and (max-width: 480px) and (max-height: 360px){
    
    .m_projects h1{
        font-size: 3rem;
    }
    .paginNav .pn_toBot{
        bottom: 8px;
    }

}
/*