@charset 'utf8';

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900,300&subset=latin,latin-ext,cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin,latin-ext);

* {
   margin: 0;
   padding: 0;
   -webkit-margin-before: 0em;
   -webkit-margin-after: 0em;
	 font-family: Roboto, Lato, sans-serif;
	 font-weight: 300;
}

a {
	color: #0049a3;
}
a:hover {
    text-decoration: none;
}
img {
	border: none;
}

html {
    overflow-x: hidden;
    min-width: 320px;
}

html, body {
    width: 100%;
    height: 100%;
    line-height: 25px;
    color: #0f1e34;
}

body {
    margin:0;
    padding:0;
    font-size:16px;
    min-width: 320px;
    position: relative;
}

h1, h2, h3 {
    font-weight: normal;
}


 h2 {
    font-size: 32px;
		font-weight: 900;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 51px;
    color: #0f1e34;
}
h2:before {
    content: " ";
    background: #db2828;
    position: relative;
    top: 0px;
    display: block;
    width: 68px;
    height:7px;
    margin-bottom: 24px;
}

h3 {
    color: #db2828;

    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 4px;
    font-size: 18px;
}

.clear {
    clear: both;
}

ul {
    list-style-type: none;
}

.big1 {
    font-size: 26px;
    line-height: 40px;
    -webkit-text-size-adjust: 100%
}

.big2 {
    margin-top: 27px;
    line-height: 28px;
    font-size: 16px;
    -webkit-text-size-adjust: 100%
}
/* *********************************************************************************************************************
 * GRID
 * One% CSS Grid
 */
.main-container {
    margin: 0 auto;
    padding: 0 1% 0 0;
    max-width: 1200px;
    position: relative;
}

.onerow {
    padding: 0 20px;
}
.onerow:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    display: block;
    vertical-align: top;
    margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
    margin: 0;
}

.col4.inner.empty {
    display: none;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
    width: 100%;
    height: auto;
    display: block;
}
/*
header {
    margin-top: 45px;
}*/
.min-top-header {
    margin-top: 45px;
}
.logo {
   width: 80px;
   float: left;
}
#logo, #popup-logo  {
     height: 34px;
     width: 69px;
     display: block;
     background: url('/templates/frontend/images/logo.png') no-repeat;

     -webkit-background-size: 69px 34px;
     -o-background-size: 69px 34px;
     -moz-background-size: 69px 34px;
     background-size: 69px 34px;
 }
#small-logo{
    height: 25px;
    width: 46px;
    display: block;
    background: url('/templates/frontend/images/logo.png') no-repeat;

    -webkit-background-size: 46px 25px;
    -o-background-size: 46px 25px;
    -moz-background-size: 46px 25px;
    background-size: 46px 25px;
}
#popup-logo  {
    margin-top: 20px;
}
#small-logo  {
    margin-top: 15px;
}

/******small menu******/
.small-menu-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: none;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    min-width: 320px;
}

.small-menu-wrapper:hover {
    background-color: rgba(255, 255, 255, 1);
}

.small-nav {
    text-transform: uppercase;
    margin-top: 15px;
}


.small-nav a {
    text-decoration: none;
    color: #555;

    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    overflow:hidden;
}

.small-nav.selected a {
    color: #555555;
}

.small-nav a:hover {
    cursor: pointer;
}
#menu-indicator {
    width: 10px;
    height: 10px;
    overflow:hidden;
    margin-left: 10px;
    vertical-align: bottom;

    display: inline-block;
    position: absolute;
    margin-top: 8px;
}

#menu-indicator.selected .indicator-icon {
    margin-top:  0px;
}

#menu-indicator .indicator-icon {
    position: absolute;
    width: 10px;
    height: 20px;
    display: block;
    margin-top: -10px;
    background: url(/templates/frontend/images/icons/menu_small_ext2.png) no-repeat right 0;
    -webkit-transition: margin 1s ease;
    transition: margin 1s ease;
}


#langbar-min {
    margin-top: 15px;
    min-width: 65px;
}

#langbar-min li {
    display: inline-block;
    vertical-align: top;
}

#langbar-min li a {
    color: #ccc;
    text-transform: uppercase;

    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
#langbar-min li:first-child {
    margin-right: 20px;
}

header .right {
    width: auto;
   float: right;
   text-align: right;
   margin-top: 5px;
}

