* {
    margin: 0;
}

p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a{
    color: #4D87C7;
    background: transparent;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 8px;
}

h1{
    text-transform: uppercase;
    color: #003365;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    margin-bottom: 20px;

}


h2{
    text-transform: uppercase;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    margin-bottom: 15px;
}


h3{
    margin-top: 10px;
}


h4{
    text-transform: uppercase;
    color: black;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
}

h5{
    background-color: #cccccc;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 26px;
    margin-left: -26px;
}


ul, ol{
    list-style-type: none;
}


body {
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: white;
    min-width: 1170px;
    line-height: 23px;
}
.container{
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

#content{
    margin: 30px 70px;
}

.page-content{

}

.top-line{
    height:14px;
    background-color: #003366;
}

/* MENU */

#navigation-top{
    height: 111px;
    width: 1170px;
    margin: 0 auto;
}

.nav-logo{
    float: left;
    margin: 24px 0 0 0;
    width: 212px;
}

#logo-container{
    width:100px;
    height: 66px;
    display:block;
    overflow:hidden;
    float: left;
}

.navigation-menu a{
    text-decoration: none;
    color: #000;
}

.navigation-menu{
    float: left;
    margin: 38px 0 0 0;
    width: 620px;
}

.navigation-menu>li{
    font-family: 'Open Sans', sans-serif;
    float: left;
    display: block;
    padding: 10px 20px 47px 20px;
    position: relative;
}
.navigation-menu>li>a{
    font-size: 14px;
}

.navigation-menu .active a{
    color: #194571;
    font-weight: bold;
}

.navigation-menu .sub{
    background-repeat: no-repeat;
    display: none;
    position: absolute;
}

.navigation-menu .active .sub{
    display: block;
    background: url(../images/arrow.png) no-repeat 50% 0%;
    width: 100%;
    height: 33px;
    top: 40px;
    left: 0px;
    border-bottom: 7px solid #0083e9;
    z-index: 3;
}

.navigation-menu   a:hover{
    color: #194571;
    /*font-weight: bold;*/
    text-shadow: 0 0 1px #194571, 0 0 1px #194571;
    background-color: #FFF !important;
}

#menu{
    background-color: rgba(255, 255, 255, 0.2);
    top: 73px;
    left: -207px;
    position: absolute;
    display:none;
    z-index: 5;
    height: 410px;
    width: 820px;
    padding: 0 40px;
}

#menu li{
    text-align: center;
    list-style: none;
    display: inline;
    background-color: #08c;
    list-style-type: none;
    position: absolute;
    margin: 0 50px;
    border-bottom: 4px solid #08c;

}
#menu li span{
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

#menu a{
    text-decoration: none;
    padding: 0 !important;

}

#menu li a:hover{
    background-color: #08c !important;
}

#search{
    float: left;
    margin-top: 0px;
    padding: 2px 10px 10px 35px;
}
#search input[type="search"]{
    width: 190px;
    border: 1px solid #003366;
}

.search-button{
    background: #fff;
    text-transform: uppercase;
    border: none;
    outline:none;
    cursor:pointer;
}


.language{
    list-style-type: none;
    margin-top: 13px;
    float: right;
}

.language>li{
    float: left;
    padding-left: 7px;
}


/* NEWS */



#last-news{
    height: 200px;
    margin-top: 50px;
}

.news-item:nth-child(3){
    margin: 0;
}

.news-item .time{
    display: block;
    border-bottom: 3px solid #ccc;
    padding: 6px 0 6px 50px;
    color: dodgerblue;
    font-size: 13px;
    text-transform: uppercase;
}

.news-item h3{
    text-transform: uppercase;
}

.news-item{
    float: left;
    width: 320px;
    min-height: 215px;
    border-bottom: 3px solid #ccc;
    margin: 0 35px 0 0;
    overflow: hidden;
}

.news-inner{
    padding: 17px;
}

.shadow {
    -webkit-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow:    7px 7px 20px 0px rgba(50, 50, 50, 0.19);
    box-shadow:         7px 7px 20px 0px rgba(50, 50, 50, 0.19);
}


/* SEARCH */

.search-item {
    margin: 10px 0;
}

/* MAIN */

.about{
    width: 650px;
    float: left;
    padding-right: 15px;
}

.video{
    float: left;
}



.news-from{
    float: left;
    background-color: #f4f4f4;
    margin: 50px 30px 0 -30px;
    padding: 10px 30px;
    width: 470px;
}

.news-from .article{
    float: left;
}

.news-company{
    width: 470px;
    display: inline-block;
    background-color: #f4f4f4;
    margin: 50px -30px 0 0;
    padding: 10px 30px;
}

.news-company .time{
    display: block;
    padding: 6px 0 6px 34px;
    color: dodgerblue;
    font-size: 11px;
    text-transform: uppercase;

}

.article-view{
    border-bottom: 3px solid #ccc;
    overflow: hidden;
}

.article-view h1 {
    margin: 0 0 0 30px;
}

.article-view .time {
    display: block;
    padding: 6px 0 6px 30px;
    color: dodgerblue;
    font-size: 11px;
    border-bottom: 3px solid #ccc;
    text-transform: uppercase;
}

.article-view img {
    float: left;
    margin: 15px 15px 15px 0;
    width: 200px;
}



.news-recently p{
    color: #000;
    text-transform: uppercase;
    overflow: hidden;
}




.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;

}

/** Carousel **/

#xcarousel {
    position: relative;
    overflow: hidden;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
    width: 1030px;
}

