.another_commercial {
    font-size: 20px;
}

.del-btns-nav {
    margin-bottom: 20px;
    margin-top: 20px;
    position: sticky;
    display: block;
    top: 0;
    z-index: 1020;
    background-color: #fff;
    padding: 10px 10px 10px 0px;
}

/* Thanks page */

#send_order_thanx {
    margin-top: 20px;
}

#send_order_thanx table {
    max-width: 800px;
}

#send_order_thanx td, #send_order_thanx th {
    padding: 4px;
}

.social_buttons {
    margin-bottom: 20px;
}

.social_buttons img {
    width: 30px;
    margin: 10px 0 15px;
}

.reso-thanks {
    padding: 22px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 20px;
    max-width: 480px;
    box-shadow: 2px 10px 20px #00000029;
}

.reso-thanks-head {
    font-weight: 600;
    font-size: 18px;
}

.reso-thanks-semihead {
    font-weight: 600;
    margin-top: 90px;
    position: relative;
}

.reso-thanks-semihead:before {
  content: '';
  top: -80px;
  position: absolute;
  display: block;
  width: 150px;
    height: 74px;
  background: url('https://akbmag.ru/uploads/images/reso-logo-new.png');
  background-size: contain;
}

.reso-thanks .btn-primary {
    background-color: #4c973d;
    border-color: #67b758;
  border-radius: 26px;
    padding: 13px 20px;
    box-shadow: #34ffbb 0px 8px 10px;
}

.reso-thanks .btn-primary:hover {
    background-color: #67b758;
}


/* GRID BOX */

.index-grid-box {
    height: 100%;
}

.index-gb-top {
    height: 50%;
    display: flex;
}

.index-gb-top-left {
    height: 100%;
    width: 50%;
    display: flex;
}

.index-gb-top-right {
    height: 100%;
    width: 50%;
    display: flex;
}

.index-gb-bot {
    height: 50%;
    display: flex;
}

.index-gb-bot-left {
    height: 100%;
    width: 33.35%;
}

.index-gb-bot-right {
    height: 100%;
    width: 66.65%;
}

.index-grid-box div>div {
    position: relative;
}

.index-grid-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index-grid-box div>div:hover {
    background-color: #ffffff0f;
    box-shadow: #00000036 0px 0px 20px;
    transition: 0.5s;
}

/* RESO */
.reso {
  
}

.reso-form .opt-form-l, .reso-form .opt-form-r {
  height: inherit;
}

.r-what {
  max-width: 630px;
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
}

.r-what-l, .r-what-r {
  display: inline-block;
  width: 310px;
}

.r-what-item {
    max-width: 49%;
    display: inline-block;
    margin: 0px 26px;
}

.r-w-img {
    width: 100px;
    height: 100px;
    border: 1px solid green;
    border-radius: 50%;
    position: relative;
}

.r-w-item-text {
  text-align: center;
  padding-top: 6px;
}

.r-what-item img {
    max-width: 48px;
    margin: auto;
    top: 22px;
    position: absolute;
    left: 26%;
}

.r-connect {
  padding: 25px;
  margin-bottom: 10px;
}

.r-connect div {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  font-size: 18px;
}

.r-connect p {
  margin-bottom: 2px;
}

.r-connect span {
  color: green;
  font-size: 12px;
}

.r-connect .r-con-l {
  
}

.r-connect .r-con-r {
  
}

.reso .list-content {
  
}


.reso .list-content li {
  margin-bottom: 4px;
  font-size: 14px;
}

/* RESO END */

.max800 {
  max-width: 800px;
}

.payvars {
}

.payvars ul {
  list-style:none;
  padding-left:0;
}

.payvars ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.pv-visa {
  background: url('/uploads/images/brand-logo_name_visa.svg');
}

.pv-android {
  background: url('/uploads/images/brand-logo_name_android-pay.svg');
}

.pv-itunes {
  background: url('/uploads/images/brand-logo_name_itunes.svg');
}

.pv-maestro {
  background: url('/uploads/images/brand-logo_name_maestro.svg');
}

.pv-mastercard {
  background: url('/uploads/images/brand-logo_name_mastercard.svg');
}

.pv-mir {
  background: url('/uploads/images/brand-logo_name_mir.svg');
}


.tab-upak th, .tab-upak td {
  padding:6px;
}

.tab-upak th {
  background-color: #eaf5ff;
}

.list-metro-item, .list-district-item {
    display: inline-block;
    padding: 10px;
    background-color: azure;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.categories-box {
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}

.categories-box li {
    padding-bottom: 10px;
    font-size: 18px;
}

.countries-list {
    list-style: none;
    padding-left:0;
    font-size: 20px;
    margin-bottom: 60px;
}

.countries-list li {
    margin-bottom: 15px;
}

.tag {
    position:relative;
}

.card-header-block .tag:after {
    content: attr(data-title);
    display: none;
    position: absolute;
    bottom: 130%;
    left: 0px;
    background-color: #fffae0;
    color: #000;
    padding: 6px;
    text-align: left;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 1px rgba(0,0,0,.16);
    font-size: 12px;
    min-width: 250px;
}

.card-header-block .tag:hover::after {
    display: block;
}

/*#order_form .recommend-goods-block {
    margin-bottom: 20px;
    overflow: auto;
    position: relative;
    max-width: 100%;
}

#order_form .recommend-goods-block .goods-box {
    width: 1690px;
}


#order_form .recommend-goods-block .goods-box .product-tile {
    width: 210px;
}

#order_form .recommend-goods-block::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
}

#order_form .recommend-goods-block .product-tile-title {
    font-weight: 300;
    font-size: 15px;
}
*/

.tags-card-box .tags {
    top:4px;
}

.panel-title {
    margin: 0 !important;
}

.halva-icon {
    width: 236px;
    margin-top:4px;
    margin-bottom: 3px;
}

/* filters */

.discounts-filter-list {

}

.discounts-filter-list ul {
    padding-left: 0;
    list-style: none;
}

.discounts-filter-list ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
}

.discounts-filter-list ul li a {
    display: block;
    padding: 10px 14px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background-color: #426eb5;
    text-decoration: none;
}

.discounts-filter-list ul li a:hover {
    background-color: #3a70c6;
}

.discounts-filter-list .d-filter-active a {
    background-color: #24b770;
    position:relative;
    padding-right: 30px;
}

.discounts-filter-list .d-filter-active a:hover {
    background-color: #3a70c6;
}

.discounts-filter-list .d-filter-active a:after {
    content: '✖';
    position: absolute;
    right: 13px;
}

.podarok-text p {
    line-height: 24px;
}
.disc-menu {
    color: #ef0301 !important;
    font-weight: 600;
}

.index-offer {
    line-height:1.6;
}

.deshevle a {
    text-decoration: underline;
    font-size: 15px !important;
}

.top-graph a {color: #fff !important; text-decoration: underline;}

#to_sale {
    font-size: 16px !important;
    padding-top: 13px !important;
    min-height: 50px !important;
    background: url('/uploads/images/200ws.gif') !important;
    /*background: url('https://i.giphy.com/media/aRZ4vTsHnyW6A/200w.gif') !important;*/
    background-color: #426eb5;
}

#to_sale:before {
    content: '';
    display:block;
    background: url('/uploads/images/rock.png');
    width:190px;
    height:47px;
    position: absolute;
    top: 3px;
    left: 6%;
}

/* OPT-REVIEWS */

.opt-reviews {
    te
}

.opt-reviews ul {
    padding: 0;
    list-style: none;
}

.opt-reviews ul li {
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.07);
    max-width: 597px;
    margin: auto;
    margin-bottom: 10px;
}

.opt-reviews ul li img {

}

/* DISCOUNTS */

.discounts-holder {

}

.discounts {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.discounts ul {
    list-style: none;
    padding: 0;
}

.disc-el-holder {
    padding: 10px;
    width: 33.333%;
    float: left;
}

.disc-el-holder a {
    border-radius: 20px;
    display: block;
    text-decoration: none;
    position: relative;
}

.disc-el-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    background-color: rgba(264,246,246,.1);
    transition: opacity .1s ease-out;
    border-radius: 20px;
}

.disc-el-mask:hover {
    opacity: 1;
    transition: opacity .1s ease-out;
}

