html{
    padding:0;
    margin:0;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body{
    background-color:#fff;
    padding:0;
    margin:0;
    font-family: Arial, sans-serif;
    color:#000;
    min-width: 1100px;
    overflow-y: scroll;
}
#all-content{
    position: relative;
    width:100%;
    height: auto;
    min-height: 100%;
    z-index: 1;
}
#header{
    position: fixed;
    top:0;
    width: 100%;
    height: 113px;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
    /*transition: all 300ms ease-out;*/
}
#header-gray-line{
    position: absolute;
    width:100%;
    height: 1px;
    background-color: #d7d7d7;
    top:112px;
}


#header-info{
    position: absolute;
    left:50%;
    margin-left: -495px;
    width:990px;
    height: 100%;
    overflow: hidden;
}
#main-logo{
    position: absolute;
    left:0px;
    top:30px;
    width:142px;
    height: 63px;
    background: url(../img/logo_black.png);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer;
}
#header-socials{
    position: absolute;
    right:0px;
    top:0px;
    width:27px;
    height: 27px;
    background: url(../img/top_social_but.png) right top;
    cursor: pointer;
}
.header-social{
    position: absolute;
    top:0px;
    right:-27px;
    width:27px;
    height: 27px;
    background-color: #448ccb;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background: url(../img/top_socials.png);
}
.header-social.fb{
    background-color: #448ccb;
    background-position: 0px 0px;
}
.header-social.tw{
    background-color: #00bff3;
    background-position: -27px 0px;
}
.header-social.gg{
    background-color: #ff5747;
    background-position: -54px 0px;
}
.header-social.fb:hover{
    background-color: #f8f8f8;
    background-position: 0px -27px;
}
.header-social.tw:hover{
    background-color: #f8f8f8;
    background-position: -27px -27px;
}
.header-social.gg:hover{
    background-color: #f8f8f8;
    background-position: -54px -27px;
}


#header-socials:hover .header-social.fb{
    right:0px;
}
#header-socials:hover .header-social.tw{
    right:27px;
}
#header-socials:hover .header-social.gg{
    right:54px;
}

#main-menu{
    position: absolute;
    left:290px;
    top:78px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.menu-punct{
    position: relative;
    float: left;
    margin-right: 20px;
    font-family: 'Conv_NatGrotesk';
    color:#000;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.ie7 .menu-punct{
    display: inline;
    margin-right: 20px;
    font-family: 'Conv_NatGrotesk';
    color:#000;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.menu-punct a{
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    color:#000;
    text-decoration: none;
    cursor: pointer;
}
.menu-punct.login a{
    color:#acacac;
    text-decoration: none;
}
.menu-punct a:hover{
    color:#f47321;
}
.login-icon{
    position: relative;
    top:1px;
    display: inline-block;
    margin-right: 4px;
    width:11px;
    height: 11px;
    background: url(../img/login_icon.png);
}
.ie7 .login-icon{
    position: relative;
    display: inline;
    margin-right: 4px;
    width:11px;
    height: 11px;
    background: url(../img/login_icon.png);
}
.punct-select{
    position: absolute;
    width:100%;
    height: 2px;
    top:46%;
    background-color: #f47321;
    display: none;
}


#top-contacts{
    position: absolute;
    top:40px;
    right:50%;
    margin-right: -495px;
    font-family: 'Roboto', sans-serif;
    color:#000;
    font-size: 11px;
    line-height: 18px;
    text-align: right;
}
#top-contacts a{
    color:#000;
    text-decoration: none;
    border-bottom: #666 solid 1px;
}
#top-contacts a:hover{
    color:#f47321;
    border-bottom: #f47321 solid 1px;
}

#top-info{
    position: absolute;
    left:50%;
    margin-left: -330px;
    width:660px;
    font-family: 'Roboto', sans-serif;
    color:#fff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 100;
    top:200px;
}




.header-index-menu{
    position: absolute;
    bottom: 0px;
    height: 50px;
    width:auto;
    left:50%;
    margin-left: -495px;
    color:#000;
    /*-webkit-transition: all 300ms linear;*/
    /*-moz-transition: all 300ms linear;*/
    /*-o-transition: all 300ms linear;*/
    /*transition: all 300ms linear;*/
    visibility: hidden;
    opacity: 0;
}
#index-menu-line{
    position: fixed;
    top:100%;
    left:100px;
    height: 3px;
    width:100px;
    background-color: #f47321;
    z-index: 9999;
    opacity: 0;
}