#xcarousel .jcarousel-clip-horizontal {
    width: 1030px;
}

#xcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#xcarousel li {
    float: left;
    width: 242px;
    margin-right: 20px;
}

#xcarousel img {
    width: 242px;
}

#xcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.xcarousel-control-prev,
.xcarousel-control-next {
    position: absolute;
    top: 75px;
    width: 35px;
    height: 51px;
    text-align: center;
    /* background: #4E443C; */
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 101px/27px Arial, sans-serif;
}

.xcarousel-control-prev {
    left: -50px;
}

.xcarousel-control-next {
    right: -50px;
}

.xcarousel-control-prev:hover span,
.xcarousel-control-next:hover span {
    display: block;
}

.xcarousel-control-prev.inactive,
.xcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
/*.about .intro {*/
    /*margin: 8px -66px 8px -30px;*/
    /*padding: 10px 15px 10px 30px;*/
/*}*/
/*.about .intro {*/
    /*display: block;*/
    /*background-color: #ccc !important;*/
    /*color: #ffffff;*/
    /*font-family: "Microsoft Sans Serif", sans-serif;*/
    /*font-size: 18px;*/
    /*padding: 10px 15px 10px 30px;*/
/*}*/


/* CATALOG */

.product .left-column img {
    max-width: 485px;
}
.product{
    line-height: 1.42857;
    margin: 5px 0px;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popup-gallery{
    border-right: #08c 4px solid;
    width: 100%;
    margin: 0 25px 0 0;
}

.popup-gallery a {
    width: 75px;
    height: 75px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 5px 5px 0 0;
}

.popup-gallery a:first-child {
    width: 200px;
    display: inline;
    overflow: visible !important;
    float: none;
}

.popup-gallery img{
    width: 75px;
    /*height: 75px;*/
    margin: 10px 25px 0 0;
}
.popup-gallery :first-child img{
    width: 200px;
    height: 100%;
    float: left;
    margin-right: 100%;
}


.about .intro {
    display: block;
    background-color: #ccc !important;
    color: #ffffff;
    font-family: "Microsoft Sans Serif", sans-serif;
    font-size: 18px;
    padding: 10px 15px 10px 30px;
    margin: 8px -66px 8px -30px;
}

.product > .content {
    float: right;
    white-space: nowrap
    text-overflow: ellipsis;
    overflow: hidden;
    width: 48%;
}

.product > .read-more {
    float: right;
}

.right-column{
    /*padding: 10px 0;*/
    height: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}


.left-column{
    float: left;
    max-width: 500px;
    min-height: 200px;
}

.catalogProduct-form label {
    width: 100%;
    float: left;
    padding: 19px 30px 9px;
    color: #033;
    font-size: 14px;
}



#catalogProduct-form input, textarea,select{
    width: 100%;
    background: #e8eaea;
    border: 0px;
    padding: 9px 8px;
}

.btn {
    border: none;
    background: #ccc;
    margin: 5px 0;
    padding: 10px;
}

/* CONTACT */

#contact-form{
    width: 530px;
    min-height: 730px;
}

#contact-form label {
    width: 100%;
    float: left;
    padding: 19px 30px 9px;
    color: #033;
    font-size: 14px;
}



#contact-form input[type="text"], textarea, select{
    width: 100%;
    background: #e8eaea;
    border: 0px;
    padding: 9px 8px;
}

#contact-form select {
    width: 546px;
}
.contacts-info{
    color: #656565;
    font-size: 24px;
    font-family: "Open sans";
    line-height: 32px;
    padding: 0 0 35px 0;
    width: 670px;
    float: left;
}

#yandex-map{
    float:left;
}

.form-header{
    font-size: 22px;
    color: #003365;
    padding: 0 30px;
    font-family: "BlissPro";

}

.contact-button{
    background:url(/images/send.png) no-repeat #fff;
    cursor:pointer;
    width: 200px;
    height: 100px;
    float: right;

}

.contact-button input{
    background: #fff;
    text-transform: uppercase;
    border: none;
}

.send-button{
    background: #fff;
    text-transform: uppercase;
    border: none;
    cursor:pointer;
    float: right;
    margin: 10px -5px 0 0;

}

.errorMessage{
    background: #B94A48;
    color: #fff;
    padding: 10px;
    width: 526px;
}
/* FOOTER */

footer{
    margin-top: 50px;
    clear: both;
    height: 255px;
    border-top: 3px solid #999; /* stroke */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5MzEgMjUxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDMzNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMDAzMzY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA2NTk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOTMxIiBoZWlnaHQ9IjI1MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #003365 0%, #003365 7.98%, #006599 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #003365 0%, #003365 7.98%, #006599 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #003365 0%, #003365 7.98%, #006599 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #003365 0%, #003365 7.98%, #006599 100%); /* gradient overlay */
}

footer .footer-logo {
    float: left;
    margin: 100px 0 0 70px;
}

footer a{
    color: #cbcbcb;
    font-size: 12px;
}

footer li{
    padding-bottom: 10px;
}

footer .navigation-footer{
    float: left;
    margin: 53px 0 0 136px;
}

footer .cred{
    float: left;
    margin: 53px 0 0 136px;
}

.help-inline, .help-block{
    color: red;
}

footer > .container {
    position: relative;
}

#produced {
    position: absolute;
    bottom: 10px;
    width: 400px;
    left: 1034px;
}
.news-photos {
    width: 400px;
    overflow: hidden;
    float: left;
    padding: 5px;
}

