
/* ==========================================================================
   Made by KATANA.
   http://katanaweb.ru
   ========================================================================== */


/*Common styles*/

html,body{
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    height: 100%;
    min-height: 100%;
    padding: 0;
    position: relative;
    color:#000;
    background: #E6E6E6;
}

body{
    overflow-y:scroll;
}

body.main_body{
    overflow-y:visible!important;
    overflow-x: hidden!important;
}

p{
    line-height:160%;
}

a{
    color:#00B1FF;
    text-decoration: none;
    -webkit-transition:all .2s ease;
}

a:hover{
    color:#42A6C8;
    text-decoration: none;
    -webkit-transition:all .2s ease;
}

h1,h2,h3,h4,h5,h6{
    color:#000;
    font-weight:300;
    line-height:120%;
}
h1{
    float:left;
    color:#fff;
    font-size:40px;
    margin: 40px auto 10px 0;
    width:600px;
}

h2{
    font-size:28px;
}

h3{
    font-size:16px;
    margin:0;
    line-height:160%;
}

hr{
    color:#ccc;
    background: #ccc;
    clear:both;
    border:0;
    height:2px;
}

hr.black{
    color:#000;
    background: #000;
}

hr.clear{
    height:0;
}

.left{
    float:left!important;
}

.right{
    float:right!important;
}

.clear{
    clear:both;
}

.no-margin{
    margin:0!important;
}

.content p{
    line-height:140%;
}


strong{
    font-weight: normal;
    font-family: robotoregular, sans-serif;
}


.main-wrapper{
    width:100%;
    position:relative;
    min-height:100%;
    background: #fff;
    /*overflow:hidden;*/
}


header, section, .top-content, .wrapper, .content, .footer-inner, .content-bl{
    width: 900px;
    margin: 0 auto;
    position: relative;
}

header{
    z-index:9999;
}

.top-content{
    z-index: 9999;
}

.map-top-content{
    margin-top:0;
    padding-top:0;
    height: 98px;
}


.margin-wrapper{

}


.section-wide, .wrapper-wide{
    width:100%;
    padding:0;
}

.content-bl {
    overflow:hidden;
}

.content {
    padding-bottom:260px;
}



.text-right{
    text-align: right;
}

.pad-correct{
    padding-bottom: 161px;
}



/* header */


.black{
    background:#000;
    color:#fff;
    overflow:hidden;
}

.black-transparent{
    background:url('/assets/img/map-bg.png');
}

.tc-text{
    width:870px;
    font-size:18px;
    margin-bottom:40px;
}

.logo{
    width: 300px!important;
}

.logo a{
    background: transparent!important;
    padding: 0!important;

}

ul.nav{
    list-style: none;
    padding:0;
    float:left;
}

.nav-item, .nav-item-short{
    display:block;
    float:left;
}

.nav-item a, .nav-item-short a{
    display:block;
    background: url('/assets/img/nav-item-bg.png');
    padding:12px 16px;
    margin:1px;
    color:#fff;
    font-family:robotoregular, sans-serif;
    height:43px;
    width:266px;
    font-size:16px;
}

.nav-item-short a{
    width:116px;
}

.nav-item a:hover, .nav-item-short a:hover, .nav-item-short a.active:hover, .nav-item a.active:hover{
    background:url('/assets/img/nav-item-bg-hover.png');
    text-decoration: none;
}

.nav-item a.active, .nav-item-short a.active{
    background:#10a9df;
    text-decoration: none;
    -webkit-transition:none;
}

.fake-item-short{
    float:left;
    display:block;
    padding:12px;
    margin:1px;
    color:#fff;
    font-weight:400;
    height:43px;
    width:274px;
}


/*events*/
.event-title{
    width:270px;
    font-size:16px;
    margin:15px auto;
}

.event-text{
    width:600px;
    margin:15px auto;
}

.event-text p{
    margin:0;
    width:90%;
}

hr.event-divider{
    height:1px;
    color:#e6e6e6;
    background: #e6e6e6;
}

.event-more{
    display:block;
    color:#fff;
    padding:10px 60px;
    background: url('/assets/img/services-tick.png') 20px center no-repeat #00CCFF;
    margin:30px 0;
}

.event-more:hover{
    background: url('/assets/img/services-tick.png') 20px center no-repeat #02A6D1;
    color:#fff;
}

/*services*/

.service_list{
    margin:0;
    padding:0;
    list-style: none;
}

.service{
    width:100%;
    color:#fff;
    overflow: hidden;
}

.service .service-content{
    color:#000;
    background: #f6f6f6;
    position:relative;
}

