﻿/*
    Template:     gaz-34.ru
    Description:  Responsive Autoparts eCommerce Bootstrap 3 Template  
    Version:      1.1
*/
/* ================================================================= */
/* GENERAL
/* ================================================================= */
body {
  font-family: Roboto, sans-serif;
  background: white;
  margin: 0;
  padding: 0;
  min-width: 320px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* typography */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: RobotoCondensed Light, sans-serif;
}
h4,
h5,
h6 {
  font-family: Roboto Light, sans-serif;
}
.h1,
h1 {
  color: #44487A;
  font-size: 34px;
  line-height: 48px;
  font-weight: 100;
  letter-spacing: 0;
  margin: 0 0 15px;
}
.h1.border,
h1.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 40px;
}
.h2,
h2 {
  color: black;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
  margin-top: 0;
}
.h2.border,
h2.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 30px;
}
.h3,
h3 {
  color: black;
  font-size: 27px;
  line-height: 38px;
  letter-spacing: 0;
}
.h3.border,
h3.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 30px;
}
label,
.form-control {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
/* end typography */
img {
  max-width: 100%;
  width: auto;
}
a {
  outline: none;
  color: #44487A;
}
a:focus,
a:hover,
a:active {
  outline: none;
  color: #ff3e00;
}
.hamburger-div {
  width: 90px;
  display: none;
  right: 0;
  position: absolute;
  padding: 15px 10px;
  z-index: 999;
  cursor: pointer;
}
.hamburger-div.first {
  left: 0;
}
.hamburger-div.second {
  right: 0;
}
.hamburger-div.is-active {
  position: fixed;
  z-index: 9999;
}
.hamburger-div.is-active .hamburger {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-div.is-active .hamburger .line {
  width: 40px;
}
.hamburger-div.is-active .hamburger .line:nth-child(2) {
  opacity: 0;
}
.hamburger-div.is-active .hamburger .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
.hamburger-div.is-active .hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}
.hamburger-div .hamburger {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger-div .hamburger .line {
  width: 40px;
  height: 5px;
  background-color: #44487A;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gritter-notice-wrapper {
  cursor: pointer;
}
/* sprite */
.main-sprite {
  background: url(/Content/images/main-sprite.png) no-repeat;
  display: inline-block;
}
.news-ico {
  width: 27px;
  height: 25px;
  background-position: -101px -5px;
  float: left;
  margin: 0 5px 0 0;
}
.lk-ico {
  width: 25px;
  height: 25px;
  background-position: -5px -64px;
  float: left;
  margin: 0 5px 0 0;
}
.history-ico {
  width: 25px;
  height: 25px;
  background-position: -5px -5px;
  float: left;
  margin: 0 5px 0 0;
}
.login-ico {
  width: 32px;
  height: 28px;
  background-position: -40px -64px;
  float: left;
  margin: 0 5px 0 0;
}
.tel-big-ico {
  width: 31px;
  height: 35px;
  background-position: -5px -106px;
  margin: -6px 0 0 5px;
}
.tel-small-ico {
  width: 31px;
  height: 31px;
  background-position: -2px -89px;
  background-size: 423% auto;
  float: right;
  margin: -1px 0 0 5px;
}
.mail-ico {
  width: 31px;
  height: 32px;
  background-position: -82px -64px;
  float: right;
  margin: -3px 0 0 5px;
}
.refund-ico {
  width: 25px;
  height: 25px;
  background-position: -44px -65px;
  float: left;
  margin: 0;
}
/* end sprite */
/* Helpers */
/* top button */
.btn-scroll-to-top {
  position: fixed;
  bottom: 7px;
  right: 7px;
  z-index: 1020;
  outline: none;
  background-color: rgba(15, 146, 42, 0.55) !important;
  color: white!important;
}
.btn-scroll-to-top:hover,
.btn-scroll-to-top:active,
.btn-scroll-to-top:focus {
  color: #fff;
}
.btn-circle,
.btn.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-icon,
.btn.btn-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  background-color: #587a9f;
}
/* end top button */
/* page loader */
#page-loader-ajax {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1210;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #E6E8EC;
  z-index: 1020;
}
#page-loader.fade {
  display: none;
}
#page-loader.fade.in {
  display: block;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.spinner,
