﻿/*
    Template:     ab61.ru
    Description:  Responsive Autoparts eCommerce Bootstrap Template
    Version:      1.1
    Owner:        Autosouz
*/
/* ================================================================= */
/* GENERAL
/* ================================================================= */
/* #region mixin helpers */
/* #endregion */
@font-face {
  font-family: 'PTRouble-Sans';
  src: url('/Content/fonts/PTRoubleSans/PTRoubleSans.eot');
  src: url('/Content/fonts/PTRoubleSans/PTRoubleSans.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/PTRoubleSans/PTRoubleSans.woff2') format('woff2'), url('/Content/fonts/PTRoubleSans/PTRoubleSans.woff') format('woff'), url('/Content/fonts/PTRoubleSans/PTRoubleSans.ttf') format('truetype'), url('/Content/fonts/PTRoubleSans/PTRoubleSans.svg#PTRoubleSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  background: #f7f7f7;
}
body.main-body {
  background: white;
}
.inner {
  max-width: 1200px;
  margin: auto;
}
.wrapper > .row.content {
  min-height: 500px;
}
/* стили только для webkit based */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    position: static;
  }
}
/* #region helpers */
/*#region typography */
.h1,
h1 {
  margin: 0 0 15px 0;
  color: #ccc;
}
.rouble-symbol {
  font-family: PTRouble-Sans;
  font-style: normal;
}
.rouble-symbol:after {
  content: "у";
}
/*h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: 'Roboto', sans-serif;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Open sans', sans-serif;
}

.h1, h1 {
    color: #19bde8;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 15px;
    background: none;
    padding: 0;
    text-transform: uppercase;
}

.h2, h2 {
    color: @main-color;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 10px 0 5px;
    background: none;
    padding: 0;
    text-transform: uppercase;
}

.h3, h3 {
    color: #19bde8;
    font-size: 18px;
    line-height: 18px;
}

label,
.form-control {
    font-weight: normal;
}*/
/* #endregion typography */
/* #region tags */
a {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
img {
  max-width: 100%;
  width: auto;
}
textarea {
  resize: vertical;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hamburger-div {
  width: 90px;
  display: none;
  top: 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: #ee4b3f;
  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;
}
#myCarousel.carousel + .bread-crumb {
  display: none;
}
#myCarousel.carousel.search-carousel {
  height: auto;
}
/* #endregion */
/* #region captcha */
#captcha-body,
#captcha,
#Captcha {
  position: relative;
}
#captcha-body #ImgCaptcha,
#captcha #ImgCaptcha,
#Captcha #ImgCaptcha {
  height: 70px;
  width: 150px;
  background-color: #eff7fe;
}
#captcha-body #RefreshCaptcha,
#captcha #RefreshCaptcha,
#Captcha #RefreshCaptcha {
  cursor: pointer;
  position: absolute;
  margin-left: -15px;
  top: 4px;
  z-index: 99;
}
#captcha-body #Captcha,
#captcha #Captcha,
#Captcha #Captcha {
  font-size: 15px;
}
#captcha-body .text-danger,
#captcha .text-danger,
#Captcha .text-danger {
  color: red;
}
/* Кастомный checkbox и radio */
/* Customize the label (the container) */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.checkcontainer input {
  position: absolute;
  opacity: 0;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #ccc;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.checkcontainer .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container.small {
  font-size: 14px !important;
  line-height: 20px !important;
}
.checkbox-container.small .checkbox-checkmark {
  height: 18px !important;
  width: 18px !important;
}
.checkbox-container.small .checkbox-checkmark:after {
  left: 6px !important;
  top: 3px !important;
  width: 6px !important;
  height: 10px !important;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #ccc;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end Кастомный checkbox и radio */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
}
.ui-dialog .select2-container,
.ui-dialog ~ .select2-container {
  z-index: 999999 !important;
}
.callback-btn {
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 95px;
  background-color: #111a33 !important;
  border-radius: 50%;
  background: url(/Content/images/callme.png) center center no-repeat;
  cursor: pointer;
  z-index: 999;
  position: fixed;
  animation: shadowing 3s infinite;
  box-shadow: 0px 0px 0px 9px #001d6d;
  transition: 0.8s;
}
@keyframes shadowing {
  0% {
    box-shadow: 0px 0px 0px 15px rgba(112, 165, 255, 0.5), 0px 0px 0px 4px rgba(0, 62, 169, 0.8);
  }
  50% {
    box-shadow: 0px 0px 0px 8px rgba(112, 165, 255, 0.5), 0px 0px 0px 4px rgba(0, 62, 169, 0.8);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(112, 165, 255, 0.5), 0px 0px 0px 4px rgba(0, 62, 169, 0.8);
  }
}
/* #endregion */
/* #region 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;
}
/* #endregion */
/* #region top button */
.btn-scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 1020;
  outline: none;
}
.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: #ee4b3f;
  color: #fff !important;
}
/* #endregion */
/* #region class helpers */
.w-100 {
  width: 100%;
}
.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-l-0 {
  padding-left: 0;
}
.p-l-15 {
  padding-left: 15px;
}
.m-0 {
  margin: 0;
}
.m-l-10 {
  margin-left: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-t-117 {
  margin-top: 117px !important;
}
.m-t-120 {
  margin-top: 120px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.d-block {
  display: block !important;
}
.bg-none {
  background: #eee !important;
}
.none {
  display: none !important;
}
.clear {
  clear: both;
}
.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;
}
/* #endregion */
/* Leftside
/* ================================================================= */
.sidebar,
#loginForm {
  padding: 0;
}
.sidebar .sidebar-header,
#loginForm .sidebar-header {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: capitalize;
  background-color: #ee4b3f;
  overflow: hidden;
}
.sidebar .sidebar-header a,
#loginForm .sidebar-header a {
  color: white;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  float: left;
  text-transform: uppercase;
  padding: 11px 0 11px 16px;
}
.sidebar .sidebar-header i,
#loginForm .sidebar-header i {
  color: white;
  float: right;
  padding: 16px 12px;
  border-left: 1px solid #ee4b3f;
}
.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: right;
  height: 28px;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-header a#expand-history:hover i,
#loginForm .sidebar-header a#expand-history:hover i,
.sidebar .sidebar-header a#hide-history:hover i,
#loginForm .sidebar-header a#hide-history:hover i {
  font-size: 18px;
  padding: 15px 10px;
}
#search-history .sidebar-header,
#refund-messages-info .sidebar-header {
  background-color: #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#search-history .sidebar-header i,
#refund-messages-info .sidebar-header i {
  border-left: 1px solid #ee4b3f;
}
#search-history .sidebar-header.open,
#refund-messages-info .sidebar-header.open {
  background-color: #ee4b3f;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#search-history .sidebar-header.open i,