.service h2{
    background:#1A1A1A;
    border-top:1px solid #2a2a2a;
    margin:0 auto;
    width:100%;
    height:60px;
    line-height:60px;
    -webkit-transition:all .2s ease;
    font-size:24px;
}

.service h2 span{
    margin:0 auto;
    width:870px;
    color:#fff;
    display:block;
    background: url('/assets/img/services-tick.png') left center no-repeat;
    padding-left:30px;
}

.service h2.selected span{
    background: url('/assets/img/services-tick-up.png') left center no-repeat;

}

.service h2.selected{
    background:#000;
    color:#000;
    -webkit-transition:all .2s ease;
}

.service h2:hover{
    background: #000;
    cursor:pointer;
    -webkit-transition:all .2s ease;
}

.service h2:hover span{
    color:#fff;
}

.service_title{
    font-size:24px;
    width:100%;
    display: block;
}

.service_text{
    width:600px;
    max-width: 600px;
}

.service_right{
    position: absolute;
    top: 0;
    right: -200px;
    width: 50%;
    /*height: 100%;*/
    background: #fff;
    margin-left: 300px;
}

.service_cases{
    padding:10px 0 20px 35px;
    border-left: 1px solid #ccc;
}

.service_cases h3{
    font-size:24px;
}


/*partners*/

.partner-item, .client-item{
    display:inline-block;
    vertical-align:top;
    width:300px;
    margin:50px -2px 0 -2px;
    text-align:center;

}

.partner-item img, .client-item img{
    margin:5px auto;
}

.partner-item span,.client-item span.client-desc{
    padding:0 10px;
    width:280px;
    display:block;
}

.client-item span.client-desc{
    height:75px;
    text-decoration: underline;
}

.client-item a{
    display:block;
    color:#000;
    position:relative;
}

.client-item a:hover, .client-item a.active{
    color:#0090C0;
}



/*footer*/

footer {
    height: 160px;
    margin: -161px auto auto;
    position: relative;
    background: #e6e6e6;
    border-top:1px solid #ccc;
    width:100%;
}

.footer-inner{
    font-size: 13px;
}

footer div{
    width:300px;
    margin:0;
}

ul.footer-nav{
    list-style: none;
    margin:0;
    padding:20px 0;
    line-height:180%;
}

.footer-nav a, .footer-nav{
    color:#666;
}

.footer-nav .footer-nav-job-link {
    color: #00B1FF;
    font-weight: 800;
}

.footer-nav a:hover{
    color:#00B1FF;
}



a.case-link{
    display:block;
    width:250px;
    padding-left:30px;
    background: url('/assets/img/case-tick.png') top left no-repeat;
    line-height:20px;
}

a.case-link:hover{
    background:url('/assets/img/case-tick-hover.png') top left no-repeat;
}

.cases{
    text-align:left;
}

.cases h2{
    font-size:24px;
    margin:30px auto
}

.response-header{
    display: block;
    margin: 27px 0 15px 0;
}

.left-cases{
    width:540px;
}

.right-responses{
    font-family:robotolight_italic;
    width:270px;
    margin-bottom: 30px;
}

.right-responses img.response{
    width:97%;
    display:block;
    margin:10px auto 35px auto;
    border:1px solid #ccc;
}

.right-responses img.response:hover{
    border:4px solid #00CCFF;
    margin:-3px auto 32px auto;
    cursor:pointer;
}

.response-author{
    font-style:normal;
    font-size:13px;
    margin:20px auto;
}




/*scale*/
.scale{
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    /*opacity:0;*/
    z-index:2;
    opacity:0;
}

.scaled{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition:all 3s;
    /* z-index:1001; */
    opacity:1;




}

#tab-container{
    float:left;
    height:60px;
    width:100%;
    margin: 30px auto;
}

#tab-container ul.tabnames{
    list-style: none;
    margin:20px 0;
    padding:0;
    float: left;
    width: 100%;
    border-bottom: 2px solid #E6E6E6;
}

#tab-container ul.tabnames li{
    float: left;
    position:relative;
    margin:0 20px 0 0;
    height:22px;
}

#tab-container ul.tabnames li a{
    color:#000;
    display:block;
    top:0;
    left:0;
    height:24px;
    box-sizing: border-box;
    padding: 0 10px;
    font-weight: 300;
}

#tab-container ul.tabnames li.active a{
    font-weight: 400;
    border-bottom:4px solid #00CCFF;
}

.katana-copyright, .shishki-copyright{
    background: url("/assets/img/katana-copyright-black.png") 100% 50% no-repeat;
    display: block;
    font-size: 12px;
    padding-right: 105px;
    line-height: 26px;
}