header .right a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;

    font-weight: 700;
}

header .right li {
    display: inline-block;
}
address {
    font-style: normal;
}
nav.main {
    display: inline-block;
    text-align: right;
    margin-right: 30px;
}

nav.main ul li a {
    padding: 15px 25px;
    box-sizing: border-box;
    border: 1px solid transparent;
}

nav.main ul li a:hover, nav ul li.selected a  {
    border: 1px solid #a1abb3;
}

nav.main ul li.selected a  {
    margin: 0 1px;
}

nav.main li:hover {
    cursor: pointer;
}


.sub-menu-bg {
    height: 240px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}
.sub-menu-position {
    position: relative;
    height: 1px;
}

.services-sub-menu {
    height: 240px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.services-sub-menu .frame {
    padding-top: 30px;
}

.services-sub-menu a {
    font-size: 14px;
}

.services-sub-menu h2 {
    font-size: 18px;

    font-weight: 700;
    color: #ff0505;
    margin-bottom: 15px;
    margin-top: 15px;
}

.submenu a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    padding: 0;
    margin: 0;
}

#langbar, #langbar2 {
    display: inline-block;
    width: 80px;
    text-align: right;
}
#langbar a, #langbar2 a {
    padding: 0px 9px;
}

#langbar2 li {
    display: inline-block;
}
#langbar2 li  a {
  color:   #9799a3;
    text-decoration: none;
}

#langbar2 li  a:hover {
    color: #db2828;
}

/*******popup menu************/

#popup-menu-block {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    display: none;
}
#popup-menu-block:hover {
    background-color: rgba(255, 255, 255, 1);
}

#popup-menu-block .right {
    font-weight: 300;
    float: right;
    margin: 0;
    width: auto;
    font-size: 14px;
    text-align: right;
    padding-top: 25px;
}

#popup-menu-block .right a {
    font-size: 15px;

    font-weight: 700;
}
#popup-menu, #nav-popup {
    display: inline-block;
    margin-right: 30px;
}
#nav-popup ul li.selected a {
    border: 0;
}

#popup-menu li:hover {
    cursor: pointer;
}

#popup-menu li {
    padding: 0;
    margin: 0;
    display: inline;
}

#popup-menu li.selected {
    font-weight: 500;
}

#popup-menu a {
    font-size: 14px;
    padding-top: 4px;
    box-sizing: border-box;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
    color: #9799a3;
    text-transform: uppercase;
}
#popup-menu a:hover {
    text-decoration: none;
    color: #db2828;
}
#popup-menu a.selected, #popup-menu li.selected a {
    color: #555555;

    font-weight: 700;
}
#popup-menu a.selected:hover {
    color: #db2828;
}

/*-------------small menu dropdown-------------*/
#small-top-menu {
    display: none;
    list-style-type: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    background: #000;
    z-index: 99999;
}
#small-top-menu li {
    border-top: 1px #363636 solid;
}

#small-top-menu li:first-child{
    border-top: 0;
}

#small-top-menu li a {
    color: #db2828;
    text-transform: uppercase;
    text-decoration: none;

    font-weight: 700;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 23px 0 25px 0;
}

#small-top-menu li a:hover {
    color: #fff;
}

.short-txt {
    display: none;
}

/******footer******/

.footer-wrapper {
    background: #1d2f43;
    padding: 120px 0 55px 0;
    color: #fff;
}

.footer .name {

    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
    color: #fff;
}

.footer p {
    line-height: 24px;
    font-size: 14px;

}

.footer a {
    color: #db2828;
    text-decoration: none;
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.footer-wrapper .copyright {
    text-transform: uppercase;

    font-weight: 700;
    font-size: 13px;
    /*opacity: 0.3;*/
    color: #5f6c7a;
    margin-top: 84px;
}
.footer-wrapper .copyright-info, .footer-wrapper .copyright-info span, .footer-wrapper .sitemap-link {
    font-weight: bold;
}
.footer-wrapper .sitemap-link:hover {
    cursor: pointer;
}
.footer  a.product {
    padding: 30px;
   /* padding: 40px;*/
    border: 1px solid #4a5969;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;

    font-weight: 700;
}
#sitemap {
    display: none;
  /*  background: rgba(28, 47, 68, 0.95);*/
   /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    height: 100%;*/
    width: 100%;
    color: #fff;
    z-index: 999999999;
}

