html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; }
button:active, button:focus {
    outline: none;
}
:focus {
    outline: 0; }
:focus::-webkit-input-placeholder {color:transparent;}
:focus::-moz-placeholder          {color:transparent;}
:focus:-moz-placeholder           {color:transparent;}
:focus:-ms-input-placeholder      {color:transparent;}


::-webkit-input-placeholder {color:#d65a31;}
::-moz-placeholder          {color:#d65a31;}
:-moz-placeholder           {color:#d65a31;}
:-ms-input-placeholder      {color:#d65a31;}

.section {
    background-color: #090e1e !important;
}
body {
    margin: 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #090e1e;
    z-index: 1001;
    pointer-events: none;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}


.pageData div, .pageData p, .pageData ol, .pageData ul{
    margin:5px 0px;
}
.pageData li{
    margin:2px 10px 2px 25px;
}

a:hover, a:focus{
    color:unset;
    text-decoration: none;
}
a{
    transition: 0.3s;
    color: #fff;
}
a:hover{
    color: #0072ff;
}
body {
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    background: #090e1e;
    color: #fff;
    min-width: 100%;
    line-height: 1.1;
    min-width: 320px;
    transition: 0.3s;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    margin: 15px 0;
    font-weight: 600;
}
h2{
    text-transform: uppercase;
    font-size: 52px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 8px;
}
h2 span{
    color: #02a0e2;
}
.wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
#header{}
#section0 {
    background: url(/i/bg.png) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
#header .header{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: end;
}
#header .header .phones{
    width: 33.33%;
    line-height: 1.65rem;
}
#header .header .phones small{
    font-size: 18px;
    opacity: .5;
    display: inline-block;
    margin-left: 10px;;
}
#header .header .mail{
    width: 33.33%;
}
#header #menu{
    width: 37px;
    height: 22px;
    background: url(/i/menu.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    transition: 0.3s;
}
#header #menu:hover{
    opacity: 0.7;
}
#header-top{
    width: 100%;
    height: 800px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
#header-top #logo{
    width: 524px;
    height: 209px;
    background: url(/i/logo.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -262px;
}
#header-top #count{
    width: 990px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 100%;
    z-index: 2;
}
#header-top #count .num{
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    font-family: 'Proxima Nova Bl';
    margin-bottom: 10px;
}
#header-top #count .text{
    color: #9c9c9c;
    font-size: 18px;
}