#refund-messages-info .sidebar-header.open i {
  border-left: 1px solid #ee4b3f;
}
#top-history table {
  width: 100%;
}
#top-history table tr td {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
#top-history table tr td a {
  font-size: 12px;
}
#top-history table tr td:last-child {
  text-align: right;
}
.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 #E0E0E0;
  padding: 10px;
  background-color: #fff;
}
.sidebar section .content-box a {
  color: #333;
  font-size: 14px;
}
.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.count-by-status,
.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: #f26c4f;
}
.sidebar section .content-box .status:hover span.badge {
  color: #fff !important;
}
#top-news .content-box a {
  line-height: 1;
  font-size: 12px;
  color: #4e4e4e;
}
#top-news .content-box p:first-child a,
#top-news .content-box p:nth-child(2) a {
  color: #0b4e74;
}
#top-news .content-box p b {
  color: #8799ac;
  font-size: 12px;
  font-weight: normal;
}
#top-news .content-box > a {
  background-color: #34495e;
  color: #ececec;
  line-height: 25px;
  font-size: 14px;
  margin: 15px auto 0;
  padding: 5px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: block;
  width: 135px;
}
#top-news .content-box > a:hover,
#top-news .content-box > a:focus,
#top-news .content-box > a:active {
  text-decoration: none;
}
/* end rigthsidebar */
/* #region buttons */
.button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 7px 25px;
  outline: none;
}
.button:hover,
.button:focus,
.button:active {
  color: white;
  background: #ee4b3f;
  text-decoration: none;
}
.button.disabled,
.button[disabled="disabled"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
  outline: none;
}
.button-large {
  padding: 0.7em 3em;
}
.button-100 {
  padding: 0.7em 10px;
  width: 100%;
  text-align: center;
}
.button-white {
  padding: 0.7em 3em;
  background: #FFFFFF;
  color: #ccc;
  border: 1px solid #0c557f;
}
.button-white.button-white-sm {
  padding: 7px 25px;
}
.button-small {
  padding: 0.4em 0.8em;
  font-size: 1em;
}
.button-x-small {
  padding: 0.4em 1em;
  font-size: 1em;
}
.button-excel {
  padding: 0.7em 1em;
}
.button-excel i {
  padding-right: 10px;
}
.button-word {
  background: #2B579A;
  padding: 7px 15px;
}
.button-word i {
  padding-right: 5px;
}
.button-word:hover {
  background: #3E6DB5;
}
.submit-btn {
  border-bottom: 3px solid #ff9c00;
}
.delete-btn {
  background: #e71d3e !important;
  border: 1px solid #e71d3e !important;
  color: #fff;
}
.delete-btn:hover,
.delete-btn:focus,
.delete-btn:active {
  background: #ca1a39 !important;
}
/* #endregion */
/* #region tables */
.main-table {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #111;
}
.main-table tr th {
  border: 1px solid #126493 !important;
  vertical-align: middle !important;
  background-color: #ccc !important;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 5px !important;
}
.main-table > tbody > tr {
  min-height: 50px;
}
.main-table > tbody > tr > td {
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  color: #111;
}
.main-table > tbody > tr > td .count {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 5px 0;
  text-align: center;
  outline: none;
  color: #7e7e7e;
}
.main-table > tbody > tr > td .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;
}
.main-table input.cost {
  min-width: 80px;
}
/* таблица с рамками */
.table--bordered tr td {
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.table--bordered tr td:first-child {
  border-left: 1px solid #ddd;
}
/* строка таблицы выделяется при наведении */
.table--hover tbody tr:hover td {
  background-color: #f5f5f5;
  color: #7e7e7e;
}
/* полосатость таблицы */
.even tr:nth-child(even) {
  background-color: #ebebeb !important;
}
/* когда комментарий менеджера или покупателя большой, то обрезаем */
.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;
}
/* table responsive */
.table-responsive.responsive-arrow {
  position: relative;
}
.table-responsive.responsive-arrow.on .arrow-right {
  position: absolute;
  left: 10px;
  bottom: 25px;
  background: url(/Content/images/arrow-right.gif) no-repeat;
  background-size: 100% 100%;
  width: 110px;
  height: 16px;
}
.table-responsive .table {
  max-width: none !important;
}
.table-responsive2 {
  clear: both;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #111 !important;
}
/* end table responsive */
/* пустая ячейка dataTables */
.dataTables_empty {
  display: none;
}
/* #endregion */
/* #region tabs*/
.main-tabs .tabs li {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.main-tabs .tabs li.active a {
  opacity: 1;
  border: none;
  border-bottom: 2px solid #F2A74A;
}
.main-tabs .tabs li.active a:hover,
.main-tabs .tabs li.active a:active,
.main-tabs .tabs li.active a:focus {
  border: none;
  border-bottom: 2px solid #F2A74A;
}
.main-tabs .tabs li span {
  color: #2D9CDB;
  border-bottom: 1px dotted #2D9CDB;
  margin: 23px;
  display: block;
  cursor: pointer;
}
.main-tabs .tabs li a {
  margin: 0;
  opacity: 0.4;
}
.main-tabs .tabs li a:hover,
.main-tabs .tabs li a:active,
.main-tabs .tabs li a:focus {
  opacity: 1;
  background: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.main-tabs .tab-content {
  background: #fff;
  padding: 15px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
/* #endregion*/
/* #region 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: 999999 !important;
}
.ui-dialog > .ui-widget-header {
  border: none !important;
  padding: 0 !important;
  background: transparent;
  height: 10px;
}
.ui-dialog-titlebar {
  pointer-events: none;
}
.ui-dialog-titlebar > span {
  display: none !important;
}
.ui-dialog[aria-describedby="modal-re-captcha"] {
  z-index: 214748364 !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: 0 !important;
  z-index: 2147483647;
  height: auto;
  top: 5px;
  pointer-events: all !important;
}
.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-icons-only.ui-dialog-titlebar-close {
  opacity: 0.77;
}
.ui-button-icon-only.ui-dialog-titlebar-close .ui-button-text,
.ui-button-icons-only.ui-dialog-titlebar-close .ui-button-text {
  background: rgba(0, 0, 0, 0) url("/Content/images/close-btn.png") no-repeat;
  background-size: 85% auto;
  font-size: 0;
  height: 24px;
  margin: 1px 0 0 -3px;
  overflow: hidden;
  padding: 0 !important;
  text-indent: 0 !important;
  display: block;
  width: 24px;
}
.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover,
.ui-button-icons-only.ui-dialog-titlebar-close.ui-state-hover {
  opacity: 1;
}
.ui-widget-overlay {
  background: #000 none repeat scroll 0 0 !important;
  opacity: 0.5 !important;
  z-index: 999999 !important;
}
.ui-tooltip {
  font-family: RobotoCondensed Regular, sans-serif !important;
  font-size: 14px !important;
}
/* #endregion */
/* #region additions helpers () */
.link-color {
  color: #00f !important;
}
.link-color:hover {
  color: #e71d3e !important;
}
.red,
.error,
.field-validation-error {
  color: red;
}
.validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.validation-summary-errors ul {
  list-style: none;
  color: red;
}
#gritter-notice-wrapper {
  cursor: pointer;
  z-index: 2147483647 !important;
}
@media all and (min-width: 991px) and (max-width: 1770px) {
  #gritter-notice-wrapper {
    top: 175px !important;
  }
}
.alert-message {
  border-left: 5px solid ;
  padding-left: 20px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 22px;
  margin: 20px auto;
}
.alert-message a {
  border-bottom: 2px dashed;
}
.text-main-color {
  color: #ccc;
}
a.thumbnail:hover {
  border-color: #ccc;
}
[disabled],
[disabled="disabled"] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.inline-svg {
  display: inline-block;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: rgba(17, 27, 51, 0.09);
}
.breadcrumb a:hover {
  color: #333 !important;
}
/* #endregion */
/* main styles */
.main-color {
  background: #ee4b3f;
  color: white;
}
.main-color a {
  color: white;
}
.main-color .navbar-nav > li > a {
  color: white;
}
.main-menu-color {
  background-color: #ee4b3f;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.main-menu-color.navbar {
  min-height: 45px;
}
.second-color {
  background-color: #ee4b3f;
  background: -moz-linear-gradient(top, #ee4b3f 0, #ee4b3f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee4b3f), color-stop(100%, #ee4b3f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ee4b3f 0, #ee4b3f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ee4b3f 0, #ee4b3f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ee4b3f 0, #ee4b3f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ee4b3f 0, #ee4b3f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4b3f', endColorstr='#ee4b3f ', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #E0E0E0;
  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;
}
.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 */
/* #endregion */
/* ================================================================= */
/* MAIN PAGE
/* ================================================================= */
/* Header
/* ================================================================= */
/* top menu */
.top-menu {
  background-color: #ee4b3f;
  color: white;
}
.top-menu #top-navbar-collapse ul > li a {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  padding: 0 15px;
  margin: 10px 0;
  color: white;
}
.top-menu #top-navbar-collapse ul:not(.navbar-right) li a {
  border-right: 1px solid;
}
.top-menu #top-navbar-collapse ul:not(.navbar-right) li:last-child a {
  border: 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 .navbar-right {
  margin: 0;
}
.top-menu .navbar-right .authorize > a {
  background: #333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 6px 15px !important;
  padding: 4px 15px !important;
}
.top-menu .navbar-right .authorize > a:hover,
.top-menu .navbar-right .authorize > a:active,
.top-menu .navbar-right .authorize > a:focus {
  background: #333;
  text-decoration: none;
}
.top-menu .navbar-right .authorize-two > a {
  background: #333;
  margin: 6px 0 !important;
  padding: 4px 15px !important;
}
.top-menu .navbar-right .authorize-two > a:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-right: 1px solid #333;
  margin: 0 -4px 0 15px !important;
}
.top-menu .navbar-right .authorize-two > a:last-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  margin-right: 10px !important;
}
.top-menu .navbar-right .authorize-two > a:hover,
.top-menu .navbar-right .authorize-two > a:active,
.top-menu .navbar-right .authorize-two > a:focus {
  background: #333;
  text-decoration: none;
}
.top-menu .navbar-right .small-basket {
  position: relative;
}
.top-menu .navbar-right .small-basket > a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 8px 0 !important;
  padding: 2px 7px !important;
  font-size: 17px !important;
  background: #2c3e50;
}
.top-menu .navbar-right .small-basket .count {
  background: #f26c4f;
  font-size: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 1.2;
  padding: 1px 3px;
  position: absolute;
  right: -6px;
  top: -1px;
}
.top-menu.open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 1200px) {
  .top-menu #top-navbar-collapse:not(.in):not(.collapsing) ul > li a {
    margin: 12px 0;
  }
}
@media all and (max-width: 1065px) {
  .top-menu #top-navbar-collapse:not(.in):not(.collapsing) ul > li a {
    padding: 0 10px;
  }
}
/* end top menu */
/* languages */
#language-block > .language-ru {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
#language-block > #clang.language-ico-placeholder {
  margin: 8px 5px 0 15px;
  vertical-align: text-bottom;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  box-shadow: 0 1px 0 5px #304357;
  position: relative;
  padding: 0;
  background-color: transparent;
}
#language-block > #clang.language-ico-placeholder img {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  opacity: 0.5;
}
#language-block > #clang.language-ico-placeholder.dropdown-toggle::after {
  color: #e0e0e0;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  left: 6px;
  line-height: 15px;
  position: absolute;
  top: 7px;
}
#language-block > #clang.language-ico-placeholder:hover {
  text-decoration: none;
}
#language-block #langs {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 115%;
  left: -100%;
  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;
}
/* end langusges */
/* logo */
.logo-holder {
  padding: 0;
  text-align: center;
}
.logo-holder .logo {
  margin-top: 9px;
}
.logo-holder .logo img {
  max-height: 94px;
}
.logo-holder a {
  text-decoration: none !important;
}
.logo-holder span {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: block;
  color: #e92d31;
  text-decoration: none !important;
}
/* end logo */
/* search */
#top-header {
  padding: 0;
  font-size: 16px;
  color: #333;
  background: #fff;
  position: relative;
}
#top-header .top-search-holder {
  padding: 10px 20px 0;
  background: #ddd;
  margin-left: 20px;
  /*#WithoutTransit {
            width: 16px;
            height: 16px;
            position: relative;
            left: 4px;
            top: 4px;
            outline: none;

            &:hover {
                color: @link-hover-color;
                cursor: pointer;
            }
        }*/
}
#top-header .top-search-holder label[for="WithoutTransit"] {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
#top-header .top-search-holder label[for="WithoutTransit"]:hover {
  color: #e71d3e;
  cursor: pointer;
}
#top-header a {
  outline: none;
}
#top-header a:hover {
  text-decoration: underline;
}
#top-header .text-title {
  color: #939393;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
}
#top-header .text-info {
  color: #34495E;
  font-size: 88%;
  padding: 0;
  margin: 0;
}
#top-header .text-info .row {
  padding: 0;
  margin: 0;
}
#top-header .text-info .row > div {
  padding: 0;
  margin: 0;
}
/* #search вынесен отдельно, т.к. много что пересекается с поиском по отечке (там другая верстка) */
#search {
  margin-top: 10px;
}
#search [type="search"] {
  background: #fff none repeat scroll 0 0;
  border: none;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  -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: 13px;
  width: 98%;
  font-size: 14px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
