/* fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=cyrillic,cyrillic-ext,latin);

/* common */
body {
    font-family: 'Open Sans Condensed', sans-serif;
}
.wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-width: 980px;
}
a { outline: none; }
.panel {
    position: absolute;
    z-index: 110;
    top: -59px;
    left: 0;
    width: 100%;
    height: 90px;
}
.panel .logo {
    width: 200px;
    height: 40px;
    cursor: pointer;
    margin-top: -1px;
}
.panel .line {
    background: #3f3e3e;
    height: 59px;
}
.panel .arrow_down {
    margin-top: 10px;
    margin-left: 94px;
    cursor: pointer;
    width: 12px;
}
.panel .arrow_up {
    float: left;
    margin-top: 25px;
    margin-left: 95px;
    cursor: pointer;
}
.panel .lang {
    float: left;
    margin: 15px 25px 0 30px;
}
.panel .lang a {
    padding: 0 2px;
    color: #991c26;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'helioslightcregular';
    font-weight: normal;
    font-style: normal;
    font-size: 0.7em;
}
.panel .lang a.active {
    color: #585857;
    text-decoration: none;
}
.panel .lang a:hover {
    text-decoration: none;
}
.panel .menu {
}
.panel .menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.panel .menu ul li {
    float: left;
    padding: 14px 10px;
}
.panel .menu ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
}
.panel .menu ul li a.active, .panel .menu ul li a:hover {
    color: #991c26;
}
.panel .develop {
    float: right;
    color: #ffffff;
    padding: 5px 35px 0px 0px;
}
.panel .develop a, .panel .develop a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.panel .develop a span {
    font-size: 13px;
}
.content {
}
.content .bg img {
    position: absolute;
    z-index: -1;
}
/* index */
.zagolovok {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    top: 25%;
    padding: 0 20px;
    position: absolute;
    width: 650px;
}
.zagolovok.left {
    left: 3%;
}
.zagolovok.right {
    right: 5%;
}
.slider {
    position: absolute;
    bottom: 16px;
    right: 27px;
    width: 675px;
    height: 100px;
}
/* project */
.proj {
    position: absolute;
    bottom: 0;
    background: url("../images/fon.png") repeat;
    width: 100%;
    height: 100px;
}
.proj .list {
    float: right;
    padding: 0 50px 0 0;
}
.proj .list .title {
    float: left;
    color: #991C26;
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 35px 20px 0 0;
}
.proj .list .slider_panel {
    width: 875px;
}
#carousel .jcarousel-item.active {
    background: none !important;
}
.proj .list .slider_panel .jcarousel-prev-horizontal {
    background: url("../images/arrows_medium.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 42px;
    left: -35px;
    position: absolute;
    top: 30px;
    width: 22px;
}
.proj .list .slider_panel .jcarousel-prev-horizontal.jcarousel-prev-disabled {
    background: none;
}
.proj .list .slider_panel .jcarousel-next-horizontal.jcarousel-next-disabled {
    background: none;
}
.proj .list .slider_panel .jcarousel-next-horizontal {
    background: url("../images/arrows_medium.png") no-repeat scroll -22px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: -35px;
    top: 30px;
    width: 22px;
}
.proj .list .item {
    float: left;
    padding: 5px;
}
.proj .list .item .thumb .shadow {
    background: url("../images/fon.png") repeat;
    width: 115px;
    height: 80px;
    position: absolute;
    top: 10px;
}
#carousel .jcarousel-item.active .item .thumb .shadow {
    background: none !important;
}
.proj .list .item:hover .thumb .shadow {
    cursor: pointer;
}
.proj .list .item .header, .proj .list .item .desc, .proj .list .item .gallery, .proj .list .item .description1, .proj .list .item .description2 {
    display: none;
}
.proj .list .item .header {
    display: none;
    color: #ffffff;
    margin: -80px 0 0 0;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    width: 95px;
}
.proj .list .item .desc {
    display: none;
    color: #ffffff;
    margin: -35px 0 0 0;
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    width: 95px;
}
.proj .list .item:hover .header, .proj .list .item:hover .desc, .proj .list li.active .item .header, .proj .list li.active .item .desc {
    display: block;
    cursor: pointer;
}
.content .gallery_prev {
    background: url("../images/arrows_big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 82px;
    position: absolute;
    left: 10px;
    top: 40%;
    width: 98px;
    display: none;
}
.content .gallery_next {
    background: url("../images/arrows_big.png") no-repeat scroll -106px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 82px;
    position: absolute;
    right: 10px;
    top: 40%;
    width: 75px;
    display: none;
}
.content .text {
    background: url("../images/fon.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    position: absolute;
    top: 15%;
    left: 10%;
}
.content .text .close {
    background: url("../images/close.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.content .text .block.description1 {
    background: none;
    width: 385px;
    margin: 32px 0;
}
.content .text .block.description2 {
    width: 385px;
    margin: 32px 0;
}
.content .text .block p.header {
    margin: 0 0 -8px 0;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
}
.content .text .block p {
    margin: 0;
    font-size: 20px;
}
/* project2 */
.content .project {
    position: absolute;
    top: 100px;
    left: 2%;
    width: 100%;
}
.content .project .block {
    background: none;
    border: none;
}
.content .project .block.list {
    overflow: hidden;
    border-left: 1px solid #ffffff;
    padding: 0 10px;
}
.content .project .block.scroll {
    float: right;
    overflow: hidden;
}
.content .project .block.fon {
    background: url("../images/fon.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.content .project .block.scroll .list {
    overflow: hidden;
}
.content .project .block.scroll a.up, .content .project .block.scroll a.down {
    display: block;
    background: url("../images/arrows_scroll.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    width: 42px;
    height: 22px;
    margin: 0 auto;
    margin: 10px auto 0;
}
.content .project .block.scroll a.down {
    background: url("../images/arrows_scroll.png") no-repeat scroll 0 -22px rgba(0, 0, 0, 0) !important;
    margin: 0 auto 10px;
}
.content .project .block.scroll .list ul li {
    overflow: hidden;
    float: none;
    display: block;
    padding: 0;
}
.content .project .block.scroll .list ul li div {
    padding: 0;
    height: 80px;
}
.content .project .item {
    cursor: pointer;
    color: #ffffff;
    margin: 0 0 8px;
}
.content .project .show_all {
    color: #ffffff;
    width: 12px;
    position: absolute;
    cursor: pointer;
    margin: 0 0 0 60px;
}
.content .project p {
    font-size: 16px;
    margin: 0;
}
.content .project .block.list p.header {
    font-size: 14px;
}
.content .project p.header {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}
.content .project p.desc {
    font-size: 11px;
}
.content .project .item:hover {
/*    color: #991c26;*/
    text-decoration: underline;
}
.content .project .item.active {
/*    color: #991c26;*/
    font-weight: bold;
}
.content .project .gallery {
    display: none;
}
.content .project .block .item .description1, .content .project .block .item .description2 {
    display: none;
}
.content .project .block.description1, .content .project .block.description2 {
    min-width: 280px;
    max-width: 480px;
}
.content .project .slider {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 27px;
    z-index: 100;
}
.content .project .slider.w {
    bottom: 93px;
}
.content .project .slider.w ul {
    width: 560px;
}
.content .project .slider ul {
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 675px;
}
.content .project .slider ul li {
    float: left;
    list-style: none outside none;
    cursor: pointer;
}
.content .project .slider .jcarousel-item.active {
    background-color: #858383;
    border: 2px solid #cccccc;
    margin: 3px;
}
.content .project .slider .jcarousel-item {
    height: 80px;
    margin: 5px;
    width: 115px;
}
/* library */
.content .library {
    position: absolute;
    top: 30%;
    left: 30px;
}
.content .library .block {
/*    background: url("../images/fon.png") repeat;*/
    border-left: 1px solid #ffffff;
    width: 320px;
    padding: 10px;
    margin: 0;
}
.content .library .block p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
}
/* contact */
.content .contact {
    bottom: 0;
    position: absolute;
    left: 10%;
}
.content .block {
    float: left;
    background: url("../images/line.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #ffffff;
    margin: 0 0 100px 0;
    padding: 0 20px;
    color: #ffffff;
}
.content .block a {
    color: #ffffff;
    text-decoration: none;
}
.content .block a:hover {
    text-decoration: underline;
}
/* about */
.content .about {
    position: absolute;
    left: 10%;
    top: 12%;
}
.content .about .photo {
    bottom: -205px;
    position: absolute;
    right: -500px;
    z-index: 1;
}
.content .about .block {
/*    background: url("../images/line.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);*/
    border-left: 1px solid #ffffff;
    margin: 0 0 5px 0!important;
    padding: 10px;
    width: 630px;
    position: relative;
    color: #ffffff;
}
.content .about .block p.header {
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
}
.content .about .block p {
    margin: 0;
    font-size: 17px;
    text-align: justify;
}
.content .about .director {
    margin: 135px 0 0 515px;
    color: #ffffff;
}
.content .about .director .fio {
    font-weight: bold;
    font-size: 14px;
}
.content .about .director .post {
    font-size: 12px;
}
/* clients */
.content .clients {
    bottom: 50px;
    position: absolute;
    left: 10%;
}
.content .clients .block {
    float: left;
    background: none;
    margin: 0 0 100px 0;
    padding: 0 20px;
    color: #ffffff;
    width: 350px;
}
.content .clients .block p.header {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 36px;
}
.content .clients .block p {
    margin: 0;
    font-size: 16px;
}
/* principles */
.content .principles {
    bottom: 0px;
    position: absolute;
    left: 10%;
}
.content .principles .block {
    float: left;
    background: none;
    margin: 0 0 100px 0;
    padding: 0 20px;
    color: #ffffff;
    width: 350px;
}
.content .principles .block p.header {
    height: 50px;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 36px;
}
.content .principles .block p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
}
@media screen and (max-width: 1280px) {
    .content .principles .block { width: 300px; }
    .content .principles .block p.header { height: 70px; }
}
@media screen and (max-width: 1024px) {
    .content .principles { top: 70px; }
    .content .principles .block { width: 250px; }
    .content .principles .block p.header { height: 100px; }
}
@media screen and (max-width: 980px) {
    .content .principles { left: 2%; top: 70px; }
    .content .principles .block { width: 270px; }
    .content .principles .block p.header { height: 70px; }
    .content .principles .block p { font-size: 15px; }
}
/* stage */
.content .stage {
    bottom: 50px;
    position: absolute;
    left: 10%;
}
.content .stage .block {
    float: left;
    background: none;
    margin: 0 0 100px 0;
    padding: 0 20px;
    color: #ffffff;
    width: 350px;
}
.content .stage .block p.header {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 36px;
}
.content .stage .block ul { list-style: outside none none; }
.content .stage .block ul li { margin: 0 0 15px 0; }
.content .stage .block a { font-size: 16px; color: #ffffff; text-decoration: none; }
.content .stage .block .active a { font-weight: bold; }
.content .stage .block p {
    margin: 0;
    font-size: 16px;
}
.content .stage .block p.desc { display: none; }
.content .stage .block p.desc.active { display: block; }
@media screen and (max-width: 1280px) {
    .content .stage .block { width: 300px; }
}
@media screen and (max-width: 1024px) {
    .content .stage .block { width: 250px; }
}
@media screen and (max-width: 980px) {
    .content .stage { left: 2%; top: 50px; }
    .content .stage .block { width: 250px; }
}
/* screens */
@media screen and (max-width:1419px){
    .content .project {
        position: absolute;
        top: 100px;
        left: 2%;
    }
    .content .block {
        width: 280px;
    }
    .content .library {
        position: absolute;
        bottom: 0;
        left: 2%;
    }
    .content .library .block {
        margin: 0 0 20px 0;
    }
    .content .about {
        position: absolute;
        top: 12%;
        left: 15%;
    }
}
@media screen and (max-width:980px){
    .proj .list .item:hover .header, .proj .list .item:hover .desc {
        display: none;
        cursor: pointer;
    }
}
/* other */
div.mp3 {
    color: #3F3E3E;
    padding-top: 16px;
}
#system-load {
    position:fixed;
    top:0;
    left:0;
    background: #ffffff;
    width:100%;
    height:100%;
    z-index:99999999;
    opacity: 0.9;
}
#system-load img {
    position: relative;
    top: 25%;
}
/*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
#blind {
    background: none repeat scroll 0 0 #1a1a1a;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.formPopup {
    display: none;
    height: 25px;
    width: 175px;
    position: absolute;
    z-index: 1001;
    color: #ffffff;
    font-size: 20px;
}
.share {
    margin: 40px 0 0 0;
}
.share a {
    margin: 0 5px;
}