@font-face{font-family:'AGLettericaCondLRegular';src:url('../fonts/AGLettericaCondLRegular.eot');src:url('../fonts/AGLettericaCondLRegular.eot') format('embedded-opentype'),url('../fonts/AGLettericaCondLRegular.woff2') format('woff2'),url('../fonts/AGLettericaCondLRegular.woff') format('woff'),url('../fonts/AGLettericaCondLRegular.ttf') format('truetype'),url('../fonts/AGLettericaCondLRegular.svg#AGLettericaCondLRegular') format('svg')}

::-webkit-scrollbar-button {
    width:5px;
    height:0px;
}
::-webkit-scrollbar-track {
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#000;
}
::-webkit-scrollbar-thumb:hover{
    
}
::-webkit-resizer{
    width:5px;
    height:0px;
}
::-webkit-scrollbar{
    width: 5px;
}
html{
    height:100%;
    position: relative;
}
body{
    position: relative;
    background: #fff;
    height:100%;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}
body.active{
    overflow: auto;
}
body.inner{
    overflow: auto;
}
.page-main{
    height: 100%;
    position: relative;
}
header{
    height: 68px;
    position: relative;
    width: 100%;
    z-index: 2;
}
header::after{
    content: '';
    width: 0px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0;
    left:0;
    transition: 3s;
}
a:hover{
    text-decoration:none;
}
.page-main.active header::after{
    width: 100%;
}
.top{
    height: calc(100% - 68px);
}
.logo {
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 3000ms;

  transform: translate(0, 0);
  transition: transform 3000ms;
  position: absolute;
  top: calc(50% - 30px);
  margin:auto;
  left:0;
  right:0;
}
.logo.active{
    top:6px;
    bottom:auto;
}
.main__block{
    margin: 17px auto 0;
    display: block;
    opacity: 0;
    transition: 2s;
}
.main__block img{
    margin: 0 auto;
    display: block;
    max-width: 400px;
    border-radius: 50%;
}
.main__block p{
    margin: 15px 0 0 0;
    text-align: center;
    color:#000;
    line-height: 150%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.main__block.active{
    opacity: 1;
}
a.menu{
    margin: 20px 0 0 0;
    text-align: center;
    color:#000;
    line-height: 150%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    transition: 3s;
    z-index: 2;
}
a.menu.active{
    opacity: 1;
}
.portfolio{
    padding-top: 55px;
    display: block;
    transition: 2s;
    position: absolute;
    top:95%;
    right:0;
    left:0;
    margin:auto;
}
.portfolio p.caption{
    position: absolute;
    top:0;
    margin: auto;
    text-align: center;
    color:#000;
    line-height: 150%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 40%;
    right: 0;
    left:0;
    z-index: -1
}
.d-flex{
    display: flex;
}
.j-between{
    justify-content: space-between;
}
.j-end{
    justify-content: flex-end;
}
.j-center{
    justify-content: center;
}
.a-center{
    align-items: center;
}
.a-start{
    align-items: flex-start;
}
.work__list{
    margin:0 -5px;
    flex-wrap: wrap;
}
.work__item{
    width: calc(33.333333% - 10px);
    margin: 10px 5px 0 5px;
    text-decoration: none;
    transition: .9s;
}
.work__item:hover{
    transform: scale(1.05);
}
.work__item:hover figure:after{
    display: none;
}
.work__item figure{
    position: relative;
}
.work__item figure:after{
    content: ' ';
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.work__item figcaption{
    position: absolute;
    font-size: 36px;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    font-family:'AGLettericaCondLRegular';
}
.work__item img{
    max-width: 100%;
}
.yet{
    width: 295px;
    height: 65px;
    margin: 25px auto;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color:#000;
    line-height: 150%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    border:1px solid #000;
    border-radius: 30px;
    transition: .5s;
}
.yet:hover{
    background: #000;
    color:#fff;
    text-decoration: none;
}
.order{
    width: 295px;
    height: 65px;
    margin: 25px auto;
    display: none;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color:#000;
    line-height: 150%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    border:1px solid #fff;
    border-radius: 30px;
    transition: .5s;
    background: #a2cac9;
    position: fixed;
    right:calc((100% - 1180px) / 2);
    bottom:0;
    z-index:3;
}
.order.active{
    display: flex;
}
.order:hover{
    background: #fff;
    color:#000;
    border:1px solid #a2cac9;
    text-decoration: none;
}
.mobile__menu{
    width: 100%;
    max-width: 718px;
    right:-800px;
    padding: 65px 0 0 20px;
    border-left: 3px solid #000;
    height: 100%;
    position: fixed;
    top:0;
    transition: 1.5s;
    background: #fff;
    z-index: 20;
}
.mobile__menu.active{
    right: 0;
}
.mobile__menu .close{
    width: 28px;
    height: 29px;
    background: url('../images/close.png') no-repeat;
    position: absolute;
    right:0;
    left:0;
    margin: auto;
    top:18px;
    opacity: 1;
}
nav ul{
    margin:0;
    padding: 0;
    border-top:3px solid #000;
}
nav ul li{
    list-style: none;
}
nav ul li a{
    text-decoration: none;
    display: block;
    padding:9px 0 9px 7px;
    text-transform: uppercase;
    color:#000;
    line-height: 100%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom:3px solid #000;
}
nav ul li a:hover{
    text-decoration: none;
}
.popup{
    width: 100%;
    max-width: 327px;
    top:50%;
    margin: auto;
    margin-top:-290px;
    right:0;
    left:0;
    
    position: fixed;
    background: #a2cac9;
    z-index: 11;
    padding: 0 0 50px 0;
    display: none;
}
.popup .close{
    position: absolute;
    width: 28px;
    height: 29px;
    right:9px;
    top:9px;
    background: url('../images/close-white.png') no-repeat;
    opacity: 1;
}
.popup form{
    width: 252px;
    margin: 0 auto;
}
.popup p{
    padding:8px 0 0 0;
    margin:0;
    text-align: center;
    color:#000;
    line-height: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.popup input{
    width: 100%;
    background: #fff;
    border-radius: 25px;
    height: 60px;
    outline: none;
    text-align: center;
    margin:10px 0;
    display: inline-block;
    color:#7f7f7f;
    line-height: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border:none;
}   
.popup input.error{
    border:1px solid #ff0000;
}
.popup button{
    width: 100%;
    background-size: #fff;
    border-radius: 25px;
    height: 60px;
    outline: none;
    text-align: center;
    margin:20px 0 0 0;
    display: inline-block;
    color:#7f7f7f;
    line-height: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border:none;
}
header.inner{
    border-bottom:3px solid #000;
    padding: 7px 0;
    position:fixed;
    z-index:10;
    background:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}
header.inner .logo{
    position: relative;
}
header.inner .d-flex{
    position:relative;
}
header.inner h1{
    margin: 0;
    text-transform: uppercase;
    color:#000;
    line-height: 100%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    z-index:-1;
    position:absolute;
}
header.inner a.menu{
    margin: 0;
}
.b-contact{
    padding: 68px 0 0 0;
}
.contact__info{
    margin: 0 0 0 60px;
    width: 100%;
    max-width: 350px;
}
.contact__info p.title{
    margin: 55px 0 0 0;
    color:#000;
    line-height: 100%;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.contact__info p{
    margin: 10px 0 0 0;
    color:#000;
    line-height: 150%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.contact__info p a{
    text-decoration: none;
    color:#000;
    line-height: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.contact__info p a:hover{
    text-decoration: underline;
}
.contact__info a.tg{
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:16px 0 0 35px;
    background: #2ba2db;
    text-decoration:none;
}
.contact__info a.wa{
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:16px 0 0 35px;
    background: #00cc33;
}
.contact__info a i{
    color:#fff;
    font-size: 35px;
}
.contact__form{
    width: 100%;
    max-width: 500px;
    margin: 45px 60px 0 0;
}
.contact__form label{
    margin: 10px 0 0 0;
    color:#000;
    line-height: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.contact__form input{
    margin:10px 0 0 0;
    outline: none;
    width: 100%;
    height: 44px;
    border:2px solid #000;
    padding: 0 0 0 15px;
    color:#000;
    line-height: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.contact__form input.error{
    border:2px solid #ff0000;
}
.contact__form textarea{
    margin:10px 0 0 0;
    outline: none;
    width: 100%;
    height: 200px;
    border:2px solid #000;
    padding: 10px 0 0 15px;
    color:#000;
    line-height: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    resize: none;
}
.contact__form button{
    margin:30px 0 0 0;
    outline: none;
    width: 200px;
    height: 44px;
    border:none;
    background: #000;
    color:#fff;
    line-height: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    float:right;
}
form::after{
    content: '';
    clear: both;
    display: table;
}
.soc{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.soc a{
    margin:0 4px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
}
.soc a i{
    color:#fff;
    font-size: 20px;
}
.soc a:hover{
    text-decoration: none;
}
.articles__list{
    padding: 10px 0;
}
.article-item{
    margin: 10px 0 0 0;
    border:2px solid #000;
    padding: 10px 12px;
    display:block;
}
.article-item:hover{
    text-decoration:none;
}
.article-item:nth-child(even) > div{
    flex-direction: row-reverse;
}
.article__info{
    padding: 40px 130px 0 130px;
}
.article__info p{
    margin: 35px 0 0 0;
    font-size: 15px;
    line-height: 150%;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.article__info p span.detail{
    text-decoration: underline;
    font-size: 15px;
    line-height: 100%;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.article__info p a:hover{
    text-decoration: none;
}
.article__info p.title{
    margin: 0;
    font-size: 20px;
    line-height: 100%;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.b-about{
    padding: 118px 0 0 0;
}
.portfolio__inner{
    padding-top:68px;
}
.b-about img{
    margin:20px 0;
    max-width:100%!important;
    height:auto!important;
    float:none!important;
}
.about__top {
    padding: 0 0 0 105px;
}
.about__top p{
    margin: 22px 0;
    font-size: 26px;
    line-height: 130%;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    display: inline-block;
}
.fancybox-caption__body{
    background: rgba(255,255,255,0.7);
    font-size: 20px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    max-width: 740px;
    margin: 0 auto;
}
.fancybox-caption__body p{
    margin:0 0 5px 0;
    font-size:14px;
}
.about__l,
.about__r{
    width: 50%;
}
.about__wrap{
    padding: 45px 0 70px 0;
    position: relative;
}
.about__wrap::after{
    content: '';
    width: 40px;
    height: 4px;
    background: #000;
    position: absolute;
    top:40px;
    left:0;
    right:0;
    margin: auto;
    z-index: 1;
}
h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin:20px 0 0 0;
}
.b-about h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin:20px 0 0 0;
}
.about__wrap p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0 0 0;
}
.b-about ul{
    padding: 0;
}
.list__preim{
    position: relative;
    padding: 0 0 50px 0;
}
.list__preim::after{
    content: '';
    width: 2px;
    height: 100%;
    top:0;
    left:50%;
    background: #000;
    position: absolute;
}
.b-about li{
    margin: 40px 0 0 0;
    list-style: none;
    font-size: 20px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    position: relative;
    width:50%;
    padding:0 50px;
}
.b-about ul{
    counter-reset: my-counter;
    display:flex;
    flex-wrap:wrap;
}
.b-about ul li:nth-child(odd):before{
    counter-increment: my-counter;
    content: counter(my-counter);
    position: absolute;
    right:-18px;
    width: 33px;
    height: 33px;
    background: #000;
    border-radius: 50%;
    font-size:20px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    z-index: 10;
}
.b-about p.title{
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin:0;
}
.write{
    width: 295px;
    height: 65px;
    margin: 20px auto 40px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color:#000;
    line-height: 150%;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    border:1px solid #000;
    border-radius: 30px;
    transition: .5s;
    text-transform: uppercase;
}
.write:hover{
    background: #000;
    color:#fff;
    text-decoration: none;
}
.b-articles{
    padding:68px 0 0 0;
}
.fixed-main{
    display:none;
}
header.fixed-main{
    border:none;
}
.show_pages{
    display:none;
    padding-bottom:30px;
}
.loader{
    width:100%;
    height:100%;
    position:fixed;
    background:#fff;
    top:0;
    left:0;
    z-index:101;
}