#search [type="search"]::-webkit-input-placeholder {
  font-size: 12px;
  color: #aaa;
  font-style: italic;
}
#search [type="search"]::-moz-placeholder {
  font-size: 12px;
  color: #aaa;
  font-style: italic;
}
#search [type="search"]:-moz-placeholder {
  font-size: 12px;
  color: #aaa;
  font-style: italic;
}
#search [type="search"]:-ms-input-placeholder {
  font-size: 12px;
  color: #aaa;
  font-style: italic;
}
#search .search-button {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
  position: absolute;
  right: 0;
  padding: 10px 22px 10px;
  margin-right: -10px !important;
  text-align: center;
  border: none;
  background: #333;
  box-shadow: -3px 0 0px 0 #ccc;
  outline: none;
}
#search .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 19px;
  line-height: 25px;
  vertical-align: sub;
  color: #fff;
}
#search .search-button:hover {
  background: #ee4b3f;
}
#search .search-area {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 8px 0 0;
  padding: 0 55px 0 0;
  position: relative;
}
#search .search-area .dropdown-menu li a span {
  font-style: italic;
  font-size: 85%;
}
#search .text-center {
  margin: 5px 25px 0;
  text-align: right;
  color: #34495e;
}
/* стили только для webkit based */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #search .search-button {
    padding: 11px 15px 10px;
  }
  #top-header.navbar-fixed-top .basket .basket-text-count {
    line-height: 18px !important;
  }
  #formRussianCars #brand {
    padding: 1px 6px !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1161px) {
  #search [type="search"] {
    width: 97.6%;
  }
}
/* стили только для IE10-IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #search [type='search'] {
    font-size: 12px;
  }
  #search .search-button {
    padding: 8px 15px 7px;
  }
}
/* russian cars search */
#formRussianCars {
  padding-top: 10px;
  padding-bottom: 30px;
}
#formRussianCars #brand {
  float: right;
  margin: 0;
  padding: 1px 6px;
  list-style: none;
  margin-right: 50px;
}
#formRussianCars #brand .dropdown {
  text-align: center;
}
#formRussianCars #brand select {
  width: 100%;
}
#formRussianCars .search-button {
  float: right;
}
#formRussianCars .search-field {
  width: calc(100% - 85px);
}
#formRussianCars .search-area .categories-filter {
  border-left: 0px solid #c9ced2;
  display: inline-block;
  line-height: 44px;
  padding-left: 6px;
  padding-right: 6px;
  width: 145px;
  height: 47px;
}
#formRussianCars .search-area .categories-filter .dropdown-toggle {
  font-size: 12px;
  color: #3d3d3d;
  position: relative;
  height: 47px;
  text-align: left;
  display: block;
}
#formRussianCars .search-area .categories-filter .dropdown-toggle::after {
  color: #3d3d3d;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 18px;
  line-height: 15px;
  margin: 0 10px 0 3px;
  position: absolute;
  top: 15px;
  right: 0;
}
#formRussianCars .search-area .categories-filter .dropdown-toggle > span {
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  width: 101px;
}
#formRussianCars .search-area .categories-filter .dropdown-menu {
  background: #ebebeb none repeat scroll 0 0;
  height: 320px;
  left: -8px;
  overflow-y: scroll;
  width: 215px;
  margin: 0;
  z-index: 9999;
}
#formRussianCars .search-area .categories-filter .dropdown-menu > li > a {
  background: #ebebeb none repeat scroll 0 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}
#formRussianCars .search-area .categories-filter .dropdown-menu > li > a:hover,
#formRussianCars .search-area .categories-filter .dropdown-menu > li > a:active,
#formRussianCars .search-area .categories-filter .dropdown-menu > li > a:focus {
  background-color: #587a9f;
  color: #fff !important;
  text-decoration: none;
}
#formRussianCars #current-brand-option:hover,
#formRussianCars #current-brand-option:active,
#formRussianCars #current-brand-option:focus {
  text-decoration: none;
}
@media all and (max-width: 1135px) {
  #current-brand-option > span {
    font-size: 12.3px;
    line-height: 1;
  }
}
/* Масла, автохимия, аксессуары */
#submit-filter-form #custom-brand-options > li {
  line-height: normal;
  padding: 0 15px;
}
/* end Масла, автохимия, аксессуары */
/* end russian cars search */
/* end search */
.RegisterByPhone {
  text-align: left;
}
.RegisterByPhone > form {
  display: inline-block;
  width: 500px;
}
.RegisterByPhone > form input:not([type="checkbox"]),
.RegisterByPhone > form button {
  height: 40px;
  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;
}
@media screen and (max-width: 767px) {
  .RegisterByPhone > form {
    width: 100%;
  }
}
/* basket */
.top-cart-row {
  width: 14%;
}
.top-cart-row .basket {
  margin-top: 25px;
  margin-left: 10%;
}
.top-cart-row .basket > a {
  overflow: hidden;
}
.top-cart-row .basket #basket-block {
  position: relative;
  overflow: hidden;
  width: 153px;
}
.top-cart-row .basket #basket-block .basket-icon {
  background-color: #34495e;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  padding: 14px 0;
  width: 75px;
  height: 75px;
  text-align: center;
  position: relative;
  z-index: 11;
}
.top-cart-row .basket #basket-block .basket-icon i {
  font-size: 45px;
  color: white;
}
.top-cart-row .basket #basket-block .basket-summ {
  background: #d6e0e2 none repeat scroll 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  bottom: 0;
  left: 20px;
  padding: 1px 16px 1px 0;
  position: absolute;
  text-align: right;
  width: 84%;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}