#header-top #count .item:last-child > .num{

    color: #090e1e;
}
#tasks .tasks{
    padding-top: 32px;
    position: relative;
}
.swiper-slide{
    height: 200px;
}
.swiper-wrapper {
    margin-left: -25%;
}
.tasks-slider{
    width: 610px;
    margin: 0 auto;
}
.our-projects{
    position: relative;
    padding-top: 0;
}
#about_new{
    width: 100%;
}
.section_about{
    background: url(../i/section2_new.jpg) no-repeat 0 50% #0c1329 !important;
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}
.section_about .about_new__list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 0 160px;
}
.section_about .about_new__list li{
    width: 50%;
    padding-left: 140px;
    margin-bottom: 60px;
}
.section_about .about_new__icon{
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 56px;
}
.section_about .about_new__icon:after{
    content: '';
    width: 119px;
    height: 119px;
    background: url(../i/loon.png) no-repeat;
    left: -25px;
    top: -25px;
    position: absolute;

}
.section_about .about_new__download{
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}
.section_about .about_new__download a{
    color: #fff;

}
.section_about .about_new__download a span{
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
}
.section_about .about_new__download a span:hover{
    text-decoration: none;
}
.section_about .about_new__download a:hover{
    text-decoration: none;
}
.section_about li:nth-child(1) .about_new__icon:after{
    transform: rotate(330deg);
}
.section_about li:nth-child(2) .about_new__icon:after{
    transform: rotate(30deg);
}
.section_about li:nth-child(3) .about_new__icon:after{
    transform: rotate(0deg);
}
.section_about li:nth-child(4) .about_new__icon:after{
    transform: rotate(10deg);
}
.section_about .about_new__list .about_new__title{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.section_about .about_new__list .about_new__desc{
    font-size: 18px;
    line-height: 1.5rem;
    line-height: 35px;
}
#our-projects #our-projects-box{
    position: absolute;
    width: 665px;
    height: 325px;
    top: 105px;
    right: 67px;
    z-index: 0;
    border: 1px solid #192037;
}
#our-projects .years{
    width: 50px;
    height: 210px;
    border-left:1px solid #fff;
    position: relative;
}
#our-projects .years .year{
    position: relative;
    font-size: 12px;
    font-family: 'Proxima Nova Lt';
    padding-left: 20px;
    color: #adadad;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 10px;
}
#our-projects .years .year:before{
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    background: #adadad;
    top: 6px;
    left: 0;
}
#our-projects .years .year.active{
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin-left: -20px;
    background: #090e1e;
    padding-top: 15px;
    padding-bottom: 15px;
}
#our-projects .years .year.active:before{
    display: none;
}
#our-projects .project-item{
    width: calc(100% - 50px);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    display: none;
    transform: 0.3s;

}
#our-projects .project-item img{
    max-width: 100%;
    height: 55vh;
}
#our-projects .project-item.active{
    display: block;
}
#our-projects .projects-list{
    display: flex;
    align-items: center;
}
#our-projects .projects-list{
    margin-top: 80px;
}
#our-projects .project-item .desc{
    width: 560px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 35px;
    padding-left: 40px;
    position: absolute;
    bottom: -50px;
    right: 75px;
    background: #0003;
}
#our-projects .project-item .desc h4{
    font-size: 36px;
    margin-bottom: 30px;
}
#our-projects .specifications{
    width: 100%;
    margin-bottom: 50px;
}
#our-projects .specifications .line{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
#our-projects .specifications .name{
    width: 40%;
}
#our-projects .specifications .val{
    width: 60%;
}
#our-projects .desc .more{
    position: absolute;
    bottom: -40px;
    right: 25px;
}
#our-projects .desc .more:before{
    content: '';
    position: absolute;
    top: 4px;
    right: -25px;
    height: 12px;
    width: 12px;
    background: url(/i/arrow-right.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
}
#our-projects{
    margin-bottom: 370px;
}
#about .desc{
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    position: relative;
}
#about .about-list{
    display: flex;
    margin-top: 65px;

}
#about .about{
    position: relative;
}
#about .img{
    width: 370px;
    max-height: 400px;
}
#about .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#about .text{
    width: 570px;
    margin-left: 133px;
}
#about .text li{
    list-style: none;
    margin-bottom: 40px;
    line-height: 25px;
    position: relative;
}
#about .text li:before{
    content: '';
    position: absolute;
    top: 12px;
    left: -46px;
    width: 25px;
    height: 2px;
    background: #fff;
}
#direction{
    margin-top: 0px;
}
.direction{
    display: flex;
    flex-wrap: wrap;

}
.direction h2{
    width: 100%;
    margin-bottom: 20px;
}
.direction .banner{
    width: 270px;
    margin-right: 30px;
    border:1px solid #192037;
}
.direction .direction-list{
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.direction .direction-list .item{
    width: 31%;
    box-shadow: 2px 0px 13px 2px #7d8dbf5e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.direction .direction-list .item .image{
    width: 100%;
    height: 120px;
}
.direction .direction-list .item .image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.direction .direction-list .item h4{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.direction .direction-list .item p{
    font-size: 14px;
    line-height: 20px;
}
.direction .direction-list .item:last-child{
    box-shadow: none;
    border:1px solid #192037;
    padding: 0;
}
#our-clients{
    margin-top: 20px;
}
.clients-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;

}
.clients-list .item{
    width: 33.3333333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}
.clients-list .item img{
    max-width: 90%;
    /*max-height: 150px;*/
}
#map{
    margin-top: 20px;
    padding-bottom: 160px;
}
#map img{
    width: auto;
    max-width: 100%;
    max-height: 420px;
    margin: 0 auto;
    display: block;
}
#footer{
    background: #000;
}
#footer .footer{
    padding-top: 50px;
    padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid #015071;
}
#footer .logo{
    width: 160px;
}
#footer .logo img{
    width: 100%;
}
#footer .links{
    width: calc(100% - 290px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}