#sitemap .sitemap-logo {
    margin-top: 50px;
    width: 69px;
    height: 34px;
    background: url('/templates/frontend/images/logo.png') no-repeat;
}
#sitemap h2:before {
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#sitemap h2 {
    font-size: 100px;
    line-height: 100px;
    margin: 40px 0 65px 0;
    color: #fff;

}
#sitemap a {
    display: block;
    color: #de251f;
    text-decoration: none;
}
#sitemap a.sitemap-top {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

#sitemap .sitemap-close.inner {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 105px 13px 35px;
    margin-top: 40px;
    margin-bottom: 50px;
    border: 1px #536171 solid;
    background: url('/templates/frontend/images/close-popup2.png') no-repeat right 30px center;
}

#sitemap .col3.services {
    padding-bottom: 25px;
}
#sitemap .sitemap-sub {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}
#sitemap .sitemap-sub.first {
    margin-top: 0;
}
#sitemap .white {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
#close-sitemap {
    width: 37px;
    height: 35px;
    background: url('/templates/frontend/images/close-popup-red.png') no-repeat;
    position: fixed;
    top: 0;
    right: 0;
}

.footer  a.product  div {
    background: url('/templates/frontend/images/footer-arrow.png') no-repeat  right center;
    line-height: 35px;
    padding-right: 35px;
}

#footer-dialog {
    display: none;
}
.requisites-popup {
    margin-top: -30px;
    color: #555555;
    padding: 15px 15px 0 15px;
}
.requisites-popup h3 {
    color: #0f1e34;
    font-size: 18px;
    text-transform: none;
    margin-top: -5px;

}
.requisites-popup a, .requisites-popup a:hover {
    text-decoration: none;
}

.requisites-popup p {
    margin: 15px 0;
}

/*----------popup window-------------*/
.ui-widget-overlay {
    opacity: .70;
    filter:Alpha(Opacity=70);
    background: #000;
}
.ui-widget-content a {
    color: #555;
    font-size: 14px;
    outline: none;
}
.ui-widget-header, .ui-dialog .ui-dialog-title {
    background: none;
    color: #fff;

    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: default;
}

#dialog p, .ui-widget {

    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none
    border: 0;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 0;
}
.ui-icon-closethick {
    background-image: url('/templates/frontend/images/close-popup.png') !important;
    background-position: left top !important;
    margin: 0 !important;
}
.ui-button-icon-only .ui-icon {
    left: auto;
    top: 8px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 20px;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick, .ui-button-text {
    width: 37px !important;
    height: 36px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: -1px;
    right: -3px;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0 !important;
}

.ui-dialog .ui-dialog-content {
    padding: 20px;
}

.ui-front {
    z-index: 999999999;
}

/*
==========================================================================================================================================
CSS3 ANIMATION CHEAT SHEET
==========================================================================================================================================
Made by Justin Aguilar
www.justinaguilar.com/animations/
*/

/*============slideDown===============================*/
.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    visibility: visible !important;
    opacity: 1;
}

@keyframes slideDown {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    50% {
      opacity: 0.3;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}

/*============slideUp===============================*/
.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    visibility: visible !important;
    opacity: 1;
}

@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(30px);
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}
/*==========================================ANIMATIONS END=========================================================================

/*
***************media queries**********************************************************
*/

/*--------------------------*/
@media all  and (max-width:850px) {
    nav.main ul li a {
        padding: 15px;
    }

    #sitemap h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media all and (min-width: 481px) and (max-width: 1025px) {
    .col3 { width: 48%; }
    .col6, .col9 { width: 99%; }

    .col3.header {
        width: 99%;
    }

    .col4.inner {
        width: 48%;
    }
    .main-container {
        max-width: 900px;
    }
}
/*------------------------*/

@media all    and (max-width:1025px) {
    .main-menu {
        display: none;
    }
    .small-menu-wrapper {
        display: block;
    }

    #small-menu .col3.last {
        text-align: right;

    }
    #small-menu .col3 { width: 22.5%; }
    #small-menu .col6 { width: 48%; text-align: center; }
    #small-menu .col3 {
        float: left;
        display: block;
        vertical-align: top;
    }
    .footer .col3 {
        width: 47%;
        margin-bottom: 75px;
    }

    #popup-menu-block {
        display: none !important;
    }
    .logo {
        width: 50px;
    }

    .footer-wrapper{
        padding-bottom: 30px;
        padding-top: 60px;
    }
    .footer-wrapper .copyright {
        margin-top: 30px;
    }

    .footer .col3 {
        margin-bottom: 30px;
    }

    .long-txt {
        display: none;
    }
    .short-txt {
        display: block;
    }

}

