html{
    font-size: 14px;
}

body{
    letter-spacing: 0.1px;
    font-family: Arial, Sans-Serif;
    color:#37474f;
}
ul{
    padding-left: 16px;
    margin-top: 4px;
}
.text-b{
    margin: 26px 0 10px 0;
}

.header-line--sup{
    min-height: 38px;
    background: #eceded;
}
.header-line--sup .container{
    min-height: 38px;
}
.language-selector, .header-line--price,
.header-line--zayavka, .header-line--phone{
    line-height: 38px;
}
.header-line--price,
.header-line--zayavka, .header-line--phone{
    display: block;
    float: left;
}
.header-line--phone{
    float: right;
    letter-spacing: 0.6px;
    line-height: 35px;
    font-size: 1.2rem;
    text-align: right;
}
.header-line__right-col{
    float: right;
}
.header-line--price, .header-line--zayavka{
    letter-spacing: 0px;
}
.header-line--sup a, .header-line--sup a:hover, .header-line--sup a:visited {
    color:#7a7a7a;
    text-decoration: none;
}
.header-line--price{
    margin-right: 65px;
    padding-left: 27px;
    background: url('../images/ico_feedback2.png') 0 50% transparent no-repeat;
}
.header-line--zayavka{
    padding-left: 25px;
    background: url('../images/note-icon.png') 0 50% transparent no-repeat;
}
.header-line--phone{
    width: 269px;
}
.header-line-phone-i{
    padding-left: 28px;
    background: url('../images/phone-icon.png') 0 0 transparent no-repeat;
}
.button{
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    text-align: center;
    font-size: 1rem;
    color:#FFF;
    background: gray;
    border: none;
    cursor: pointer;
}
.button-blue{
    background: #0f355f;
}
.button-red{
    background: #f44337;
}
.header-line__right-col .button{
    float: right;
}
.header-line__right-col .button-red{
    margin-left: -100%;
}
.header-line__right-col .button-blue{
    margin-right: 269px;
    letter-spacing: 0.6px;
}
.header-line--mid{
    padding-top: 20px;
    min-height:74px;
    background: #fff;
}
.header-logo{
    float:left;
}
.header-line--bottom{
    z-index: 1;
    height: 40px;
    position: relative;
    line-height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004986+0,003f76+50,0b355f+100 */
    background: #004986; /* Old browsers */
    background: -moz-linear-gradient(top, #004986 0%, #003f76 50%, #0b355f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004986 0%,#003f76 50%,#0b355f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004986 0%,#003f76 50%,#0b355f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004986', endColorstr='#0b355f',GradientType=0 ); /* IE6-9 */
    border-bottom: 2px #737678 solid;
}
.header-line--bottom:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    left:0;
    bottom: -2px;
    height: 1px;
    -webkit-box-shadow: 0px 8px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 18px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 18px -8px rgba(0,0,0,0.75);
    z-index: 1;
}
.main-menu{
    position: relative;
}
.main-menu:before{
    content: '';
    display: block;
    position: absolute;
    height: 23px;
    width: 100%;
    margin-left: -100%;
    background: #FFF;
}
.main-menu ul{
    display:block;
    margin: 0;
    position: relative;
    padding: 0 0 0 174px;
    text-align: right;
}
.main-menu ul:before{
    content: '';
    display: block;
    position: absolute;
    width: 208px;
    height: 23px;
    top: 0;
    left: 0;
    background: #FFF;
}
.main-menu ul:after{
    content: '';
    display: block;
    position: absolute;
    left: 208px;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 40px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.main-menu ul li{
    display: inline-block;
    margin-left: 74px;
    letter-spacing: 0.5px;
}
.main-menu ul li a, .main-menu ul li a:hover, .main-menu ul li a:visited{
    min-height: 100%;
    color: #FFF;
    text-decoration: none;
}
.main-menu ul li a.selected{
    border-bottom: 2px #FFF solid;
}

.home-slider{
    position: relative;
}
.home-slider-w{
    position: relative;
    overflow: hidden;
}
.home-slider-item{
    position: relative;
}
.home-slider-item img{
    max-width:100%;
}
.home-slider-item-text_w{
    position: absolute;
    top:0;
    height:100%;
}
.home-slider-item h3{
    height: 50%;
    padding-top: 51px;
    margin: 0;
    font-weight: 100;
    font-size: 3.36rem;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.92);
    color: #FFF;
    line-height: 63px;
}
.home-slider-item-text_w{
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.92);
    padding-left:70px;
    margin:0;
}
.home-slider-item--description{
    height:50%;
    padding-top: 10px;
    padding-left: 3px;
    font-size:1rem;
    letter-spacing: 1.2px;
    color:#FFF;
}
.slick-arrow{
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    z-index: 1;
}
.slick-prev{
    left: auto;
}
.slick-prev:before{
    content: '';
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-8px;
    margin-top:-8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13.9px 8px 0;
    border-color: transparent #FFF transparent transparent;
}
.slick-next{
    right: auto;
}
.slick-next:before{
    content: '';
    position: absolute;
    left:50%;
    top: 49.6%;
    margin-left:-8px;
    margin-top:-8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #FFF;
}

