﻿@charset "UTF-8";
/*colors*/
/*fonts*/
/*Mixins*/
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-y: scroll;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.blurred {
  opacity: 0.8;
  filter: blur(4px) brightness(0.7);
  transition: all 0.3s ease;
}

html,
body,
.wrapper {
  font: 14px/20px Arial, Tahoma, Helvetica, sans-serif;
  background: #eee;
  clear: both;
}

/*body {	
	display: flex;	
    flex-direction: column;
}*/
.wrapper {
  position: relative;
  padding-bottom: 40px;
  flex-grow: 1;
  /*-ms-flex: 1 0 auto;
  flex: 1 0 auto;*/
}

.content {
  box-sizing: border-box;
  /*padding-bottom: 400px; Хак для IE*/
  padding-bottom: 0px;
  margin-bottom: 380px;
}

.maincenter {
  clear: both;
  min-height: 100%;
  padding-bottom: 40px;
}

.content-page {
  background: #eee;
  padding: 20px 20px 40px;
  margin: auto; /*min-width:920px;*/
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.content-page--banner {
  float: left;
  width: calc(100% - 260px);
}

.content-page > table {
  width: 100%;
}

td.default-center {
  padding-right: 20px;
}

.inner {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.clearfix {
  clear: both;
  width: 100%;
}

h1, h2, h3 {
  font-weight: normal;
  color: #363636;
  padding: 0;
}

h1 {
  font-size: 21px;
  margin: 0 0 10px 0;
  clear: left;
}
@media only screen and (max-width: 850px) {
  h1 {
    white-space: normal;
  }
}

h2 {
  font-size: 18px;
  margin: 15px 0 15px 0;
}

h3 {
  font-size: 16px;
  margin: 15px 0 5px 0;
  color: #c20101;
}

img {
  border: none;
}

html a {
  text-decoration: none;
  color: #256892;
  transition: background-color 0.3s ease;
}

html a:focus, img:focus {
  outline: none;
}

html a:hover {
  color: #C54141;
}

@media only screen and (min-width: 850px) {
  html a[href*="tel:"] {
    color: #363636;
    pointer-events: none;
  }
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=checkbox] + label, input[type=radio] + label {
  padding-left: 20px;
  background: url(//s.exist.ru/img2/inputs.png) no-repeat;
  cursor: pointer;
}

input[type=radio] + label {
  background-position: 0 -60px;
}

input[type=checkbox] + label:hover, input[type=radio] + label:hover { /*color:#267bbb;*/
  background-position: 0 -20px;
}

input[type=radio] + label:hover {
  background-position: 0 -80px;
}

input[type=checkbox]:checked + label {
  background-position: 0 -40px;
}

input[type=radio]:checked + label {
  background-position: 0 -100px;
}

input[type=text]:focus, input[type=search]:focus {
  border-color: #7f9db9;
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
  opacity: 0.6;
  cursor: default;
}

input[type=radio]:disabled:hover + label {
  background-position: 0 -60px;
}

input[type=checkbox]:disabled:hover + label {
  background-position: 0 0;
}

/*Стили инпутов*/
input,
select,
textarea {
  outline: none;
  font: 14px Arial, Tahoma, Helvetica, sans-serif;
}

select {
  border: 1px solid #c9d2db;
  background: #fff url("//s.exist.ru/img2/icons-new.png") no-repeat;
  background-position: calc(100% - 6px) -412px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 25px 5px 5px;
  transition: border-color 0.3s ease;
  cursor: pointer;
  border-radius: 3px;
}

select:hover, select:focus {
  background-position: calc(100% - 6px) -368px;
  border-color: #7f9db9;
}

select[disabled] {
  border-color: #e4e4e2;
  background-color: #f5f5f5 !important;
  cursor: default !important;
}

select[disabled]:hover {
  background-position: calc(100% - 6px) -412px !important;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=submit],
input[type=password],
input[type=search] {
  -webkit-appearance: none;
}

select::-ms-expand,
select:focus::-ms-expand {
  display: none;
}

.placeholder {
  font-style: italic;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
}

input[type=text]:focus,
input[type=search]:focus {
  border-color: #7f9db9;
}

input.clicked-button {
  border: 0;
  width: 25px;
  height: 34px !important;
  background: transparent url("//s.exist.ru/img/loading.gif") no-repeat 0 0 !important;
  margin-left: 10px !important;
}

input[type=submit]:disabled,
.trdBtn[disabled] {
  background: #e4e4e2;
  color: gray;
  cursor: default;
  pointer-events: none;
}
input[type=submit]:disabled:hover,
.trdBtn[disabled]:hover {
  opacity: 1;
  color: gray;
}

::-webkit-input-placeholder {
  color: #9E9E9E;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9E9E9E;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9E9E9E;
}

:-ms-input-placeholder {
  color: #9E9E9E;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea,
.inp {
  border: 1px solid #c9d2db;
  line-height: 20px;
  margin: 0;
  outline: none;
  transition: border-color 0.2s ease;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 2px;
}

.inp-floating-title {
  display: inline-block;
  position: relative;
}
.inp-floating-title input[type=text],
.inp-floating-title input[type=password],
.inp-floating-title input[type=email],
.inp-floating-title input[type=number],
.inp-floating-title textarea,
.inp-floating-title .inp {
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding: 20px 10px 5px 10px;
}
.inp-floating-title input[type=text]:invalid,
.inp-floating-title input[type=password]:invalid,
.inp-floating-title input[type=email]:invalid,
.inp-floating-title input[type=number]:invalid,
.inp-floating-title textarea:invalid,
.inp-floating-title .inp:invalid {
  box-shadow: none;
}
.inp-floating-title input[type=text]:focus + label, .inp-floating-title input[type=text]:valid + label,
.inp-floating-title input[type=password]:focus + label,
.inp-floating-title input[type=password]:valid + label,
.inp-floating-title input[type=email]:focus + label,
.inp-floating-title input[type=email]:valid + label,
.inp-floating-title input[type=number]:focus + label,
.inp-floating-title input[type=number]:valid + label,
.inp-floating-title textarea:focus + label,
.inp-floating-title textarea:valid + label,
.inp-floating-title .inp:focus + label,
.inp-floating-title .inp:valid + label {
  top: 5px;
  font-size: 12px;
}
.inp-floating-title input[type=text] + label,
.inp-floating-title input[type=password] + label,
.inp-floating-title input[type=email] + label,
.inp-floating-title input[type=number] + label,
.inp-floating-title textarea + label,
.inp-floating-title .inp + label {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: gray;
  transition: all 0.3s ease;
  font-size: 16px;
  pointer-events: none;
}
.inp-floating-title select {
  background-position: calc(100% - 6px) -402px;
  height: 55px;
  width: 100%;
}
.inp-floating-title select:hover, .inp-floating-title select:focus {
  background-position: calc(100% - 6px) -358px;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
.inp:hover {
  border-color: #7f9db9;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
.inp:focus {
  border-color: #7f9db9;
  cursor: text;
}

.inp.disabled {
  border-color: #e4e4e2;
  background-color: #f5f5f5;
  color: #a1a1a1;
  pointer-events: none;
}

textarea {
  border: 1px solid #c9d2db;
  padding: 10px;
}

textarea:hover {
  border-color: #7f9db9;
}

textarea:focus {
  border-color: #7f9db9;
  cursor: text;
}

.inp.ddlval {
  width: 70px;
}

/*Стили инпутов*/
.invalid {
  background-color: #FEEFEF;
}

table {
  border-collapse: collapse;
}

ul li {
  list-style: none;
}

.content-ul li {
  margin-left: 25px;
  list-style-type: disc;
}

/*Typeface */
h1, h2, .catdown > a, .mainheader .garage > a, .footer h6, .FloatPanel .mainpage-header, .login-box h3, .alerts .DDL .h i, .cat-block .title a {
  font-family: Roboto, Arial, Tahoma, sans-serif;
}

/*Typeface */
/*АНИМАЦИЯ*/
/*transition all 0.5s*/
.carsel, .defaultMode .carsel, .carSelectionMode .carsel {
  transition: all 0.5s ease;
}

/*transition all 0.3s*/
input[type=text], input[type=search] {
  transition: all 0.3s ease;
}

/*transition opacity 0.3s ease*/
.descTip span, .search .history, a, input {
  transition: opacity 0.3s ease;
}

/*transition all 0.1s*/
.shop-data__shop-address a, .DDL.loginname .h, mainmenu .catdropdown, .mainmenu .gardropdown, .mainmenu > ul li > a, .catdown a, .garage > a,
.mainmenu .catdropdown i, .mainmenu .gardropdown i, .DDL .h i, .blTab ul li a, .newsbody .blTab ul li a, .cell2 div, .menu-root-node, .cSearchTip li {
  transition: all 0.1s ease;
}

/*transition transform 0.1s*/
.DDL .h:after {
  transition: transform 0.1s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideUp {
  from {
    left: -10px;
  }
  to {
    left: 0;
  }
}
@keyframes resize {
  from {
    max-height: 0px;
  }
  to {
    max-height: 20px;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*АНИМАЦИЯ*/
.date {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: gray;
}

.page-blocks {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 3px;
}
.page-blocks h1 {
  margin: 20px;
}
.page-blocks .pager {
  margin-left: 20px;
}
.page-blocks--padding {
  padding: 20px;
}
.page-blocks--padding .pager {
  margin-left: 0;
}
.page-blocks--padding h1 {
  margin: 0 0 20px 0;
}
.page-blocks--padding-vertical {
  padding: 20px 0;
}
.page-blocks--padding-vertical h1 {
  margin: 0 20px 20px;
}
.page-blocks--padding-vertical .menu-tab {
  margin-left: 20px;
}
.page-blocks--margin-right {
  margin-right: 20px;
}

#datalayer .page-blocks {
  padding: 0;
  box-shadow: none;
}

.page-content-wrapper {
  float: left;
  width: 100%;
}
.page-content-wrapper--side {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 850px) {
  .page-content-wrapper--side {
    width: 100%;
  }
}

.car-info--mainpage, .car-info--garage-menu, .car-info--addnew, .car-info--catalogs, .car-info--reset {
  margin-bottom: 0;
  box-shadow: none;
}

.mainheader {
  margin-bottom: 20px;
}

.content-page {
  background: #eee;
  padding: 0;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #e39191;
  }
  100% {
    transform: scale(1);
    background-color: #cc5e5e;
  }
}
.car-info__toggle-car-btn {
  float: right;
}

.car-info__header {
  float: left;
}

@media only screen and (max-width: 850px) {
  .page-blocks--padding {
    padding: 10px;
  }
}
/*-------------------------------------------\*
*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*				#HEADER STYLES

*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
\*-------------------------------------------*/
.oldbrowser {
  background: #FDF73E;
  text-align: center;
  clear: both;
  height: 50px;
  width: 100%;
  left: 210px;
  top: 35px;
  font-size: 17px;
  padding: 10px 0;
}

/*.header-login__name-ddl,
.header-login__registration {
    float: left;
}
*/
@media (max-width: 1230px) {
  .header-login {
    margin-right: 10px;
  }
}

.search .find {
  color: #fff;
}

.top {
  width: 100%;
  height: 35px;
  position: relative;
  z-index: 11;
  font-size: 13px;
  margin-bottom: 10px;
}

.header-container {
  min-height: 180px;
}

.mainheader {
  background: #fff;
}
.mainheader .DDL .b {
  margin: 0;
  overflow: hidden;
}
.mainheader.sticked {
  animation: slideDown 0.5s ease;
}
.mainheader.sticked .top, .mainheader.sticked .logo, .mainheader.sticked .shop-functions, .mainheader.sticked .mainmenu-list ul {
  display: none;
}
.mainheader.sticked .header-search {
  position: absolute;
  z-index: 2;
  left: 160px;
  top: -17px;
}
.mainheader.sticked .header-search input[type=search] {
  background: #4385a7;
  border: none;
  font-size: 14px;
  height: 36px;
}
.mainheader.sticked .header-search input[type=search]::placeholder {
  color: #fff;
}
.mainheader.sticked .header-search input[type=submit] {
  height: 34px !important;
}

._mainheader-top-link-color,
._mainheader-top-text-color {
  color: #646464;
}

._mainheader-top-link-color:hover {
  color: #646464;
}

/* #DDL Стили выпадающего списка */
.DDL .h {
  border: 1px solid #c9d2db;
  background: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  width: auto;
  overflow: hidden;
  border-radius: 2px;
  padding: 5px 10px;
  position: relative;
  height: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.DDL .h > span {
  float: left;
}
.DDL .h::after {
  content: "";
  position: relative;
  float: right;
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url("//s.exist.ru/img2/icons/ddl.svg") 0 -18px no-repeat;
  right: 0px;
  top: 8px;
  margin-left: 5px;
}
.DDL .h:hover {
  border-color: #7f9db9;
}
.DDL .h:hover::after {
  background-position: 0 0;
}
.DDL .b {
  opacity: 0;
  background: White;
  padding: 0;
  position: absolute;
  width: auto;
  z-index: 0;
  margin: 0;
  max-height: 0 !important;
  overflow: hidden;
  margin-top: 20px;
  z-index: 11 !important;
  transition: opacity 0.3s ease, margin 0.1s ease, max-height 0s ease, visibility 0s ease, padding 0s ease;
  transition-delay: 0s, 0s, 0.3s, 0.3s, 0.3s;
  visibility: hidden;
  pointer-events: none;
}
.DDL .b ul li {
  margin-bottom: 5px !important;
}
.DDLActive .h {
  border-color: #7F9DB9;
  z-index: 8 !important;
}
.DDLActive .h::after {
  background-position: 0 0;
  transform: rotate(180deg);
}
.DDLActive .b {
  opacity: 1;
  height: auto;
  max-height: 400px !important;
  margin-top: 2px;
  padding: 10px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
  overflow-y: auto;
  overflow-x: noscroll;
  transition: opacity 0.4s ease, margin 0.2s ease, max-height 0s ease;
  transition-delay: 0s, 0s, 0s;
  min-width: 100px;
  visibility: visible;
  pointer-events: all;
}

/*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
/*---------#Shop-data Block----------*/
@media (max-width: 1230px) {
  .shop-data {
    margin-left: 10px;
  }
}

.tel__icons {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  margin-bottom: -3px;
  margin-right: 5px;
  border-radius: 3px;
}
.tel__icons--chat {
  background: url("//s.exist.ru/img2/icons/chat.svg") no-repeat;
}
.tel__icons--telegram {
  background: url("//s.exist.ru/img2/icons/telegram.svg") no-repeat;
}
.tel__icons--viber {
  background: url("//s.exist.ru/img2/icons/viber.svg") no-repeat;
}
.tel__icons--whatsapp {
  background: url("//s.exist.ru/img2/icons/whatsapp.svg") no-repeat;
}
@media only screen and (max-width: 850px) {
  .tel__icons {
    width: 23px;
    height: 23px;
    background-size: 23px;
    margin-bottom: -6px;
  }
}

.shop-data {
  float: left;
  position: relative;
  padding-top: 6px;
}
.shop-data__shop-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(//s.exist.ru/img2/icons/header/map-marker.svg) no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}
.shop-data__shop, .shop-data__phone, .shop-data__phone-number {
  float: left;
  height: 35px;
}
@media (max-width: 800px) {
  .shop-data__shop {
    height: auto;
  }
}
.shop-data__shop-address {
  display: inline-block;
}
.shop-data__shop-address-link, .shop-data__region {
  display: inline-block;
  text-overflow: ellipsis;
  float: left;
  white-space: nowrap;
  margin-top: 7px;
  border-bottom: 1px transparent dotted;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-data__shop-address-link:hover, .shop-data__region:hover {
  border-bottom: 1px dotted;
}
.shop-data__shop-address-link {
  max-width: 280px;
}
@media (max-width: 1200px) {
  .shop-data__shop-address-link {
    max-width: 220px;
  }
}
@media (max-width: 1000px) {
  .shop-data__shop-address-link {
    max-width: 160px;
  }
}
@media (max-width: 900px) {
  .shop-data__shop-address-link {
    max-width: 120px;
  }
}
@media (max-width: 850px) {
  .shop-data__shop-address-link {
    max-width: 180px;
  }
}
.shop-data__region {
  max-width: 200px;
}
@media (max-width: 1250px) {
  .shop-data__region {
    max-width: 100px;
  }
}
@media (max-width: 1000px) {
  .shop-data__region {
    max-width: 80px;
  }
}
.shop-data__phone {
  max-width: 260px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1150px) {
  .shop-data__phone {
    margin: 0 5px;
  }
}
.shop-data__phone.active {
  overflow: visible;
}
.shop-data__phone.active .shop-data__phone-number:nth-of-type(n+2) {
  animation: fadeIn 1s ease forwards;
}
.shop-data__phone.active .shop-data__phone-toggle {
  transform: rotate(180deg);
}
.shop-data__phone-number {
  padding: 0 0 0 32px;
  line-height: 34px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-size: 17px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  order: 0;
}
.shop-data__phone-number:first-of-type {
  background: #fff url(//s.exist.ru/img2/icons/header/phone.svg) 8px 7px no-repeat;
  background-size: 19px;
  box-shadow: none;
}
.shop-data__phone-number > a:first-child {
  margin-right: 6px;
}
.shop-data__phone-number:first-child > a {
  margin-right: 0;
}
.shop-data__phone-number:nth-of-type(n + 1) ~ .shop-data__phone-number {
  opacity: 0;
  order: 1;
  width: 100%;
}
.shop-data__phone-number:nth-of-type(n + 2) ~ .shop-data__phone-toggle {
  display: flex;
}
.shop-data__phone-number div {
  max-width: 0;
  float: right;
  transition: all 0.4s ease;
  margin-left: 5px;
}
.shop-data__phone-number:hover div {
  max-width: 700px;
}
.shop-data__phone-toggle {
  order: 0;
  display: block;
  width: 19px;
  height: 19px;
  display: flex;
  margin: 5px 0 0 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
  border: 1px solid darkgrey;
  border-radius: 50%;
}
.shop-data__phone-toggle:hover {
  border-color: #256892;
}
.shop-data__phone-toggle::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 4px;
  border-color: #256892 transparent transparent transparent;
  transform: translateY(25%);
}
.shop-data__workdays-icon {
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(//s.exist.ru/img2/icons/header/clock-hours.svg) center center no-repeat;
  background-size: 20px;
  margin-left: 15px;
}
.shop-data__workdays-icon:hover {
  background-color: #e4e4e2;
}
.shop-data__close.drop-car {
  display: none;
}
.shop-data__workdays {
  position: absolute;
  background: #eee;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  cursor: pointer;
}
.shop-data__workdays::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: url(//s.exist.ru/img2/iframe-close.png) center center no-repeat;
}
.shop-data__guest-choose-office, .shop-data__guest-addresses {
  line-height: 35px;
}
.shop-data__guest-addresses {
  float: left;
  height: 35px;
  padding: 0 5px;
}
.shop-data__guest-addresses:hover {
  background: #e4e4e2;
}
.shop-data__guest-addresses span {
  display: inline-block;
}
.shop-data__guest-choose-office {
  margin-left: 15px;
  border-bottom: 1px dotted #969696;
}
.shop-data__guest-clear-office {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(//s.exist.ru/img2/iframe-close.png) no-repeat;
  margin-left: 10px;
  border: none !important;
}
.shop-data__region {
  margin-right: 10px;
  position: relative;
}
@media (max-width: 1150px) {
  .shop-data__region {
    margin-right: 5px;
  }
}
.shop-data__region--guest:hover {
  color: black;
  border: none;
}
.shop-data__region::after {
  content: "|";
  position: absolute;
  color: #bfbfbf;
  right: -13px;
}
.shop-data__confirm-office-container {
  position: absolute;
  top: 30px;
  z-index: 7;
}
.shop-data__confirm-office {
  background: #fef3c5;
  width: 375px;
  padding: 10px 20px;
  box-sizing: border-box;
  animation: fadeIn 1s ease;
  font-size: 15px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}
.shop-data__confirm-office > a {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #256892;
}
.shop-data__confirm-office::after {
  content: "";
  position: absolute;
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fef3c5 transparent;
  top: -20px;
  left: 15px;
}
.shop-data__confirm-name {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  clear: both;
  margin-bottom: 5px;
}
.shop-data__confirm-text {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
  color: #2b2b2b;
}
.shop-data__confirm-text-container {
  margin-bottom: 5px;
}
.shop-data__conf-icon {
  width: 20px;
  height: 22px;
  background: url(//s.exist.ru/img2/icons/webcam.svg) center center no-repeat;
  background-size: 22px;
  margin-top: 5px;
  margin-right: 5px;
}

.shopmenumobile {
  float: left;
  height: 35px;
  width: 35px;
  background: url(//s.exist.ru/img2/icons/header/map-marker.svg) no-repeat;
  background-size: 20px;
  background-position: 0 center;
  display: none;
  margin-top: 4px;
  margin-left: 10px;
}

@media only screen and (max-width: 850px) {
  .shop-data {
    position: absolute;
    visibility: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity 0.3s ease;
    background: #fff;
    top: 35px;
    z-index: 2;
  }
  .shop-data.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 15px 20px;
    height: auto;
    margin-left: -20px;
  }
  .shop-data__phone {
    position: relative;
    clear: both;
    width: 100%;
  }
  .shop-data__phone-number {
    margin-left: 0;
  }
  .shopmenumobile {
    display: block;
  }
}
/*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
/*------------#Alerts Block-----------*/
.header-login__alerts {
  position: relative;
}

.emptyalerts {
  display: none;
}

.header-login__alerts .DDL {
  position: relative;
  height: 35px;
}

.header-login__alerts .DDL .h i {
  background: #e67a7d;
  color: #fff;
  width: auto;
  height: auto;
  padding: 1px 4px;
  opacity: 1;
  font-style: normal;
  font-size: 11px;
  border-radius: 15%;
  line-height: 16px;
  right: -13px;
  top: -7px;
  position: relative;
}

.header-login__alerts .DDL .h {
  display: inline-block;
  background: url(//s.exist.ru/img2/icons/header/bell.svg) center center no-repeat;
  background-size: 20px;
  margin-right: 10px;
  border: none;
  padding: 7px 7px 8px;
  min-width: 20px;
  transition: background-color 0.3s ease;
  overflow: visible;
}
@media (max-width: 390px) {
  .header-login__alerts .DDL .h {
    padding: 7px 4px 8px;
  }
}

.header-login__alerts .DDL .h:hover {
  background-color: #f5f5f5;
}

.header-login__alerts .DDL .h::after {
  display: none;
}

.header-login__alerts .DDLActive .b {
  max-height: 365px;
  min-height: 41px;
  width: 353px;
  top: 43px;
  right: 7px;
  overflow: auto !important;
  background-color: #fff;
  border: none;
  padding: 10px;
}

.header-login__alerts.blocked .DDL .h {
  background: url(//s.exist.ru/img2/icons/header/bell-blocked.svg) center center no-repeat;
}

.header-login__alerts .DDL .h span.empty i {
  display: none;
}

.header-login__alerts .DDL .loading {
  background: #f5f5f5 url("//s.exist.ru/img/loading.gif") center center no-repeat;
}

.header-login__alerts .DDLActive .h::after {
  display: none;
}

.header-login__alerts .DDL .b div {
  max-height: 204px;
  overflow-y: auto;
}

.header-login__alerts .DDL a.item {
  overflow: hidden;
  height: 35px;
  display: block;
  color: #363636;
  padding: 5px 5px 5px 30px;
  font-weight: normal;
  background-color: #f6f4e8;
  border-bottom: 1px solid #e4e4e2;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-login__alerts .DDL a.item:last-of-type {
  border: none;
}

.header-login__alerts .DDL a.item:hover {
  background: #f5f5f5;
}

.header-login__alerts .DDL a.item:visited {
  background: #fff;
}

.header-login__alerts .DDL a.item:visited span {
  color: gray;
}

.header-login__alerts .DDL a.item:visited:hover {
  background: #f5f5f5;
}

.header-login__alerts .DDL a.item i {
  position: absolute;
  left: 5px;
  top: 7px;
  width: 16px;
  height: 16px;
  background: url("//s.exist.ru/img2/notifications.png") no-repeat;
}

.header-login__alerts .DDL a.item b {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f9a254;
  right: 10px;
  top: 50%;
}

.header-login__alerts .DDL a.item.Welcome i {
  background-position: 0 -48px;
}

.header-login__alerts .DDL a.item.ApproveQuery i,
.header-login__alerts .DDL a.item.ApproveCar i {
  background-position: 0 0;
}

.header-login__alerts .DDL a.item.AnswerManager i {
  background-position: 0 -16px;
}

.header-login__alerts .DDL a.item.PrivateMessage i {
  background-position: 0 -32px;
}

.header-login__alerts .DDL a.item.DiscussionCar i {
  background-position: 0 -64px;
}

.header-login__alerts .DDL a span {
  color: rgb(171, 26, 26);
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.header-login__alerts .loading {
  width: 16px;
  height: 35px;
  background: #fff url(//s.exist.ru/img/loading.gif) no-repeat scroll 120px 10px;
}

.header-login__alerts .DDLActive .h i {
  transform: rotate(0deg);
}

/*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
/*------------#Logo Block-----------*/
.logo {
  position: relative;
  float: left;
}
.logo__link {
  display: block;
  margin: 8px 60px 7px 0;
  width: 145px;
  height: 74px;
}
@media (max-width: 1230px) {
  .logo__link {
    margin: 8px 60px 7px 10px;
  }
}
.logo__link img {
  width: 100%;
}

/*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
/*-----------#Search Block----------*/
.header-search.mobile {
  display: none;
}

.header-search {
  margin-top: 21px;
  position: relative;
  width: calc(100% - 520px);
  float: left;
}
.header-search__search-input {
  float: left;
  height: 47px;
  border: 1px solid #b4c5c5;
  border-radius: 3px;
  min-width: 100%;
  font-size: 15px;
  padding: 0 55px 0 20px;
  background: #f5f5f5;
  transition: min-width 0.3s ease, border-color 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.header-search__search-input:focus {
  background: #fff;
}
.header-search__search-input .loading:before {
  content: "loading";
}
.header-search__search-submit-btn[type=submit] {
  text-indent: -99999px;
  width: 40px !important;
  height: 49px !important;
  margin-left: -55px;
  background: transparent url(//s.exist.ru/img2/icons/header/search.svg) center center no-repeat;
  float: left;
  opacity: 0.8;
}
.header-search__search-submit-btn[type=submit]:hover {
  opacity: 1;
}
.header-search .cSearchTip {
  width: 81%;
  width: calc(100% - 50px);
  left: 20px;
  top: 46px;
}
.header-search .find {
  float: left;
  height: 40px;
  padding: 0 15px;
  background: #73a2b9;
  border-radius: 2px;
  line-height: 40px;
}
.header-search .history {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(//s.exist.ru/img2/icons-new.png) -8px -142px no-repeat;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  opacity: 0.7;
}
.header-search .history:hover {
  opacity: 1;
}
.header-search .search-button-mobile {
  display: none;
}

@media only screen and (max-width: 850px) {
  .header-search {
    width: calc(100% - 340px);
  }
  .header-search__search-input {
    min-width: calc(100% - 10px);
  }
  .header-search .history {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .header-search {
    width: calc(100% - 200px);
    margin-top: 13px;
  }
  .header-search__search-input {
    min-width: 100%;
    max-width: 100%;
  }
  .header-search__search-input:focus {
    position: absolute;
    min-width: calc(100% + 110px);
    z-index: 5;
  }
  .header-search__search-input:focus + .cSearchTip + .header-search__search-submit-btn {
    z-index: 6;
    right: -100px;
  }
  .header-search__search-submit-btn {
    position: absolute;
    right: 5px;
    transition: right 0.3s ease;
  }
}
/*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
/*-------#Shop-functions Block------*/
.shop-functions {
  float: right;
}
@media (max-width: 1230px) {
  .shop-functions {
    margin-right: 10px;
  }
}
.shop-functions__cart, .shop-functions__orders, .shop-functions__vin {
  display: inline-block;
  position: relative;
  height: 45px;
  float: right;
  margin-top: 21px;
  margin-bottom: 10px;
  padding-left: 30px;
  border-radius: 2px;
  line-height: 45px;
  width: 90px;
  text-align: center;
  transition: background 0.3s ease;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #6f6f6f;
  border: 1px solid #cccccc;
  border-color: #CFD6D8;
}
.shop-functions__cart:hover, .shop-functions__orders:hover, .shop-functions__vin:hover {
  background-color: #e8e8e8;
  color: #6f6f6f;
}
.shop-functions__cart {
  background: #f0f1f1 url(//s.exist.ru/img2/icons-new.png) 5px -227px no-repeat;
}
.shop-functions__orders {
  background: #f0f1f1 url(//s.exist.ru/img2/icons-new.png) 5px -271px no-repeat;
}
.shop-functions__vin {
  width: 150px;
  height: 47px;
  margin-right: 20px;
  background: #f0f1f1 url(//s.exist.ru/img2/icon_newvinquery.png) no-repeat;
  background-size: 30px;
  background-position: 7px 7px;
  line-height: 16px;
  padding-top: 7px;
  box-sizing: border-box;
}
@media (max-width: 1230px) {
  .shop-functions__vin {
    margin-right: 10px;
  }
}
.shop-functions .basketcount {
  position: absolute;
  right: -9px;
  top: -9px;
  display: inline-block;
  background: #e0595d;
  color: #fff;
  font-size: 11px;
  padding: 0 6px;
  border-radius: 15px;
  line-height: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 850px) {
  .shop-functions__cart, .shop-functions__orders, .shop-functions__vin {
    border-radius: 50%;
    width: 15px;
    text-indent: -999999px;
  }
  .shop-functions__cart {
    background-position: 2px -224px;
  }
  .shop-functions__cart:hover, .shop-functions__cart.js-cartfull {
    background-position: 2px -224px;
  }
  .shop-functions__cart .basketcount {
    text-indent: 0;
    right: -2px;
  }
  .shop-functions__orders {
    background-position: 0 -269px;
  }
  .shop-functions__orders:hover {
    background-position: 0 -269px;
  }
  .shop-functions__vin {
    width: 47px;
  }
}
@media only screen and (max-width: 640px) {
  .shop-functions {
    margin-top: 11px;
  }
  .shop-functions__cart, .shop-functions__orders, .shop-functions__vin {
    margin-top: 0;
  }
}
#top-banner-main {
  background: white;
  display: none;
  width: 100%;
  overflow: hidden;
}
#top-banner-main P {
  color: #cc5e5e;
  position: absolute;
  left: 30%;
  top: 20px;
  font-size: 32pt;
  text-shadow: -1px 0px 5px #ffffff, 1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 0px -1px 5px #ffffff;
}
#top-banner-main .topbannerclose {
  position: absolute;
  color: #767d80;
  z-index: 7;
  display: block;
  right: 10px;
  background: #e4e4e2;
  padding: 4px 10px;
  border-radius: 25px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}
#top-banner-main .topbannerclose:hover {
  color: #4E565A;
  background: #9ca0a2;
}

.tophelp {
  float: left;
  color: #767d80;
  background: #e4e4e2;
  padding: 4px 8px;
  border-radius: 25px;
  font-size: 23px;
  margin-top: 8px;
  margin-left: 10px;
  display: none;
}
.tophelp.wide {
  position: absolute;
  z-index: 12;
  display: block;
  right: 10px;
}
.tophelp:hover {
  color: #4E565A;
  background: #9ca0a2;
}

.switchoffice {
  display: inline-block;
  background: #858a8d url(//s.exist.ru/img2/icons-new.png)-6px -996px no-repeat;
  border-radius: 25px;
  font-size: 23px;
  margin-left: 10px;
  padding: 17px;
  margin-bottom: -7px;
  margin-top: 0 !important;
  opacity: 0;
}

.shopaddr:hover .switchoffice {
  opacity: 1;
}

.header-login__registration a {
  display: inline-block;
  padding: 0 15px;
  height: 31px;
  line-height: 32px;
}
.header-login__registration a:hover {
  color: #c54141;
}

/*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
/*---------#Mainmenu Block----------*/
.mainmenu {
  clear: both;
  height: 45px;
  background: #256892;
  width: 100%;
  position: relative;
}
.mainmenu #garageFloat .b {
  right: 0;
  top: 45px;
}
.mainmenu #garageFloat.DDLActive .b {
  max-height: 500px !important;
  padding: 20px;
}
@media only screen and (max-width: 850px) {
  .mainmenu #garageFloat.DDLActive .b {
    max-height: 99999px !important;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mainmenu-list {
  float: left;
  width: calc(100% - 110px);
}
.mainmenu-list > ul li {
  float: left;
}
.mainmenu-list__garage-ddl-counter {
  line-height: 45px;
  opacity: 0.7;
}
.mainmenu-list__button-ddl {
  width: 30px;
  padding: 0;
  height: 45px;
  float: left;
  cursor: pointer;
  border: none;
  border-radius: 0;
  margin: 0;
  transition: background-color 0.3s ease;
}
.mainmenu-list__button-ddl i {
  display: inline-block;
  position: relative;
  transition: all 0.1s ease;
}
.mainmenu-list__button-ddl--catalogs {
  width: 140px;
}
.mainmenu-list__button-ddl--catalogs i {
  float: left;
  min-width: 20px;
  height: 2px;
  background: #fff;
  margin-top: 14px;
  margin-left: 10px;
  position: relative;
  margin-top: 21px;
  transition: all 0.5s ease;
}
.mainmenu-list__button-ddl--catalogs i::before, .mainmenu-list__button-ddl--catalogs i::after {
  content: "";
  position: absolute;
  min-width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.mainmenu-list__button-ddl--catalogs i::before {
  top: -7px;
}
.mainmenu-list__button-ddl--catalogs i::after {
  bottom: -7px;
}
.mainmenu-list__button-ddl--catalogs:hover {
  background: #175780;
}
@media only screen and (max-width: 850px) {
  .mainmenu-list__button-ddl--catalogs:hover {
    background: #f5f5f5;
  }
}
.mainmenu-list__button-ddl--garage {
  float: right;
  width: 110px;
  background: #cc5e5e;
}
.mainmenu-list__button-ddl--garage i {
  width: 16px;
  height: 9px;
  background: url(//s.exist.ru/img2/icons-new.png) -15px -20px no-repeat;
  margin-top: 19px;
}
.mainmenu-list__button-ddl--garage::after {
  display: none;
}
.mainmenu-list__button-ddl--garage:hover {
  background: #af3f3f;
}
.mainmenu-list__button-ddl--garage:hover i {
  background: url(//s.exist.ru/img2/icons-new.png) -15px -20px no-repeat;
}
.mainmenu-list__ddl-title, .mainmenu-list__menu-link {
  float: left;
  padding: 0 15px;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}
.mainmenu-list__ddl-title:hover, .mainmenu-list__menu-link:hover {
  color: #fff;
}
.mainmenu-list__ddl-title {
  width: 70px;
  padding-right: 0;
}
.mainmenu-list__menu-link:hover {
  background: #175780;
}
.mainmenu-list__catalogs-ddl-container {
  height: 45px;
  float: left;
  transition: background-color 0.3s ease;
}
.mainmenu-list__catalogs-ddl-container.active {
  opacity: 1;
  height: auto;
  background: #578cae;
}
.mainmenu-list__catalogs-ddl-container.active .catalogs-float {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  display: block;
  max-height: 305px;
}
.mainmenu-list__catalogs-ddl-container.active i {
  background: transparent;
}
.mainmenu-list__catalogs-ddl-container.active i::before, .mainmenu-list__catalogs-ddl-container.active i::after {
  min-width: 12px;
}
.mainmenu-list__catalogs-ddl-container.active i::before {
  top: 0px;
  transform: translate(8px, 0) rotate(45deg);
  margin-right: -8px;
}
.mainmenu-list__catalogs-ddl-container.active i::after {
  bottom: 0px;
  transform: rotate(-45deg);
}
.mainmenu-list__catalogs-ddl-container--garage {
  float: right;
}
.mainmenu-list__catalogs-ddl-container--garage.DDLActive .mainmenu-list__button-ddl {
  background: #af3f3f;
}
.mainmenu-list__catalogs-ddl-container--garage.DDLActive .mainmenu-list__button-ddl i {
  transform: rotate(180deg);
}

/*#catalogs-float Выпадающий список каталого в ...*/
.catalogs-float {
  overflow: hidden;
  z-index: 50;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  border: 1px solid #e4e4e2;
  top: 45px;
  left: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  transition: all 0.3s ease;
}
.catalogs-float__container {
  float: left;
  width: 100%;
}
.catalogs-float__list-items-container > a {
  display: block;
  margin-bottom: 10px;
  color: #363636;
}
.catalogs-float__list-items-container > span > a {
  color: gray;
  margin-top: auto;
  position: absolute;
  bottom: 20px;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .catalogs-float__list-items-container > span > a {
    position: static;
  }
}
.catalogs-float__container::after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  top: -16px;
  left: 59px;
}
.catalogs-float__column {
  float: left;
  padding: 20px;
  transition: all 0.3s ease;
  flex-direction: column;
  box-sizing: border-box;
  width: 20%;
  min-width: 230px;
  min-height: 300px;
  position: relative;
}
.catalogs-float__title {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px solid #e4e4e2;
  margin-bottom: 15px;
  line-height: 30px;
  color: #363636;
}
.catalogs-float__title--general {
  border-color: #5fc1b6;
}
.catalogs-float__title--fluids {
  border-color: #ffaf00;
}
.catalogs-float__title--access {
  border-color: #97589e;
}
.catalogs-float__title--electro {
  border-color: #f06476;
}
.catalogs-float__list-items-link {
  display: block;
  margin-bottom: 10px;
  color: #363636;
}
.catalogs-float__list-items-link--seeall {
  color: gray;
  margin-top: auto;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 850px) {
  .catalogs-float__list-items-link--seeall {
    position: static;
  }
}

@media only screen and (max-width: 850px) {
  .mainmenu-list {
    position: absolute;
    visibility: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity 0.3s ease;
    background: #fff;
    top: 45px;
    z-index: 2;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  }
  .mainmenu-list div, .mainmenu-list li {
    clear: both;
    width: 100%;
  }
  .mainmenu-list li {
    border-bottom: 1px solid #e4e4e2;
  }
  .mainmenu-list li a {
    width: 100%;
  }
  .mainmenu-list li a:hover {
    background: #f5f5f5;
    color: #363636;
  }
  .mainmenu-list li:last-of-type {
    border: none;
  }
  .mainmenu-list.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 15px 0;
    height: auto;
    z-index: 15;
  }
  .mainmenu-list__button-ddl--catalogs {
    width: 100%;
  }
  .mainmenu-list__button-ddl--catalogs .mainmenu-list__ddl-title {
    width: 100%;
    font-family: Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    border-bottom: 1px solid #e4e4e2;
  }
  .mainmenu-list__button-ddl--catalogs i {
    display: none;
  }
  .mainmenu-list__catalogs-ddl-container.active {
    background: #fff;
  }
  .mainmenu-list__catalogs-ddl-container.active .catalogs-float {
    position: relative;
    left: 0 !important;
    width: 100%;
    top: 0;
    float: left;
    padding: 10px 0;
    overflow: hidden;
    border: none;
    max-height: 9999px;
    display: block;
  }
  .mainmenu-list__menu-link {
    font-family: Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #363636;
  }
  .catalogs-float__ddl {
    padding-left: 0px;
  }
  .catalogs-float__ddl a, .catalogs-float__ddl a:hover {
    float: none;
  }
  .catalogs-float__container div {
    width: 100%;
  }
  .catalogs-float__column {
    min-height: 0;
  }
  .menubutton {
    width: 20px;
    height: 20px;
    background: url(//s.exist.ru/img2/icons/icons-new-new.svg) 0 0 no-repeat;
    margin-left: 10px;
    margin-top: 14px;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    display: block;
  }
}
/*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░*/
/*-------#CAR BLOCK AT THE TOP------*/
.mainpage-car-block {
  padding: 25px;
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  /*Блок со списком действий по машине*/
  /*Блок машины в выпадающем гараже*/
}
.mainpage-car-block .top-r {
  background: #fff;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 25px;
}
.mainpage-car-block--unchecked {
  display: none;
}
.mainpage-car-block__car-actions {
  float: left;
  width: 66%;
  margin: 40px 0 0;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 850px) {
  .mainpage-car-block__car-actions {
    width: 100%;
  }
}
.mainpage-car-block__car-actions.loading {
  height: 50px;
  background: url("//s.exist.ru/img/loading.gif") center center no-repeat;
}
.mainpage-car-block__car-actions.loading > div {
  opacity: 0;
}
.mainpage-car-block__car-actions-container ul {
  column-count: 2;
}
.mainpage-car-block__car-actions-container ul li {
  padding-bottom: 10px;
}
.mainpage-car-block__car-actions-container ul li a {
  color: #5E7990;
  /*иконки*/
}
.mainpage-car-block__car-actions-container ul li a:hover {
  color: #c54141;
}
.mainpage-car-block__car-actions-container ul li a.date {
  color: gray;
  padding-left: 20px;
  font-style: italic;
  font-size: 13px;
}
.mainpage-car-block__car-actions-container ul li a::before {
  content: "";
  width: 24px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  background-image: url(//s.exist.ru/img2/main-links-icons.png);
  background-position: -5px -122px;
  background-repeat: no-repeat;
  margin-bottom: -5px;
}
.mainpage-car-block__car-actions-container ul li a.uacts_1::before {
  background-position: 0 0;
}
.mainpage-car-block__car-actions-container ul li a.uacts_2::before {
  background-position: 2px -64px;
}
.mainpage-car-block__car-actions-container ul li a.uacts_3::before {
  background-position: 0 -106px;
}
.mainpage-car-block__car-actions-container ul li a.uacts_4::before {
  background-position: -1px -193px;
}
.mainpage-car-block__car-actions-container ul li a.uactscstm_1::before {
  background-position: -1px -43px;
}
.mainpage-car-block__car-actions-container ul li a.uactscstm_2::before {
  background-position: 0 -84px;
}
.mainpage-car-block__car-actions-container ul li a.uactscstm_3::before {
  background-position: 0 -145px;
}
.mainpage-car-block__car-actions-container ul li a.uactscstm_4::before {
  background-position: 3px -22px;
}
.mainpage-car-block__car-actions-container ul li a.uactscstm_5::before {
  background-position: 3px -104px;
}
.mainpage-car-block__car-actions-container ul li a.uactscstm_6::before {
  background-position: 0 -169px;
}
.mainpage-car-block__car-actions-column {
  float: left;
  width: 50%;
  line-height: 21px;
}
.mainpage-car-block__car-actions-column ul li a {
  color: #5E7990;
  /*иконки*/
}
.mainpage-car-block__car-actions-column ul li a:hover {
  color: #c54141;
}
.mainpage-car-block__car-actions-column ul li a.date {
  color: gray;
  padding-left: 20px;
  font-style: italic;
  font-size: 13px;
}
.mainpage-car-block__car-actions-column ul li a::before {
  content: "";
  width: 24px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  background-image: url(//s.exist.ru/img2/main-links-icons.png);
  background-position: -5px -122px;
  background-repeat: no-repeat;
  margin-bottom: -5px;
}
.mainpage-car-block__car-actions-column ul li a.uacts_1::before {
  background-position: 0 0;
}
.mainpage-car-block__car-actions-column ul li a.uacts_2::before {
  background-position: 2px -64px;
}
.mainpage-car-block__car-actions-column ul li a.uacts_3::before {
  background-position: 0 -106px;
}
.mainpage-car-block__car-actions-column ul li a.uacts_4::before {
  background-position: -1px -193px;
}
.mainpage-car-block__car-actions-column ul li a.uactscstm_1::before {
  background-position: -1px -43px;
}
.mainpage-car-block__car-actions-column ul li a.uactscstm_2::before {
  background-position: 0 -84px;
}
.mainpage-car-block__car-actions-column ul li a.uactscstm_3::before {
  background-position: 0 -145px;
}
.mainpage-car-block__car-actions-column ul li a.uactscstm_4::before {
  background-position: 3px -22px;
}
.mainpage-car-block__car-actions-column ul li a.uactscstm_5::before {
  background-position: 3px -104px;
}
.mainpage-car-block__car-actions-column ul li a.uactscstm_6::before {
  background-position: 0 -169px;
}
.mainpage-car-block__car-info {
  position: relative;
}
.mainpage-car-block__car-info-add-to-garage {
  margin-left: 15px;
  top: -5px;
}
@media only screen and (max-width: 850px) {
  .mainpage-car-block__car-info-add-to-garage {
    top: 115px;
    left: -15px;
  }
}
.mainpage-car-block__car-actions .mainpage-header {
  display: none;
}
.mainpage-car-block--garage-float {
  padding: 0;
}
.mainpage-car-block--garage-float .mainpage-car-block__car-actions {
  width: 100%;
  max-height: 185px;
  overflow: auto;
  border-top: 1px solid #e4e4e2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
@media only screen and (max-width: 850px) {
  .mainpage-car-block--garage-float .mainpage-car-block__car-actions {
    max-height: 9999px;
  }
}

.carsel {
  min-height: 10px;
}

.carSelectionMode .carsel {
  max-height: 1000px;
  margin-bottom: 55px;
}

.cat-main {
  float: left;
  width: 50%;
  line-height: 21px;
}

.carname {
  float: left;
  margin-left: 5px;
}

.carname .carname {
  margin: 0;
}

.carname div {
  padding: 0;
}

.cat-block-menu {
  float: left;
  width: 100%;
}

.cat-block-menu:hover {
  background-color: #E3EAEC;
}

.cat-block-menu a {
  font-size: 17px; /*  background: url(//s.exist.ru/img2/cat-icons.png) no-repeat;*/
  text-decoration: none;
  display: block;
  float: left;
  /*padding-left: 40px;*/
  height: 30px;
  line-height: 35px;
}

/*-------------------------------------------\*
*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*				#CONTENT STYLES

*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
\*-------------------------------------------*/
/*-------------------------------------------\*
*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*				#FOOTER STYLES

*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
\*-------------------------------------------*/
.footer {
  height: 380px;
  width: 100%;
  background: #d9e5e8;
  padding-top: 20px;
  font-size: 13px;
  position: relative;
  bottom: 0;
  box-sizing: border-box;
  clear: both;
}
.footer h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #505050;
}
.footer ul {
  margin-bottom: 10px;
}
.footer__send-error {
  float: right;
  background-color: #9cb6c3;
  padding: 5px 20px 5px 20px;
  color: #fff;
  margin: -60px 0 0 0;
  line-height: 20px;
}
.footer__to-old {
  float: right;
  margin-top: -64px;
  color: #c54141;
  margin-right: 210px;
}
.footer__bottom-link {
  float: left;
  margin-top: -64px;
}
.footer__cards {
  float: left;
  margin-left: 30px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
  overflow: hidden;
}
.footer__cards .russia {
  background: url(//s.exist.ru/img/logo/payment4.png) no-repeat;
  width: 400px;
  height: 35px;
  float: left;
}
.footer__cards .belarus {
  background: url(//s.exist.ru/img/logo/paymentbel.png) no-repeat;
  width: 230px;
  height: 60px;
}
.footer__cards:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.footer__bottom-panel {
  border-top: 1px solid #c5d1d7;
  padding-top: 20px;
  clear: both;
  line-height: 37px;
}
.footer__bottom-panel .nepsmall {
  background: url(//s.exist.ru/img2/nep-logo-small.png) no-repeat;
  height: 54px;
  width: 125px;
  display: inline-block;
  float: right;
}
.footer__copyright {
  float: left;
  color: gray;
}
.footer__viewport-switcher {
  margin-left: 160px;
  display: none;
}
.footer__viewport-switcher.visible {
  display: block;
}

.footerwrap {
  height: 275px;
}

.footer-sitemap {
  float: left;
  width: 100%;
}
.footer-sitemap__column {
  width: 20%;
  float: left;
}
.footer-sitemap__column a {
  font-size: 13px;
  color: #717584;
}

@media only screen and (max-width: 1230px) {
  .footer {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 850px) {
  .footer {
    padding: 10px 20px;
    height: auto;
    max-height: 9999px;
  }
  .footer__cards .russia {
    width: 295px;
    float: none;
    margin: 0 auto;
  }
  .footer__to-old {
    display: none;
  }
  .footer__bottom-panel {
    border: none;
    padding: 0;
  }
  .footer__bottom-panel > div {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__viewport-switcher {
    display: block;
  }
  .footer__send-error {
    float: none;
    text-align: center;
    margin-top: 10px;
    width: calc(100% - 40px);
  }
  .footer__bottom-link {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px 0 0px;
  }
  .footerwrap {
    height: auto;
  }
  .footer-sitemap__column {
    max-height: 40px;
    clear: both;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c5d1d7;
    transition: max-height 0.3s ease;
  }
  .footer-sitemap__column.expandedSubMenu {
    max-height: 350px;
  }
  .footer-sitemap__column.expandedSubMenu h6::after {
    transform: rotate(90deg);
    top: 20px;
    left: 0px;
  }
  .footer-sitemap__column.expandedSubMenu ul {
    display: block;
    max-height: 400px;
  }
  .footer-sitemap__column h6 {
    padding: 10px 0 10px 15px;
    position: relative;
    cursor: pointer;
  }
  .footer-sitemap__column h6::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(//s.exist.ru/img2/icons-new2.png) -20px -873px no-repeat;
    left: 0;
    top: 15px;
    transition: all 0.2s ease;
  }
  .footer-sitemap__column ul {
    padding-left: 30px;
    max-height: 0;
    display: none;
  }
  .footer-sitemap__column ul li {
    padding-bottom: 10px;
  }
  .footer-sitemap__column ul li a {
    font-size: 14px;
  }
}
/*#ManagerPage*/
.manager-page__title {
  padding-bottom: 15px;
  float: left;
  position: relative;
}
.manager-page__title .title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 15px;
}
.manager-page__title .favoritesfon {
  float: left;
}
.manager-page__title .state {
  color: gray;
  float: left;
  clear: left;
  margin-bottom: 5px;
}
.manager-page__title .manager-offline {
  float: left;
  margin-left: 10px;
}
.manager-page__mgrphoto {
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.manager-page__mgrphoto img {
  border-radius: 5px;
}
.manager-page__contacts {
  float: left;
}
.manager-page__description {
  float: left;
  margin: 0 0 0 20px;
  min-width: 300px;
}
@media only screen and (max-width: 850px) {
  .manager-page__description {
    margin: 0;
    width: 100%;
    min-width: 0;
  }
}
.manager-page__mgroptions {
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
  font-weight: bold;
}
.manager-page__mgroptions > div {
  margin-bottom: 5px;
}
.manager-page__mgroptions > div:first-of-type {
  margin-bottom: 15px;
}
.manager-page__rateopt {
  float: left;
  margin-left: 15px;
}
@media only screen and (max-width: 1177px) {
  .manager-page__rateopt {
    clear: left;
    margin-left: 20px;
  }
}
.manager-page__rateopt .rateme {
  float: left;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #F7EDCE;
}
@media only screen and (max-width: 1177px) {
  .manager-page__rateopt .rateme {
    margin-left: 0;
  }
}
.manager-page__rateopt .rateme b {
  font-family: Fira, Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  color: #D4A033;
  font-weight: normal;
}
.manager-page__rateopt .rateme table {
  margin-top: 5px;
}
.manager-page__rateopt .rateme table td {
  padding-bottom: 5px;
}
.manager-page .hided {
  display: none;
}
.manager-page .mg_ic {
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(//s.exist.ru/img2/icons.png?v=1);
  background-repeat: no-repeat;
  margin-right: 5px;
}
.manager-page .vt_sc {
  display: block;
  cursor: pointer;
  padding: 3px 15px 3px 10px;
  background: #d8efe5 url(//s.exist.ru/img2/vtclose.png) calc(100% - 5px) 5px no-repeat;
  overflow: hidden;
  -webkit-animation: "resize" 0.5s;
  -moz-animation: "resize" 0.5s;
  animation: "resize" 0.5s;
  top: -32px;
  right: -70px;
  z-index: 6;
}

.change-manager .selected {
  font-weight: bold;
}
.change-manager .raitong {
  color: gray;
  float: right;
}
.change-manager .raitonga {
  font-weight: normal;
  font-size: 11px;
  display: none;
  padding-left: 20px;
  line-height: 8px;
}
.change-manager input, .change-manager label {
  -webkit-transition: opacity 0.1s ease;
  zoom: 1;
  position: relative;
}
.change-manager label {
  display: block;
}
.change-manager input:hover > .raitonga,
.change-manager label:hover > .raitonga {
  display: inline;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
}
.change-manager span#rblMenagerList input[checked=checked] + label {
  border: none;
  background-color: transparent;
  color: #363636;
}
.change-manager #rblMenagerList {
  display: block;
}

/*#PointData*/
.pointdata {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #f0f6f8;
  margin-bottom: 10px;
  min-height: 75px;
}
.pointdata__block {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.pointdata__block--contacts tr:last-of-type td {
  padding-bottom: 0;
}
.pointdata__block--contacts td {
  padding-bottom: 10px;
}
.pointdata__block--contacts td .pointdata__row:last-of-type {
  margin-bottom: 0;
}
.pointdata__contacts-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.pointdata__icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.pointdata__icon--address {
  background: url(//s.exist.ru/img2/icons.png) -417px top no-repeat;
}
.pointdata__icon--Phone {
  background: url(//s.exist.ru/img2/icons.png) -432px top no-repeat;
}
.pointdata__icon--EMail {
  background: url(//s.exist.ru/img2/icons.png) -688px top no-repeat;
}
.pointdata__icon--workhours {
  background: url(//s.exist.ru/img2/clock.png) no-repeat;
}
.pointdata__icon--way {
  background: url(//s.exist.ru/img2/path.png) no-repeat;
}
.pointdata__row {
  float: left;
  clear: both;
}
.pointdata__row--address {
  clear: none;
}
.pointdata__row--Phone, .pointdata__row--EMail {
  margin-bottom: 5px;
}
.pointdata__row--workhours ul li {
  float: left;
  clear: both;
}
.pointdata__row ul {
  display: inline-block;
}
.pointdata__how-to-find {
  float: right;
}
.pointdata__role-name {
  color: gray;
  margin-right: 5px;
}
.pointdata__way {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  padding-right: 65px;
}

/*#PointHeader*/
.pointheader {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 20px;
}
.pointheader__logo-container {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.pointheader__img-placeholder {
  width: 30px;
  height: 30px;
  background-image: url(//s.exist.ru/img2/ptid.png);
  background-repeat: no-repeat;
  margin: 2px 0 0 2px;
  border-radius: 5px;
  overflow: hidden;
}
.pointheader__img-placeholder img {
  max-width: 30px;
  max-height: 30px;
  background: #fff;
}
.pointheader__img-placeholder.ptid_ {
  background: none !important;
}
.pointheader__img-placeholder.ptid_1 {
  background-position: center -90px;
}
.pointheader__img-placeholder.ptid_2 {
  background-position: center 0;
}
.pointheader__img-placeholder.ptid_3 {
  background-position: center -60px;
}
.pointheader__img-placeholder.ptid_4 {
  background-position: center -120px;
}
.pointheader__img-placeholder.ptid_5 {
  background-position: center -30px;
}
.pointheader__img-placeholder.ptid_6 {
  background-position: center -300px;
}
.pointheader__img-placeholder.ptid_7 {
  background-position: center -150px;
}
.pointheader__img-placeholder.ptid_8 {
  background-position: center -210px;
}
.pointheader__img-placeholder.ptid_9 {
  background-position: center -180px;
}
.pointheader__img-placeholder.ptid_10 {
  background-position: center -240px;
}
.pointheader__point-name-container {
  float: left;
  width: calc(100% - 45px);
}
.pointheader__header {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  float: left;
}
.pointheader__subheader {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: gray;
  float: left;
  clear: both;
}

/*#PointList*/
.point-list {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #e4e4e2;
}
.point-list:hover {
  background: #f5f5f5;
}
.point-list.active, .point-list.active:hover {
  background: #fff4d0;
}
.point-list__index {
  position: absolute;
  top: 10px;
  left: 3px;
  font-style: normal;
  width: 18px;
  height: 18px;
  border: 2px solid #047;
  display: block;
  line-height: 18px;
  background: #fff;
  font-size: 11px;
  border-radius: 11px;
  text-align: center;
}
.point-list__wrap {
  float: left;
  width: 100%;
  padding: 10px 10px 10px 30px;
  box-sizing: border-box;
}
.point-list__point-name {
  margin-bottom: 5px;
  float: left;
}
.point-list__deliv-days {
  margin: 0;
  float: left;
  font-size: 12px;
  /*&::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url(//s.exist.ru/img/deliv1.png) 2px 2px no-repeat;
      margin-right: 5px;
      margin-bottom: -5px;
  }*/
}
.point-list__description {
  clear: both;
  color: gray;
}
.point-list__avail, .point-list__pack {
  float: left;
  font-size: 12px;
  width: 23%;
}
.point-list__distance {
  font-size: 12px;
  float: right;
  color: gray;
}
.point-list__pack {
  clear: left;
}
.point-list__price {
  float: right;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 17px;
  color: #363636;
  margin-left: 5px;
}
.point-list__show-info {
  float: left;
  clear: both;
  margin: 5px 0;
}
.point-list__item-info {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}
.point-list__pie-container {
  padding: 0;
  height: 20px;
  float: left;
  margin-right: 30px;
  width: auto;
  margin-left: -1px;
  margin-top: -2px;
}
.point-list__pie-background {
  background-color: #FAC75B;
  position: absolute;
  width: 18px;
  height: 18px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.point-list__pie {
  background-color: #78C558;
  position: absolute;
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  clip: rect(0px, 10px, 20px, 0px);
}
.point-list__address {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
}
.point-list__worktime {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
}
.point-list__worktime-icon {
  float: left;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/clock.png) left top no-repeat;
  margin-right: 5px;
  flex-shrink: 0;
}
.point-list__days {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
}
.point-list__days-icon {
  float: left;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/icons/delivery-truck-bw-2.svg) top no-repeat;
  margin-right: 5px;
}
.point-list__cost {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
}
.point-list__cost-icon {
  float: left;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/icons/currency-ruble-grey.svg) top no-repeat;
  margin-right: 5px;
}
.point-list__address-icon {
  float: left;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/icons.png) -416px top no-repeat;
  margin-right: 5px;
  flex-shrink: 0;
}
.point-list--entry .point-list__icon {
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/specs.png) no-repeat;
  margin: 3px 5px;
  float: left;
  clear: right;
}
.point-list--entry .point-list__icon--is-special {
  background-position: 0 0;
}
.point-list--entry .point-list__icon--is-stock {
  background-position: -16px 0;
}
.point-list--entry .point-list__icon--is-favorite {
  background: url(//s.exist.ru/img2/fav4.png) no-repeat;
}
.point-list--entry .point-list__icon.false {
  display: none;
}

/*#FeedbackRating*/
.feedbackrating {
  margin-bottom: 5px;
  overflow: hidden;
  float: left;
}

.feedbackrating .star {
  background: url("//s.exist.ru/img2/star.png") left -16px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  float: left;
}

.feedbackrating .starhover {
  background: url("//s.exist.ru/img2/star.png");
}

.feedbackratingback {
  background: url(//s.exist.ru/img2/star.png) left -16px;
  height: 16px;
  width: 90px;
  float: left;
  margin-bottom: 5px;
}
.feedbackratingback .feedbackratingval {
  background: url(//s.exist.ru/img2/star.png);
  height: 16px;
  display: block;
}

/*#Direct-order*/
.direct-order {
  width: calc(70% - 20px);
  float: left;
}
.direct-order__point-info {
  width: 30%;
  float: right;
}
.direct-order__submit-order {
  margin-top: 35px;
}
.direct-order__agreement {
  margin-bottom: 15px;
  background: #f3f2e9;
  padding: 10px 20px;
  float: left;
}

@media only screen and (max-width: 850px) {
  .direct-order, .direct-order__point-info {
    width: 100%;
  }
}
/*#OfficeFrom */
.officeFrom {
  font-size: 17px;
}
.officeFrom.mp {
  float: left;
  margin: 15px 0 0 20px;
  margin-top: 15px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #256892;
}
.officeFrom.mp i {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(//s.exist.ru/img2/icons/place.svg) no-repeat;
  margin: 0 0 -6px 0;
}
.officeFrom.mp:hover {
  color: #c54141;
}
.officeFrom.lst {
  float: left;
  clear: both;
  margin-bottom: 10px;
  display: none;
}
.officeFrom.lst i {
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(//s.exist.ru/img2/icons-new.png) no-repeat -33px -425px;
  margin: 0 7px 1px 7px;
}
.officeFrom.lst.hd i {
  transform: rotate(180deg);
}

/*#OfficeList*/
.officelist {
  margin-bottom: 10px;
  margin-bottom: 10px;
  clear: both;
}
.officelist select {
  height: 25px;
  width: 344px;
}
.officelist .error {
  padding: 2px 10px 2px 10px;
  background-color: #900;
  color: #fff;
  border-radius: 14px;
  font-size: 12px;
}
.officelist ul {
  overflow: hidden;
}
.officelist ul li {
  clear: both;
  padding: 10px;
  border-radius: 3px;
  border-bottom: 1px solid #e4e4e2;
}
.officelist ul li .region {
  padding: 0;
  clear: both;
  border: none;
}
.officelist ul li .region:hover {
  background: #fff !important;
}
.officelist ul li .region a {
  margin-left: 5px;
}
.officelist ul li .region b {
  border-bottom: 2px solid #fae3bb;
}
.officelist [selected=True] label {
  cursor: pointer;
}
.officelist [selected=True] label li, .officelist [selected=True] label ia {
  transition: all 0.2s ease;
  list-style: none;
}
.officelist [closed=True] {
  background: #f4f4f2;
}
.officelist [closed=True] label {
  cursor: default;
  color: gray;
}
.officelist [closed=True] label:hover {
  color: gray;
}
.officelist [selected=True] {
  background: #FFECB4;
  border-bottom: 1px solid #e4e4e2;
  transition: background 0.1s ease;
}
.officelist [selected=True]:hover {
  background: #FFECB4 !important;
}
.officelist.reglist ul li {
  padding: 10px;
}
.officelist ia {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  float: right;
  background: #e6f3ee;
  padding: 0 5px;
  cursor: default;
}
.officelist li:hover ia {
  background: #abedd4;
}
.officelist li .info {
  background: #cae9e2;
  padding: 10px;
  margin-top: 10px;
}
.officelist .balance {
  float: left;
  margin-top: 15px;
  color: gray;
  width: 100%;
}
.officelist .balance .dolganet {
  float: right;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: green;
}
.officelist .balance b {
  font-family: Fira, Arial, Tahoma, sans-serif;
  color: #c54141;
}
.officelist .buttons {
  float: right;
  margin-top: -30px;
}
.officelist .buttons .secBtn {
  background: #83b880 !important;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
}
.officelist .officewrap,
.officelist .officename {
  float: left;
  width: 100%;
}

/*#TimePicker*/
.TimePicker_Panel {
  display: inline-block;
  position: relative;
}
.TimePicker_Panel input {
  cursor: pointer;
  border: 1px solid #7F9DB9;
  width: 60px;
  background-color: #FAFAFA;
  padding: 6px 5px;
}
.TimePicker_Panel input.focused {
  background: #f7f2e3;
}
.TimePicker_Panel .watch {
  display: none !important;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(//s.exist.ru/img2/clock.png);
  background-repeat: no-repeat;
  background-position: -left top;
  position: absolute;
  left: 47px;
  top: 3px;
}
.TimePicker_Panel .dropDownContainer {
  width: 250px;
  height: 187px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 5;
  padding: 15px;
  box-shadow: 2px 2px 16px -3px rgba(0, 0, 0, 0.2);
}
.TimePicker_Panel .hour, .TimePicker_Panel .minute {
  cursor: pointer;
  margin-bottom: 3px;
  padding: 3px 5px;
}
.TimePicker_Panel .hour:hover, .TimePicker_Panel .minute:hover {
  background: #f5f5f5;
}
.TimePicker_Panel b {
  display: inline-block;
  margin-bottom: 3px;
}
.TimePicker_Panel .hoursContainer {
  margin-right: 10px;
}
.TimePicker_Panel .hoursContainer, .TimePicker_Panel .minutesContainer {
  padding: 5px;
  float: left;
}
.TimePicker_Panel .hoursContainer.sel, .TimePicker_Panel .minutesContainer.sel {
  background: #fae3bb;
}
.TimePicker_Panel .hoursColumn, .TimePicker_Panel .minutesColumn {
  float: left;
  margin-right: 5px;
}

/*#VacancyPage*/
.vacancy-page .vacinfo {
  float: right;
  width: 44%;
  max-width: 450px;
  margin-left: 5px;
  border: 1px solid #e4e4e2;
  min-height: 50px;
  position: relative;
}
.vacancy-page .vacinfo .info {
  padding: 20px;
}
.vacancy-page .vacinfo .info .city {
  padding-bottom: 20px;
  font-weight: normal;
  color: gray;
}
.vacancy-page .vacinfo .info .vacheader2 {
  font-weight: bold;
  padding: 0;
  padding-bottom: 7px;
}
.vacancy-page .vacinfo > span {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  color: #cbcbcb;
  text-shadow: 1px 1px 2px #fff;
  left: 20px;
  top: 20px;
}
.vacancy-page .vacinfo .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.vacancy-page .vacinfo .contact {
  padding: 10px 20px;
  background: #f0f2f4;
  overflow: hidden;
  clear: both;
}
.vacancy-page .vacinfo .contact p {
  margin-bottom: 7px;
}
.vacancy-page .vacinfo .contact p b {
  margin-right: 5px;
}
.vacancy-page .vacinfo .contact .cnt_ic {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(//s.exist.ru/img2/icons.png);
  background-repeat: no-repeat;
  margin-bottom: -4px;
}
.vacancy-page .vacinfo .contact .cnt_ic.ctype_Phone {
  background-position: -432px top;
}
.vacancy-page .vacinfo .contact .cnt_ic.ctype_EMail {
  background-position: -688px top;
}
.vacancy-page .vacinfo .description {
  color: #363636;
  padding: 0 0 15px 0;
}
.vacancy-page .vacinfo h2 {
  font-size: 13px;
  padding: 0;
}
.vacancy-page .vaclist {
  width: 55%;
  float: left;
  position: relative;
  z-index: 5;
}
.vacancy-page .vaclist .vactable {
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.vacancy-page .vaclist .vactable .sel td .vc-itm {
  background: #f5f5f5;
  cursor: default;
}
.vacancy-page .vaclist .vactable .sel td .vc-itm > div {
  overflow-x: hidden;
  font-weight: bold;
}
.vacancy-page .vaclist .vactable .sel #vacarrow {
  display: block;
}
.vacancy-page .vaclist .vactable .vc-itm {
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid #e4e4e2;
  zoom: 1;
  position: relative;
}
.vacancy-page .vaclist .vactable .vc-itm:hover {
  background-color: #f5f5f5;
}
.vacancy-page .vaclist .vactable .vc-itm > div {
  padding: 2px 0 2px 0;
  font-size: 15px;
}
.vacancy-page .archive {
  float: right;
  color: #777;
  line-height: 22px;
  margin-top: -30px;
}

/*Список машин*/
.DDLCars .addnew .listimg {
  display: none;
}

.DDLCars .loadmore {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #f5f5f5;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: gray;
}

.DDLCars .loadmore:hover {
  background: #e4e4e2;
}

.addnewcar {
  text-align: center;
  height: 55px;
  font-size: 18px;
  font-weight: normal;
  color: #6e9b41;
  border-radius: 2px;
  min-height: 0;
  padding: 0;
  float: none;
  margin: 0 auto;
  background-color: #E4F1DF;
}

.carsel .addnew {
  text-align: center;
  background-color: #69c6a0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  width: calc(100% - 40px);
  cursor: pointer;
}

.carsel .addnew:hover {
  background: #63c49d;
}

.addnewcar {
  line-height: 55px;
  cursor: pointer;
  margin-top: 15px;
  font-size: 15px;
  display: block;
  float: none !important;
}

.addnewcar:hover {
  box-shadow: none;
  background: #97c06e;
  color: #fff;
}

.carsel .addnew:hover .listcar b {
  color: #fff;
}

.carsel .addnew .listcar {
  float: none;
  padding-top: 0 !important;
  max-width: 100%;
}

.carsel .addnew .listcar b {
  line-height: 45px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.carsel .addnew .listimg {
  display: none;
}

.searchPanel {
  float: left;
  margin-top: -5px;
}

.garage-switch .searchPanel {
  margin-left: 10px;
}

.searchPanel a {
  text-indent: -99999px;
  width: 40px !important;
  margin-left: -40px;
  background: transparent url(//s.exist.ru/img2/icons-new.png) -5px -1400px no-repeat;
  float: left !important;
  height: 35px;
}

.searchPanel input {
  height: 29px;
  border: 1px solid #c3c3c3;
  border-radius: 25px;
  width: 200px;
  padding: 0 40px 0 20px;
  background: #F9F8F8;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  float: left;
  margin-top: 3px;
}

.searchPanel input:focus {
  background: #fff;
  border-color: #c3c3c3;
}

/*Список машин*/
/*Стили логина*/
.header-login {
  float: right;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.header-login__subscribe-push {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #256892;
  display: block;
  margin-top: 15px;
  letter-spacing: 1px;
  float: left;
}
.header-login__subscribe-push--submit {
  background: #398dc1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.header-login__subscribe-push--submit:hover {
  background: rgb(51.3, 126.9, 173.7);
  color: #fff;
}
.header-login__subscribe-push--reject {
  margin-top: 20px;
  float: right;
}
.header-login__subscribe-push.subscribed {
  color: gray;
  background: transparent;
  padding: 0;
}
.header-login__subscribe-buttons {
  display: flex;
  justify-content: space-around;
}
.header-login__subscribe-container {
  color: gray;
}
.header-login .header-login__navigation {
  display: flex;
  align-items: center;
  margin-right: 2px;
}
@media (max-width: 900px) {
  .header-login .header-login__navigation {
    margin-right: 0;
  }
}
.header-login .header-login__navigation .header-login__navigation-link {
  display: inline-flex;
  align-items: center;
  color: #646464;
  padding: 6px 8px;
  transition: background 0.2s;
}
.header-login .header-login__navigation .header-login__navigation-link:hover {
  background: #f5f5f5;
}
@media (max-width: 900px) {
  .header-login .header-login__navigation .header-login__navigation-link {
    padding: 6px;
  }
}
@media (max-width: 390px) {
  .header-login .header-login__navigation .header-login__navigation-link {
    padding: 4px;
  }
}
.header-login .header-login__navigation .header-login__navigation-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-bottom: 0;
}
.header-login .header-login__navigation .header-login__navigation-icon.orders {
  background: url("//s.exist.ru/img2/lk-icons-small.png") no-repeat 0 -192px;
}
.header-login .header-login__navigation .header-login__navigation-icon.balance {
  background: url("//s.exist.ru/img2/lk-icons-small.png") no-repeat 0 -32px;
}
@media (max-width: 1150px) {
  .header-login .header-login__navigation .header-login__navigation-icon {
    margin-right: 0;
  }
  .header-login .header-login__navigation .header-login__navigation-icon + .header-login__navigation-text {
    display: none;
  }
}
@media (max-width: 850px) {
  .header-login .header-login__navigation .header-login__navigation-icon {
    margin-right: 4px;
  }
  .header-login .header-login__navigation .header-login__navigation-icon + .header-login__navigation-text {
    display: inline;
  }
}
@media (max-width: 470px) {
  .header-login .header-login__navigation .header-login__navigation-icon {
    margin-right: 0;
  }
  .header-login .header-login__navigation .header-login__navigation-icon + .header-login__navigation-text {
    display: none;
  }
}

.header-login__name-ddl {
  transition: background-color 0.3s ease;
}

.header-login__name-ddl:hover,
.DDL.DDLActive.header-login__name-ddl {
  /*background-color: #e4e4e2;*/
}

.header-login__name-ddl .h {
  border: none;
  position: static;
  padding: 6px 12px 5px;
  cursor: pointer;
}
@media (max-width: 390px) {
  .header-login__name-ddl .h {
    padding: 6px 3px 5px;
  }
}
.header-login__name-ddl .h:hover {
  background: #f5f5f5;
}
.header-login__name-ddl .h::after {
  background: transparent;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #363636 #363636 transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  right: -4px;
  margin: 3px;
}

.DDL.header-login__name-ddl._guest .h {
  background: #7398af;
  color: #fff;
}
.DDL.header-login__name-ddl._guest .h:hover {
  background: rgb(105.8, 139.84, 161);
}
.DDL.header-login__name-ddl._guest .h .header-login__name-ddl-icon {
  background: url(//s.exist.ru/img2/icons/header/user-white.svg) center center no-repeat;
  background-size: 14px;
}
.DDL.header-login__name-ddl._guest .h::after {
  display: none;
}

.DDL.DDLActive.header-login__name-ddl._guest .h {
  background: rgb(105.8, 139.84, 161);
}

.DDL.DDLActive.header-login__name-ddl .h {
  background: #f5f5f5;
}
.DDL.DDLActive.header-login__name-ddl .h::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 6px;
}

.header-login__name-ddl-icon {
  float: left;
  margin-right: 8px;
  width: 15px;
  height: 18px;
  background: url(//s.exist.ru/img2/icons/header/user.svg) center center no-repeat;
  background-size: 14px;
}

.header-login__name-ddl .h span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.header-login .DDLActive .b {
  padding: 20px;
  max-height: 541px !important;
}

.login-box {
  padding-top: 10px;
}

.header-login .login-box {
  padding: 0;
}

.login-box h3 {
  font-size: 15px;
  color: #363636;
  margin-bottom: 15px;
}

.login-element {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.login-element .remindtop {
  position: absolute;
  right: 7px;
  top: 9px;
  color: gray;
}
.login-element .remindtop:hover {
  color: #c54141;
}
.login-element .errorlabel {
  clear: both;
  background: #feefef;
  padding: 5px;
}

.login-element .inp {
  width: 98%;
  width: 100%;
  float: left;
  height: 35px;
}

.login-element .inp[type=password] {
  padding-right: 120px;
  width: 54%;
  width: 100%;
  margin-bottom: 5px;
}

.loginname .login-button {
  float: right;
}

.login-element .login-button {
  height: 40px;
  padding: 0 20px;
  background: #73a2b9;
  border-radius: 2px;
  border: none;
  float: right;
  width: auto !important;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
  clear: left;
  font-size: 15px;
}

.login-element .login-button:hover {
  background: #7eabc1;
}

.errorlabel {
  display: none;
  color: #c54141;
}

.login-box {
  margin: 0 20px;
}

.login-box .mem {
  float: left;
  width: auto;
  margin-top: 10px;
}

.social {
  overflow: hidden;
  margin: 20px 0 10px 0;
  border-top: 2px solid #e4e4e2;
  padding-top: 10px;
  clear: both;
}

.login-box-url {
  margin: 20px 20px 0 20px;
}

.login-box-url a {
  float: left;
  margin-right: 10px;
}

.login-box-url a:first-of-type {
  margin-top: 4px;
}

.login-box-url br {
  display: none;
}

.welcomeBack {
  color: #363636;
  text-align: center;
  width: 270px;
}

.welcomeBack p {
  font-size: 17px;
  margin-bottom: 5px;
}

.welcomeBack span {
  display: block;
  color: gray;
  margin-bottom: 15px;
}

.welcomeBack a {
  clear: both;
  display: inline-block;
  background: #83b880;
  padding: 7px 20px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.welcomeBack a:hover {
  background: #72ad6f;
  color: #fff;
}

.welcomeBack .welcomeBack__logout {
  background: #fff;
  color: gray;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  margin-right: 15px;
  position: absolute;
  top: 13px;
  right: -10px;
  padding: 5px;
}

.welcomeBack .welcomeBack__logout:hover {
  background: #fff;
  color: #c54141;
}

.welcomeBack .welcomeBack__logout i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/lk-icons-small.png) no-repeat;
  background-position: 0 -16px;
  margin-right: 5px;
  margin-bottom: -3px;
}

.social a.icon {
  float: left;
  margin-right: 11px;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: url("//s.exist.ru/img2/social-new2.png") no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.social a.icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.social #mr {
  background-position: -142px top;
}

.social #fb {
  background-position: -71px top;
}

.social #ya {
  background-position: -37px top;
}

.social #vk {
  background-position: -107px top;
}

.social #go {
  background-position: 0 0;
}

.social #lv {
  background-position: -178px top;
}

.social #tg {
  background-position: -247px top;
}

.social #al {
  background-position: -314px top;
}

.social a.icon:last-of-type {
  margin: 0;
}

.DDL.loginname {
  position: static;
}

.header-login .b {
  right: 0;
  top: 35px;
}
.header-login .b.login {
  position: fixed;
  right: calc(50vw - 190px);
  top: 20vh;
  z-index: 20;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.header-login .b.login::after {
  display: none;
}

.header-login .DDLActive .b {
  overflow: visible;
}

.header-login .DDLActive .b::after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  top: -16px;
  right: 15px;
}

.login-box.auth {
  width: 230px;
  margin: 0;
}

.login-box hr {
  border: none;
  border-bottom: 2px solid #e4e4e2;
  margin: 5px 0 5px 10px;
}

.mysettings {
  position: relative;
  margin-top: 3px;
  padding-left: 54px;
}

.mysettings a {
  margin-left: 20px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: gray;
}

.usravatar a {
  float: left;
  width: 40px;
  height: 40px;
  border: 2px solid #e4e4e2;
  border-radius: 25px;
  margin: -2px 10px 0px 0px;
  overflow: hidden;
}

.usravatar a img {
  /*width: 100%;
  height: 100%;*/
}

.lkcommon {
  font-size: 17px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #e4e4e2;
}

.lkcommon #logout {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 20px;
}

.lkcommon #logout:hover {
  background: #e4e4e4;
}

.lkcommon #logout i {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/lk-icons-small.png) 0 -16px no-repeat;
  top: 6px;
  left: 6px;
}

.login-wrapp ul {
  clear: both;
}

.login-wrapp ul li {
  position: relative;
}

.login-wrapp ul li a {
  display: inline-block;
  width: 85%;
  padding: 7px 0px 7px 15%;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #525f68;
  font-family: Arial, Tahoma, sans-serif !important;
}

.login-wrapp ul li a:hover {
  background: #e9eff1;
}

.login-wrapp ul li i, .mysettings i {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/lk-icons-small.png) no-repeat;
  left: 5px;
  top: 8px;
}

.login-wrapp .mysettings i {
  background-position: 0 0;
  left: 55px;
  top: 2px;
}

.login-wrapp .mybalance i {
  background-position: 0 -32px;
}

.login-wrapp .mynote i {
  background-position: 0 -48px;
}

.login-wrapp .mymgr i {
  background-position: 0 -64px;
}

.login-wrapp .myprofile i {
  background-position: 0 -80px;
}

.login-wrapp .myfriends i {
  background-position: 0 -96px;
}

.login-wrapp .myaddress i {
  background-position: 0 -112px;
}

.login-wrapp .myfavorite i {
  background-position: 0 -128px;
}

.login-wrapp .myrequests i {
  background-position: 0 -144px;
}

.login-wrapp .req-mypoint i {
  background-position: 0 -160px;
}

.login-wrapp .logout i {
  background-position: 0 -16px;
}

.login-wrapp .orders i {
  background-position: 0 -192px;
}

.login-wrapp .garage i {
  background-position: 0 -208px;
}

/*Стили селектов выбора машины*/
.CarDrpDn {
  padding: 0 10px !important;
}

.CarDrpDn img {
  position: relative;
  padding-left: 3px;
  top: 0px;
}

.CarDrpDn select {
  width: 115px;
  clear: both;
  display: block;
  float: left;
  font-size: 13px;
  height: 25px;
}

.CarDrpDn .active {
  background: url(//s.exist.ru/img/pointer2.png) no-repeat right 15px center;
}

.CarDrpDn .refresh {
  background: url(//s.exist.ru/img/loading.gif) no-repeat right 15px center;
}

.CarDrpDn .aspNetDisabled {
  font: normal 11px Arial, sans-serif;
  height: 20px;
  border-radius: 0;
  -moz-border-radius: 0;
}

.red-dot {
  width: 138px;
  height: 22px;
  margin-bottom: 7px;
}

input[type=submit].aspNetDisabled, select[disabled] {
  color: #a1a1a1;
  display: inline;
  background-color: #F5F5F5;
  text-decoration: none;
  cursor: default;
}

dd#phCarType select {
  font-weight: normal;
  margin: 0;
}

/*Стили селектов выбора машины*/
/* Стили каталога, выпадающего по кнопке */
/* Стили каталога, выпадающего по кнопке */
.add {
  display: inline-block;
  height: 23px;
  line-height: 25px;
  border-radius: 3px;
  padding: 0 9px 0 27px;
  letter-spacing: 0.5px;
  position: relative;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #5b8aa1;
}
.add--blog-item {
  float: left;
  margin: -4px 0 0 25px;
}
.add i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #9EC0D1 url(//s.exist.ru/img2/icons/plus-icon.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.add--save i {
  background: #9EC0D1 url(//s.exist.ru/img2/icons/download.svg) center center no-repeat;
}
.add.secBtn.greenBtn {
  padding-left: 32px;
}
.add.secBtn.greenBtn i {
  background-color: #74ab75;
}

.add:hover {
  color: #5b8aa1;
}

.fieldset {
  background: #f3f2e9;
  border: 1px solid #e5e3d2;
  color: #363636;
  padding: 5px 15px 15px;
  margin: 0 0 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.fieldset--side {
  width: 250px;
  float: right;
}
@media only screen and (max-width: 850px) {
  .fieldset--side {
    width: 100%;
  }
}
.fieldset--white {
  background: #fff;
  border-color: #e4e4e2;
}
.fieldset__name-delimeter {
  float: left;
  width: 100%;
  margin: 0 0 10px -15px;
  background: #f5f5f5;
  padding: 5px 15px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #363636;
}

.fieldset h1 {
  font-size: 15px;
  color: #900;
  padding: 5px 0;
  margin: 0;
}

.fieldset h2 {
  font-size: 1.2em;
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
}

.fieldset li {
  list-style: none;
}

.fieldset--error {
  background: #feefef;
  border: none;
  border-radius: 3px;
}

.find-error {
  color: #363636;
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: 0;
  width: 32px;
  z-index: 1;
}
.find-error .find-error__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(//s.exist.ru/img2/attention2.png) no-repeat center;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.find-error .find-error__content {
  width: 300px;
  height: 90px;
  padding: 15px;
  background: #f3f2e9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: 0.1s;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .find-error .find-error__content {
    width: 0;
    padding: 15px 0;
  }
}
.find-error .find-error__content.not-visible {
  width: 0;
  padding: 15px 0;
}
.find-error .find-error__content.visible {
  width: 300px;
  padding: 15px;
}
.find-error .find-error__content h2 {
  margin: 5px 0;
  font-weight: bold;
  font-size: 1.2em;
  overflow: hidden;
}
.find-error .find-error__content p {
  overflow: hidden;
  max-height: 60px;
}
.find-error .find-error__content .find-error__close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.find-error .find-error__content .find-error__close-btn:hover::before, .find-error .find-error__content .find-error__close-btn:hover::after {
  background: gray;
}
.find-error .find-error__content .find-error__close-btn::before, .find-error .find-error__content .find-error__close-btn::after {
  content: "";
  width: 18px;
  height: 2px;
  background: black;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1px);
  transition: 0.2s;
}
.find-error .find-error__content .find-error__close-btn::before {
  transform: rotate(45deg);
}
.find-error .find-error__content .find-error__close-btn::after {
  transform: rotate(-45deg);
}

.center-content-rightbar {
  float: right;
  white-space: nowrap;
}

.center-content-rightbar img {
  vertical-align: top;
}

.hidden {
  display: none;
}

/* Табы */
.blTab {
  font-size: 14px;
  border: none;
  margin-bottom: 10px;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 850px) {
  .blTab {
    width: 80vw;
    overflow: auto;
  }
}
.blTab ul {
  height: auto;
}
@media only screen and (max-width: 850px) {
  .blTab ul {
    white-space: nowrap;
  }
}
.blTab ul li {
  display: inline-block;
  height: auto;
  padding: 0;
}
.blTab ul li a {
  display: block;
  white-space: nowrap;
  margin: 0 0 10px;
  position: relative;
  border-bottom: 3px solid #e4e4e2;
  margin-right: 28px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #256892;
}
.blTab ul li a:hover {
  border-color: #EFBABC;
  color: #0d5891;
  opacity: 1;
}
.blTab ul li a.selected-button, .blTab ul li a.selected-button:hover {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  border-color: #e67a7d;
}
.blTab ul li.selected-button a, .blTab ul li.selected-button a:hover {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  border-color: #e67a7d;
}
.blTab--blog-item {
  margin-top: 20px;
}

/*Пейджинг*/
.pager {
  float: left;
  display: flex;
  align-items: flex-end;
}
.pager:hover {
  background: transparent !important;
}
.pager a, .pager span {
  font-size: 12px;
  padding: 5px 10px;
}
.pager a {
  cursor: pointer;
}
.pager span {
  color: gray;
  background: rgba(0, 0, 0, 0.06);
}

.shw-rw {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: gray;
  float: left;
  line-height: 33px;
  margin-right: 5px;
}

.pager table, .pager tr, .pager td, .pager table:hover, .pager tr:hover, .pager td:hover {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/*descTip*/
a.question {
  float: left;
  background: url(//s.exist.ru/img/q2.gif) no-repeat;
  width: 8px;
  height: 9px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 3px 5px 0 2px;
}

.descTip {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/tip.png) no-repeat;
  opacity: 0.66;
  margin: 0 0 -3px 5px;
}

.descTip:hover {
  opacity: 1;
}

.descTip span {
  background: #f9f9f9;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.4);
  color: #4D6280;
  cursor: auto;
  visibility: hidden;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  height: auto;
  margin-top: 15px;
  max-width: 300px;
  padding: 10px !important;
  position: absolute;
  text-align: left;
  z-index: 9;
  min-width: 190px;
  left: 0;
  opacity: 0;
  text-transform: none;
}

.descTip span img {
  border: 1px solid #e4e4e2;
}

.descTip:hover span {
  display: block;
  opacity: 1;
  visibility: visible;
}

a.descTip:hover {
  text-decoration: none !important;
}

/*descTip*/
/*СайтМэп*/
.save-link {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #256892;
}
.save-link i {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url(//s.exist.ru/img2/icons/save.svg) no-repeat;
  background-size: 13px;
}
.save-link:hover {
  color: #c54141;
}

.center-content-sitemap {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.center-content-sitemap span {
  margin-right: 3px;
  font-size: 13px;
}
.center-content-sitemap .additional {
  float: right;
}
.center-content-sitemap img {
  margin-bottom: 2px;
}

.menu-curent-node {
  color: #525252;
}

.menu-root-node {
  background: url(//s.exist.ru/img/icon/home9.png) no-repeat;
  width: 0px;
  overflow: hidden;
  float: left;
  padding-left: 15px;
  height: 17px;
  margin-right: 10px;
  opacity: 0.8;
}

.menu-root-node:hover {
  opacity: 1;
}

/*rightbar*/
.center-content-rightbar {
  float: right;
}

/*dotted*/
.dotted-link {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #256892;
}

.dotted-link:hover, .dotted-link2:hover, .dotted-link3:hover {
  color: #c54141;
}

/*input submit*/
input[type=submit], input[type=button], .trdBtn, .baloon-select {
  display: inline-block;
  height: 42px;
  padding: 0 15px;
  background: #3d7c9c;
  border-radius: 2px;
  line-height: 42px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tbl .trh input[type=submit] {
  height: 27px;
  line-height: 27px;
}

.baloon-select {
  height: 32px;
  line-height: 32px;
  margin-top: 6px;
}

input[type=submit]:hover, input[type=submit]:hover, .trdBtn:hover, .baloon-select:hover {
  opacity: 0.9;
  color: #fff;
}

.secBtn,
.secBtn[type=submit] {
  display: inline-block;
  background: #84b6cc;
  padding: 6px 14px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
  line-height: 20px;
}

.secBtn:hover {
  opacity: 0.9;
  color: #fff;
}

.secBtn.greenBtn {
  background: #83B880;
  color: #fff;
  padding: 10px 14px;
}

.secBtn.greenBtn:hover {
  color: #fff;
}

.secBtn.greenBtn.service {
  position: relative;
  padding-left: 40px !important;
}
.secBtn.greenBtn.service.disabled {
  background-color: #c3c3c3;
  pointer-events: none;
}

.secBtn.greenBtn.service::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(//s.exist.ru/img2/icons-new.png) -12px -1498px no-repeat;
  top: 8px;
  left: 13px;
}

/* <ВСПЛЫВАЮЩАЯ ПОДСКАЗКА> */
.tip {
  position: absolute;
  background: #363636;
  color: white;
  padding: 2px 10px;
  left: -10px;
  top: -30px;
  display: none;
  font-size: 11px;
}

.tip::after {
  content: "";
  display: block;
  position: absolute;
  border-color: #363636 transparent transparent;
  border-width: 6px;
  border-style: solid;
  bottom: -12px;
  left: 7px;
}

/* </ВСПЛЫВАЮЩАЯ ПОДСКАЗКА> */
/* <КОНТРОЛ МАШИНЫ> */
.car-info {
  float: left;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.car-info__car-image {
  float: left;
  margin-right: 15px;
  min-width: 150px;
}
.car-info__description {
  float: left;
  max-width: 290px;
}
.car-info__description > div {
  float: left;
  clear: both;
}
.car-info__car-btn-clear {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//s.exist.ru/img2/iframe-close.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.car-info__car-name {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 5px;
  color: #363636;
  /* 
  a {
      color: $base-font-col;
  }*/
}
.car-info__car-name .editTitle {
  position: relative;
  float: right;
  margin-top: -6px;
  background: none;
  border: none;
  cursor: pointer;
}
.car-info__car-name .editTitle::after {
  display: none;
}
.car-info__car-name .editTitle i, .car-info__car-name .editTitle edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//s.exist.ru/img2/editsm.png) right 3px no-repeat;
  margin-left: 5px;
  margin-top: 2px;
  opacity: 0.7;
  text-indent: -99999px;
}
.car-info__car-name .editTitle .h:hover i {
  opacity: 1;
}
.car-info__car-name .editTitleCtrl a {
  cursor: pointer;
}
.car-info__car-name .editTitleCtrl input[type=text] {
  padding: 1px 5px;
  border-color: #e4e4e2;
}
.car-info__vin, .car-info__car-years, .car-info__additional {
  color: gray;
  font-size: 12px;
}
.car-info__vin b, .car-info__car-years b, .car-info__additional b {
  font-weight: normal;
}
.car-info__vin i, .car-info__car-years i, .car-info__additional i {
  font-style: normal;
}
.car-info__car-models {
  color: #363636;
}
.car-info--mainpage .car-info__description {
  position: absolute;
  top: 0;
  max-width: 9999px;
}
@media only screen and (max-width: 850px) {
  .car-info--mainpage .car-info__description {
    position: relative;
  }
}
.car-info--mainpage .car-info__description > div {
  clear: none;
  font-size: 18px;
}
.car-info--mainpage .car-info__car-name {
  margin-right: 5px;
}
.car-info--mainpage .car-info__actions {
  float: left;
  width: 22px;
  height: 22px;
  position: relative;
  margin-left: 15px;
}
.car-info--mainpage .car-info__actions--change {
  background: url(//s.exist.ru/img2/refresh2.png) left top no-repeat;
}
.car-info--mainpage .car-info__actions--remove {
  margin-top: 3px;
  background: url(//s.exist.ru/img2/iframe-close.png) no-repeat;
}
.car-info--garage-menu {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.car-info--garage-menu.DDLSelected::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: gold;
  opacity: 0.1;
}
.car-info--garage-menu .car-info__car-image {
  min-height: 70px;
  min-width: 0;
  width: 100px;
}
.car-info--garage-menu .car-info__car-image img {
  max-width: 100%;
}
.car-info--garage-menu .car-info__description {
  max-width: 260px;
}
.car-info--garage-menu .car-info__description > div {
  clear: none;
  margin-right: 5px;
}
.car-info--garage-menu .car-info__car-name {
  font-size: 16px;
  width: 100%;
}
.car-info--garage-menu .car-info__power {
  font-size: 12px;
}
.car-info--garage-menu:hover {
  background: #f5f5f5;
}
.car-info--garage-menu:hover .car-info__car-image {
  filter: contrast(92%);
}
.car-info--catalogs {
  width: 100%;
  cursor: pointer;
}
.car-info--catalogs .car-info__car-image {
  min-height: 110px;
}
.car-info--catalogs:hover {
  background: #f5f5f5;
}
.car-info--catalogs:hover .car-info__car-image {
  filter: contrast(92%);
}
.car-info--reset {
  box-shadow: none;
}
.car-info--addnew {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 40px);
  background: #69c6a0;
  text-align: center;
  border-radius: 3px;
  padding: 10px 0;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: none;
  margin: 0;
}
.car-info--addnew::after {
  display: none;
}
.car-info--addnew:hover {
  background: rgb(99.75, 188.1, 152);
}

.page-blocks .car-info {
  padding: 0;
  box-shadow: none;
}
.page-blocks .car-info--mainpage {
  padding: 35px 20px 20px 0;
}
@media only screen and (max-width: 850px) {
  .page-blocks .car-info--mainpage {
    padding: 0;
  }
}
.page-blocks .car-info--garage-menu {
  padding: 20px;
}
.page-blocks .car-info--addnew {
  padding: 10px 0;
}

/* </КОНТРОЛ МАШИНЫ> */
.car-selection-list {
  float: left;
  position: relative;
  overflow: hidden;
}
.car-selection-list__cars {
  float: left;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 75px;
}

/*Таблицы*/
.tbl {
  background-color: #ffffff;
  margin: 0;
}

.tbl tr {
  transition: background 0.3s ease;
}

.tbl tr td {
  height: 25px;
  border-bottom: 1px solid #e4e4e2;
  vertical-align: top;
  padding: 8px 4px;
}

.tbl tr td.price {
  font-size: 15px;
  width: 8%;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  color: #646464;
}

.tbl tr:hover {
  background: #f5f5f5;
}

.tbl th {
  background-color: #d8e6eb;
  height: 30px;
  font-weight: normal;
  border-right: 1px solid #e8f1f4;
  letter-spacing: 1px;
  text-align: center;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #507B8A;
}

.tbl td.lnkPrice {
  text-align: right;
  white-space: nowrap;
}

.tbl .lnkPrice a {
  color: gray;
  border: 2px solid #f0ca5a;
  background: #FBEAB7;
  padding: 3px 10px;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 13px;
  cursor: pointer;
}

.tbl .lnkPrice a:hover {
  background: #f0ca5a;
  color: #fff;
}

.tbl tr td > div {
  float: left;
  padding-left: 5px;
}

.tbl .firmname {
  font-weight: bold;
  width: 125px;
  padding: 0;
  padding-left: 10px;
}

.tbl .art {
  color: gray;
}

.tbl i {
  color: gray;
}

.tbl th .DDL .h {
  background: rgba(255, 255, 255, 0.5) !important;
}

.tbl th .DDL .b table p {
  font-weight: normal;
}

.DDL .b table td {
  padding: 5px;
  white-space: nowrap;
}

.tbl th .DDL .b table tr:hover {
  background: transparent !important;
}

.tabletitle {
  background-color: #F5F5F5 !important;
  height: 29px;
  color: #c54141;
  padding-left: 17px;
  font-size: 15px;
}

/*Таблицы*/
/*Таблица-прайс*/
.prc-table {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.prc-table__row {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.prc-table__row--header {
  border: none;
  background: #d8e6eb;
  padding: 5px 15px;
  margin-bottom: -1px;
}
.prc-table__row--header > div, .prc-table__row--header > div > div, .prc-table__row--header > div > div > div {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #507B8A;
  letter-spacing: 1px;
  background: transparent;
}
.prc-table__row--header .prc-table__price::after {
  display: none !important;
}
.prc-table__row--header:hover {
  background: #d8e6eb !important;
}
.prc-table__row--header .prc-table__item-info, .prc-table__row--header .prc-table__cust-info {
  padding: 0;
}
.prc-table__row.deliveryError, .prc-table__row .prc-table.deliveryError:hover {
  background: #feefef;
}
.prc-table__row.highlighted {
  background: #e2f6e3;
}
.prc-table__item-info {
  float: left;
  width: 60%;
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media only screen and (min-width: 850px) {
  .prc-table__item-info.slide {
    width: 36% !important;
  }
  .prc-table__item-info.slide .prc-table__item-info.slide > div {
    position: relative;
    left: -90px;
  }
}
.prc-table__item-info.unhide-overflow {
  overflow: visible;
}
.prc-table__art-name {
  float: left;
  width: 35%;
  padding-right: 5px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}
.prc-table__name {
  font-weight: bold;
  margin-right: 5px;
  float: left;
}
.prc-table__art {
  color: gray;
  float: left;
}
.prc-table__description {
  float: left;
  width: 65%;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}
.prc-table__notepad-comment {
  background: #f9f6d9;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 3px;
  clear: both;
  color: #3c3c3c;
  font-size: 12px;
}
.prc-table__cust-info {
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 10px 15px 10px 0;
  transition: all 0.3s ease;
}
.prc-table__cust-info.slide .prc-table__addbuttons {
  position: absolute;
  right: 0;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  padding-top: 8px;
  padding-left: 15px;
}
.prc-table__cust-info.slide .prc-table__addbuttons .inactive, .prc-table__cust-info.slide .prc-table__addbuttons .inactive:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 850px) {
  .prc-table__cust-info.slide .prc-table__addbuttons {
    height: 31px;
    top: auto;
    bottom: 0px;
    right: -22px;
  }
}
@media only screen and (max-width: 850px) {
  .prc-table__cust-info.slide {
    margin-left: -160px;
  }
}
.prc-table__cust-info.slide .prc-table__show-buttons span {
  background: transparent;
}
.prc-table__cust-info.slide .prc-table__show-buttons span::before {
  transform: rotate(45deg);
  width: 11px;
  top: -3px;
}
.prc-table__cust-info.slide .prc-table__show-buttons span::after {
  transform: rotate(-45deg);
  width: 11px;
  bottom: -4px;
}
.prc-table__deliv-days {
  width: 14%;
  float: left;
  min-width: 57px;
  background: url(//s.exist.ru/img2/icons/delivery-truck-bw.svg) left 2px no-repeat;
  background-size: 22px;
  background-size: 22px;
  padding-left: 30px;
  margin: 3px 0 0 0;
}
.prc-table__amount {
  float: left;
  width: 20%;
  text-align: center;
}
.prc-table__deliv-price {
  float: left;
  width: 11%;
  text-align: center;
  color: gray;
  min-height: 1px;
}
.prc-table__prices {
  float: right;
  width: 39%;
}
.prc-table__price, .prc-table__sumprice, .prc-table__deliv-price {
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 15px;
  float: left;
}
.prc-table__price {
  color: gray;
}
.prc-table__price.expired {
  text-decoration: line-through;
}
.prc-table__sumprice {
  text-align: right;
  width: 100%;
}
.prc-table__sumprice.expired .refresh {
  font-size: 27px;
  text-decoration: none !important;
  float: left;
  width: 16px;
  height: 16px;
  background: url("//s.exist.ru/img2/icons/refresh.svg") no-repeat;
  background-size: cover;
}
.prc-table__sumprice.cancelled span {
  text-decoration: line-through;
}
.prc-table__comment {
  float: left;
  clear: both;
  margin-top: 5px;
}
.prc-table__ordergroup {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.prc-table__ordergroup .prc-table__date {
  float: right;
}
.prc-table__ordergroup .prc-table__warning-message {
  padding: 6px 12px;
  margin-bottom: 2px;
  color: red;
  text-align: center;
  font-weight: bold;
}
.prc-table__orderinfo {
  float: left;
}
.prc-table__ordername {
  font-weight: bold;
  color: #c54141;
}
.prc-table__date {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: gray;
}
.prc-table__date--direct {
  font-size: 10px;
  font-weight: normal;
  float: left;
  clear: both;
}
.prc-table__delivery-method {
  display: inline-block;
  color: gray;
}
.prc-table__tracking-number {
  clear: both;
  color: gray;
}
.prc-table__office-name {
  float: left;
  margin-left: 10px;
  color: gray;
}
.prc-table__check-by-car {
  position: relative;
  float: right;
  margin-right: 10px;
}
.prc-table__check-by-car::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url(//s.exist.ru/img2/icons-new.png)-21px -787px no-repeat;
  padding: 4px;
  border-radius: 15px;
  position: absolute;
  top: -4px;
  left: -33px;
}
.prc-table__nogroup {
  display: none;
}
.prc-table__order-action {
  float: left;
  width: 37%;
}
.prc-table__action-buttons {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
}
.prc-table__action-button {
  float: left;
  padding: 3px 10px;
  width: auto;
  text-align: center;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #256892;
}
.prc-table__action-button--confirm {
  background: #73a2b9;
  color: #fff;
  border-radius: 2px;
}
.prc-table__action-button--confirm:hover {
  color: #fff;
}
.prc-table__order-status, .prc-table__order-comment {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.prc-table__order-status {
  padding: 2px 8px 2px 8px;
  margin-right: 5px;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prc-table__order-status.bordered {
  border: 1px solid gray;
}
.prc-table__order-status.OrderConfirmed {
  background: #c9ece1;
}
.prc-table__order-status.Undone, .prc-table__order-status.ContactsReceived {
  background: #eaeaea;
}
.prc-table__order-status.CancelByShopFromUndone, .prc-table__order-status.CancelByClientFromContactsReceived, .prc-table__order-status.CancelByShopFromContatcsReceived {
  background: #f5d4d4;
}
.prc-table__tracking-icon {
  width: 24px;
  height: 24px;
  float: right;
  background: url(//s.exist.ru/img2/jde_logo_white_24.png) no-repeat;
  margin-right: 10px;
  cursor: pointer;
}
.prc-table__order-comment {
  border: 1px solid #e4e4e4;
  padding: 2px 8px 2px 32px !important;
  background: #fff url(//s.exist.ru/img/comm3.png) 2px 2px no-repeat;
}
.prc-table__ifpayed i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(//s.exist.ru/img2/icons-new.png) -12px -1362px no-repeat;
  margin-left: -10px;
}
.prc-table__addbuttons {
  float: right;
  margin-left: 10px;
}
.prc-table__show-buttons {
  float: right;
  margin: 3px 0 0 10px;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.prc-table__show-buttons span {
  float: left;
  width: 12px;
  height: 2px;
  position: relative;
  background: #888888;
  margin-top: 7px;
  transition: all 0.5s ease;
  opacity: 0.6;
}
.prc-table__show-buttons span:hover {
  opacity: 1;
}
.prc-table__show-buttons span::before, .prc-table__show-buttons span::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  background: #888888;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.prc-table__show-buttons span::before {
  top: -5px;
}
.prc-table__show-buttons span::after {
  bottom: -5px;
}
.prc-table__direct-order-info {
  float: left;
  padding: 10px;
  width: 10%;
  min-width: 90px;
  box-sizing: border-box;
  position: relative;
}
.prc-table__direct-order-info::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  background: #e4e4e2;
  right: 1px;
}
.prc-table__direct-ordername {
  font-weight: bold;
  color: #545454;
}
.prc-table__direct-actions {
  float: right;
  width: 22px;
  padding-left: 20px;
}
.prc-table__direct-actions .item-restore {
  display: none;
}
.prc-table__direct-actions .item-restore::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 3px solid gray;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-right-color: rgba(128, 128, 128, 0.4);
  -webkit-animation: rotate 2s ease-in 0s infinite;
  -moz-animation: rotate 2s ease-in 0s infinite;
  -ms-animation: rotate 2s ease-in 0s infinite;
  animation: rotate 2s ease-in 0s infinite;
  opacity: 0;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
}
.prc-table__direct-actions .item-restore.loading {
  background: transparent;
}
.prc-table__direct-actions .item-restore.loading::after {
  opacity: 1;
}
.prc-table__direct-actions .item-remove {
  width: 20px;
  height: 20px;
  background: url("//s.exist.ru/img2/iframe-close.png") center center no-repeat;
  background-size: 15px;
  opacity: 1;
  border-radius: 3px;
  opacity: 0.8;
  margin-left: 20px;
  display: none;
}
.prc-table__direct-actions .item-remove:hover {
  opacity: 1;
}
.prc-table__direct-actions .item-remove--cont-recieve {
  border-radius: 0 3px 3px 0;
}
.prc-table__direct-actions .item-remove.loading {
  background: #e2e2e2;
}
.prc-table__direct-actions .item-remove.loading::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-right-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: rotate 2s ease-in 0s infinite;
  -moz-animation: rotate 2s ease-in 0s infinite;
  -ms-animation: rotate 2s ease-in 0s infinite;
  animation: rotate 2s ease-in 0s infinite;
  opacity: 0;
  transition: all 0.3s ease;
  top: 27%;
  left: 34%;
  opacity: 1;
}
.prc-table__direct-client-container {
  float: left;
  width: calc(80% - 42px);
}
.prc-table__direct-client-info {
  float: left;
  background: #ebf2f3;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
.prc-table__direct-client-info-list {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.prc-table__direct-client-info-list:last-of-type {
  margin-bottom: 0;
}
.prc-table__direct-client-info-list--user i {
  background: url(//s.exist.ru/img2/icons.png) -238px top no-repeat;
}
.prc-table__direct-client-info-list--phone i {
  background: url(//s.exist.ru/img2/icons.png) -432px top no-repeat;
}
.prc-table__direct-client-info-list i {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.prc-table__direct-roll-link {
  float: left;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #256892;
  display: none;
}
.prc-table__toggle-container {
  float: right;
  width: 35px;
  height: 35px;
  background: #f5f5f5 url("//s.exist.ru/img2/icons/ddl.svg") center center no-repeat;
  border-radius: 50%;
  background-size: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: -15px;
}
.prc-table__toggle-container:hover {
  background-color: rgb(237.65, 237.65, 237.65);
}
.prc-table__direct-order-container {
  width: 100%;
  clear: both;
  float: left;
  transition: all 0.5s ease;
}
.prc-table__direct-order-container.flashing.js-OrderConfirmed {
  background: #e6f7ed;
}
.prc-table__direct-order-container.flashing.js-CancelByShopFromUndone, .prc-table__direct-order-container.flashing.js-CancelByClientFromContactsReceived, .prc-table__direct-order-container.flashing.js-CancelByShopFromContatcsReceived {
  background: #ffebe1;
}
.prc-table__direct-order-container.flashing.selected {
  background: #fbefc0;
}
.prc-table__direct-order-container.loading {
  pointer-events: none;
  opacity: 0.5;
}
.prc-table__direct-order-container--user-orders .prc-table__direct-point-info {
  float: left;
  padding: 10px;
  width: 20%;
  min-width: 90px;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
}
.prc-table__direct-order-container--user-orders .prc-table__item-info {
  width: 45% !important;
}
.prc-table__direct-order-container--user-orders .prc-table__cust-info {
  width: 25% !important;
}
.prc-table__direct-order-container--user-orders .prc-table__prices {
  width: 50% !important;
}
.prc-table__direct-orders-counter {
  position: relative;
  display: inline-block;
  background: #cc5e5e;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 0 4px;
  border-radius: 3px;
  top: -7px;
  margin-left: 3px;
  transition: all 0.2s ease;
}
.prc-table__direct-orders-counter.flashing {
  background: #f5b471;
  transform: scale(1.2);
}
.prc-table__direct-client-info-ph {
  display: none;
}
.prc-table__direct-scroll-links {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  background: #fff;
  padding: 20px 20px 0 20px;
}
.prc-table__direct-scroll-links a {
  display: inline-block;
  margin-left: 15px;
  border-bottom: 1px dashed;
  margin-top: 5px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #363636;
}
.prc-table__direct-scroll-links.sticked {
  z-index: 60 !important;
  margin-top: 0;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.prc-table .cancel-order {
  background: #fff;
  width: 280px;
  left: -280px;
  top: 5px;
  position: absolute;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.prc-table .cancel-order::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  top: 10px;
  right: -16px;
}
.prc-table .cancel-order__option {
  border-bottom: 1px solid #e4e4e2;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #363636;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  transition: all 0.3s ease;
}
.prc-table .cancel-order__option:hover {
  background: #f5f5f5;
}
.prc-table .cancel-order__sub {
  font-size: 11px;
  color: gray;
  text-transform: none;
  font-weight: normal;
  float: left;
  clear: both;
}
.prc-table__direct-points-DDL {
  float: left;
  width: 190px;
  margin-left: 20px;
  margin-top: -5px;
}
.prc-table__direct-action-button {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
.prc-table__direct-action-button i {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  margin-bottom: -12px;
  top: -3px;
  background-size: 26px !important;
}
.prc-table__direct-action-button--set-in-work {
  background: #daaf4e;
}
.prc-table__direct-action-button--set-in-work i {
  background: url(//s.exist.ru/img2/icons/direct-order-user.svg) center center no-repeat;
}
.prc-table__direct-action-button--set-in-work:hover {
  color: #fff;
  background-color: rgb(207.1, 166.25, 74.1);
}
.prc-table__direct-action-button--get-done {
  background: #87d8a2;
}
.prc-table__direct-action-button--get-done i {
  background: url(//s.exist.ru/img2/icons/direct-order-done.svg) center center no-repeat;
}
.prc-table__direct-action-button--get-done:hover {
  color: #fff;
  background-color: rgb(128.25, 205.2, 153.9);
}
.prc-table__adding-error-container {
  position: absolute;
  width: 273px;
  right: 0;
  top: 35px;
  background: #feefef;
  padding: 4px 15px;
  border-radius: 5px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #c54141;
  border: 1px solid rgb(237.6, 198, 198);
  z-index: 4;
}
.prc-table__adding-error-container.visible {
  visibility: visible;
  opacity: 1;
  max-height: none;
}
.prc-table__basket-office {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e4e4e2;
}
.prc-table__basket-office:last-of-type {
  border: none;
}
.prc-table--checkorder .prc-table__price, .prc-table--checkorder .prc-table__sumprice {
  width: 50%;
  text-align: center;
}
.prc-table--checkorder .prc-table__price::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 12px;
  background: url(//s.exist.ru/img2/iframe-close.png) center center no-repeat;
  top: 5px;
  left: -23%;
}
.prc-table--checkorder .prc-table__price {
  position: relative;
}
.prc-table--checkorder .prc-table__price a, .prc-table--checkorder .prc-table__price span {
  white-space: nowrap;
}
.prc-table--checkorder .prc-table__price a {
  position: absolute;
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 10px;
  color: darkred;
  top: -11px;
  left: 50%;
}
.prc-table .item-remove, .prc-table .addnote, .prc-table .item-edit, .prc-table .addblog, .prc-table .item-restore, .prc-table .item-move, .prc-table .send-on-direct, .prc-table .addrating, .prc-table .return-order {
  float: right;
}
.prc-table .item-edit, .prc-table .addnote, .prc-table .addblog, .prc-table .item-move, .prc-table .send-on-direct, .prc-table .addrating, .prc-table .return-order {
  margin-right: 10px;
}
@media only screen and (min-width: 850px) {
  .prc-table--orders .prc-table__item-info, .prc-table--orders .prc-table__cust-info {
    width: 50%;
  }
}
.prc-table--orders .prc-table__prices {
  width: 20%;
}
.prc-table--orders .prc-table__deliv-days {
  width: 50%;
}
.prc-table--direct-orders {
  overflow: hidden;
  max-height: 999999999px;
  transition: max-height 0.3s ease;
}
.prc-table--direct-orders .prc-table__item-info {
  width: 50%;
}
.prc-table--direct-orders .prc-table__cust-info {
  width: 40%;
  position: relative;
}
.prc-table--direct-orders .prc-table__prices {
  float: left;
}
.prc-table--direct-orders .prc-table__prices .prc-table__sumprice {
  text-align: left;
}
.prc-table--direct-orders .prc-table__amount {
  width: 15%;
}
.prc-table--direct-orders .prc-table__description {
  width: 50%;
}
.prc-table--direct-orders .prc-table__row:hover {
  background: transparent;
}
.prc-table--direct-orders .prc-table__deliv-days {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: gray;
  background-size: 14px;
  padding-left: 18px;
  height: 17px;
}
.prc-table--direct-orders .js-ContactsReceived .item-remove--cont-recieve {
  display: block;
  z-index: 2;
}
.prc-table--direct-orders .js-ContactsReceived .item-remove--cont-recieve.active {
  opacity: 1;
}
.prc-table--direct-orders .js-ContactsReceived .item-remove--cont-recieve.active .cancel-order {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.prc-table--direct-orders .js-Undone .prc-table__direct-roll-link {
  display: block;
}
.prc-table--direct-orders .js-Undone .item-remove {
  display: block;
}
.prc-table--direct-orders .js-Undone .item-remove--cont-recieve {
  display: none;
}
.prc-table--direct-orders .js-ContactsReceived .prc-table__direct-client-info, .prc-table--direct-orders .js-OrderConfirmed .prc-table__direct-client-info {
  display: block;
}
.prc-table--direct-orders .js-ContactsReceived .prc-table__direct-action-button--set-in-work {
  display: block;
}
.prc-table--direct-orders .js-OrderConfirmed .prc-table__direct-action-button--get-done {
  display: block;
}
.prc-table--direct-orders .js-CancelByShopFromUndone .item-restore {
  display: block;
}
.prc-table--direct-orders .js-CancelByShopFromUndone .item-restore--cont-recieve {
  display: none;
}
.prc-table--direct-orders .js-CancelByShopFromUndone .prc-table__direct-roll-link {
  display: none;
}
.prc-table--direct-orders .js-CancelByShopFromUndone .prc-table__direct-client-info-ph {
  display: block;
}
.prc-table--direct-orders .js-CancelByClientFromContactsReceived .prc-table__direct-client-info-ph,
.prc-table--direct-orders .js-CancelByShopFromContatcsReceived .prc-table__direct-client-info-ph {
  display: block;
}
.prc-table--direct-orders .js-CancelByClientFromContactsReceived .item-restore--cont-recieve,
.prc-table--direct-orders .js-CancelByShopFromContatcsReceived .item-restore--cont-recieve {
  display: block;
}
.prc-table--direct-orders.hd {
  max-height: 75px;
}
.prc-table--direct-orders.hd .prc-table__toggle-container {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.prc-table--basket .prc-table__price, .prc-table--basket .prc-table__sumprice {
  width: 50%;
  text-align: center;
}
.prc-table--basket .prc-table__rightDummy {
  width: 60px;
  float: right;
}
.prc-table--basket .prc-table__price {
  position: relative;
}
.prc-table--basket .prc-table__price a, .prc-table--basket .prc-table__price span {
  white-space: nowrap;
}
.prc-table--basket .prc-table__price a {
  position: absolute;
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 10px;
  color: darkred;
  top: -11px;
  left: 50%;
}
@media only screen and (min-width: 850px) {
  .prc-table--basket .prc-table__item-info, .prc-table--basket .prc-table__cust-info {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .prc-table--basket {
    border-bottom: 2px solid #e4e4e2;
  }
  .prc-table--basket .prc-table__row--header {
    display: none;
  }
  .prc-table--basket .prc-table__row {
    border-top: 2px solid #e4e4e2;
    border-bottom-width: 0;
  }
  .prc-table--basket .prc-table__item-info {
    border-bottom: 1px solid #e4e4e2;
  }
  .prc-table--basket .prc-table__price {
    display: none;
  }
  .prc-table--basket .prc-table__prices {
    width: 30%;
  }
  .prc-table--basket .prc-table__sumprice {
    text-align: left;
    width: 100%;
  }
  .prc-table--basket .prc-table__art-name, .prc-table--basket .prc-table__description {
    width: 50%;
  }
  .prc-table--basket .prc-table__deliv-days {
    margin-right: 0;
    padding-left: 25px;
  }
}
.prc-table--basket .prc-table__amount {
  width: 15%;
  min-width: 84px;
}
.prc-table--basket .prc-table__amount .DDL {
  position: relative;
  margin-top: -10px;
  top: 5px;
}
.prc-table--basket .prc-table__deliv-days {
  position: relative;
}
.prc-table--basket .prc-table__border-info {
  display: none;
  position: absolute;
  padding: 10px 15px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  width: 280px;
  z-index: 2;
  background: #f4f2e9;
  top: 25px;
  left: 0;
  color: #363636;
  cursor: pointer;
}
.prc-table--basket .prc-table__border-info:hover {
  color: #363636;
}

.data-row.header {
  padding: 10px 20px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4a4a4a;
  box-sizing: border-box;
  background-color: #f2efe9;
  z-index: 2;
}

.data-row.header.hd {
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.2s ease;
}
.data-row.header.hd.sticked {
  max-height: 40px;
  opacity: 1;
  padding: 10px 20px;
}

.prc-table--orders .prc-table__addbuttons,
.prc-table--basket .prc-table__addbuttons,
.prc-table--notepad .prc-table__addbuttons {
  visibility: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-left: 0;
}
@media only screen and (max-width: 850px) {
  .prc-table--orders .prc-table__addbuttons,
  .prc-table--basket .prc-table__addbuttons,
  .prc-table--notepad .prc-table__addbuttons {
    margin-top: -30px;
    margin-right: 22px;
  }
}

@media only screen and (max-width: 850px) {
  .prc-table__item-info, .prc-table__cust-info {
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .prc-table__deliv-days {
    min-width: 0;
  }
}
/*Таблица-прайс*/
/*Страница Мои точки*/
.mysrv {
  clear: both;
  overflow: hidden;
  border-bottom: 1px dotted #e4e4e2;
  padding: 15px 0;
  margin: 0;
}
.mysrv:last-of-type {
  border: none;
}
.mysrv:hover .actionButtons {
  opacity: 1;
}
.mysrv .actionButtons {
  float: right;
  width: 72px;
  opacity: 0.5;
}
.mysrv .actionButtons a {
  float: left;
  width: 26px;
  height: 26px;
  background: url("//s.exist.ru/img2/points.png") no-repeat;
}
.mysrv .actionButtons a.perm {
  margin-left: 20px;
}
.mysrv .description {
  float: left;
}
.mysrv .description span {
  clear: both;
  color: gray;
}
.mysrv__data {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
.mysrv__data .a {
  background-position: -416px top;
  float: left;
  margin-right: 5px;
}
.mysrv__point-info {
  float: left;
  width: 50%;
}
.mysrv__subtitle {
  float: left;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: gray;
  clear: both;
}
.mysrv__addition-buttons {
  float: left;
  width: calc(50% - 72px);
}
.mysrv__addition-buttons--service-on, .mysrv__addition-buttons--service-off {
  margin-top: 5px;
  padding-left: 22px;
}
.mysrv__addition-buttons--service-on {
  background: url(//s.exist.ru/img2/icons/checked-symbol.svg) left center no-repeat;
  background-size: 18px;
  color: green;
}
.mysrv__addition-buttons--service-off {
  background: url(//s.exist.ru/img2/icons/cancel.svg) left center no-repeat;
  background-size: 18px;
  color: #cc5e5e;
}
.mysrv__point-name {
  float: left;
}
.mysrv__button {
  float: left;
  width: 33.3%;
  margin-bottom: 5px;
}
.mysrv__button i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.mysrv__button--orders i {
  background: url(//s.exist.ru/img2/icons/points-orders.svg) center center no-repeat;
  background-size: 16px;
}
.mysrv__button--stats i {
  background: url(//s.exist.ru/img2/icons/points-stats.svg) center center no-repeat;
  background-size: 16px;
}
.mysrv__button--prices i {
  background: url(//s.exist.ru/img2/icons/points-prices.svg) center center no-repeat;
  background-size: 16px;
}
.mysrv__button--events i {
  background: url(//s.exist.ru/img2/icons/points-events.svg) center center no-repeat;
  background-size: 16px;
}
.mysrv__button--errors i {
  background: url(//s.exist.ru/img2/icons/points-errors.svg) center center no-repeat;
  background-size: 16px;
}

.refund-ofc {
  float: left;
  margin-bottom: 15px;
}
.refund-ofc dt {
  float: left;
  color: gray;
}
.refund-ofc dd {
  float: left;
}

.balance-block {
  float: left;
  width: 50%;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  box-sizing: border-box;
  padding-right: 40px;
}
.balance-block__step {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.balance-block__step-num {
  float: left;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
  border: 2px solid #b9b9b9;
  border-radius: 50%;
  margin-right: 10px;
  color: #969696;
  font-family: Arial, Tahoma sans-serif;
}
.balance-block__step-content {
  float: left;
  padding-top: 4px;
}
.balance-block__step-content input[type=file] {
  display: none;
}
.balance-block__step-content label {
  margin-bottom: 5px;
}
.balance-block__history-container {
  max-height: 350px;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 20px;
}
.balance-block__action-btn {
  float: left;
  clear: both;
  background: #fff589;
  color: #363636;
  padding: 7px 20px;
  -webkit-transition: all, 0.3s ease;
  -moz-transition: all, 0.3s ease;
  -o-transition: all, 0.3s ease;
  transition: all, 0.3s ease;
  cursor: pointer;
}
.balance-block__action-btn.aspNetDisabled, .balance-block__action-btn.aspNetDisabled:hover {
  background: #efefef;
  color: #9a9a9a;
  cursor: default;
}
.balance-block__action-btn.invalid {
  background: #fbc4c4;
}
.balance-block__action-btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 20px;
  margin-bottom: -5px;
}
.balance-block__action-btn--print i {
  background: url(//s.exist.ru/img2/icons/printer.svg) no-repeat;
}
.balance-block__action-btn--attach i {
  background: url(//s.exist.ru/img2/icons/attachment.svg) no-repeat;
}
.balance-block__action-btn:hover {
  background: #f7ec72;
}
.balance-block__action-btn--refund, .balance-block__action-btn--replenish {
  width: 72px;
  text-align: center;
  margin-left: 20px;
  padding: 7px 15px;
}
.balance-block__action-btn--refund {
  padding: 0;
  background: transparent;
  color: #256892;
  margin: 0;
  width: auto;
  float: left;
  margin-top: 7px;
}
.balance-block__action-btn--refund:hover {
  background: transparent;
  color: #c54141;
}
.balance-block__action-btn--replenish {
  background: #69c6a0;
  float: right;
  margin: 0;
  clear: none;
  color: #fff;
}
.balance-block__action-btn--replenish:hover {
  background: rgb(99.75, 188.1, 152);
  color: #fff;
}
.balance-block__step-text {
  float: left;
  margin-bottom: 10px;
}
.balance-block__submit-btn {
  width: 100%;
  text-transform: uppercase;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 18px;
  text-align: center;
  background: #eee !important;
  color: #363636 !important;
  height: 50px !important;
  margin-top: 15px;
}
.balance-block__submit-btn.active {
  background-color: #fff589 !important;
}
.balance-block .phUpload .bBn {
  width: 100%;
  text-transform: uppercase;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 18px;
  text-align: center;
  background: #fff589 !important;
  color: #363636 !important;
  height: 50px !important;
  margin-top: 15px;
  margin: 0 0 15px 0;
}
.balance-block .phUpload[disabled] .bBn {
  width: 100%;
  text-transform: uppercase;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 18px;
  text-align: center;
  background: #eee !important;
  color: #363636 !important;
  height: 50px !important;
  margin-top: 15px;
  margin: 0 0 15px 0;
}
.balance-block .phUpload dd {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.balance-block h3 {
  font-size: 18px;
  margin: 30px 0 10px;
}
.balance-block .ZeForm {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.balance-block .ZeForm > div {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 15px;
}
.balance-block .ZeForm > div > div {
  flex-grow: 1;
  width: 130px;
  display: flex;
  align-items: flex-end;
}
.balance-block .ZeForm > div > span {
  font-size: 22px;
  font-family: Roboto, Arial, Tahoma, sans-serif;
}
.balance-block .ZeForm.refund, .balance-block .ZeForm.refund > div > div > span {
  background-color: #ffdede;
}
.balance-block__tab-container {
  margin-bottom: 20px;
}
.balance-block__tab {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-style: italic;
  background: #eee;
  border-radius: 3px;
  padding: 3px 16px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.balance-block__tab:hover {
  background: rgb(226.1, 226.1, 226.1);
}
.balance-block__tab.active {
  background: #9aa8b1;
  color: #fff;
  cursor: default;
}
.balance-block__info {
  background: #efe8c6 url("//s.exist.ru/img2/icons/warning.svg") 15px 10px no-repeat;
  background-size: 32px;
  padding: 10px 20px 10px 60px;
  margin-bottom: 20px;
}
.balance-block.cashless .cash-only {
  display: none;
}
.balance-block.cash .cashless-only {
  display: none;
}
.balance-block--auto, .balance-block--manual {
  border-top: 1px solid #e4e4e2;
}
.balance-block--stats {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.balance-block--stats .ZeForm > div > div > span {
  background: #f5f5f5;
}
.balance-block--history .ZeForm > div, .balance-block--requisites .ZeForm > div {
  margin-bottom: 0;
}
.balance-block--history .ZeForm > div > span, .balance-block--requisites .ZeForm > div > span {
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif;
}
.balance-block--score {
  width: 100%;
}
.balance-block--score .ZeForm {
  width: 100%;
}
.balance-block--score .ZeForm > div {
  width: 100%;
  clear: none;
}
.balance-block--score .ZeForm > div > div {
  background: url(//s.exist.ru/img/dots.gif) repeat-x bottom right;
}
.balance-block--score .ZeForm > div > span {
  margin-top: 5px;
  white-space: nowrap;
}
.balance-block--score .ZeForm .balance-block__action-btn {
  float: left;
  clear: none;
}
.balance-block__success {
  background: #d4eca2 url(//s.exist.ru/img/status2.gif) no-repeat left;
  padding: 10px 41px;
  margin-top: 20px;
  border-radius: 5px;
}
.balance-block__or {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.balance-block__or::before, .balance-block__or::after {
  content: "—";
  color: #bbb;
  margin: 0 10px;
}
@media only screen and (max-width: 850px) {
  .balance-block {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}

.refund-ex {
  width: 710px;
}
.refund-ex__to {
  width: 100%;
  margin-bottom: 25px;
}
.refund-ex__header {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

/*IFRAME*/
.temp-container {
  z-index: 99;
  width: 100%;
  min-height: 100%;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1px;
  /**/
}
.temp-container .popwinbackmain {
  background: black;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  display: none;
  z-index: 55;
}
.temp-container .popwinbackmain.loading {
  background: rgba(0, 0, 0, 0.4) url(//s.exist.ru/img/loader2.gif) center center no-repeat;
}
.temp-container #moveframe {
  cursor: move;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 20px;
  margin-bottom: -20px;
  width: calc(100% - 21px);
}
.temp-container #fancybox-frame {
  background: url("//s.exist.ru/img/loading.gif") no-repeat 50px 50px;
}
.temp-container #tip_f {
  clear: both;
  background-color: #fff;
  overflow: auto;
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.temp-container #frame-loading {
  width: 100px;
  height: 50px;
  position: absolute;
  display: none;
  background: url("//s.exist.ru/img/loading.gif") no-repeat 10px 10px;
}
.temp-container .float-title {
  position: absolute;
  display: none;
  z-index: 999;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  line-height: 0;
  background-color: #fff;
  margin: 0;
  padding: 15px;
  transition: opacity 0.4s ease;
  box-sizing: border-box;
  border-radius: 3px;
}
.temp-container .float-title.centerLayer {
  position: fixed;
  -ms-transform: translate(-50%, -50%);
}
.temp-container .float-title.main::after {
  content: "";
  display: block;
  position: absolute;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent #fff;
  top: -22px;
  left: 21px;
}
.temp-container .float-title.main::before {
  content: "";
  position: absolute;
  border-width: 11px;
  border-style: solid;
  border-color: #fff transparent transparent;
  bottom: -22px;
  left: 21px;
  opacity: 0;
}
.temp-container .float-title.main.float-title--left::after {
  left: auto;
  right: 21px;
}
.temp-container .float-title.main.float-title--top::after {
  display: none;
}
.temp-container .float-title.main.float-title--top::before {
  opacity: 1;
}
.temp-container .float-title.main.float-title--left.float-title--top::before {
  left: auto;
  right: 22px;
}
.temp-container .float-title .close-btn, .temp-container .popwin .close-btn {
  background: url("//s.exist.ru/img2/iframe-close.png") 0 0 no-repeat;
  cursor: pointer;
  text-align: right;
  height: 15px;
  width: 15px;
  margin: 0;
  position: relative;
  margin: 2px 2px 0 0;
  padding: 3px;
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 10px;
}
.temp-container .float-title #form1 {
  padding: 15px;
}
.temp-container .float-title .close-btn:hover {
  opacity: 0.8;
}
.temp-container #frame-container {
  margin: 0 !important;
}
.temp-container .move {
  cursor: move !important;
}
.temp-container .float-title td[style="cursor:move"] {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.temp-container .float-title td[style="cursor:move"]:hover {
  background: #f5f5f5;
}
.temp-container .iframe-layer {
  clear: both;
}
.temp-container .float-title .counter {
  display: none;
}
.temp-container #datalayer {
  padding: 15px;
}
.temp-container .fancybox-title-over {
  margin-left: 40px !important;
  bottom: 40px !important;
}

/* POPWIN */
.popwinback {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}

.popwin h3 {
  float: left;
  padding: 3px 0;
  margin-top: 0;
  font-size: 15px;
  font-weight: normal;
  color: #c54141;
  margin-bottom: 5px;
}

.popwin .drop-car {
  margin: 3px 0;
  padding: 0;
  float: right;
  cursor: pointer;
}

.popwin ul {
  clear: both;
  zoom: 1;
  overflow: auto;
  max-height: 295px;
}

.popwin ul li {
  width: 95%;
  overflow: hidden;
}

.popwin ul li > a:first-child {
  display: block;
  width: 100%;
  clear: both;
  border: 1px none;
  overflow: hidden;
}

.popwin ul li a {
  cursor: pointer;
}

.popwin ul li a:hover {
  text-decoration: none;
}

.popwin ul li a div {
  float: left;
  width: 150px;
  height: 100px;
}

.popwin ul li a div.noimg {
  background: url(//s.exist.ru/img2/nocar.png) no-repeat left top;
}

.popwin ul li a div img {
  border-radius: 5px;
}

.popwin ul li a dl dt.h {
  color: #363636;
  font-weight: bold;
  padding-bottom: 10px;
}

.popwin ul li a dl {
  float: left;
  padding-left: 5px;
  color: #666;
  font-size: 11px;
  width: 225px;
}

.popwin ul li a dl dt {
  clear: left;
  float: left;
  padding-right: 5px;
}

.popwin ul li a dl dd {
  font-weight: bold;
  float: left;
}

.popwin .cell .select {
  display: block;
  margin-left: 0;
}

.popwin .cell:hover {
  border-color: #e4e4e2;
}

.popwin .cell:hover .select {
  background-color: #526C91;
}

.popwin .vinBtSel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #579029;
  color: #fff;
  padding: 0 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 11px;
}

.popwin textarea {
  width: 100%;
  height: 100px;
  overflow: auto;
  box-sizing: border-box;
}

.popwin {
  position: absolute;
  width: 460px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  background: White;
  padding: 20px 20px 20px;
  z-index: 50;
  overflow: hidden;
  left: calc(50% - 210px);
  top: 30%;
}

.popwin.garage .garageLink {
  text-transform: none;
  margin-top: 3px;
  margin-left: 50px;
  display: inline-block;
}

.popwin.garage .secBtn.cancel {
  float: right;
  clear: both;
  margin-bottom: 5px;
  margin-right: 20px;
}

.popwin.garage .closeButton {
  background: url("//s.exist.ru/img2/iframe-close.png") no-repeat;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 5px;
  z-index: 61;
  top: 10px;
  cursor: pointer;
}

.popwin.garage .searchDiv {
  clear: both;
}

.garageCars {
  float: left;
  width: 100%;
  clear: both;
  max-height: 400px;
  overflow: auto;
  margin-bottom: 50px;
}

.popwin.garage .loadmore {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #f5f5f5;
  text-transform: uppercase;
  font-size: 12px;
  color: gray;
  margin-bottom: 20px;
  cursor: pointer;
}

.popwin.garage .loadmore:hover {
  background: #e4e4e2;
}

/*IFRAME*/
/* адрес доставки */
.address-form {
  margin-bottom: 15px;
}

.address-input {
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.address-input--city {
  width: 40%;
  padding-right: 15px;
}
.address-input--street {
  width: 60%;
}
.address-input--house, .address-input--office, .address-input--str, .address-input--kor {
  padding-right: 15px;
  width: 17%;
}
.address-input--post {
  width: 32%;
}
.address-input--comment {
  width: 100%;
}
.address-input * {
  float: left;
  clear: both;
  width: 100%;
}
.address-input div {
  text-transform: uppercase;
  color: gray;
  font-size: 10px;
  line-height: 14px;
}

/* адрес доставки */
/*Корзина в прайсе*/
td.basket a, td.tablecart a {
  width: 37px;
  height: 30px;
  display: inline-block;
  border-radius: 2px;
  background: #F7D881 url(//s.exist.ru/img2/icons-new.png) -4px -231px no-repeat;
  opacity: 0.7;
  position: relative;
  float: right;
}

tr:hover td.basket a {
  opacity: 1;
}

td.basket a:hover {
  background: #f0ca5a url(//s.exist.ru/img2/icons-new.png) -4px -231px no-repeat;
}

td.basket a.inbasket, td.tablecart a.inbasket, td.inBasket a {
  width: 37px;
  height: 30px;
  display: inline-block;
  border-radius: 2px;
  border-color: #83b880;
  background: #83b880 url(//s.exist.ru/img2/icons-new.png) -4px -1040px no-repeat;
  opacity: 1;
  position: relative;
  float: right;
}

td.basket a i {
  position: absolute;
  right: -12px;
  top: -7px;
  display: inline-block;
  background: #e67a7d;
  color: #fff;
  font-size: 12px;
  padding: 0 7px;
  border-radius: 15px;
  line-height: 19px;
  font-style: normal;
}

td.artMerge {
  background-color: #fff;
}

/*Корзина в прайсе*/
/*Tablerow*/
.mainpage_column1 {
  vertical-align: text-bottom;
  border: 0px solid black;
  float: left;
  width: 200px;
  padding: 0 10px 0 0;
  background: url("//s.exist.ru/img/dots.gif") repeat-x bottom right;
}

.mainpage_column2 {
  border: 0px solid black;
  float: left;
  text-align: left;
}

.mainpage_column3 {
  float: left;
  border: 0px solid black;
}

.mainpage_column4 {
  border: 0px solid black;
  float: right;
  width: 300px;
  vertical-align: top;
  height: auto;
}

.c1_text {
  background-color: #fff;
  color: gray;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
}

.tablerow {
  /*line-height:1.1em;*/
  margin-top: 10px;
  height: auto;
  clear: both;
  zoom: 1;
  float: left;
}

.tablerowheader {
  clear: both;
  font-weight: bold;
  padding: 10px 0 0 0;
}

/*Tablerow*/
/*Аккордион*/
.expanded {
  background: url("//s.exist.ru/img/toggleup.png") 0px 20px no-repeat;
}

.collapsed {
  background: url("//s.exist.ru/img/toggledown.png") 4px 20px no-repeat;
}

.child td:first-child {
  padding-left: 18px;
}

/*Аккордион*/
/*Zeform*/
.ZeForm > div {
  clear: left;
  line-height: 20px;
  float: left;
}

.ZeForm > h2 {
  clear: left;
  font-size: 1.2em;
}

.ZeForm > div > span {
  top: 0px;
  margin-top: 5px;
  float: left;
}

.ZeForm > div > div {
  margin-bottom: 1px;
  float: left;
  background: url("//s.exist.ru/img/dots.gif") repeat-x bottom right;
  width: 200px;
}

.ZeForm > div > div > span {
  top: 4px;
  background-color: #fff;
  padding: 0 4px 2px 0;
  line-height: 27px;
  position: relative;
  color: gray;
  font-size: 13px;
  font-weight: bold;
}

.ZeForm select {
  width: 192px;
}

/*Zeform*/
/*ValSum*/
.valSummary {
  background: #feefef;
  margin-top: 10px;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
}

.valSummary b {
  font-weight: normal;
  font-size: 15px;
  color: #900;
}

.valSummary li {
  padding: 0 0 0 20px;
  background: url(//s.exist.ru/img/bullet-2.gif) no-repeat 9px 6px;
}

/*ValSum*/
.wCheck {
  background: rgb(201, 85, 80);
  border: 1px solid #900;
  padding: 5px 10px;
  float: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.wCheck:hover {
  text-decoration: none !important;
  background: #cf615c;
  color: #fff;
}

.wCheck:hover i {
  background-position: -544px -16px;
}

.wCheck i {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(//s.exist.ru/img2/icons.png) -544px top no-repeat;
  margin: 0 5px -4px 0;
}

.vinBtn {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e6e6e6",GradientType=0 ); /* IE6-9 */
  border: 1px solid #d0d0d0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.vinBtn:hover {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 65%, #e6e6e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(65%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 65%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 65%, #e6e6e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 65%, #e6e6e6 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 65%, #e6e6e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=0 ); /* IE6-9 */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: 1px solid #c5c5c5;
}

.order-wizard {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.order-wizard h1 {
  margin: 0 !important;
}
.order-wizard__item {
  float: left;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  color: #aaa;
  margin-right: 60px;
  position: relative;
}
.order-wizard__item--current-step .order-wizard__number {
  border-color: #256892;
  color: #256892;
}
.order-wizard__item::before, .order-wizard__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid;
  right: -30px;
}
.order-wizard__item::after {
  border-color: transparent #aaa transparent transparent;
  transform: rotate(45deg);
  transform: rotate(30deg);
  bottom: 1px;
}
.order-wizard__item::before {
  border-color: transparent #aaa transparent transparent;
  transform: rotate(-30deg);
}
.order-wizard__item:last-of-type::after, .order-wizard__item:last-of-type::before {
  display: none;
}
.order-wizard__number {
  float: left;
  font-size: 16px;
  border: 1px solid #aaa;
  padding: 4px 10px;
  border-radius: 50%;
  margin-right: 5px;
  width: 10px;
  height: 21px;
  text-align: center;
}
.order-wizard__step {
  float: left;
  margin-top: 2px;
}
.order-wizard__step span {
  display: inline-block;
  line-height: 25px;
}

/*Warning Messages*/
@keyframes flipIn {
  from {
    transform: rotateX(180deg);
  }
  to {
    transform: rotateX(0);
  }
}
.master-message {
  padding: 40px 10px 10px 10px;
  margin: 10px 0 20px 50px;
  display: block;
  font-weight: normal;
  z-index: 999;
  position: fixed;
  top: 20px;
  right: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.3);
  width: 545px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 850px) {
  .master-message {
    width: 65%;
  }
}
.master-message li {
  transition: all 0.3s ease;
}
.master-message.rolled {
  right: -535px;
}
@media only screen and (max-width: 850px) {
  .master-message.rolled {
    right: -100%;
  }
}
.master-message.rolled li {
  opacity: 0;
}
.master-message--error {
  background: #ffd6bc url(//s.exist.ru/img/status-e.png) no-repeat left top;
  color: #363636;
}
.master-message--success {
  background: #d4eca2 url(//s.exist.ru/img/status2.gif) no-repeat left;
  color: #363636;
  padding: 20px 10px 10px 40px;
}
.master-message--information {
  background: #c4e0ff url(//s.exist.ru/img/status-i.png) no-repeat left top;
  color: #363636;
}
.master-message--information a {
  text-decoration: underline;
}
.master-message--warning {
  background: #ffe39d url(//s.exist.ru/img/status-w.png) no-repeat left top;
  color: #363636;
}
.master-message.fade-in {
  animation: flipIn 0.4s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.master-message.fade-out {
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/*Warning messages*/
.SortCommands {
  margin: 10px 0 10px;
}
.SortCommands > span {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: gray;
  margin-right: 10px;
}
.SortCommands .asc, .SortCommands .desc {
  border-bottom: 2px solid #fae3bb;
  padding-bottom: 3px;
}
.SortCommands .asc::before, .SortCommands .desc::before {
  content: "";
  display: inline-block;
  background: url(//s.exist.ru/img2/icons.png) no-repeat;
  width: 8px;
  height: 4px;
  margin-bottom: 1px;
}
.SortCommands .desc::before {
  background-position: -592px -16px;
}
.SortCommands .asc::before {
  background-position: -592px -20px;
}

/*CSearch*/
#ucSearch {
  display: inline-block;
  position: relative;
}

.cSearchTip {
  border: 1px solid #e4e4e2;
  padding: 5px;
  color: #4d6280;
  display: block;
  text-align: left;
  position: absolute;
  top: 27px;
  left: 3px;
  z-index: 999999;
  background-color: White;
  min-width: 213px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.cSearchTip li {
  list-style-type: none;
  list-style: none;
  padding: 2px 5px;
  cursor: pointer;
}
.cSearchTip li :hover {
  background: #f5f5f5;
}
.cSearchTip li.sel {
  background-color: #f5f5f5;
}
.cSearchTip li a {
  display: block;
}
.cSearchTip li a :hover {
  text-decoration: none;
}
.cSearchTip li.ByArtcle2 a {
  background-color: #fff190;
}
.cSearchTip li.ByArtcle2 a:hover {
  background-color: rgb(242.25, 228.95, 136.8);
}

.autosearch {
  display: inline-block;
  position: relative;
}

.catalog-column {
  float: left;
  width: 19.9%;
}

.catalog-column ul {
  width: 100%;
}

.catalog-column ul li {
  width: 100%;
  float: left;
  padding: 2px 0;
}

.catalog-column ul li a {
  text-decoration: none;
}

.catalog-column ul li a:hover {
  text-decoration: underline;
}

.top-r {
  padding: 20px 0 20px 50px;
  clear: both;
  background: #fff;
  padding-left: 50px;
  margin-bottom: 25px;
  overflow: hidden;
}

/* TREE */
ul.tree {
  padding: 0 0 10px;
  margin-top: 5px;
}

ul.tree div {
  padding: 2px 0 2px 15px;
  cursor: pointer;
  background: url("//s.exist.ru/img/toggledown.png") 4px no-repeat;
}

ul.tree li ul {
  margin-left: 15px;
}

ul.tree a {
  display: inline-block;
  margin: 2px 0 2px 15px;
}

ul.tree section a {
  margin: 0;
}

ul.tree a:hover {
  text-decoration: underline;
}

ul.tree ul.visible,
ul.tree li.visible {
  display: block !important;
}

ul.tree div.nodeexp,
li.exp > #r0 {
  background: url("//s.exist.ru/img/toggleup.png") 2px 7px no-repeat;
  font-weight: bold;
}

li.exp section {
  background: #f3f2e9;
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 13px;
}

ul.tree .diagram {
  text-indent: -9999px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("//s.exist.ru/img2/scheme.png") no-repeat;
  margin-left: 10px;
}

ul.tree div > .diagram {
  display: none;
}

#tbText {
  margin-right: 5px;
}

.mainpage-header {
  font-size: 15px;
  color: #c54141;
  font-weight: normal;
  padding: 15px 0 10px 0;
  border-top: 1px solid #e4e4e2;
  margin-top: 10px;
  clear: both;
}
.mainpage-header h4 {
  font-size: 20px;
}

/* #product-items Мини-карточки товаров*/
.product-items {
  float: left;
  width: 100%;
  /*Просмотренные товары*/
}
.product-items__item {
  width: 25%;
  min-width: 250px;
  float: left;
  border-right: 1px solid #e4e4e2;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .product-items__item {
    border: none;
  }
}
.product-items__item:hover {
  background: #f5f5f5;
}
.product-items__item:hover img {
  filter: contrast(93%);
  transition: filter 0.3s ease;
}
.product-items__item--TO-part {
  margin: 0 20px;
  border: none;
  width: calc(33.3% - 40px) !important;
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  right: 0 !important;
  text-overflow: ellipsis;
}
.product-items__item--TO-part:hover {
  background: transparent;
}
.product-items__image-cont {
  height: 100px;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}
.product-items__image {
  padding: 0;
  float: none;
  max-height: 100px;
  background: url(//s.exist.ru/img/loading.gif) no-repeat center;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.product-items__image--no-image {
  background: url(//s.exist.ru/img2/nogoods.png) no-repeat;
  margin: 0 auto 15px;
  height: 100px;
  width: 100px;
  position: relative;
}
.product-items__description {
  position: relative;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
  transition: all 0.7s ease;
  z-index: 5;
  opacity: 1;
}
.product-items__name {
  display: block;
  padding: 0;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #363636;
  max-width: 225px;
  margin: 0 auto;
  text-align: center;
}
.product-items__car-name {
  float: left;
  clear: both;
  width: 100%;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: gray;
}
.product-items--viewed {
  max-height: 215px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.product-items--viewed.exp {
  max-height: 1016px;
}
.product-items--viewed .product-items__header-panel {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.product-items--viewed .product-items__header-panel h2 {
  width: auto;
  float: left;
}
.product-items__show-button {
  cursor: pointer;
  float: right;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: gray;
}

/*Ресет ширины блоков для главной*/
.mainpage-goods .product-items__item {
  width: 33.3%;
  right: -2px;
}

/*Аксессуары в колонке на главной*/
.mainpage-accessory .product-items--accessory {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.mainpage-accessory .product-items--accessory h2 {
  padding-top: 0;
}
.mainpage-accessory .product-items--accessory .product-items__item {
  width: 100%;
  border: none;
  min-width: 0;
}
.mainpage-accessory .product-items--accessory .product-items__name {
  white-space: normal;
}
.mainpage-accessory .product-items--accessory .product-items__image-cont img {
  max-width: 100%;
}

/* PRIVACY */
.pmenu {
  display: block;
  position: absolute;
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 150px;
  clear: right;
  background-color: White;
  z-index: 1;
  right: -7px;
  top: 29px;
}
.pmenu::after {
  content: "";
  border-width: 9px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  position: absolute;
  top: -18px;
  right: 11px;
}
.pmenu a {
  width: 100%;
  display: inline-block;
  padding: 7px 5px;
  color: gray;
  text-transform: none;
  text-decoration: none;
  font-size: 14px !important;
  box-sizing: border-box;
}
.pmenu a i {
  float: left;
  width: 20px;
  height: 20px;
  background: url(//s.exist.ru/img2/priv5.png) no-repeat;
  margin-right: 5px;
  margin-top: -2px;
}
.pmenu a:hover {
  cursor: pointer;
  background-color: #f5f5f5;
  color: gray;
}

.privacy {
  float: right;
  width: 20px;
  height: 18px;
  background: url(//s.exist.ru/img2/priv5.png) no-repeat;
  cursor: pointer;
  opacity: 0.8;
  padding: 2px;
}
.privacy__share {
  float: right;
  padding: 3px 15px;
  border-radius: 3px;
  border: 1px solid #69c6a0;
  color: #69c6a0;
  cursor: pointer;
  position: relative;
}
.privacy__share:hover {
  color: #69c6a0;
}
.privacy__share:hover div {
  opacity: 1;
  top: 25px;
  pointer-events: all;
  z-index: 2;
}
.privacy__share i {
  display: inline-block;
  margin-right: 5px;
  background: url(//s.exist.ru/img2/icons/share.svg) no-repeat;
  background-size: 16px;
  width: 20px;
  height: 19px;
  margin-bottom: -4px;
}
.privacy__share div {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #fef3c5;
  padding: 15px;
  width: 300px;
  top: 50px;
  right: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #363636;
}
.privacy :hover {
  opacity: 1;
}
.privacy.loading {
  background: url(//s.exist.ru/img/loading.gif) no-repeat;
  background-position: left top !important;
}

.privacy.priv_0, .privacyMenu_0 i {
  background-position: 2px -2px !important;
}

.privacy.priv_1, .privacyMenu_1 i {
  background-position: 2px -18px !important;
}

.privacy.priv_2, .privacyMenu_2 i {
  background-position: 2px -38px !important;
}

.privacy.priv_3, .privacyMenu_3 i {
  background-position: 2px -58px !important;
}

.privacy-eyes {
  float: right;
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.privacy-eyes:hover {
  box-shadow: 0 0 2px 0px gray;
}

/* <ВЫПАДАЮЩИЙ СПИСОК> */
.DDLSelected .hover-active {
  background-color: #f3f2e9 !important;
  border: none;
}

#searchdiv2 select {
  height: 27px;
  color: #3f3f3f;
  background: #fff url(//s.exist.ru/img/search_ctgr1.gif) right -2px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c9d2db;
  transition: border-color 0.2s ease;
}

#searchdiv2 select:focus {
  border-color: #7f9db9;
}

#searchdiv2 .DDL {
  float: left;
  font-size: 11px;
}

#searchdiv2 .DDL .h {
  background: url("//s.exist.ru/img/arrow-small.png") no-repeat right 8px;
}

#searchdiv2 .DDL .h span {
  color: #60758A;
}

#searchdiv2 .DDL .b {
  color: #60758A;
}

/*.DDL .list div:hover {
	background-color:#fff;
	}*/
.DDL .list div .hover-active {
  background: none;
  padding: 10px 0;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: relative;
  top: 2px;
  overflow: hidden;
  width: 350px;
  border-bottom: 1px solid #e4e4e2;
  cursor: pointer;
}

.DDL .list div .hover-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #BAC6D2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.DDL .list div .hover-active:hover::after {
  opacity: 0.2;
}

.DDL .CarTypeSelector {
  clear: both;
  display: block;
  padding: 10px 0 10px 16px;
  cursor: pointer;
  background-position: 4px 15px;
  color: #256892;
}

.DDL li {
  list-style: none;
}

.hover-active.addnew .listimg {
  background: transparent;
}

.listcar {
  float: left;
  max-width: 280px;
}

.listcar b {
  font-weight: normal;
}

.listcar ul {
  font-size: 12px;
  color: gray;
  clear: both;
}

section.listcar > span {
  float: left;
}

.listimg img {
  width: 65px;
  display: inline-block;
  vertical-align: middle;
}

.listimg {
  width: 65px;
  height: 45px;
  float: left;
  margin-right: 5px;
  font: 0/0 a;
  background: #fff;
}

.listimg:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* </ВЫПАДАЮЩИЙ СПИСОК> */
/* <bubble> */
.bubble {
  width: 202px;
  position: relative;
  margin-bottom: 15px;
}

.bubble p {
  color: #363636;
}

.infotext {
  background-image: url(//s.exist.ru/img2/text-info-back.png);
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  position: relative;
  padding: 8px 10px 0;
  z-index: 5;
  background-repeat: no-repeat;
}

.infotext p {
  position: relative;
  z-index: 3;
  color: #363636;
}

.infotext span {
  position: relative;
  z-index: 3;
  font-size: 11px;
  color: #363636;
}

.bubble_arrow {
  width: 18px;
  height: 20px;
  background: url(//s.exist.ru/img2/text-info-back.png) right -83px no-repeat;
  position: absolute;
  margin: -1px 0 0 5px;
  z-index: 6;
  padding-left: 30px;
}

.bubble_arrow_left {
  width: 13px;
  height: 21px;
  background: url(//s.exist.ru/img2/text-info-back.png) right -103px no-repeat;
  position: absolute;
  margin: -27px 0 0 -10px;
  z-index: 6;
  padding-left: 0px;
}

.bubble_arrow_top {
  width: 21px;
  height: 13px;
  background: url(//s.exist.ru/img2/text-info-back.png) -367px bottom no-repeat;
  position: absolute;
  margin: -27px 0 0 -10px;
  z-index: 6;
  padding-left: 0px;
}

.bubble_arrow_down {
  width: 21px;
  height: 23px;
  background: url(//s.exist.ru/img2/text-info-back.png) -385px -80px no-repeat;
  position: absolute;
  margin: 21px 0 0 20px;
  z-index: 6;
  padding-left: 0px;
}

.bubble label {
  position: relative;
  top: -2px;
  color: #000 !important;
}

.text-info-bottom {
  width: 202px;
  height: 23px;
  background: url(//s.exist.ru/img2/text-info-back.png) top right no-repeat;
  margin-top: -13px;
  position: relative;
  z-index: 2;
}

/* <растягивающийся bubble> */
.str-bubble {
  background: #f7f2e3;
  border: 1px solid #e6e0cc;
  position: relative;
  padding: 5px 10px;
  max-width: 70%;
  box-shadow: 2px 2px 16px -3px rgba(0, 0, 0, 0.2);
}
.str-bubble .ofc {
  position: absolute;
  right: -200px;
  top: 25px;
  color: #363636;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.str-bubble .ofc p {
  float: left;
  margin-top: 3px;
}
.str-bubble .ofc .bubble_arrow_top {
  margin: 0;
  top: -13px;
  left: 31px;
}
.str-bubble--error {
  background: #feefef;
  padding: 7px 15px;
  position: absolute;
  animation: fadeIn 0.3s ease forwards;
  border-color: rgb(243.4, 217, 217);
}
.str-bubble--error::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px;
  border-color: #feefef transparent transparent;
  position: absolute;
  bottom: -20px;
}

/*car create links*/
.bit a.selected {
  background: #fae3bb;
  color: #363636;
}

.bit a {
  display: inline-block;
  padding: 2px 5px;
}

/*car create links*/
.drop-car {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("//s.exist.ru/img2/close.png") no-repeat;
  opacity: 0.7;
  text-indent: -99999px;
  cursor: pointer;
}
.drop-car:hover {
  opacity: 1;
}

/*Stars*/
.favorites {
  background: url(//s.exist.ru/img2/star.png);
  height: 16px;
  display: block;
}

.favoritesfon {
  background: url(//s.exist.ru/img2/star.png) left -16px;
  height: 16px;
  width: 90px;
  display: block;
  margin: 0 0px 2px;
}

.filter div.clr a {
  right: 15px;
}

div.favoritescount {
  padding: 10px;
}

div.favoritescount span {
  padding: 0 2px;
}

.cell {
  float: left;
  height: 110px;
  width: 120px;
  padding: 10px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #363636;
}

.cell a {
  font-weight: normal;
}

#modalGarageCars {
  max-height: 300px;
  overflow: auto;
  clear: both;
}

/*-------------------------------------------\*
*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*				#POINT INFO

*░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
\*-------------------------------------------*/
.point-info {
  padding: 20px;
  background: #f0f2f4;
  float: left;
  box-sizing: border-box;
}

.point-info--delivery {
  width: 70%;
  width: calc(70% - 15px);
  margin-bottom: 20px;
}
.point-info--delivery .pointheader {
  padding: 0;
}

.point-info-extended .point-info--delivery {
  width: 50%;
  width: calc(50% - 15px);
}

.point-info p {
  float: left;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.point-info p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.point-info .point-info__point-name {
  font-size: 18px;
  margin-bottom: 12px;
}

.point-info__phone-number i {
  background: url(//s.exist.ru/img2/icons.png) -432px 0 no-repeat;
}

.point-info__work-hours i {
  background: url(//s.exist.ru/img2/clock.png) 0 0 no-repeat;
}

.point-info__address i {
  background: url(//s.exist.ru/img2/icons.png) -417px 0 no-repeat;
}

.point-info__route i {
  background: url(//s.exist.ru/img2/path.png) 0 0 no-repeat;
}

.point-info__more-info-btn {
  float: left;
  clear: both;
}

.point-info__map--delivery {
  width: 200px;
  height: 200px;
  float: right;
}

.point-info-extended .point-info__map--delivery {
  width: 50%;
  height: 450px;
}

/*#Wheels*/
.wheels {
  float: left;
  padding: 0 0 10px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.wheels ul {
  padding: 0;
  clear: both;
}
.wheels ul .front, .wheels ul .rear {
  width: 50%;
  float: left;
}
.wheels ul .rear {
  text-align: right;
}
.wheels .middle {
  text-align: center;
}
.wheels .wh {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.wheels .ah {
  background-color: #f5f5f5;
  width: 400px;
  padding: 10px 10px 15px 10px;
  margin-bottom: 10px;
  position: relative;
}
.wheels .ah span {
  font-weight: normal;
  position: relative;
  color: gray;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: gray;
}
.wheels .ah span:last-of-type {
  float: right;
}
.wheels .ah span:nth-of-type(2) {
  margin-left: 29%;
}
.wheels .ah::before, .wheels .ah::after {
  border-style: solid;
  border-color: #F1B8B8;
  content: "";
  position: absolute;
  width: 200px;
  height: 5px;
  bottom: 8px;
}
.wheels .ah::before {
  border-width: 1px 1px 0 1px;
  right: 10px;
}
.wheels .ah::after {
  border-width: 1px 0 0 1px;
  left: 10px;
}
.wheels__wheel-block {
  float: left;
  clear: both;
}
.wheels__wheel-block ul li {
  background: none !important;
  float: left;
  display: inline-block;
  min-width: 85px;
  margin-right: 25px;
  padding: 0;
}
.wheels__wheel-block ul li:last-of-type {
  margin: 0;
  float: right;
  text-align: right;
}
.wheels__wheelparam {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px 15px;
}
.wheels__wheelparam + div {
  border-top: 1px solid #fff;
}
.wheels__wheelparam b {
  font-weight: normal;
  color: #666;
}
.wheels__wheelparam h3 {
  clear: both;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  color: #404040;
  margin-top: 5px;
}
.wheels__wheelparam .ZeForm .front {
  clear: none;
}

.sdFilters .wheels ul {
  padding: 0 15px;
}
.sdFilters .wheels .ah {
  width: 230px;
}
.sdFilters .wheels .ah span :nth-of-type(2) {
  margin-left: 12%;
}
.sdFilters .wheels .ah::before, .sdFilters .wheels .ah::after {
  width: 114px;
}
.sdFilters .content-ul {
  float: left;
  z-index: 99;
  width: auto !important;
  clear: both;
  overflow: hidden;
}
.sdFilters .content-ul li span {
  position: relative;
}
.sdFilters .content-ul:hover {
  background: #ececec;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

/*#UserOffer Добавление запчасти юзером на продажу*/
.user-offer__type {
  float: left;
  width: 50%;
}
.user-offer__type h2 {
  color: #b5b5b5;
}
.user-offer__type .valSummary {
  clear: both;
}

.user-sellparts-form {
  margin-bottom: 20px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.user-sellparts-form__art {
  float: left;
}
.user-sellparts-form__select-name, .user-sellparts-form__description, .user-sellparts-form__price, .user-sellparts-form__amount {
  float: left;
  margin-bottom: 10px !important;
}
.user-sellparts-form__select-name {
  width: 200px;
  clear: both;
}
.user-sellparts-form__description {
  clear: left;
  width: 200px;
}
.user-sellparts-form__price {
  clear: left;
  width: 100px;
}
.user-sellparts-form__amount {
  width: 100px;
}
.user-sellparts-form__footer {
  float: left;
  clear: both;
  width: 200px;
  margin-bottom: 20px;
}
.user-sellparts-form__search-btn {
  text-indent: -99999px;
  width: 40px !important;
  height: 32px !important;
  background: transparent url(//s.exist.ru/img2/icons/header/search.svg) center center no-repeat !important;
  float: left;
  opacity: 0.8;
}
.user-sellparts-form__add-part-btn {
  float: right;
}

.user-sellparts-table {
  width: 100%;
}
.user-sellparts-table__placeholder {
  text-align: center;
  display: none;
}
.user-sellparts-table__placeholder.visible {
  display: block;
}
.user-sellparts-table__placeholder-image {
  display: block;
  margin: 20px auto 10px;
}

/* КОНТРОЛ ВЫБОРА ГОДА */
.DDL .b .ytable span.title-year {
  font-weight: bold;
  padding-bottom: 2px;
  color: #666;
}

.remtext {
  padding: 5px;
}

.DDL .b .table b,
.DDL .b .table a {
  padding: 3px;
  margin: 5px;
  white-space: nowrap;
  line-height: 20px;
  font-size: 14px;
}

.DDL .b .table {
  float: left;
}

.DDL .b span div .table {
  width: 540px;
}

.DDL .b span div .table div {
  width: 20%;
  white-space: nowrap;
}

.DDL .b .ytable {
  float: left;
  padding-right: 10px;
}

.DDL .b .ytable span {
  display: block;
  font-size: 14px;
}

.DDL .b .ytable span:first-of-type:hover {
  background-color: transparent;
}

.DDL .b .ytable span a {
  margin-bottom: 5px;
  display: block;
}

.DDL .b .ytable span b {
  padding: 1px 1px 1px 4px;
  display: block;
  background-color: #fae3bb;
  font-weight: normal;
  margin-left: -4px;
}

.DDL .b div > i {
  padding-left: 5px;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: gray;
}

.CarColumn.upper > div {
  margin-bottom: 5px;
}

/* /КОНТРОЛ ВЫБОРА ГОДА */
.gray-text {
  color: gray;
}

.rightcol {
  vertical-align: top;
  max-width: 240px;
  padding-left: 10px;
  padding-top: 22px;
}

/*убрать когда баннеры переведутся на DIV*/
div.cat-block a {
  font-size: 17px;
}

#Works > div > div, #Features > div > div {
  margin-bottom: 5px;
}

.works hr {
  margin: 10px 0;
}

.js-validator {
  background-color: #900;
  color: #fff;
  top: 0;
  float: left;
  width: 100%;
  height: 41px;
  z-index: 9999;
  padding-top: 18px;
  text-align: center;
  font-size: 31px;
  position: fixed;
}

.addnote i {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(//s.exist.ru/img2/notepad2.png) 0 -21px no-repeat;
  margin: -1px 5px -5px 0;
}

.addnote:hover i {
  background-position: 0 0;
}

.addnote.added i, .addnote.added i:hover, .addnote.added, .addnote.added:hover {
  background-position: 0 -42px;
}

.addnote.loading i {
  background: url(//s.exist.ru/img2/notepad.gif) 0 0 no-repeat;
}

.addblog.added i, .addblog.added i:hover, .addblog.added, .addblog.added:hover {
  background-position: -42px -42px;
}

.item-remove,
.addnote,
.item-edit,
.addblog,
.item-restore,
.item-confirm,
.item-move,
.send-on-direct,
.addrating,
.return-order {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.item-remove {
  background: url("//s.exist.ru/img2/close2.png") 0 -22px no-repeat;
  opacity: 0.7;
}
.item-remove:hover {
  opacity: 1;
}
.item-remove--inactive {
  background-position: 0 0;
}

.item-restore {
  background: url("//s.exist.ru/img2/icons/direct-restore.svg") center center no-repeat;
  background-size: 22px;
  opacity: 0.8;
}
.item-restore:hover {
  opacity: 1;
}

.addnote {
  background: url("//s.exist.ru/img2/notepad2.png") 0 -21px no-repeat;
}
.addnote:hover {
  background-position: 0 0;
}

.addrating {
  background: url("//s.exist.ru/img2/icons/star.svg") center no-repeat;
  background-size: 19px;
}
.addrating:hover {
  background: url("//s.exist.ru/img2/icons/star2.svg") center no-repeat;
  background-size: 19px;
}

.return-order {
  background: url("//s.exist.ru/img2/icons/return.order.svg") center no-repeat;
  background-size: 19px;
}
.return-order:hover {
  background: url("//s.exist.ru/img2/icons/return.order.hover.svg") center no-repeat;
  background-size: 19px;
}

.item-edit {
  background: url("//s.exist.ru/img2/notepad2.png") -21px -21px no-repeat;
}
.item-edit:hover {
  background-position: -21px 0;
}

.addblog {
  background: url("//s.exist.ru/img2/notepad2.png") -42px -21px no-repeat;
}
.addblog:hover {
  background-position: -42px 0;
}

.item-move {
  background: url("//s.exist.ru/img2/move-office.png") right 3px no-repeat;
}
.item-move:hover {
  background-position: right -17px;
}

.send-on-direct {
  background: url(//s.exist.ru/img2/exist-direct.png) no-repeat;
}
.send-on-direct:hover {
  background-position: 0 -22px;
}

.textRedB {
  background: #FFF5EA;
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: 2px dashed #EFB06F;
}

.function-panel {
  background-color: #f1eeea;
  width: 100%;
  min-height: 43px;
  clear: both;
  float: left;
  margin-bottom: 10px;
}

.function-panel .function-panel-sec {
  float: left;
  clear: both;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-top: 1px solid #d9d5d0;
}

.cat-main ul li a date {
  color: gray;
  padding-left: 20px;
  font-style: italic;
  font-size: 13px;
}

.bannerpart {
  display: none;
}

.banner1 {
  float: right;
  padding-top: 40px;
}

/*.banner1.active {
	margin-top:20px;
}*/
v {
  color: gray;
}

.counters {
  display: none;
}

/*CONTENT EDITOR*/
.contenteditable__text-container {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.contenteditable__text-container.editing {
  border: 1px solid #c9d2db;
  padding: 10px;
  overflow: auto;
}
.contenteditable__text-container.editing:focus {
  outline: none;
  border-color: #7f9db9;
}
.contenteditable__text-container.editing.editor-mode {
  font-family: monospace;
  white-space: pre;
  font-size: 14px;
}
.contenteditable__button-container {
  margin-bottom: 15px;
}
.contenteditable__edit-toolbar {
  margin: 0 0 5px 1px;
}
.contenteditable__edit-button {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid #AAA;
  background: #FFF;
  padding: 5px 0px;
  display: inline-block;
  box-shadow: 0px 1px 0px #CCC;
  width: 35px;
  font-size: 11px;
  text-align: center;
  color: #363636;
  margin: 0 -1px;
}
.contenteditable__edit-button:first-of-type, .contenteditable__edit-button.break + .contenteditable__edit-button {
  border-radius: 3px 0 0 3px;
}
.contenteditable__edit-button:last-of-type, .contenteditable__edit-button.break {
  border-radius: 0 3px 3px 0;
}
.contenteditable__edit-button.break {
  margin-right: 15px;
}
.contenteditable__edit-button > i {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 2px;
}
.contenteditable__edit-button:hover {
  color: #363636;
  background-color: #f5f5f5;
}
.contenteditable__edit-button::after {
  position: absolute;
  font-size: 17px;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 1050px) {
  .commercial {
    display: none !important;
  }
  tr td.default-center {
    padding-right: 0;
  }
  .bannerpart {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1320px) {
  a.tophelp.wide {
    display: none;
  }
  a.tophelp {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  /*    .top {
          padding: 0 10px;
          width: calc(100% - 20px)
      }
  */
}
@media only screen and (max-width: 850px) {
  .search-header {
    display: none;
  }
  div.content-page {
    overflow: auto;
  }
  div.content-page--banner {
    width: 100%;
  }
  div.top {
    padding: 0;
    width: 100%;
  }
  .mainmenu a.actions, .mainmenu a.stock {
    display: none !important;
  }
  .banner1 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  div.content-page {
    padding: 0 10px 40px 10px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: none;
  }
  input[type=text],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    font-size: 16px;
  }
  div.content-page {
    padding: 0 10px 40px 10px;
    max-width: 100%;
  }
  .viewedPanel h2 {
    text-align: center;
  }
  div.phone {
    margin-left: 10px;
    clear: both;
  }
  div.shop {
    margin-left: 10px;
  }
  a.alerts {
    width: 45px;
    background-position: 0 -179px;
  }
  div.login .b {
    width: calc(100% - 40px);
  }
  .logo__link {
    width: 55px;
    height: 51px;
    margin: 5px 10px 20px 10px;
    background: url(//s.exist.ru/img2/exist-logo-small.png) no-repeat;
    background-size: contain;
    position: relative;
  }
  .logo__link .beta {
    display: none;
  }
  .logo__link img {
    max-width: 100%;
    display: none;
  }
  /*div.search.mobile {    transition: max-height 0.3s ease, min-height 0.3s ease; margin: 0; background: rgba(255,255,255,0.9); max-height:0px; min-height:0px; overflow:hidden;}
  div.search.mobile.active {max-height:50px; min-height:50px;}
  div.search.mobile input[type="submit"] {text-indent:-99999px; width:40px !important;margin-left:-45px;background:transparent url(//s.exist.ru/img2/icons-new.png) -5px -1128px no-repeat;}			
  div.search.mobile input.searchinp {width:100%;}*/
  div.catalog-column {
    width: 49.9%;
  }
  #pnlViewProductsPad {
    max-height: 260px;
  }
  .center-content-sitemap {
    display: none;
  }
  .center-content-sitemap.mobile-visible {
    display: block;
  }
  .center-content-sitemap.mobile-visible .bread-crumbs, .center-content-sitemap.mobile-visible .menu-curent-node {
    display: none;
  }
  div.center-content-rightbar {
    float: left;
    margin-bottom: 15px;
  }
  div.mainmenu #garageFloat .b {
    width: 100%;
    box-sizing: border-box;
  }
  .mainmenu-list__garage-ddl {
    position: static;
  }
  div#mainContextCar {
    width: 100%;
  }
  div.cat-main {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
  div.carname {
    margin-left: 10px;
  }
  div.DDLCars {
    width: 100%;
  }
  div.DDLCars .listimg {
    width: 66px;
  }
  div.DDLCars .listcar {
    margin-left: 10px;
    width: calc(100% - 86px);
  }
  div.DDLCars .listcar > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  .mainpage-car-block__car-actions-column {
    width: 100% !important;
  }
  .carmenu .carmenu__car-actions, .carmenu .carmenu__car-catalogs {
    max-height: 9999px;
  }
  .mainpage-goods .product-items__item {
    clear: both;
    width: 100%;
  }
  .mainpage-goods .product-items__name {
    white-space: normal;
  }
  div.DDLCars > div {
    min-height: 0;
  }
  div.ZeForm > div > span {
    margin-top: 0;
    float: left;
    clear: both;
  }
  div.ZeForm > div > div {
    background: transparent;
    width: 182px;
  }
  a.tophelp {
    display: none;
  }
  div.register a {
    margin-right: 10px;
  }
  .DDL.loginname.guest {
    margin-right: 10px;
  }
  .mainmenu .garage {
    position: static;
  }
  .banner1 {
    display: none;
  }
  .banner728 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .DDL.loginname .h span {
    max-width: 140px;
  }
}
@media print {
  .left-sidebar, .sub-nav-box, .top-menu, .header-tel, .location, .nav-box, .bg span, .commercial, .footer, #footer3, .copyright, .header-search, .shop-functions, .mainmenu, .mainheader, .top {
    display: none !important;
  }
  .center {
    margin: 0 !important;
  }
  .tbl tr td {
    border-bottom: 1px solid #e4e4e2 !important;
  }
}
.js-warning-message {
  width: 100%;
  height: 45px;
  background-color: yellow;
  color: black;
  clear: both;
  position: absolute;
  top: 0;
  z-index: 999;
}

.js-warning-message .close-btn {
  float: right;
  cursor: pointer;
}

.report {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("//s.exist.ru/img2/alert3.png") 0 0 no-repeat;
  background-size: 16px;
  margin: 0 0 -4px 5px;
}

.commandButtons {
  text-align: center;
  margin-top: 15px;
}
.commandButtons a {
  cursor: pointer;
}
.commandButtons .trdBtn {
  margin-right: 50px;
}

#fancybox-wrap.fullscreen {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  left: 0 !important;
  top: 0 !important;
  padding: 0 !important;
}
#fancybox-wrap.fullscreen #fancybox-outer {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
}
#fancybox-wrap.fullscreen #fancybox-content {
  box-sizing: border-box;
  border-width: 0 !important;
}
#fancybox-wrap.fullscreen .fancybox-bg {
  display: none !important;
}