.index-menu-punct{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
.ie7 .index-menu-punct{
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
.index-menu-punct.disable{
    color:#bbb;
}
.index-menu-punct.disable a:hover{
    color:#bbb;
}

.index-menu-punct a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.index-menu-punct a:hover{
    color:#f47321;
}
.header-index-menu-bg{
    position: absolute;
    left:0px;
    width:100%;
    bottom:0px;
    background-color: #fff;
    border-top: #d7d7d7 solid 1px;
    border-bottom: #d7d7d7 solid 1px;
    height: 50px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    visibility: hidden;
    opacity: 0;
}
.header-index-menu-bg.active{
    height: 49px;
}
.header-index-menu.active{
    color:#000;
}
.header-index-menu.active .index-menu-punct.disable{
    color:#bbb;
}
.index-menu-punct.disable span:hover{
    color:#bbb;
}


#content{
    position: relative;
    width: 100%;
    background-color: #fff;
    height: auto;
    padding-top: 139px;
    padding-bottom: 80px;
    min-height: calc(100vh - 139px);
    margin-bottom: 235px;
    margin-top: 50px;
}
#content-info{
    position: relative;
    width:990px;
    height: auto;
    left:50%;
    margin-left: -495px;
    margin-bottom: 30px;
}
#content-title{
    position: relative;
    width: 990px;
    color:#000;
    font-family: 'Conv_NatGrotesk';
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin-left: -3px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
#next-project{
    position: absolute;
    top:7px;
    right:0px;
    height: 16px;
    background: url(../img/next_arrow.png) no-repeat 0px 0px;
    text-transform: none;
    cursor: pointer;
    text-decoration: none;
}
#next-project span{
    position: relative;
    display: block;
    margin-left: 15px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    border-bottom: #000 solid 1px;
}
#next-project span:hover{
    border-bottom: #f47321 solid 1px;
    color:#f47321;
}
#client{
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}
#client a{
    color:#000;
    text-decoration: none;
    border-bottom: #000 solid 1px;
    cursor: pointer;
}
#client a:hover{
    border-bottom: #f47321 solid 1px;
    color:#f47321;
}
#more-block{
    position: relative;
    width:990px;
    height: auto;
    left:50%;
    margin-left: -495px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.more-block-title{
    position: relative;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 10px;
}