.slider-btn-prev, .slider-btn-next{
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
}

.home-slider-prev-btn, .home-slider-next-btn {
    display: block;
    position: absolute;
    top:49.3%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #FFF;
    cursor: pointer;
}
.home-slider-prev-btn{
    left: auto;
}
.home-slider-next-btn{
    right: auto;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.home-slider-prev-w{
    float: left;
}
.home-slider-next-w{
    float: right;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.home-slider-dots{
    position: absolute;
    bottom:30px;
    right: 0;
}
.home-slider-dots .slick-dots{
    width: auto;
    float: right;
    position: static;
}
.slick-dots li{
    width:68px;
    height: 68px;
}
.slick-dots li button{
    width:68px;
    height: 68px;
}
.slick-dots li button:before{
    width:68px;
    height: 68px;
    content: '';
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}
.slick-dots li:first-child button:before{
    background: url('../images/slider-dot-1.png') 50% 50% no-repeat;
}
.slick-dots li:nth-child(2) button:before{
    background: url('../images/slider-dot-2.png') 50% 50% no-repeat;
}
.slick-dots li:nth-child(3) button:before {
    background: url('../images/slider-dot-3.png') 50% 50% no-repeat;
}
.slick-dots li:nth-child(4) button:before {
    background: url('../images/slider-dot-4.png') 50% 50% no-repeat;
}

.home-advantage{
    padding: 37px 0 40px;
    text-align: center;
    min-height: 280px;
    background: url('../images/ole.jpg') 50% 0 no-repeat;
    background-size: cover;
}
.home-advantage-b{
    display: table;
    width: 100%;
}
.advantage-item{
    width: 20%;
    display: table-cell;
    padding-top: 28px;
    background: url('../images/advant.png') 50% 120px no-repeat;
}

.home-advantage-b .advantage-item:nth-child(1){
    width: 16.16%;
}
.home-advantage-b .advantage-item:nth-child(2){
    width: 22.75%;
}
.home-advantage-b .advantage-item:nth-child(3){
    width: 14%;
    padding-left: 15px;
    background-position-x: -10px;
}
.home-advantage-b .advantage-item:nth-child(4){
    width: 20.666666%;
    padding-left: 51px;
    background-position-x: 50px;
}
.home-advantage-b .advantage-item:nth-child(5){
    width: 21%;
    padding-left: 22px;
    background-position-x: 37px;}
.advantage-item-number{
	height: 50px;
	line-height: 50px;
	font-size: 2.3rem;
	font-weight: bold;
	color:#FEE900;
}
.advantage-item-info{
    height: 80px;
    font-size: 1.3rem;
    line-height: 110px;
    color: #000;
    padding-top: 3px;
}

.home-about{
    overflow: hidden;
    padding: 120px 0 80px 0;
}
h1 {
    text-align: center;
    font-weight: 100;
    font-size:2.2rem;
    color:#0d47a1;
}
h3 {
    font-weight: 100;
    font-size:2.2rem;
    color:#0d47a1;
}
.home-about h3{
    float:left;
    padding-right: 35px;
    margin-top: -32px;
    margin-bottom: 17px;
    font-size: 2.1rem;
    background: #FFF;
}
.home-about-description{
    border-top:2px solid #f6665c;
}
.home-about-description-text{
    letter-spacing: 0.05px;
    font-size: 16px;
    line-height: 20px;
}

.home-manufacturers{
    padding-top: 28px;
    overflow: hidden;
    background: url('../images/fon_truba.jpg') 30% 0 no-repeat #d2d2d2;
}
.home-manufacturers h3{
    line-height: 90px;
    margin: 0;
    text-align: center;
}
.manufacturer-item-img {
    -webkit-box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 0.65);
    -moz-box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 0.65);
    box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 0.65);
}
.manufacturer-item-img img{
    box-sizing: border-box;
    display: block;
    border: 1px solid #FFF;
}
.manufacturer-item-description-w{
    width: 74%;
    margin: -46px auto 0 auto;
    position: relative;
    padding: 15px 17px;
    border-top: 1px solid #bd281d;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(131,132,138,0.6);
    -moz-box-shadow: 0px 2px 4px 1px rgba(131,132,138,0.6);
    box-shadow: 0px 2px 4px 1px rgba(131,132,138,0.6);
}
.manufacturer-item-title{
    line-height: 35px;
    font-size: 1.1rem;
    letter-spacing: 1.6px;
    color:#0d47a1;
}
.manufacturer-item-info{
    line-height: 1.3;
}
.manufacturer-item{
    padding-bottom: 50px;
    padding-right: 6px;
}
.manufacturer-item:hover .manufacturer-item-description-w{
    background: #EEE;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(131,132,138,1);
    -moz-box-shadow: 0px 2px 4px 2px rgba(131,132,138,1);
    box-shadow: 0px 2px 4px 2px rgba(131,132,138,1);
}