.top-cart-row .basket #basket-block .basket-text-count {
  background: #f26c4f none repeat scroll 0 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  left: 56px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
  z-index: 11;
}
.top-cart-row .basket:hover i.fa {
  font-size: 49px !important;
}
/* end basket */
/* manager info */
.manager-info {
  padding: 12px 0 0;
  text-align: right;
}
.manager-info div {
  font-size: 12px;
  color: #4e4e4e;
}
.manager-info div .text-title {
  font-size: 14px;
  color: #34495e !important;
  line-height: 24px !important;
  margin: 4px auto 6px;
  letter-spacing: normal !important;
}
.manager-info div a {
  color: #2980b9;
  display: block;
  line-height: 20px;
  margin: 4px 0 0;
}
/* end manager info */
/* contact header */
.contact-header {
  padding: 0;
  min-width: 310px;
  float: right;
  margin: 5px;
}
.contact-header .contact-info {
  margin: 0 0 0 22px;
  font-size: 15px;
  line-height: 22px;
  background: #ddd;
  color: #333;
  padding: 10px 15px 5px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.contact-header .contact-info > div {
  position: relative;
  padding-left: 30px;
}
.contact-header .contact-info > div i {
  font-size: 18px;
  position: absolute;
  left: 1px;
  top: 5px;
}
.contact-header .contact-info > div.email i {
  top: 2px;
  font-size: 16px;
}
.contact-header .contact-info p {
  margin-bottom: 0;
}
.contact-header .contact-info a {
  color: #ee4b3f;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}
.contact-header .contact-info a:focus {
  text-decoration: none;
}
/* end contact header */
/* fixed nav */
#top-header.navbar-fixed-top {
  padding: 0;
  background-color: #ddd;
  border-bottom: 2px solid #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999998;
}
#top-header.navbar-fixed-top .hide-while-scroll {
  display: none;
}
#top-header.navbar-fixed-top .logo-holder {
  margin: 5px 0 10px 0;
}
#top-header.navbar-fixed-top .logo-holder span {
  font-size: 16px;
}
#top-header.navbar-fixed-top .logo-holder img {
  height: 65px;
  margin-left: 42px;
}
#top-header.navbar-fixed-top .top-search-holder {
  padding: 0 15px 4px;
  width: calc(100% - 550px);
}
#top-header.navbar-fixed-top .top-search-holder #search {
  margin: 10px auto 0;
}
#top-header.navbar-fixed-top .top-search-holder #search .checkbox {
  margin: 5px auto 1px;
}
#top-header.navbar-fixed-top .basket {
  margin-top: 22px;
  width: 35%;
}
#top-header.navbar-fixed-top .basket #basket-block {
  width: 123px;
}
#top-header.navbar-fixed-top .basket .basket-icon {
  width: 45px;
  height: 45px;
  padding: 11px 0;
}
#top-header.navbar-fixed-top .basket .basket-icon i.fa {
  font-size: 25px;
}
#top-header.navbar-fixed-top .basket .basket-summ {
  font-size: 11px;
}
#top-header.navbar-fixed-top .basket .basket-text-count {
  left: 33px;
  padding-top: 0;
  width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 16px;
}
#top-header.navbar-fixed-top .basket:hover i.fa {
  font-size: 27px !important;
}
#top-header.navbar-fixed-top .contact-info {
  line-height: 1.2;
  padding: 5px 15px;
}
#top-header.navbar-fixed-top .contact-info *:not(.fa) {
  line-height: 1.2;
}
#top-header.navbar-fixed-top .contact-info > div i {
  top: 1px;
}
#top-header.navbar-fixed-top #formRussianCars {
  padding-bottom: 18px;
}
/* end fixed nav */
/* main menu  */
#middle-navbar-collapse {
  position: relative;
  /* выпадающий список */
}
#middle-navbar-collapse > ul > li {
  /* Чтобы не было конфликта отображения .navbar-nav с .nav-justified(Слава)*/
  position: relative;
  float: none;
  vertical-align: middle;
}
#middle-navbar-collapse > ul > li a {
  font-size: 14px;
  color: white;
  padding: 15px 0;
  text-transform: uppercase;
  line-height: 14px;
  position: relative;
  outline: none;
  white-space: normal !important;
  background: none;
}
#middle-navbar-collapse > ul > li a:hover,
#middle-navbar-collapse > ul > li a:focus,
#middle-navbar-collapse > ul > li a:active {
  color: white;
  background-color: #ccc;
}
#middle-navbar-collapse > ul > li.domestic-menu-parent {
  width: 1.3%;
}
#middle-navbar-collapse > ul > li .domestic-menu {
  line-height: 100%;
  margin: 0;
  padding: 8px 4px;
  font-size: 14px;
}
#middle-navbar-collapse > ul > li > .v-line {
  width: 1px;
  height: 35px;
  background: #cecece;
  position: absolute;
  top: 5px;
  right: 0;
}
#middle-navbar-collapse > ul > li > .v-line.left {
  right: auto;
  left: 0;
}
#middle-navbar-collapse > ul > li:last-child > .v-line:not(.left) {
  display: none;
}
#middle-navbar-collapse > ul .en-version a.domestic-menu {
  padding-top: 18px;
  padding-bottom: 18px;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  background-color: #ccc;
  width: 100%;
  padding: 0;
  margin-top: -1px !important;
  z-index: 9998;
  -webkit-box-shadow: 0 2px 2px -2px #555 inset;
  -moz-box-shadow: 0 2px 2px -2px #555 inset;
  box-shadow: 0 2px 2px -2px #555 inset;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li {
  /* http://prntscr.com/e2k0on */
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li a {
  font-size: 14px;
  line-height: 1;
  border-right: none;
  padding: 8px 10px;
  text-transform: none;
  border-bottom: none;
  color: white;
  background: none !important;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li a:focus,
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li a:hover,
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li a:active {
  background-color: #ee4b3f !important;
  text-decoration: none;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li:last-child a {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu {
  position: relative;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu > ul {
  display: none;
  list-style: none;
  position: absolute;
  width: 216px;
  top: -19px;
  right: -216px;
  border-left: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu > ul > li {
  padding: 0;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu > ul > li > a {
  white-space: normal;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu > ul > li:first-child a:hover {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu > ul > li:last-child a {
  font-size: 18px;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu > ul > li:last-child a:hover {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
#middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li.second-level-menu:hover ul.submenu {
  display: block;
}
#middle-navbar-collapse .navbar-nav .dropdown.catalogs {
  position: static;
}
#middle-navbar-collapse .navbar-nav .dropdown.catalogs .dropdown-menu {
  left: 0;
  width: 100%;
  padding: 5px 10px 15px 10px;
}
#middle-navbar-collapse .navbar-nav .dropdown.catalogs .dropdown-menu .catalog-menu-body {
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#middle-navbar-collapse .navbar-nav .dropdown.catalogs .dropdown-menu .catalog-menu-body h4 {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  line-height: normal;
  font-size: 16px;
  color: #ddd;
}
#middle-navbar-collapse .navbar-nav .dropdown.catalogs .dropdown-menu .catalog-menu-body > div {
  padding: 0 8px;
}
#middle-navbar-collapse .navbar-nav .dropdown.catalogs .dropdown-menu .catalog-menu-body > div.m-t {
  margin-top: 43px;
}
#middle-navbar-collapse .navbar-nav .dropdown.catalogs .dropdown-menu .catalog-menu-body > div a {
  text-transform: none;
  display: block;
  line-height: 17px;
  font-size: 14px;
  padding: 5px;
}
#middle-navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
nav.navbar.navbar-default .container-fluid {
  padding: 0;
  /* для того чтобы иконка акции не выходила за пункт меню */
}
@media all and (max-width: 1491px) {
  #middle-navbar-collapse .nav.navbar-nav .en-version a.domestic-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* стили только для IE 10-11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 320px) {
  #middle-navbar-collapse .navbar-nav > li .domestic-menu {
    padding: 14px 0;
    font-size: 11px;
  }
  #middle-navbar-collapse .navbar-nav > li > a {
    padding: 18px 20px;
  }
  #middle-navbar-collapse .navbar-nav > li > .v-line {
    height: 40px;
  }
  #middle-navbar-collapse .navbar-nav .en-version a.domestic-menu {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .navbar-fixed-top#top-header .top-search-holder {
    padding: 6px;
  }
  #formRussianCars #brand {
    padding: 0 6px;
    line-height: 39px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1840px) {
  #middle-navbar-collapse .navbar-nav > li .domestic-menu {
    padding: 4px 0 4px !important;
  }
  #middle-navbar-collapse .navbar-nav > li.en-version a.domestic-menu {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 992px) {
  #middle-navbar-collapse .navbar-nav > li {
    width: 21%;
  }
}
/* promotion icon */
#promotion-count {
  background-color: #f26c4f;
  font-size: 10px;
  margin: 0 6px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  padding: 4px 6px;
  position: absolute;
  top: 11px;
  z-index: 11;
}
@media all and (max-width: 1775px) {
  #promotion-count {
    top: 6px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #promotion-count {
    top: 10px;
    margin: 0 6px 0 0;
  }
}
/* end promotion icon */
/* end main menu */
/* login page */
#loginForm .login-form {
  border: 1px solid #ccc;
  padding: 15px 20px;
  /*.validation-summary-errors {
            display: none;
        }*/
}
#loginForm .login-form .field-row #Email,
#loginForm .login-form .field-row #Password {
  width: 100%;
  margin-bottom: 5px;
}
#loginForm .login-form .field-row .button {
  position: absolute;
}
#loginForm .login-form .field-row [type="submit"] {
  top: 139px;
  left: 0;
}
#loginForm .login-form .field-row a[href^="/Account"] {
  top: 90px;
  left: 170px;
}
#loginForm .login-form .field-row [for="RememberMe"] {
  color: #2e2e2e;
}
#loginForm .login-form .field-row .forgot-pass {
  top: 53px;
}
#loginForm .login-form .field-row .forgot-pass a {
  color: #2e2e2e;
}
/* end login page*/
/* Content area
/* ================================================================= */
.content {
  margin-bottom: 20px;
}
.content.container {
  min-height: 530px;
}
.white-container {
  background: white;
  border: 1px solid #E0E0E0;
  padding: 30px;
}
.banners-block .banner {
  background-color: #1A2A5C;
  background: -moz-linear-gradient(top, #1A2A5C 0, #262D42 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1A2A5C), color-stop(100%, #262D42));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1A2A5C 0, #262D42 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1A2A5C 0, #262D42 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1A2A5C 0, #262D42 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1A2A5C 0, #262D42 100%);
  /* W3C */
  color: #fff;
  overflow: hidden;
}
.banners-block .big-banner {
  margin-bottom: 15px;
  height: 242px;
  cursor: pointer;
}
.banners-block .big-banner .big-banner-text {
  margin: 44px 0 20px 28px;
  position: absolute;
  z-index: 2;
  text-shadow: 0 0 30px #1d2a54, 0 0 20px #1d2a54, 0 0 10px #1d2a54, 0 0 5px #1d2a54;
}
.banners-block .big-banner .big-banner-text .big-banner-title {
  font-family: 'RobotoCondensed Regular', sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banners-block .big-banner .big-banner-text > a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 11px;
  box-shadow: none;
}
.banners-block .big-banner .pull-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.banners-block .small-row-banner {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.banners-block .small-row-banner .small-banner {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.banners-block .small-banner .banner {
  height: 240px;
}
.banners-block .small-banner .small-banner-title {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  font-family: 'RobotoCondensed Regular', sans-serif;
  margin: 23px 0 0 30px;
  width: 100%;
  color: #fff;
}
.rotator {
  display: block;
  position: relative;
  text-align: center;
}
.rotator ul {
  padding: 0;
  width: 100%;
  height: 100%;
}
.rotator ul li {
  opacity: 0;
  float: left;
  position: absolute;
  list-style: none;
  transition: opacity 1s ease-in-out;
  width: 100%;
  height: 100%;
}
.rotator ul li a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rotator ul li.first,
.rotator ul li.show {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.rotator ul li.first a,
.rotator ul li.show a {
  z-index: 2;
}
.catalogs-block {
  margin: 15px auto 0 auto;
}
.catalogs-block > .catalogs-block-row {
  margin: 0 -7.5px;
}
.catalogs-block > .catalogs-block-row > div {
  margin-bottom: 20px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.catalogs-block .catalog-item {
  background: #f0f2f7;
  display: block;
  color: #000;
  height: 185px;
  position: relative;
  overflow: hidden;
}
.catalogs-block .catalog-item .catalog-title {
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-family: 'RobotoCondensed Regular', sans-serif;
  margin: 0 8px 0 30px;
  padding-top: 20px;
}
.catalogs-block .catalog-item img {
  max-height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.catalogs-block .catalog-item img.big-img {
  max-height: 185px;
  top: 0;
}
.catalogs-block .catalog-item img.middle-img {
  max-height: 170px;
  bottom: 0;
}
.news-block {
  padding-top: 20px;
  background-color: #f7f7f7;
}
.news-block .tabs {
  text-align: center;
}
.news-block .tabs .button-group {
  border-bottom: 1px solid #ddd;
}
.news-block .tabs .button-group button {
  background: none;
  border: none;
  color: #BEC5D1;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 20px;
  outline: none;
}
.news-block .tabs .button-group button:active,
.news-block .tabs .button-group button.is-checked {
  color: #000;
  border-bottom: 1px solid #f2c94c;
}
.news-block .grid {
  position: relative;
  padding-top: 30px;
}
.news-block .grid .element-item {
  margin-bottom: 15px;
}
.news-block .grid .element-item .element-wrapper {
  background: #fff;
}
.news-block .grid .element-item .element-item-top {
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 10px 5px;
}
.news-block .grid .element-item .element-item-top > span:first-child {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.news-block .grid .element-item .element-item-top > span:last-child {
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}
.news-block .grid .element-item .element-item-bottom {
  clear: both;
  font-size: 14px;
  line-height: 17px;
  color: #4f4f4f;
  padding: 5px 10px 10px;
}
.news-block .grid .element-item.news-37 .pull-left {
  color: #6FCF97;
}
.news-block .grid .element-item.news-75 .pull-left {
  color: #F2C94C;
}
.news-block .grid .element-item.news-36 .pull-left {
  color: #56CCF2;
}
.news-block .grid .element-item.all-news {
  font-size: 18px;
  line-height: 78px;
  color: #444e69;
}
.news-block .grid .element-item.all-news > div {
  padding-left: 30px;
}
/* Footer
/* ================================================================= */
footer {
  border-bottom: none !important;
  padding: 20px 0;
  padding-bottom: 45px;
}
footer .inner > div {
  width: 200px;
  float: left;
  padding: 0 15px;
}
footer .inner > div .fs-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  white-space: nowrap;
}
footer .inner > div .fs-title i {
  padding-right: 5px;
}
footer .inner > div .fs-description a {
  display: block;
}
footer .inner > div.f-catalog {
  width: calc(100% - 428px);
}
footer .inner > div.f-catalog .fs-description {
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 145px;
  list-style: none;
}
footer .inner > div.f-address p strong {
  display: block;
}
footer .inner > div .nexus img {
  width: 150px;
}
/* Cart Bottom Fixed
/* ================================================================= */
#cart-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  background: #333;
  color: #fff;
  z-index: 100;
}
#cart-fixed svg {
  fill: #fff;
  height: 30px;
  width: 40px;
  float: left;
}
#cart-fixed .container > div {
  color: #999;
  padding: 0;
  border-left: 1px solid #ee4b3f;
  float: right;
}
#cart-fixed .container > div .input {
  background: #f8f8f8;
  color: #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  width: 35px;
  padding: 3px 0;
  margin: 0 7px;
}
#cart-fixed .container > div a {
  display: block;
  color: #f8f8f8;
}
#cart-fixed .container > div a:hover,
#cart-fixed .container > div a:active,
#cart-fixed .container > div a:focus {
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}
#cart-fixed .container > div a:hover i.fa-exchange,
#cart-fixed .container > div a:active i.fa-exchange,
#cart-fixed .container > div a:focus i.fa-exchange {
  color: #fff;
}
#cart-fixed .container > div a:hover svg,
#cart-fixed .container > div a:active svg,
#cart-fixed .container > div a:focus svg {
  fill: #fff;
}
#cart-fixed .container > div.active a,
#cart-fixed .container > div .active a {
  color: #fff;
}
#cart-fixed .container > div.active .input,
#cart-fixed .container > div .active .input {
  background: #fff;
  color: #000;
}
#cart-fixed .cf-history-info,
#cart-fixed .cf-client-office {
  padding: 0;
  float: right;
}
#cart-fixed .cf-history-info a,
#cart-fixed .cf-client-office a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  position: relative;
}
#cart-fixed .cf-history-info a i,
#cart-fixed .cf-client-office a i {
  font-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