#footer .links h4{
    font-size: 18px;
}
#footer .links li{
    list-style: none;
    margin-bottom: 15px;
}
#footer .links h4{
    margin-bottom: 10px;
}
#footer .box.phones small{
    margin-top: -10px;
    opacity: .5;
    display: block;
    margin-bottom: 10px;
}
#footer .box p{
    line-height: 24px;
}
#footer .links li:last-child{
    margin-bottom: 0;
}
#footer .box .tel{
    font-weight: 600;
    margin-bottom: 10px;
}
#footer .box .tel, #footer .box .mail{
    display: block;
}
#copyright p{
    color: #585858;
}
#copyright .studio{
    float: right;
}
#copyright .studio span {
    font-size: 12px;
    color: #8a8c8f;
}
#copyright .studio img {
    width: 120px;
    margin-left: 15px;
}
#copyright{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
#tasks{
    padding-top: 230px;
    padding-bottom: 210px;
}
.mask-animate{
    width: 230px;
    height: 315px;
    background: url(/i/mask.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 32px;
    right: 410px;
    z-index: 1;
    transition:0.3s;
    animation: moveMask  2s infinite ease-in-out;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
    /*animation-delay: 1s;*/

}
#section1 {
    position: relative;
}
.bg__tasks {
    top: 0;
    left: 0;
    position: absolute;
}
@keyframes moveMask {
    from {
        top: 32px;
        left: 475px;
    }
    to {
        top: 10px;
        left: -50px;
        opacity: 1;
    }
}
.robot-animate{
    width: 649px;
    height: 739px;
    position: absolute;
    bottom: 0;
    right: 206px;
    /*background: url(/i/robot.png) no-repeat;*/
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 1;
    animation: moveRobot 2s infinite ease-in-out;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
#robot img{
    width: 100%;
}
#robot #brain{
    position: absolute;
    top: 40px;
    right: 181px;
    width: 96px;
    height: 195px;
    background: url(/i/brain.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
@keyframes moveRobot {
    from {
        bottom: 35px;
        right: 206px;
    }
    to {
        bottom: 0px;
        right: -306px;
    }
}
#nav_mask {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 300px;
    top: 85px;
}
#nav_mask a{
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 20px #3068c4, 0 0 20px #3068c4, 0 0 20px #3068c4
}
#nav_mask a:hover{
    text-decoration: underline;
}
#nav_mask li{
    margin-bottom: 47px;
    opacity: 0;
    animation: navMask 2s infinite ease-in-out;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
    position: relative;
}
#nav_mask li:last-child{
    margin-bottom: 0;
}
#nav_mask li:nth-child(1){
    animation-delay: 2.5s
}
#nav_mask li:nth-child(1):before{
    content: '';
    width: 156px;
    height: 95px;
    background: url(../i/line1.png) no-repeat;
    position: absolute;
    top: 0;
    left: -170px;
}
#nav_mask li:nth-child(2){
    animation-delay: 3s
}
#nav_mask li:nth-child(2):before{
    content: '';
    width: 151px;
    height: 33px;
    background: url(../i/line2.png) no-repeat;
    position: absolute;
    top: 0;
    left: -166px;
}
#nav_mask li:nth-child(3){
    animation-delay: 3.5s
}
#nav_mask li:nth-child(3):before{
    content: '';
    width: 156px;
    height: 95px;
    background: url(../i/line3.png) no-repeat;
    position: absolute;
    top: -70px;
    left: -170px;
}
@keyframes navMask {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#header-top #logo{
    animation-delay: 1.5s;
}
#count .item:nth-child(1){
    animation-delay: 1.5s;
}
#count .item:nth-child(2){
    animation-delay: 1.7s;
}
#count .item:nth-child(3){
    animation-delay: 1.9s;
}
#count .item:nth-child(4){
    animation-delay: 2.1s;
}
#bg-about{
    width: 365px;
    position: absolute;
    top: 115px;
    right: 0;
    bottom: 0;
    border: 1px solid #192037;
    border-left:none;
}
#tasks-slider{
    width: 570px;
    margin: -70px auto 0;
    height: 570px;
    position: relative;
}
#tasks-slider .tasks-item{
    background: url(/i/task.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right:3px solid #000;
    border-bottom:3px solid #000;
    transition: all .5s ease-in-out;
    display: flex;
    flex-direction: column-reverse;
}

#tasks-slider .tasks-item.top{
    box-shadow: 2px 0px 13px 2px #7d8dbf5e;
}

.tasks-btn .prev{
    width: 12px;
    height: 10px;
    background: url(/i/arrow-up.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: -20px;
    left: -5px;
    cursor: pointer;
}
.tasks-btn .next{
    width: 12px;
    height: 10px;
    background: url(/i/arrow-up.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    bottom: -20px;
    left: -5px;
    transform: rotate(180deg);
    cursor: pointer;
}
.tasks-btn .stop{
    cursor: auto;
    opacity: 0.6;
    transition: 0.3s;
}
.tasks-btn{
    width: 2px;
    height: 235px;
    background: #fff;
    position: absolute;
    top: 37%;
    right: -8px;
}
#num{
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 60px;
    left: -8px;
    background: #090e1e;
    padding: 16px 0;
}
#tasks-slider h2{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    margin-bottom: 50px;
    letter-spacing: 0;
}