.home-history{
    padding: 35px 0 10px 0;
}
.home-history h3{
    margin-bottom: 35px;
    text-align: center;
}
.home-history a > img{
    max-width:100%;
}
.news-list-w{
    padding-top: 98px;
    padding-bottom: 30px;
}
.news-list-w h3{
    text-align: center;
}
.news-item{
    height: 326px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 0.65);
    -moz-box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 0.65);
    box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 0.65);
}
.news-item:hover{
    background: #EEE;
    -webkit-box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 1);
    -moz-box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 1);
    box-shadow: 0px 3px 7px 1px rgba(172, 173, 179, 1);
}
.news-item-img{
    overflow: hidden;
    height: 138px;
}
.news-item-img img{
    max-width: 100%;
}
.news-item-info-w{
    padding: 4px 12px;
}
.news-item-title{
    padding:9px 0 5px 0;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    color:#0d47a1;
    text-align: center;
}
.news-item-info{
    line-height: 1.3;
}
.news-item-date{
    position: absolute;
    top:10px;
    right: 10px;
    font-size: 0.8rem;
    color: #777;
}

footer{
    padding: 18px 0 22px 0;
    margin-top: 16px;
    min-height: 114px;
    background: #0f355f;
}
.footer-logo{
    float: left;
}
.footer-contacts{
    margin-left: 98px;
    line-height: 1.4;
    color:#FFF;
}
.footer-offerta{
    margin-bottom: 10px;
    text-align: right;
    color: #FFF;
}
.footer-social-icon{
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-left: -1px;
}
.icon-facebook{
    background: url('../images/icon-facebook.jpg') 50% 50% no-repeat;
}
.icon-twitter{
    background: url('../images/icon-twiter.jpg') 50% 50% no-repeat;
}
.icon-in{
    background: url('../images/icon-in.jpg') 50% 50% no-repeat;
}
.icon-telegram{
    background: url('../images/icon-telegram.jpg') 50% 50% no-repeat;
}
.footer-email{
    padding-left: 32px;
    color: #FFF;
    background: url('../images/icon-email.png') 0 0 no-repeat;
}
.footer-email:hover{
    color: #FFF;
    text-decoration: none;
}
.footer-social{
    float: right;
}
.footer-b{
    float: right;
    margin: 10px 22px 0 0;
}
.def-market-list{
    padding-left: 10px;
    list-style-type: none;
}
.def-market-list li{
    position: relative;
    font-style: italic;
}
.def-market-list li:before{
    content: '-';
    left: -10px;
    top: 0px;
    position: absolute;
    display: block;
}
.number-marked-list{
    list-style-type: decimal;
}
.block-border-top{
    margin-top: 60px;
    border-top: 2px solid #f6665c;
}
.block-page h1{
    float: left;
    background: #FFF;
    padding-right: 30px;
    margin-top: -33px;
    margin-bottom: 4px;
}
.form-horizontal .form-group{
    margin-bottom: 15px;
}
.form-group:before{
    display: table;
    content: " ";
}
.form-group:after {
    display: table;
    content: " ";
    clear: both;
}
input.button{
    border-radius: 0;
    outline: none;
}
.form-requirement{
    font-size: 12px;
    color:#f44337;
}
.errortext{
    display: block;
    width: 100%;
    padding: 20px;
    color: #7a7a7a !important;
    font-size: 13px;
    background: rgba(244,67,55, 0.4);
}
.bx-auth-reg [type=button], .bx-auth-profile [type=button] {
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    margin-top: 8px;
    min-width: 173px;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    background: #f44337;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