/*------------------------*/
@media all   and (max-width:480px) {

    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
      /*  float: none;*/
        width: 99%;
    }

    html {
        overflow-x: auto;
    }

    .big1 {
        font-size: 20px;
        line-height: 32px;
    }

    #langbar-min {
        position: static;
        right: 0;
    }

    #small-menu .onerow {
        position: relative;
    }

    #small-menu .col3, #small-menu .col6 {
        position: absolute;
        float: none;
    }

    #small-menu .col3 {
          width: 70px;
    }
    #small-menu .col3.last {
        right: 20px;
        width: 70px;
    }
    #small-menu .col6 {
        left: 70px;
        right: 90px;
        text-align: center;
        width: auto;

    }
    .small-nav {
        text-align: center;
        margin: 15px auto 0 auto;
        min-width: 60px;
    }

    .footer-wrapper {
        padding-top: 90px;
    }
    .footer .col3 {
        margin-bottom: 50px;
        width: 99%;
    }
    .footer a.product {
        padding: 20px 30px;
    }

    #sitemap h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
/*------------------------*/
@media all   and (max-width:300px) {
    #small-menu .col6 {
        left: 100px;
        width: 60px;
    }

    #small-menu .col3.last {
        left: 200px;
    }
}
/*------------------------*/
@media all   and (max-width:290px) {
    #small-menu .col6 {
        left:80px;
        width: 60px;
    }

    #small-menu .col3.last {
        left: 170px;
    }
}
/*------------------------*/
@media all   and (max-width:260px) {
    #small-menu .col6 {
        left:80px;
        width: 60px;
    }

    #small-menu .col3.last {
        left: 150px;
    }
    #langbar-min li:first-child {
        margin-right: 10px;
    }
}


/*------------------------------ mobile devices ----------------------------------------*/
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5)
{
    .main-menu {
        opacity: 0;
    }

    .work-description .col6 p.big2, .partners .col6 .big2 {
        font-size: 16px !important;
    
				font-weight: 300;
    }

    #logo,  #popup-logo, #sitemap .sitemap-logo {
        height: 34px;
        width: 69px;
        display: block;
        background: url('/templates/frontend/images/logo_big.png') no-repeat;

        -webkit-background-size: 69px 34px;
        -o-background-size: 69px 34px;
        -moz-background-size: 69px 34px;
        background-size: 69px 34px;
    }


     #small-logo{
        height: 25px;
        width: 46px;
        display: block;
        background: url('/templates/frontend/images/logo_big.png') no-repeat;

        -webkit-background-size: 46px 25px;
        -o-background-size: 46px 25px;
        -moz-background-size: 46px 25px;
        background-size: 46px 25px;
    }

    #menu-indicator .indicator-icon {
        background: url(/templates/frontend/images/icons/menu_big_ext2.png) no-repeat right 0;
        -webkit-background-size: 10px;
        -o-background-size: 10px;
        -moz-background-size: 10px;
        background-size: 10px;
        -webkit-transition: margin 1s ease;
        transition: margin 1s ease;
    }

    .footer a.product div {
        background: url('/templates/frontend/images/footer-arrow-big.png') no-repeat right center;
        -webkit-background-size: 33px;
        -o-background-size: 33px;
        -moz-background-size: 33px;
        background-size: 33px;
    }

    #close-sitemap {
        background: url('/templates/frontend/images/close-popup-red-large.png') no-repeat;
        -webkit-background-size: 37px 35px;
        -o-background-size:  37px 35px;
        -moz-background-size:  37px 35px;
        background-size:  37px 35px;
    }

    #sitemap .sitemap-close.inner {
        background: url('/templates/frontend/images/close-popup2-large.png') no-repeat right 30px center;
        -webkit-background-size: 33px;
        -o-background-size: 33px;
        -moz-background-size: 33px;
        background-size: 33px;
    }

}