.disc-el {
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.disc-el img {
    max-width: 100%;
    -webkit-filter: brightness(98%);
    filter: brightness(98%);
}


.disc-offer {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #24b770;
    color: #fff;
    padding: 4px 11px;
    border-radius: 14px;
}

.disc-name {
    min-height: 78px;
    height: 78px;
    overflow: hidden;
    padding: 20px 24px 0px 24px;
}

.disc-name p {

    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.disc-desc {
    color: #000;
    padding: 0px 24px 20px 24px;
    height: 90px;
    min-height: 90px;
    overflow: hidden;
}

.disc-list-holder {

}

.disc-list {
    list-style: none;
    padding-left: 0;
}

.dl-p {
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.dl-info {
    color: #000;
    height: 90px;
    min-height: 90px;
    overflow: hidden;
}

.dl-info-box {

}

.dl-img-holder {

}

.dl-img-holder img {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.dl-terms {

}

.dl-term {

}

.dl-term-l {
    padding-top: 10px;
}

.dl-term-r {
    font-size: 24px;
    font-weight: 600;
    margin-top: 6px;
    border-bottom: 1px dashed #ececec;
}

/* DISCOUNTS END */

.popular-products-box {
    margin-top:20px;
}

.tag {
    left: 0% !important;
    font-weight: 300 !important;
    font-size: 12px !important;
}


/* adv */

.pack-block {
    text-align: center;
}

.pack-box {


    width: 32%;
    display: inline-block;
    min-width: 236px;
}

.pack {
    text-align: left;
    margin: 20px;
    padding: 30px 20px;
    border: 3px solid #000;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.pack-h {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 16px;
}

.pack-p span {
    font-size: 16px;
    font-weight: 600;
}

.pack a {
    font-size: 13px;
    display: block;
    border-radius: 20px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 38px;
    border: 2px solid #ccc;
    margin-top: 20px;
}

.pack a:hover {
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
}

.index-video {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 320px;
}

.index-podbor-box {
    background-color: #24b770;
    padding: 20px;
}

.index-podbor {
    max-width: 500px;
    margin: auto;
}

.index-podbor p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.index-podbor select {
    margin-bottom: 10px;
    border: 0;
    font-size: 16px;
}

.index-podbor select option {
    border: 0;
}

.index-batteries {
    background-color: #ececec;
    padding: 20px 30px;
}

.index-batteries-big-head {
    font-size: 22px;
    display: none;
}

.index-batteries-head a, .index-batteries-big-head a {
    color: #000;
}

.index-batteries-head span {
    font-size: 18px;
    color: #555;
}

.index-batteries-lnk a {
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
}

.index-batteries-lnk img {
    width: 46px;
    margin-right: 10px;
}

.index-car-batteries {

}

.index-batteries {
    border: 12px solid #424242
}

.index-batteries-vars {
    background-color: #424242;
    padding: 20px 30px;
}

.index-batteries-vars ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.index-batteries-vars ul li {
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 20px;
}

.index-batteries-vars ul li:last-child {
    margin-bottom: 0px;
}

.index-batteries-vars a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.index-dif-cats {
    width: 100%;
}

.index-dif-cats div {
    padding: 15px;
    min-height: 50px;
}

.index-dif-cats a {
    font-size: 16px;
    color: #fff;
    padding-left: 8px;
}

.index-dif-cats .idc-moto {
    background-color: #24b770;
}

.index-dif-cats img {
    width: 44px;
}

.index-dif-cats .idc-marine {
    background: #4aa6cb;
    background: -moz-linear-gradient(-45deg, #4aa6cb 0%, #215981 100%);
    background: -webkit-linear-gradient(-45deg, #4aa6cb 0%,#215981 100%);
    background: linear-gradient(135deg, #4aa6cb 0%,#215981 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa6cb', endColorstr='#215981',GradientType=1 );
}

.index-dif-cats .idc-ups {
    background-color: #fdba1a;
}

.index-dif-cats .idc-ups a {
    color: #555;
}

.pop-goods-list {
    background-color: #ececec;
    padding: 30px;
}

.pop-goods-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pop-goods-list ul li {
    margin-bottom: 10px;
}

.pop-goods-list ul li:last-child {
    margin-bottom: 0px;
}

.pop-goods-list ul li a {
    color: #555;
}

.all-dops {
    margin-top: 20px;
    font-size: 12px;
    text-decoration: underline;
}

.big-btn {
    background-color: #426eb5;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 5px;
    width: 100%;
    height: 40px;
    border-bottom: 3px solid #2a5192;
}

.big-btn:hover {
    background-color: #497bcd;
}

.modal-video {
    height: 320px;
}

.tag {
    position: relative !important;
    margin-bottom: 4px;
}

.tags {
    position: absolute;
}

.video-i {
    width: 68px;
    background: #e80015 !important;
}


.lg-thumb-item {
    cursor: pointer;
}

.lg-thumb-item.vid-pre {
    position: relative;
}

.lg-thumb-item.vid-pre:after {
    display: block;
    color: #000;
    text-align: center;
    position: absolute;
    top: 19px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0.7;
    content: "►";
    padding: 4px 11px;
    font-size: 24px;
}

.agreement {
    margin-top: 14px;
}

#lg-zoom-out {display:none;}
#lg-zoom-in {display:none;}
#lg-actual-size {display:none;}
#lg-counter {color: #fff !important;}

.lg-toolbar .lg-icon {
    color: #fff !important;
}

.lg-outer {
    background-color: #fff !important;
}

.lg-outer .lg-thumb-item {
    border-radius: 0 !important;
    background-color: #fff;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #6499ff !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    color: #d8d8d8 !important;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF !important;
}

.red-text {
    margin-top: 12px;
}

.red-text span {
    color: red;
    font-weight: 600;
    font-size: 18px;
}

.highslide-image {
    border: none !important;
}

.drive-teas {
    background-color: #f5f5f5;
    width: 100%;
    max-width: 320px;
    padding: 6px 10px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 3px solid #c03;
}

.drive-teas-header {
    font-size: 17px;
}

.drive-teas-text {
    font-weight: 200;
}

.drive-teas-text p span {
    font-size: 12px;
}

.items .item {
    margin-bottom: 14px;
}

.drive2:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 20px;
    background: url(/uploads/images/drive2.png);
    background-size: 45px;
    position: absolute;
    top: -10px;
    right: -21px;
    background-repeat: no-repeat;
}

.author-drive2 {
    font-weight: 600;
    position: relative;
    padding-left: 50px;
}

.author-drive2:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 20px;
    background: url(/uploads/images/drive2.png);
    background-size: 45px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
}

.top-graph .check-status {
    padding-top: 7px;
    font-size: 18px;
}

.top-graph .check-status a {
    color: #fff !important;
    display: inline-block;
    width: 152px;
    text-decoration: underline;
}

.status-form {
    border: 3px solid #337ab7;
    border-radius: 9px;
    padding: 10px 20px;
}

.status-info {
    margin: 10px 0;
    color: #888;
}

.status-form input {
    font-size: 16px !important;
    max-width: 300px;
    margin-bottom: 8px !important;
}

#order_status {
    margin: 10px 0px;
}

#order_status_result {
    margin: 20px 0px;
    font-size: 16px;
}

.util-box .errors {
    color: red;
    margin-top: 10px;
    margin-bottom: 4px;
}

.util-box .radio {
    margin-left: 0px;
}

.order_form_callback_oskabs {
    padding: 0 !important;
}

.our_export {
    margin-top: 0;
}

.our_export_params input {
    font-size: 16px;
}

.our_export label {
    font-size: 16px;
    font-weight: 600;
}

.util-phone {
    margin: 5px 0;
}

.util-phone-i {
    color: #888;
    font-size: 13px;
}

.present-icon {
    position: absolute;
    top: 50px;
}

.storage-on-delivery {
    border-left: 5px #1ab365 solid;
    margin-left: -8px;
    padding-left: 5px;
}

.storage-on-delivery .get-today-delivery {
    border-color: #1ab365;
}

.storage-on-delivery .get-today-delivery:hover, .storage-on-delivery .get-today-delivery:focus {
    background-color: #1ab365;
    border-color: #1ab365;
}

.top-graph {
    font-size: 13px !important;
    padding-top: 10px !important;
    height: inherit !important;
    min-height: 40px !important;
}

.open-now {
    float: right;
}

.goods-box .best-choice {
    background-color: #fffef6;
}

.goods-box .best-choice:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    background: url(/uploads/images/green-like.png);
    background-size: 32px;
}

/* Скрыть строку Только самовывоз */
.storage .type {
    display: none;
}

.storage .visa {
    padding-top: 2px;
}

.storage .visa img {
    max-width: 80px;
    height: auto !important;
}

.util-box {
    border: 3px solid #337ab7;
    border-radius: 9px;
    overflow: auto;
}

.util-box .podbor-block {
    border: none;
}

.util-box .itogo {
    margin-left: 44px;
    font-size: 24px;
}

.util-box .podbor-index-block {
    float: none;
    margin-bottom: 0;
}

.util-box .oskab-table {
    margin-left: 20px;
    margin-top: 20px;
}


/* Утилизация в моб.меню */
.yellow_link {
    color: #bdb76b !important;
}


/* Доставка сегодня */

.deliv-today {
    display: none;
}

/* 24/7 */

/*.phone p a span:after {
    content: "круглосуточно";
    font-size: 12px !important;
    margin-left: 6px;
    color: #568431 !important;
}*/

.telegram {
    background: transparent url("/uploads/images/telegram-s.png") no-repeat scroll 0% 0%;
    padding: 0px 22px;
    font-size: 14px !important;
    display: block;
    margin-top: 17px;
    line-height: 1.1;
}

.viber {
    background: transparent url("/uploads/images/viber-s.png") no-repeat scroll 0% 0%;
    padding: 0px 22px;
    font-size: 14px !important;
    display: block;
    margin-top: 0px;
    line-height: 1.1;
}

/* Корзина компактнее */

#order_form {
    max-width: 940px;
}

/* График работы */

.phone .graph {
    font-size: 11px;
    text-align: right;
    margin-top: -52px;
    font-weight: 300;
    color: rgb(149, 149, 149);
    margin-right: -66px;
}

/* series in brands */
.brand-series {
    margin-right: 6px;
    border-bottom: 1px solid;
    border-color: #ccc;
}

.brand-series:hover {
    text-decoration: none;
}

/* Руб */

.product-price span {
    font-weight: 300;
    margin-left: -2px;
}

.product-price-current span {
    font-weight: 300;
    font-size: 13px;
}

.product-red-price strong span {
    font-size: 13px;
    display: inline-block;
    padding-left: 0;
    margin-left: -4px;
}

/* Задать вопрос */

.send-quest {
    margin-left: 68px;
    border: 1px solid;
    border-radius: 4px;
    padding: 7px 8px;
}

.send-quest::before {
    display: inline-block;
    content: "?";
    margin-right: 7px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 13px;
    border: 1px solid #b4b4b4;
    padding: 0px 6px;
    background: #fffae0;
}

/* Поколения с фотографиями */

.new-generations {
    width: 100%;
}

.new-generations ul {
    padding-left: 0;
    position: relative;
}

.new-generations ul li {
    list-style: none;
    width: 238px;
    height: 179px;
    max-height: 179px;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 4px;
    position: relative;
    margin-bottom: 0;
}

.new-generations ul li img {
    width: 100%;
    margin: 0;
}

.new-generations ul li a {
    height: 100%;
}

.new-generations ul li .new-gen-title {
    width: 100%;
    height: 30%;
    color: #fff;
    font-size: 15px;
    padding: 6px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}


@media (max-width: 450px) {

    .new-generations ul li {
        width: 100%;
        margin-bottom: 6px;
    }
    
    .print_order {
      display: none;
    }

}

/* телефон в футере */

.foot-tel {
    font-size: 18px;
    display: block;
    width: 160px;
    float: left;
    margin-left: 10px;
    padding-top: 5px;
}

.foot-tel a {
    text-decoration: none;
    color: #555;
}

/* Запрос цены */

#petition_form input {
    font-size: 16px;
}

#petition .close {
    font-size: 46px;
}

#petition ul {
    list-style: none;
    padding-left: 2px;
    margin-bottom: 0;
}

/* Отзыв */

.tab-content .review_name_input {
    width: 100% !important;
    max-width: 240px;
    padding: 4px 6px !important;
}

.review_text textarea {
    padding: 4px 6px !important;
    width: 100% !important;
    max-width: 240px;
    height: 110px;
}

.tab-content .review-form__label {
    width: 70px !important;
}

#comment_submit {
    padding: 10px 46px !important;
    margin-left: 69px !important;
    border-color: #fc0;
}

/* Серп */
.b-head {
    display: none;
}

.b-body-items {
    padding-left: 0px !important;
}

.b-serp-item__number {
    display: none !important;
}

.b-bottom-wizard .g-gap-horizontal {
    display: block;
    margin-left: 0px;
}

#ya-site-results .b-pager {
    font-size: 1.1em !important;
}

.b-pager__title {
    display: block;
}

.b-serp-item__links {
    display: none !important;
}

.b-misspell img {
    display: none !important;
}

/* Разные корпуса */

.different_corpuses {
    padding: 20px;
    background-color: rgb(255, 220, 121);
}

.different_corpuses span {
    font-size: 18px;
}

/* Мото-подбор */

.moto-podbor select {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Кнопки в подборе */

.auto-switch {
    margin-bottom: 10px;
}

/* Параметры АКБ */

.what_battery {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.what_battery_params {
    border-radius: 4px;
    display: block;
    padding: 10px 18px;
    background-color: rgb(224, 237, 249);
    margin-left: 5%;
    position: relative;
}

.what_battery_params::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent rgb(224, 237, 249);
    display: block;
    width: 0;
    z-index: 1;
}

/* Ваш город */

.what-city {
    /*display: none;*/
    position: absolute;
    top: 20px;
    width: 100%;
    background: #fffae0;
    height: 140px;
    padding: 20px;
    z-index: 11;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
    max-width: 300px;
    border-radius: 6px;
    left: 20px;
}

/* О компании-города */

.about-city-list ul {
    list-style: none;
    padding-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 50%;
    float: left;
}

.about-city-list ul li {
    padding-bottom: 4px;
}

/* Тест кнопки в шапке */

/*.callback {
    background-color: red;
    color: #fff !important;
    padding: 5px 9px;
    border-bottom: none !important;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0px 3px rgb(206, 22, 22);
}

.callback:hover {
    background-color: #ff522d;
}*/


/* Стили категорий /catalog/  */

.catalog-categories {
    padding-left: 0px;
}

.catalog-categories li {
    display: inline-block;
    margin-right: 10px;
}

.catalog-categories li a {
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #ccc;
}

.catalog-categories-link {
    margin-top:10px;
    margin-bottom:50px;
    display: block;
    text-decoration: underline;
    font-size:16px;
}

/* Временные стили блока на главной */

.index-cat {
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    background-color: #115788;
}

.index-cat .all-cat-menu {

}

.index-cat .all-cat-item {
    margin-right: 18px;
}

.index-cat .all-cat-item a {
    color: #fff;
    font-size: 19px;
}

.index-cat .all-cat-img-holder img {
    width: 190px;
}

.index-cat .truck-icon {
    padding-top: 16px;
}

.index-cat .all-cat-item .moto-icon {
    padding-top: 46px;
}

/* Скрываем блок с красной кнопкой за ненадобностью */

.cars_new_add_model {
    display: none;
}

/* лишний отступ в корзине из my_style */

#order_form {
    padding: 0px !important;
}

#delivery_day {
    font-size: 16px;
}
.stat-about {
    background: url('/uploads/images/sklad-big.jpg');
    text-align: center;
    margin-bottom: 15px;
}

.sklad-about {
    min-height: 300px;
    background-size: cover;
}

.stat-about .stat {
    color: #fff;
    text-shadow: 0px 0px 10px black, 0 0 1em black;
    background: rgba(0,0,0,0.3);
    max-width: 360px;
    margin: auto;
    border: none;
}

.stat-about .stat p {
    color: #fff;
}

.cars_engines {
    margin-top: 20px;
}
.cars_engines ul li a {
    font-size: 18px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.cars_engines ul li a:hover {
    text-decoration: none;
}

.cars_generations {
    margin-bottom: 40px;
}

.cars_generations ul li a {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}

.cars_generations ul li a:hover {
    text-decoration: none;
}

h1 {
    font-size: 27px;
    font-family: Arial;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
    font-family: Arial;
    font-weight: 600;
}

body {
    transition: left 0.4s ease-in-out 0s;
    transition-property: left;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    left: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .95;
    background-color: #E4E4E4;
}

.modal {
    z-index: 12050!important;
}

.open {
    left: 240px;
    position: relative;
    overflow: hidden;
}

button:active, button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0 !important;
}

.input-group input {
    font-size: 16px;
}

.input {
    box-shadow: 0 1px 6px #ccc inset;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    padding: 1px;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    line-height: 0;
    background: #fff;
}

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    padding: 4px 6px;
    margin-bottom: 1px;
    color: #636466;
    border-radius: 4px;
    vertical-align: middle;
}