.about-info{
    position: relative;
    width: 100%;
    margin-top: 40px;
    border-bottom: #d7d7d7 solid 1px;
    padding-bottom: 40px;
}
.about-info:after{
    position: relative;
    display: block;
    content:"";
    height: 1px;
    clear: both;
}
.about-manager{
    position: relative;
    width:33%;
    min-height: 100px;
    float: left;
}
.about-first-info{
    position: relative;
    width:540px;
    float: left;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.about-first-info span{
    font-size: 18px;
    line-height: 24px;
}
.about-first-info p:first-child{
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
}
.about-info a{
    color:#000;
    text-decoration: none;
    border-bottom: #d4d4d4 solid 1px;
}
.about-info a:hover{
    color:#f47321;
    border-bottom: #f47321 solid 1px;
}
.about-manager-title{
    position: relative;
    width:540px;
    float: left;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.about-manager img{
    position: relative;
    display: block;
    width:144px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 15px;
}
.about-manager-name{
    position: relative;
    width:540px;
    float: left;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.about-manager-post{
    position: relative;
    width:540px;
    float: left;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.about-second-punct{
    position: relative;
    width:310px;
    margin-right:30px;
    float: left;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.about-second-punct:last-child{
    margin-right:0px;
}
.about-second-punct ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-second-punct li{
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.about-second-punct li span{
    position: relative;
    display: block;
    width: 90%;
    margin-left: 20px;
}
.list-circle{
    position: absolute;
    width:4px;
    height: 4px;
    border-radius: 3px;
    background-color: #000;
    top:10px;
}
.about-second-title{
    position: relative;
    width:100%;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.about-second-icon{
    position: relative;
    left:50%;
    margin-left: -22px;
    width:45px;
    height: 42px;
    margin-bottom: 30px;
    background: url(../img/about_icons.png);
}
.about-second-icon.first{
    background-position:  0px 0px;
}
.about-second-icon.second{
    background-position:  -45px 0px;
}
.about-second-icon.third{
    background-position:  -90px 0px;
}
.about-second-punct:hover .about-second-icon.first{
    background-position:  0px -42px;
}
.about-second-punct:hover .about-second-icon.second{
    background-position:  -45px -42px;
}
.about-second-punct:hover .about-second-icon.third{
    background-position:  -90px -42px;
}

#about-contacts{
    position: relative;
    width: 990px;
    margin-left: -495px;
    left:50%;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 50px;
}
.right-about-address{
    position: absolute;
    right:0px;
    top:0px;
    text-align: right;
}
#about-contacts a{
    color:#000;
    text-decoration: none;
    border-bottom: #d4d4d4 solid 1px;
}
#about-contacts a:hover{
    color:#f47321;
    border-bottom: #f47321 solid 1px;
}
#about-after-map{
    position: relative;
    width: 990px;
    margin-left: -495px;
    left:50%;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 30px;
}

#map-layer{
    position: relative;
    left:0px;
    width: 100%;
    height: 500px;
    background-color: #d7d7d7;
    margin-bottom: -80px;
}
#map{
    width: 100%;
    height: 100%;
}
#map-zoom-in{
    position: absolute;
    left:50%;
    margin-left: -495px;
    width:30px;
    height: 30px;
    top:50px;
    background: url(../img/map_zoom.jpg);
    cursor: pointer;
}
#map-zoom-out{
    position: absolute;
    left:50%;
    margin-left: -495px;
    width:30px;
    height: 30px;
    top:90px;
    background: url(../img/map_zoom.jpg) 0px -30px;
    cursor: pointer;
}







.production-info{
    position: relative;
    width: 100%;
    margin-top: 40px;
    border-bottom: #d7d7d7 solid 1px;
    padding-bottom: 40px;
}
.production-info:after{
    position: relative;
    display: block;
    content:"";
    height: 1px;
    clear: both;
}
#production-bottom{
    position: relative;
    width: 990px;
    margin-left: -495px;
    left:50%;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}
#production-bottom span{
    display: block;
    width:650px;
    margin-left: 80px;
}
#production-top{
    position: relative;
    width:650px;
    margin-left: 80px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}
#production-info-block{
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: #f47321 solid 2px;
    width:815px;
    height: auto;
    margin-left: 80px;
}
#production-info-block span{
    position: relative;
    display:block;
    margin-left: -80px;
    width:990px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
}
.production-block{
    position: relative;
    margin-top: 30px;
    width:410px;
    margin-left: 80px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    float: left;
}
#production-icon{
    position: absolute;
    width: 45px;
    height: 42px;
    background: url(../img/about_icons.png) 0px -42px;
    right:90px;
    top:105px;
}












#big-video-but{
    position: relative;
    width: 990px;
    height: 500px;
    margin-top: 25px;
    cursor: pointer;
}
#big-video-but iframe{
    width: 100%;
    height: 100%;
}
#more-block{
    position: relative;
    width:990px;
    height: auto;
    left:50%;
    margin-left: -495px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.big-video-play{
    position: absolute;
    width:91px;
    height: 91px;
    left:50%;
    top:50%;
    margin-left: -45px;
    margin-top: -45px;
    background: url(../img/play_pause_video.png) left bottom;
}


#video-content-info{
    position: relative;
    width:990px;
    height: auto;
    margin-top: 30px;
    padding-bottom: 35px;
    border-bottom: #d7d7d7 solid 1px;
}
#video-content-info:after{
    position: relative;
    display: block;
    content: "";
    height: 1px;
    clear: both;
}
.video-content-info{
    width: 100%;
    float: left;
    margin-right: 74px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    column-count: 2;
    column-gap: 20px;
}
.video-content-info p{
    margin: 0;
}
.video-content-info a{
    color:#000;
}
.video-content-info a:hover{
    color:#f47321;
}

.more-block-title{
    position: relative;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}


