/*@font-face {
    font-family: 'phenomenabold';
    src: url('../fonts/phenomena-bold-webfont.eot');
    src: url('../fonts/phenomena-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/phenomena-bold-webfont.woff2') format('woff2'),
        url('../fonts/phenomena-bold-webfont.woff') format('woff'),
        url('../fonts/phenomena-bold-webfont.ttf') format('truetype'),
        url('../fonts/phenomena-bold-webfont.svg#phenomenabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'phenomenalight';
    src: url('../fonts/phenomena-light-webfont.eot');
    src: url('../fonts/phenomena-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/phenomena-light-webfont.woff2') format('woff2'),
        url('../fonts/phenomena-light-webfont.woff') format('woff'),
        url('../fonts/phenomena-light-webfont.ttf') format('truetype'),
        url('../fonts/phenomena-light-webfont.svg#phenomenalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'phenomenaregular';
    src: url('../fonts/phenomena-regular-webfont.eot');
    src: url('../fonts/phenomena-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/phenomena-regular-webfont.woff2') format('woff2'),
        url('../fonts/phenomena-regular-webfont.woff') format('woff'),
        url('../fonts/phenomena-regular-webfont.ttf') format('truetype'),
        url('../fonts/phenomena-regular-webfont.svg#phenomenaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'phenomenathin';
    src: url('../fonts/phenomena-thin-webfont.eot');
    src: url('../fonts/phenomena-thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/phenomena-thin-webfont.woff2') format('woff2'),
        url('../fonts/phenomena-thin-webfont.woff') format('woff'),
        url('../fonts/phenomena-thin-webfont.ttf') format('truetype'),
        url('../fonts/phenomena-thin-webfont.svg#phenomenathin') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.eot');
    src: url('../fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
        url('../fonts/ubuntu-bold-webfont.woff') format('woff'),
        url('../fonts/ubuntu-bold-webfont.ttf') format('truetype'),
        url('../fonts/ubuntu-bold-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_dindisplay_prothin';
    src: url('../fonts/pfdindisplaypro-thin1-webfont.eot');
    src: url('../fonts/pfdindisplaypro-thin1-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdindisplaypro-thin1-webfont.woff2') format('woff2'),
        url('../fonts/pfdindisplaypro-thin1-webfont.woff') format('woff'),
        url('../fonts/pfdindisplaypro-thin1-webfont.ttf') format('truetype'),
        url('../fonts/pfdindisplaypro-thin1-webfont.svg#pf_dindisplay_prothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-l-webfont.eot');
    src: url('../fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu-l-webfont.woff2') format('woff2'),
        url('../fonts/ubuntu-l-webfont.woff') format('woff'),
        url('../fonts/ubuntu-l-webfont.ttf') format('truetype'),
        url('../fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'NeoSansProLight';
    src: url('../fonts/Neo Sans Pro Light.eot');
    src: url('../fonts/Neo Sans Pro Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neo Sans Pro Light.woff2') format('woff2'),
        url('../fonts/Neo Sans Pro Light.woff') format('woff'),
        url('../fonts/Neo Sans Pro Light.ttf') format('truetype'),
        url('../fonts/Neo Sans Pro Light.svg#Neo Sans Pro Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'NeoSansPro';
    src: url('../fonts/Neo Sans Pro.eot');
    src: url('../fonts/Neo Sans Pro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neo Sans Pro.woff2') format('woff2'),
        url('../fonts/Neo Sans Pro.woff') format('woff'),
        url('../fonts/Neo Sans Pro.ttf') format('truetype'),
        url('../fonts/Neo Sans Pro.svg#Neo Sans Pro') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/Roboto/Roboto.ttf');
    src: url('../fonts/Roboto/Roboto.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto.woff') format('woff'),
        url('../fonts/Roboto/Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/Roboto/Robotobold.ttf');
    src: url('../fonts/Roboto/Robotobold.woff2') format('woff2'),
        url('../fonts/Roboto/Robotobold.woff') format('woff'),
        url('../fonts/Roboto/Robotobold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





html,body {
    height: 100%;
    margin: 0;
}
body {
    margin: 0;
    color: #1a1a1a;
    min-width: 320px;
    background: #eee;
    font: 30px/36px 'roboto-regular' , tahoma, geneva, sans-serif;
    -webkit-text-size-adjust: 100%;
}
/* General reset */
form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
img {
    border-style: none;
    vertical-align:top;
    max-width: 100%;
}
ul li {vertical-align:top;}
input, select, textarea {
    vertical-align: middle;
    font: 20px/24px 'roboto-regular' , tahoma, geneva, sans-serif;
}
a {
    color: #1a1a1a;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
a:hover {
    color:#0ad2d4;
    text-decoration: none;
    opacity: 0.8;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
figure{margin:0;}
button::-moz-focus-inner {
    padding:0;
    border:0;
}
a:focus,
a:hover {
    outline: none;
    outline: 0;
}
h1{
    font: 140px/142px 'roboto-regular' , tahoma, geneva, sans-serif;
    text-transform:uppercase;
    margin: 0 0 3px;
}
h2,
h3{
    font: 40px/44px 'roboto-regular' , tahoma, geneva, sans-serif;
    margin: 0 0 19px;
    text-transform:uppercase;
}
h3{
    font-size:25px;
    line-height:28px;
    margin: 0 0 20px;
}
h4,
h5,
.list-contacts .name{
    font: 20px/24px 'NeoSansPro' , tahoma, geneva, sans-serif;
    margin: 0 0 15px;
}
h5{
    font-size:18px;
    line-height:22px;
    margin: 0 0 10px;
}
p{ margin: 0 0 48px;}
.btn-green{
    height: 73px;
    display:inline-block;
    vertical-align:top;
    border:0;
    margin:0 0 20px;
    background:none;
    color:#1a1a1a;
    cursor:pointer;
    font: 24px/74px 'ubuntulight' , tahoma, geneva, sans-serif;
    padding: 0 45px 0 70px;
    text-decoration:none;
    position: relative;
}
.btn-green:hover { color:#1a1a1a;}
.btn-green .fa.fa-file-pdf-o{
    font-size: 34px;
    line-height: 72px;
    float:left;
    margin: 0 0 0 -40px;
}
.btn-green .fa-file-pdf-bottom  {
    margin: -11px 0 0 -55px !important;
}

.btn-green:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom: 0;
    width:0 ;
    background: rgba( 10, 210, 212, 0.5);
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    z-index:-1;
}
.btn-green:hover:before{ width:100%;}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    width: 100%;
    height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    font: 20px/24px 'roboto-regular' , tahoma, geneva, sans-serif;
    padding: 13px 20px ;
    color:#000;
    margin:0 0 16px;
    background: #fff;
    outline: none;
    outline: 0;
    text-transform:uppercase;
    -webkit-transition: border-color .2s ease-in-out , box-shadow .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out , box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out , box-shadow .2s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
textarea {
    width: 100% !important;
    min-height: 256px ;
    max-width: 100% !important;
    height: auto;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
    border-color: #0ad2d4;
    -webkit-box-shadow: inset rgba( 0, 0, 0, 0.3) 1px 2px 2px ;
    -moz-box-shadow: inset rgba( 0, 0, 0, 0.3) 1px 2px 2px ;
    box-shadow: inset rgba( 0, 0, 0, 0.3) 1px 2px 2px ;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
textarea.error,
input[type="text"].error:focus,
input[type="email"].error:focus,
input[type="password"].error:focus,
textarea.error:focus {
    border-color: #ed7176;
}
label.error{
    display:block;
    font-size: 20px;
    line-height: 22px;
    margin: -8px 0 14px;
    color:#ed7176;
}
.hold-btn{width:100%;}
.btn {
    min-width: 336px;
    height: 56px;
    overflow:hidden;
    border:0;
    padding: 0 20px;
    margin:0 0 20px;
    display:inline-block;
    vertical-align:top;
    background: #0ad2d4 ;
    font: 20px/56px 'roboto-bold' , tahoma, geneva, sans-serif;
    color:#000;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform:uppercase;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    letter-spacing: 1px;
}
.btn:hover{ background: #12ecee;}

/* wrapper */
#wrapper {
    overflow:hidden;
    padding: 0 0 0 319px;
}
/* header */
#header {
    overflow:hidden;
    width:319px;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    background: #fff ;
    z-index: 100;
    overflow:hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo {
    display:block;
    overflow: hidden;
    text-indent: -9999px;
    margin:0 auto 30px;
    width:140px;
    height:91px;
}
.logo a,
.logo span {
    width: 100%;
    height: 100%;
    background: url(../images/bg-logo.png) no-repeat 0 0;
    display:block;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.logo a:hover{ opacity: 0.85;}
#header .head-gray{
    background: #f4f4f4;
    margin: 0 0 30px;
    padding: 64px 20px 30px;
    -webkit-box-shadow: rgba( 66, 82, 94, 0.35) 0 0 3px;
    -moz-box-shadow: rgba( 66, 82, 94, 0.35) 0 0 3px;
    box-shadow: rgba( 66, 82, 94, 0.35) 0 0 3px;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:2;
}
#nav {
    position:relative;
    width:100%;
    height: 100%;
}
.inner-head{
    min-height: 100%;
    position: relative;
}
.text-center {
    display:table;
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
}
.text-center .text-inner{
    display:table-cell;
    vertical-align:middle;
}
.text-center .text-inner .text-last {
    width:100%;
    display:block;
}
#nav .text-inner .text-last {
    padding: 0 51px;
    width: auto;
}
.menu  {
    margin:0 0 142px;
    padding: 230px 0 0;
    list-style:none;
}
.menu  li { margin: 0 0 14px;}
.menu a {
    text-transform:uppercase;
    color:#000;
    text-decoration:none;
    display:inline-block;
    vertical-align:top;
    padding: 8px 22px 7px 21px;
    font: 16px/20px 'pf_dindisplay_prothin' , tahoma, geneva, sans-serif;
    -webkit-transition: color .2s ease-in-out , background .2s ease-in-out;
    -moz-transition: color .2s ease-in-out , background .2s ease-in-out;
    transition: color .2s ease-in-out , background .2s ease-in-out;
}
.menu a:hover,
.menu .active a {
    background: #1a1a1a;
    color:#fff;
}
.menu .active a { cursor: default;}
.list-net{
    margin:0 ;
    list-style:none;
    text-align:center;
    padding: 0;
}
#header .list-net{
    position: absolute;
    bottom:0px;
    left: 0;
    right: 0;
    padding: 18px 30px 10px 20px;
    background: #f0f0f0;
}
.list-net li{
    display:inline-block;
    vertical-align:top;
    font-size: 20px;
    line-height: 24px;
    margin: 0 12px 9px;
}
.list-net a{
    display:inline-block;
    vertical-align:top;
    padding: 5px;
    color:#000;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.list-net a:hover{ color:#0ad2d4;}
.list-net a .fa.fa-instagram{
    font-size: 20px;
    line-height: 22px;
}
.list-net a .fa.fa-facebook {
    font-size: 16px;
    line-height: 22px;
}

a,
button{ -webkit-tap-highlight-color: rgba(0,0,0,0);}

.close-menu,
.open-check {display:none;}
.nav-overlay{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display:none;
}
.toogle-menu ,
.close-menu{
    z-index:15;
    width:36px;
    height:28px;
    text-indent:-9999px;
    position:relative;
    cursor: pointer;
    display:none;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.toogle-menu{ background: rgba( 10, 210, 212, 0.5); }
.toogle-menu:hover{ background: rgba( 10, 210, 212, 0.7); }
.close-menu{
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.close-menu:hover{ opacity: 0.6;}
.toogle-menu > span ,
.close-menu > span {
    position:absolute;
    left: 5px;
    right: 5px;
    height:2px;
    background: #000;
}
.toogle-menu .t { top: 6px;}
.toogle-menu .c { top: 13px;}
.toogle-menu .b { top: 20px;}
.close-menu{
    width: 36px;
}
.close-menu > span {
    left: 7px;
    right: 7px;
}
.close-menu .t{
    top: 13px;
    transform: rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.close-menu .b{
    top: 13px;
    transform: rotate(135deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
/* main */
#main {
    overflow:hidden;
    width:100%;
}
.main-section{
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.btn-go{
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position:absolute;
    bottom: 42px;
    left: 50%;
    margin: 0 0 0 -46px;
    text-indent:-9999px;
    overflow:hidden;
    z-index:2;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border: 1px dashed #000;
}
.btn-go:hover{ background-color: rgba( 0, 0, 0, 0.05);}
.btn-go:before {
    content:'';
    position:absolute;
    top: 50%;
    left: 50%;
    background: url(../images/bg-arrow.png) no-repeat 0 0;
    width:13px;
    height:46px;
    margin: -23px 0 0 -6px;
}
.main-section .wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    min-height: 680px;
    padding: 226px 30px 140px;
    position: relative;
    max-width: 1136px;
}
.main-section .wrap.wrap-middle{max-width: 1196px; }
.wrap{
    max-width: 1196px;
    padding: 0 30px ;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section .wrap{
    max-width: 1290px ;
    padding: 0 18% 28px 30px ;
}
.hold-green{
    background: rgba( 10, 210, 212, 0.19);
    padding: 47px 60px 41px 74px;
}
.hold-green.foot-white{ background: rgba( 255, 255, 255, 0.7);}
.hold-green.foot-white .title{
    font-family: 'roboto-regular' , tahoma, geneva, sans-serif;
    text-transform:none;
}
.main-section .wrap .foot-white{
    position:absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
}
.main-section .wrap .foot-white.start-anim{
    bottom: -80px;
    opacity: 0;
    -webkit-transition: bottom .5s ease-in-out , opacity .5s ease-in-out;
    -moz-transition: bottom .5s ease-in-out , opacity .5s ease-in-out;
    transition: bottom .5s ease-in-out , opacity .5s ease-in-out;
}
.main-section .wrap .foot-white.start-anim.visible{
    bottom: 0;
    opacity:1;
}
.main-section .wrap .text-center{ position: static;}
.title{
    display:block;
    font: 40px/44px 'roboto-regular' , tahoma, geneva, sans-serif;
    text-transform:uppercase;
    margin: 0 0 20px;
}
.title.title-else{ text-transform:none;}
.title span{
    font-family:'roboto-regular' , tahoma, geneva, sans-serif;
}
.hold-green .title{ padding-left: 11px;}
.section{
    padding: 77px 0 0;
    position: relative;
    font-size: 40px;
    line-height: 48px;
}
.main-section .head{
    position:absolute;
    top: 67px;
    left: 105px;
    right: 0;
    z-index:2;
}
.head .hold-btn{
    float:right;
    width: auto;
}
.phone{
    display:block;
    margin: 0 0 15px;
    font: 22px/26px 'ubuntubold' , tahoma, geneva, sans-serif;
}
.main-section .phone,
.main-section .link-mail{
    float:left;
    margin: 0 37px 15px 0;
}
a[href^="tel"],
a[href^="tel"]:hover {
    color: #1a1a1a;
    cursor: default;
    text-decoration: none;
    white-space: nowrap;
}
.link-mail{
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    font: 24px/26px 'ubuntulight' , tahoma, geneva, sans-serif;
    position: relative;
}
.link-mail:before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width: 0;
    height: 1px;
    background: #1a1a1a ;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.link-mail:hover{ color:#1a1a1a;}
.link-mail:hover:before{ width:100%;}
.main-section .btn-green{
    float:right;
    margin: -22px 0 15px 15px;
}
.container-slogan{
    padding: 2px 0 52px 232px;
    overflow:hidden;
}
.wrap.wrap-else{
    padding-right: 10%;
    padding-bottom: 0;
}
.main-section.section-index{ color:#fff;}
.section-index a[href^="tel"],
.section-index a[href^="tel"]:hover {  color: #fff;}
.section-index .link-mail{color:#fff;}
.section-index .link-mail:before{ background: #fff;}
.section-index .btn-green{color:#fff;}
.section-index .btn-green:before {
    background: rgba( 10, 210, 212, 0.7);
}
.main-section.section-index  .wrap {
    padding-top: 177px;
    padding-bottom: 362px;
}
.hold-logo{
    width:344px;
    margin:0 auto 30px;
}
.hold-logo h1{ margin: 0;}
.hold-logo img{
    opacity: 0.8;
    display:block;
    width:100%;
    height: auto;
}
.container-slogan .text-center{ height: 190px;}
.container-slogan .hold-icon{
    float:left;
    margin: -2px 0 0 -232px;
    width: 191px;
    height: 191px;
    line-height:166px;
    text-align:center;
    background: #1a1a1a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.container-slogan .hold-icon img{ vertical-align: middle;}
.container-slogan h2{
    margin: 0 ;
    font: 60px/72px 'roboto-regular' , tahoma, geneva, sans-serif;
}
.container-slogan h2 strong{
    font-family: 'roboto-bold' , tahoma, geneva, sans-serif;
    font-weight:normal;
}
.foot-dark{
    position: relative;
    z-index:2;
    padding: 32px 0 8px;
    color:#eeeeee;
    font-family: 'roboto-regular' , tahoma, geneva, sans-serif;
}
.foot-dark:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right: 16.4%;
    bottom: 0;
    background: #1a1a1a;
    z-index:-1;
}
.foot-dark p { margin: 0;}
.section .picture-card{
    background: url(../images/bg-picture.png) no-repeat 0 0;
    width:528px;
    height:803px;
    position:absolute;
    bottom:0px;
    right: 0;
    z-index:-1;
}
.list-about{
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    overflow:hidden;
}
.list-about li{
    float:left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5% 30px;
    text-align:center;
}
.list-about .about-icon{
    border: 2px solid rgba( 255, 255, 255, 0.9);
    margin:0 auto 23px;
    width: 147px;
    height: 147px;
    line-height: 136px;
    text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.list-about .about-icon img{ vertical-align: middle;}
.list-about .title-about{
    display:block;
    font: 60px/62px 'roboto-bold' , tahoma, geneva, sans-serif;
    color:#06fdee;
    text-transform:uppercase;
}
.list-about .name-about{
    text-transform:uppercase;
    display:block;
    font-size:20px;
    line-height:24px;
    max-width: 275px;
    margin: -5px auto 10px;
    font-weight:normal;
    letter-spacing: 0.5px;
}
.main-section .list-about {
    position:absolute;
    bottom: 30px;
    left: 3.8%;
    right: 3.8%;
    width: auto;
}
.section-index .wrap{ position: static;}
.wrap-articles{width:100%;}
.article{
    width:100%;
    overflow:hidden;
    position: relative;
}
.article .col{
    float:left;
    width:50%;
    padding: 100px 102px 15px 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
}
.article .col:first-child { padding: 0;}
.article.article-around .col{ padding: 100px 112px 15px 80px;}
.article.article-around .col:first-child {
    padding: 0;
    float:right;
}
.article .col .inner-img {
    position: relative;
    left: 50%;
    width: 2000px;
    text-align:center;
    margin: 0 0 0 -1000px;
}
.article .inner-img img{
    width: auto;
    height: 100%;
}
.article .article-title{
    padding: 4px 0 16px 126px;
    overflow:hidden;
}
.article-title .article-icon{
    float:left;
    width: 101px;
    height: 101px;
    background: #1a1a1a;
    line-height: 88px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align:center;
    margin: -4px 0 0 -126px;
}
.article-title .article-icon img{ vertical-align: middle;}
.article-title .text-center{ height: 99px;}
.article-title h2{
    margin: 0;
    padding: 0 0 8px;
    border-bottom: 2px solid #010101;
}
.article p{ margin: 0 0 15px;}
.article .picture,
.hold-introduction .picture{
    position:absolute;
    bottom:0px;
    right:0px;
    background: url(../images/bg-picture02.png) no-repeat 0 0;
    width:204px;
    height:464px;
    text-indent:-9999px;
    overflow:hidden;
    z-index:-1;
}
.article .picture.picture-two{
    bottom: auto;
    top: 0;
    background: url(../images/bg-picture03.png) no-repeat 0 0;
    width:202px;
    height:363px;
}
.article .picture.picture-three{
    background: url(../images/bg-picture04.png) no-repeat 0 0;
    width:204px;
    height:590px;
    bottom: auto;
    top: 0;
}
.hold-introduction{
    position: relative;
    padding: 122px 0 70px;
}
.hold-introduction .picture{
    background: url(../images/bg-picture05.png) no-repeat 0 0;
    width:543px;
    height:860px;
}
.row-introduction{
    width:100%;
    padding: 0 0 48px;
}
.row-introduction:after {
    content:'';
    display:block;
    clear:both;
}
.row-introduction .hold-text{
    float:left;
    width: 55.5%;
    padding: 0 0 19px;
}
.row-introduction .wrap-img{
    float:right;
    width:35.5%;
    margin: 11px -27px 74px 0;
}
.row-introduction .wrap-img img{
    display:block;
    max-width: 100%;
    height: auto;
}
.container-white {
    background: #fff;
    margin: 0 8.5% 55px 0;
    padding: 55px 44px 20px 38px;
    overflow:hidden;
}
.container-white .col{
    float:left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px 20px;
}
.container-white .inner-col{
    margin:0 auto 20px;
    max-width: 201px;
}
.container-white h3{
    margin: 0 0 16px;
    border-bottom: 2px solid #000;
    padding: 0 0 11px;
}
.container-white .name{
    display:block;
    font-weight:normal;
    font-size:24px;
    line-height:28px;
    margin: 0 0 1px;
}
.container-white .phone{
    margin: 0 0 1px;
    font: 24px/28px 'roboto-regular' , tahoma, geneva, sans-serif;
}
.hold-contacts{
    background: #050505 url(../images/bg-dark.jpg) no-repeat 50% 0;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color:#fff;
    padding: 120px 0 70px;
}
.hold-contacts .wrap:after {
    content:'';
    display:block;
    clear:both;
}
.hold-contacts .hold-address{
    float:left;
    width: 36%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style:normal;
    padding: 5px 0 25px 26px;
}
.hold-contacts .hold-form{
    float:right;
    width:55%;
    padding: 0 0 24px;
}
.inner-form{ max-width: 528px;}
.list-contacts{
    border-bottom: 1px solid #fff;
    margin: 0 0 47px;
    padding: 0 0 0 59px;
    list-style: none;
}
.list-contacts li{
    margin: 0 0 38px ;
    font: 18px/21px 'NeoSansProLight' , tahoma, geneva, sans-serif;
    position: relative;
}
.list-contacts li:last-child{ margin-bottom: 29px;}
.list-contacts .hold-icon{
    width: 44px;
    float:left;
    margin: -5px 0 0 -59px;
}
.list-contacts h4,
.list-contacts .name{ margin: 0;}
.list-contacts p{ margin: 0 0 23px;}
.list-contacts p:last-child{ margin: 0;}
.list-contacts .mail{
    font: 22px/26px 'NeoSansPro' , tahoma, geneva, sans-serif;
    display:inline-block;
    vertical-align:top;
    margin: 0 0 6px;
}
.hold-contacts a{ color:#fff;}
.hold-contacts a:hover{ color:#0ad2d4;}
.list-contacts .phone{
    font: 20px/24px 'NeoSansPro' , tahoma, geneva, sans-serif;
    margin: 0 0 6px;
}
.list-contacts .hold-icon.icon-phone{
    position:absolute;
    top: 50%;
    left: -58px;
    margin: -20px 0 0 0;
}
.hold-contacts a[href^="tel"],
.hold-contacts a[href^="tel"]:hover{ color:#fff;}
.block-phone{
    margin: 0 0 25px;
    font: 22px/26px 'NeoSansPro' , tahoma, geneva, sans-serif;
}
.phone-icon{
    display:inline-block;
    vertical-align:top;
    padding: 9px 0 10px 63px;
    position: relative;
}
.phone-icon:before {
    content:'';
    position:absolute;
    top: 50%;
    left:0;
    width: 51px ;
    height: 51px ;
    background: #25b180 url(../images/bg-phone.gif) no-repeat 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -26px 0 0;
}
.hold-captcha{
    width:100%;
    overflow:hidden;
    padding: 0 0 10px;
}
.hold-captcha label.error { clear: both;}

/* anim */
.anim {
    -webkit-transition: transition .5s ease-in-out , transform .5s ease-in-out ,  transition-delay .5s ease-in-out , opacity .5s ease-in-out ,  padding-top .5s ease-in-out,  top .5s ease-in-out , left .5s ease-in-out ;
    -moz-transition: transition .5s ease-in-out , transform .5s ease-in-out ,  transition-delay .5s ease-in-out , opacity .5s ease-in-out ,  padding-top .5s ease-in-out,  top .5s ease-in-out  , left .5s ease-in-out ;
    -ms-transition: transition .5s ease-in-out , transform .5s ease-in-out ,  transition-delay .5s ease-in-out , opacity .5s ease-in-out ,  padding-top .5s ease-in-out,  top .5s ease-in-out  , left .5s ease-in-out ;
    -o-transition: transition .5s ease-in-out , transform .5s ease-in-out ,  transition-delay .5s ease-in-out , opacity .5s ease-in-out ,  padding-top .5s ease-in-out,  top .5s ease-in-out  , left .5s ease-in-out ;
    transition:  transition .5s ease-in-out , transform .5s ease-in-out ,  transition-delay .5s ease-in-out , opacity .5s ease-in-out ,  padding-top .5s ease-in-out,  top .5s ease-in-out  , left .5s ease-in-out ;
}
.top-anim {
    padding-top:40px;
    opacity:0;
}
.left-anim{
    opacity: 0;
    left:-40px;
    position: relative;
}
.visible.left-anim{
    opacity: 1;
    left: 0;
}
.right-anim{
    opacity: 0;
    left:40px;
    position: relative;
}
.visible.right-anim{
    opacity: 1;
    left: 0;
}
.visible.top-anim {
    padding-top:0;
    opacity:1;
}
.top-anim2 {
    position:relative;
    top:40px;
    opacity:0;
}
.visible.top-anim2 {
    top:0;
    opacity:1;
}
.rotate {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
}
.visible.rotate {
    -webkit-transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    -ms-transform: rotateY( 0deg );
    -o-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
}
.scale {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.visible.scale {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.deley01 {
    webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.deley02 {
    webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.deley03 {
    webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.deley04 {
    webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
}


/*touchDevice*/
.touchDevice .top-anim2{
    top: 0;
    opacity: 1;
}
.touchDevice .top-anim{
    padding-top: 0;
    opacity: 1;
}
.touchDevice .anim{
    -webkit-transition: all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}
.touchDevice .deley01,
.touchDevice .deley02,
.touchDevice .deley03,
.touchDevice .deley04,
.touchDevice .deley05,
.touchDevice .deley06{
    webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.touchDevice .rotate{
    -webkit-transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
}
.touchDevice .scale{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.touchDevice .left-anim,
.touchDevice .right-anim{
    opacity: 1;
    left:0;
}

.touchDevice .main-section .wrap .foot-white,
.touchDevice .main-section .wrap .foot-white.start-anim{
    bottom: 0;
    opacity: 1;
}
.touchDevice .link-mail:before{ display:none;}
.touchDevice .link-mail:hover,
.touchDevice .section-index .link-mail:hover { color:#0ad2d4;}

/* placeholder input*/
input:-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
input::-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
input::-webkit-input-placeholder {color:#6b6b6b;}
input:-ms-input-placeholder {color: #6b6b6b ;}
/* input:focus placeholder */
input:focus:-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
input:focus::-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
input:focus::-webkit-input-placeholder {color:#6b6b6b;}
input:focus:-ms-input-placeholder {color: #6b6b6b ;}
/* placeholder  textarea*/
textarea:-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
textarea::-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
textarea::-webkit-input-placeholder {color:#6b6b6b;}
textarea:-ms-input-placeholder {color: #6b6b6b ;}
/*  textarea:focus placeholder */
textarea:focus:-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
textarea:focus::-moz-placeholder {
    color:#6b6b6b;
    opacity:1;
}
textarea:focus::-webkit-input-placeholder {color:#6b6b6b;}
textarea:focus:-ms-input-placeholder {color: #6b6b6b ;}

/*  media  */
@media (max-width: 1800px){
    .article .col{ padding: 70px 80px 15px 45px;}
    .article.article-around .col{ padding: 70px 70px 15px 70px;}
}
@media (max-width: 1650px){
    h1{
        font-size:110px;
        line-height:116px;
    }
    .container-slogan h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .container-slogan .hold-icon {
        width: 150px;
        height: 150px;
        line-height: 130px;
        margin: -2px 0 0 -182px;
    }
    .container-slogan .text-center{ height: 150px;}
    .container-slogan {   padding: 2px 0 32px 182px;}
    body{
        font-size:24px;
        line-height:32px;
    }
    .section {
        font-size: 34px;
        line-height: 42px;
        padding: 60px 0 0;
    }
    p { margin: 0 0 30px;}
    .main-section .wrap {  padding: 186px 30px 140px;}
    .foot-dark:before { right: 10%;}
    .section .wrap {  padding: 0 5% 28px 30px;}
    .foot-dark .wrap{ padding-right: 13%;}
    .section .picture-card{
        right: -400px;
        bottom: -100px;
    }
    .main-section .head{ left: 30px;}
    .list-about li {
        padding-left: 2%;
        padding-right: 2%;
    }
    .article .col{ padding: 70px 60px 15px 45px;}
    .article.article-around .col{ padding: 70px 60px 15px 60px;}
    h2{
        font-size:34px;
        line-height:40px;
    }
    .row-introduction .wrap-img{ margin-right: 0;}
    .hold-introduction {  padding: 90px 0 50px;}
    .row-introduction{ padding: 0 0 30px;}
    .hold-contacts {  padding: 100px 0 50px;}
}
@media (max-width: 1350px){
    body{
        font-size:20px;
        line-height:28px;
    }
    .section {
        font-size: 30px;
        line-height: 38px;
        padding: 50px 0 0;
    }
    h1{
        font-size: 80px;
        line-height: 90px;
    }
    .phone{
        font-size: 18px;
        line-height: 22px;
    }
    .main-section .phone,
    .main-section .link-mail{
        margin: 0 20px 15px 0;
    }
    .link-mail{
        font-size:20px;
        line-height:22px;
    }
    .btn-green {
        height: 60px;
        font-size:22px;
        line-height:62px;
        padding: 0 25px 0 50px;
    }
    .btn-green .fa.fa-file-pdf-o {
        font-size: 30px;
        line-height: 60px;
    }
    .btn-green .fa-file-pdf-bottom  {
        margin: -11px 0 0 -40px !important;
    }
    
    .main-section .btn-green {  margin-top: -20px ;}
    .hold-green {  padding: 30px 30px 22px ;}
    .hold-green .title{ padding-left: 4px;}
    #nav .text-inner .text-last { padding: 0 30px;}
    #wrapper {  padding: 0 0 0 280px;}
    #header {  width: 280px;}
    .list-about .name-about{
        font-size:18px;
        line-height:22px;
    }
    .article-title .article-icon {
        width: 81px;
        height: 81px;
        line-height: 70px;
        margin: -4px 0 0 -100px;
    }
    .article .article-title {  padding: 4px 0 16px 100px;}
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    h3{
        font-size:22px;
        line-height:26px;
    }
    .container-white h3{ padding: 0 0 5px;}
    .article-title .text-center{ height: 78px;}
    .article .col .inner-img{ height: 500px;}
    .article .col{ padding: 40px 40px 15px 30px;}
    .article.article-around .col{ padding: 40px 30px 15px 40px;}
    .article .picture{ right:-40px;}
    .hold-introduction .picture{ right: -100px;}
    .hold-introduction {  padding: 70px 0 40px;}
    .row-introduction .wrap-img{ margin-bottom: 40px;}
    .container-white{ margin:0 0 40px;}
    .hold-contacts .hold-address{
        padding-left: 0;
        padding: 5px 0 15px;
        width: 42%;
    }
    .hold-contacts {  padding: 80px 0 40px;}
    .hold-contacts .hold-form{ padding: 0 0 15px;}
    .list-contacts{ margin: 0 0 30px;}
}
@media (max-width: 1100px){
    #wrapper { padding: 0;}
    .toogle-menu {
        display:block;
        position: fixed;
        top: 15px;
        left: 15px;
    }
    #header {
        left:-300px;
        -webkit-transition: left .4s ease-in-out;
        -moz-transition: left .4s ease-in-out;
        transition: left .4s ease-in-out;
    }
    #open-menu:checked ~ #header { left:0;}
    #open-menu:checked ~ .nav-overlay { display:block; }
    #header .close-menu{
        display:block;
        position:absolute;
        top: 15px;
        right: 15px;
        z-index:101;
    }
    .close-menu > span{ background:#000;}
    .wrap.wrap-else{ padding-right: 30px;}
    .container-white{
        padding: 35px 30px 25px ;
        margin: 0 0 30px;
    }
    .container-white .col{ padding-bottom: 0;}
}
@media (max-height: 850px) , (max-width: 1350px){
    .hold-logo{ width: 240px;}
    .list-about .about-icon{
        width: 120px;
        height: 120px;
        line-height: 112px;
    }
    .list-about .name-about{ margin-top: 0;}
    .list-about li{ padding-bottom: 15px;}
    .main-section .list-about{ bottom: 15px;}
    .list-about .title-about{
        font-size:40px;
        line-height:42px;
    }
    .main-section.section-index .wrap{ padding-bottom: 286px;}
}
@media (max-width: 800px){
    h1{
        font-size:60px;
        line-height:70px;
    }
    .title{
        font-size:30px;
        line-height:38px;
    }
    .btn-go {
        width: 60px;
        height: 60px;
        bottom: 20px;
        margin: 0 0 0 -31px;
    }
    .btn-go:before {
        -o-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        width: 9px;
        height: 32px;
        margin: -16px 0 0 -4px;
    }
    .main-section .wrap {  padding: 130px 30px 100px;}
    .hidden-sm{ display:none;}
    body{
        font-size:18px;
        line-height:24px;
    }
    .section {
        font-size: 26px;
        line-height: 34px;
    }
    p{ margin: 0 0 25px;}
    .foot-dark:before {  right: 0;}
    .foot-dark .wrap{ padding-right: 30px;}
    .container-slogan h2{
        font-size:30px;
        line-height:38px;
    }
    .container-slogan .hold-icon {
        width: 120px;
        height: 120px;
        line-height: 100px;
        margin: -2px 0 0 -142px;
    }
    .container-slogan .hold-icon img{
        max-width: 60%;
        max-height: 60%;
        height: auto;
        width: auto;
    }
    .container-slogan {  padding: 2px 0 20px 142px;}
    .container-slogan .text-center{ height: 120px;}
    .section{ padding: 38px 0 0;}
    .main-section,
    .main-section .wrap{
        min-height: 550px;
    }
    #header .head-gray{
        padding: 50px 20px 25px;
        margin: 0 ;
    }
    .logo{ margin-bottom: 15px;}
    .menu{
        padding: 210px 0 0;
        margin: 0 0 100px;
    }
    .main-section .list-about{
        left: 15px;
        right: 15px;
    }
    .list-about .about-icon{ margin: 0 auto 10px;}
    .article .col{ padding: 30px 30px 15px ;}
    .article.article-around .col{ padding: 30px 30px 15px ;}
    .article .col .inner-img{ height: 460px;}
    .article .picture{ right:-100px;}
    .row-introduction .hold-text{ padding: 0;}
    .list-contacts .phone{
        font-size:18px;
        line-height:22px;
    }
    .list-contacts .mail{
        font-size:20px;
        line-height:24px;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"]{
        padding-top:15px;
        padding-bottom: 11px;
    }
}
@media (max-width: 767px) {
    h3{
        font-size:20px;
        line-height:24px;
    }
    .main-section .head{
        top: 30px;
        left: 70px;
        right: 70px;
        text-align:center;
    }
    .main-section .phone,
    .main-section .link-mail{
        float:none;
        display:inline-block;
        vertical-align:top;
        margin: 0 10px 15px;
    }
    .main-section .btn-green{
        float:none;
        display:inline-block;
        vertical-align:top;
        margin: 0 0 15px;
    }
    .btn-green{
        font-size:20px;
        line-height:62px;
    }
    .head .hold-btn { float:none;}
    h1{
        font-size:44px;
        line-height:52px;
    }
    .hold-green{
        padding: 20px 20px 15px;
        text-align:center;
    }
    .hold-green .title{ 
        margin: 0 0 8px;
        padding-left: 0;
    }
    .section .picture-card{display:none;}
    body{
        font-size:16px;
        line-height:22px;
    }
    .section {
        font-size: 22px;
        line-height: 28px;
    }
    .foot-dark{ padding: 20px 0 25px;}
    .foot-dark .wrap,
    .wrap,
    .section .wrap{ padding: 0 15px ;}
    .menu li{ margin: 0 0 4px;}
    .menu {
        padding: 162px 0 0;
        margin: 0 0 80px;
    }
    .logo {
        width: 91px;
        height: 59px;
    }
    #nav .text-inner .text-last{ padding: 0 20px;}
    #header .head-gray {  padding: 50px 15px 15px;}
    #header .list-net{ padding: 14px 15px 5px ;	}
    .container-slogan h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .container-slogan {  padding: 2px 0 20px 102px;}
    .container-slogan .hold-icon {
        width: 80px;
        height: 80px;
        line-height: 68px;
        margin: -2px 0 0 -102px;
    }
    .container-slogan .text-center{ height: 80px;}
    .main-section .wrap {  padding: 160px 15px 100px;}
    .main-section,
    .main-section .wrap {  min-height: 480px;}
    .main-section.section-index .wrap{ padding-top: 160px;}
    .hold-logo{ width: 180px;}
    .main-section.section-index,
    .main-section.section-index .wrap{ height: auto;}
    .main-section.section-index .wrap{ padding-bottom: 30px;}
    .main-section .list-about{ position: static;}
    .list-about li{
        float:none;
        width:100%;
    }
    .list-about .about-icon {
        width: 70px;
        height: 70px;
        line-height: 68px;
    }
    .list-about .about-icon img{
        max-width: 50%;
        height: auto;
        max-height: 45%;
        width: auto;
    }
    .list-about .title-about{
        font-size: 30px;
        line-height: 34px;
    }
    .article .col,
    .article.article-around .col{
        float:none;
        width:100%;
        padding-bottom: 30px;
    }
    .article .col .inner-img{
        height: auto;
        width:100%;
        left: auto;
        margin: 0 auto;
        max-width: 380px;
    }
    .article .picture{ display:none;}
    .article .col .inner-img img{
        width:100%;
        height: auto;
        display:block;
    }
    .article p{
        font-size:18px;
        line-height:24px;
    }
    .wrap-articles{ padding: 25px 0 0;}
    .main-section .wrap .foot-white ,
    .main-section .wrap .foot-white.start-anim{
        bottom: 0;
        position: static;
        opacity: 1;
    }
    .hold-introduction .picture{display: none;}
    .row-introduction .hold-text{ width: 60%;}
    .hold-introduction {  padding: 40px 0 20px;}
    .row-introduction{ padding: 0 0 15px;}
    .container-white{
        padding: 25px 20px 15px;
        margin: 0 0 20px;
    }
    .container-white .col{
        float:none;
        width:100%;
        padding: 0 0 12px;
    }
    .container-white .inner-col{
        max-width: 100%;
        margin: 0 0 10px;
    }
    .container-white .name{
        font-size:20px;
        line-height:24px;
    }
    .hold-contacts .hold-address,
    .hold-contacts .hold-form{
        float:none;
        width:100%;
        padding: 0 0 15px;
    }
    .list-contacts{ padding: 0 0 0 48px;}
    .list-contacts li{ margin: 0 0 20px;}
    .hold-contacts { padding: 40px 0 20px;}
    .list-contacts .hold-icon {
        width:34px;
        margin: -3px 0 0 -48px;
    }
    .list-contacts .hold-icon img{
        display:block;
        width:100%;
        height: auto;
    }
    .list-contacts .hold-icon.icon-phone {
        left: -48px;
        margin: -15px 0 0 0;
    }
    h4,
    .list-contacts .name{
        font-size:18px;
        line-height:22px;
    }
    .list-contacts h4,
    .list-contacts .name{  margin: 0 0 3px;}
    .inner-form {margin:0 auto;}
    .block-phone{
        font-size: 18px;
        line-height:24px;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        height: 46px;
        border-width: 2px;
        font: 18px/24px 'roboto-regular' , tahoma, geneva, sans-serif;
        padding: 9px 15px;
    }
    textarea{ min-height: 180px;}
    .hold-captcha input[type="text"]{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
        width: 68% !important;
    }
    .hold-captcha #captchaImg{ height: 46px !important;}
    label.error{
        font-size:16px;
        line-height:18px;
    }
    .btn {
        min-width: 230px;
        height: 46px;
        font-size: 20px;
        line-height: 46px;
    }
    .hold-form .hold-btn { text-align:center;}

    .top-anim2{
        top: 0;
        opacity: 1;
    }
    .top-anim{
        padding-top: 0;
        opacity: 1;
    }
    .anim{
        -webkit-transition: all .0s ease-in-out;
        -moz-transition: all .0s ease-in-out;
        transition: all .0s ease-in-out;
    }
    .deley01,
    .deley02,
    .deley03,
    .deley04,
    .deley05,
    .deley06{
        webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }
    .rotate{
        -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
    }
    .scale{
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .left-anim,
    .right-anim{
        opacity: 1;
        left:0;
    }
    .list-about .name-about{  font-family:'roboto-regular' , tahoma, geneva, sans-serif;}
}
@media (max-width: 500px){
    .btn-green {
        font-size: 16px;
        line-height: 52px;
        height: 50px;
        padding: 0 15px 0 35px;
    }
    .btn-green .fa.fa-file-pdf-o {
        font-size: 22px;
        line-height: 50px;
        margin: 0 0 0 -26px;
    }
    .btn-green .fa-file-pdf-bottom  {
        margin: -11px 0 0 -25px !important;
    }
    h1{
        font-size: 38px;
        line-height: 42px;
    }
    .hold-green .title{
        font-size:26px;
        line-height:32px;
    }
    .main-section .wrap {  padding: 180px 15px 100px;}
    .main-section.section-index .wrap{ padding-top: 200px;}
    .main-section .head{
        top: 46px;
        left: 15px;
        right: 15px;
    }
    .main-section .phone{ display:block;}
    .btn-go {
        width: 40px;
        height: 40px;
        bottom: 15px;
        margin: 0 0 0 -21px;
    }
    .btn-go:before {
        width: 6px;
        height: 21px;
        margin: -10px 0 0 -3px;
    }
    .container-slogan{ padding: 0 0 15px;}
    .container-slogan .hold-icon{
        margin:0 auto 15px;
        float:none;
    }
    .container-slogan h2 {
        font-size: 24px;
        line-height: 30px;
        text-align:center;
    }
    .container-slogan .text-center{ height: auto;}
    .container-slogan .hold-icon .text-center{ height: 100%;}
    .menu li{ text-align:center;}
    .menu {
        margin-left: -20px;
        margin-right: -20px;
    }
    #header{
        width:100%;
        left: -500px;
    }
    .menu a{
        display:block;
        padding: 8px 15px 7px ;
    }
    .hold-logo{ width: 140px;}
    .article-title .text-center{ height: auto;}
    .article .article-title{
        padding: 0 0 15px;
        text-align:center;
    }
    .article-title .article-icon{
        float:none;
        margin:0 auto 15px;
    }
    .article.article-around .col,
    .article .col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-introduction .wrap-img{
        float:none;
        max-width: 150px;
        margin:0 auto 25px;
    }
    .row-introduction .hold-text{
        float:none;
        width: 100%;
    }
    h2,
    h3{text-align:center;}
    p{ margin: 0 0 20px;}
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background: #0ad2d4;
    color: #1a1a1a;
    text-transform: uppercase;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    font-weight: bold;
}



/*  21.04.17  */

.holder-white .hold-green{ 
    background: rgba( 255, 255, 255, 0.7);
    padding-left: 90px;
    padding-right: 90px;
    display:inline-block;
    vertical-align:top;
}
.main-section .holder-white {text-align:center;}
.holder-white .hold-green .title{
    text-align:left;
    padding-left: 5px;
}
.btn-go.go-white{ border-color: #fff;}
.btn-go.go-white:before { background-image: url(../images/bg-arrow-white.png);}
.gallery-projects {
    width:100%;
    overflow:hidden;
    position:relative;
}
.gallery-projects > .gallery-holder {
    width:100%;
    position:relative;
    overflow:hidden;
}
.gallery-projects > .gallery-holder > ul {
    width:99999999px;
    position:relative;
    padding:0;
    margin:0;
    list-style:none;
    overflow: hidden;
}
.gallery-projects > .gallery-holder > ul >  li {
    width:1601px;
    float:left;
}
.gallery-projects .open-inp { display: none;}
.gallery-projects .box-open {
    max-height: 0;
    overflow: hidden;
    padding: 0 81px;
}
.gallery-projects .open-inp:checked ~ .inner-holder .box-open { 
    max-height: 5000px;
    -webkit-transition: max-height .8s ease-in-out;
    -moz-transition: max-height .8s ease-in-out;
    transition: max-height .8s ease-in-out;
}
.gallery-projects .open-inp:checked ~ .inner-holder {overflow:hidden;}
.gallery-projects .hold-text{ 
    padding: 67px 0 24px;
    width: auto;
    margin: 0;
}
.gallery-projects a.link-prev,
.gallery-projects a.link-next {
    position:absolute;
    top:670px;
    right: 83px;
    overflow:hidden;
    z-index:10;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    font-size:26px;
    line-height:28px;
}
.gallery-projects a.link-next { top: 266px;}
.gallery-projects a.link-prev .arrow,
.gallery-projects a.link-next .arrow{
    width:90px;
    height: 90px;
    text-indent:-9999px;
    overflow:hidden;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    display:block;
    margin: 0 0 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #fff;
    position: relative;
}
.gallery-projects a.link-prev .arrow:before,
.gallery-projects a.link-next .arrow:before{
    content:'';
    position:absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 13px;
    background: url(../images/sprites.png) no-repeat 0 0;
    margin: -6px 0 0 -23px;
}
.gallery-projects a.link-prev .arrow:before{background-position:0 -13px;}
.gallery-projects a.link-next:hover .arrow ,
.gallery-projects a.link-prev:hover .arrow {background: rgba( 255, 255, 255, 0.15);}
.dark-part{
    background: url(../images/bg-holder-works.jpg) no-repeat 50% 0;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 114px 241px 132px 368px;
    color:#fff;
    overflow:hidden;
}
.gallery-projects .number {
    position:absolute;
    top:134px;
    right: 77px;
    font: 26px/28px "roboto-regular", tahoma, geneva, sans-serif;
    text-transform:uppercase;
    z-index:10;
    color:#fff;
}
.gallery-projects .number strong{
    font-weight:normal;
    font-family: "roboto-regular", tahoma, geneva, sans-serif;
    padding: 0 0 0 3px;
}
.dark-part .head-projects{ 
    margin: 0 0 27px -263px;
    overflow:hidden;
}
.dark-part h2{
    font-size:50px;
    line-height:54px;
    margin: 0 0 2px;
}
.dark-part .caption{
    display:block;
    font-size:40px;
    line-height:44px;
    text-transform:uppercase;
    font-weight:normal;
    margin: 0 0 25px;
}
.dark-part .container-projects{width:100%; }
.dark-part .col-projects{
    float:left;
    width: 225px;
    margin: -7px 0 0 -262px;
}
.dark-part .info-text{
    display:block;
    font-size:26px;
    line-height:31px;
    margin: 0 0 32px;
    text-transform:uppercase;
}
.project-img{
    width:100%;
    max-height: 541px;
    overflow: hidden;
    text-align:center;
}
.project-img img{
    height: auto;
    max-width: 100%;
}
.gallery-projects .open-inp:checked ~ .dark-part{ padding-bottom: 0;}
.gallery-projects .open-inp:checked ~ .dark-part .project-img{ max-height: 2000px;}
.gallery-projects .inner-holder{ 
    position: relative;
    padding: 0 2% 0 10%;
}
.gallery-projects .picture{
    position:absolute;
    top:-398px;
    right: -204px;
    background: url(../images/elmnt-1.svg) no-repeat 0 0;
    z-index:-1;
    text-indent:-9999px;
    overflow:hidden;
    opacity:0.3;
    height: 789px;
    width: 771px;
}
.gallery-projects .picture.picture-two{
    top:auto;
    right: auto;
    bottom: -349px;
    left: -80px;
    width:764px;
    height: 808px;
}
.gallery-projects .wrap{
    max-width: 975px;
    background: #fff;
    padding: 0 ;
    position: relative;
}
.gallery-projects h3{
    font-size:40px;
    line-height:44px;
    margin: 0 0 20px;
}
.gallery-projects p{ margin: 0 0 36px;}
.gallery-projects p strong{
    font-family: 'roboto-bold' , tahoma, geneva, sans-serif;
    font-weight:normal;
}
.examples-works{
    margin:0 -82px 96px;
    padding:0;
    list-style:none;
    overflow:hidden;
}
.examples-works li{
    float:left;
    width: 50%;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.examples-works a{ display:block;}
.examples-works img{
    width:100%;
    height: auto;
}
.examples-works .icon-zoom{
    position:absolute;
    top:24px;
    right:28px;
    background: url(../images/sprites.png) no-repeat 0 -26px ;
    width:39px;
    height: 39px;
    text-indent:-9999px;
    overflow:hidden;
    z-index:2;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.examples-works a:hover .icon-zoom{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery-projects .block-btn{
    padding: 33px 15px 26px;
    text-align:center;
    position:absolute;
    bottom:20px;
    left:0px;
    right: 0;
    -webkit-transition: bottom .5s ease-in-out;
    -moz-transition: bottom .5s ease-in-out;
    transition: bottom .5s ease-in-out;
}
.open-inp:checked ~ .inner-holder .block-btn{ bottom:0px;}
.gallery-projects .label-open span{display:none;}
.gallery-projects .label-open span:first-child {display:inline;}
.open-inp:checked ~ .inner-holder .label-open span{display:inline;}
.open-inp:checked ~ .inner-holder .label-open span:first-child { display:none;}
.label-open {
    display:inline-block;
    vertical-align:top;
    font-size:26px;
    line-height:28px;
    color:#fff;
    text-transform:uppercase;
    cursor: pointer;
    -webkit-transition: color .5s ease-in-out , opacity .5s ease-in-out;
    -moz-transition: color .5s ease-in-out , opacity .5s ease-in-out;
    transition: color .5s ease-in-out , opacity .5s ease-in-out;
}
.label-open:hover{ opacity: 0.75;}
.label-open .arrow {
    text-indent:-9999px;
    overflow:hidden;
    display:inline-block;
    vertical-align:top;
    width: 38px;
    position: relative;
    height: 18px;
    margin: 4px 0 0 16px;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.label-open .arrow:before,
.label-open .arrow:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(../images/sprites.png) no-repeat 0 -84px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.label-open .arrow:after {
    background-position: 0 -65px;
    opacity: 0;
}
.open-inp:checked ~ .inner-holder .label-open{ color:#000;}
.open-inp:checked ~ .inner-holder .label-open .arrow {
    width: 39px;
    height: 19px;
    -moz-transform: rotate(200grad);
    -webkit-transform: rotate(200grad);
    transform: rotate(200grad);
}
.open-inp:checked ~ .inner-holder .label-open .arrow:after{ opacity: 1;}
.open-inp:checked ~ .inner-holder .label-open .arrow:before { opacity: 0;}

.section .picture-card{
    background: url(../images/elmnt-1.svg) no-repeat 0 0;
    width:802px;
    height:803px;
    right: -238px;
    opacity: 0.3;
}
.section .hold-picture,
.hold-introduction .hold-picture,
.article .hold-picture,
.gallery-projects .hold-picture{
    position:absolute;
    bottom:0px;
    right:-80px;
    z-index:-1;
    opacity:0;
    -webkit-transition: right .5s ease-in-out , opacity .5s ease-in-out , left .5s ease-in-out ;
    -moz-transition: right .5s ease-in-out , opacity .5s ease-in-out , left .5s ease-in-out ;
    transition:  right .5s ease-in-out , opacity .5s ease-in-out , left .5s ease-in-out ;
}
.gallery-projects .hold-picture{
    bottom: auto;
    top: 0;
}
.gallery-projects .hold-picture.picture-foot{
    top: auto;
    bottom: 0;
    right: auto;
    left: -80px;

}
.article .hold-picture.picture-up{
    bottom: auto;
    top: 0;
}
.section.visible .hold-picture,
.hold-introduction.visible .hold-picture,
.article.visible .hold-picture,
.gallery-projects .open-inp:checked ~  .visible .hold-picture{
    right: 0;
    opacity: 1;
    webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.gallery-projects .open-inp:checked ~  .visible .hold-picture.picture-foot{ 
    left: 0;
    opacity: 1;
    right: auto;
    webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    transition-delay: 2s;
}
.touchDevice .section .hold-picture,
.touchDevice .hold-introduction .hold-picture,
.touchDevice .article .hold-picture,
.touchDevice .gallery-projects .hold-picture{
    webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    right: 0;
}
.touchDevice .gallery-projects .hold-picture.picture-foot{ 
    left: 0;
    right: auto;
}


/*  media  */
@media (max-width: 1800px){
    .gallery-projects a.link-prev{ top: 520px;}
}
@media (max-width: 1600px){
    .project-img{  max-height: 400px;}
    .dark-part .head-projects{ margin: 0 0 10px -223px;}
    .dark-part h2{
        font-size:44px;
        line-height:48px;
    }
    .dark-part{ padding: 80px 173px 100px 280px;}
    .gallery-projects .block-btn{ padding:20px 15px 22px;}
    .dark-part .caption{
        font-size:34px;
        line-height:38px;
    }
    .dark-part .col-projects {  
        margin: -7px 0 0 -223px;
        width:205px;
    }
    .dark-part .info-text{
        font-size:24px;
        line-height:28px;
        margin: 0 0 26px;
    }
    .gallery-projects .number{
        font-size:24px;
        line-height:26px;
        right: 40px;
        top: 98px;
    }
    .gallery-projects a.link-next{
        top: 204px;
        right: 40px;
    }
    .gallery-projects a.link-prev{ 
        top: 380px;
        right: 40px;
    }
    .gallery-projects .block-btn{ bottom: 7px;}
    .examples-works{ margin: 0 -61px 86px;}
    .gallery-projects .box-open{ padding: 0 60px;}
    .gallery-projects h3{
        font-size:36px;
        line-height:40px;
    }
    .gallery-projects .hold-text{ padding: 40px 0 18px;} 
    .gallery-projects p{ margin: 0 0 30px;}
    .section .picture-card{  right: -400px; }
}
@media (max-width: 1350px){
    .gallery-projects .inner-holder{ padding: 0 30px;}
    .gallery-projects .block-btn{ 
        padding-left: 10%;
        padding-right: 2%;
    }
    .dark-part{ padding-bottom: 90px;}
    .examples-works{ margin-bottom: 77px;}
    .dark-part{ padding-left: 230px;}
    .dark-part .head-projects{ margin-left: -190px;}
    .dark-part .col-projects{
        margin: 0 0 0 -190px;
        width: 172px;
    }
    .dark-part .info-text{
        font-size: 20px;
        line-height: 26px;
    }
    .gallery-projects a.link-prev .sm-hidden, 
    .gallery-projects a.link-next .sm-hidden{display:none;}
    .gallery-projects a.link-prev .arrow, 
    .gallery-projects a.link-next .arrow{ margin: 0;}
    .gallery-projects a.link-prev{ top: 312px;}
}
@media (max-width: 1024px){
    .btn-go{ 
        bottom: 66px;
        height: 60px;
        margin: 0 0 0 -31px;
        width: 60px;
    }
    .btn-go:before {
        -o-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        height: 32px;
        margin: -16px 0 0 -4px;
        width: 9px;
    }
    .gallery-projects a.link-prev, 
    .gallery-projects a.link-next{
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@media (max-width: 900px){
    .gallery-projects .box-open {  padding: 0 30px;}
    .examples-works{
        margin-left: -31px;
        margin-right: -31px;
    }
    .gallery-projects a.link-prev{ top: 292px;}
    .dark-part{
        padding: 60px 140px 80px 190px;
    }
    .gallery-projects .block-btn{ bottom: 0;}
    .dark-part .head-projects{ margin-left: -161px;}
    .dark-part .col-projects{
        margin: 0 0 0 -163px;
        width: 152px;
    }
    .dark-part h2{
        font-size:38px;
        line-height:42px;
    }
    .dark-part .caption{
        font-size:30px;
        line-height:32px;
    }
    .gallery-projects .number{ right: 20px;}
    .gallery-projects a.link-prev,
    .gallery-projects a.link-next{ right: 20px;}
    .gallery-projects a.link-next{  top: 157px;}
    .gallery-projects a.link-prev{ top: 241px;}
    .dark-part .info-text{
        font-size:18px;
        line-height:22px;
    }
}
@media (max-width: 767px){
    .btn-go{ bottom: 40px;}
    .holder-white .hold-green .title{ 
        padding-left: 0;
        text-align:center;
    }
    .holder-white .hold-green{
        padding-left: 20px;
        padding-right: 20px;
        max-width: 500px;
        display:block;
        margin:0 auto;
    }
    .gallery-projects .inner-holder {  padding: 0 15px;}
    .gallery-projects .box-open {  padding: 0 15px;}
    .examples-works{
        margin-left: -16px;
        margin-right: -16px;
    }
    .examples-works .icon-zoom{
        right: auto;
        top: 50%;
        left: 50%;
        margin: -19px 0 0 -19px;
    }
    .gallery-projects p{ margin: 0 0 20px;}
    .gallery-projects .hold-text{ padding: 25px 0 10px;}
    .gallery-projects h3{
        font-size:28px;
        line-height:32px;
        margin: 0 0 16px;
    }
    .dark-part h2{
        font-size:32px;
        line-height:34px;
    }
    .dark-part{
        padding: 35px 20px 60px;
    }
    .dark-part .head-projects{ margin: 0 125px 0 0;	}
    .gallery-projects .number{ top: 42px;}
    .dark-part .caption{
        font-size:26px;
        line-height:28px;
    }
    .gallery-projects .number{
        font-size:22px;
        line-height:24px;
    }
    .dark-part .col-projects{
        margin: 0 ;
        width:auto;
        float:none;
        text-align:center;
        padding: 0 0 10px;
    }
    .dark-part .info-text{ margin: 0 0 10px;}
    .gallery-projects .block-btn{ padding: 16px;}
    .label-open{
        font-size:20px;
        line-height:24px;
    }
    .label-open .arrow{
        margin-top: 2px;
        margin-left: 3px;
        -webkit-transition: none .2s ease-in-out;
        -moz-transition: none .2s ease-in-out;
        transition: none .2s ease-in-out;
    }
    .examples-works{ margin-bottom: 58px; }
    .label-open .arrow:before, 
    .label-open .arrow:after {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .gallery-projects a.link-prev{
        top:250px;
        right: auto;
        left: 15px;
    }
    .gallery-projects a.link-next{
        right: 15px;
        top: 250px;
    }
    .gallery-projects .picture,
    .gallery-projects .hold-picture { display:none; }
}
@media (max-width: 500px){
    .dark-part{ top: 25px;}
    .dark-part .head-projects{
        margin: 0;
        padding: 32px 0 0;
    }
    .dark-part h2{
        font-size:28px;
        line-height:30px;
        margin: 0 0 8px;
    }
    .dark-part .caption{
        font-size:20px;
        line-height:22px;
        text-align:center;
        margin: 0 0 14px;
    }
    .gallery-projects .number{
        font-size: 18px;
        line-height: 22px;
    }
    .gallery-projects .number{ 
        top: 32px;
        left: 15px;
        right: 15px;
        text-align:center;
    }
    .gallery-projects h3{
        font-size:26px;
        line-height:28px;
    }
    .gallery-projects a.link-prev, 
    .gallery-projects a.link-next{
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .btn-go {
        width: 40px;
        height: 40px;
        margin: 0 0 0 -21px;
    }
    .btn-go:before {
        width: 6px;
        height: 21px;
        margin: -10px 0 0 -3px;
    }
    .gallery-projects a.link-prev{ left: 10px;}
    .gallery-projects a.link-next{ right: 10px;}
}


/*   11.05.17  */
body.page-inner{ background: #eee; }
.page-inner #header {
    background: none;
    height: auto;
    left: auto;
    overflow:hidden;
    position: static;
    top: auto;
    width:100%;
}
.page-inner #main{ padding: 0 0 30px;}
.page-inner #wrapper { 
    padding: 0;
    /*background: #eee url(../images/bg-inner-page.jpg) no-repeat 50% 0;*/
    position: relative;
    min-height: 100%;
}
.page-inner .wrap { max-width: 1230px;}
.head-construction {
    width:100%;
    overflow:hidden;
    padding: 53px 0 0;
    margin: 0 0 45px;
    position: relative;
}
.head-construction .construction-inner{
    float:right;
    width: 65.8%;
    padding: 0 0 122px ;
}
.head-construction .head-blue{
    float:left;
    width: 31%;
    max-width: 271px;
    padding: 49px 0 34px;
    margin: -53px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 359px;
    background: #0b87b0;
    color:#fff;
}
.head-construction .construction-foot{
    position:absolute;
    bottom:0px;
    right:0px;
    width: 65.8%;
}
.head-blue .open-inp{ display:none;}
.head-blue .title-head{
    display:block;
    font: 40px/46px 'roboto-regular' , tahoma, geneva, sans-serif;
    padding: 0 0 5px;
    border-bottom: 2px solid #fff;
    margin: 0 70px 15px ;
}
.head-blue .title-head .fa.fa-angle-down{ display:none;}
.panel {
    margin:0;
    padding:0;
    list-style:none;
}
.panel li{ width:100%;}
.panel li a{
    display:inline-block;
    vertical-align:top;
    padding: 11px 35px 11px 70px;
    position: relative;
    color:#fff;
    text-transform:uppercase;
    font: 16px/18px 'pf_dindisplay_prothin' , tahoma, geneva, sans-serif;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.panel li span{
    position: relative;
    z-index:2;
    display:inline-block;
    vertical-align:top;
}
.panel li.active a{ 
    background: #1a9bc6 ;
    cursor: default;
}
.panel li span:before {
    content:'';
    position:absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#fff;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.panel li a:hover span:before,
.panel li.active span:before{
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.construction-inner .holder {
    width:100%;
    overflow:hidden;
    padding: 0;
    margin: 0;
}
.head-construction .logo{
    float:left;
    margin: 4px 10px 20px 0;
}
.head-construction .logo a, 
.head-construction .logo span {
    background-image: url(../images/bg-logo-black.png);
}
.head-construction .head-contacts{
    float:right;
    width: 250px;
    text-align: right;
    margin: 0 0 20px 10px;
}
.head-construction .phone{ margin: 0 0 3px;}

.construction-foot .row { margin: 0 -15px;}
.construction-foot .row:after {
    content:'';
    display:block;
    clear:both;
}
.construction-foot .row .col{
    float:left;
    padding: 0 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 50%;
}
#header .head-construction .list-net {
    background: #f0f0f0 ;
    position: static;
    padding: 18px 15px 7px ;
    min-height: 68px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-construction .list-net a:hover{ color:#0b87b0;}
.head-construction .list-net .fa.fa-twitter{
    font-size: 20px;
    line-height: 22px;
}
.head-construction .list-net .fa.fa-vk{
    font-size: 20px;
    line-height: 20px;
}
.head-construction .list-net li{  margin: 0 8px 5px ;}
.construction-foot .text-net{
    position:absolute;
    bottom: 100%;
    right: 15px;
    margin: 0 0 22px;
    font: 17px/20px 'pf_dindisplay_prothin' , tahoma, geneva, sans-serif;
}
.head-construction .construction-foot .btn.btn-back {
    width:100%;
    margin: 0;
    display:block;
    min-width: inherit;
    padding-left: 108px;
    padding-right: 15px;
    text-align:left;
}
.btn.btn-back {
    height: 68px;
    background: #32c8c9;
    color:#fff;
    letter-spacing: 0;
    text-align:center;
    font: 16px/70px 'pf_dindisplay_proregular' , tahoma, geneva, sans-serif;
    min-width: 370px;
    padding: 0 80px 0 86px;
    position: relative;
}
.btn.btn-back:hover{ background:#25b0b1; }
.btn.btn-back:before {
    content:'';
    position:absolute;
    top:50%;
    left: 30px;
    width: 46px ;
    height: 13px;
    background: url(../images/sprites.png) no-repeat 0 -13px;
    margin: -6px 0 0 ;
}
.foot-btn{
    text-align:center;
    padding: 0 0 40px;
}
.foot-picture{
    position:absolute;
    bottom:0px;
    opacity: 0;
    right: -80px;
    transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, left 0.5s ease-in-out 0s;
}
#main.visible .foot-picture{
    opacity: 1;
    right: 0;
    transition-delay: 1.7s;
}
.foot-picture .picture {
    /*background:  url(../images/bg-picture06.png) no-repeat scroll 0 0;*/
    width:224px;
    height:487px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
}
.hold-blog{
    overflow:hidden;
    font-size:0px;
    line-height:0px;
    margin: 0 -15px 55px ;
    position: relative;
    z-index:3;
}
.hold-blog .row-blog{width:100%;}
.hold-blog .item{
    display:inline-block;
    vertical-align:top;
    width:33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px ;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 24px;
    position: relative;
}
.hold-blog .item.item-middle{ width: 66.67%;}
.hold-blog .item.item-large{width:100%;}
.hold-blog .inner-item {
    min-height: 480px;
    background: #fff;
    padding: 0 25px 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    display:block;
    position: relative;
    color:#1a1a1a;
}
.hold-blog .item.item-middle .inner-item{ min-height: inherit;}
.hold-blog .inner-item .title-item{
    display:block;
    font: 26px/34px 'roboto-regular' , tahoma, geneva, sans-serif;
    margin: 0 0 17px;
}
.hold-blog .item-middle .inner-item { padding-bottom: 0;}
.hold-blog .inner-item .item-img{
    margin: 0 -25px 25px;
    display:block;
    overflow:hidden;
}
.hold-blog .item.item-middle .item-img,
.hold-blog .item.item-large .item-img{ margin-bottom: 0;}
.hold-blog .inner-item  img{
    width:100%;
    height: auto;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.hold-blog a.inner-item:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item.item-middle .title-item,
.item.item-large .item-img .title-item {
    position:absolute;
    right: 100px;
    bottom: 50px;
    width: 316px;
    z-index:2;
    font: 70px/54px 'roboto-bold' , tahoma, geneva, sans-serif;
    color:#fff;
    margin: 0;
}
.item.item-large .item-img .title-item {
    right: auto;
    left: 49px;
    bottom: 88px;
    width: 530px;
}
.hold-blog .btn-item{
    position:absolute;
    bottom:0px;
    right:0px;
    z-index:3;
    width: 83px;
    height: 44px;
    text-align:center;
    background: none;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    color:#1a1a1a;
    font-size:12px;
    line-height:46px;
    text-transform:uppercase;
    text-decoration:underline;
    letter-spacing: 3px;
    overflow:hidden;
}
.hold-blog .btn-item:before{
    display:inline-block;
    vertical-align:  top;
    width: 34px;
    height: 13px;
    background: url(../images/sprites.png) no-repeat 0 -107px;
    content:'';
    margin: 16px 0 0 4px;
    position: relative; 
    z-index:2;
}
.hold-blog .btn-item:after{
    content:'';
    position:absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #dfdfdf;
    z-index:1;
    -webkit-transition:  left .3s ease-in-out;
    -moz-transition:  left .3s ease-in-out;
    transition:  left .3s ease-in-out;
}
.hold-blog .btn-item:hover:after{ left: 0;}
.hold-blog .btn-item:hover,
.hold-blog a.inner-item:hover span.btn-item {  text-decoration:none;}
.hold-blog .btn-item:hover:after,
.hold-blog a.inner-item:hover span.btn-item:after{ left: 0; }
.hold-blog .btn-item.btn-section{
    right: auto;
    left: 15px;
    width: 116px;
    padding-left:26px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:left;
}
.hold-blog .btn-item.btn-section span{
    position: relative;
    z-index:2;
}
.hold-blog .btn-item.btn-section:before {display:none;}
.hold-blog .btn-item.btn-section:after{
    left: auto;
    right: 100%;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}
.hold-blog a.btn-item.btn-section:hover:after{ right: 0;}
.hold-blog .item-middle .btn-item.btn-section,
.hold-blog .item.item-text-white .btn-item.btn-section{ color:#fff;}

.hold-blog .item.item-text-white  .btn-item:after{ background: #424242;}
.hold-blog .item-middle  .btn-item:before ,
.hold-blog .item.item-text-white .btn-item:before { background-position: -12px 0;}
.hold-blog .item-middle .btn-item:after{ background:#0b87b0; }
/*.hold-blog .item.item-green .inner-item{ 
        background: #32c8c9;
        color:#fff;
        padding-bottom: 75px;
}*/
.hold-blog .item.item-text-white .inner-item {
    color:#fff;
}
.hold-blog .inner-item .item-btn{
    position:absolute;
    bottom:0px;
    left: 5px;
    right: 5px;
    text-align:center;
}
.inner-item .item-btn .btn.btn-white{ margin: 0 0 20px;}
.btn.btn-white{
    height: 50px;
    min-width: 248px;
    background: #fff;
    color:#1a1a1a;
    letter-spacing: 0;
    font: 16px/50px 'pf_dindisplay_proregular' , tahoma, geneva, sans-serif;
    -webkit-box-shadow: rgba( 0, 0, 0, 0.2) 1px 2px 3px;
    -moz-box-shadow: rgba( 0, 0, 0, 0.2) 1px 2px 3px;
    box-shadow: rgba( 0, 0, 0, 0.2) 1px 2px 3px;
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
.btn.btn-white:hover,
.hold-blog .inner-item:hover .btn.btn-white{
    background: #0b87b0;
    color:#fff;
}
.hold-blog .item-large .item-img{
    float:right;
    margin: 0;
    width: 65.8%;
    position: relative;
}
.hold-blog .item-large .inner-item{ padding: 0;}
.hold-blog .item-large .col{
    float:left;
    width: 34.2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 39px 25px 48px 27px;
}
.item-large .inner-item .title-item{ margin: 0 0 34px;}
.hold-blog .inner-item .text-item{
    display:block;
    margin: 0 0 10px;
}
.hold-blog .inner-item .text-fatty{
    padding: 4px 0 0;
    font: 26px/28px 'roboto-bold' , tahoma, geneva, sans-serif;
    display:block;
    margin: 0 0 10px;
}
.hold-blog .col .btn-item{
    right: auto;
    left: 34.2%;
    margin: 0 0 0 -83px;
}

/*  media  */

@media (max-width: 1280px){
    .hold-blog .item.item-middle{ width:100%;}
    .hold-blog .item{ width:50%;}
    .hold-blog .item-large .item-img{
        float:none;
        width:100%;
    }
    .item.item-large .item-img .title-item { left: 27px;}
    .hold-blog .item-large .col{
        float:none;
        width:100%;
        display:block;
    }
    .hold-blog {
        max-width: 800px;
        margin: 0 auto 55px;
    }
    .hold-blog .col .btn-item {
        left: auto;
        margin: 0 ;
        right: 0;
    }
    .hold-blog .row-blog{
        width: auto;
        margin: 0 -15px;
    }
}
@media (max-width: 1024px){
    .construction-foot .row{ margin: 0 -10px;}
    .construction-foot .row .col{ padding: 0 10px 15px;}
    .head-construction .list-net li{ margin: 0 5px 5px;}
    .hold-blog{ margin-bottom: 30px;}
    .foot-btn{ padding: 0 0 20px;}
    .head-construction .construction-foot .btn.btn-back {  padding-left: 70px;}
    .construction-foot .btn.btn-back:before { left: 18px;}
    .btn.btn-back:before{
        width: 34px;
        left: 27px;
    }
    .btn.btn-back {
        min-width: 320px;
        padding: 0 56px 0 70px;
    }
}
@media (max-width: 900px){
    .foot-btn{ padding: 0 0 5px;}
    .hold-blog{ margin-bottom: 0;}
    .head-blue .title-head {  margin: 0 45px 15px;}
    .panel li a { padding-left: 45px;}
    .construction-foot .btn.btn-back .hidden-sm{display:none;}
    .head-construction .list-net li{ margin: 0 1px 5px;}
    .head-construction{ margin: 0 0 20px;}
}
@media (max-width: 767px){
    .hold-blog{ margin: 0 ;}
    .page-inner #main{ padding: 0 0 15px;}
    .hold-blog .item{ 
        padding: 0 10px;
        margin: 0 0 15px;
    }
    .head-construction{ 
        padding: 20px 0 0;
        margin: 0 ;
    }
    .head-construction .construction-inner{
        float:none;
        width:100%;
        padding: 0;
    }
    .head-construction .head-blue{
        float:none;
        width: auto;
        margin: 0 0 15px;
        padding:0;
        background: none;
        max-width: inherit;
        min-height: inherit;
    }
    .head-construction .construction-foot{
        position: static;
        width:100%;
        margin:0 auto;
    }
    .hold-blog .row-blog{ margin: 0 -10px;}
    .construction-foot .text-net{display:none;}
    .btn.btn-back{
        height: 50px;
        font-size:16px;
        line-height:50px;
    }
    #header .head-construction .list-net{
        min-height: 50px;
        padding: 9px 15px 0;
    }
    .panel li a{ 
        display:block;
        padding: 11px 15px ;
        -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }
    .panel li a:hover,
    .panel li.active a{ background: #1a9bc6  ;}
    .panel li a span:before{display:none;}
    .head-blue .title-head {
        font: 22px/26px "roboto-bold",tahoma,geneva,sans-serif;
        position: relative;
        padding: 10px 35px 10px 15px;
        background: #0b87b0 ;
        border: none;
        cursor: pointer;
        margin: 0;
    }
    .head-blue .title-head .fa.fa-angle-down{display:block;}
    .head-blue .title-head .fa{
        position: absolute;
        right: 16px;
        top: 50%;
        font-size:24px;
        line-height:24px;
        margin: -12px 0 0;
        -webkit-transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    }
    .head-blue .panel{
        background: #0b87b0 ;
        max-height: 0;
        overflow:hidden;
        -webkit-transition: max-height .4s ease-in-out;
        -moz-transition: max-height .4s ease-in-out;
        transition: max-height .4s ease-in-out;
    }
    .head-blue .panel li:first-child { border-top: 2px solid #fff; }
    .head-blue .open-inp:checked ~ .panel { max-height: 1500px;}
    .head-blue .open-inp:checked + label .fa {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .foot-picture{display:none;}
    .item.item-middle .title-item{
        bottom: 60px;
        left:10%;
        right: 10%;
        text-align:center;
        width: auto;
    }
    .hold-blog .btn-item.btn-section{ left: 10px;}
    .hold-blog .inner-item .title-item {
        margin: 0 0 10px;
        font: 24px/26px "roboto-bold",tahoma,geneva,sans-serif;
    }
    .hold-blog .inner-item{ min-height: 440px;}
    .inner-item .item-btn .btn.btn-white{ min-width: 180px;}
    .item.item-middle .title-item, 
    .item.item-large .item-img .title-item {
        font: 54px/44px "roboto-bold",tahoma,geneva,sans-serif;
    }
    .item.item-large .item-img .title-item{
        bottom: 60px;
        left: 10%;
        right: 10%;
        text-align: center;
        width: auto;
    }
    .hold-blog .item-large .col{ 
        padding-top: 25px;
        padding-left: 25px;
    }
}
@media (max-width: 550px){
    .hold-blog .item{
        width:100%;
        display:block;
    }
    .hold-blog .inner-item{ min-height: inherit;}
    .construction-foot .row .col{
        float:none;
        width:100%;
        padding-bottom: 5px;
        text-align:center;
    }
    .head-construction .construction-foot .btn.btn-back{
        display:inline-block;
        vertical-align:top;
        width: auto;
        padding-right: 25px;
    }
    .item.item-middle .title-item, .item.item-large .item-img .title-item {
        font-size:34px;
        line-height:30px;
        bottom: 40px;
    }
    .btn.btn-back{ 
        min-width: 260px;
        padding-right: 20px;
    }
    /*	.hold-blog .item.item-green .inner-item{ padding-bottom: 84px;}*/
    .head-construction .phone{ margin: 0 0 8px;}
}
@media (max-width: 390px){
    .head-construction .logo {
        float:none;
        margin:0 auto 20px;
    }
    .head-construction .head-contacts{
        float:none;
        width:100%;
        text-align:center;
        margin: 0 0 20px;
    }
    .item.item-large .item-img .title-item,
    .item.item-middle .title-item{
        left: 5px;
        right: 5px;
    }
}
.touchDevice .panel li a span:before { display:none;}
.touchDevice .panel li a:hover,
.touchDevice .panel li.active a{ background: #1a9bc6 ;}

/*   18.05.17  blog-article  */
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
        url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.eot');
    src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
        url('../fonts/robotocondensed-light-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
        url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.page-article{
    font: 20px/30px 'roboto_condensedlight' , tahoma, geneva, sans-serif;
}
.page-article ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.page-article ul li{
    padding: 0 0 0 13px;
    position: relative;
}
.page-article p{
    margin: 0 0 30px;
}
.page-article strong{
    font-weight:normal;
    font-family: 'roboto_condensedbold' , tahoma, geneva, sans-serif;
}
.page-article h1{
    font: 80px/84px 'roboto-bold' , tahoma, geneva, sans-serif;
    text-transform: none;
    margin: 0 0 13px;
}
.page-article h2{
    text-transform:none;
    margin: 0 0 21px;
}
.page-article #header{
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    overflow:visible;
}
.page-article #header.fixed-header{
    background: rgba(0,0,0,0.15);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    overflow:visible;
}
.page-article .head-construction{
    padding: 23px 0 0;
    margin: 0 0 22px;
    overflow:visible;
}
.page-article .head-construction .holder{
    overflow:hidden;
}
.page-article .head-construction .logo{
    float:left;
    margin: 5px 10px 20px 1px;
}
.page-article .head-construction .logo a {
    background: none;
    position: relative;
}
.page-article .head-construction .logo a:before, .page-article .head-construction .logo a:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-logo.png) no-repeat 0 0;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.page-article .head-construction .logo a:after{
    background: url(../images/bg-logo-black.png) no-repeat 0 0;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.page-article .fixed-header .head-construction .logo a:before{
    opacity :1;
}
.page-article .fixed-header .head-construction .logo a:after{
    opacity: 0;
}
.page-article .head-construction .head-contacts{
    float:right;
    padding: 30px 0 0;
}
.page-article .phone {
    font-family: 'ubuntubold' , tahoma, geneva, sans-serif;
}
.page-article .link-mail:before {
    display:none;
}
.page-article .link-mail:hover {
    color: #25b0b1;
}
.page-article .panel{
    font-size: 0;
    line-height: 0;
    text-align:center;
    padding: 0 260px 25px 255px;
    margin: -81px 0 0;
}
.page-article .panel li{
    width: auto;
    display:inline-block;
    vertical-align:top;
    padding: 0;
}
.page-article .panel li:before{
    display:none;
}
.page-article .panel li a{
    padding: 10px 18px 10px 19px;
    color: #000;
    background: none;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}
.page-article .panel li.active a, .page-article .panel li a:hover{
    background: #1a1a1a;
    color: #fff;
}
.page-article .panel li.active a{
    cursor: default;
}

.page-article .panel li span:before{
    display:none;
} 
.page-article  #header .close-menu, .page-article .toogle-menu{
    display:none;
    background: rgba( 10, 210, 212, 0.7);
}
.page-article #main {
    padding: 143px 0 0;
    position: relative;
    z-index: 2;
}
.page-article .top-btn{
    display: flex;
    justify-content: center;
    padding: 0 1px;
}
.page-article .top-btn .btn.btn-back{
    height: 42px;
    font: 14px/44px 'pf_dindisplay_proregular' , tahoma, geneva, sans-serif;
    min-width: 174px;
    /* padding: 0 29px 0 62px; */
    margin: 0 0 25px;
} 
.page-article .top-btn .btn.btn-back:before{
    left: 16px;
    width: 30px;
}
.page-article .content{
    background: #fff;
    margin: 0 0 49px;
}
.page-article .img-shadow{
    position: relative;
}
.page-article .img-shadow:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.page-article .img-main{
    position: relative;
    overflow:hidden;
}
.page-article .img-main img{
    max-width: 100%;
    height: auto;
    max-height: 610px;
}
.page-article .img-text{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    font: 24px/28px 'roboto-regular' , tahoma, geneva, sans-serif;
    color: #fff;
}
.page-article .img-text .img-inner{
    max-width: 500px;
    padding: 0 4px;
}
.page-article .holder-text{
    max-width: 836px;
    padding: 0 15px;
    margin: 0 auto 34px;
}
.text-center {
    display:table;
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
}
.text-center .text-inner {
    display:table-cell;
    vertical-align:middle;
}
.page-article .text-center .text-inner .text-last {
    width:100%;
    display:block;
    padding: 0 10px 96px 163px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*+html .text-center {
    display:block;
    position:relative;
}
*+html .text-center .text-inner  {
    top: 50%;
    display:block;
    position: absolute;
    left:0;
}
*+html .text-center .text-inner .text-last {
    top: -50%;
    display: block;
    position: relative;
}
.page-article .lh-low{
    font-size: 20px;
    line-height: 26px;
    position: relative;
    /* margin: -71px 0 0; */
    padding: 72px 0 0 ;
    overflow:hidden;
    z-index: 0;
}
.page-article .lh-low:before {
    content:'';
    position:absolute;
    top: 0;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 71px 106px;
    border-color: transparent transparent #fff transparent; 
    z-index: -1;
}
.page-article .lh-low:after {
    content:'';
    position:absolute;
    top: 0;
    left:106px;
    width: 100%;
    height: 71px;
    background: #fff;
    z-index: -1;
}
.page-article .lh-low p{
    margin: 0 0 26px;
}
.page-article .list-holder {
    padding: 25px 0 0 219px;
    position: relative;
    line-height: 30px;
}
.page-article .list-holder .list-title{
    position: absolute;
    top: 20px;
    left: 2px ;
    font: 30px/34px 'roboto-regular' , tahoma, geneva, sans-serif;
}
.page-article .box-gray{
    background: #f3f3f3;
    padding: 41px 15px 9px;
    margin: 0 auto 71px;
    position: relative;
    z-index: 0;
} 
.page-article .box-gray:before {
    content:'';
    position:absolute;
    bottom: -65px;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 104px 0 0;
    border-color: #f3f3f3 transparent transparent transparent;
    z-index: -1;
}
.page-article .img-holder{
    padding: 41px 0 0;
    margin: 0 0 65px;
}
.page-article .img-holder img{
    max-width: 100%;
    height: auto;
}
.page-article .author{
    display:flex;
    padding: 100px 0 80px;
    margin: 0 4px 0;
    position: relative;

}
.author-wrapper{
margin-top: 10px
}
.page-article .author:before {
    content:'';
    position:absolute;
    top: 37px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dadada;
}
.page-article .author-img{
    display:inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow:hidden;
    padding: 0;
    margin: 0 0 0 -6px;
    flex: 95px 0 0;
}
.page-article .author-name{
    display:inline-block;
    vertical-align: middle;
    padding: 0 20px;
    font: 20px/22px 'roboto-regular' , tahoma, geneva, sans-serif;
}
.page-article .author-name .author-rank{
    display:block;
    font-size: 18px;
    line-height: 22px;
    color: #818181;
    padding: 1px 0 0;
}
.page-article .foot-picture, 
.page-article #main.visible .foot-picture{
    right: -224px;
    bottom: 950px;
    opacity: 0;
}
.page-article .foot-picture .picture{
    background: url(../images/bg-picture08.png) no-repeat scroll 0 0;
    width: 224px;
    height: 796px;
    z-index: -1;
}
.page-article #main .foot-picture.visible{
    opacity: 1;
    right: 0;
    transition-delay: .5s;
}
.page-article .main-foot{
    overflow:hidden;
    margin: 0 0 33px;
    padding: 0 1px;
}
.page-article .col{
    display:block;
    float:left;
    width: 50%;
}
.page-article .col .btn.btn-back{
    padding: 0 46px 0 86px;
}
.page-article .list-net{
    text-align:right;
    font-size: 0;
    line-height: 0;
    padding: 31px 0 0;
}
.page-article .list-net li{
    padding: 0 0 0 35px;
    margin: 0 0 9px;
}
.page-article .list-net a{
    padding: 0;
}
.page-article .list-net li:before{
    display:none;
}
.page-article .foot-gallery{
    background: #050505 url(../images/bg-dark.jpg) no-repeat 50% 0;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    font: 20px/24px 'roboto-regular' , tahoma, geneva, sans-serif;
    padding: 61px 0 123px;
    margin: 0;
    max-width: none;
}
.page-article .foot-gallery .title{
    display:inline-block;
    vertical-align:top;
    position: relative;
    padding: 0 36px 0 0;
    margin: 0 0 53px;
    font-size: 26px;
    line-height: 34px;
    color:#eee;
    text-transform: none;
}
.page-article .foot-gallery .title:before {
    content:'';
    position:absolute;
    top:50%;
    right: 0;
    width: 25px;
    height: 1px;
    background: #fff;
    margin: 2px 0 0;
}
.page-article .hold-blog.foot-gallery .item{
    width:100%;
    padding: 0;
}
.page-article .hold-blog.foot-gallery .btn-item.btn-section{
    left: 0;
}
.page-article .slide {
    width: 1200px;
    height: 484px;
    overflow: hidden;
    padding: 0 161px 20px;
    position: relative;
    margin: 0 auto;
}
.page-article .slide .hold {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.page-article .slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 99999px;
    overflow: hidden;
}
.page-article .slide ul li {
    width: 370px;
    height: 500px;
    float: left;
    overflow: hidden;
    padding: 0 15px;
}
.page-article .slide ul li:before{
    display:none;
}
.page-article .slide .prev, .page-article .slide .next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 90px;
    height: 90px;
    font-size: 30px;
    line-height: 150px;
    text-align: center;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    margin: -57px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #fff;
}
.page-article .slide .next {
    left: auto;
    right: 0;
}
.page-article .slide .prev:hover, .page-article .slide .next:hover{
    background: rgba(225,225,225,0.53);
    border-color: transparent;
}
.page-article .slide .prev:before, .page-article .slide .next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 13px;
    background: url(../images/sprites.png) no-repeat 0 0;
    margin: -7px 0 0 -23px;
}
.page-article .slide .prev:before {
    background-position: 0 -13px;
}
.page-article .hold-blog .inner-item{
    min-height: 484px;
}

/* Блок наши цены */
.table-img {
    display: flex;
    justify-content: center;
    padding: 40px 270px 70px 0;
}

.write-to-us {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #E8F4F4;
    height: 165px;
    padding: 0 10px;
}
.write-text {
    font-weight: 500;
    font-size: 46px;
    line-height: 54px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0 20px;
}
.link-btn {
    display: flex;
}
a.btn-write {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0 none;
    width: 240px;
    height: 55px;
    border-radius: 30px;
    background-color: #0AD2D4;
    margin: 0 20px;
}
.btn-text {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 0 30px;
}
.btn-download {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0 none;
    width: 240px;
    height: 55px;
    border-radius: 30px;
    background-color: #CDADAD;
    margin: 0 20px;
}

.requisites-block {
    display: flex;
    padding: 30px 80px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    /* background-color: #fff; */
}
.requisites-block .requisites-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.requisites-block .requisites-information {
    margin: 10px 0 0 80px;
}
.requisites-block .requisites-information .item {
    margin-bottom: 15px;
}
.requisites-block .requisites-information .item.info-icon {
    display: flex;
    flex-direction: column;
}
.requisites-block .requisites-information .item.info-icon .content {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.requisites-block .requisites-information .item.info-icon .content .content-label {
    margin-left: 15px;
}

/* адаптив */
@media (max-width: 1650px) {
    .table-img {
        padding: 40px 0 60px 0
    }
}
@media (max-width: 1300px) {
    .table-img img {
        width: 80%;
    }
}
@media (max-width: 700px) {
    .write-to-us {
        display: flex;
        flex-direction: column;
        height: 300px;
    }
    .write-text {
        font-size: 24px;
        line-height: 26px;
        margin: 10px 0;
        font-weight: bold;
    }
    .link-btn {
        flex-direction: column;
    }
    a.btn-write {
        margin: 15px 0;
    }
    .btn-text {
        padding: 15px 0;
    }
    .btn-download {
        margin: 15px 0;
    }

    .requisites-block {
        padding: 30px 0;
    }
    .requisites-block .requisites-information {
        padding: 0 15px;
        margin: 0;
    }
    .requisites-block .requisites-img {
        display: none;
    }
}


@media (max-width: 1600px){
    .page-article .slide {
        padding: 0 100px 20px;
    }
}
@media (max-width: 1450px){
    .page-article .foot-gallery{
        padding: 20px 0;
    }
    .page-article .foot-gallery .title{
        margin: 0 0 15px;
    }
    .page-article .slide{
        width: 800px;
        padding: 0 80px 20px;
    }
    .page-article .slide .prev, .page-article .slide .next{
        width: 75px;
        height: 75px;
    }
}
@media (max-width: 1350px){
    .page-article .head-construction .head-contacts{
        width: 160px;
    }
    .page-article .phone {
        font-size: 18px;
        line-height: 22px;
    }
    .page-article .panel {
        padding: 0 160px 25px;
    }
    .page-article .text-center .text-inner .text-last{
        padding: 0 10px 60px 75px;
    }
    .page-article h1{
        font-size: 76px;
        line-height: 80px;
    }
}
@media (max-width: 1000px){
    .page-article .panel li a{
        padding: 10px 15px;
    }
    .page-article, .page-article .lh-low{
        font-size: 18px;
        line-height: 26px;
    }
    .page-article .head-construction {
        padding: 10px 0 0;
        margin: 0;
    }
    .page-article .head-construction .head-contacts {
        padding: 10px 0 0;
    }
    .page-article .logo {
        width: 100px;
        height: 65px;
    }
    .page-article .panel {
        padding: 0 160px 25px 115px;
        margin: -75px 0 0;
    }
    .page-article #main{
        padding: 100px 0 0 ;
    }
    .page-article h1 {
        font-size: 66px;
        line-height: 70px;
    }
    .page-article .lh-low:before {
        left: -40px;
    }
    .page-article .lh-low:after{
        left: 66px;
    }
    .page-article .list-holder{
        padding: 37px 0 0 80px;
    }
    .page-article .list-holder .list-title{
        font-size: 24px;
        line-height: 28px;
        top: 0;
    }
    .page-article .box-gray:before {
        bottom: -30px;
    }
    .page-article .box-gray{
        margin: 0 auto 40px;
    }
    .page-article .author{
        padding: 20px 0 15px;
    }
    .page-article .author::before {
        top: 0;
    }
    .page-article .slide {
        width: 400px;
        padding: 0 120px 20px;
    }
}
@media (max-width: 767px){
        .page-article .author{
            flex-wrap: wrap
        }
    .page-article .page-article h2{
        margin: 0 0 10px;
        text-align:center;
    }
    .page-article, .page-article .lh-low{
        font-size: 16px;
        line-height: 22px;
    }
    .page-article .holder-text{
        margin: 0 0 15px;
    }
    .page-article .lh-low p, .page-article p{
        margin: 0 0 15px;
    }
    .page-article .head-construction .logo {
        margin: 10px 10px 10px 0;
    }
    .page-article .head-construction .head-contacts {
        padding: 15px 0 0;
        -webkit-transition: padding .2s ease-in-out;
        -moz-transition: padding .2s ease-in-out;
        transition: padding .2s ease-in-out;
    }
    .page-article .toogle-menu {
        display: block;
        position: fixed;
        top: 90px;
        right: 29px;
        left: auto;
        height: 34px;
        -webkit-transition: top .2s ease-in-out;
        -moz-transition: top .2s ease-in-out;
        transition: top .2s ease-in-out;
    }
    .page-article .toogle-menu .t {
        top: 7px;
    }
    .page-article .toogle-menu .c {
        top: 16px;
    }
    .page-article .toogle-menu .b {
        top: 25px;
    }
    .page-article #header .close-menu{
        display:block;
    }
    .page-article .menu-holder{
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        right: -300px;
        -webkit-transition: right .4s ease-in-out;
        -moz-transition: right .4s ease-in-out;
        transition: right .4s ease-in-out;
        margin: 0;
        padding: 0;
        background: #fff;
        z-index: 100;
    }
    .page-article .panel{
        padding: 0;
        margin: 0;
    }
    .page-article .panel li{
        display:block;
        padding: 10px 0 0;
    }
    .page-article #open-menu:checked ~ .menu-holder{
        right: 0;
    }
    .page-article .text-center .text-inner .text-last {
        padding: 0 10px 60px 40px;
    }
    .page-article h1{
        font-size: 40px;
        line-height: 42px;
    }
    .page-article .img-text{
        font-size: 20px;
        line-height: 24px;
    }
    .page-article #main {
        padding: 40px 0 0;
    }

    .page-article .content{
        margin: 0 0 20px;
    }
    .page-article .btn.btn-back{
        height: 42px;
        font-size: 14px;
        line-height: 44px;
        min-width: 250px;
    }
    .page-article .col .btn.btn-back {
        padding: 0 40px 0 70px;
    }
    .page-article .top-btn .btn.btn-back{
        height: 34px;
        font-size: 14px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .page-article .lh-low{
        padding: 40px 0 0;
    }
    .page-article .lh-low:before {
        left: -60px;
    }
    .page-article .lh-low:after {
        left: 46px;
    }
    .page-article .list-holder .list-title {
        position: static;
        font-size: 20px;
        line-height: 24px;
    }
    .page-article .list-holder{
        padding: 0;
        margin: 0 0 ;
    }
    .page-article .box-gray{
        padding: 20px 15px 5px;
        margin: 0 auto 20px;
    }

    .page-article .box-gray:before {
        bottom: -20px;
    }
    .page-article .img-holder{
        padding: 20px 0 0;
        margin: 0 0 30px;
    }
    .page-article .list-net{
        padding: 10px 0 0;
        margin: 0 0 15px;
    }
    .page-article .list-net li{
        padding: 0 0 0 25px;
    }
    .page-article .main-foot{
        margin: 0;
    }
    .page-article .btn.btn-back{
        height: 42px;
        font-size: 14px;
        line-height: 44px;
        min-width: 250px;
    }
    .page-article .col .btn.btn-back {
        padding: 0 40px 0 70px;
    }
    .page-article .slide {
        width: 330px;
        padding: 0 75px 20px;
    }
    .page-article .slide ul li{
        width: 300px;
    }
    .page-article .slide .prev, .page-article .slide .next {
        width: 60px;
        height: 60px;
        margin: -40px 0 0;
    }
    .page-article .slide .prev:before, .page-article .slide .next:before {
        width: 30px;
        margin: -6px 0 0 -15px;
    }
    .page-article .slide .next:before{
        background-position: -16px 0;
    }
    .page-article .hold-blog .slide .inner-item {
        min-height: 455px;
    }
    .page-article .logo{
        margin: 0 10px 10px 0;
    }
    .page-article .head-construction .head-contacts{
        padding: 20px 55px 0 0;
        text-align:center;
        margin: 0 0 10px;
    }
    .page-article .toogle-menu{
        top: 25px;
        right: 22px;
    }
    .page-article .head-construction {
        padding: 0;
    }
}
@media (max-width: 550px){

    .page-article .head-construction {
        padding: 0;
    }
    .page-article .head-construction .logo{
        width: 80px;
        height: 52px;
        margin: 10px 10px 10px 0;
    }
    .page-article .head-construction .head-contacts{
        width: 150px;
        float: right;
        padding: 15px 50px 0 0;
    }
    .page-article .phone {
        margin: 0;
    }
    .page-article .toogle-menu{
        top: 20px;
        right: 17px;
    }
    .page-article #main{
        padding: 75px 0 0;
    }
    .page-article .phone, .page-article .link-mail {
        font-size: 16px;
        line-height: 22px;
    }
    .page-article .top-btn .btn.btn-back{
        margin: 0 0 15px; 
    }
    .page-article, .page-article .lh-low{
        font-size: 14px;
        line-height: 20px;
    }
    .page-article .img-main{
        margin: 0;
    }
    .page-article .img-text {
        position: static;
        padding: 5px 0 0;
        color: #1a1a1a;
        font-size: 16px;
        line-height: 20px;
    }
    .page-article .text-center .text-inner .text-last{
        padding: 0 15px;
    }
    .page-article .img-text .img-inner{
        padding: 0;
    }
    .page-article h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .page-article .lh-low{
        margin: 0;
        padding: 0;
    }
    .page-article .list-holder{
        font-size: 14px;
        line-height: 24px;
    }
    .page-article ul li:before{
        top: 9px;
    }
    .page-article .lh-low:before, .page-article .lh-low:after{
        display:none;
    }
    .page-article .col{
        float:none; 
        width:100%;
        text-align:center;
    }
    .page-article .list-net{
        text-align:center;
    }
    .page-article .list-net li{
        padding: 0 15px;
    }
    .page-article .foot-gallery .title{
        font-size: 22px;
        line-height: 26px;
    }
    .page-article .slide {
        width: 240px;
        padding: 0 35px 20px;
        height: 375px;
    }
    .page-article .slide ul li{
        width: 210px;
        height: 375px;
    }
    .page-article .slide .prev, .page-article .slide .next{
        width: 40px;
        height: 40px;
        margin: -25px 0 0;
    }
    .page-article .slide .prev:before, .page-article .slide .next:before {
        width: 22px;
        margin: -6px 0 0 -11px;
    }
    .page-article .slide .next:before{
        background-position: -24px 0;
    }
    .page-article .hold-blog .slide .inner-item {
        min-height: 375px;
    }
    .page-article .hold-blog .slide .item{
        font-size: 16px;
        line-height: 20px;
    }
    .page-article .hold-blog .slide .inner-item .title-item{
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 390px){
    .page-article .menu-holder{
        width:100%;
        right: -100%;
    }
}

/* anim */
.anim01 #main {
    background-image:url(../images/bg-section-main.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
/*	   28.12.2018   	*/
.hold-logo h1 {
    position:relative;
    z-index:3;
}
.hold-logo img {opacity:1;}
#anim01 {
    position:absolute;
    top:0px;
    left:0px;
    width:40%;
    height:67%;
    z-index:2;
}
#anim02{
    position:absolute;
    top:0px;
    right:0px;
    width:60%;
    height:20%;
    z-index:2;
}
#header .list-net {padding:5px 30px 0 20px;}
.list-net a {
    font-size:30px;
    line-height:30px;
}
.list-net a .fa.fa-facebook,
.list-net a .fa.fa-instagram {
    font-size:28px;
    line-height:28px;
}
/*	   11.04.2018   	*/
.project-img .arrows-box {display:none;}

@media(max-width:767px){
	.gallery-projects a.link-prev.out,
    .gallery-projects a.link-next.out {display:none;}
	
    .project-img .arrows-box {
    	width:100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        background:#0b1a1d;
        position:absolute;
        bottom:0;
        left:0;
    }
    .project-img .arrows-box a {
        width:75px;
        height:40px;
        background: url(../images/arrow-white.png) no-repeat 50% 50%;
		position:static;
		-webkit-transition: background-color .2s ease-in-out;
		-moz-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
    }
	.project-img .arrows-box a:hover {background-color:#1b3439;}
    .arrows-box a.link-next {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
	.project-img {position:relative;}
}


/*add by Lavrov for new design*/
body.page-inner {
    position: relative;
    overflow-x: hidden;
}

.g-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 16px;
    height: 54px;
    min-width: 200px;
    max-width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    background-color: #0ad2d4;
    border-radius: 30px;
    cursor: pointer;
    outline: 0 none;
    font-weight: 500;
    border: 2px solid #0ad2d4;
    transition: all .15s ease-in-out;
    box-sizing: border-box;
}

.g-button:hover {
    opacity: 1;
    background-color: #21e1e3;
    border-color: #21e1e3;
    color: #fff;
}


#wrapper {
  background: url('../images/bg-design_1.png') no-repeat bottom left,
              url('../images/bg-design_2.png') no-repeat bottom left,
              url('../images/bg-design_3.png') no-repeat 18% top,
              url('../images/bg-design_4.png') no-repeat right top,
              url('../images/bg-design_5.png') no-repeat left 50%,
              url('../images/bg-design_6.png') no-repeat right 98%,
              linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%) !important;
  font-size: 20px;
}

.head-construction .head-blue {
  background: #0ad2d4 !important;
}

.head-construction .construction-foot .btn.btn-back,
.btn.btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 16px;
    height: 54px;
    min-width: 336px;
    max-width: 100%;
    text-transform: uppercase;
    font-size: .8em;
    border-radius: 30px;
    cursor: pointer;
    outline: 0 none;
    font-weight: 500;
    border: 2px solid #a4c5c6;
    transition: all .15s ease-in-out;
    background-color: #fff;
    color: #a4c5c6;
}

.head-construction .construction-foot .btn.btn-back:hover,
.btn.btn-back:hover {
  border-color: #a4c5c6;
  color: #a4c5c6;
  background: #fff;
}

@media (max-width: 991px) {
    #wrapper {
        background: url('../images/bg-design_1.png') no-repeat bottom left,
                url('../images/bg-design_2.png') no-repeat bottom left,
                url('../images/bg-design_3.png') no-repeat 18% top,
                url('../images/bg-design_4.png') no-repeat right top,
                linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%) !important;
    }
}

@media (max-width: 767px) {
    #wrapper {
        background: linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%) !important;
    }
}

/*footer*/
.b-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px 40px;
  margin-top: 45px;
  box-sizing: border-box;
}

.b-footer .social {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.b-footer .social .item {
    list-style: none;
}

.b-footer .social .item + .item {
    margin-left: 32px;
}

.b-footer .social .item img {
    display: block;
}

.b-footer .copyright {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.188;
    color: rgba(0,0,0,.5);
}

.b-footer.white .copyright {
    color: rgba(255,255,255,.5);
}

.hold-blog {
    margin-bottom: 72px;
}

.foot-btn {
    padding-bottom: 0;
}

.foot-btn .btn {
    margin-bottom: 0;
}

/*header*/
.b-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 38px 24px 0;
  font-size: 20px;
  box-sizing: border-box;
  margin-bottom: 34px;
}

.b-header .main {
    display: flex;
    align-items: center;
}

.b-header .main .logot {
    display: inline-block;
}

.b-header .main .burger {
    margin-left: 56px;
}

.b-header .info {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.b-header .info .links {
    display: flex;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-header .info .links .item + .item {
    margin-left: 41px;
    position: relative;
}

.b-header .info .links .item + .item:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0ad2d4;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}

.b-header .info .g-button {
    margin-left: 54px;
}

@media (max-width: 991px) {
    .b-header .info {
        margin-left: 16px;
    }

    .b-header .info .links .item {
        font-size: 14px;
    }

    .b-header .info .links .item + .item {
        margin-left: 30px;
    }

    .b-header .info .links .item + .item:before {
        left: -18px;
    }

    .b-header .info .g-button {
        margin-left: 32px;
    }
}

@media (max-width: 767px) {
    .b-header {
        background-color: #fff;
        padding: 12px 16px;
    }

    .b-header .main {
        flex: 100%;
        justify-content: space-between;
    }

    .b-header .main .logot {
        width: 48px;
    }

    .b-header .main .burger {
        margin-left: 24px;
    }

    .b-header .info {
        display: none;
    }
}

/* modal */
.b-modal {
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
}

.b-modal .title {
    font-size: 54px;
    line-height: 1.241;
    font-weight: 500;
    text-align: center;
    margin: 0;
    text-transform: none;
}

.b-modal .subtitle {
    width: 690px;
    max-width: 100%;
    margin: 63px auto 0;
}

.b-modal .f-form {
    margin-top: 30px;
}

.fancybox-content {
   /* padding: 56px 24px;*/
   /* width: 1083px;*/
    /* max-width: 90%; */
    box-sizing: border-box;
}

.fancybox-slide--html .fancybox-close-small {
    width: 32px;
    height: 32px;
    top: 38px;
    right: 38px;
    padding: 0;
    background: url('../images/ic-close.svg') no-repeat center;
    background-size: cover;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

@media (max-width: 767px) {
    .b-modal .title {
        font-size: 34px;
        line-height: normal;
    }

    .b-modal .subtitle {
        margin: 43px auto 0;
        text-align: center;
    }

    .b-modal .f-form .f-file {
        margin: 0 auto;
    }

    .fancybox-content {
        padding: 64px 16px 33px;
    }

    .fancybox-slide--html .fancybox-close-small {
        width: 20px;
        height: 20px;
        top: 22px;
        right: 20px;
    }
}

/* form */
.f-form {
 /* max-width: 690px;*/
 /* margin: 0 auto;*/
  font-size: 20px;
}

.f-form .f-row {
    display: flex;
    justify-content: space-between;
}

.f-form .f-row + .f-row {
    margin-top: 30px;
}

.f-form .f-row .f-element {
    display: flex;
    width: 100%;
}

.f-form .f-row .f-element + .f-element {
    margin-left: 30px;
}

.f-form .f-row .f-element.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-form .f-row .f-element.end {
    justify-content: flex-end;
}

.f-form .f-row .f-element .f-input,
.f-form .f-row .f-element .f-textarea {
    height: 64px;
    outline: 0 none;
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #000;
    font: 500 20px/1.15 inherit;
    color: #000;
    box-shadow: none;
    text-transform: none;
}

.f-form .f-row .f-element .f-input::-webkit-input-placeholder,
.f-form .f-row .f-element .f-textarea::-webkit-input-placeholder {
    color: #000;
}

.f-form .f-row .f-element .f-textarea {
    resize: none;
    min-height: 64px;
}

.f-form .f-row .f-element .f-file {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #a4c5c6;
    cursor: pointer;
    color: #a4c5c6;
    outline: 0 none;
    height: 54px;
    padding: 0 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: opacity .15s ease-in-out;
}

.f-form .f-row .f-element .f-file:hover {
    opacity: .8;
}

.g-recaptcha iframe {
    display: block;
    width: 100% !important;
}

.g-recaptcha > * {
    width: 100% !important;
}

@media (max-width: 767px) {
    .f-form .f-row .f-element.mobile-centered {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .f-form .f-row {
        flex-direction: column;
    }

    .f-form .f-row .f-element.end {
        justify-content: center;
    }

    .f-form .f-row .f-element + .f-element {
        margin: 30px 0 0;
    }

    .f-form .f-row .f-element .f-input,
    .f-form .f-row .f-element .f-textarea {
        text-align: center;
    }
}

/* navigation */
.b-navigation {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 354px;
    height: 100vh;
    overflow: auto;
    transform: translateX(-150%);
    /* padding: 38px 24px 63px; */
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transition: transform .25s ease-in-out;
    font-size: 20px;
    box-sizing: border-box;
}

.b-navigation.active {
    transform: translateX(0);
}

.b-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b-navigation .close {
    position: absolute;
    top: 23px;
    right: 22px;
}

.b-navigation .header {
    padding: 38px 0 0 40px;
}

.b-navigation .header .logot {
    display: inline-block;
    width: 48px;
}

.b-navigation .links {
    list-style: none;
    margin: 0;
    /* flex: 1; */ /* в сафари некорректно работает */
    height: 100%;
    padding: 50px 0 0 40px;
}

.b-navigation .links .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 2.05;
    font-weight: 700;
}

.b-navigation .links .list .item .link {
    color: #101010;
}

.b-navigation .links .list .item .link:hover,
.b-navigation .links .list .item .link.active {
    opacity: 1;
    color: #0ad2d4;
}

.b-navigation .social {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 0;
    padding: 0 8px;
    list-style: none;
}

/*19.11.20*/
.b-navigation .nav-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2a6769;
    padding: 40px 15px;
}

.b-navigation .nav-bottom .g-button {
    font-size: .7em;
    min-width: 255px;
    height: 60px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.b-navigation .nav-bottom .g-button * {
    color: #fff;
}

.g-button.link-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.b-navigation .nav-bottom .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 38px;
    padding: 0 8px;
}


@media (max-width: 767px) {
    .b-navigation {
        width: 100%;
        box-sizing: border-box;
    }

    .b-navigation .close {
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 50px;
        right: 16px;
        top: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .b-navigation .header {
        padding: 12px 16px;
    }

    .b-navigation .header .logo {
        width: 48px;
    }

    .b-navigation .links {
        display: flex;
        padding: 40px 15px 0;
    }

    .b-navigation .links .list {
        flex: 100%;
        align-items: center;
    }

    .b-navigation .list .item {
        width: 100%;
    }

    .b-navigation .social {
        justify-content: center;
    }

    .b-navigation .social .item + .item {
        margin-left: 32px;
    }
}

/* topmain */
.b-topmain {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.b-topmain .g-title {
    color: #A4C5C6;
    font-size: 100px;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 44px;
    text-align: center;
}

@media (max-width: 767px) {
    .b-topmain .g-title {
        font-size: 50px;
        text-align: center;
    }
}

/* filter */
.b-filter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

.b-filter .b-filter-title {
    font-weight: 500;
    font-size: 32px;
    padding-right: 50px;
    color: #000;
    padding-bottom: 30px;
    /* line-height: 64px; */
}

.b-filter .b-filter-list {
    /*flex: 1;*/
}

.b-filter .b-filter-list .b-filter-list_holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-filter .b-filter-list .b-filter-list_holder .b-filter-list_holder-item {
    border: 2px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 5px 40px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 20px 20px 0;
}

.b-filter .b-filter-list .b-filter-list_holder .b-filter-list_holder-item.active,
.b-filter .b-filter-list .b-filter-list_holder .b-filter-list_holder-item:hover {
    border-color: #0ad2d4;
}

.b-filter .b-filter-list .b-filter-list_holder .b-filter-list_holder-item a {
    color: #000;
}

@media (max-width: 767px) {
    .b-filter {
        justify-content: center;
    }

    .b-filter .b-filter-title {
        display: none;
    }

    .b-filter .b-filter-list .b-filter-list_holder {
        flex-direction: column;
        justify-content: center;
    }

    .b-filter .b-filter-list .b-filter-list_holder .b-filter-list_holder-item {
        margin: 0 10px 10px 0;
        font-size: 18px;
        height: 48px;
    }
}

.btn.btn-back:before {
    display: none;
}

.page-article .top-btn .btn.btn-back:before {
    content: '←';
    position: absolute;
    top: 50%;
    left: 30px;
    width: 46px ;
    height: 13px;
    margin: -6px 0 0 ;
}

.page-article .author > a {
    display: flex;
    align-items: center;
}

/* additional */
.hold-blog .tabset {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hold-blog .tabset .pagination {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.hold-blog .tabset .pagination > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 2px solid #0ad2d4;
    background-color: #fff;
    color: #1a1a1a;
    border-radius: 50%;
    cursor: pointer;
}

.hold-blog .tabset .pagination > li:hover,
.hold-blog .tabset .pagination > li:hover a { color: #0ad2d4; }

.hold-blog .tabset .pagination > li + li {
    margin-left: 12px;
}

.hold-blog .tabset .pagination > li > a,
.hold-blog .tabset .pagination > li > span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.hold-blog .tabset .pagination > li.active { color: #0ad2d4; }