.top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.middle {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 20px;
    z-index: 4;
}


.bottom {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 40px;
    z-index: 3;
}
.bottom2 {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 60px;
    z-index: 2;
}
.bottom3 {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 80px;
    z-index: 1;
}
.go-time {
    animation: slide 1.25s 0.5s 1;
}

@keyframes slide {
    0% {transform: translate(0,0)}
    49% { transform: translate(-0,75px) scale(1.1); z-index: 3;}
    50% { z-index: 1;}
    100% {transform: translate(0,0); z-index: 1;}
}

.go-prev {
    animation: prev 1.25s 0.5s 1;
}

@keyframes prev {
    0% {transform: translate(0,0)}
    49% { transform: translate(-0,75px) scale(0.9); z-index: 1;}
    50% { z-index: 3;}
    100% {transform: translate(0,0); z-index:3;}
}

.years .prev{
    width: 12px;
    height: 10px;
    background: url(/i/arrow-up.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: -20px;
    left: -5px;
    cursor: pointer;
}
.years .next{
    width: 12px;
    height: 10px;
    background: url(/i/arrow-up.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    bottom: -20px;
    left: -5px;
    transform: rotate(180deg);
    cursor: pointer;
}
#menu-wrapp{
    width: 400px;
    background: #090e1e;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    top: 0;
    margin-right: -4000px;

}
#menu-wrapp ul{
    padding-top: 30px;
    padding-bottom: 30px;
}
#menu-wrapp ul li{
    list-style: none;
    line-height: 28px;
}
#menu-wrapp ul a{

}
#menu-wrapp .wrapper{
    position: relative;
}
#menu-wrapp .x{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(/i/close.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}
#menu-wrapp .tel{
    font-size: 20px;
}
.slide .intro {
    max-width: 950px;
    height: 50vh;
    margin: 0 auto;
    padding: 0 50px;
    background: url(/i/task.png) no-repeat center center / cover;
    display: flex;
    flex-direction: column-reverse;
}
.slide .intro h2 {
    font-size: 57px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    line-height: 58px;
    margin-bottom: 50px;
    letter-spacing: 0;
}
.section1_slide {
    max-width: 950px;
    margin: 0 auto;
}
.section1_slide .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.section1_slide .owl-nav button span {
    display: none;
}
.section1_slide .owl-nav button {
    width: 12px;
    height: 10px;
    -webkit-background-size: 100% !important;
    background-size: 100% !important;
}
.section1_slide .owl-nav button.owl-prev {
    background: url(/i/arrow-up.svg) no-repeat;
    transform: rotate(-90deg);
    margin-right: 20px;
}
.section1_slide .owl-nav button.owl-next {
    background: url(/i/arrow-up.svg) no-repeat;
    transform: rotate(90deg);
    margin-left: 20px;
}