#all-puncts{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
}
#client-puncts-block{
    position: relative;
    width:660px;
    height: auto;
    overflow: hidden;
    float: left;
}
#client-info-block{
    position: relative;
    width:300px;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.client-logo{
    position: relative;
    display: block;
    margin-bottom:40px;
}
.puncts-info{
    position: relative;
    width:660px;
    height: 198px;
    float: left;
    display: flex;
    align-items: center;
}
.puncts-quantity{
    position: absolute;
    width:100%;
    height: 198px;
    line-height: 190px;
    text-align: center;
    color:#eeeeee;
    font-family: 'Roboto', sans-serif;
    font-size: 202px;
    font-weight: 100;
}
.puncts-description{
    position: relative;
    width: 600px;
    line-height: 19px;
    /*top: 50%;*/
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.video-punct{
    position: relative;
    float: left;
    width:330px;
    height: 198px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.video-punct img{
    position: absolute;
    display: block;
    width:100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top:0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    filter: grayscale(100%);
}
.video-punct:hover img{
    filter: grayscale(0%);
}
.color_preview{
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.video-punct-info{
    position: absolute;
    bottom:-56px;
    width:100%;
    height: 56px;
    background-color: #000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.video-punct-like{
    position: absolute;
    display: none;
    right:10px;
    top:10px;
    width: auto;
    min-width: 12px;
    height: 12px;
    background: url(../img/small_like.png) no-repeat;
}
.video-punct-like span{
    position: relative;
    display: block;
    top:2px;
    margin-left: 14px;
    color:#959595;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
}
.video-punct-title{
    position: relative;
    width:280px;
    top:10px;
    margin-left: 15px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.video-punct-title span{
    color:#959595;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
}
.video-punct:hover .color_preview{
    opacity: 1;
}
.video-punct-but{
    position: absolute;
    width:60px;
    height: 60px;
    background: url(../img/preview_play_but.png);
    left:50%;
    margin-left: -30px;
    top:198px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.video-punct:hover .video-punct-but{
    top:44px;
}
.video-punct:hover .video-punct-video{
    top:-28px;
}
.video-punct:hover img{
    top:-28px;
}
.video-punct:hover .video-punct-info{
    bottom:0px;
}

.more-but{
    position: relative;
    float: left;
    width:330px;
    height: 198px;
    overflow: hidden;
    background-color: #ececec;
    cursor: pointer;
}
.more-but-hover{
    position: absolute;
    bottom:0px;
    width:330px;
    height: 0px;
    overflow: hidden;
    background-color: #f47321;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.more-video-info{
    position: absolute;
    left: 30px;
    bottom: 45px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.more-video-info span{
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 300;
    text-transform: uppercase;
}
.more-but-hover .more-video-info{
    color:#fff;
}
.more-but:hover .more-but-hover{
    height: 198px;
}

#video-mov{

}
.video-punct-gif{
    display: none;
}
.video-punct-video{
    position: absolute;
    width:352px;
    height: 198px;
    left:50%;
    margin-left: -176px;
    top:0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}



.paginator{
    position: relative;
    display: none;
    width: 990px;
    left:50%;
    margin-left: -495px;
    height: auto;
    top:30px;
}
.pages{
    position: relative;
    width: 100%;
    text-align: center;
}
.page{
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    width: 30px;
    color:#f47321;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.ie7 .page{
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
.page.disable{
    color:#bbb;
}
.page a{
    cursor: pointer;
}
.page.active a{
    color:#000;
}
.page a:hover{
    color:#000;
}
.page-select{
    position: absolute;
    width:100%;
    height: 2px;
    top:50%;
    background-color: #f47321;
    display: none;
}
.prev-page{
    position: absolute;
    left:0px;
    top:13px;
    width:11px;
    height: 22px;
    background: url(../img/page_lr.png) left top;
    cursor: pointer;
}
.prev-page:hover{
    background-position: left bottom;
}
.next-page{
    position: absolute;
    right:0px;
    top:13px;
    width:11px;
    height: 22px;
    background: url(../img/page_lr.png) right top;
    cursor: pointer;
}
.next-page:hover{
    background-position: right bottom;
}



#video-layer{
    position: fixed;
    width:0px;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999999;
    overflow: hidden;
    visibility: hidden;
    top: 0px;
}
#video-layer.active{
    visibility: visible;
}
#video-layer-video{
    position: absolute;
    width:100%;
    height: 100%;
}
#video-layer-video iframe{
    position: absolute;
    width:80%;
    height: 80%;
    display: block;
    z-index: 100;
    left: 10%;
    top: 10%;
}
/*#blur_video{*/
    /*position: absolute;*/
    /*width:100%;*/
    /*height: 100%;*/
    /*background-color: #000;*/
/*}*/
#video_mov{
    position: absolute;
    width:70%;
    height:auto;
    left:50%;
    top:50%;
}
#video-close{
    position: absolute;
    left:50%;
    margin-left: -20px;
    top:35px;
    width:40px;
    height: 40px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background: url(../img/video_close.png);
    cursor: pointer;
    border-radius: 20px;
}
#video-close:hover{
    background-position: 0px -40px;
    background-color: #fff;
}
#video-share{
    position: absolute;
    right:50%;
    height: 44px;
    width:132px;
    background: #000 url(../img/share_icon.png) no-repeat 100px 11px;
    top:50%;
    margin-top: -22px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#video-share span{
    position: absolute;
    display: block;
    top:0px;
    margin-left: 13px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 44px;
    font-weight: 700;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.video-socials{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    cursor: pointer;
}
.video-social{
    position: absolute;
    top:44px;
    width:44px;
    height: 44px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background: url(../img/video_socials.png);
}
.video-social.fb{
    left:0px;
    background-color: #448ccb;
    background-position: 0px 0px;
}
.video-social.tw{
    left:44px;
    background-color: #00bff3;
    background-position: -44px 0px;
}
.video-social.gg{
    left:88px;
    background-color: #ff5747;
    background-position: -88px 0px;
}
.video-social.fb:hover{
    background-color: #fff;
    background-position: 0px -44px;
}
.video-social.tw:hover{
    background-color: #fff;
    background-position: -44px -44px;
}
.video-social.gg:hover{
    background-color: #fff;
    background-position: -88px -44px;
}
#video-share:hover .video-social.fb{
    top:0px;
}
#video-share:hover .video-social.tw{
    top:0px;
}
#video-share:hover .video-social.gg{
    top:0px;
}
#video-share:hover{
    background-position: 100px -33px;
}
#video-share:hover span{
    top:-44px;
}