.katana-copyright:hover{
    background: url("/assets/img/katana-copyright.png") 100% 50% no-repeat;
}

.katana-copyright span, .shishki-copyright span{
    display:none;
}

.shishki-copyright{
    background: url("/assets/img/shishki-copyright-black.png") 100% 50% no-repeat;
    padding-right: 68px;
}

.panel-container{
    float:left;
    height:100px;
   
}

.panel-container:hover{
    cursor:pointer;
}

.panel-container img{
    

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    opacity:.6;
}



.fake-7{
    float: right;
}

.header-main .nav-item a, .header-main .nav-item-short a{
    height:64px;
}

.nav-item p{
    font-size: 20px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    margin:0px auto 25px auto;
}

.tick-right{
    position: absolute;
    top: 17px;
}








/*Solutions_1C styles*/

    .solutions_1c{
        width:100%;
    }
    
    .solutions_1c td, .solutions_1c th{
        border-bottom:1px solid #ccc;
        vertical-align: top;
        padding:14px 0
    }
    
    .solutions_1c td.price_1c{
        white-space:nowrap;
    }
    
    .solution_1c{
        color: #00B1FF;
        -webkit-transition: all .2s ease;
    }
    
    .solution_1c:hover{
        color: #42A6C8;
        -webkit-transition: all .2s ease;
        cursor:pointer;
    }
    
    .b-modal-inner{
        padding: 30px;
        font-family: robotoregular;
    }
    
    .b-modal-inner h3{
        font-size: 28px;
        line-height: 120%;
    }
    
    .b-modal-inner .price{
        font-size:16px;
        padding: 15px 0;
        margin:0 0 15px 0;
        border-bottom:1px solid #e6e6e6;
    }
    
    .b-modal-inner p, .b-modal-inner ul, .b-modal-inner ol{
        font-size: 16px;
    }
    
   .scroller {
        overflow-y: scroll;
        /* -webkit-overflow-scrolling: touch; *//* uncomment to accelerate scrolling on iOS */
    }
    .scroller::-webkit-scrollbar { /* Prevents webkit cross-direction scrolling bug */
        width: 0;
    } 
    
    
    
    /* CSS styles in this file are need for proper Baron work */

   
     
    .scroller__bar_h {
        bottom: 2px;
        height: 8px;
    }
    .scroller__bar {
        position: absolute;
        z-index: 1;
        width: 4px;
        right: 260px;
        background: #987;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        pointer-events: auto;
    }
    .baron .scroller__bar:hover {
        opacity: .8;
    }
    
    .baron .scroller__bar-wrapper{
        background: rgba(0, 0, 0, .2); 
    }
    
    .scroller::-webkit-scrollbar {
        width: 0;
    }
    
    
    .baron .scroller__bar {
        opacity: .6;
    }
    .baron_h .scroller__bar_h {
        opacity: .6;
        bottom: 30px;
    }










@media only screen and (min-width: 1300px) {


    header, section, .top-content, .wrapper, .content, .footer-inner, .content-bl{
        width: 1200px;

    }

    .section-wide, .wrapper-wide {
        width: 100%;

    }



    .fake-item{
        float:left;
        display:block;
        padding:12px;
        margin:1px;
        color:#fff;
        font-weight:400;
        height:43px;
        width:274px;
    }

    .top-content{
        margin-top: 40px;

    }
    
    .map-top-content{
    margin-top:0;
    padding-top:40px;
    }

    .service h2 span {
        width: 1170px;
    }

    .event-text {
        width: 870px;
    }

    .fake-item-short{
        display:none;
    }

    .left-cases, .service_text{
        width: 740px;
        max-width: 740px;
    }

    
    
    .scroller__bar {
        right: 410px;
    }
    

}


@font-face {
    font-family: 'robotoitalic';
    src: url('roboto-italic-webfont.eot');
    src: url('roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-italic-webfont.woff') format('woff'),
    url('roboto-italic-webfont.ttf') format('truetype'),
    url('roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-light-webfont.woff') format('woff'),
    url('roboto-light-webfont.ttf') format('truetype'),
    url('roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight_italic';
    src: url('roboto-lightitalic-webfont.eot');
    src: url('roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-lightitalic-webfont.woff') format('woff'),
    url('roboto-lightitalic-webfont.ttf') format('truetype'),
    url('roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-regular-webfont.woff') format('woff'),
    url('roboto-regular-webfont.ttf') format('truetype'),
    url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}