#cart-fixed .cf-history-info a:hover,
#cart-fixed .cf-client-office a:hover,
#cart-fixed .cf-history-info a:active,
#cart-fixed .cf-client-office a:active,
#cart-fixed .cf-history-info a:focus,
#cart-fixed .cf-client-office a:focus {
  text-decoration: none;
  background: #ee4b3f;
}
#cart-fixed .cf-comparation-info,
#cart-fixed .cf-commercial-info {
  border-right: none;
  text-align: center;
}
#cart-fixed .cf-comparation-info a,
#cart-fixed .cf-commercial-info a {
  padding: 8px 15px;
}
#cart-fixed .cf-comparation-info i,
#cart-fixed .cf-commercial-info i {
  font-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
#cart-fixed .cf-comparation-info.active i,
#cart-fixed .cf-commercial-info.active i {
  color: #fff;
}
#cart-fixed .cf-commercial-info a {
  padding: 10px 15px;
}
#cart-fixed .cf-basket-info {
  width: 399px;
  border-right: 1px solid #ee4b3f;
}
#cart-fixed .cf-basket-info #basket-update {
  position: relative;
}
#cart-fixed .cf-basket-info #basket-update a#basket-block {
  padding: 8px 10px;
}
#cart-fixed .cf-basket-info #basket-update a#basket-block > div {
  display: inline-block;
  vertical-align: middle;
}
#cart-fixed .cf-basket-info #basket-update .submit-bottom-basket {
  position: absolute;
  top: 7px;
  right: 10px;
  display: inline-block;
  color: #999;
  background: white;
  border-color: gray;
  opacity: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cart-fixed .cf-basket-info #basket-update.active svg {
  fill: #fff;
}
#cart-fixed .cf-basket-info #basket-update.active .submit-bottom-basket {
  background: #fff;
  color: #000;
}
#cart-fixed .cf-basket-info #basket-update.active .submit-bottom-basket:hover {
  background: #5d5d5d;
  color: #fff;
}
/* ================================================================= */
/* Страницы "Вакансии, Новости, Акции"
/* ================================================================= */
.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 .title {
  line-height: 19px;
  margin: 20px 25px 0;
}
.news-list .news-item .row .title span {
  font-size: 16px;
  font-weight: 700;
}
.news-list .news-item .row .image-holder {
  padding: 20px 15px;
  width: 29%;
}
.news-list .news-item .row .image-holder .image img {
  height: 186px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.news-list .news-item .row .body-holder {
  padding: 5px 2% 15px;
}
.news-list .news-item .row .body-holder.col-sm-5 {
  padding: 15px 0;
  margin-right: 5%;
}
.news-list .news-item .row .body-holder .body .excerpt {
  font-size: 14px;
  margin: 10px 0 20px;
}
.news-list .news-item .row .body-holder .body .excerpt .K2FeedImage {
  float: left;
  margin-right: 20px;
}
.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;
}
.content-wrapper > .row {
  margin: 0;
}
/* ================================================================= */
/* Страница "Обратная связь"
/* ================================================================= */
#contact-form .input-group {
  margin-bottom: 20px;
}
#contact-form .validation-summary-errors {
  display: none;
}
#contact-form #uplResult {
  border: 2px dashed rgba(18, 37, 87, 0.6);
  padding: 5px 10px;
  max-width: 335px;
  vertical-align: middle;
  display: none;
}
#contact-form #uplResult.show-text {
  display: inline-block;
}
#contact-page .reason-div label {
  float: left;
}
#contact-page .reason-div label:not(:first-child) {
  margin-left: 15px;
}
#contact-page .cf-style-1 input[type="text"],
#contact-page .cf-style-1 textarea,
#contact-page .cf-style-1 select {
  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: 509px;
}
#contact-page .cf-style-1 select {
  padding-left: 10px;
}
#contact-page .cf-style-1 .field-validation-error {
  position: relative;
  margin-left: 10px;
}
#contact-page .input_icon {
  left: 10px;
  position: absolute;
  top: 4px;
  z-index: 11;
}
#contact-page #Message {
  height: 200px;
  width: 509px;
  resize: vertical;
}
#contact-page #Message,
#contact-page #Theme,
#contact-page #Captcha {
  padding-left: 10px;
}
#contact-page [name="agree"],
#contact-page .reason-div > label > input {
  margin-right: 5px;
}
/* ================================================================= */
/* Регистрация
/* ================================================================= */
#formRegisterRozn .field-row,
#formRegisterOpt .field-row,
.reset-password .field-row {
  position: relative;
  margin-bottom: 10px;
}
#formRegisterRozn .field-row > label[for="ITN"],
#formRegisterOpt .field-row > label[for="ITN"],
.reset-password .field-row > label[for="ITN"] {
  line-height: 0.1;
}
#formRegisterRozn .field-row .red,
#formRegisterOpt .field-row .red,
.reset-password .field-row .red {
  margin: 0 3px;
  font-size: 16px;
  top: -1px;
}
#formRegisterRozn .field-row .inn-chars,
#formRegisterOpt .field-row .inn-chars,
.reset-password .field-row .inn-chars {
  font-size: 12px;
}
#formRegisterRozn .field-row #password-info,
#formRegisterOpt .field-row #password-info,
.reset-password .field-row #password-info {
  position: relative;
  right: -105%;
  top: -50px;
  font-size: 12px;
  width: 100%;
}
#formRegisterRozn .field-row.not-valid,
#formRegisterOpt .field-row.not-valid,
.reset-password .field-row.not-valid {
  height: auto;
}
#formRegisterRozn .field-row.not-valid input:focus,
#formRegisterOpt .field-row.not-valid input:focus,
.reset-password .field-row.not-valid input:focus {
  -webkit-box-shadow: inset 0 0 1px #f00;
  -moz-box-shadow: inset 0 0 1px #f00;
  box-shadow: inset 0 0 1px #f00;
  border-color: #f00;
}
#formRegisterRozn .field-row.valid input,
#formRegisterOpt .field-row.valid input,
.reset-password .field-row.valid input,
#formRegisterRozn .field-row.valid input:focus,
#formRegisterOpt .field-row.valid input:focus,
.reset-password .field-row.valid input:focus {
  -webkit-box-shadow: inset 0 0 3px #1fd34a;
  -moz-box-shadow: inset 0 0 3px #1fd34a;
  box-shadow: inset 0 0 3px #1fd34a;
  border-color: #1fd34a;
}
#formRegisterRozn .field-row .pass-example,
#formRegisterOpt .field-row .pass-example,
.reset-password .field-row .pass-example {
  color: red;
}
#formRegisterRozn .helper-text ul,
#formRegisterOpt .helper-text ul,
.reset-password .helper-text ul {
  list-style: disc;
  padding-left: 20px;
}
#formRegisterRozn .helper-text .valid,
#formRegisterOpt .helper-text .valid,
.reset-password .helper-text .valid {
  color: #1fd34a;
}
#formRegisterRozn .helper-text .valid:after,
#formRegisterOpt .helper-text .valid:after,
.reset-password .helper-text .valid:after {
  content: "";
  font-family: fontawesome;
  padding-left: 3px;
}
#formRegisterRozn .spoiler-head,
#formRegisterOpt .spoiler-head,
.reset-password .spoiler-head {
  cursor: pointer;
  margin: 10px auto;
  display: inline-block;
  line-height: 18px;
  text-decoration: none;
  height: 18px;
}
#formRegisterRozn #Captcha,
#formRegisterOpt #Captcha,
.reset-password #Captcha {
  text-align: center;
}
#formRegisterRozn .select2-selection,
#formRegisterOpt .select2-selection,
.reset-password .select2-selection,
#formRegisterRozn .select2-selection__arrow,
#formRegisterOpt .select2-selection__arrow,
.reset-password .select2-selection__arrow {
  height: 34px;
}
#formRegisterRozn .select2-container--default .select2-selection--single .select2-selection__rendered,
#formRegisterOpt .select2-container--default .select2-selection--single .select2-selection__rendered,
.reset-password .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
#formRegisterRozn div[class^="validation-summary"],
#formRegisterOpt div[class^="validation-summary"],
.reset-password div[class^="validation-summary"] {
  padding: 0;
  border: none;
}
#formRegisterRozn div[class^="validation-summary"] ul li,
#formRegisterOpt div[class^="validation-summary"] ul li,
.reset-password div[class^="validation-summary"] ul li {
  padding: 15px 15px 0;
  line-height: 1;
}
#formRegisterRozn div[class^="validation-summary"] ul li:last-child,
#formRegisterOpt div[class^="validation-summary"] ul li:last-child,
.reset-password div[class^="validation-summary"] ul li:last-child {
  padding-bottom: 15px;
}
#AcceptUserManual {
  position: absolute;
  left: 0;
  top: 0;
}
#formRegisterOpt #AcceptUserManual {
  left: 15px;
}
.password-wrapper {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/* ================================================================= */
/* Страница "Поиск, 1 шаг"
/* ================================================================= */
#search-first-table tr {
  cursor: pointer;
}
#search-first-table tr th {
  text-align: center;
}
#search-first-table tr td {
  color: #111;
}
#search-first-table tr td:first-child {
  max-width: 190px;
}
#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 */
/* ================================================================= */
/* Страница "Запчасти для отечественных авто"
/* ================================================================= */
/* #region russian cars search */
.search-russian {
  position: relative;
}
#formRussianCars {
  position: relative;
}
#formRussianCars .search-btn {
  right: 145px;
}
#formRussianCars .search-query {
  padding-right: 180px;
}
#formRussianCars .categories-filter {
  border-left: 1px solid #c9ced2;
  display: inline-block;
  position: absolute;
  right: 0;
  line-height: 40px;
  width: 141px;
  float: right;
  margin: 0;
  padding: 0 6px;
  list-style: none;
}
#formRussianCars .categories-filter .dropdown {
  text-align: center;
}
#formRussianCars .categories-filter select {
  width: 100%;
}
#formRussianCars .categories-filter .dropdown-toggle {
  font-size: 12px;
  color: #3d3d3d;
  position: relative;
  display: block;
}
#formRussianCars .categories-filter .dropdown-toggle:after {
  color: #3d3d3d;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 18px;
  line-height: 15px;
  margin: 0;
  position: absolute;
  right: 2px;
  top: 13px;
}
#formRussianCars .categories-filter .dropdown-toggle > span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 110px;
  white-space: nowrap;
}
#formRussianCars .categories-filter .dropdown-menu {
  height: 320px;
  top: 110%;
  left: -47px;
  padding: 5px;
  overflow-y: scroll;
  width: 240px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#formRussianCars .categories-filter .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}