.video-but{
    position: absolute;
    width:91px;
    height: 91px;
    left:50%;
    top:50%;
    margin-left: -45px;
    margin-top: -45px;
    background: url(../img/play_pause_video.png);
    cursor: pointer;
}
.video-but.pause{
    background-position: left bottom;
}

#video-control{
    position: absolute;
    width:100%;
    height: 100%;
    left:0px;
    top:0px;
}
#video-progressbar{
    position: absolute;
    left:50%;
    top:50%;
    width: 100%;
    height:20px;
    cursor: pointer;
    overflow: hidden;
}
#video-progressbar-bars{
    position: absolute;
    width: 100%;
    height:20px;
    top:16px;
    left:0px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
#video-progressbar:hover #video-progressbar-bars{
    top:0px;
}
#video-progress{
    position: absolute;
    top:0px;
    left:0px;
    width: 0%;
    height:20px;
    background-color: rgba(244,115,33,0.5);
}
#video-full{
    position: absolute;
    top:0px;
    right:0px;
    width: 0%;
    height:20px;
    background-color: rgba(0,0,0,0.5);
}
#video-current-time{
    position: absolute;
    top:0px;
    left: 10px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 19px;
}
#video-end-time{
    position: absolute;
    top:0px;
    right: 10px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 19px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#video-end-time.hide{
    opacity: 0;
}











.filter-but{
    position: absolute;
    right:0px;
    top:15px;
    color:#f47321;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 400;
    background: url(../img/filter_arrow.png) no-repeat right bottom;
    cursor: pointer;
}
.filter-but span{
    padding-right: 8px;
}