.spinner-small {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -20px 0 0;
  border: 2px solid #fff;
  border-top: 2px solid #24B498;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.fade.in .spinner,
.fade.in .spinner-small {
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
}
.spinner-small {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-top: 2px solid #24B498;
  height: 30px;
  width: 30px;
  margin: -15px -15px 0 0;
}
/* end page Loader */
/* helpers */
.w-100 {
  width: 100%;
}
.p-0 {
  padding: 0;
}
.p-l-15 {
  padding-left: 15px;
}
.m-0 {
  margin: 0;
}
.m-l-10 {
  margin-left: 10px;
}
.m-t-120 {
  margin-top: 120px;
}
.d-block {
  display: block;
}
.none {
  display: none;
}
.clear {
  clear: both;
}
.red,
.error,
.field-validation-error {
  color: red;
}
.validation-summary-errors ul {
  color: red;
}
#gritter-notice-wrapper {
  z-index: 2147483647 !important;
}
.border-partial {
  border: 1px dotted #ccc;
  margin: 20px 0;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.05);
}
/* buttons */
.button {
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  background-color: #44487A;
  font-size: 1.2em;
  padding: 0.4em 1em;
  margin: 0.5em 0.5em 0 0;
  outline: none;
  display: inline-block;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  color: #fff;
  background-color: #7072cf;
  cursor: pointer;
}
.button.disabled,
.button[disabled="disabled"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed !important;
  opacity: 0.65;
}
.button-large {
  padding: 0.5em 3em;
}
.button-small {
  padding: 0.4em 0.8em;
  font-size: 1em;
}
.button-x-small {
  padding: 0.4em 1em;
  font-size: 1em;
}
.bg-white {
  background-color: #fff;
  color: #333;
  border: 1px solid #999;
}
.bg-white:hover,
.bg-white:focus,
.bg-white:active {
  background-color: #ebebeb;
  color: #333;
}
.delete-btn {
  background-color: #e71d3e;
  color: #fff !important;
}
.delete-btn:hover,
.delete-btn:focus,
.delete-btn:active {
  background-color: #ca1a39;
}
.block.menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.block.menu li {
  margin: 3px 0;
  width: 100%;
  height: 45px;
  background: #44487A;
  background-size: contain;
  list-style: none;
  text-align: center;
  border-radius: 8px;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.block.menu li a {
  display: block;
  padding: 15px 0 13px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.block.menu li:hover {
  background: #7072cf;
  background-size: contain;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
/* end buttons */
/* tables */
.main-table {
  border: none;
}
.main-table th,
.main-table td {
  vertical-align: middle!important;
}
.main-table > thead > tr {
  min-height: 50px;
}
.main-table > thead > tr > td {
  color: white;
}
.main-table > thead > tr > tbody > tr {
  min-height: 50px;
}
.main-table > thead > tr > tbody > tr > td {
  border: none;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  line-height: 18px;
  font-family: RobotoCondensed Regular, sans-serif;
  color: black;
}
.main-table > thead > tr > tbody > tr .count {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 5px 0;
  text-align: center;
  outline: none;
  color: #333;
}
.main-table > thead > tr > tbody > tr .desc-overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.main-table input[type=number]::-webkit-inner-spin-button,
.main-table input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  outline: none;
}
table.main-table > thead > tr th {
  vertical-align: middle;
  border: none;
  font-family: RobotoCondensed Light, sans-serif;
  background-color: #2b2b2b;
  color: white;
  font-size: 15px;
  font-weight: lighter;
  line-height: 18px;
  text-align: left;
  padding: 5px;
}
table.main-table > tbody > tr td {
  background: #f1f1f1;
}
/* таблица с рамками */
.table--bordered tr th,
.table--bordered tr td {
  border: 1px solid #ccc !important;
}
/* строка таблицы выделяется при наведении */
.table--hover tbody tr:hover td {
  background-color: #e2e2e2;
  color: black;
}
/* полосатость таблицы */
.even tr:nth-child(even) {
  background-color: #ebebeb !important;
}
/* ячейка-линия (вертикальная) для заполнения цветом статуса заказа */
.cell-line {
  width: 2px;
  padding: 0;
}
/* когда комментарий менеджера или покупателя большой, то обрезаем */
.overflow-comment {
  display: block;
  margin: auto;
  max-height: 45px;
  max-width: 110px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* пустая ячейка dataTables */
.dataTables_empty {
  display: none;
}
/* end tables */
/* простая кастомная таблица */
.table-custom {
  border-top-color: #888;
}
.table-custom > thead {
  background-color: #2b2b2b;
}
.table-custom > thead > tr > th {
  border-color: #888;
  border-bottom-width: thin;
}
/* end простая кастомная таблица */
/* Выравнивание по левому краю */
.text-left-custom {
  text-align: left !important;
}
/* кастомизация модальных окон jQuery UI*/
.ui-dialog {
  background: #f7f7f7 none repeat scroll 0 0 !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  font-family: Roboto, sans-serif !important;
  z-index: 2147483647 !important;
}
.ui-dialog > .ui-widget-header {
  border: none !important;
  padding: 0 !important;
  background: transparent;
  height: 27px;
}
.ui-dialog-titlebar > span {
  display: none !important;
}
.ui-button.ui-dialog-titlebar-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: none !important;
  outline: none;
  margin: 5px !important;
  z-index: 2147483647;
  height: auto;
  top: 10px;
  right: 6px;
  width: 21px;
}
.ui-button .ui-icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.ui-button-icon-only.ui-dialog-titlebar-close .ui-button-text:before,
.ui-button-icons-only.ui-dialog-titlebar-close .ui-button-text:before {
  content: 'x';
}
.ui-button-icon-only.ui-dialog-titlebar-close .ui-button-text,
.ui-button-icons-only.ui-dialog-titlebar-close .ui-button-text {
  content: "x";
  font-size: 35px;
  margin: -18px 0 0;
  overflow: hidden;
  padding: 0 !important;
  text-indent: 0 !important;
}
.ui-widget-overlay {
  background: #000 none repeat scroll 0 0 !important;
  opacity: 0.5 !important;
}
.ui-tooltip {
  font-family: RobotoCondensed Regular, sans-serif !important;
  font-size: 14px !important;
}
/* end кастомизация модальных окон jQuery UI*/
/* кастомизация autocat */
.ac-color-main {
  line-height: normal;
}
/* конфликт с адаптивными картинками */
.ac-color-main img {
  max-width: none !important;
}
/* Стиль выделения при наведении мыши */
.ac-hover-style:hover {
  font-weight: normal !important;
}
/* Vertical align fixing */
.v-a > .row > [class^="col-"],
.v-a > .row > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Optional, to align inner items 
                              horizontally inside the column */
}
/* хлебные крошки (breadcrumbs) */
.bread-crumb {
  padding: 0 0 0 15px;
}
.bread-crumb > a {
  background: #44487A;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 5px 15px 0 0;
  padding: 2px 10px;
}
.bread-crumb > a:before {
  position: absolute;
  top: 0;
  left: -14px;
  border: 12px solid #44487A;
  border-left: 12px solid transparent;
  content: '';
}
.bread-crumb > a:after {
  position: absolute;
  top: 0;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #44487A;
  content: '';
}
.bread-crumb > span {
  background: #7072cf;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 5px;
}
.bread-crumb > span:before {
  position: absolute;
  top: 0;
  left: -14px;
  border: 12px solid #7072cf;
  border-left: 12px solid transparent;
  content: '';
}
.bread-crumb > span:after {
  position: absolute;
  top: 0;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #7072cf;
  content: '';
}
.bread-crumb > b {
  display: none;
}
/* end Helpers */
/* main styles */
.main-content {
  width: calc(100% - 300px);
  float: left;
  padding: 7px 20px;
  min-height: 730px;
  position: relative;
}
.main-color {
  background-color: #2b2b2b !important;
  color: white;
}
.main-color a {
  color: white;
}
.main-color .navbar-nav > li > a {
  color: white;
}
.second-color {
  background: #2b2b2b;
  color: white;
}
.second-color a {
  color: white;
}
.second-color ul.nav.navbar-nav {
  color: white;
}
.second-color .navbar-nav > li > a {
  color: white;
}
.second-color .nav > li > a:hover,
.second-color .nav > li > a:focus,
.second-color .nav > li > a:active {
  color: white;
  text-decoration: underline;
}
.second-color button {
  background-color: #34495E;
}
.second-color button:hover,
.second-color button:focus,
.second-color button:active {
  background-color: #395168;
}
.third-color {
  background-color: #b3d2f2;
}
.fourth-color {
  background-color: #e4e4e4;
}
.main-border {
  border: 1px solid #34495E;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
/* end main styles */
/* ================================================================= */
/* MAIN PAGE
/* ================================================================= */
/* Header
/* ================================================================= */
/* top menu */
header {
  height: 94px;
}
header .top-search-holder {
  display: none;
}
.headerMenu {
  width: 100%;
  height: 56px;
  background: #44487A;
  background: -moz-linear-gradient(top, #44487A 0%, #444880 86%, #44487A 88%, #444880 89%, #444884 91%, #444884 100%);
  background: -webkit-linear-gradient(top, #44487A 0%, #444880 86%, #44487A 88%, #444880 89%, #444884 91%, #444884 100%);
  background: linear-gradient(to bottom, #44487A 0%, #444880 86%, #44487A 88%, #444880 89%, #444884 91%, #444884 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44487A', endColorstr='#444884', GradientType=0);
  border: none;
  margin-bottom: 15px;
}
.header_contacts {
  padding: 24px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-weight: bold;
  font-size: 27px;
  font-family: Roboto, sans-serif;
}
.hmenu {
  display: table;
  margin-top: 50px;
  margin-left: 6px;
}
.hmenu.open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hmenu nav {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hmenu li {
  display: inline-block;
  padding: 0 10px;
}
.hmenu a {
  position: relative;
  cursor: pointer;
  padding: 8px 0;
  color: #2d2d2d;
  text-decoration: none;
  font-size: 17px;
}
.hmenu a:hover {
  color: #2d2d2d;
  text-decoration: none;
}
.hmenu a:before,
.hmenu a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 4px;
  background: #2d2d2d;
}
.hmenu a:before {
  left: 0;
}
.hmenu a:after {
  right: 0;
  background: #2d2d2d;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hmenu a:hover:before {
  background: #2d2d2d;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hmenu a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
.rightBar {
  position: relative;
  right: 10px;
  float: right;
  margin-top: 6px;
  width: 240px;
}
.contacts {
  font-size: 25px;
  color: #868686;
  margin: 8px 40px 0 0;
  float: right;
}
.basket a {
  position: absolute;
  color: #f2f2f2;
}
.basket a:hover,
.basket a:active,
.basket a:focus {
  text-shadow: 0 0 14px rgba(242, 242, 242, 0.43);
  text-decoration: none;
}
.basket i {
  font-size: 40px;
}
.basket-text,
.basket-item-count {
  display: inline-block;
  vertical-align: top;
}
.basket-text {
  margin-left: 10px;
}
.basket-summ > *,
.basket-text-count > * {
  display: inline-block;
}
.personalCabBtn {
  position: absolute;
  top: 2px;
  right: 20px;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 40px!important;
}
.personalCabBtn:hover,
.personalCabBtn:active,
.personalCabBtn:focus {
  text-decoration: none;
  color: #f2f2f2;
  text-shadow: 0 0 14px rgba(242, 242, 242, 0.43);
}
.login {
  position: relative;
}
.top-menu {
  background-color: #f2f2f2;
  margin: 0;
}
.top-menu ul > li a {
  display: inline-block;
  font-size: 12px;
  padding: 0 15px;
  margin: 10px 0;
  text-transform: uppercase;
  color: black;
}
.top-menu ul > li:last-child a {
  border-right: none;
}
.top-menu ul > li a:hover,
.top-menu ul > li a:active,
.top-menu ul > li a:focus {
  text-decoration: underline;
  background: transparent;
}
.top-menu .hamburger-div {
  width: 90px;
  display: none;
  position: absolute;
  padding: 15px 10px;
  z-index: 999;
  cursor: pointer;
}
.top-menu .hamburger {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-menu .hamburger .line {
  width: 40px;
  height: 5px;
  background-color: #3b3738;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-menu .hamburger.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-menu .hamburger.is-active .line {
  width: 40px;
}
.top-menu .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.top-menu .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
.top-menu .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}
.top-menu .hamburger:hover {
  cursor: pointer;
}
/* end top menu */
/* languages */
#language-block > .language-ru {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
#language-block > .language-ico-placeholder {
  padding: 0 5px 0 15px;
  vertical-align: text-bottom;
}
#language-block #langs {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 15%;
  padding: 10px 0;
  background-color: #ebebeb;
}
#language-block #langs li {
  display: block;
  text-align: left;
}
#language-block #langs li a {
  border: none;
  color: #333;
  display: block;
  line-height: 17px;
  margin: 0;
  overflow: hidden;
  padding: 3px 13px;
  white-space: normal;
}
#language-block #langs li a:hover,
#language-block #langs li a:active,
#language-block #langs li a:focus {
  background-color: #587A9F;
  color: #fff;
  text-decoration: none;
}
#language-block #langs img {
  color: #333;
  float: right;
}
#language-block > #clang {
  background-color: inherit;
  padding: 0;
}
#language-block > #clang.dropdown-toggle::after {
  color: #e0e0e0;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  line-height: 15px;
  margin: 0 0 0 3px;
}
/* end langusges */
/* logo */
.logo-holder {
  width: 250px;
  margin: 0 0 0 19px;
}
.logo img {
  width: 100%;
}
.logo a,
.logo a:hover,
.logo a:active {
  text-decoration: none;
  color: #44487A;
}
.logo span {
  vertical-align: top;
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  color: black;
}
/* end logo */
/* search */
#top-header {
  font-size: 16px;
  color: #44487A;
  position: relative;
}
#top-header .top-search-holder label[for="WithoutTransit"] {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.5px;
  color: #333;
}
#top-header .top-search-holder label[for="WithoutTransit"]:hover {
  color: #ff3e00;
  cursor: pointer;
}
#top-header .top-search-holder #WithoutTransit {
  width: 16px;
  height: 16px;
  position: relative;
  left: 4px;
  top: 3px;
  outline: none;
}
#top-header .top-search-holder #WithoutTransit:hover {
  color: #ff3e00;
  cursor: pointer;
}
#top-header a {
  color: #44487A;
  outline: none;
}
#top-header a:hover {
  text-decoration: none;
  color: #ff3e00;
}
/* #search вынесен отдельно, т.к. много что пересекается с поиском по отечке (там другая верстка) */
.search-div {
  margin-left: 300px;
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-div {
    top: 53px !important;
  }
  #search .search-button {
    padding: 3px 10px 4px !important;
  }
  .main-content {
    min-height: 695px;
  }
}
@-moz-document url-prefix() {
  .search-div {
    top: 48px !important;
  }
  .main-content {
    min-height: 680px;
  }
}
#search {
  margin-top: 1px;
  width: 800px;
}
#search .hide-while-scroll {
  display: inline-block;
}
#search .hide-while-scroll * {
  cursor: pointer;
}
#search [type="search"] {
  background: #fff none repeat scroll 0 0;
  border: none;
  -webkit-box-shadow: 0 0 1px 30px white inset;
  -moz-box-shadow: 0 0 1px 30px white inset;
  box-shadow: 0 0 1px 30px white inset;
  outline: none;
  padding: 6px 13px;
  width: 100%;
}
#search [for="WithoutTransit"] {
  margin-left: 15px;
  color: white;
}
#search #WithoutTransit {
  position: relative;
  top: 2px;
}
#search .search-button {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  position: absolute;
  right: -10px;
  padding: 6px 10px 7px;
  text-align: center;
  border: none;
  background: #7072cf;
  outline: none;
  top: -3px;
  cursor: pointer;
}
#search .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 25px;
  line-height: 25px;
  vertical-align: sub;
  color: white;
}
#search .search-button:hover:after {
  text-shadow: 0 0 10px white;
}
#search .search-area {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #7072cf;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  margin: 8px 0 0;
  padding: 0 55px 0 0;
  position: relative;
  display: inline-block;
  width: 600px;
}
#search .text-center {
  margin-top: 10px;
}
#search-first-table tbody tr,
.table-catalog-to tbody tr,
#TableParts tbody tr {
  cursor: pointer;
}
/* end main menu */
/* Leftside
/* ================================================================= */
.sidebar .sidebar-header,
#loginForm .sidebar-header {
  -webkit-border-top-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.3em;
  -moz-border-radius-topright: 0.3em;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: capitalize;
  padding: 0.8em 1.2em;
  background-color: #44487A;
}
.sidebar .sidebar-header a,
#loginForm .sidebar-header a {
  color: #fff;
  font-size: 20px;
  margin: 0 0 0 5px;
}
.sidebar .sidebar-header a#expand-history,
#loginForm .sidebar-header a#expand-history,
.sidebar .sidebar-header a#hide-history,
#loginForm .sidebar-header a#hide-history {
  cursor: pointer;
  float: left;
  width: 27px;
  height: 28px;
  margin: 0;
}
.sidebar {
  width: 283px;
}
.sidebar section {
  margin-bottom: 1em;
}
.sidebar section .content-box {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3em;
  -moz-border-radius-bottomleft: 0.3em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border: 1px solid #44487A;
  padding: 1.6em;
  background: rgba(26, 105, 8, 0.06);
}
.sidebar section .content-box a {
  color: #333;
  font-size: 16px;
}
.sidebar section .content-box a:hover {
  color: #e71d3e;
  text-decoration: none;
}
.sidebar section .content-box .status span:not(.inline):not(.badge) {
  color: #999;
}
.sidebar section .content-box .status span:not(.inline):not(.badge):hover span,
.sidebar section .content-box .status span:not(.inline):not(.badge):hover a {
  color: #e71d3e;
}
.sidebar section .content-box .status .badge {
  color: white;
  font-weight: normal;
  padding: 4px 7px;
  background-color: #44487A;
}
.sidebar.open {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
.news-rightbar {
  position: relative;
  top: -71px;
}
#loginForm .content-box {
  -webkit-border-top-left-radius: 0 0 0.3em 0.3em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0 0 0.3em 0.3em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0 0 0.3em 0.3em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #E0E0E0;
  padding: 1.6em;
  background-color: rgba(26, 105, 8, 0.06);
}
#loginForm .content-box a {
  color: #333;
  font-size: 16px;
}
#loginForm .content-box a:hover {
  color: #e71d3e;
  text-decoration: none;
}
#client-office .h4,
#client-office .content-box .h4 a {
  color: #777;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