.fake-checkbox {
    background: url(/templates/images/sprite-big.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
}

.underline {
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #ccc;
}

.underline:hover,.underline:active,.underline:focus {
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #ccc;
}

.container {
}

.city-list {
    top: 0;
    width: 100%;
    background-color: #333333;
    padding-top: 10px;
    box-shadow: inset 0px -11px 20px rgba(0, 0, 0, 0.25);
    display: none;
}

.city-list p {
    font-size: 19px;
    color: #fff;
    font-family: Arial;
    margin-bottom: 18px;
}

.city-list ul {
    list-style: none;
    padding-left: 0;
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
    width: 50%;
    float: left;
}

.city-list ul li {
    margin-bottom: 10px;
}

.city-list ul li a {
    color: #fff;
    padding: 3px;
}

.city-list span {
    background-color: #426eb5;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
}

.rcolinfo {
    float: left;
    width: 40%;
    top: 0;
}

.rcolinfo p {
    color: #ccc;
    font-size: 14px;
}

.close.white {
    color: white;
    text-shadow: none;
    opacity: .8;
    padding-bottom: 3px;
}
.close.white:hover {
    opacity: 1;
}

.close-city {
    float: right;
    top: 0;
    width: 18px;
}

.close-city a {
    color: #fff;
    font-size: 30px;
    line-height: 0.1;
    text-decoration: none;
}

.close-city a:hover, .close-city a:active {
    text-decoration: none;
}

.top-menu {
    height: 42px;
    width: 100%;
    box-shadow: 3px 000;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    z-index: 100;
}

.tm-l-links {
    display: inline;
    float: left;
    padding-top: 10px;
}

.tm-l-links a {
    color: #000;
    font-size: 13px;
}

.tm-l-links ul {
    padding-left: 0;
}

.tm-l-links li {
    text-decoration: none;
    display: inline;
    padding-right: 14px;
}

.top-basket {
    float: right;
    padding-top: 8px;
    font-size: 13px;
}

.basket-line {
    display: inline;
}

.basket-icon {
    margin-right: 4px;
    margin-bottom: 4px;
}

.basket-button {
    border-radius: 4px;
    border: 1px #426eb5 solid;
    background-color: #fff;
    height: 27px;
    padding-left: 9px;
    padding-right: 9px;
}

.basket-button:hover,.basket-button:active,.basket-button:focus {
    background-color: #426eb5;
    border: 1px #426eb5 solid;
    color: #fff;
}

.logo-block {
    padding-top: 13px;
    display: block;
    width: 100%;
    height: 81px;
}

.logo {
    display: inline;
    float: left;
    height: 100%;
}

.logo img {
    width:180px;
}

.logo p {
    font-size: 11px;
    color: #989797;
    margin-left: 3px;
    margin-top: 3px;
}

.city {
    display: inline;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 6px;
    float: left;
    font-size: 14px;
}

#city {
    display: none;
}

.city a {
    text-decoration: none;
    border-bottom: 1px dashed;
    border-color: #000;
    color: #000;
    margin-top: 5px;
}

.city:after {
    /*content: "▼";*/
    margin-left: 2px;
    font-size: 8px;
    border-bottom: none;
    margin-bottom: 5px;
}

.phone-block {
    display: inline;
    float: left;
}

.phone p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.phone p a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    border: none;
    color: #000;
}

.phone a {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed;
    border-color: #000;
    color: #000;
}

.logo-block-links {
    float: right;
    font-size: 13px;
}

.logo-block-links a:hover {
    color: #000;
}

.logo-block-links li {
    margin-left: 10px;
    display: inline;
    list-style: none;
}

.left-menu {
    width: 196px;
    display: table-cell;
    vertical-align: top;
    min-width: 196px;
}

.left-menu h6 {
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    margin-top: 20px;
}

.sub-goods li a {
    font-size: 13px;
}

.stat {
    border: 4px solid #e7e7e7;
    padding: 10px;
    font-family: Arial;
    text-align: center;
    margin-top: 26px;
    background-color: #fff;
}

.left-menu .stat {
    background-color: #fff;
}

.stat hr {
    border-color: #e7e7e7;
    border-width: 4px;
    margin-top: 0;
    margin-bottom: 5px;
}