#formRussianCars .categories-filter .dropdown-menu > li > a:hover,
#formRussianCars .categories-filter .dropdown-menu > li > a:active,
#formRussianCars .categories-filter .dropdown-menu > li > a:focus {
  background-color: #ccc;
  color: #fff !important;
  text-decoration: none;
}
#formRussianCars #current-brand-option:hover,
#formRussianCars #current-brand-option:active,
#formRussianCars #current-brand-option:focus {
  text-decoration: none;
}
.ru-alphabet {
  margin-top: 10px;
  font-size: 12px;
}
.ru-alphabet > a {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 8px 6px;
  font-size: 12px;
  border: 2px solid #bbb;
  display: inline-block;
  margin: 0 0 5px;
}
.ru-alphabet > a:hover,
.ru-alphabet > a:active,
.ru-alphabet > a:focus {
  text-decoration: none;
  border-bottom: 2px solid #000;
}
#results label {
  font-size: 14px;
}
.search-russian tr td {
  padding: 6px;
}
.search-russian tr td:nth-child(4) {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 310px;
}
.search-russian tr td:nth-child(6),
.search-russian tr td:nth-child(7),
.search-russian tr td:last-child {
  white-space: nowrap;
}
.search-russian tr .about-brand {
  outline: none !important;
  padding: 0;
  font-size: 12px;
}
.search-russian tr .about-brand:hover,
.search-russian tr .about-brand:active,
.search-russian tr .about-brand:focus {
  outline: none !important;
}
.search-russian tr .count {
  float: left;
  min-width: 40px;
  border-radius: 0;
}
.search-russian tr .addBasket {
  margin: 0 5px;
}
/* ================================================================= */
/* Каталог ТО
/* ================================================================= */
.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;
}
.catalog-menu-list {
  list-style: none;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .short-search#search_block_top #brand {
    display: none;
  }
}
/* ================================================================= */
/* Каталог ТО
/* ================================================================= */
.car-marks > div > div .thumbnail {
  padding: 25px 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  white-space: nowrap;
}
.car-marks > div > div img {
  max-height: 70px;
}
@media all and (max-width: 600px) {
  .car-marks > div > div .thumbnail {
    white-space: normal;
  }
}
.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;
  vertical-align: top;
}
.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 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;
}
.catalog-menu-list {
  list-style: none;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .short-search#search_block_top #brand {
    display: none;
  }
}
/* диалоговыe окна */
div.ui-dialog[aria-describedby="image-dialog"] {
  bottom: 0 !important;
  max-height: 750px !important;
  left: 0 !important;
  margin: auto !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 992px !important;
  width: auto !important;
}
@media all and (min-width: 768px) {
  div.ui-dialog[aria-describedby="comparation-dialog"] {
    max-height: 450px !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    max-width: 992px !important;
    width: auto !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  div.ui-dialog[aria-describedby="image-dialog"],
  div.ui-dialog[aria-describedby="comparation-dialog"] {
    height: 520px !important;
  }
}
@media all and (max-width: 768px) {
  div.ui-dialog[aria-describedby="image-dialog"] {
    height: 420px !important;
  }
}
@media all and (max-height: 390px) {
  div.ui-dialog[aria-describedby="image-dialog"] {
    height: 330px !important;
  }
  div.ui-dialog[aria-describedby="image-dialog"] #carousel-example-generic {
    height: 250px;
  }
}
#image-dialog-information h6 {
  font-size: 16px;
}
#image-dialog-information .dl-horizontal {
  width: 100%;
}
#image-dialog-information .dl-horizontal tr td {
  text-align: left;
  border: 1px solid;
  padding: 3px 5px;
}
#image-dialog-body > div {
  margin: 10px 0 15px;
}
#image-dialog-body > div img {
  margin: auto;
}
/* ================================================================= */
/* Страница "История поиска"
/* ================================================================= */
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"] .button {
  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;
}
/* ================================================================= */
/* Личный кабинет
/* ================================================================= */
.client-office-sidebar {
  float: left;
  width: 200px;
  border-right: 1px solid #d8d8d8;
}
.client-office-sidebar div:first-child h3 {
  margin-top: 0;
}
.car-general-flex {
  display: flex;
  flex-direction: row;
}
.client-office-div {
  float: left;
  width: calc(100% - 200px);
  padding: 10px;
}
.client-office-menu > li {
  padding: 5px;
  font-size: 14px;
}
.client-office-menu > li i {
  font-size: 25px;
  padding-right: 10px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.client-office-menu > li.choice-magazine a {
  cursor: pointer;
}
.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 .left a > i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}
.history-link {
  display: block;
  text-align: center;
}
[for="Vin"] {
  margin-top: 15px;
}
.cross-div h3 {
  background: #3c393a;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  margin: 0;
}
.cross-div .cross-body {
  background: #fff;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #3c393a;
  margin-bottom: 15px;
}
/* __________страница Личная информация__________*/
/* Форма инфо пользователя */
#client-info .alert-empty-email .popover-icon {
  color: #e5e5d5;
  border: 3px solid;
  padding: 5px 12px;
  font-size: 22px;
  margin: -10px 15px 0;
}
#client-info .client-info-form {
  width: 100%;
}
#client-info .client-info-form .client-info-form-heading {
  background: #ccc;
  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;
  color: #ee4b3f;
  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 .control-label {
  color: #34494e;
}
#client-info .form-group span {
  position: absolute;
  right: 5px;
  top: 5px;
  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: #ccc;
}
#add-address-dialog,
[aria-describedby="add-address-dialog"] {
  overflow: visible !important;
}
/* end Блок таблицы адресов*/
/* Ссылка с подчёркиванием */
.dashed a {
  margin: 9px 10px;
  border-bottom: 2px dashed #ee4b3f;
  text-decoration: none;
}
.dashed a:hover,
.dashed a:focus,
.dashed a:active {
  border-bottom: 2px dashed #ee4b3f;
  cursor: pointer;
  color: #ee4b3f;
}
.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: 10px 15px;
  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;
  margin-top: 15px;
}
#shared-notices > div:first-child,
#order-notices > div:first-child {
  background: #111b33;
  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 страница Уведомления__________*/