#client-office .content-box .user-welcome {
  font-size: 16px;
}
#client-office .content-box a {
  color: #3c393a;
}
#client-office .content-box a:hover {
  color: #dd4400;
}
#client-office .content-box .text-info {
  color: #333;
  font-size: 16px;
}
#top-history table {
  width: 100%;
}
#top-history table tr td:last-child {
  text-align: right;
}
/* возвраты слева */
#refund-messages-info .content-box > p {
  margin: -15px 0 -5px;
}
/* not authenticated */
#autorization #Email,
#autorization #Password {
  background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0;
  border: 2px inset #d2d2d2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
  outline: none;
  padding: 5px 12px;
}
#autorization .login-form .field-row label[for="RememberMe"] {
  color: #333;
  font-size: 16px;
  font-weight: normal !important;
}
#autorization .login-form .field-row a {
  color: #156510;
}
#autorization [type="checkbox"] {
  margin: 5px 5px 0 0;
}
/* end not authenticated */
/* Content area
/* ================================================================= */
/* каталог то на главной*/
.index-catalog .car-show > div > a {
  height: 115px;
  width: 115px;
  padding-left: 8px;
}
.index-catalog .car-show > div > a div {
  width: 96px!important;
}
.index-catalog .car-show strong {
  font-size: 13px;
}
/* каталог то на главной */
/* Footer
/* ================================================================= */
footer {
  border-top: 1px solid #dcdcdc;
  background: #f2f2f2;
  margin-top: 15px;
  padding: 10px;
}
footer p {
  margin: 16px 0 0 300px;
  font-size: 18px;
}
footer .pull-right > img {
  padding: 5px 0 0;
  width: 90px;
  margin-right: 50px;
}
/* ================================================================= */
/* Каталог ТО
/* ================================================================= */
.car-marks > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.car-marks > div > div {
  margin: 7px;
}
.orig-button {
  text-align: center;
  background: url(/Content/images/button-orig.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: auto;
  border-radius: 7px;
  font-size: 16.5px;
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.orig-button.style-Mercedes-Benz > span {
  margin-top: 4px;
}
.car-show a {
  font-size: 13px;
  height: 125px;
  padding: 15px;
  width: 260px;
  display: inline-block;
  vertical-align: top;
  margin: 6px;
  text-align: center;
}
.car-show a img {
  max-height: 93px;
}
.car-show strong {
  font-size: 14px;
}
.car-show.customized strong {
  word-wrap: normal !important;
}
.modifications-table {
  width: 100%;
  margin-bottom: 30px;
  background-color: #F9F9F9;
}
.modifications-table tr td {
  padding: 10px 10%;
  border: 1px solid #ddd;
}
#online-c h2 {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
/* catalog/menu */
.short-search#search_block_top #brand {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 18px;
  height: 100%;
}
.short-search#search_block_top #brand:before {
  display: block;
  content: ' ';
  position: absolute;
  left: -19px;
  top: -1px;
  width: 21px;
  height: 102%;
  background: #2793AF;
  -moz-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -o-transform: skew(-11deg);
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
}
.short-search#search_block_top #brand a {
  background: transparent;
  white-space: nowrap;
  margin: auto;
  height: auto;
  width: auto;
}
.short-search#search_block_top #brand a span {
  display: inline;
}
@media all and (max-width: 768px) {
  .short-search#search_block_top #brand {
    display: none;
  }
}
/* ================================================================= */
/* Страницы "Вакансии, Новости, Акции"
/* ================================================================= */
.news-list {
  margin: 36px 0 27px;
}
.news-list .news-item {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  min-height: 241px;
  position: relative;
  background-color: #fff;
}
.news-list .news-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.news-list .news-item .row {
  margin: 0;
  padding: 0;
}
.news-list .news-item .row .image-holder {
  padding: 19px;
  width: 31% !important;
}
.news-list .news-item .row .image-holder .image img {
  width: 246px;
}
.news-list .news-item .row .body-holder {
  padding: 13px 0;
  width: 47%;
}
.news-list .news-item .row .body-holder .body .title {
  line-height: 19px;
  margin: 7px 0 0;
}
.news-list .news-item .row .body-holder .body .title span {
  font-size: 16px;
  font-weight: 700;
}
.news-list .news-item .row .body-holder .body .excerpt {
  font-size: 14px;
  margin: 10px 0 16px;
}
.news-list .news-item .row .date-area {
  padding: 27px;
  width: 22%;
}
.news-list .news-item .row .date-area date-current {
  display: inline-block;
  font-size: 18px;
  line-height: 33px;
  vertical-align: middle;
}
.news-list .news-item .row .date-area .date-prev {
  display: inline-block;
  margin: 0 0 0 4px;
  vertical-align: middle;
  color: #b3b3b3;
  font-size: 14px;
}
.news-list .news-item .row .date-area .availability span {
  color: #428bca;
  font-weight: 700;
}
/* ================================================================= */
/* Страница "Обратная связь"
/* ================================================================= */
#contact-form[action="/FeedBack/Send"] .input-group {
  margin-bottom: 25px;
}
#contact-page .cf-style-1 input[type='text'],
#contact-page .cf-style-1 textarea {
  background-color: #fff;
  border: 1px solid gray;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  height: 40px;
  padding-left: 50px;
  padding-right: 10px;
  width: 515px;
}
#contact-page .reason-div label {
  margin-left: 15px;
}
#contact-page .input-group {
  margin-bottom: 20px;
}
#contact-page .input-group input[type="radio"] {
  margin-right: 5px;
}
#contact-page .input_icon {
  left: 10px;
  position: absolute;
  top: 4px;
  z-index: 111;
}
#contact-page #Message {
  height: 200px;
}
#contact-page #Message,
#contact-page #Theme,
#contact-page #Captcha {
  padding-left: 10px;
}
#contact-page #captcha #RefreshCaptcha {
  cursor: pointer;
}
#contact-page #captcha #Captcha {
  font-size: 15px;
}
#contact-page #captcha .text-danger {
  color: red;
}
/* ================================================================= */
/* Регистрация
/* ================================================================= */
#register-form .red,
#register-form-rozn .red,
#formRegisterRozn .red {
  margin: 0 5px;
}
#register-form #Captcha,
#register-form-rozn #Captcha,
#formRegisterRozn #Captcha {
  margin-top: 15px;
}
#register-form #Captcha #Captcha,
#register-form-rozn #Captcha #Captcha,
#formRegisterRozn #Captcha #Captcha {
  font-size: 15px;
}
#register-form #Captcha .text-danger,
#register-form-rozn #Captcha .text-danger,
#formRegisterRozn #Captcha .text-danger {
  color: red;
}
#register-form .helper-text ul,
#register-form-rozn .helper-text ul,
#formRegisterRozn .helper-text ul {
  list-style: disc;
  padding-left: 20px;
}
#register-form .helper-text .valid,
#register-form-rozn .helper-text .valid,
#formRegisterRozn .helper-text .valid {
  color: #1fd34a;
}
#register-form .helper-text .valid:after,
#register-form-rozn .helper-text .valid:after,
#formRegisterRozn .helper-text .valid:after {
  content: "";
  font-family: fontawesome;
  padding-left: 3px;
}
/* ================================================================= */
/* Страница "Поиск, 1 шаг"
/* ================================================================= */
#search-first-table tr th {
  text-align: center;
}
#search-first-table tr td:first-child {
  max-width: 490px;
}
#search-first-table tr td .brand-names {
  color: #8f8f8f;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search-first-table tr td:nth-child(3) {
  max-width: 600px;
}
#search-first-table tr td:last-child {
  text-align: center;
}
/* 2 шаг поиска см. Content/Search/v3/search.css */
/* ================================================================= */
/* Каталог ТО
/* ================================================================= */
.car-marks .thumbnail {
  padding: 30px 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #44487A;
}
.btn-link {
  color: #156510;
}
.btn-link:hover,
.btn-link:focus {
  outline: none;
  color: black;
}
.car-show {
  text-align: center;
}
.car-show > div {
  display: inline-block;
}
.car-show a {
  font-size: 13px;
  height: 110px;
  padding: 15px;
  width: 300px;
  display: inline-block;
  margin: 6px;
  text-align: center;
}
.car-show a > div:nth-of-type(1) {
  height: 70px;
  width: 30%;
  display: inline-block;
}
.car-show a > div:nth-of-type(2) {
  width: 65%;
  vertical-align: top;
  display: inline-block;
}
.car-show a:hover,
.car-show a:active,
.car-show a:focus {
  text-decoration: none;
}
.car-show strong {
  font-size: 14px;
}
.modifications-table {
  width: 100%;
  margin-bottom: 30px;
  background-color: #F9F9F9;
}
.modifications-table tr td {
  padding: 10px 5%;
  border: 1px solid #ddd;
}
#online-c h2 {
  font-family: Roboto, sans-serif;
  line-height: 1;
}
.RegisterByPhone {
  text-align: left;
}
.RegisterByPhone > form {
  display: inline-block;
  width: 500px;
}
.RegisterByPhone > form input:not([type="checkbox"]),
.RegisterByPhone > form button {
  height: 35px;
  margin-top: 0;
}
.RegisterByPhone > form input:not([type="checkbox"]) {
  font-size: 18px;
}
.RegisterByPhone > form .form-group {
  text-align: left;
}
.RegisterByPhone > form [for="AcceptUserManual"] {
  display: inline;
}
.RegisterByPhone > form .SMSInfo {
  position: absolute;
  white-space: nowrap;
  margin-left: 10px;
  color: #f00;
  display: none;
  bottom: -20px;
  left: 0;
}
/* ================================================================= */
/* Корзина
/* ================================================================= */
#orders-form .control-label {
  text-align: left;
}
#orders-form a {
  color: #428bca;
}
#orders-form .order-label-text {
  margin: 10px 0 5px;
  font-weight: bold;
}
#orders-form .pay-type-label {
  margin-bottom: 8px;
  font-weight: bold;
}
#orders-form .pay-type-label + div #pay-type > label {
  border-left: 3px solid #ccc;
  padding: 10px 75px 10px 10px;
  background-size: 18% !important;
  width: 275px;
}
#orders-form .pay-type-label + div #pay-type > label:hover {
  border-color: #035FA1;
}
#orders-form .pay-type-label + div #pay-type > label:first-child {
  background: url('/Content/images/cash-ico.jpg') no-repeat center right;
  margin-bottom: 10px;
}
#orders-form .pay-type-label + div #pay-type > label:last-child {
  background: url('/Content/images/card-ico.jpg') no-repeat center right;
}
#delivery-types-content > div {
  padding: 0 15px;
}
#delivery-types-content > div input[type="radio"] {
  margin-right: 5px;
}
#delivery-types-content > div .btn.btn-primary {
  color: #fff;
  margin-top: 10px;
}
.basket-message i {
  color: #66cc66;
  -webkit-box-shadow: 0 0 5px 1px #66cc66;
  -moz-box-shadow: 0 0 5px 1px #66cc66;
  box-shadow: 0 0 5px 1px #66cc66;
  margin: 0 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.basket-table {
  width: 97%;
}
.basket-table th {
  padding: 5px;
}
.basket-table i.fa-circle {
  color: #66cc66;
  -webkit-box-shadow: 0 0 5px 1px #66cc66;
  -moz-box-shadow: 0 0 5px 1px #66cc66;
  box-shadow: 0 0 5px 1px #66cc66;
  margin: 2px 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0;
}
.basket-table td {
  position: relative;
  /*&:nth-child(2) {
            padding-left: 25px;
        }*/
}
.basket-table tr:last-child td {
  padding: 5px;
}
.basket-table tr:last-child td.total-cell {
  text-align: right;
}
.basket-table .count {
  width: 60px;
  font-size: 12px;
}
.basket-table i.fa-times-circle {
  color: #f26c4f;
  font-size: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: -25px;
  cursor: pointer;
}
.basket-table .comment {
  padding-right: 50px;
  min-width: 170px;
}
.basket-table .save-comm {
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
  font-size: 18px;
  color: #00bf00;
  cursor: pointer;
}
.basket-table .exit-comm {
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  font-size: 18px;
  color: red;
  cursor: pointer;
}
@media all and (max-width: 980px) {
  .basket-table {
    width: 96%;
  }
}
/* ================================================================= */
/* Страница "История поиска"
/* ================================================================= */
form[action="/History"] .input-group .input-group-addon {
  padding: 0 12px;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
form[action="/History"] .w-btn {
  margin: 0 0.5em 0 0;
}
@media all and (max-width: 1050px) {
  form[action="/History"] .form-group .col-xs-4 {
    width: 39%;
  }
}
#history-content table tr td:last-child {
  max-width: 630px;
}
/* ================================================================= */
/* Страница "Vin-запрос"
/* ================================================================= */
#vin-form table .spare-count {
  width: 120px;
}
/* ================================================================= */
/* Личный кабинет
/* ================================================================= */
.client-office-sidebar {
  float: left;
  width: 265px;
  border-right: 1px solid #d8d8d8;
}
.client-office-sidebar h3:first-child {
  margin-top: 0;
}
.client-office-div {
  float: left;
  width: calc(100% - 265px);
  padding: 0 10px;
}
.client-office-menu {
  list-style: none;
  padding-left: 0;
}
.client-office-menu > li {
  padding: 5px;
  font-size: 16px;
}
.client-office-menu > li a {
  color: #44487A;
}
.client-office-menu > li a:hover {
  color: #ff3e00;
}
.client-office-menu > li i {
  font-size: 25px;
  padding-right: 10px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.client-info-btns {
  margin-top: 15px;
  text-align: center;
  clear: both;
}
.client-info-btns form {
  margin-bottom: 0;
}
.client-info-btns .button {
  margin-top: 10px;
}
.client-info-btns > * {
  display: inline-block;
}
.buttons {
  clear: both;
  margin-top: 15px;
}
.buttons a {
  color: #44487A;
}
.buttons a:hover {
  color: #ff3e00;
}
.buttons .left a > i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}
.history-link {
  display: block;
  text-align: center;
  color: #ff3e00;
}
[for="Vin"] {
  margin-top: 15px;
}
/* __________страница Заказы__________*/
/* см. /Content/ClientOffice/orderCss.css */
.table-gray {
  color: #8f8f8f;
}
.guarantee-cell {
  display: block;
  color: #ee1940;
}
.guarantee-cell.orange {
  color: #f16c4f;
}
/* Стилизация кнопки "Перезаказ" */
.reorder-link {
  background: #23629E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white !important;
  font-size: 10px;
  padding: 2px 5px;
  display: inline-block;
  margin-top: 1px;
}
.reorder-link:hover,
.reorder-link:active,
.reorder-link:focus {
  color: white !important;
}
/* Иконка инфо/история статусов */
.table .general-info span {
  color: #303030;
  border: 2px solid #303030;
  padding: 1px 0 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 2px 0 0;
  font-size: 10px;
}
/* пометить прочитанным */
.change-read {
  padding: 6px;
  display: block;
  margin: auto;
}
/* Модальное окно история заказов */
#history-dialog table tr td {
  min-width: 140px;
}
#history-dialog-body h4 {
  font-size: 24px;
}
table.order-modal-table tr td {
  border-top: none;
  text-align: left;
  color: #333;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
}
table.order-modal-table tr td:first-child {
  color: #8f8f8f;
}
table.order-modal-table tr:nth-child(6) td:last-child {
  max-width: 420px;
}
table.order-modal-table tr:nth-child(6) td:last-child span {
  overflow: hidden;
  height: 42px;
  display: block;
  /*.text-overflow(ellipsis);
                    white-space: nowrap;*/
}
#order-status-history tr th:first-child,
#order-status-history tr td:first-child {
  padding-left: 20px;
}
div.cell-line {
  float: left;
  height: 100%;
  margin: -9px 0 -10px -20px;
  padding: 6px 0 13px;
  width: 11px;
}
h4.panel-title {
  color: #8f8f8f;
  font-size: 16px !important;
  line-height: 24px;
}
/* end Модальное окно история заказов */
/* __________end страница Заказы__________*/
/* __________страница Архив__________*/
/* __________end страница Архив__________*/
/* __________страница Личная информация__________*/
/* Форма инфо пользователя */
#client-info .client-info-form {
  width: 100%;
}
#client-info .client-info-form .client-info-form-heading {
  background: #44487A;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  margin: -20px 0 15px -20px;
  padding: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#client-info > form.contact-form {
  padding: 0 20px;
  margin: 15px 0;
  width: 100%;
  text-align: center;
}
#client-info > form.contact-form .form-group > .control-label {
  padding: 8px 5px 4px 15px;
  font-size: 14px;
  line-height: 1.2;
}
#client-info > form.contact-form .personal-margin-input {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#client-info > .client-office-link {
  padding: 0 20px;
  clear: both;
}
#client-info input[type="number"] {
  padding-right: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#client-info .form-group span {
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 99;
  font-size: 18px;
  color: #a3a3a3;
}
#client-info .save-fio {
  margin: 0 0 0 10px;
  display: inline-block;
}
#client-info .personalmargin-info {
  display: inline-block;
}
.client-info-organization {
  font-size: 18px;
}
.client-info-organization span {
  color: #939393;
  font-size: 16px;
}
@media all and (max-width: 1160px) {
  .client-info-form .form-group > .col-xs-5 {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    padding-right: 0;
    padding-top: 0;
  }
}
/* end Форма инфо пользователя */
/* Блок таблицы адресов */
#client-addresses .form-actions {
  margin: 10px 0;
}
#client-addresses table tr > th {
  padding: 10px;
}
#client-addresses table tr > td {
  padding: 10px 15px;
}
#client-addresses table tr > td:last-child {
  text-align: center;
  position: relative;
}
#client-addresses table tr > td:last-child a {
  color: #333;
  font-size: 18px;
  margin-left: 10px;
}
#client-addresses table tr > td:last-child a:hover {
  text-decoration: none;
  color: #44487A;
}
/* end Блок таблицы адресов*/
/* Ссылка с подчёркиванием */
.dashed a {
  margin: 9px 10px;
  border-bottom: 2px dashed #ff3e00;
  text-decoration: none;
}
.dashed a:hover,
.dashed a:focus,
.dashed a:active {
  border-bottom: 2px dashed #ff3e00;
  cursor: pointer;
  color: #ff3e00;
}
.dashed.off {
  display: none;
}
/* end Ссылка с подчёркиванием*/
/* всплывающая подсказка в вкладке "Личная ифнормация" */
.popover-div {
  max-width: 100%;
  background: #e6e6e6;
  font-size: 16px;
  line-height: 24px;
  border-color: #ccc;
  padding-bottom: 15px;
  padding: 5px;
  text-align: justify;
}
.popover-div .arrow {
  border-bottom-color: #ccc;
}
.popover-div .arrow::after {
  border-bottom-color: #e6e6e6 !important;
}
.popover-icon {
  color: #C7C7C7;
  font-size: 30px;
  font-weight: lighter;
  padding: 5px 15px 5px 15px;
  border: 4px solid #c7c7c7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
  margin: 15px;
}
.popover-cont {
  padding: 10px 10px 0 80px;
  float: none;
}
/* end всплывающая подсказка в вкладке "Личная информация" */
/* __________end страница Личная ифнормация__________*/
/* __________страница Уведомления__________*/
#shared-notices,
#order-notices {
  border: 1px solid #ddd;
  padding: 0;
}
#shared-notices > div:first-child,
#order-notices > div:first-child {
  background: #44487A;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 5px 10px;
}
#shared-notices > div:first-child label,
#order-notices > div:first-child label {
  margin: 0;
}
#shared-notices > div:last-child,
#order-notices > div:last-child {
  background: #fff;
  padding: 20px;
}
#shared-notices > div:last-child input[type=checkbox],
#order-notices > div:last-child input[type=checkbox] {
  float: left;
  margin: 4px 15px 0 0;
}
#shared-notices > div:last-child label,
#order-notices > div:last-child label {
  display: block;
  margin-left: 18px;
}
@media all and (max-width: 1200px) {
  #shared-notices .dashed a,
  #order-notices .dashed a {
    margin-left: 25px;
  }
}
/* __________end страница Уведомления__________*/
/* __________страница Автомобили__________*/
.client-cars .img-container {
  overflow: hidden;
  max-height: 170px;
}
.client-cars .car-img {
  -moz-transform: scale(1.22, 1.22);
  -ms-transform: scale(1.22, 1.22);
  -o-transform: scale(1.22, 1.22);
  -webkit-transform: scale(1.22, 1.22);
  transform: scale(1.22, 1.22);
  image-rendering: pixelated;
  margin-top: -20px;
}
.client-cars .autoname {
  font-weight: bold;
  font-size: 18px;
}
.client-cars label {
  color: #163b94;
}
.client-cars .car-info label {
  margin-bottom: 0;
}
.client-cars .car-info span {
  margin-bottom: 7px;
  display: block;
}
.client-cars .edit-car-info {
  font-size: 17px;
  padding: 4px 9px !important;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  border: 1px solid #44487A;
}
.client-cars .button-100 {
  width: 100%;
}
.client-cars .position {
  background: white;
  padding: 15px;
  border: 1px solid #E0E0E0;
  border-collapse: collapse;
}
.client-cars .position:not(:first-child) {
  border-top: none;
}
.client-cars .delete-button {
  font-size: 20px;
  padding: 3px 8px !important;
  width: 35px;
  height: 35px;
  background: white;
  border: 1px solid #E0E0E0;
  vertical-align: middle;
}
.client-cars .delete-button i {
  color: #44487A;
}
.client-cars .delete-button:hover {
  background: #44487A;
  border: 1px solid #44487A;
}
.client-cars .delete-button:hover i {
  color: white;
}
/* модальное окно добавления авто */
#car-dialog.ui-dialog-content {
  padding: 10px;
}
#car-dialog .form-horizontal .control-label {
  text-align: left;
  padding-top: 3px;
  white-space: nowrap;
}
#car-dialog .form-horizontal .control-label[for="Vin"] {
  white-space: normal;
  line-height: 1;
}
#car-dialog .text-danger {
  color: red;
  font-size: 13px;
  margin-top: 2px;
  line-height: 1.1;
  white-space: nowrap;
  position: absolute;
}
#car-dialog .form-control {
  height: 33px;
}
#car-dialog .car-brand-sec > div {
  margin-bottom: 2px;
}
#car-dialog #models > br {
  display: none;
}
#car-dialog .car-add-buttons {
  padding-top: 40px;
  padding-bottom: 30px;
  clear: both;
  text-align: center;
}
#car-dialog .validation-summary-errors {
  display: none !important;
}
#car-dialog .select2-container .select2-selection--single,
#car-dialog .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
#car-dialog .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}
#car-dialog .select2-container {
  z-index: 999999;
}
#car-dialog .select2-results__options {
  max-height: 150px;
}
#car-dialog form {
  margin: 0;
}
/* __________end страница Автомобили__________*/
/* __________страница Загрузить в корзину__________*/
.upload-to-basket {
  overflow: hidden;
  position: relative;
  background: url('/Content/img/bttns.png') 0 0 repeat-x #2c2a2f !important;
  border: none;
  cursor: pointer !important;
  font: 600 14px/1em "Open Sans", sans-serif;
  float: left;
  color: white;
  padding: 15px 25px;
}
.upload-to-basket [type=file] {
  cursor: pointer;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.upload-to-basket i {
  margin-left: 5px;
  font-size: 16px;
}
.upload-to-basket:hover {
  color: #ef2425;
  cursor: pointer;
}
#uploadFile {
  color: #000;
  text-align: center;
  margin: 4px 10px 0;
  border: none;
  background: transparent;
  width: 140px;
}
.upload-to-basket-heading {
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0;
}
#set-default-suppliers {
  margin: 10px 0 0;
}
.form-uploadToBasket label {
  text-align: left;
}
.form-uploadToBasket > .pull-left {
  padding: 0 15px;
}
.form-uploadToBasket > .pull-left .submit-btn {
  margin: 0;
}
/* __________end страница Загрузить в корзину__________*/
/* __________страница Возвраты__________*/
.refund tbody tr td:first-child {
  text-align: center;
}
#refund-table_wrapper #refund-table,
#refund-table_wrapper #refund-table tr th,
#refund-table_wrapper #refund-table tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#refund-table_wrapper #refund-table tbody tr td:first-child a {
  width: 55px;
  display: block;
  margin: auto;
  text-align: center;
}
#refund-table_wrapper #refund-table tbody tr td:first-child a .glyphicon {
  font-size: 20px;
}
#refund-table_wrapper #refund-table tbody tr td:first-child a p {
  font-size: 15px;
  margin: 0;
}
.refund-dialog-table > tbody > tr > td:first-child {
  white-space: nowrap;
}
.refund-dialog-table > tbody > tr > td:nth-child(2) {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 42px;
}
/* __________end страница Возвраты__________*/
/* __________страница Финансы__________*/
/* __________end страница Финансы__________*/
.photoIcon {
  display: block;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: url('/Content/images/photo.png');
  margin: 3px auto;
}
.photoIcon:hover {
  display: block;
  background: url('/Content/images/photo.png');
  margin: 3px auto;
  text-decoration: none;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  color: #3c393a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #44487A;
  border-color: #107d09;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #44487A;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #44487A !important;
}
#RefreshCaptcha {
  top: -20px;
  left: -17px;
  cursor: pointer;
}
#ImgCaptcha {
  height: 70px;
  width: 150px;
  background-color: #eff7fe;
}
.vin-btn {
  margin: 0;
}
#navbar1,
#filter {
  display: block;
}
.ui-dialog-content {
  margin-top: -25px !important;
}
.change-read {
  padding: 6px;
  display: block;
  margin: auto;
}
.cross-div h3 {
  background: #44487A;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 10px;
  margin: 0;
}
.cross-div .cross-body {
  background: #f5f5f5;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.text-justify {
  text-align: justify;
}
.text-bold {
  font-weight: bold;
  color: #585858;
}
.green-text {
  color: #219653;
  font-weight: bold;
}
.orange-text {
  color: #e67800;
  font-weight: bold;
}
.blue-text {
  color: darkblue;
  font-weight: bold;
}
#editProfile .user-block {
  display: none;
  white-space: nowrap;
}
.user-profile-change {
  padding: 15px;
  margin-bottom: 20px;
}
.user-profile-change #editProfile {
  display: flex;
  width: 100%;
  margin: 0;
}
.user-profile-change #editProfile #userInputBlock {
  width: 100%;
}
.user-profile-change #editProfile #userInputBlock > div {
  padding-left: 0;
  width: 100%;
}
.user-profile-change .user-block {
  width: auto;
}
/* ================================================================= */
/* Media Queries
/* ================================================================= */
@media all and (max-width: 1370px) {
  .search-div {
    margin-left: 18px;
  }
}
@media all and (max-width: 1100px) {
  .logo-holder {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .hamburger-div {
    display: block;
  }
  .sidebar,
  .main-content {
    width: 100%;
  }
  .sidebar {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    position: fixed;
    top: 0;
    background: rgba(26, 26, 26, 0.86);
    padding: 60px 30px;
    height: 100%;
    z-index: 9998;
  }
  .container {
    width: auto !important;
  }
  .header_contacts,
  .sidebar section .content-box {
    display: none;
  }
  .sidebar section {
    margin-bottom: 5px;
  }
  .sidebar .sidebar-header {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .logo img {
    width: 200px;
  }
  #top-header .col-xs-12.col-sm-7 {
    width: 100%;
  }
  .headerMenu {
    height: auto;
  }
  .search-div {
    display: block;
  }
  .hmenu {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 9998;
    background: rgba(26, 26, 26, 0.86);
    width: 100%;
    left: 0;
    height: 100%;
    padding: 60px 30px;
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .hmenu nav {
    vertical-align: top;
  }
  .hmenu li {
    margin: 3px 0;
    width: 100%;
    height: 45px;
    background: #44487A;
    background-size: contain;
    list-style: none;
    text-align: center;
    border-radius: 8px;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .hmenu li a {
    display: block;
    padding: 15px 0 13px 0;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
  }
  .hmenu li a:before,
  .hmenu li a:after {
    background: none!important;
  }
  .search-div {
    margin-left: 0;
  }
  .client-office-sidebar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .client-office-sidebar h4 {
    margin-bottom: 0;
  }
  #search .search-area {
    margin: 8px 10px 0px;
    width: calc(100% - 50px);
  }
  #search [for="WithoutTransit"] {
    margin: 0;
  }
  #search,
  .rightBar {
    width: 100%;
    text-align: center;
    float: none;
  }
  .rightBar {
    padding-bottom: 15px;
  }
  .basket a {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .personalCabBtn {
    position: relative;
    top: auto;
    right: auto;
  }
  .sidebar,
  .main-content {
    width: 100%;
  }
  form[action="/Orders"] .form-control {
    height: 35px !important;
  }
  .order-number {
    width: 100% !important;
    margin: 0 !important;
  }
  .order-number * {
    width: 100% !important;
  }
  .order-date {
    width: 100% !important;
    margin: 0 !important;
  }
  .order-date .pull-left {
    width: 100% !important;
    margin: 0 !important;
  }
  .order-date #RegisterFrom,
  .order-date #DateTo {
    width: 100% !important;
  }
  .order-date #Comment {
    width: 100% !important;
    margin-top: 15px;
  }
  .order-status .ms-parent {
    width: 100% !important;
  }
  .order-status .ms-parent .ms-drop.bottom {
    width: 100% !important;
  }
  #filter-control {
    margin-top: 10px !important;
    text-align: center;
    width: 100% !important;
  }
  #filter-control #filter-control1 {
    margin: auto !important;
    float: none !important;
  }
  #filter-control .form-group {
    float: none !important;
  }
  form[action="/History"] .button {
    margin: 15px 0.5em 0 0;
  }
  #order-notices {
    margin-top: 15px;
  }
  #contact-page .input-group,
  #contact-page .cf-style-1 input,
  #contact-page #Message {
    width: 100%;
  }
  .search-table > .row {
    min-width: 100%;
  }
  .search-table {
    overflow: auto;
  }
  body > div.ui-dialog[aria-describedby="image-dialog"] {
    bottom: auto;
    height: 100% !important;
    left: 0 !important;
    margin: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  #brands-filter {
    left: 0 !important;
    width: 100% !important;
  }
  #brands-filter > div {
    width: auto !important;
  }
  #addon-body {
    width: 100%;
  }
  .car-marks .thumbnail {
    padding: 13% 5%;
  }
  footer p {
    margin-left: 0;
    text-align: center;
  }
  footer .pull-right {
    float: none!important;
    text-align: center;
    display: block;
  }
  footer .pull-right > img {
    margin-right: 0;
  }
}
#comparation-table tfoot .comparation-foot {
  width: 100% !important;
}
.client-cars {
  text-align: center;
}
.client-cars .img-container {
  max-height: 130px;
  max-width: 220px;
  margin: auto;
}
.client-cars .car-img {
  margin-top: -50px;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .RegisterByPhone > form {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
  }
  .oil-item .oil-image img {
    width: auto !important;
    height: 200px;
  }
  .select2-container {
    width: 100%!important;
  }
  .headerMenu ul > li {
    margin: 0;
    display: block;
    text-align: center;
  }
  .headerMenu ul > li a {
    width: 100%;
    display: block;
  }
  .client-office-sidebar {
    flex-direction: column;
    padding: 0 15px;
  }
  .navbar-nav > li {
    float: none !important;
    width: 100%;
  }
  .navbar-nav,
  .client-office-link .padding-left,
  .client-office-link a {
    width: 100%;
    text-align: center;
  }
  .top-menu .hamburger-div {
    display: block;
  }
  #navbar1,
  #filter {
    display: none;
  }
  #navbar1.collapse.in,
  #navbar1.collapsing,
  #filter.collapsing,
  #filter.collapse.in {
    display: block !important;
  }
  .oil-item .oil-image img {
    width: auto !important;
    height: 200px;
  }
  div[aria-describedby="comparation-dialog"].ui-dialog {
    text-align: center;
  }
  div[aria-describedby="comparation-dialog"].ui-dialog .thumbnail {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .main-content .popover,
  .ui-dialog .popover {
    min-width: 100%!important;
  }
  .catalog-container {
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tires-helpers {
    text-align: center;
  }
  .tires-helpers > div {
    float: none !important;
    width: 15% !important;
    display: inline-block !important;
  }
  .filter-heading {
    border-radius: 12px !important;
    margin: 0 !important;
  }
  .oil-item .thumbnail .caption {
    padding: 10px !important;
  }
  .oil-details {
    margin: 5px 10px;
    border-radius: 10px;
  }
  .oil-details a {
    width: 100%;
    display: block;
    padding: 10px 0;
    color: white;
  }
  .ui-dialog {
    width: 100% !important;
    left: 0 !important;
  }
  .ui-dialog .oil-image img {
    max-width: 100% !important;
  }
  #oil-information-dialog .oil-basket-box,
  .category-single-page .oil-basket-box {
    width: 100%;
  }
  #oil-information-dialog .oil-basket-box .count,
  .category-single-page .oil-basket-box .count {
    margin: 10px 0 0 5px !important;
  }
  #oil-information-dialog .oil-basket-box .addBasket,
  .category-single-page .oil-basket-box .addBasket {
    width: 45px;
    margin-top: 5px;
  }
  #oil-information-dialog .nav-tabs,
  .category-single-page .nav-tabs {
    border: none;
  }
  #oil-information-dialog .nav-tabs > li,
  .category-single-page .nav-tabs > li {
    width: 100%;
    text-align: center;
  }
  #oil-information-dialog .nav-tabs > li a,
  .category-single-page .nav-tabs > li a {
    border: none!important;
  }
  #forms-specifications label {
    font-size: 14px !important;
  }
  .news-list .news-item .row .image-holder {
    padding: 10px !important;
    width: 100% !important;
    text-align: center;
  }
  .news-list .news-item .row .body-holder {
    padding: 15px !important;
    width: 100% !important;
  }
  .news-list .news-item .row .date-area {
    padding: 10px !important;
    width: 100% !important;
    text-align: center;
  }
  .car-marks .thumbnail {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #add-vin-table input {
    width: 100%;
  }
  #vin-dialog textarea {
    width: 100%;
  }
  #client-info > div {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #client-info > div .control-label,
  #client-info > div .form-control,
  #client-info > div .col-xs-8 {
    width: 100%;
  }
  #car-catalog-body {
    padding: 0 !important;
  }
  .car-catalog.Marks {
    height: auto !important;
  }
  #brands-filter {
    max-height: 100% !important;
  }
  #brands-filter.open {
    display: flex !important;
    flex-direction: row;
  }
  #brands-filter > div {
    width: 50% !important;
  }
  .table--hover tbody tr:hover td {
    background-color: #f1f1f1;
  }
  #search-first-table {
    background: #f1f1f1;
  }
  #search-first-table thead {
    display: none;
  }
  #search-first-table tr {
    border: 1px solid #ccc;
  }
  #search-first-table tbody tr > td {
    width: calc(100%/3);
    display: block;
    float: left;
    border: none !important;
  }
  #search-first-table tbody tr > td:last-child {
    display: none;
  }
  .search-table {
    padding: 0;
  }
  .search-table .mobile-info-div {
    display: block;
  }
  .search-table > .row {
    min-width: 100%;
    display: block !important;
    border-top: 1px solid #cdcdcd;
  }
  .search-table .row.hidden {
    display: none !important;
  }
  .search-table > .row.last-row > div[class*=col-]:nth-child(-n+3) {
    border-color: transparent;
  }
  .search-table > div:first-child {
    display: none !important;
  }
  .search-table .about-brand:before {
    content: 'Бренд: ';
    font-weight: bold;
  }
  .search-table .article-div:before {
    content: 'Артикул: ';
    font-weight: bold;
  }
  .search-table .supplier-div {
    display: none !important;
  }
  .search-table .mobile-purchase-cost {
    display: block;
  }
  .search-table .purchase-cost-cell {
    display: none !important;
  }
  .search-table .first-row div[class*=col-],
  .search-table .first-row-old div[class*=col-],
  .search-table .last-row div[class*=col-],
  .search-table [data-brand-id] div[class*=col-],
  .search-table .first-row .brand-div,
  .search-table .first-row-old .brand-div,
  .search-table .last-row .brand-div,
  .search-table [data-brand-id] .brand-div {
    border-right: none !important;
  }
  .search-table .first-row .brand-div,
  .search-table .first-row-old .brand-div,
  .search-table .last-row .brand-div,
  .search-table [data-brand-id] .brand-div,
  .search-table .first-row .article-div,
  .search-table .first-row-old .article-div,
  .search-table .last-row .article-div,
  .search-table [data-brand-id] .article-div {
    vertical-align: top;
    border: none !important;
    text-align: left;
    display: block;
    border-bottom: 1px solid #cdcdcd !important;
  }
  .search-table .first-row .article-div,
  .search-table .first-row-old .article-div,
  .search-table .last-row .article-div,
  .search-table [data-brand-id] .article-div {
    padding-top: 6px !important;
  }
  .search-table .first-row .article-div .article-image,
  .search-table .first-row-old .article-div .article-image,
  .search-table .last-row .article-div .article-image,
  .search-table [data-brand-id] .article-div .article-image,
  .search-table .first-row .article-div .google-image,
  .search-table .first-row-old .article-div .google-image,
  .search-table .last-row .article-div .google-image,
  .search-table [data-brand-id] .article-div .google-image {
    display: inline-block;
    overflow: visible !important;
    top: auto;
    right: auto;
    vertical-align: middle;
    position: relative !important;
    margin: -5px 0 0px 8px;
  }
  .search-table .first-row .article-div .article-image:before,
  .search-table .first-row-old .article-div .article-image:before,
  .search-table .last-row .article-div .article-image:before,
  .search-table [data-brand-id] .article-div .article-image:before,
  .search-table .first-row .article-div .google-image:before,
  .search-table .first-row-old .article-div .google-image:before,
  .search-table .last-row .article-div .google-image:before,
  .search-table [data-brand-id] .article-div .google-image:before {
    font-size: 14px;
  }
  .search-table .first-row .description-div,
  .search-table .first-row-old .description-div,
  .search-table .last-row .description-div,
  .search-table [data-brand-id] .description-div {
    border-bottom: 1px solid #ccc !important;
    font-weight: bold;
    text-align: left;
  }
  .search-table .first-row .pollAnswerBar,
  .search-table .first-row-old .pollAnswerBar,
  .search-table .last-row .pollAnswerBar,
  .search-table [data-brand-id] .pollAnswerBar {
    display: none;
  }
  .search-table .first-row .addBasket,
  .search-table .first-row-old .addBasket,
  .search-table .last-row .addBasket,
  .search-table [data-brand-id] .addBasket,
  .search-table .first-row .count,
  .search-table .first-row-old .count,
  .search-table .last-row .count,
  .search-table [data-brand-id] .count {
    width: 25px !important;
    height: 25px !important;
    background-size: 100%;
    vertical-align: middle;
  }
  .search-table .first-row .count,
  .search-table .first-row-old .count,
  .search-table .last-row .count,
  .search-table [data-brand-id] .count {
    border-radius: 20px !important;
  }
  .search-table .first-row .count-div,
  .search-table .first-row-old .count-div,
  .search-table .last-row .count-div,
  .search-table [data-brand-id] .count-div {
    border-bottom: 2px solid black !important;
  }
  .search-table .first-row .count-remain,
  .search-table .first-row-old .count-remain,
  .search-table .last-row .count-remain,
  .search-table [data-brand-id] .count-remain {
    color: white;
  }
  .search-table .first-row .residue-count,
  .search-table .first-row-old .residue-count,
  .search-table .last-row .residue-count,
  .search-table [data-brand-id] .residue-count,
  .search-table .first-row .delivery-div,
  .search-table .first-row-old .delivery-div,
  .search-table .last-row .delivery-div,
  .search-table [data-brand-id] .delivery-div,
  .search-table .first-row .supplier-div,
  .search-table .first-row-old .supplier-div,
  .search-table .last-row .supplier-div,
  .search-table [data-brand-id] .supplier-div,
  .search-table .first-row .cost-div,
  .search-table .first-row-old .cost-div,
  .search-table .last-row .cost-div,
  .search-table [data-brand-id] .cost-div,
  .search-table .first-row .count-div,
  .search-table .first-row-old .count-div,
  .search-table .last-row .count-div,
  .search-table [data-brand-id] .count-div {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    border: none !important;
  }
  .search-table .first-row .b-b-0,
  .search-table .first-row-old .b-b-0,
  .search-table .last-row .b-b-0,
  .search-table [data-brand-id] .b-b-0 {
    display: none !important;
  }
  .search-table .first-row:hover > div,
  .search-table .first-row-old:hover > div,
  .search-table .last-row:hover > div,
  .search-table [data-brand-id]:hover > div {
    background-color: transparent !important;
    color: black !important;
  }
  .search-table #toggle-original-replacements {
    position: relative;
    top: 0;
    right: 0;
  }
  .search-old > .row {
    border-top: 1px solid #2c2c2c !important;
  }
  .fourth-color,
  .row:not(.main-color):hover .fourth-color {
    background-color: #2b2b2b !important;
    color: white !important;
  }
  .fourth-color a,
  .row:not(.main-color):hover .fourth-color a {
    color: white !important;
  }
  .table-catalog-to tr td:last-child,
  .table-catalog-to tr th:last-child {
    display: none;
  }
  #TableParts thead {
    display: none;
  }
  #TableParts tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #656565;
  }
  #TableParts tbody tr td {
    display: block;
    width: 100%;
    border: none !important;
  }
  #orders thead {
    display: none;
  }
  #orders tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #656565;
  }
  #orders tbody tr td {
    display: block;
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    padding: 5px 0 !important;
  }
  #orders tr td:nth-child(9) > div .btn-group.dropup {
    right: 10px !important;
  }
  #orders tr td:nth-child(9) > div .btn-group.dropup .dropdown-menu {
    display: none;
  }
  footer .pull-right > img {
    width: 120px;
    margin-bottom: 10px;
  }
}