.filter-block{
    position: absolute;
    top:0px;
    right:0px;
    width:auto;
    height: auto;
    padding-bottom: 40px;
    background-color: #000;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    overflow: hidden;
}
.filter-block.active{
}
.filter-empty{
    position: relative;
    height: 25px;
}
.filter-punct{
    position: relative;
    width:100%;
    right:-100%;
    height: 25px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
.filter-punct span{
    padding-left: 20px;
    padding-right: 45px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}
.filter-punct:hover{
    background-color: #454545;
}
.filter-quantity{
    position: absolute;
    top:0px;
    right:10px;
    color:#898989;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    opacity: 0;
}
.filter-punct:hover .filter-quantity{
    opacity: 1;
}
.filter-close{
    position: absolute;
    right:5px;
    top:5px;
    width:24px;
    height: 24px;
    background: url(../img/filter_close.png);
    cursor: pointer;
    border-radius: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.filter-close:hover{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}



.infograph-punct{
    position: relative;
    float: left;
    width:330px;
    height: 198px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.infograph-punct.big{
    position: relative;
    float: left;
    width:660px;
    height:396px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.infograph-punct img{
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top:0px;
    width:100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    filter: grayscale(100%);
}
.infograph-punct:hover img{
    filter: grayscale(0%);
}

.infograph-punct-info{
    position: absolute;
    right:-330px;
    width:330px;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.infograph-punct-like{
    position: absolute;
    display: none;
    left:25px;
    bottom:20px;
    width: auto;
    min-width: 12px;
    height: 12px;
    background: url(../img/small_like.png) no-repeat;
}
.infograph-punct-like span{
    position: relative;
    display: block;
    top:2px;
    margin-left: 14px;
    color:#959595;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
}
.infograph-punct-title{
    position: relative;
    width:250px;
    top:50%;
    margin-left: 25px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.infograph-punct-title span{
    color:#959595;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
}
.infograph-punct:hover .color_preview{
    opacity: 1;
}
.infograph-punct:hover .infograph-punct-info{
    right:0px;
}



.panoram-punct{
    position: relative;
    float: left;
    width:330px;
    height: 198px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.panoram-punct.big{
    position: relative;
    float: left;
    width:990px;
    height:470px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.panoram-punct img{
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top:0px;
    width:100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    filter: grayscale(100%);
}
.panoram-punct:hover img{
    filter: grayscale(0%);
}
.panoram-punct:hover .color_preview{
    opacity: 1;
}






.virtual-punct{
    position: relative;
    float: left;
    width:330px;
    height: 198px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.virtual-punct.big{
    position: relative;
    float: left;
    width:990px;
    height:470px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.virtual-punct img{
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top:0px;
    width:100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    filter: grayscale(100%);
}
.virtual-punct:hover img{
    filter: grayscale(0%);
}
.virtual-punct:hover .color_preview{
    opacity: 1;
}



.site-punct{
    position: relative;
    float: left;
    width:330px;
    height: 198px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.site-punct img{
    position: absolute;
    display: block;
    width:100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top:0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    filter: grayscale(100%);
}
.site-punct:hover img{
    filter: grayscale(0%);
}
.site-punct-info{
    position: absolute;
    bottom:-56px;
    width:100%;
    height: 56px;
    background-color: #000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.site-punct-like{
    position: absolute;
    display: none;
    right:10px;
    top:10px;
    width: auto;
    min-width: 12px;
    height: 12px;
    background: url(../img/small_like.png) no-repeat;
}
.site-punct-like span{
    position: relative;
    display: block;
    top:2px;
    margin-left: 14px;
    color:#959595;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
}
.site-punct-title{
    position: relative;
    width:280px;
    top:10px;
    margin-left: 15px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.site-punct-title span{
    color:#959595;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
}
.site-punct:hover .color_preview{
    opacity: 1;
}
.site-punct:hover img{
    top:-28px;
}
.site-punct:hover .site-punct-info{
    bottom:0px;
}
.more-puncts-block{
    position: relative;
    display: block;
    margin-top: 30px;
}
.more-puncts-block:after{
    position: relative;
    display: block;
    margin-top: 30px;
    content: "";
    height:1px;
    clear: both;
}

#mobile-menu{
    display: none;
}

#back-btn{
    display: none;
}

@media screen and (max-width: 375px) {
    body{
        min-width: 0;
        overflow-x: hidden;
    }
    #all-content{
        width: 100%;
        overflow-x: hidden;
    }
    #header{
        position: relative;
        height: auto !important;
        overflow: visible;
    }
    #header-bg{
        position: absolute;
        height: 100vh !important;
    }
    #footer{
        position: relative !important;
        display: block;
    }
    #main-menu{
        display: none;
    }
    .header-index-menu-bg{
        display: none;
    }
    .header-index-menu{
        position: relative;
        bottom: auto;
        height: auto;
        width: auto;
        left: 0;
        margin: 20px 20px 0;
    }
    #header-info {
        position: relative;
        left: 0;
        padding-top: 20px !important;
        padding-bottom: 20px;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    #main-logo{
        position: relative;
        display: block;
        top: 0 !important;
        left: 20px !important;
        width: 95px !important;
        height: 47px !important;
        background-size: cover;
    }
    #header-gray-line{
        top: 90px !important;
    }
    #top-contacts{
        display: none;
    }
    #header-socials{
        display: none;
    }
    #top-info{
        position: relative;
        display: block;
        margin: 0 20px;
        left: 0;
        margin-top: calc(50vh - 200px) !important;
        top: 0 !important;
        width: auto;
        font-size: 17px;
        line-height: 23px;
    }
    #top-info br{
        display: none;
    }
    #top-complete-title{
        display: none;
    }
    .top-complete-info{
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: auto !important;
        margin: 5px 20px 20px !important;
    }
    .top-complete-info br{
        display: none;
    }
    #top-complete{
        position: relative !important;
        top: 0 !important;
        text-align: center;
        width: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        margin-top: 40px !important;
    }
    .top-complete-item{
        position: relative !important;
        border: none !important;
        display: block;
        left: 0 !important;
        top: 0 !important;
        height: auto !important;
        width: 100% !important;
    }
    .top-complete-hover{
        display: none !important;
    }
    .top-complete-title{
        position: relative !important;
        top: 0 !important;
        font-size: 14px !important;
        line-height: 21px !important;
    }
    .top-complete-title-hover{
        font-size: 14px !important;
        line-height: 21px !important;
    }
    .top-complete-title-hover br{
        display: none;
    }
    .top-complete-title br{
        display: none;
    }
    .top-complete-icon{
        display: none;
    }
    #content{
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        padding-top: 30px;
    }
    .content-block-title{
        font-size: 40px;
        line-height: 40px;
    }
    #index-menu-line{
        display: none !important;
    }
    #video-block{
        width: auto;
        margin: 0 20px;
        left: 0;
    }
    .video-punct{
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 4px;
    }
    .video-punct-video{
        display: none !important;
    }
    .video-punct img{
        object-fit: cover;
    }
    #video-puncts{
        height: auto;
    }
    .more-but{
        width: 100%;
    }
    #infograph-block{
        width: auto;
        margin: 0 20px;
        left: 0;
        margin-top: 50px;
    }
    .infograph-punct{
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 4px;
    }
    .infograph-punct-video{
        display: none !important;
    }
    #infograph-puncts{
        height: auto;
    }
    .infograph-punct.big{
        height: 198px;
        width: 100%;
    }
    .infograph-punct img{
        object-fit: cover;
    }
    #panoram-block{
        width: auto;
        margin: 0 20px;
        left: 0;
        margin-top: 50px;
    }
    .panoram-punct{
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 4px;
    }
    .panoram-punct-video{
        display: none !important;
    }
    #panoram-puncts{
        height: auto;
    }
    .panoram-punct.big{
        height: 198px;
        width: 100%;
    }
    .panoram-punct img{
        object-fit: cover;
    }

    #virtual-block{
        width: auto;
        margin: 0 20px;
        left: 0;
        margin-top: 50px;
    }
    .virtual-punct{
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 4px;
    }
    .virtual-punct-video{
        display: none !important;
    }
    #virtual-puncts{
        height: auto;
    }
    .virtual-punct.big{
        height: 198px;
        width: 100%;
    }
    .virtual-punct img{
        object-fit: cover;
    }

    #site-block{
        width: auto;
        margin: 0 20px;
        left: 0;
        margin-top: 50px;
    }
    .site-punct{
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 4px;
    }
    .site-punct-video{
        display: none !important;
    }
    #site-puncts{
        height: auto;
    }
    .sitepunct.big{
        height: 198px;
        width: 100%;
    }
    .site-punct img{
        object-fit: cover;
    }
    #footer{
        height: auto !important;
        padding: 40px  20px;
        box-sizing: border-box;
    }
    #footer-content{
        position: relative !important;
        display: block;
        left: 0 !important;
        margin: 0 !important;
        width: auto !important;
        height: auto !important;
        border: 0 !important;
    }
    .footer-content-punct{
        top: 0 !important;
        float: none !important;
        display: block;
        margin-bottom: 20px;
        font-size: 14px !important;
        line-height: 24px !important;
    }
    #footer-socials{
        top: 0 !important;
    }
    #footer-bottom{
        position: relative !important;
        display: block;
        width: auto !important;
        height: auto !important;
        left: 0 !important;
        margin: 0 !important;
        top: 0 !important;
    }
    #footer-bottom-info{
        position: relative !important;
        display: block;
        top: 0 !important;
        font-size: 14px !important;
        line-height: 24px !important;
    }
    #burger{
        position: fixed;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #000 url(../img/burger.svg) no-repeat 50% 50%;
        background-size: 20px auto;
        z-index: 2000;
    }
    #close-menu{
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #000 url(../img/close_burger.svg) no-repeat 50% 50%;
        background-size: 20px auto;
        z-index: 2000;
    }
    #mobile-menu{
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3000;
        top: 0;
        background: #000;
        left: 100%;
        height: 100%;
        width: 100%;
        transition: all 300ms ease-in;
    }
    #mobile-menu.active{
        transition: all 300ms ease-out;
        left: 0;
    }
    #mobile-menu a{
        position: relative;
        display: block;
        font-size: 26px;
        line-height: 67px;
        color: #fff;
        text-decoration: none;
    }
    .video-punct-info{
        bottom: 0;
    }
    .video-punct-info-title{
        margin-top: 0 !important;
        top: 0 !important;
        padding: 10px 0;
    }
    .infograph-punct-info{
        right: 0;
        width: 100%;
        height: auto;
        bottom: 0;
    }
    .infograph-punct-title{
        margin-top: 0 !important;
        top: 0 !important;
        padding: 10px 0;
    }
    .site-punct-info{
        right: 0;
        width: 100%;
        height: auto;
        bottom: 0;
    }
    .site-punct-title{
        margin-top: 0 !important;
        top: 0 !important;
        padding: 10px 0;
    }

    #about-contacts{
        width: auto;
        margin: 0 20px;
        left: 0;
    }
    #content-info{
        width: auto;
        margin: 0 20px;
        left: 0;
    }
    .about-first-info{
        width: auto;
    }
    .about-second-punct{
        margin-bottom: 30px;
    }
    .right-about-address {
        position: relative;
        text-align: left;
        margin-bottom: 30px;
    }
    #production-bottom{
        margin-left: 0;
        width: auto;
        left: 0;
        font-size: 16px;
        line-height: 28px;
    }
    #production-bottom span {
        display: block;
        width: auto;
        margin-left: 0;
    }
    #production-top{
        margin-left: 0;
        width: auto;
    }
    #production-icon{
        display: none;
    }
    #production-info-block{
        width: auto;
        height: auto;
        margin-left: 0;
    }
    #production-info-block span{
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
        font-size: 18px;
        line-height: 24px;
    }
    .production-block{
        width: auto;
        margin-left: 0;
    }
    .video-punct-info{
        height: auto;
    }
    .video-punct-title{
        top:0;
        padding: 10px 0;
    }
    .puncts-info{
        width: auto;
        height: auto;
        float: none;
        min-height: 200px;
    }
    .index-menu-punct{
        display: block;
        font-size: 12px;
        line-height: 28px;
    }
    .index-menu-punct.active a{
        color:#f47321;
    }
    .hide-on-mobile{
        display: none;
    }
    #content-title{
        width: auto;
    }
    #big-video-but{
        width: 100%;
        height: 200px;
    }
    #video-content-info{
        width: auto;
    }
    .video-content-info{
        column-count: 1;
    }
    #next-project{
        top: -70px;
        width: auto;
        max-width: calc(100% - 100px);
    }
    #next-project span{
        border: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #back-btn{
        display: inline-block;
        color:#f47321;
        margin-left: 20px;
        margin-top: 30px;
        font-size: 16px;
        line-height: 20px;
        text-decoration: none;
        border-bottom: #f47321 solid 1px;
        font-weight: 300;
    }

    figure{
        margin-left: 0;
        margin-right: 0;
    }
    figure img{
        width: 100%;
    }
}
