body {
  font-family: Arial, sans-serif, 'Open Sans';
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #32546e;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #838383;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 13px;
}

textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control  {
  padding: 0px 10px;
  border: 1px solid #cccccc;

}
textarea.form-control{
  padding: 5px 10px;
}
.partners-arrows{
  position: absolute;
  top: 50%;
  width: 16px;
  height: 25px;
  margin-top: -12.5px;
  cursor: pointer;
  z-index: 1;
  background-image: url('../image/slider_left.svg');
  transition: all .2s ease;
}
.model-foto-list a.active{
  color: #ab2430;
}
.model-foto-list a:hover,
.model-foto-list a:focus{
  text-decoration: none;
}
.slider-model {
    position: relative;
}
.model-foto{
  text-align: center;
  padding: 0 30px;
}
.slider-next{
  right: 0;
  transform: rotate(180deg);
}
.slider-prev {
  left: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/**/

.table-bordered td{
  color: #333;
}
.heading-title{
  margin: 0;
  padding: 20px 0px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 35px;

}

/*btn*/
.buttons{
 padding: 15px 0 30px 0;
  float: left;
  width: 100%;
}
.btn{
  transition: ease .5s;
}
.btn-red-40 {
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  border-radius: 3px;
  padding: 6px 14px;
  background-color: #ab2430;
}
.btn-red-35 {
  color: #fff;
  text-transform: uppercase;
  height: 35px;
  padding: 6px 30px;
  background-color: #ab2430;
}
.form-submit{
  padding: 10px 0 0 0;
}


/*header*/
header{
  display: block;
  height: 136px;
  position: relative;
  width: 100%;
  padding: 23px 0 0 0;
}
.link-big{
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #838383;
}
/**/
.logo{
  float: left;
  width: 272px;
}
.logo img{
  max-width: 100%;
  height: auto;
}
.slogan{
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .5px;
  color: #686767;
  width: 100%;
  display: block;
  text-align: center;
}
/**/
.col-phone-email{
  float: left;
  padding:20px 0 0 75px;
}
.col-phone-email i{
  font-size: 40px;
  float: left;
  color:  #838383 ;
}
.col-phone-email span.phone-email{
  float: left;
  padding: 3px 0 0 20px;
}
.col-phone-email a{
  display: block;
}
.col-phone-email a.email{
  font-size: 14px;
}
.callback{
  float: left;
  padding-left: 20px;
}
/**/
.col-welcome{
  float: left;
  padding: 20px 0 0 40px;
}
.col-welcome > a{
  font-size: 40px;
  float: left;
  color:  #838383 ;
}
.col-welcome a i{
  font-size: 40px;
  color:  #838383 ;
}
.welcom-link{
  float: left;
  padding: 0 0 0 18px;
}
.welcom-link a{
  display: block;
}
.welcom-link a.link-registration{
  font-size: 14px;
}
/**/
.col-cart{
  float: left;
  padding:20px 0 10px 20px;
  position: relative;

}
.col-cart i{
  font-size: 40px;
  float: left;
  color:  #838383 ;
}
.cart-info{
  float: left;
  padding: 0 0 0 18px;
}
.link-cart{
  display: block;
}
.cart-info > span{
  float: left;
  display: block;
  font-size: 14px;
  color: #838383;
}
.cart-content{
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999999;
  top:100%;
  right: 0;
  width: 270px;
}
.col-cart:hover .cart-content{
  display: block;
}
.cart-content ul{
  margin: 0;
  padding: 0;
  list-style: none;

}
.cart-content ul li{
  margin: 0;
  padding: 5px 15px 10px 15px;
  float: left;
  width: 100%;
}
.cart-content ul li:hover{
}
.cart-content ul li:nth-child(odd) {
  background-color: #f1f1f1;
}
.cart-content .name {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.cart-content  .name a{
 font-size: 12px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.cart-content  .name a:hover {
  color: #004b73;
}
.cart-content .iamge-price{
  float: left;
  width: 100%;
  position: relative;
}
.cart-content .image{
  float: left;
  width: 42px;
  height: 42px;
}
.cart-content .image img {
  max-width: 100%;
  height: auto;
}
.cart-content .price{
  float: left;
  font-size: 18px;
  color: #004b73;
  padding: 10px 15px;
}
.cart-content .delete{
  position: absolute;
  right: 0;
  top:14px;
  z-index: 999;
}
.cart-content .delete button{
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
}

.cart-content .delete i{
  font-size: 12px;

}
.cart-content .delete button:hover i{
  color: #ab2430;
}

/*menu*/

.container-menu{
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  padding: 1px 0;
  float: left;
  width: 100%;
  background: #fff;
}
.container-menu-inner{
  background-color: #104c71;
  float: left;
  width: 100%;

}
.navbar-links{
  float: left;
  width: 62%;
  min-height: 60px;
}
.navbar-links .container-fluid{
  padding: 0;
  margin: 0 -15px;
}
.navbar-links .navbar-nav{
}
.navbar-links .navbar-nav > li {
  padding: 0px 0px;
  border-top: 6px #104c71 solid;
  transition: ease .5s;
}
.navbar-links .navbar-nav > li:hover, .navbar-links .navbar-nav > li.active {
  border-top: 6px #ab2430 solid;

}
.navbar-links .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 15px 20px 15px;
  display: block;
  position: relative;

}
.navbar-links .navbar-nav > li:first-child > a {
  padding: 14px 10px 20px 20px;
}
.navbar-links .navbar-nav > li + li > a:after {
  border-right: 1px #fff solid;
  content: '';
  height: 15px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 17px;
}
.navbar-links .nav > li > a:hover, .navbar-links  .nav > li > a:focus {
  background: none;
}

.col-search{
  float: left;
  width: 38%;
  height: 60px;
  background: rgba(0,0,0,.2);
  border-left:1px solid #fff ;
  position: relative;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;

}
.col-search:hover{
  background: rgba(0,0,0,.5);
}
.col-search input{
  background: none;
  height: 60px;
  padding: 0 45px;
  font-style: italic;
  color: #ffffff;
  border: 0!important;
  border-radius: 0;
}
.col-search input::-webkit-input-placeholder {color:#fff;}
.col-search input::-moz-placeholder          {color:#fff;}
.col-search input:-moz-placeholder           {color:#fff;}
.col-search input:-ms-input-placeholder      {color:#fff;}

.col-search button, .col-search button:focus,.col-search button:active, .col-search button:hover{
  position: absolute;
  top:15px;
  right:15px;
  font-size: 20px;
  background: none;
  border: 0;
  color: #fff;
}
/*breadcrumb*/
.breadcrumb {
  padding: 15px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: #f6f6f6;
  border-radius:0;
  border-bottom: 1px solid #fff;
}

.breadcrumb > li + li::before {
  content: "-";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb  li a{
  color:#686767
}.breadcrumb  li a:hover{
   color:#104c71
 }
.breadcrumb  li.home a{
  position: relative;
  width: 25px;
  height: 15px;
  display: block;s
}
.breadcrumb  li.home i{
  font-size: 20px;
  position: absolute;
}
.breadcrumb  li.home span{
  display: none;
}
.breadcrumb a, .breadcrumb  span {
  font-size: 12px;
}

/**/
.container-main{
  padding-top: 20px;
}
.heading-1{
  background-color: #104c71;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
}
.heading-2{
  padding: 15px 0;
}
.heading-2 h5{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #32546e;
  font-weight: bold;
  text-transform: uppercase;

}
.heading-2 span{
  font-size: 12px;
  color: #686767;
  font-weight: normal;
}
.heading-3{
  padding: 15px 0;
}
.heading-3 h1{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #32546e;
  font-weight: bold;
  text-transform: uppercase;

}
.heading-3 span{
  font-size: 14px;
  color: #686767;
  line-height: 14px;
  font-weight: normal;
}

.readon{
  height: 14px;
  font-size: 12px;
  font-weight: bold;
  color: #104c71;
}
.readon:hover{
  color: #686767;
}

.box{
  margin-bottom: 30px;
}
.hr{
  border-bottom: 1px dashed #d9d9d9;
  height: 3px;
  margin: 25px 0;

}
.qty{
  position: relative;
  width: 73px;
  float: left;
}
.qty .stepper{
  position: absolute;
  right: 2px;
  top: 5px;
  display: block;
  width: 15px;
  height: 10px;
  cursor: pointer;
}
.qty .stepper:hover{
  opacity: .6;
}
.qty .minus {
  bottom: 5px;
  top: auto;
}

/**/
.nav-tabs {
  border-bottom: 1px solid #fff;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  color: #686767;
  font-size: 18px;

}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #ac2432;
  background: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333;
  background: none;
  border: 0;
  border-bottom: 4px solid #ac2432;
  cursor: default;
}


.content-box{
  border: solid 1px #cecece;
  padding: 1px;
  float: left;
  width: 100%;
  border-radius: 3px;
}
.content-curier{
  background: #f6f6f6;
  width: 100%;
  float: left;
}

/*catalog*/
.col-podbor{
  padding: 15px 15px 5px 15px;
  border-bottom: 1px solid #fff;

}
.col-podbor .col-input{
  width: 39%;
}
.col-podbor .col-submit{
  width: 22%;
}
.col-podbor  .form-submit{
  padding: 0;
  margin: 0;
}
.col-podbor  .form-submit button{
  width: 100%;
}
.col-sort-h1{
  padding: 20px 15px;
}
.col-h1{
  float: left;
  width: 100%;
  padding: 0 15px;
}
.page-catalog .col-h1{
    float: left;
    width: 40%;
    padding: 0 15px;
}

.col-h1 h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 35px;
}
.col-input-sort{
  float: left;
  width: 22%;
  padding: 0 0 0 15px;
}
.col-input-limit-label{
  float: left;
  width: 14%;
  padding: 0 5px 0 15px;
  line-height: 35px;
  text-align: right;


}
.col-input-limit{
  float: left;
  width: 7%;
  min-width: 50px;

}
.col-sort-h1 .jq-selectbox__select {
  padding: 0 14px 0 14px;
  font-style: normal;
}
.col-sort-h1 .jq-selectbox ul li:first-child {
    font-style: normal;
}

.col-view-style{
  float: right;
  width: 16%;
  padding: 0 15px 0 0;
}
.view-style-label{
  float: left;
  line-height: 35px;
  padding: 0 5px 0 0px;

}
.col-view-style .btn-group{
  float: right;
}
.col-view-style .btn-group button {
  margin: 0 7.5px;
  border-radius: 3px!important;
  width: 34px;
  font-size: 13px;
  padding: 8px 0 6px 0;
  text-align: center;
  color: #848484;
}
.col-view-style .btn-group button.active, .col-view-style .btn-group button:hover {
  background: #104c71;
  color: #fff;
  border-color: #104c71;
}
.row-products{
  float: left;
  width: 100%;
}
.product-layout{


}
/*list*/
.product-layout.product-list{
  width: 100%;
  float: left;
  padding:15px;
}
.product-list .product-thumb{
  float: left;
  width: 100%;
  background: #fff;
  border: solid 1px #cecece;
  display: table;

}
.product-list  .image {
  padding:10px ;
  width: 16.667%;
  vertical-align: middle;
  display: table-cell;


}
.product-list .caption{
  width: 56%;
  display: table-cell;
  vertical-align: middle;

}
.product-list .caption h4 a{
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.product-list .caption h4 a:hover{
  color:#104c71 ;
}
.product-list .price-button{
 /* display: table-cell;*/
display: none;
  width: 27%;
  vertical-align: middle;
  border-left: solid 1px #cecece;
  padding: 0 5px;
  text-align: center;

}
.product-list .price-stock{
  float: left;
  width: 66.66%;
  text-align: center;
}
.product-list .price-stock{
  float: left;
  width: 66.66%;
  text-align: center;
  padding: 0 5px;
  text-align: center;
}


.product-list .price-stock  span{
  text-align: center;
  width: 100%;
  display: block;
}
.product-list .price{
  color: #ab2430;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.product-list .no-stock .price-stock{
  width: 100%;
  color: #333;
  opacity: .5;

}
.product-list .no-stock .price {
  color: #333;

}

.product-list .add-button-curier{
  float: left;
  width: 33.33%;
  text-align: center;

}
.product-list .add-button-curier button{
  background:#f6f6f6;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 0;
  font-size: 24px;
  color: #114b73;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;

}
.product-list .add-button-curier button:hover{
  background:#104c71 ;
  color: #fff;
}

/*grid*/
.product-layout.product-grid{
    padding: 15px;
}
.product-grid .product-thumb{
    float: left;
    width: 100%;
    background: #fff;
    border: solid 1px #cecece;
    display: table;

}
.product-grid  .image {
    padding:10px ;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 239px;
}
.product-grid  .image img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}
.product-grid  .image:hover img {
    transform: scale(1.5);
}
.product-grid .caption{
    width: 100%;
    display: block;
    padding: 0 15px;

}
.product-grid .caption h4 {
    margin: 0px 0 2px 0;

}
.product-grid .caption h4 a{
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.product-grid .caption h4 a:hover{
    color:#104c71 ;
}
.product-grid .caption p{
    line-height: 18px;
    display: none;
}
.product-grid .price-button{
 /*   display: block;*/
 display: none;
    border: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.product-grid .price-stock{
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    border-top: solid 1px #cecece;
}
.product-grid .no-stock .price-stock{
    width: 100%;
    color: #333;
    opacity: .5;

}
.product-grid .price-stock  span{
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
}
.product-grid span.price{
    color: #ab2430;
    min-height: 49px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 15px 50px 13px 15px;
    border-bottom: solid 1px #cecece;

}
.product-grid .no-stock span.price {
    color: #333;
    padding: 15px 15px 13px 15px;
    text-align: center;
}

.product-grid .add-button-curier{
    position: absolute;
    z-index: 8;
    right: 0;
    top: 0;
}
.product-grid .add-button-curier button{
    background:#f6f6f6;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: 0;
    font-size: 24px;
    color: #114b73;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.product-grid .add-button-curier button:hover {
    background: #104c71;
    color: #fff;
}

/*marka page*/
.marka-layout{
    width: 33.333%;
    float: left;
    padding: 15px;
}
.marka-layout .marka-thumb{
    float: left;
    width: 100%;
    background: #fff;
    border: solid 1px #cecece;
    min-height:316px;
    padding: 0;


}
.marka-layout .image_table {
    display: table;
    width: 100%;
    min-height: 255px;

}
.marka-layout .image {
    padding:15px ;
    width: 100%;
    text-align: center;
    display: table-cell;
    overflow: hidden;
    height: 255px;
    vertical-align: middle;
}
.marka-layout .image img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.marka-layout .image:hover img {
    transform: scale(1.5);
}
.marka-layout  .caption_table{
    display: table;
    width: 100%;
    height: 60px;
}
.marka-layout  .caption_table .name{
    display: table-cell;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-top: solid 1px #cecece;
}
.marka-layout .name a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.marka-layout:hover .name a{
    color: #104c71;
}
/*product-page*/
.row-product .thumbnails{
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.row-product .thumbnail {
    display: block;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #ffffff;
    list-style: none;
    border: 0;
    border-radius: 0;
}
.thumbnails .image-additionals {
    margin: 0px -1px;
}
.thumbnails .image-additional {
    float: left;
    width: 33.333%;
    padding: 2px;
}

.row-short-description{
  line-height: 16x;
  font-size: 15px;

}
.row-short-description span.attr-name{
  width: 35%;
  display: block;
  float: left;
  padding: 8px 0;

}
.row-short-description span.attr-value{
  width: 65%;
  display: block;
  float: left;
  color: #333333;
  padding: 8px 0;

}
.row-short-description span.attr-value.attr-stock{
  color: #104c71;

}
body .content-curier .row .col-price{
  color: #ab2430;
  font-size: 24px;
  padding: 30px 15px;
  font-weight: 700;

}
.col-qty-add .col-add span{
  padding: 0 0 0 15px;
}
.col-qty-add .col-add i{
  font-size: 16px;
}

.col-product-model-foto .heading-2 {
  padding: 30px 0;
}
.col-product-models{
 padding-bottom: 30px;
}
.model-foto{
  text-align: center;
}
.model-foto img{
  max-width: 100%;
}
.col-product-model-table{
  padding-top: 20px ;
}

.table-scroll{
  height: 297px;
  overflow: hidden;
}
.table-scroll{
  font-size: 14px;
  color: #333;
}
.table-scroll .table-bordered thead{
  background:#eaeaea;
}
.table-scroll .table-bordered > thead > tr > th{
  border-color: #eaeaea;
}
.content-box-second{
  margin-top: 15px;
}
/*tabs-in-product*/
.col-tabs{
  padding: 0  0 30px 0;
}
.tab-content{
  padding: 15px;
}
.col-deliveri-info{
 padding: 0 15px 60px 15px;
 color: #333;
}
.col-text-area{
 padding-top: 15px;
}
.col-otz{
  padding: 15px;
}
.col-otz .image{
  float: left;
  padding-right: 15px;
}
.col-otz .description{
  position: relative;
}
.col-otz .avtor {
  color: #000;
  font-size: 16px;
}
.col-otz .otzyv-data{
  position: absolute;
  right: 0;
  top:0;
}
.col-otz .otzyv{
  padding: 15px;

}


/*col-last-viwed*/
.col-last-viwed{
  padding: 15px 0 0  0;
}

.col-last-viwed .heading-2{
  padding-right: 50px;
}

/*contact*/
.col-contact-content{
  padding:  0 15px 15px 15px;
}
.col-contact-content label{
  font-size: 14px;
}
.col-h1 {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.col-contact-left, .col-contact-left{
  font-size: 14px;
}
.contact-info-groupe{
  padding-bottom: 20px;
  float: left;
  width: 100%;

}
.contact-info-groupe a{
  color: #333;
}

.contact-info-groupe a:hover{
  color: #808080;
}

.contact-info-groupe ul{
  margin: 0;
  padding: 0;
  list-style: none;

}
.contact-info-groupe ul li{
  padding: 2px 0;
}
.info-groupe-icon{
  float: left;
  display: block;
  width: 10%px;
  font-size: 30px;
  color:#808080;
}
.info-groupe-icon.icon-phone-call{
  font-size: 28px;
}
.info-groupe-icon.icon-mail{
  font-size: 20px;
  padding: 5px 0 0 0;
}
.info-groupe-text{
  float: left;
  width: 90%;
  padding-left: 15px;
}

.info-groupe-text .title {
  color:#808080;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 10px 0;
}
.info-groupe-text .text{
  color: #333;
 }

 .info-groupe-text .text span{
  font-size: 12px;
  color: #104c71;
  margin: 4px 0 0 0;
  line-height: 14px;
  display: inline-block;
}
.col-contact-map{
  padding:  15px;
}
.col-contact-map iframe{
  width: 100%!important;
}

/*catalog-menu*/
.catalog-menu{
  border: solid 1px #cecece;
  padding: 1px;
  background: #fff;
}
.catalog-menu .list-group-heading{

}
.catalog-menu .list-group {
  margin-bottom: 0px;
}
.catalog-menu .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px 10px 20px;
  margin-bottom: 0px;
  background-color: #f7f7f7;
  border: 0;
  border-bottom: 1px solid #fff;
}
.catalog-menu .list-group-item.small {
  padding: 10px 10px 5px 10px;
  border: 0;
  color: #104c71;
  background: none;
}
.catalog-menu .list-group-item.small:hover {
  opacity: .6;

}
.catalog-menu .list-group-item a{
  font-size: 12px;
  font-weight: bold;
  color: #686767
}
.catalog-menu .list-group-item.small.a {
  color: #104c71
}
.catalog-menu .list-group-item a + span, .catalog-list-menu a + span{
  font-size: 11px;
  text-decoration: none;
  opacity: .6;
  cursor: pointer;

}
.catalog-menu .list-group-item a + span.collapsed, .catalog-list-menu a + span.collapsed{
  text-decoration: underline;
  color: #104c71;
  opacity: 1;
}
.catalog-menu .list-group-item a + span:hover, .catalog-list-menu a + span:hover{
  text-decoration: none;

}
/*news-page*/
.first-image img{
  float: left;
  margin: 0 15px 5px 0;
}
.one-news-data {
  color: #7f7f7f;
  font-size: 12px;
}

/*blog-page*/
.row-blog-list{
  padding: 0 0 15px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.artblock{
  float: left;
  width: 100%;
  padding: 15px 0 15px 0;
}

/*news-one*/
.news-image img{
  float: left;
  max-width: 100%;
  height: auto;
}

.news-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list li{
  padding: 0 0 15px 0;
}
.news-list li + li{
  border-top: dashed 1px #d9d9d9;
}
.news-data {
  font-size: 11px;
  padding:10px 0 15px 0;
  float: left;
  width: 100%;
  text-align: left;
  color: #868585;
}
.news-title{
  font-size: 13px;
  padding:0 0 10px 0;
  float: left;
  width: 100%;
  text-align: left;

}
.news-title a{
  line-height: 1.46;
  color: #333333;
  font-weight: bold;
}
.news-title a:hover{
  opacity: .8;
}
.news-description{
  font-size: 14px;
  line-height: 1.29;
  color: #535353;
  padding:0 0 10px 0;
  float: left;
  width: 100%;
}
.artblock .readmore{
  float: left;
  width: 100%;


}
/**/
.search-box{
  border: solid 1px #cecece;
  padding: 1px;
  float: left;
  width: 100%;
  border-radius: 3px;
}
.search-box .search-curier{
  background: #f6f6f6;
  padding: 15px 18px 20px 18px;
}
.text-label{
  margin-bottom: 6px;
  float: left;
  width: 100%;
}
.selected-car-image{
  border: solid 1px #cecece;
  background: #f6f6f6;
  padding: 10px 10px;
  width: 100%;
  float: left;
  text-align: center;
  min-height: 230px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.selected-car-image img{
  max-width: 100%;
  height: auto;

}
/*marks*/
.col-mark-items{
  padding: 15px;
}
.col-mark-items .mark-item{
  display: table;
  float: left;
  width: 94px;
  height: 94px;
  padding: 15px;
  text-align: center;
  border: solid 1px #f1f1f1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.col-mark-items .mark-item a{
	display: table-cell;
    vertical-align: middle;
}

.col-mark-items .mark-item:hover{
  border: solid 1px #d9d9d9;
}
.col-mark-items .mark-item:nth-child(even) {
  background-color: #f1f1f1;
}
.col-mark-items .mark-item img{
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.col-mark-items .mark-item:hover img{
  transform: scale(1.3);
}
.view-more-mark{
  text-align: center;
  cursor: pointer;
  display: none;
}
.view-more-mark span{
  display: block;
  width: 100%;
  padding: 15px 0 10px 0;

}
.view-more-mark i{
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.view-more-mark.in i.glyphicon.glyphicon-menu-down{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*advantages*/

.col-advantage .heading-2{
  padding-bottom: 35px;
}
.advantages-item-curier{
  float: left;
  width: 25%;
  padding: 0 30px;
  text-align: center;
}
.advantages-item{
  width: 136px;
  margin: 0 auto;

}
.icon-advantages{
  display: block;
  border:  solid 1px #d9d9d9;
  border-radius: 50%;
  width: 136px;
  height: 136px;
  position: relative;
  padding: 31px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-advantages i{
  font-size: 70px;
  color: #32546e;
}
.advantages-item .name{
  display: block;
  padding: 30px 0 ;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #121212;
  line-height: 16px;
}
.advantages-item:hover  .icon-advantages{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #32546e;
  border:  solid 1px #32546e;
}
.advantages-item:hover .icon-advantages i{
  color: #fff;
}
.advantages-item:hover .name{
  color: #32546e;
}


/*pagination*/
.pagination{
  margin: 5px 0 10px 0;
}
.pagination > li > a, .pagination > li > span {
  color: #686767;
  background: none;
  border: 0;
  font-size: 18px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #920000;
  background: none;
font-weight: bold;

}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #000;
  background: none;
}


/**/
.footer{
  min-height: 189px;
  margin-top: 15px ;
  background-color: #104c71;
  padding: 30px 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
}
.footer .h4{
  height: 17px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

.col-footer-contact{
padding-left: 65px;
}
.col-footer-payment{
  text-align: right;
}
.powered {
  height: 49px;
  background:#003f64;
  padding: 9px 0;
  font-size: 13px;
  color: #ffffff;
}
.powered a{
  color: #ffffff;
}
.powered a:hover, a:focus{
  text-decoration: underline;
}
.col-powered{
  opacity: .6;
  line-height: 26px;
}
.col-count{
  text-align: right;
}


.sale-personal-section-index-block.bx-theme-black {
    border: 1px #ccc solid !important;
    background: none !important;
}

.content-curier .bx_ordercart.bx_black .bx_ordercart_order_pay_center .checkout:active , .content-curier .bx_ordercart.bx_black .bx_ordercart_order_pay_center .checkout:hover , .content-curier .bx_ordercart.bx_black .bx_ordercart_order_pay_center .checkout , .content-curier .bx_ordercart .bx_bt_button {

    background: #ab2430;
    text-shadow: none;
 }


.content-curier .bx_ordercart .bx_ordercart_order_table_container {

    border: none;

}

.content-curier .bx_ordercart .bx_sort_container a {
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    color: #424242;

}

.sale-order-list-button {

    background: #ab2430;
}

.content-curier .row .col-xs-12{
    padding: 0 25px;
}
.content-curier p {
    margin: 0 10px 10px;
}