/* __________страница Загрузить в корзину__________*/
.upload-to-basket {
  overflow: hidden;
  position: relative;
  background: #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;
}
select.reason {
  min-width: 100px;
}
#non-confirmed-refunds .position-count {
  padding: 3px;
  text-align: center;
}
/* __________end страница Возвраты__________*/
/* __________страница Финансы__________*/
.finance-info {
  display: inline-block;
}
/* __________end страница Финансы__________*/
/* ================================================================= */
/* Выбрать магазины
/* ================================================================= */
.MyStore {
  padding-bottom: 7px;
  position: relative;
}
.MyStore h3 {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
.MyStore .store {
  background: white;
  padding: 10px;
  border: 1px solid #E0E0E0;
  border-collapse: collapse;
}
.MyStore .store > div {
  padding: 0 10px;
  position: static;
}
.MyStore .store:not(:first-of-type) {
  border-top: none;
}
.MyStore .store.row {
  margin-left: 0;
  margin-right: 0;
}
.MyStore .store h4 {
  display: inline-block;
}
.MyStore .store .button {
  color: white;
  padding: 3px 7px;
  margin-top: 6px;
}
.MyStore .store .map {
  text-align: center;
}
.MyStore .store .map-icon {
  margin-top: 5px;
  opacity: 0.8;
  cursor: pointer;
}
.MyStore .store .map-icon:hover {
  opacity: 1;
}
.MyStore .map > div,
.MyStore .close-map {
  display: none;
}
.MyStore .close-map {
  vertical-align: top;
  padding: 3px 7px;
  margin-left: 15px;
}
.MyStore .set-btn.green {
  border-color: #0c8e0c;
  background: #11a711;
}
.MyStore .map > div.active {
  display: block;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 15px;
  width: 100% !important;
  height: calc(100% - 22px) !important;
  border: 1px solid #E0E0E0;
  background: white;
}
.slick-track {
  will-change: transform;
}
.menu-catalog {
  padding: 0 10px;
}
.menu-catalog a {
  text-decoration: none;
}
.menu-catalog .col-xs-4 {
  padding: 0 5px;
}
.menu-catalog > div {
  padding: 0 5px;
}
.menu-catalog .catalog-index-btn {
  padding: 7px 13px;
  background: #ee4b3f;
  background: -moz-linear-gradient(top, #ee4b3f 1%, #333 100%);
  background: -webkit-linear-gradient(top, #ee4b3f 1%, #333 100%);
  background: linear-gradient(to bottom, #ee4b3f 1%, #333 100%);
  border-radius: 4px;
  height: 80px;
  color: white;
  margin-top: 10px;
  white-space: nowrap;
}
.menu-catalog .catalog-index-btn > div {
  display: inline-block;
  width: 90px;
}
.menu-catalog .catalog-index-btn > span {
  width: calc(100% - 95px);
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: center;
}
.menu-catalog .catalog-index-btn img {
  height: 66px;
  margin-right: 15px;
}
.menu-catalog .catalog-index-btn:hover {
  background: #0aa1f8;
  background: -moz-linear-gradient(left, #ccc 1%, #ccc 100%);
  background: -webkit-linear-gradient(left, #ccc 1%, #ccc 100%);
  background: linear-gradient(to right, #ccc 1%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc', GradientType=1);
}
#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;
}
.order-submit {
  margin-top: 10px!important;
}
/* ================================================================= */
/* Media Queries
/* ================================================================= */
.responsive {
  width: 100%;
}
@media all and (max-width: 992px) {
  .hamburger-div {
    display: block;
  }
  .top-menu {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    padding: 50px;
    -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;
  }
  .top-menu .inner,
  .top-menu .navbar-nav {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
  }
  .top-menu .navbar-right {
    margin-top: 15px !important;
  }
  .top-menu li {
    float: none !important;
    width: 100% !important;
    margin: 6px !important;
    border-radius: 5px !important;
  }
  .top-menu a,
  .top-menu .navbar-right .authorize-two > a:first-child,
  .top-menu .navbar-right .authorize-two > a,
  .top-menu .navbar-right .authorize > a {
    width: 100%;
    border: none !important;
    margin: 0 !important;
    padding: 8px !important;
    text-align: center;
    font-size: 18px;
    background: #333 !important;
    border-radius: 5px !important;
  }
  .top-menu .navbar-right .authorize-two > a:first-child,
  .top-menu .navbar-right .authorize-two > a {
    margin-top: 5px !important;
  }
  #middle-navbar-collapse .navbar-nav {
    margin: 0;
  }
  #middle-navbar-collapse .navbar-nav li {
    border-top: 1px solid #ee4b3f;
  }
  #middle-navbar-collapse .navbar-nav li a {
    padding: 15px 0 !important;
    margin: 0;
  }
  #middle-navbar-collapse .navbar-nav li .v-line {
    display: none;
  }
  #middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    border: none;
  }
  #middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu .catalog-menu-body {
    display: block !important;
    text-align: center;
  }
  #middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu .catalog-menu-body > div.m-t {
    margin-top: 0 !important;
  }
  #middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu .catalog-menu-body > div a {
    padding: 6px 0 !important;
  }
  #middle-navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
    display: none;
  }
  #middle-navbar-collapse .navbar-nav .dropdown.open .dropdown-menu {
    display: block;
    position: absolute;
    z-index: 90;
  }
  #middle-navbar-collapse .navbar-nav .dropdown .dropdown-menu li a {
    padding: 12px 50px !important;
    border: none !important;
  }
  .sidebar {
    display: none;
  }
  .home-div,
  .main-content {
    width: 100%;
  }
  .logo-holder .logo {
    margin-top: 16px!important;
    margin-left: 14px;
  }
  .logo-holder .logo img {
    margin-top: 15px;
  }
  #search-filters {
    position: relative!important;
    max-height: 100%!important;
  }
  .search-table table tr:not(.clear-row) td {
    border: none !important;
    vertical-align: middle !important;
  }
  footer {
    padding-top: 5px;
  }
  footer .inner > div {
    text-align: center;
    width: 100% !important;
    margin-top: 15px;
  }
  footer .inner > div:first-child {
    width: 100% !important;
    text-align: center;
  }
  footer .inner > div:first-child .pull-left {
    float: none !important;
  }
  footer .inner > div .pull-right.js-link {
    margin-right: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  .hamburger-div {
    width: 65px;
    padding: 5px 8px;
  }
}
@media all and (max-width: 768px) {
  .logo-holder .logo {
    margin-top: 4px !important;
    margin-left: calc(100% - 225px);
    text-align: center ;
  }
  .logo-holder .logo img {
    max-width: 150px;
  }
  #top-header .top-search-holder {
    margin-top: 20px;
  }
  #middle-navbar-collapse .navbar-nav li {
    width: 100% !important;
  }
  #top-header .top-search-holder {
    margin-left: 0;
  }
  .contact-header {
    position: unset;
    margin: 0;
    height: 0;
  }
  .contact-header .contact-info {
    background: none;
    color: #ee4b3f !important;
    position: absolute;
    left: 0px;
    top: 35px;
  }
  .contact-header .contact-info a {
    color: #ee4b3f !important;
    font-size: 15px;
  }
  .contact-header .contact-info > div i {
    top: 2px;
  }
  .contact-header .contact-info div.email {
    position: absolute;
    right: 15px;
    top: 70px;
    margin: 0;
  }
  footer .pull-left {
    float: none !important;
  }
  footer .inner > div {
    margin-top: 10px;
    text-align: center;
    width: 100% !important;
    float: none;
  }
  footer .inner > div:not(:first-child) {
    border-top: 1px solid #ee4b3f;
    padding: 7px 0;
  }
  footer .inner > div .fs-description {
    height: auto !important;
    display: block !important;
  }
}
@media (max-width: 415px) {
  .contact-header .contact-info a {
    font-size: 13px;
  }
  .h-address {
    visibility: hidden;
  }
}
div .car-info-select > div {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}