.stat h6 {
    margin-top: 5px;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.years {
    font-size: 25px;
    font-weight: 600;
    color: #426eb5;
    text-align: center;
    margin-bottom: -13px;
}

.years span {
    font-size: 50px;
}

.clients {
    font-size: 25px;
    font-weight: 600;
    color: #426eb5;
    text-align: center;
    margin-bottom: -7px;
}

.cat-button-container {
    width: 196px;
    display: inline-block;
}

.cat-button {
    background-color: #426eb5;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 5px;
    width: 100%;
    height: 40px;
    border-bottom: 3px solid #2a5192;
}

.cat-button p {
    display: inline-block;
    font-size: 14px;
}

.cat-button:hover {
    background-color: #497bcd;
}

.cat-navbar {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-top: 8px;
}

.cat-navbar>.icon-bar {
    background-color: #fff;
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
}


.left-menu .first-ul {
    list-style: none;
    border: 1px solid #CCC;
    border-radius: 6px;
    padding-bottom: 15px;
    margin-top: 5px;
    padding-left: 0;
}

.left-menu li {
    padding-top: 9px;
    padding-left: 12px;
}

.head-li {
    background-color: #ececec;
    border-radius: 4px 4px 0 0;
    padding-bottom: 0px;
}

.head-li p {

    border-radius: 4px 4px 0 0;
    color: #426eb5;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 1.2;
}

.left-menu a {
    color: #000;
}

.left-menu sup {
    position: relative;
    font-size: 65%;
    padding-left: 3px;
    top: -0.2em;
}

.menu-inside {
    padding-left: 8px;
    margin-left: 0;
    border-radius: 0;
    background-color: white;
    border: !important none;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    list-style: none;
    background-color: #ececec;
    padding-bottom: 5px;
}

.menu-inside li {
    padding-top: 7px;
}

/*.down:after {
    content: "▼";
    margin-left: 4px;
    font-size: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: absolute;
    text-decoration: none;
}*/


/* BREADCRUMPS */

.bread-box {
    width: 100%;
}

.breadcrumbs {
    margin: 18px 10px 0px 10px;
    /*border-bottom: 1px solid #dfdfdf;*/
    padding-bottom: 6px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
    max-height: 40px;
    overflow: hidden;
    font-size: 12px;
}

.breadcrumbs li:after {
    content: '→';
    display: inline-block;
    cursor: default;
    font-size: 11px;
    font-weight: 600;
}

.breadcrumbs li:last-child:after {
    content: '';
}

.breadcrumbs a {
    font-weight: 600;
    font-family: Arial;
    padding-right: 8px;
}

.breadcrumbs a:hover {
    color: #426eb5;
    text-decoration: none;
}

/* FILTERS */

.filter-btn {
    background-color: #426eb5;
    color: #fff;
    font-weight: 600;
    font-family: Arial;
    font-size: 16px;
    margin-bottom: 14px;
}

.filter-btn.focus, .filter-btn:focus, .filter-btn:hover {
    background-color: #497bcd;
    color: #fff;
}

.facets-holder {
    margin-top: 10px;
    background: #F1F1F1 none repeat scroll 0% 0%;
    padding: 10px 10px 10px;
}

.facet-reset .btn {
    width: 100%;
}

.filters-close {
    margin-bottom: 5px;
    display: none;
}

.facets-list {
    list-style: none;
    overflow: hidden;
    margin: 0 0 5px;
    padding-left: 0;
}

.facets-list .facets-list-item {
    padding-left: 0;
}

.facet-area h3 {
    font-size: 18px;
    font-family: Arial;
    margin-bottom: 0;
}

.fake-checkbox {
    background-position: -3px -3px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    margin: 0 1px 0 -3px;
    float: left;
}

.label-checkbox {
    min-height: 17px;
    padding-left: 4px;
    width: 100%;
}

input.input-checkbox {
    position: absolute;
    left: -9999.9px;
    height: auto;
    margin: 0;
    opacity: 0;
    z-index: -1;
}

.input input, .input input:focus {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: none;
    margin: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    line-height: 2rem;
    padding: 1rem 1.4rem;
    height: 4.2rem;
    background: 0 0;
}

.input-checkbox:checked~.label-checkbox .fake-checkbox {
    background-position: -33px -3px;
}

.facet-name {
    overflow: hidden;
    cursor: default;
    display: block;
    word-wrap: break-word;
    padding: 4px 0 0 6px;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.facet-container-inner {
    padding: 10px 0 0;
}

.facet-price-form {
    margin-bottom: 15px;
}

.facet-price-slider {
    margin-bottom: 10px;
}

.ui-slider {
    position: relative;
    background: #e9eaec;
    border-style: none;
    box-shadow: 0 0 2px #dfdfdf inset;
    border-radius: 1rem;
    height: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: .9rem;
    margin-right: .9rem;
}

.ui-slider-range {
    position: absolute;
    background: #747f7f;
    border-style: none;
    height: 1rem;
}

.ui-slider-handle {
    background: #fff;
    position: absolute;
    top: 0;
    border-style: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 4px #999;
    margin: -4px 0 0 -9px;
    z-index: 1;
}

.facet-price-range {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.facet-price-range .input {
    background: #fff;
}

.facet-price-range-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.facet-price-range-item .input {
    width: 80px;
}

.facet-price-range-divider {
    display: inline-block;
    vertical-align: middle;
    background: #747f7f;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    width: 8px;
    height: 2px;
    margin: 0 5px;
}

.facet-price-products-qty {
    font-size: 13px;
    line-height: 13px;
    color: #636466;
}

.facet-price-range .input input {
    text-align: center;
    font-weight: 600;
}

.hide-filters {
    display: none;
}

.expandable-list-link {
    margin: -4px 0 19px;
    font-size: 14px;
    line-height: 2px;
    text-decoration: none;
}

.pull-right {
    float: right;
}

.expandable-list-text {
    text-decoration: underline;
}

/* FILTERS END */

/* CARD */

.good-header-holder {
    display: inline-block;
    width: 83%;
}

.good-header-holder h1 {
    font-size: 23px;
}

.tags-card-box {
    position: relative;
    padding: 0px 0px 9px;
    height: 36px;
}

.tags-card-box .tag {
    display: inline-block;
}

.card-brand-logo {
    float: right;
    width: 100px;
    display: inline-block;
    margin-top: 20px;
    line-height: 14px;
}

.card-brand-logo:before {
    content: "Официальный дилер";
    font-size: 10px;
    line-height: 11px;
    display: block;
    margin-bottom: 3px;
}

.card-brand-logo img {
    width: 100%;
    vertical-align: middle;
}

.card-info-holder {
    width: 100%;
    display: table;
}

.card-info-block {
    float: right;
    width: 100%;
    margin-left: -300px;
    padding-left: 300px;
}

.card-info-tech {
    float: right;
    width: 100%;
    margin-left: -300px;
    padding-left: 300px;
}

.card-info-tech .table {
    max-width: 590px;
}

.photo-box {
    float: left;
    width: 290px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.photo-box .video-btn {
    display: block;
}

.photo-box .video-btn::before {
    display: inline-block;
    content: "►";
    margin-right: 7px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 13px;
    border: 1px solid #ca0029;
    padding: 0px 5px;
    background: #e60101;
    height: 24px;
    width: 24px;
    color: #fff;
}

.product_art {
    position: absolute;
    top: 24px;
    left: 0;
}

.stars {
    background-image: url("/templates/images/rating-stars.png");
    width: 60px;
    display: inline-block;
    height: 12px;
    margin-left: 5px;
}

.stars.rank5 {
    background-position: 0px -60px;
}

.author {
    padding-left: 5px;
    font-weight: 600;
    margin-top: -4px;
}

.date {
    font-size: 11px;
    padding-left: 5px;
    color: #999;
    margin-bottom: 5px;
}

.review-text {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 15px;
    padding: 8px;
    background-color: #FFFAE0;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
    max-width: 600px;
}

.auth {
    margin-bottom: 20px;
    margin-left: 5px;
}

.product_art .reviews_link {
    font-size: 11px;
    color: #999;
    display: inline-block;
    border-bottom: 1px dotted #999;
    text-decoration: none;
    position: relative;
    bottom: 1px;
    left: 1px;
    line-height: 1.2;
}

.product-art .stars.rank5 {
    background-position: 0px -60px;
}

.card-price {
    font-size: 17px;
    font-family: Arial;
}

.card-price span {
    font-size: 33px;
    font-weight: 600;
}

.add-big-button {
    background-color: #00BA0F;
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    border-bottom: 3px solid #00A30D;
    padding-left: 29px;
    padding-right: 29px;
}

.add-big-button:hover {
    background-color: #05ce27;
    color: #fff;
}

.discount-box {
    background-color: #FFFAE0;
    border: 1px solid #B4B4B4;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    max-width: 590px;
}

.discount {
    font-family: Arial;
    font-size: 16px;
    display: inline;
}

.discount span {
    font-family: Arial;
    font-size: 22px;
    font-weight: 600;
    display: inline;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F5F5F5;
}

.capacity_page {
    font-size: 13px;
    display: inline-block;
    padding-left: 25px;
}

.card-info-tech {
    margin-top: 15px;
    padding-right: 30px;
}

.markets {
    text-decoration: underline;
    cursor: pointer;
}

.tab-content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.on_storages {
    float: left;
    width: 270px;
    display: block;
    overflow-y: auto;
    height: 500px;
    padding: 8px;
    border: 1px solid #DADADA;
    box-shadow: inset 0px 0px 14px rgba(0,0,0,.15);
}

.storage_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.storage_box .storage {
    font-family: Arial;
    font-weight: 800;
    padding-top: 5px;
}

.storage_box:last-child {
    border-bottom: none;
}

#storage-list .on_storages {
    width: 100%;
    overflow: auto;
    height: inherit;
    border: none;
    box-shadow: none;
}

.on_storages .qty {
    height: 34px;
}

.on_storages button {
    float: right;
    border-color: orange;
    border-width: 2px;
    font-size: 13px;
    top: 0px;
    position: absolute;
    right: 0;
}

.on_storages button:hover {
    background-color: orange;
    color: #fff;
    border-color: orange;
}

.qty {
    padding: 6px 11px;
    background-color: #FFF5D1;
    display: block;
    width: 103px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: Arial;
    font-weight: 600;
    text-align: center;
}

.schedule_box {
    font-size: 13px;
}

.map-holder {
    width: 648px;
    height: 500px;
    float: right;
    display: block;
}

.soldOut {
    font-weight: bold;
    font-size: 16px;
    float: left;
    background-color: #fffada;
    padding: 1px 7px;
}

.soldOut a {
    text-decoration: underline;
}


/* ANALOG */

.same-gabarites p {
    font-size: 22px;
}

.good-header {
    line-height: 1.2;
}

/* CATALOG */

.product-tiles-list {
    border: solid #dfdfdf;
    border-width: 0 0 0 1px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 1px;
}

.product-tile-picture-holder {
    min-height: 115px;
}

.product-tile-picture {
    text-align: center;

}

.product-tile-picture img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: none !important;
}

.product-tile {
    border: solid #dfdfdf;
    border-width: 1px 1px 1px 0;
    background: #fff;
    box-sizing: border-box;
    padding: 5px 20px 30px;
    width: 33.33333333%;
}

.product-tile-title {
    font-size: 16px;
    height: 51px;
    overflow: hidden;
}

.product-tile-title a {
    color: #000;
    text-decoration: none;
}

.product-tile-title a:hover {
    text-decoration: none;
}

.grid-view .product-tile {
    float: left;
    position: relative;
    margin-bottom: -1px;
}

.product-red-price strong {
    font-size: 24px;
    color: #000;
    font-family: Arial;
}

.product-red-price span {
    font-size: 11px;
    color: #555;
    margin-bottom: 3px;
    display: block;
    margin-top: -8px;
    padding-left: 1px;
}

.product-price strong {
    font-size: 18px;
    font-family: Arial;
    color: #555;
}

.product-tile-checkout-section {
    padding-bottom: 5px;
    padding-top: 5px;
    /*border-top: 1px solid #e9eaec;*/
    /*border-bottom: 1px solid #e9eaec;*/
    height: 76px;
    position: relative;
}

.product-tile-checkout-section .info-wrap {
    float: left;
}

.add-to-basket-block {
    text-align: right;
    position: absolute;
    right: 0px;
}

.add-to-basket-small {
    background: #24b770;
    color: #fff;
    font-family: Arial;
    font-weight: 600;
    font-size: 15;
}

.add-to-basket-small:hover {
    background: #568431;
    color: #fff;
}

.ability {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ability span:before {
    content: '●';
    float: left;
    margin: 0 5px 0 0;
    font-size: 1.18em;
    line-height: 1;
    position: relative;
}

.deliv {
    color: green;
}

.store {
    color: green;
}

.tech-list-block {
    font-size: 11px;
}

.tech-list-block ul {
    list-style: none;
    padding-left: 0;
}

.one-click-block {
    padding-bottom: 3px;
}

.one-click-link {
    text-decoration: underline;
    font-family: Arial;
    font-weight: 600;
}

.one-click-block span {
    background-image: url("/templates/images/sprite.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: -0px -12px;
    width: 23px;
    height: 23px;
    top: 10px;
    margin-right: 8px;
    position: relative;
}

.tag {
    background: #ff9100;
    display: block;
    left: 6px;
    position: absolute;
    top: 6px;
    z-index: 8;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    padding: 3px 5px 2px 5px;
    border-radius: 4px;
    text-align: center;
    width: inherit !important;
}

.show-more-block {
    margin-top: 20px;
    text-align: center;
}

.show-more-btn {
    background-color: #24b770;
    color: #fff;
    font-size: 16px;
    font-family: Arial;
}

.show-more-btn:hover {
    background: #568431;
    color: #fff;
}

.show-more-context {
    margin-top: 5px;
    color: #555;
    font-size: 13px;
}

.sort-block {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}

.sort-block select {
    display: inline;
    max-width: 204px;
    font-size: 13px;
}

.sort-title {
    display: inline;
}

.recommended-box {
    border: 4px solid #03cbc9;
    padding: 28px 22px 22px 22px;
    margin-bottom: 25px;
}

.recommended-box .header-box {
    text-align: center;
    position: relative;
    top: -42px;
}

.recommended-box .recommend-header {
    background: #fff;
    width: 169px;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}

.recommended-box .add-to-basket-block {
    text-align: center;
    position: relative;
}

.recommended-box .add-to-basket-small {
    width: 100%;
    border-bottom: #039959 3px solid;
}

.recommended-box .add-to-basket-small:hover {
    background: #29af46;
    color: #fff;
}

.recommended-box .guarantee {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
}

.recommended-box .recommend-var {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.recommended-box .recommend-var-green {
    color: #039959;
}

#one-click {
    z-index: 20000 !important;
}

/* CONTENT */

.wraper {
    display: table;
    width: 100%;
}

.content {
    display: table-cell;
    padding-left: 20px;
}

.content h4 {
    margin-top: 15px;
}

.no-menu {
    padding-left: 0px;
}

/* INDEX-AUTO-BLOCK */

.index-auto-block {
    margin-top: 15px;
}

.auto-block-l {
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 200px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
    background-color: #fff;
    margin-bottom: -1px;
    float: left;
    position: relative;
    list-style: none;
    padding-bottom: 1px;
}

.auto-block-l select {
    font-size: 16px;
    font-weight: 600;
}

.auto-block-logos {
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    float: left;
    width: 100%;
    border-radius: 0px 8px 8px 8px;
    padding: 6px;
    display: table;
}

.index-auto-block ul {
    padding-left: 0;
}

.podbor-link a {
    float: right;
    padding-top: 14px;
    color: #000;
}

/*.auto-logo {
    text-align: center;
    float: left;
    display: table-cell;
    width: 100%;
    max-width: 100px;
    padding-bottom: 10px;
    padding-top: 5px;
}*/

.auto-logo {
    text-align: center;
    min-width: 125px;
    margin-bottom: 10px;
}

.auto-logo a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1px;
    color: #555;
    overflow: hidden;
}

.auto-block-logos .thumbnail {
    border: none;
    margin-bottom: 0px;
}

.index_cars .thumbnail {
    border: none;
}


/* SEARCH */

.search {
    height: 43px;
    margin-top: -1px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-button {
    height: 43px;
    width: 92px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #487bcc;
    margin-top: -1px;
    color: #fff !important;
    border: none;
    background: rgba(66,110,181,1);
    background: -moz-linear-gradient(top, rgba(66,110,181,1) 0%, rgba(73,124,205,1) 40%, rgba(66,110,181,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,110,181,1)), color-stop(40%, rgba(73,124,205,1)), color-stop(100%, rgba(66,110,181,1)));
    background: -webkit-linear-gradient(top, rgba(66,110,181,1) 0%, rgba(73,124,205,1) 40%, rgba(66,110,181,1) 100%);
    background: -o-linear-gradient(top, rgba(66,110,181,1) 0%, rgba(73,124,205,1) 40%, rgba(66,110,181,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,110,181,1) 0%, rgba(73,124,205,1) 40%, rgba(66,110,181,1) 100%);
    background: linear-gradient(to bottom, rgba(66,110,181,1) 0%, rgba(73,124,205,1) 40%, rgba(66,110,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426eb5', endColorstr='#426eb5', GradientType=0 );
    color: #fff; padding: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.search-button:hover {
    background-color: #4370b9;
    color: #fff;
    background: rgba(66,114,190,1);
    background: -moz-linear-gradient(top, rgba(66,114,190,1) 0%, rgba(72,128,218,1) 40%, rgba(66,114,190,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,114,190,1)), color-stop(40%, rgba(72,128,218,1)), color-stop(100%, rgba(66,114,190,1)));
    background: -webkit-linear-gradient(top, rgba(66,114,190,1) 0%, rgba(72,128,218,1) 40%, rgba(66,114,190,1) 100%);
    background: -o-linear-gradient(top, rgba(66,114,190,1) 0%, rgba(72,128,218,1) 40%, rgba(66,114,190,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,114,190,1) 0%, rgba(72,128,218,1) 40%, rgba(66,114,190,1) 100%);
    background: linear-gradient(to bottom, rgba(66,114,190,1) 0%, rgba(72,128,218,1) 40%, rgba(66,114,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4272be', endColorstr='#4272be', GradientType=0 );
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.search-button:active {
    font-color: #fff;
    background: rgba(72,128,218,1) !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.sale-button {
    background-color: #24b770;
    border: 1px #568431 solid;
    border-radius: 4px;
    color: #fff;
    width: 117px;
    height: 42px;
    text-align: center;
    font-size: 12px;
    line-height: 1.0;
    padding-left: 4px;
    display: table-cell;
    float: right;
    font-weight: 600;
}

.search-box {
    display: inline-block;
    width: 726px;
    float: right;
}

.search-l {
    display: inline-block;
    margin-right: -51px;
    float: left;
    width: 100%;
    padding-right: 132px;
}

.search-r {
    display: inline-block;
    width: 50px;
    padding-left: 20px;
    float: right;
}

.search-line {
    position: relative;
}

.all-cat-menu {
    background: #fff;
    width: 951px;
    margin-top: 8px;
    padding: 20px;
    padding-top: 70px;
    border-radius: 4px;
    margin-left: -5px;
    margin-right: -5px;
    background: #115788;
    position: absolute;
    z-index: 11000;
    max-height: 1000px;
    box-shadow: 0px 10px 30px #02375d;
}

.all-cat-item {
    display: inline-block;
    margin-right: 62px;
    vertical-align: top;
    margin-top: -5px;
}

.all-cat-img-holder {
    height: 150px;
    text-align: center;
}

.all-cat-img-holder img {
    vertical-align: bottom;
}

.all-cat-item .car-icon {
    padding-top: 57px;
}

.all-cat-item .podbor-icon {
    padding-top: 27px;
}

.all-cat-item .moto-icon {
    padding-top: 54px;
}

.all-cat-item .maslo-icon {
    margin-left: -56px;
    margin-right: 0;
    width: 174px;
}

.all-cat-menu a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.1px;
}

.all-cat-menu ul {
    padding-left: 7px;
}

.all-cat-menu li {
    list-style: none;
}

.all-cat-menu li a {
    font-weight: 300;
    font-size: 14px;
}

.banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
}

.navbar-toggle {
    float: left;
    margin-top: 4px;
    margin-right: 0;
    padding-left: 0;
}

.navbar-toggle .icon-bar {
    background-color: #426EB5;
}


/* SMART SEARCH */

.search-wrap {
    position: absolute;
    top: 0;
}

.smart-search-block {
    position: relative;
    margin: auto;
}

.smart-search {
    position: absolute;
    top: 164px;
    left: 216px;
    background-color: #fff;
    z-index: 100;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 6px 6px;
    width: 495px;
}

.search-left {
    float: left;
    width: 325px;
    box-sizing: border-box;
}

.search-right {
    float: left;
    border-top: 1px solid #DEDEDE;
    border-left: none;
    width: 325px;
}

.suggest {
    border-top: 1px solid #DEDEDE;
    padding: 0px 0px 15px;
}

.suggest:first-child {
    border: none;
}

.suggest h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.suggest a {
    display: block;
    font-size: 13px;
    color: #000;
}

.suggest a span {
    color: #426EB5;
}

.suggest a:hover {
    color: #426EB5;
}

.product-search {
    padding: 0px 0px 15px;
    width: 100%;
}

.product-search a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.product-wrap {
    overflow: hidden;
    border: 0px none;
    margin: 0px;
    position: relative;
    cursor: pointer;
    padding: 0;
}

.image-container {
    display: block;
    float: left;
    width: 40px;
    margin: 0px 15px 0px 0px;
}

.product-wrap {
    padding: 0px;
    overflow: hidden;
    border: 0px none;
    padding: 14px 0px 0px;
    margin: 0px;
}

.info {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 75%;
}

.info > .description {
    padding: 0px;
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-family: Arial;
    line-height: 18px;
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
    float: none;
    position: static;
    word-wrap: break-word;
    color: #000;
}

.info > .description:hover {
    color: #426EB5;
}

/* PODBOR INDEX*/

.podbor-index-block {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.podbor-index-block p span {
    font-size: 22px;
    font-family: Arial;
    font-weight: 600;
}

.podbor-block {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    display: table;
    width: 100%;
    background-color: #fffae0;
}

.podbor-block img {
    width: 88px;
    height: 88px;
    float: left;
    max-width: none;
}

.podbor-l-col {
    display: table-cell;
    padding: 6px 20px 6px 6px;
    max-width: 135px;
}

.modal-body .podbor-l-col {
    max-width: none;
}

.modal-body .podbor-l-col img {
    max-width: 100%;
}

.podbor-r-col {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.podbor-r-col p {
    margin: 1px 0 5px;
}

.podbor-r-col p.title {
    font-size: 22px;
    font-family: Arial;
    font-weight: 600;
}

.podbor-r-col p span {
    font-size: 16px;
    font-weight: 600;
}


.podbor-r-col .input-group {
    max-width: 560px;
}

.timer {
    display: inline-block;
    font: 300 29px 'Open Sans', sans-serif;
    padding-right: 25px;
    margin-left: -5px;
    color: #AAA;
    position: relative;
    left: 5px;
    top: 6px;
    background: url("/templates/images/timer.png") no-repeat right center;
}

.worktime {
    color: #888;
    margin-top: 5px !important;
}

/* BRANDS LOGOS INDEX*/
.brandslogos {
    float: left;
    width: 100%;
    display: table-cell;
    margin-top: 20px;
}

.semiheader {
    font-size: 22px;
    font-family: Arial;
    font-weight: 600;
}

.logo-container {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 20px;
}

.howtobuy {
    float: left;
    line-height: 1.7;
}

.howto-tr {
    padding-bottom: 20px;
}

.icon-holder {
    float: left;
    margin-right: 20px;
}

.dopgoods-main .half {
    width: 100%;
}

.dopgoods-main img:hover {
    filter: brightness(1.05);
    -webkit-filter: brightness(1.05);
    -moz-filter: brightness(1.05);
    -o-filter: brightness(1.05);
    -ms-filter: brightness(1.05);
}

/* NEWS*/

.news-block {
    margin-bottom: 30px;
    background-color: #e7e7e7;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
}

.news-block h4 {
    font-size: 22px;
    font-family: Arial;
    font-weight: 600;
}

.news-list {
    list-style: none;
    padding-left: 0;
    display: table;
    width: 100%;
}

.news-list li {
    display: table-cell;
    width: 50%;
    padding-right: 15px;
}

.news-list a {
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
}

/* NEWS PAGE */

.news-page {
    margin-top: 20px;
}

.news-page ul {
    padding-left: 0;
    list-style: none;
}

.news-page ul li {
    padding-bottom: 15px;
}

.news-page ul li h5 {
    font-size: 20px;
    font-family: Arial;
}

.news-page ul li a {
    color: #000;
    text-decoration: underline;
}

.news-page ul li a:hover {
    color: #000;
    text-decoration: none;
}

.news-page .new-data {
    color: #555;
    font-size: 13px;
}

.news_text p {
  max-width: 850px;
}


/* BASKET */

.basket-page-box {
    margin-top: 20px;
}

.basket-table-head {
    display: table;
    width: 100%;
    color: #999;
}

.basket-table-head div {
    display: table-cell;
}

.b-t-h-img {
    width: 130px;
}

.b-t-h-title {
    width: 390px;
}

.b-t-h-price {
    width: 119px;
}

.b-t-h-q {
    width: 136px;
}

.basket-good {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.basket-good div {
    /*display: inline-block;
    padding: 3px;*/
    vertical-align: middle;
}

.basket-good .basket-img-title {
    display: inline-block;
}

.basket-good .basket-price-q {
    display: inline-block;
}

.basket-good .input-group {
    display: table;
}

.basket-good .input-number {
    height: 34px;
}

.basket-good-img {
    width: 130px;
    display: inline-block;
    text-align: center;
}

.basket-good-title {
    width: 380px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
}

.basket-good-price {
    width: 120px;
    display: inline-block;
}

.basket-good-price span {
    font-size: 16px;
    font-weight: 700;
}

.basket-good-q {
    width: 130px;
    display: inline-block;
}

.basket-good-q input {
    width: 40px;
}

.basket-good-summ {
    width: 93px;
    display: inline-block;
    padding-left: 5px;
}

.basket-good-summ span {
    font-size: 16px;
}

.basket-good-del {
    width: 44px;
    text-align: center;
    display: inline-block;
}

.basket-good-del span {
    color: red;
    font-weight: 600;
    font-size: 28px;
}

.basket-good-del a:hover, .basket-good-del a:active, .basket-good-del a:focus {
    text-decoration: none;
}

.deliv-summ-box div, .lift-summ-box div{
    display: inline-block;
    padding: 5px;
}

.deliv-summ-box .delivery, .lift-summ-box .lift {
    width: 770px;
    text-align: right;
}

.deliv-summ-box .del-summ, .lift-summ-box .lift-summ {
    font-weight: 700;
    font-size: 18px;
}

.full-summ {
    border-top: 2px solid #ccc;
}

.full-summ div {
    display: inline-block;
    padding: 5px;
    font-weight: 700;
}

.full-summ .summ-text {
    width: 770px;
    text-align: right;
}

.full-summ .summ-number {
    font-size: 20px;
}

.delivery-store-block {
    width: 100%;
    float: left;
}

.delivery-store-select {

}

.deliv-store-holder {
    max-width: 730px;
    margin-top: 15px;
}

.deliv-store-holder .nav li a {
    font-size: 15px;
}

.delivery-store-select .checkbox, .radio {
    margin-left: 21px;
}

.select_stock_div {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-top: 11px;
}

.select_stock_div .is {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: green;
}

.b-ico {
    display: inline-block;
    height: 0;
    margin-right: 4px;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 4px;
}

.b-ico._metro2_16x17 {
    border: 2px solid;
    border-radius: 8px;
    font-family: verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    position: relative;
    text-align: center;
}

.b-ico._metro2_16x17._normal {
    border-width: 1px;
    font-weight: normal;
    height: 15px;
    line-height: 12px;
    width: 14px;
}

.recommend-goods-block {
    margin-bottom: 20px;
}


.recommend-goods-block .product-tile-checkout-section {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: none;
    border-bottom: none;
    height: 50px;
}


.recommend-goods-block .product-tile {
    padding: 5px 20px 10px;
}


.recommend-goods-block .product-red-price strong {
    font-size: 20px;
}

/* basket-form */

.order-form-holder {
    margin-bottom: 20px;
}

table.accordion div.inactive {
    margin: 0px;
    border: 0px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    padding-left: 0px;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
}

.oskab-notice {
    font-size: 17px;
    text-align: center;
    padding: 2px 0 0 20px;
}

#wasted_battery .basket_oskab_button {
    line-height: 17px;
    text-decoration: none;
    font-size: 15px;
    background: #eeeeee;
    background: linear-gradient(top , #FCFCFC 0px, #D3D3D3 100%);
    background: -o-linear-gradient(top , #FCFCFC 0px, #D3D3D3 100%);
    background: -moz-linear-gradient(top , #FCFCFC 0px, #D3D3D3 100%);
    background: -webkit-linear-gradient(top , #FCFCFC 0px, #D3D3D3 100%);
    background: -ms-linear-gradient(top , #FCFCFC 0px, #D3D3D3 100%);
    display: inline-block;
    padding: 0px 4px 2px;
    height: 15px;
    position: relative;
    bottom: 2px;
    border: 1px solid #a2a2a2;
    border-radius: 3px;
}

#div_banking_details textarea {
    max-width: 600px;
    height: 140px;
    border: 1px solid black;
    margin-top: 5px;
}

.oskab-table {
    float: left; font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.oskab-table .input-number {
    height: 34px;
}

.cont-info-header {
    font-size: 20px;
    margin-left: 20px;
}

.send-order-form {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.send-order-form p {
    padding-top: 4px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    font-weight: 700;
}

.send-order-form input {
    min-width: 267px
}

.order-button-block {
    margin-top: 10px;
}

#search_basket select {
    width: 200px;
}

table.accordion .span.mini {
    color: #999;
}

#get_day {
    font-size: 16px;
}

/* basket-form-end */

.send-order-form span {
    color: red;
    font-size: 17px;
}

/* BASKET END */

/* CARS-LIST  */

.car-list-block ul {
    padding-left: 0;
    list-style: none;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.select-car {
    background-color: #24b770;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 4px;
    color: #fff;
}

.select-car span {
    font-size: 15px;
    padding-left: 7px;
    padding-right: 4px;
}

.car-list-block ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.car-list-header-block {

}

.car-list-header-holder {
    display: inline-block;
    width: 73%;
}

.car-list-brand-logo {
    float: right;
    width: 100px;
    display: inline-block;
    margin-top: 5px;
}

.no_results {
    padding: 15px;
    background: #fffae0;
    border: 1px solid #999;
    margin-bottom: 20px;
    top: 20px;
}

.cars_new_add_model.no_results {
    border-radius: 5px;
    padding: 15px;
}

.cars_new_add_model .text {
    color: #7b7b79;
}

.cars_new_add_model .step_1 .text {
    display: block;
    width: 100%;
    margin-top: 5px;
}

#new_model {
    font: bold 19px Arial;
    padding: 4px 6px;
    margin: 0px 5px;
    color: #111;
    width: 325px;
    border: 1px solid black;
    display: inline-block;
    border-radius: 3px;
}

.button_red {
    background-color: #d92e37;
    border: none;
    border-bottom: 3px solid #a12e35;
    border-radius: 4px;
    padding: 10px 17px 8px;
    margin: 0 15px 0 0px;
    color: white;
    text-transform: none;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.button_red:hover {
    background-color: #FD202C;
    color: #fff;
    border-bottom: 3px solid #a12e35;
}

.button_red:active {
    background-color: #a12e35;
    color: #fff;
}

.cars_new_add_model .step_2 {
    display: none;
}

.cars_new_add_model .step_3 {
    display: none;
}


.step_3 .input-group {
    max-width: 560px;
}

.step_3 .search-button {
    width: 102px;
}

/* ENGINES */

.podbor-engines {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

.podbor-engines a {
    font-size: 18px;
    font-weight: 700;
}

.podbor-engines .table-header {
    display: table-row;
    font-size: 13px;
}

.podbor-engines .table-header div {
    display: table-cell;
    padding-left: 10px;
    color: #B5B5B5;
}

.podbor-engines .table-header div:first-child {
    padding-left: 0;
}

.podbor-engines .table-body {
    display: table-row;
}

.podbor-engines .table-body div {
    display: table-cell;
    padding-left: 10px;
}

.podbor-engines .table-body div:first-child {
    padding-left: 0;
}

.cat-text {
    line-height: 1.7;
    margin-bottom: 10px;
}

.cat-text img {
    margin-right: 15px;
}

/* CHIEF */

.chief-block {
    display: table;
}

.chief {
    background-color: #fffae0;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 17px;
}

.chief a {
    color: #000;
    font-size: 18px;
    padding-bottom: 15px;
}

.chief-comment {
    font-size: 12px;
    margin-top: 9px;
}

.tel-graph {
    display: table-cell;
    padding: 17px;
}

.tel-graph .tel p {
    margin-bottom: 5px;
}

.tel-graph .tel span {
    font-size: 22px;
}

.tel-graph .graph {
    padding-top: 5px;
    line-height: 1.7;
}

.email {
    padding: 17px;
}

.email a {
    color: #000;
    font-size: 22px;
    padding-bottom: 15px;
}

/* CHIEF-END */

/* MAG */

.mag-soc {

}

.mag-rec {
    float: left;
    max-width: 450px;
    box-shadow: 0 3px 15px 0 rgba(26,26,26,.12),0 0 0 1px rgba(26,26,26,.08);
    padding: 20px;
    margin: 20px 0px;
    border-radius: 6px;
}

/* MAG END */



/* FOOTER*/

.footer {
    background-color: #f0f0f0;
    padding-top: 20px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.10);
    min-height: 110px;
}

.footer ul {
    padding-left: 0;
}

.footer li {
    display: inline-block;
    list-style: none;
}

.footer li a {
    color: #000;
    margin-right: 20px;
    font-size: 13px;
}

.left-footer {
    float: left;
    padding-top: 7px;
}

.market {
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    width: 289px;
    height: 38px;
    padding-top: 7px;
    padding-left: 10px;
    background-color: #fff;
    float: left;
}

.market-text {
    font-size: 11px;
    padding-right: 2px;
}

.market img {
    margin-top: -2px;
}

.right-footer {
    float: right;
    display: inline;
}

#storage-list .on_storages .storage_box .storage_links {
    display: none;
}

.more {
    display: none;
}


/* OPT */

.opt-page {
    margin-bottom: 20px;
}

.opt-page .op-splash {
    background: url(/templates/images/opt-bg.jpg);
    height: 364px;
    color: #fff;
    margin-bottom: 14px;
}

.op-splash .op-splash-box {
    width: 80%;
    margin: auto;
    height: 190px;
    padding-top: 40px;
}

.op-splash .op-splash-box h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}

.op-splash .op-splash-box p {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: -12px;
    margin-bottom: 0;
}

.opt-page .op-splash .op-splash-btn-box {
    width: 80%;
    margin: auto;
    text-align: center;
}

.op-btn {
    width: 100%;
    max-width: 257px;
    height: 54px;
    border: none;
    border-radius: 8px;
    font-size: 19px;

}

.op-btn-green {
    background: #01cf6c;
    background: -moz-linear-gradient(top, #01cf6c 0%, #00d46e 48%, #04b05d 100%);
    background: -webkit-linear-gradient(top, #01cf6c 0%,#00d46e 48%,#04b05d 100%);
    background: linear-gradient(to bottom, #01cf6c 0%,#00d46e 48%,#04b05d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01cf6c', endColorstr='#04b05d',GradientType=0 );
    border-bottom: #008e4a 4px solid;
    margin-right: 4px;
}

.op-btn-blue {
    background: #4573bc;
    background: -moz-linear-gradient(top, #4573bc 0%, #4778c7 48%, #2a58a2 100%);
    background: -webkit-linear-gradient(top, #4573bc 0%,#4778c7 48%,#2a58a2 100%);
    background: linear-gradient(to bottom, #4573bc 0%,#4778c7 48%,#2a58a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4573bc', endColorstr='#2a58a2',GradientType=0 );
    border-bottom: #244170 4px solid;
    margin-left: 4px;
}

.opt-page .op-splash .op-splash-btn-box p {
    text-align: left;
    padding-top: 20px;
    width: 80%;
    max-width: 500px;
    margin: auto;
}

.svetofor {
    height: 148px;
    background-color: #00cb81;
}

.svetofor-one {
    padding: 23px;
    display: inline-block;
    float: left;
    width: 33.333333%;
}

.svetofor .nds {
    background-color: #e4154f;
}

.svetofor .sale {
    background-color: #e3d21b;
}

.svetofor .risk {
    background-color: #00cb81;
}

.sv-ramka {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    border: 4px solid #fff;
    padding: 13px;
    width: 102px;
    height: 102px;
    display: inline-block;
    float: left;
}

.sv-text {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 150px;
    margin-left: 10px;
    float: left;
    margin-top: 21px;
}

.sale .sv-ramka {
    border-color: #454545;
    color: #454545;
}

.sale .sv-text {
    color: #454545;
}

.nds .ramka-one {
    line-height: 36px;
}

.nds .ramka-two {
    line-height: 37px;
}

.sale .ramka-one {
    line-height: 48px;
}

.sale .ramka-two {
    line-height: 1px;
    font-size: 20px;
}

.risk .ramka-one {
    line-height: 48px;
}

.risk .ramka-two {
    line-height: 1px;
    font-size: 24px;
}

.delivery-opt-block {
    height: 240px;
}

.opt-page .delivery-opt {
    background: url('/uploads/images/deliv-car.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #469dd3;
    height: 240px;
    padding: 30px;
    width: 66.666666%;
    display: inline-block;
    float: left;
}

.opt-page .delivery-opt .delivery-text {
    color: #fff;
    width: 240px;
}

.opt-page .delivery-opt .delivery-text span {
    font-size: 24px;
}

.opt-page .delivery-opt-block .pek {
    width: 33.333333%;
    height: 240px;
    background-color: #f8f8f8;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 43px;
}

.opt-page .delivery-opt-block .pek img {
    margin-bottom: 20px;
}

.opt-page .delivery-opt-block .pek-text {
    color: #252069;
    text-align: left;
}

.opt-page .delivery-opt-block .pek-text span {
    font-size: 24px;
}

.opt-header {
    font-size: 40px;
    text-align: center;
    margin-top: 34px;
    color: #000;
}

.opt-semiheader {
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    color: #000;
}

.opt-page .electron {
    background-color: #f4f4f4;
    margin-top: 20px;
    margin-bottom: 10px;
}

.opt-page .electron .el-sys {
    background-color: #f4f4f4;
    width: 33.333333%;
    height: 174px;
    display: inline-block;
    float: left;
    text-align: center;
    padding-top: 47px;
}

.opt-page .electron .sbis {
    background-color: #ebebeb;
}

.electron-text {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.opt-brands {
    background-color: #0d9bb5;
    padding: 20px 10px;
    margin-top: 20px;
}

.opt-brands ul {
    -webkit-column-count:6;
    -moz-column-count:6;
    column-count:6;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.opt-brands ul li {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 10px;
}

.opt-dealer {
    margin-top: 46px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    float: left;
}

.opt-dealer-one {
    width: 33.333333%;
    display: inline-block;
    float: left;
}

.opt-dealer-one img {
    margin-bottom: 6px;
}

.opt-util {
    border: 8px solid #399b2c;
    color: #399b2c;
    float: left;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 40px;
}

.opt-util .opt-header, .opt-util .opt-semiheader {
    color: #399b2c;
}

.opt-util .opt-header {
    margin-top: 0;
}

.opt-util-point {
    width: 33.333333%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 18px;
    margin-top: 60px;
}

.opt-util-point p {
    max-width: 170px;
    display: block;
    margin: auto;
}

.opt-util-point img {
    width: 150px;
    margin-bottom: 8px;
}

.opt-util-btn-holder {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.opt-util-btn {
    color: #399b2c;
    border: 2px solid;
    border-color: #399b2c;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    transition: all 0.3s;
}

.opt-util-btn:hover, .opt-util-btn:active, .opt-util-btn:focus {
    color: #fff;
    background-color: #399b2c;
}

.opt-manager {
    background: url('/templates/images/opt-manager.jpg');
    float: left;
    width: 100%;
    height: 392px;
    margin-bottom: 20px;
}

.opt-manager-l {
    width: 45%;
    display: inline-block;
    float: left;
}

.opt-manager-r {
    width: 55%;
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.opt-manager-head {
    font-size: 42px;
    color: #fff;
    line-height: 40px;
}

.opt-manager-semihead {
    font-size: 35px;
    color: #fff;
    line-height: 35px;
}

.opt-manager-list {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.opt-form {
    background-color: #ededed;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.opt-form-l {
    padding-top: 20px;
    float: left;
    display: inline-block;
    width: 50%;
    padding-left: 60px;
    padding-right: 20px;
    height: 380px;
}

.opt-form-r {
    padding-top: 20px;
    float: right;
    display: inline-block;
    width: 50%;
    padding-right: 60px;
    padding-left: 20px;
    height: 380px;
}

.opt-form input, .opt-form select {
    height: 50px;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.opt-form input[type=checkbox] {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 0;
}

.opt-checkbox-label {
    display: inline;
    margin-top: 0px;
}

.opt-form textarea {
    border: none;
    width: 100%;
    height: 152px;
    margin-bottom: 20px;
    resize: none;
    padding: 10px;
}

.op-btn-send-box {
    padding-left: 60px;
}

.opt-form .op-btn {
    color: #fff;
}

/* END OPT */



/* Big devices (tablets, 1400px and up) */
@media (min-width: 1400px) {

    /*new-year-decor start*/
    /*body {
      background: url("/uploads/images/christmas-corner.jpg");
      background-repeat: no-repeat;
      background-position-y: 42px;
      background-position-x: -130px;
    }*/
    /*new-year-decor end*/

}

/* Big devices (tablets, 1600px and up) */
@media (min-width: 1600px) {

    /*new-year-decor start*/
    body {
        background-position-x: 0px;
    }
    /*new-year-decor end*/

}

/* Big devices (tablets, 1200px and up) */
@media (min-width: 1200px) {

    .index-cat .all-cat-item {
        width: 28%;
    }

    .smart-search {
        width: 695px;
    }

    .podbor-block img {
        width: 120px;
        height: 120px;
    }

    .podbor-r-col {
        padding-top: 15px;
    }

    .search-box {
        width: 924px;
    }

    .search-right {
        float: left;
        border-left: 1px solid #DEDEDE;
        border-top: none;
        padding-left: 10px;
        width: 325px;
    }

    .search-left {
        padding-right: 20px;
    }

    .product-tile {
        width: 24.999999%;
    }

    .on_storages {
        width: 270px;
    }

    .map-holder {
        width: 848px;
        height: 500px;
    }

    /* wide shop-list */
    #storage-list .on_storages .storage_box {
        width: 100%;
    }

    #storage-list .on_storages .storage_box .qty {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        margin-top: 12px;
    }

    #storage-list .on_storages .storage_box .storage {
        display: inline-block;
        font-size: 16px;
        min-width: 430px;
    }

    #storage-list .on_storages .storage_box .storage_links {
        display: none;
    }

    #storage-list .on_storages .storage_box .schedule_box {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        margin-left: 30px;
        max-width: 240px;
    }

    .cars_new_add_model .step_1 .text {
        float: inherit;
        display: inline;
        width: inherit;
    }

    .all-cat-menu {
        width: 1149px;
        padding: 35px;
    }

    .all-cat-item {
        margin-right: 26px;
        width: 328px;
    }

    .all-cat-menu a {
        font-size: 19px;
    }

    .all-cat-img-holder {
        text-align: left;
    }

    .index-cat .all-cat-img-holder {
        text-align: center;
    }

    .all-cat-item .maslo-icon {
        margin-left: 3px;
        margin-top: 24px;
    }

    /* Доставка сегодня */
    .deliv-today {
        display: inline-block;
        margin-left: 30px;
        margin-top: 10px;
    }

    .recommend-product-tiles-holder .product-tile {
        width: 33.33333333%;
    }

    .recommended-box .more {
        left: 90px;
    }

    .recommended-box .guarantee {
        font-size: 20px;
    }

    .recommended-box .product-tile {
        border-width: 0px 1px 0px 0;
    }

    .product-tile:hover .more {
        display: block;
    }

    .recommended-box .recommend-var {
        font-size: 16px;
    }

}


/* Big phones (phones, 600px and up) */
@media (min-width: 600px) {

.categories-box {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

    .countries-list {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }

    .index-batteries-lnk {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    .index-batteries-lnk a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #000;
        margin-top: 4px;
    }

    .index-batteries-lnk img {
        width: 104px;
        margin-right: 0;
    }

    .index-dif-cats {
        width: 100%;
        display: table;
    }

    .index-dif-cats div {
        min-height: none;
        width: 33.3333%;
        display: table-cell;
        text-align: center;
    }

    .index-dif-cats a {
        display: block;
        padding-left: 0;
        margin-top: 6px;
    }

    .index-dif-cats img {
        width: 74px;
        margin-top: -6px;
    }

    .pop-goods-list ul {
        padding-left: 0;
        margin-bottom: 0;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }

}

/* Big devices (tablets, 992px and up) */
@media (min-width: 992px) {

.categories-box li {
    padding-bottom: 16px;
}

.categories-box {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

    .opt-reviews ul li {
        display: inline-block;
        width: 31%;
        padding: 10px;
        margin: 8px;
    }

    .dl-p {
        width: 100%;
        float: left;
        margin-right: 8px;
        margin-left: 8px;
    }

    .dl-info-box {
        width: 38%;
        float: left;
        text-align: center;
    }

    .dl-terms {
        width: 58%;
        float: right;
    }

    .index-video {
        height: 408px !important;
    }

    .modal-video {
        height: 408px !important;
    }

    .index-offer {
        font-size: 17px;
        color: #555;
    }

    .card-price, .add-big-button-block, .one_click {
        display: inline-block;
        margin-right: 15px;
    }

    .step_3 .input-group {
        float: left;
        margin-right: 15px;
    }

    .step_3 .input-group .timer {
        top: 0;
    }

    .podbor-engines a {
        font-size: 20px;
    }

    .podbor-engines .table-body div {
        padding-left: 20px;
    }

    .podbor-engines .table-header div {
        padding-left: 20px;
    }

    .dopgoods-main .half {
        width: 100%;
        max-width: 49.7%;
    }

    .dopgoods-main div {
        margin-top: 3px;
    }

    .select-car {
        font-size: 18px;
    }

    .select-car span {
        font-size: 16px;
    }

    .more {
        position: absolute;
        top: 90px;
        left: 60px;
        background-color: rgba(255,45,0,0.8);
        border-radius: 20px;
        font-size: 14px;
        padding: 4px 12px;
        border: solid 4px rgba(0,0,0,0.3);
    }

    .more {
        color: #fff;
        text-decoration: none;
    }

    /* Утилизация */
    .akb-util {
        float: right;
    }

}


/* Medium devices (tablets, 991px and down) */
@media (max-width: 991px) {

    .disc-el-holder {
        width: 49.999%;
    }

    .logo-block-links li {
        margin-left: 10px;
        display: inherit;
    }

    .basket-line {
        display: inherit;
        margin-top: 4px;
    }

    .basket-button {
        display: none;
    }

    .smart-search {
        width: 504px;
    }

    .logo-container {
        width: 50%;
    }

    .product-tile {
        width: 49.99999999%;
    }

    .capacity_page {
        padding-left: 0px;
    }

    .card-info-tech {
        float: left;
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 10px;
        padding-right: 0;
    }

    .map-holder {
        width: 427px;
    }

    /* basket */

    .basket-good-img {
        width: 130px;
    }

    .basket-good-title {
        width: 295px;
    }

    .basket-good-price {
        width: 85px;
    }

    .basket-good-q {
        width: 118px;
    }

    .basket-good-q input {
        width: 40px;
    }

    .basket-good-del {
        width: 19px;
    }

    .b-t-h-img {
        width: 90px;
    }

    .b-t-h-title {
        width: 150px;
    }

    .b-t-h-price {
        width: 57px;
    }

    .b-t-h-q {
        width: 81px;
    }

    .b-t-h-summ {
        width: 52px;
    }

    .b-t-h-del {
        width: 35px;
    }

    .basket-good-title {
        width: 225px;
    }

    .deliv-summ-box .delivery {
        width: 565px;
    }

    .full-summ .summ-text {
        width: 565px;
    }

    .email {
        padding: 0px;
    }

    .search-box {
        width: 504px;
    }

    .all-cat-menu {
        width: 730px;
        padding: 15px;
    }

    .all-cat-item {
        margin-right: 6px;
    }

    .all-cat-item:last-child {
        margin-left: 6px;
    }

    .all-cat-menu ul {
        padding-left: 0px;
    }

    .all-cat-menu a {
        font-size: 14px;
    }

    .all-cat-item .maslo-icon {
        margin-top: 30px;
    }

    /* OPT */

    .sv-text {
        margin-left: 0px;
    }

    .opt-page .electron .el-sys {
        padding-top: 54px;
    }

    .el-sys img {
        max-width: 90%;
    }

    .opt-page .delivery-opt {
        background-position: 250px 0px;
    }

    .opt-page .delivery-opt-block .pek {
        padding: 20px;
    }

    .opt-page .delivery-opt-block .pek img {
        width: 130px;
    }

    .opt-page .delivery-opt-block .pek-text {
        font-size: 13px;
    }

    .opt-page .delivery-opt-block .pek-text span {
        font-size: 21px;
        display: block;
        margin-bottom: 12px;
    }

    .opt-brands ul {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .opt-brands ul li {
        font-size: 28px;
    }

    .opt-manager {
        background-position: -140px;
    }

    .opt-form .opt-header {
        font-size: 38px;
    }

    .opt-manager-semihead {
        font-size: 26px;
    }

    /* END OPT */

}

@media (min-width: 768px) {

    #index-m-express {
        display: none;
    }

    .index-video {
        height: 288px;
    }

    .moscow .grid-video-box {
        background: url('/uploads/images/indexb-crop-msk-9-20.png') !important;
        background-size: cover !important;
    }

    .spb .grid-video-box {
        background: url('/uploads/images/main-b-spb.png') !important;
        background-size: cover !important;
    }

    /*.chelabinsk .grid-video-box {
        background: url('/uploads/images/tum001.jpg') !important;
        background-size: cover !important;
    }

    .chelabinsk .index-video iframe {display:none;}*/

    .index-video iframe {
        /*display:none;*/
    }

    .modal-video {
        height: 288px;
    }

    .cont-page .nav-pills {
        display: none;
    }

    .graph p {
        font-size: 12px;
    }

    .product-tile:hover {
        z-index: 10000;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.41);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.41);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.41);
        transition: all 0.5s ease 0s;
    }

    /* Ваш город */

#city {
    display: block;
}

    .what-city {
        display: block;
        position: absolute;
        background-color: #fffae0;
        padding: 18px;
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        z-index: 11;
        margin-top: 5px;
        max-width: 264px;
    }

    .what-city p {
        font-size: 15px;
    }

    .what-city .comment {
        font-size: 11px;
        color: #757575;
        line-height: 1.3;
        margin-top: 10px;
    }

    .what-city button {
        padding: 3px 10px;
    }

}


/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {

    .ui-autocomplete {width: 95% !important;}

    .index-video {display:none;}

    .new-generations ul li {
        width: 49.5%;
        height: initial;
        max-height: none;
    }

    .right-footer {
        display: none;
    }

    .foot-tel {
        font-size: 24px;
        width: 100%;
        margin-left: 0px;
        padding-top: 12px;
        padding-bottom: 6px;
        text-align: center;
    }

    #to_sale:before {
        display:none;
    }

    .util-box .storage {
        max-width: 300px;
    }

    .open-now {
        display: none;
    }

    .util-box .podbor-block img {
        display: none !important;
    }

    .send-quest {
        display: none;
    }

    .content {
        padding-left: 0;
    }

    .rcolinfo {
        display: none;
    }

    .city-list ul {
        width: 90%;
    }

    .auto-logo {
        min-width: 100px;
    }

    .podbor-link {
        display: none;
    }

    .tm-l-links {
        display: none;
    }

    .logo-block {
        height: 53px;
    }

    .logo-block-links {
        display: none;
    }

    .callback {
        display: none;
    }

    .city {
        /*display: none;*/
        /*float: right;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-top: 0;*/
    }

    .phone-block {
        float: right;
        margin-top: 4px;
    }

    .smart-search {
        left: 0;
        width: inherit;
        right: 30px;
    }

    .search-box {
        width: 100%;
    }

    .search-wrap {
        width: 100%;
    }

    .search-left {
        width: 100%;
    }

    .search-right {
        width: 100%;
    }

    .news-list {
        display: inherit;
    }

    .news-list li {
        display: block;
        width: 100%;
    }

    .footer {
        min-height: 160px;
    }

    .left-footer {
        width: 100%;
    }

    .market {
        float: left;
        display: block;
    }

    /*.right-footer {
        float: left;
        display: block;
        padding-top: 10px;
        width: 100%;
    }*/

    .footer li:last-child a {
        margin-right: 0px;
    }

    .product-tile {
        width: 33.33333333%;
    }

    .product-tile-title {
        font-size: 15px;
        height: 34px;
    }

    .product-tile {
        padding: 5px 13px 30px;
    }

    .product-red-price strong {
        font-size: 23px;
    }

    .facets-holder {
        margin-top: 0;
        background: none;
    }

    /*filters*/

    #f-sidebar {
        position: absolute;
        width: 240px;
        height: 100%;
        left: -240px;
        box-sizing: border-box;
        background-color: #F5F5F5;
        top: 0;
    }

    .filters-close {
        margin-bottom: 5px;
        display: inherit;
    }

    .left-menu {
        box-shadow: inset -5px -3px 5px rgba(0,0,0,0.1);
    }

    /* card */

    .good-header {
        font-size: 17px !important;
        font-weight: 600;
        line-height: 1.2;
        margin: 0;
        color: #000;
    }

    .card-brand-logo {
        width: 60px;
        margin-top: 0;
    }

    .breadcrumbs {
        margin-left: 0px;
        margin-right: 0px;
    }

    .breadcrumbs li:last-child {
        display: none;
    }

    .breadcrumbs a {
        font-weight: 300;
    }

    .good-header-holder {
        width: 76%;
    }

    .photo-box {
        margin-top: -20px;
        text-align: center;
    }

    .on_storages {
        float: left;
        width: 100%;
        display: block;
        overflow-y: inherit;
    }

    .map-holder {
        width: 100%;
        height: 400px;
        float: inherit;
        display: inherit;
        padding: 0px 7px;
    }

    #mapModal .map-holder {
        float: right;
    }

    #storage-map .on_storages {
        display: none;
    }

    .add-big-button-block .add-big-button {
        background-color: #0BA4F8;
        margin-bottom: 14px;
        border-bottom: 3px solid #0687CE;
        color:#fff;
    }

    .add-big-button-block .add-big-button:hover, .add-big-button-block .add-big-button:active, .add-big-button-block .add-big-button:focus {
        background-color: #1EABF9;
        border-bottom: 3px solid #078ED8;
        color: #fff;
    }

    .card-info-block .one-click-link {
        text-decoration: none;
        background-color: #00BA0F;
        color: #fff;
        font-size: 24px;
        font-family: Arial;
        border-bottom: 3px solid #00A30D;
        padding: 7px 29px;
        font-weight: 400;
        border-radius: 6px;
    }

    .card-info-block .one-click-link:hover {
        background-color: #05ce27;
        color: #fff;
        text-decoration: none;
    }

    .card-info-block .one-click-block span {
        display: none;
    }

    /* basket */

    .basket-table-head {
        display: none;
    }

    .basket-good {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .basket-good .basket-img-title {
        display: block;
    }

    .basket-good-title {
        width: 70%;
        display: inline-block;
    }

    .deliv-summ-box .delivery {
        width: inherit;
    }

    .deliv-summ-box {
        margin-bottom: 5px;
    }

    .full-summ .summ-text {
        width: inherit;
    }

    .deliv-summ-box .del-summ {
        float: right;
    }

    .full-summ .summ-number {
        float: right;
    }

    .oskab-notice {
        display: none;
    }

    .send-order-form {
        padding: 10px 10px;
    }

    .send-order-form p {
        margin-left: 0;
    }

    table.accordion div.inactive {
        padding-left: 0px;
    }

    #search_basket select {
        width: 100%;
    }

    /* cars-list  */

    .car-list-block ul {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }

    .car-list-header-holder {
        width: 76%;
    }

    .car-list-brand-logo {
        width: 60px;
        margin-top: 0px;
    }

    .chief {
        display: none;
    }

    .about-city-list ul {
        width:100%;
    }

    .recommended-box {
        padding: 28px 13px 13px 13px;
    }

    .op-btn {
        width: 100%;
        max-width: 210px;
    }

    .opt-page .delivery-opt-block .pek {
        padding: 15px;
    }

    .opt-page .delivery-opt-block .pek-text span {
        font-size: 16px;
    }

    .opt-page .electron .el-sys {
        padding-top: 60px;
    }

    .opt-header {
        font-size: 34px;
        line-height: 42px;
    }

    .opt-brands ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .opt-manager {
        background-position: -220px;
    }

    .opt-manager-r {
        width: 65%;
    }

    .opt-semiheader {
        line-height: 37px;
    }

    .opt-form-l, .opt-form-r {
        display: block;
        width: 100%;
        padding: 20px 30px;
    }

}


/* Small devices (tablets, 600px and down) */
@media (max-width: 600px) {

    .discounts-holder {
        width: 100%;
    }

    .discounts {
    }

    .disc-el-holder {
        width: 99.99%;
    }

    .discounts ul {

    }

    .disc-el img {
        width: 100%;
    }

    .tags {top:80px;}

    .goods-box .best-choice:after {
        top: 4px;
        right: 4px;
        width: 24px;
        height: 24px;
        background-size: 24px;
    }

    #comment_submit {
        margin-left: 0px !important;
    }

    .search-block {
        display: block;
    }

    .search-l {
        display: block;
        margin-right: 0;
        padding-right: 0;
    }

    .search-r {
        display: none;
        /*    width: 100%;
            padding-left: 0;
            margin-top: 10px;*/
    }

    .search-r button {
        display: block;
        width: 100%;
        font-size: 17px;
    }

    .logo {
        height: 25px;
    }

    .logo img {
        width: 140px;
    }

    .logo p {
        display: none;
        font-size: 15px;
    }

    .phone p a {
        font-size: 16px;
    }

    .city {
        margin-right: 0;
    }

    .goods-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-tile {
        width: 100%;
        padding: 5px;
    }

    .product-tiles-list {
        border-width: 1px 0 0;
    }

    .product-tile-picture {
        float: left;
        width: 37.5%;
    }

    .product-tile-picture img {
        padding-right: 10px;
    }

    .product-tile-checkout-section {
        border: none;
    }

    .ability {
        margin-left: 37.5%;
        margin-top: -87px;
        float: left;
        font-size: 11px;
    }

    .tech-list-block {
        margin-left: 37.5%;
    }

    .product-tile-data .one-click-block {
        /*display: none;*/
        text-align: center;
    }

    .same-gabarites p {
        font-size: 20px;
        font-weight: 600;
    }

    .photo-box {
        width: 100%;
    }

    .discount-box {
        font-size: 13px;
    }

    .card-info-block {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .card-info-tech {
        font-size: 13px;
    }

    .basket-good-title {
        width: 100%;
        display: block;
    }

    .list-map-toggle li a {
        font-size: 13px;
    }

    .basket-good .basket-img-title {
        margin-bottom: 5px;
    }

    .oskab-table {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    #one-click {
        left: 10% !important;
    }

    /* cars-list  */

    .car-list-block ul {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }

    #new_model {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
        margin-left: 0;
    }

    /* engines */

    .podbor-engines .table-header div:last-child {
        display: none;
    }

    .podbor-engines .table-body div:last-child {
        display: none;
    }

    .podbor-engines a {
        font-size: 16px;
    }

    .year-start {
        width: 62px;
    }

    .cars_new_add_model {
        display: none;
    }

    .tel-graph {
        display: block;
    }

    .email {
        padding: 17px;
    }

    .news-page ul li h5 {
        font-size: 18px;
    }

    .semiheader {
        font-size: 17px;
        line-height: 1.2;
    }

    .recommended-box {
        padding: 8px 13px 13px 13px;
    }

    .recommended-box .header-box {
        top: -22px;
    }

    .recommended-box .recommend-var {
        font-size: 18px;
        width: 210px;
        margin: auto;
        border-radius: 4px;
        border: #ccc solid 1px;
        background-color: #fff;
    }

    .recommended-box .product-tile {
        border-width: 1px;
        margin-bottom: 20px;
        background-color: #fffef6;
        border-radius: 4px;
    }

    .recommended-box .product-tile:last-child {
        margin-bottom: 10px;
    }

    .recommended-box .product-tiles-list {
        border-width: 0px;
    }

    /* OPT */

    .op-splash .op-splash-box {
        width: 80%;
        height: 140px;
        padding-top: 20px;
    }

    .opt-page .op-splash .op-splash-btn-box p {
        width: 100%;
    }

    .op-splash .op-splash-box h2 {
        font-size: 27px;
    }

    .op-splash .op-splash-box p {
        font-size: 20px;
    }

    .op-btn {
        width: 100%;
        max-width: 210px;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .svetofor-one {
        float: left;
        width: 100%;
    }

    .sv-text {
        margin-left: 10px;
    }

    .opt-page .delivery-opt {
        width: 100%;
        display: block;
        background-position: 250px 0px;
    }

    .opt-page .delivery-opt-block .pek {
        width: 100%;
        display: block;
        text-align: left;
        padding: 30px;
    }

    .opt-page .delivery-opt-block .pek img {
        width: 216px;
    }

    .opt-page .delivery-opt-block .pek-text span {
        font-size: 25px;
    }

    .opt-page .electron .el-sys {
        display: block;
        width: 100%;
        height: 124px;
    }

    .opt-page .electron .el-sys {
        padding-top: 28px;
    }

    .el-sys img {
        max-width: 60%;
    }

    .electron-text {
        text-align: left;
        font-size: 16px;
    }

    .opt-brands {
        background-color: #0d9bb5;
        overflow: hidden;
        height: 330px;
        position: relative;
        padding: 20px 20px;
    }

    .opt-brands:before{
        content:"";
        display:block;
        width: 100%;
        height:160px;
        position:absolute;
        bottom:0px;
        background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #0d9bb5 75%);
        margin-left: -20px;
    }

    .opt-brands ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        column-width: 40px;
    }

    .opt-brands ul li {
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        padding: 9px;
    }

    .opt-manager-l {
        width: 28%;
    }

    .opt-manager-r {
        width: 72%;
    }

    .opt-manager {
        background-position: -280px;
    }

    .opt-manager-head {
        font-size: 31px;
        line-height: 31px;
    }

    .opt-manager-semihead {
        font-size: 18px;
    }

    .opt-manager-list {
        font-size: 14px;
        line-height: 28px;
    }

    .opt-form .opt-header {
        font-size: 29px;
        line-height: 30px;
    }

    .opt-form .opt-semiheader {
        line-height: 40px;
        font-size: 16px;
    }

    .op-btn-send-box {
        padding: 0 30px;
    }

    .opt-form .op-btn {
        max-width: 100%;
    }

    .opt-util-point {
        width: 100%;
        display: block;
        float: left;
        text-align: center;
        font-size: 18px;
        margin-top: 30px;
    }

    .op-btn {
        max-width: 100%;
        margin-left: 0;
    }

    .opt-header {
        font-size: 30px;
        line-height: 33px;
    }

    .opt-semiheader {
        font-size: 20px;
        line-height: 32px;
    }

    .opt-util .opt-header {
        font-size: 22px;
        line-height: 24px;
    }

    .opt-util .opt-semiheader {
        font-size: 18px;
        line-height: 26px;
    }

    .opt-util-point img {
        width: 75px;
    }

    .opt-util-point {
        margin-top: 20px;
    }

    /* OPT END */

}

/* Big phones 460px and down) */
@media (max-width: 460px) {

    .index-video {
        display: none;
    }

    /*  круглосуточно  */

    .phone p {
        position: relative;
    }

    .phone p a span::after {
        font-size: 11px !important;
        position: absolute;
        bottom: 20px;
        left: 56px;
        font-weight: 400;
    }

    /*  круглосуточно END  */


    .podbor-block {
        display: block;
        width: 100%;
        float: left;
    }

    .podbor-block p {
        font-size: 13px;
    }

    .podbor-block img {
        margin-right: 6px;
    }

    .util-box {
        border-width: 2px;
    }

    .util-box .oskab-table {
        font-size: 13px;
    }

    .util-box .podbor-block {
        border: none;
    }

    .util-box .podbor-block img {
        display: none !important;
    }

    .util-box .oskab-table {
        margin-left: 10px;
        margin-top: 10px;
    }

    .podbor-l-col {
        display: block;
        padding: 6px 20px 6px 6px;
        max-width: none;
    }

    .modal-body .podbor-l-col {
        text-align: center;
    }

    .modal-body .podbor-l-col img {
        max-width: 140px;
    }

    .timer {
        margin-top: 15px;
        font-size: 34px;
        margin-left: 5px;
    }

    .podbor-r-col {
        display: block;
        vertical-align: top;
        float: left;
        width: 100%;
    }

    .modal-body .podbor-r-col {
        float: none;
    }

    .modal-header .close {
        font-size: 13px;
        font-weight: 100;
        opacity: .5;
    }

    .modal-header button span {
        font-size: 18px;
        font-weight: 400;
    }

    .modal-header .modal-title {
        font-size: 13px;
        font-weight: 600;
    }



}

/* iPhone 6 (tablets, 375px and down) */
@media (max-width: 375px) {

    h1 {
        font-size: 23px;
    }

    .search-r button {
        font-size: 15px;
    }

    .sale-button {
        height: 35px;
        text-align: center;
    }

    .phone-block {
        margin-top: 4px;
        float: right;
    }

    /*  круглосуточно  */

    .phone p {
        position: relative;
    }

    .phone p a span::after {
        /*content: "круглосуточно";*/
        font-size: 11px !important;
        position: absolute;
        bottom: 20px;
        left: 56px;
        font-weight: 400;
    }

    /*  круглосуточно END  */

    .city {
        display: none;
        /*float: left;
        margin-top: 0px;
        float: right;*/
    }

    .phone p {
        font-size: 15px;
    }

    .phone p a {
        border-bottom: 1px #BFBFBF dashed !important;
        letter-spacing: -0.3px;
    }

    .logo {
        margin-right: -29px;
    }




    .logo-container {
        width: 100%;
    }

    .basket-good-price {
        width: 73px;
    }

    .basket-good-q {
        width: 112px;
    }

    .basket-good-summ {
        width: 76px;
        padding-left: 0;
    }

    .basket-good-summ span {
        font-size: 13px;
    }

    .basket-good-price span {
        font-size: 15px;
    }

    .basket-page-box {
        margin-top: 10px;
    }

    .full-summ div {
        padding: 3px;
    }

    .deliv-summ-box .del-summ {
        font-size: 15px;
    }

    .full-summ .summ-number {
        font-size: 16px;
    }

    .basket-good-del {
        width: 17px;
    }

    table.accordion div.inactive {
        font-size: 16px;
        font-weight: 700;
    }

    .cat-text img {
        margin-right: 15px;
        display: block;
        width: 100%;
    }

    .podbor-engines a {
        font-size: 14px;
        font-weight: 300;
    }

    .tab-content .nav>li>a {
        padding: 10px 8px;
    }

    .tel-graph {
        padding: 0px;
    }

    .email {
        padding-left: 0px;
    }

    /* add-buttons-down */
    .card-btns-holder {
        position: fixed;
        bottom: 0px;
        z-index: 10;
        background-color: rgb(255, 255, 255);
        width: 100%;
        margin-left: -15px;
        height: 50px;
    }

    .card-btns-holder .add-big-button-block {
        display: table-cell;
        height: 50px;
        margin: 0px;
        width: 25%;
    }

    .card-btns-holder .one_click {
        display: table-cell;
        width: 40%;
        margin: 0px;
        height: 50px;
        background-color: rgb(0, 186, 15);
        text-align: center;
    }

    .card-btns-holder .add-big-button-block .add_to_cart_button {
        width: 38%;
    }

    .card-btns-holder .add-big-button-block .add-big-button {
        border-bottom: none;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 50px;
        border: none;
        border-radius: 0;
        font-size: 21px;
        padding-top: 9px;
    }

    .card-btns-holder .add-big-button-block .add-big-button:hover, .card-btns-holder .add-big-button-block .add-big-button:focus {
        border-bottom: none;
    }

    .one-click-block {
        padding: 0;
        margin: 0px;
        display: inline;
    }

    .one-click-block .one-click-link {
        border-radius: 0;
        border-bottom: 0;
        padding: 0;
        text-align: center;
        font-size: 21px;
        vertical-align: middle;
    }

    .product-tile .one-click-block .one-click-link {
        font-size: 16px;
    }

    .one-click-block .one-click-link:hover, .one-click-block .one-click-link:focus {
        background-color: #00BA0F !important;
    }

    .same-gabarites-box .one-click-block .one-click-link {
        font-size: 14px;
    }

    .same-gabarites-box .one-click-block .one-click-link:hover, .one-click-block .one-click-link:focus {
        background-color: #fff !important;
    }

    #one-click {
        top: 0px !important;
        left: 0px !important;
        position: fixed !important;
    }

    #one-click .text {
        font-size: 12px !important;
    }

    #one-click .box {
        width: 100% !important;
        border-radius: 0 !important;
        padding: 7px 8px 2px !important;
        /*box-shadow: none !important;*/
    }

    #one_click_input {
        font: bold 16px Arial !important;
        width: 100% !important;
    }

    #one_click_send {
        border-radius: 4px !important;
        padding: 2px 0px 2px !important;
    }

    #one-click .close {
        padding-bottom: 3px !important;
    }

    #modal {
        display: none !important;
    }

    .form-one-click #errors {
        font-size: 13px !important;
        line-height: 1 !important;
        margin-top: 4px !important;
    }

    #podarok .close {
        font-size: 34px;
    }

    .op-splash .op-splash-box {
        height: 163px;
    }

    .opt-page .op-splash .op-splash-btn-box {
        width: 90%;
    }

    .op-splash .op-splash-box p {
        font-size: 18px;
        padding-top: 10px;
    }

    .opt-page .op-splash .op-splash-btn-box p {
        padding-top: 10px;
    }

    .opt-brands ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .opt-form .opt-semiheader {
        font-size: 14px;
    }

    .opt-page .delivery-opt-block .pek img {
        width: 186px;
    }

    .opt-brands {
        width: 100%;
    }

    .opt-dealer-one {
        width: 100%;
        display: block;
    }

    .opt-manager-head {
        font-size: 28px;
        line-height: 30px;
    }

    .opt-manager-l {
        width: 10%;
    }

    .opt-manager-r {
        width: 90%;
    }

    .opt-util-btn {
        font-size: 20px;
    }

}

/* Big devices (tablets, 1200px and up) */
@media (min-width: 1200px) {

    .disc-text {
        float:left;
        max-width: 410px !important;
    }

    .disc-img {
        max-width: 490px !important;
        margin-top: -30px;
    }

    .index-grid {
        position: relative;
    }

    .grid-video-box {
        display: inline-block;
        width: 100%;
        max-width: 592px;
        margin: 0;
        float: left;
    }

    .grid-video-box .index-video {
        height: 332px !important;
        max-width: 592px;
        margin: 0;
    }

    .index-podbor-box {
        width: 332px;
        height: 332px;
        display: inline-block;
        margin: 0;
        float: right;
    }

    .modal-video {
        height: 520px !important;
    }

    .new-generations ul li {
        width: 305px;
        height: 228px;
        max-height: 228px;
    }

    .index-dif-cats {
        width: 592px;
        height: 111px;
        float: left;
    }

    .index-car-batteries {
        width: 592px;
        display: table;
        float: left;
        height: 247px;
    }

    .index-batteries-big-head {
        font-size: 22px;
        display: block;
    }

    .index-batteries  {
        border: 0;
        padding: 20px 20px;
    }

    .index-batteries-lnk img {
        width: 131px;
    }

    .pop-goods-list {
        width: 332px;
        height: 358px;
        float: right;
        top: 332px;
        position: absolute;
        right: 0;
    }

    .index-batteries {
        width: 394px;
        height: 247px;
        display: table-cell;
    }

    .index-batteries-vars {
        width: 197px;
        display: table-cell;
    }

    .pop-goods-list ul {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        column-count: 1;
    }

}