@media(max-height: 740px){
    /* #robot {
         top: 40px;
     }*/
}
@media(max-height: 710px){
    /* #robot {
         top: 100px;
     }*/
}
@media(max-width: 1870px){
    @keyframes moveRobot {
        from {
            bottom: 0;
            right: 206px;
        }
        to {
            bottom: -20px;
            right: -197px;
        }
    }
    #robot{
        width: 600px;
        height: 673px;
    }
}
@media(max-width: 1555px){
    #robot #brain{
        top: 31px;
        right: 137px;
        width: 71px;
        height: 145px;
    }
    #robot{
        width: 490px;
        height: 558px;
    }
    @keyframes moveRobot {
        from {
            bottom: 0;
            right: 206px;
        }
        to {
            bottom: -20px;
            right: -52px;
        }
    }
    #mask{
        width: 203px;
        height: 275px;
        top: auto
    }

    @keyframes moveMask {
        from {
            _top: 100px;
            bottom: 310px;
            left: 535px;
        }
        to {
            _top: 32px;
            left: -15px;
            bottom: calc(100% - 315px);
            /*opacity: 0;*/
        }
    }
    #header-top #logo{
        width: 450px;
        height: 181px;
        background-repeat: no-repeat;
        margin-left: -225px;
    }
    #header-top{
        height: calc(100vh - 92px);
    }
    #map {
        padding-bottom: 15px;
    }
}
@media(max-width: 1400px){
    .section_about .about_new__list{
        margin: 0;
    }
    .section_about .about_new__list li{
        padding-left: 0;
        padding-right: 70px;
    }
}
@media(max-width: 1285px){
    #robot #brain {
        top: 24px;
        right: 107px;
        width: 55px;
        height: 113px;
    }
    #header-top{
        height: 710px;
    }
    #robot {
        width: 380px;
        height: 433px;
    }
    @keyframes moveRobot {
        from {
            bottom: 0;
            right: 206px;
        }
        to {
            bottom: 0px;
            right: 0px;
        }
    }
    #mask {
        width: 149px;
        height: 203px;
    }
    @keyframes moveMask {
        from {
            top: 230px;
            left: 535px;
        }
        to {
            top: 65px;
            left: 50px;
            /*opacity: 0;*/
        }
    }

}
@media(max-width: 1200px){
    .wrapper{
        max-width: 1000px;
    }
    #header-top #logo{
        width: 300px;
        margin-left: -150px;
    }
    #header-top{
        height: 645px;
    }
    @keyframes moveMask {
        from {
            top: 170px;
            left: 410px;
        }
        to {
            top: 70px;
            left: 40px;
            /* opacity: 0;*/
        }
    }
    h2{
        font-size: 60px;
    }
}
@media(max-width: 999px){
    #header {
        background: url(/i/bg-mob.png);
        -webkit-background-size: cover;
        background-size: cover;
    }
    /*  #robot{
          display: none;
      }
      #mask{
          display: none;
      }*/
    #header-top {
        height: 475px;
    }
    #header-top #count .item:last-child > .num {
        color: #fff;
    }
    #robot #brain {
        top: 10px;
        right: 56px;
        width: 30px;
        height: 68px;
    }
    #robot {
        width: 200px;
        height: 228px;
    }
    @keyframes moveRobot {
        from {
            bottom: -40px;
            right: 206px;
        }
        to {
            bottom: -40px;
            right: 0px;
        }
    }
    #mask {
        width: 100px;
        height: 137px;
    }
    @keyframes moveMask {
        from {
            top: 250px;
            right: 246px;
        }
        to {
            top: 25px;
            /*left: 20px;*/
            right: calc(100% - 100px)
            /*opacity: 0;*/
        }
    }
    .robot-animate{
        bottom: -40px;
    }
    #nav_mask a{
        font-size: 16px;
    }
    #nav_mask{
        left: 195px;
        top: 16px;
    }
    #header-top #logo{
        animation-delay: 0s;
        top: 175px;
    }
    #count .item:nth-child(1) {
        animation-delay: 0s;
    }
    #count .item:nth-child(2) {
        animation-delay: 0.2s;
    }
    #count .item:nth-child(3) {
        animation-delay: 0.4s;
    }
    #count .item:nth-child(4) {
        animation-delay: 0.6s;
    }
    #header-top #count .num{
        font-size: 40px;
        font-weight: 600;
    }
    #header-top #count .text{
        font-size: 16px;
    }
    .section_about .about_new__list{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section_about .about_new__list li{
        width: 100%;
        padding: 0
    }
    #tasks-slider{
        width: 300px;
        height: 300px;
    }
    .tasks-btn {
        width: 2px;
        height: 235px;
        background: #fff;
        position: absolute;
        top: 20%;
        right: 50px;
    }
    #tasks-slider h2{
        font-size: 25px;
        line-height: 28px;
    }
    #tasks{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2 {
        font-size: 40px;
        letter-spacing: 3px;
    }
    #our-projects{
        margin-bottom: 370px;
    }
    #our-projects #our-projects-box{
        height: 195px;
        width: 60%;
    }
    #our-projects .years .year.active{
        margin-left: -1px;
    }
    #our-projects .project-item .desc{
        width: 75%;
        padding: 25px;
    }
    #our-projects .project-item .desc h4{
        font-size: 21px;
        line-height: 25px;
        margin-top: 0;
    }
    #our-projects .specifications{
        font-size: 14px;
        margin-bottom: 20px;
    }
    body{
        font-size: 16px;
    }
    #our-projects {
        margin-bottom: 110px;
    }
    #about .desc{
        font-size: 21px;
        line-height: 25px;
    }
    #about .img{
        width: 30%;
    }
    #about .text{
        width: 70%;
        margin-left: 60px;
    }
    #direction {
        margin-top: 30px;
    }
    .direction .banner{
        display: none;
    }
    .direction .direction-list{
        width: 100%;
    }
    #our-clients {
        margin-top: 30px;
    }
    .clients-list .item{
        margin-top: 40px;
    }
    #map {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    #footer .logo{
        width: 100%;
        text-align: center;
    }
    #footer .logo img{
        width: 160px;
    }
    #footer .links{
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
    }
    #footer .links .box{
        width: 100%;
        margin-bottom: 15px;
    }
    #copyright{
        text-align: center;
        flex-wrap: wrap;
    }
    #copyright p{
        width: 100%;
        margin-bottom: 15px;
    }
    #copyright .studio{
        width: 100%;
        text-align: center;
    }
    #count .item{
        padding: 0 10px;
    }
    .direction .direction-list .item {
        padding: 20px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .direction .direction-list .item .image {
        height: 170px;
    }
}
@media(max-width: 700px){

    .direction .direction-list .item{
        width: 48%;
    }
    #our-projects .project-item .desc h4{
        margin-bottom: 15px;
    }
    #bg-about{
        display: none;
    }
    #our-projects #our-projects-box{
        height: 130px;
        top: 31px;
    }
    .our-projects {
        position: relative;
        padding-top: 55px;
    }
    .tasks-btn{
        right: 5px;
    }
    #header-top #count .text {
        font-size: 13px;
        line-height: 16px;
    }
    #about .img{
        width: 100%;
    }
    #about .text{
        width: 100%;
        margin-top: 20px;
    }
    #about .about-list{
        flex-wrap: wrap;
    }
    h2 {
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 35px;
    }
    #about .about-list{
        margin-top: 20px;
    }
    #direction {
        margin-top: 0px;
    }
    .direction h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    #our-projects .projects-list{
        flex-wrap: wrap;
    }
    #our-projects .years{
        width: 100%;
        border-left: none;
        display: flex;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        margin-bottom: 15px;
    }
    #our-projects .years .year{
        display: inline-block;
    }
    #our-projects .years .year.active{
        padding: 0;
    }
    .years .prev{
        top: 2px;
        left: -8px;
        transform: rotate(-90deg);
    }
    .years .next{
        transform: rotate(90deg);
        bottom: 18px;
        right: -11px;
        left: unset;
    }
    #our-projects .project-item{
        padding-left: 0;
        width: 100%;
    }
    #our-projects .project-item .desc{
        width: 100%;
        padding: 15px;
    }
    #about .desc {
        font-size: 15px;
        line-height: 20px;
    }
    #menu-wrapp .x{
        width: 20px;
        height: 20px;
    }
    #our-projects .project-item img {
        height: auto;
    }
    #our-projects .project-item .desc {
        position: static;
    }
}
@media(max-width: 500px){
    #our-projects #our-projects-box{
        right: 0;
    }
    .item-bg{
        display: none;
    }
    #header-top #count{
        flex-wrap: wrap;
    }
    #count .item{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .direction .direction-list .item{
        width: 100%;
    }
    #tasks-slider{
        width: 230px;
        height: 230px;
    }
    #tasks-slider h2 {
        font-size: 19px;
        line-height: 23px;
    }
    #tasks-slider h2{
        margin-bottom: 20px;
    }
    .middle{
        top: 4px;
        left: 4px;
    }
    .bottom{
        top: 8px;
        left: 8px;
    }
    .bottom2 {
        top: 12px;
        left: 12px;
    }
    .bottom3 {
        top: 16px;
        left: 16px;
    }
    .tasks-btn{
        height: 200px;
    }
    #header{
        z-index: 2;
        position: relative;
    }
    #header .header .phones{
        width: 100%;
        white-space: nowrap;
    }
    #header .header .phones small{
        font-size: 14px;
    }
    .header .mail{
        position: absolute;
        top: 75px;
    }
    #header-top #count .num {
        font-size: 28px;
        font-weight: 600;
    }
    #header-top #count .text{
        font-size: 11px;
        line-height: 14px;
    }
    #header-top #logo{
        width: 200px;
        margin-left: -100px;
    }
    #our-projects .years .year:before{
        display: none;
    }
    #our-projects .years .year{
        padding: 0;
    }
    #our-projects .years .year.active{
        font-size: 15px;
    }
    #menu-wrapp{
        width: 100%;
    }
}
@media(max-width: 350px){
    #tasks-slider {
        width: 215px;
        height: 215px;
    }
}