@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700|Roboto:300,400,500,700|Ubuntu:300,400,500,700&subset=cyrillic");
@font-face {
  font-family: "Raleway";
  src: url("../fonts/RalewayLight/RalewayLight.eot");
  src: url("../fonts/RalewayLight/RalewayLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayLight/RalewayLight.woff") format("woff"), url("../fonts/RalewayLight/RalewayLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/RalewayMedium/RalewayMedium.eot");
  src: url("../fonts/RalewayMedium/RalewayMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayMedium/RalewayMedium.woff") format("woff"), url("../fonts/RalewayMedium/RalewayMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/RalewayBold/RalewayBold.eot");
  src: url("../fonts/RalewayBold/RalewayBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayBold/RalewayBold.woff") format("woff"), url("../fonts/RalewayBold/RalewayBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot");
  src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayExtraBold/RalewayExtraBold.woff") format("woff"), url("../fonts/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/RalewayBlack/RalewayBlack.eot");
  src: url("../fonts/RalewayBlack/RalewayBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayBlack/RalewayBlack.woff") format("woff"), url("../fonts/RalewayBlack/RalewayBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  background-color: #2b3841; }

* {
  font-family: 'Ubuntu', sans-serif; }

a {
  text-decoration: none; }

.header {
  height: 74px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .header__logo {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 175px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #ffffff;
    background-image: linear-gradient(41deg, #007b3d 0%, #63a002 100%); }
    .header__logo img {
      display: block;
      margin-right: 20px; }
    .header__logo span {
      color: #ffffff;
      font-family: 'Raleway';
      font-size: 21px;
      font-weight: 300;
      letter-spacing: -0.4px; }
      .header__logo span b {
        display: block;
        color: #ffffff;
        font-size: 27px;
        font-family: 'Raleway';
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 3.4px; }
  .header__phones {
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
    -ms-flex-align: start;
        align-items: flex-start; }
    .header__phones_numbers {
      position: relative;
      text-align: right; }
    .header__phones_main {
      display: block;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 21px;
      font-weight: 700;
      padding-left: 40px;
      letter-spacing: 0.33px;
      background: url(../img/icons/phone.png) no-repeat center left; }
      .header__phones_main:hover {
        text-decoration: underline; }
    .header__phones_all {
      color: #469513;
      font-size: 12px;
      font-weight: 700;
      display: block;
      cursor: pointer; }
      .header__phones_all i {
        padding: 0 3px;
        transition: .1s ease-in-out; }
      .header__phones_all--open {
        color: #fefefd; }
        .header__phones_all--open i {
          transform: rotate(-180deg); }
    .header__phones_popup {
      position: absolute;
      z-index: 10;
      top: 125%;
      top: calc(100% + 10px);
      right: 0;
      width: 235px;
      box-shadow: -3px 0 38px rgba(0, 0, 0, 0.18);
      border-radius: 4px;
      padding: 5px;
      box-sizing: border-box;
      background-color: #63a002;
      opacity: 0;
      visibility: hidden;
      transition: .2s ease-in-out; }
      .header__phones_popup--open {
        opacity: 1;
        visibility: visible; }
      .header__phones_popup:before {
        position: absolute;
        content: '';
        top: -6px;
        right: 5px;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        background: #63a002; }
      .header__phones_popup-title {
        display: block;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        padding-right: 5px;
        padding-bottom: 5px; }
      .header__phones_popup-content {
        background-color: #ffffff; }
      .header__phones_popup-line {
        display: block;
        border-bottom: 1px solid #dfdddd;
        padding: 10px 13px 20px; }
        .header__phones_popup-line:hover {
          background-color: #f6f6f6; }
      .header__phones_popup-oper {
        color: #737374;
        font-size: 12px;
        font-weight: 300; }
      .header__phones_popup-num {
        display: block;
        color: #2b3841;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        background: url(../img/icons/mobile-operators.png) no-repeat; }
        .header__phones_popup-num--vodafone {
          background-position: 0 4px; }
        .header__phones_popup-num--kievstar {
          background-position: 0 -73px; }
        .header__phones_popup-num--lifecell {
          background-position: 0 -154px; }
    .header__phones_getcall {
      margin-top: 3px;
      margin-left: 34px;
      display: inline-block;
      color: #6db003;
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 2px;
      border-bottom: 1px dashed #5f9817;
      cursor: pointer; }
      .header__phones_getcall:hover {
        border-bottom: 1px solid transparent; }
  .header__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .header__search_form {
      display: -ms-flexbox;
      display: flex;
      margin-right: 50px; }
    .header__search_input {
      width: 210px;
      height: 37px;
      display: block;
      margin-right: 7px;
      text-align: right;
      padding-right: 13px;
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.11);
      border-radius: 19px;
      border: none;
      box-sizing: border-box;
      outline: none;
      background-color: #f7f5f5;
      color: #4c4949;
      font-family: "Open Sans";
      font-size: 12px;
      font-weight: 400; }
    .header__search_submit {
      display: block;
      box-sizing: border-box;
      border: none;
      outline: none;
      width: 57px;
      height: 37px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
      border-radius: 19px;
      background-color: #f7f5f5;
      background-image: url(../img/icons/search.png), linear-gradient(41deg, #007b3d 0%, #63a002 100%);
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
      .header__search_submit:hover {
        background-image: url(../img/icons/search.png), linear-gradient(41deg, #63a002 0%, #007b3d 100%); }
  .header__vin {
    position: relative; }
    .header__vin_span {
      display: block;
      color: #fbf7f7;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      cursor: pointer;
      border-bottom: 1px solid transparent; }
      .header__vin_span:hover {
        border-bottom: 1px dashed #48535b; }
    .header__vin_popup {
      position: absolute;
      z-index: 10;
      top: 140%;
      left: -180px;
      width: 500px;
      padding: 35px 0 0;
      border-radius: 12px;
      background-color: #ffffff;
      box-shadow: 0 0 21px rgba(0, 0, 0, 0.16);
      opacity: 0;
      visibility: hidden;
      transition: .15s ease-in-out; }
      .header__vin_popup::before {
        position: absolute;
        top: -6px;
        left: 49%;
        background: #fff;
        width: 14px;
        height: 14px;
        content: '';
        transform: rotate(45deg); }
      .header__vin_popup--open {
        opacity: 1;
        visibility: visible; }
      .header__vin_popup-top {
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
        margin-bottom: 20px; }
      .header__vin_popup-bottom {
        background-color: #f4f4f5;
        padding: 25px 33px 50px; }
        .header__vin_popup-bottom_title {
          color: #020400;
          font-family: 'Raleway';
          font-size: 18px;
          font-weight: 700;
          display: block;
          margin-bottom: 12px; }
        .header__vin_popup-bottom_flex {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .header__vin_popup-bottom_flex span {
            color: #020400;
            font-family: 'Raleway';
            font-size: 12px;
            font-weight: 700;
            line-height: 24px; }
          .header__vin_popup-bottom_flex img {
            max-width: 60%;
            margin-right: 25px; }
    .header__vin_title {
      color: #020400;
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 700;
      display: block;
      margin-bottom: 4px;
      padding-left: 33px; }
    .header__vin_subtitle {
      color: #020400;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding-left: 33px; }
    .header__vin_btn {
      display: block;
      margin: 20px 0 40px 33px;
      width: 178px;
      height: 39px;
      border-radius: 20px;
      border: 1px solid #007b3d;
      color: #000201;
      font-size: 14px;
      font-weight: 500;
      line-height: 37px;
      text-align: center;
      cursor: pointer; }
  .header__cart {
    background: rgba(30, 43, 52, 0.41);
    height: 100%;
    position: relative; }
    .header__cart_container {
      height: 100%;
      width: 75px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      cursor: pointer; }
    .header__cart_icon {
      font-size: 25px;
      font-weight: 400;
      line-height: 63.88px;
      color: rgba(255, 255, 255, 0.88);
      opacity: 0.5; }
    .header__cart_count {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 18px;
      height: 18px;
      background-color: #63a002;
      color: #ffffff;
      border-radius: 100%;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: -0.14px; }
    .header__cart_popup {
      position: absolute;
      z-index: 10;
      top: 90%;
      right: 0;
      width: 457px;
      padding: 5px;
      box-sizing: border-box;
      box-shadow: -3px 0 38px rgba(0, 0, 0, 0.18);
      border-radius: 4px;
      background-color: #63a002;
      opacity: 0;
      visibility: hidden;
      transition: .2s ease-in-out; }
      .header__cart_popup--open {
        opacity: 1;
        visibility: visible; }
      .header__cart_popup:before {
        position: absolute;
        content: '';
        top: -6px;
        right: 28px;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        background: #63a002; }
      .header__cart_popup-title {
        display: block;
        text-align: right;
        padding-right: 15px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 5px; }
      .header__cart_popup-content {
        background-color: #ffffff;
        padding: 25px 15px 15px; }
      .header__cart_popup-caption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .header__cart_popup-caption span {
          display: block;
          width: 80px;
          color: #2b3841;
          font-size: 14px;
          font-weight: 700;
          line-height: 20px;
          box-sizing: border-box; }
          .header__cart_popup-caption span:last-child {
            text-align: right;
            padding-right: 10px; }
    .header__cart_item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      margin-bottom: 45px; }
      .header__cart_item-price, .header__cart_item-sum {
        width: 80px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .header__cart_item-title {
        -ms-flex-positive: 2;
            flex-grow: 2;
        color: #2b3841;
        font-size: 14px;
        line-height: 20px;
        padding-right: 10px; }
      .header__cart_item-count {
        color: #2b3841;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        width: 60px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .header__cart_item-sum {
        text-align: right;
        color: #737374;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px; }
        .header__cart_item-sum span {
          font-size: 24px; }
      .header__cart_item-price {
        color: #737374;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px; }
      .header__cart_item-over {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        color: #2b3841;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 30px; }
        .header__cart_item-over-price {
          display: block;
          margin-left: 40px;
          color: #737374;
          font-size: 12px;
          font-weight: 300;
          line-height: 16px; }
          .header__cart_item-over-price span {
            font-size: 24px; }
    .header__cart_btn {
      display: block;
      margin: 0 auto;
      width: 216px;
      height: 42px;
      border-radius: 21px;
      border: 1px solid #007b3d;
      box-sizing: border-box;
      color: #000201;
      font-size: 12px;
      font-weight: 500;
      line-height: 40px;
      text-align: center;
      cursor: pointer; }
  .header__btns {
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
  .header__cab {
    position: relative;
    width: 150px;
    background: rgba(30, 43, 52, 0.41);
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 15px;
    box-sizing: border-box; }
    .header__cab .header__cab_login {
      display: none; }
    .header__cab--login .header__cab_nologin {
      display: none; }
    .header__cab--login .header__cab_login {
      display: -ms-flexbox;
      display: flex; }
    .header__cab_login, .header__cab_nologin {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
    .header__cab_icon {
      font-size: 25px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.88);
      opacity: 0.5;
      display: block;
      margin-right: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .header__cab_title {
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.14px; }
    .header__cab_name {
      display: block;
      color: #ffffff;
      font-size: 10px;
      font-weight: 400;
      line-height: 16px; }
    .header__cab_count {
      position: absolute;
      top: 12px;
      left: 0;
      width: 18px;
      height: 18px;
      background-color: #e62241;
      color: #ffffff;
      font-size: 10px;
      font-weight: 700;
      line-height: 18px;
      text-align: center;
      border-radius: 100%;
      letter-spacing: -0.1px; }
    .header__cab_popup {
      position: absolute;
      top: 90%;
      right: 25px;
      width: 392px;
      padding: 5px;
      box-sizing: border-box;
      box-shadow: -3px 0 38px rgba(0, 0, 0, 0.18);
      border-radius: 4px;
      background-color: #63a002;
      opacity: 0;
      visibility: hidden;
      transition: .05s ease-in-out; }
      .header__cab_popup--open {
        opacity: 1;
        visibility: visible; }
      .header__cab_popup:before {
        position: absolute;
        content: '';
        top: -6px;
        right: 28px;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        background: #63a002; }
      .header__cab_popup-title {
        display: block;
        text-align: right;
        margin-bottom: 5px;
        padding-right: 30px;
        padding-top: 5px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700; }
      .header__cab_popup-content {
        background-color: #ffffff;
        padding: 25px 15px 25px 20px; }
      .header__cab_popup-caption {
        color: #2b3841;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px; }
      .header__cab_popup-form, .header__cab_popup-sms {
        padding-top: 20px;
        padding-bottom: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .header__cab_popup-phone {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .header__cab_popup-phone span {
          color: #8d8e8d;
          font-size: 18px;
          font-weight: 700;
          padding-right: 5px; }
      .header__cab_popup-input {
        width: 160px;
        height: 41px;
        box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.14);
        border-radius: 19px;
        border: 1px solid #ebe8e8;
        background-color: #fff;
        box-sizing: border-box;
        padding-left: 10px;
        color: #8d8e8d;
        font-size: 18px;
        font-weight: 700;
        padding-right: 5px;
        outline: none; }
        .header__cab_popup-input-sms {
          -ms-flex-positive: 2;
              flex-grow: 2;
          margin-right: 23px; }
      .header__cab_popup-submit {
        width: 127px;
        height: 39px;
        border-radius: 20px;
        border: 1px solid #007b3d;
        color: #000201;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        outline: none;
        background: transparent; }
      .header__cab_popup-nonumber {
        display: block;
        padding: 13px;
        border-radius: 6px;
        background-color: #feeee7;
        color: #2b3841;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 15px; }
      .header__cab_popup-sms {
        padding-top: 10px; }
        .header__cab_popup-sms-no {
          color: #2b3841;
          font-size: 14px;
          font-weight: 400; }
          .header__cab_popup-sms-no_btn {
            display: inline-block;
            border-bottom: 1px dashed #6db003;
            color: #6db003;
            font-size: 14px;
            font-weight: 700;
            margin-left: 10px; }
            .header__cab_popup-sms-no_btn:hover {
              border-bottom: 1px solid transparent; }

.menu {
  width: 175px;
  box-sizing: border-box;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-shadow: inset -5px 0 15px rgba(0, 0, 0, 0.14);
  background-color: #2b3841; }
  .menu__list_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px; }
    .menu__list_item i {
      height: 21px;
      width: 20px;
      margin-right: 11px;
      color: #fff;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 18px;
      box-sizing: border-box;
      padding-left: 3px;
      padding-top: 2px;
      font-weight: 400;
      opacity: 0.3;
      background: url(../img/icons/menu.png) no-repeat;
      background-position: 100px 0; }
    .menu__list_item--to i {
      background-position: 0 0; }
    .menu__list_item--tormoz i {
      background-position: 0 -47px; }
    .menu__list_item--podves i {
      background-position: 0 -94px; }
    .menu__list_item--dvig i {
      background-position: 0 -148px;
      margin-right: 8px;
      width: 23px; }
    .menu__list_item--trans i {
      background-position: 0 -215px; }
    .menu__list_item--ohl i {
      background-position: 0 -278px; }
    .menu__list_item--el i {
      background-position: 0 -333px; }
    .menu__list_item--kuz i {
      background-position: 0 -382px; }
    .menu__list_item--maslo i {
      background-position: 0 -442px; }
    .menu__list_item span {
      color: #eff0f1;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: -0.12px; }
    .menu__list_item:hover span {
      text-decoration: underline; }

.page {
  display: -ms-flexbox;
  display: flex; }

.content {
  -ms-flex-positive: 2;
      flex-grow: 2;
  background: #fff; }

.advantages {
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.27);
  background: rgba(235, 236, 236, 0.3);
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .advantages__item {
    width: 22%; }
    .advantages__item_text {
      display: block;
      text-align: center;
      color: #020000;
      font-family: 'Raleway';
      font-size: 16px;
      font-weight: 700;
      line-height: 25px; }
    .advantages__item_icon {
      height: 120px;
      text-align: center; }
      .advantages__item_icon i {
        display: block;
        width: 68px;
        height: 68px;
        margin: 0 auto;
        background: url(../img/icons/advantages.png) no-repeat; }
      .advantages__item_icon--multi i {
        background-position: 0 0; }
      .advantages__item_icon--all i {
        background-position: -600px -2px; }
      .advantages__item_icon--origin i {
        background-position: -296px 0; }
      .advantages__item_icon--garant i {
        background-position: -892px -3px; }

.user-img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 100%;
  overflow: hidden; }
  .user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.header__cab {
  width: 165px; }

.header__cab_name {
  max-width: 65px;
  overflow: hidden;
  margin-right: 7px;
  box-sizing: border-box; }

.popular {
  padding: 50px 40px 100px 60px;
  background: #fff; }
  .popular__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-radius: 6px;
    border: 1px solid #e9eaeb;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .popular__category {
    width: 50%;
    padding: 35px 30px 25px 40px;
    box-sizing: border-box;
    border-right: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb; }
  .popular__model {
    border-right: none; }
  .popular__title {
    color: #020400;
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 25px; }
  .popular__list {
    display: -ms-flexbox;
    display: flex;
    padding-top: 13px;
    border-top: 2px dotted #bfc1be; }
    .popular__list_block {
      width: 50%;
      box-sizing: border-box; }
      .popular__list_block:first-child {
        border-right: 1px solid #e9eaeb;
        padding-right: 30px; }
      .popular__list_block:last-child {
        padding-left: 20px; }
    .popular__list_item {
      margin-bottom: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .popular__list_item-title {
        color: #040000;
        font-size: 14px;
        font-weight: 300; }
      .popular__list_item-count {
        color: #0976bf;
        font-size: 10px;
        font-weight: 700; }
  .popular__btns {
    width: 100%;
    padding: 25px 70px 25px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .popular__btns-search {
      display: block;
      width: 216px;
      height: 42px;
      border-radius: 21px;
      border: 1px solid #007b3d;
      box-sizing: border-box;
      color: #000201;
      font-size: 12px;
      font-weight: 500;
      line-height: 40px;
      text-align: center; }
    .popular__btns-all {
      display: block;
      width: 180px;
      height: 42px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border-radius: 21px;
      background-color: #e5e5e5;
      background-image: linear-gradient(41deg, #007b3d 0%, #63a002 100%);
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      font-size: 14px;
      font-weight: 700; }
      .popular__btns-all i {
        display: inline-block;
        padding-left: 10px; }

.news {
  padding: 125px 80px 65px; }
  .news__consult {
    padding: 30px 0 0;
    text-align: center; }
    .news__consult i {
      color: #6db003;
      font-size: 60px;
      font-weight: 400;
      line-height: 29.61px; }
    .news__consult_need {
      display: block;
      margin: 35px 0 20px;
      color: #030000;
      font-family: 'Raleway';
      font-size: 30px;
      font-weight: 700; }
    .news__consult_span {
      display: block;
      margin-bottom: 25px;
      color: #030000;
      font-family: "Open Sans";
      font-size: 24px;
      font-weight: 300;
      line-height: 24px; }
    .news__consult_phone {
      display: inline-block;
      color: #020400;
      font-family: "Open Sans";
      font-size: 36px;
      font-weight: 300;
      line-height: 24px; }
  .news__img {
    float: left; }
  .news__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 100px; }
    .news__block_left, .news__block_right {
      width: 47%;
      box-sizing: border-box; }
  .news__img {
    width: 100%;
    display: block;
    margin-bottom: 80px; }
  .news__citate {
    color: #040000;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Raleway';
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    border-left: 4px solid #5f9817;
    margin-left: 5px;
    padding-left: 15px; }
  .news__title {
    margin: 0 0 25px;
    color: #020202;
    font-family: "Raleway";
    font-size: 48px;
    font-weight: 800;
    line-height: 54px; }
  .news__text {
    margin: 0 0 20px;
    color: #040000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }
  .news__label {
    margin-bottom: 35px;
    display: block;
    color: #797878;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400; }
    .news__label i {
      padding-right: 7px; }

.footer {
  background-color: #2b3841; }
  .footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #26333c;
    padding: 15px 40px 30px 0; }
  .footer__menu {
    display: -ms-flexbox;
    display: flex; }
    .footer__menu_item {
      display: block;
      margin-left: 60px;
      color: #fafafa;
      font-family: 'Roboto';
      font-size: 13px;
      font-weight: 400; }
      .footer__menu_item:hover {
        text-decoration: underline; }
  .footer__copyright {
    color: #fafafa;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400; }
  .footer__phones {
    max-width: 405px;
    text-align: right; }
    .footer__phones_flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .footer__phones_getcall {
      display: inline-block;
      text-align: right;
      color: #6db003;
      font-family: 'Raleway';
      font-size: 14px;
      font-weight: 700;
      border-bottom: 1px dashed #6db003;
      cursor: pointer; }
      .footer__phones_getcall:hover {
        border-bottom: 1px dashed transparent; }
  .footer__top {
    padding: 35px 40px 40px 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .footer__phone {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
    padding-left: 45px;
    display: block; }
    .footer__phone:hover {
      text-decoration: underline; }
    .footer__phone_icon {
      background: url(../img/icons/phone.png) no-repeat center left; }
  .footer__address {
    display: -ms-flexbox;
    display: flex; }
    .footer__address_item {
      margin-right: 40px; }
      .footer__address_item--right {
        text-align: right; }
      .footer__address_item span {
        color: #ffffff;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        display: block; }
    .footer__address_title {
      display: block;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      letter-spacing: 0.5px; }

.tabs {
  padding: 35px 40px 45px 60px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
  background: url(../img/index-bg.png) no-repeat center;
  background-size: cover; }
  .tabs__bottom_text {
    display: block;
    padding-top: 30px;
    text-align: right;
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 700; }
    .tabs__bottom_text i {
      color: #449415;
      padding-left: 30px;
      font-size: 18px;
      font-weight: 400; }
  .tabs__title {
    margin: 0 0 40px;
    color: #ffffff;
    font-family: "Raleway";
    font-size: 54px;
    font-weight: 800;
    line-height: 54px; }
  .tabs__block {
    border-radius: 5px;
    background: #f6f6f6; }
  .tabs__top {
    display: -ms-flexbox;
    display: flex;
    height: 103px;
    padding: 0 30px;
    box-sizing: border-box;
    -ms-flex-align: center;
        align-items: center; }
    .tabs__top_span {
      -ms-flex-preferred-size: 185px;
          flex-basis: 185px;
      color: #020000;
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 700;
      line-height: 25px; }
    .tabs__top_span2 {
      -ms-flex-positive: 2;
          flex-grow: 2;
      color: #030303;
      font-size: 16px;
      font-weight: 400;
      padding-left: 70px;
      display: block; }
    .tabs__top_content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      display: none; }
    .tabs__top_img {
      -ms-flex-preferred-size: 55px;
          flex-basis: 55px;
      margin-right: 15px;
      width: 55px; }
      .tabs__top_img img {
        max-width: 100%;
        max-height: 100%; }
    .tabs__top--mark {
      color: #040000;
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
    .tabs__top_text-content span {
      color: #737171;
      font-family: 'Raleway';
      font-size: 14px;
      font-weight: 500;
      padding-right: 15px; }
  .tabs__container {
    display: -ms-flexbox;
    display: flex;
    padding-right: 22px; }
  .tabs__items {
    width: 185px;
    -ms-flex-preferred-size: 185px;
        flex-basis: 185px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .tabs__item {
    padding-left: 15px;
    border-left: 5px solid transparent;
    border-bottom: 1px solid #edebeb;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    box-sizing: border-box;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }
    .tabs__item--active {
      background: #fff;
      border-left: 5px solid #128232;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid transparent; }
    .tabs__item_number {
      display: block;
      width: 26px;
      height: 26px;
      box-sizing: border-box;
      border: 1px solid transparent;
      border-radius: 100%;
      background-color: #edebeb;
      color: #000000;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      text-align: center;
      margin-right: 20px; }
    .tabs__item_title {
      color: #010000;
      font-size: 13px;
      font-weight: 400; }
    .tabs__item.active .tabs__item_number {
      border: 1px solid #5f9817;
      background-color: #ffffff; }
    .tabs__item.active .tabs__item_title {
      color: #060000;
      font-weight: 700; }
  .tabs__area {
    -ms-flex-positive: 2;
        flex-grow: 2;
    background-color: #f8f8f8;
    border-radius: 0 0 5px 0; }
    .tabs__area_container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .tabs__area_item {
      width: 20%;
      background: #fff; }
      .tabs__area_item-min {
        width: 10%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        cursor: pointer;
        height: 40px;
        position: relative;
        margin-bottom: 15px; }
        .tabs__area_item-min:hover {
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
          background-color: rgba(2, 82, 116, 0.04); }
          .tabs__area_item-min:hover span {
            display: block; }
        .tabs__area_item-min.active {
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
          background-color: #ffffff;
          box-sizing: border-box;
          border: 1px solid #007b3d; }
        .tabs__area_item-min span {
          position: absolute;
          top: -40px;
          left: -30%;
          padding-bottom: 4px;
          width: 135px;
          background: #2a2a2a;
          text-align: center;
          color: #ffffff;
          font-family: Tahoma;
          font-size: 12px;
          font-weight: 400;
          line-height: 24px;
          border-radius: 12px;
          display: none; }
          .tabs__area_item-min span::before {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            background: #2a2a2a;
            transform: rotate(45deg);
            bottom: -5px;
            left: 45%; }
    .tabs__area-mark--first {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .tabs__area-mark--min {
      padding-top: 30px; }
    .tabs__area-mark_item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      height: 80px;
      box-sizing: border-box;
      border-right: 1px solid #f4f4f4;
      border-bottom: 1px solid #f4f4f4;
      cursor: pointer; }
      .tabs__area-mark_item:hover {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
        background-color: rgba(2, 82, 116, 0.04); }
      .tabs__area-mark_item.active {
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
        border: 1px solid #599c08;
        position: relative; }
        .tabs__area-mark_item.active::before {
          position: absolute;
          content: '';
          top: -6px;
          right: -7px;
          width: 19px;
          height: 19px;
          background: url(../img/icons/check.png) no-repeat center, #63a002;
          border-radius: 100%; }
      .tabs__area-mark_item_img {
        width: 50%; }
        .tabs__area-mark_item_img img {
          display: block;
          margin: 0 auto; }
      .tabs__area-mark_item_name {
        display: block;
        width: 50%;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px; }
    .tabs__area-year {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      background-color: #ffffff; }
      .tabs__area-year .tabs__area_container {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; }
      .tabs__area-year_item {
        width: 10%;
        box-sizing: border-box;
        line-height: 50px;
        padding-left: 13px;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer; }
        .tabs__area-year_item.active {
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
          border: 1px solid #599c08;
          position: relative; }
          .tabs__area-year_item.active::before {
            position: absolute;
            content: '';
            top: -6px;
            right: -7px;
            width: 19px;
            height: 19px;
            background: url(../img/icons/check.png) no-repeat center, #63a002;
            border-radius: 100%; }
        .tabs__area-year_item:hover {
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
          background-color: rgba(2, 82, 116, 0.04); }
    .tabs__area-dvig .tabs__area-model_item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .tabs__area-model {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      background-color: #ffffff; }
      .tabs__area-model_item {
        width: 20%;
        height: 105px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-top: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        color: #030000;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer; }
        .tabs__area-model_item img {
          display: block;
          height: 45px;
          margin-bottom: 20px; }
        .tabs__area-model_item.active {
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
          border: 1px solid #599c08;
          position: relative; }
          .tabs__area-model_item.active::before {
            position: absolute;
            content: '';
            top: -6px;
            right: -7px;
            width: 19px;
            height: 19px;
            background: url(../img/icons/check.png) no-repeat center, #63a002;
            border-radius: 100%; }
        .tabs__area-model_item span {
          display: block;
          width: 100%; }
        .tabs__area-model_item:hover {
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
          background-color: rgba(2, 82, 116, 0.04); }

.cart {
  padding: 50px; }
  .cart__block {
    border: 1px solid #e8e9ea;
    background: #fff; }
  .cart__title {
    padding: 10px 10px 20px;
    text-align: center;
    background-color: #fcfbfb;
    border-bottom: 1px solid #e8e9ea; }
    .cart__title h2 {
      margin: 0 0 10px;
      color: #030000;
      font-size: 36px;
      font-weight: 700;
      line-height: 36px; }
    .cart__title span {
      color: #419416;
      font-family: 'Roboto';
      font-size: 18px;
      font-weight: 700; }
  .cart__steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 10px 30px; }
  .cart__step {
    width: 20%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer; }
    .cart__step_icon {
      height: 68px; }
      .cart__step_icon--list {
        background: url(../img/icons/cart-list.png) no-repeat center; }
      .cart__step_icon--deliv {
        background: url(../img/icons/delivery.png) no-repeat center; }
      .cart__step_icon--pay {
        background: url(../img/icons/pay.png) no-repeat center; }
      .cart__step_icon--podt {
        background: url(../img/icons/podt.png) no-repeat center; }
    .cart__step_text {
      opacity: 0.5;
      color: #060200;
      font-size: 16px;
      font-weight: 300;
      padding-bottom: 5px;
      display: block; }
    .cart__step--active .cart__step_text {
      opacity: 1; }
    .cart__step--active .cart__step_icon--list {
      background: url(../img/icons/cart-list-active.png) no-repeat center; }
  .cart__list_title {
    background-color: #f7f7f7;
    color: #030000;
    font-size: 24px;
    font-weight: 500;
    padding: 24px 0 22px 70px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .cart__list_captions {
    padding-left: 70px;
    padding-right: 35px;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5; }
    .cart__list_captions span {
      color: #777778;
      font-size: 14px;
      font-weight: 700;
      line-height: 56px; }
    .cart__list_captions--tovar {
      -ms-flex-positive: 2;
          flex-grow: 2; }
    .cart__list_captions--sum {
      width: 100px;
      text-align: right; }
    .cart__list_captions--price {
      width: 200px; }
    .cart__list_captions--count {
      width: 180px; }
  .cart__list_all {
    padding: 20px 30px;
    color: #030000;
    font-family: 'Tahoma';
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    border-bottom: 1px solid #e5e5e5; }
    .cart__list_all b {
      padding: 0 15px;
      display: inline-block;
      color: #000407;
      font-size: 48px;
      font-weight: 700; }
    .cart__list_all span {
      font-size: 24px;
      font-weight: 400; }
  .cart__list_with-sale {
    padding-right: 30px;
    padding-top: 25px; }
    .cart__list_with-sale_item {
      text-align: right;
      padding-bottom: 20px;
      color: #030000; }
      .cart__list_with-sale_item > span {
        font-family: 'Tahoma';
        font-size: 12px;
        font-weight: 400; }
      .cart__list_with-sale_item--sale {
        color: #63a002; }
    .cart__list_with-sale_price {
      display: inline-block;
      width: 230px; }
      .cart__list_with-sale_price span {
        font-size: 18px;
        font-weight: 300; }
  .cart__list_sale {
    padding: 30px 30px 30px 60px;
    background-color: #f7f7f7;
    display: -ms-flexbox;
    display: flex; }
    .cart__list_sale_flex {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
    .cart__list_sale_accept {
      display: none;
      text-align: center;
      color: #579c09;
      font-family: 'Raleway';
      font-size: 20px;
      font-weight: 700; }
    .cart__list_sale--accept .cart__list_sale_accept {
      display: block; }
    .cart__list_sale_title {
      color: #020000;
      font-family: 'Raleway';
      font-size: 20px;
      font-weight: 700;
      line-height: 26px; }
    .cart__list_sale_btn {
      color: #3c9219;
      font-size: 14px;
      font-weight: 700;
      border-bottom: 1px dashed #3c9219;
      cursor: pointer; }
      .cart__list_sale_btn:hover {
        border-bottom: 1px solid transparent; }
      .cart__list_sale_btn i {
        font-weight: 400;
        padding-left: 5px; }
    .cart__list_sale_input {
      position: relative; }
      .cart__list_sale_input input {
        display: block;
        width: 253px;
        height: 41px;
        box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.14);
        border-radius: 19px;
        border: 1px solid #ebe8e8;
        background-color: #ffffff;
        box-sizing: border-box;
        padding-left: 30px;
        color: #807e7e;
        font-size: 14px;
        font-weight: 400; }
    .cart__list_sale_input--decline input {
      border: 1px solid rgba(253, 2, 2, 0.46);
      background-color: rgba(250, 230, 230, 0.74); }
    .cart__list_sale_input--decline::after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: center;
      content: 'скидочный код не действителен';
      height: 10px;
      color: #fc4a4a;
      font-size: 14px;
      font-weight: 300; }
  .cart__list_btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 30px;
    border-top: 1px solid #e5e5e5; }
  .cart__list_prev {
    color: #007b3d;
    font-size: 14px;
    font-weight: 500; }
    .cart__list_prev i {
      padding-right: 4px; }
  .cart__list_next {
    width: 298px;
    height: 56px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    background-color: #ff2833;
    background-image: linear-gradient(41deg, #007b3d 0%, #63a002 100%);
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    cursor: pointer;
    text-align: center; }
    .cart__list_next i {
      padding-left: 12px; }
  .cart__item {
    padding: 20px 30px 20px 25px;
    border-bottom: 1px solid #e5e5e5; }
    .cart__item_container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .cart__item_rem-mes {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 6px;
      background-color: #feeee7;
      padding: 25px 30px;
      display: none; }
      .cart__item_rem-mes--show {
        display: -ms-flexbox;
        display: flex; }
      .cart__item_rem-mes_reset {
        display: block;
        width: 177px;
        height: 32px;
        border-radius: 16px;
        border: 1px solid rgba(0, 10, 5, 0.3);
        color: #000201;
        font-size: 12px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        cursor: pointer; }
        .cart__item_rem-mes_reset span {
          color: #f7220c; }
    .cart__item_delete {
      display: block;
      position: relative;
      width: 19px;
      height: 19px;
      background-color: rgba(242, 101, 34, 0.11);
      margin-right: 28px;
      border-radius: 100%;
      color: #fc0516;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      line-height: 19px;
      cursor: pointer; }
      .cart__item_delete--tip {
        position: absolute;
        top: 27px;
        left: -65px;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.27);
        background: #2b2b2b;
        padding: 3px 0 4px;
        width: 135px;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transition: .15s ease-in-out; }
        .cart__item_delete--tip::before {
          position: absolute;
          content: '';
          width: 12px;
          height: 12px;
          top: -5px;
          left: 68px;
          background: #2b2b2b;
          transform: rotate(45deg); }
      .cart__item_delete:hover .cart__item_delete--tip {
        opacity: 1;
        visibility: visible; }
    .cart__item_img {
      display: block;
      width: 85px;
      margin-right: 25px; }
    .cart__item_name {
      color: #010000;
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      display: block;
      margin-bottom: 7px; }
    .cart__item_text {
      -ms-flex-positive: 2;
          flex-grow: 2;
      padding-right: 25px;
      box-sizing: border-box; }
    .cart__item_sum {
      width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #000407;
      font-size: 12px;
      font-weight: 300;
      text-align: right; }
      .cart__item_sum span {
        font-size: 30px; }
    .cart__item_price {
      width: 200px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #737374;
      font-size: 12px;
      font-weight: 300; }
      .cart__item_price span {
        font-size: 30px; }
    .cart__item_count {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 180px; }
      .cart__item_count-block {
        width: 115px;
        height: 41px;
        border-radius: 20px;
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
        box-sizing: border-box;
        color: #007b3d;
        font-family: Ubuntu;
        font-size: 18px;
        font-weight: 700;
        line-height: 39px;
        text-align: center;
        position: relative; }
        .cart__item_count-block .minus {
          position: absolute;
          left: 14px;
          top: 0;
          height: 100%;
          width: 10px;
          text-align: center;
          cursor: pointer;
          display: block;
          color: #050000;
          font-size: 18px;
          font-weight: 400; }
        .cart__item_count-block .plus {
          position: absolute;
          right: 14px;
          top: 0;
          height: 100%;
          width: 10px;
          text-align: center;
          cursor: pointer;
          display: block;
          color: #050000;
          font-size: 18px;
          font-weight: 400; }
        .cart__item_count-block span:hover {
          color: #007b3d; }
  .cart__status {
    color: #040700;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    line-height: 12px;
    display: block;
    padding-left: 17px;
    position: relative; }
    .cart__status::before {
      position: absolute;
      content: '';
      width: 7px;
      height: 7px;
      background-color: #429415;
      border-radius: 100%;
      top: 2px;
      left: 0; }
  .cart__analog {
    padding: 50px 0 10px; }
    .cart__analog_text {
      display: block;
      text-align: center;
      margin-bottom: 15px;
      color: #030000;
      font-family: Raleway;
      font-size: 24px;
      font-weight: 700;
      line-height: 34px;
      color: #030000; }
    .cart__analog_form {
      width: 345px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .cart__analog_form input[type='text'] {
        width: 160px;
        height: 41px;
        box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.14);
        border-radius: 19px;
        border: 1px solid #ebe8e8;
        background-color: #fff;
        box-sizing: border-box;
        padding-left: 10px;
        color: #8d8e8d;
        font-size: 18px;
        font-weight: 700;
        padding-right: 5px;
        outline: none;
        margin-right: 20px; }
      .cart__analog_form input[type='submit'] {
        width: 127px;
        height: 39px;
        border-radius: 20px;
        border: 1px solid #007b3d;
        color: #000201;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        outline: none;
        background: transparent; }
      .cart__analog_form span {
        color: #8d8e8d;
        font-size: 18px;
        font-weight: 700;
        padding-right: 5px; }
  .cart__deliv_title {
    display: block;
    color: #030000;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 20px 25px 70px;
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .cart__deliv_header {
    padding: 35px 20px 30px 70px;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .cart__deliv_header > span {
      color: #777778;
      font-size: 14px;
      font-weight: 700; }
    .cart__deliv_header .cart__analog_form {
      margin: 0 0 0 95px; }
      .cart__deliv_header .cart__analog_form button {
        width: 208px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 39px;
        border-radius: 20px;
        border: 1px solid #007b3d;
        color: #000201;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        outline: none;
        background: transparent; }
        .cart__deliv_header .cart__analog_form button i {
          padding-left: 7px; }
  .cart__deliv_data {
    padding: 40px 0 0px 70px; }
    .cart__deliv_data--last {
      padding-bottom: 40px; }
    .cart__deliv_data_item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 40px; }
      .cart__deliv_data_item:last-child {
        margin-bottom: 20px; }
      .cart__deliv_data_item > span {
        width: 200px;
        display: block;
        color: #777778;
        font-size: 14px;
        font-weight: 700; }
      .cart__deliv_data_item input, .cart__deliv_data_item select, .cart__deliv_data_item textarea {
        width: 208px;
        height: 40px;
        box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.14);
        border-radius: 19px;
        border: 1px solid #ebe8e8;
        background-color: #ffffff;
        box-sizing: border-box;
        padding-left: 22px;
        padding-right: 15px;
        color: #8d8e8d;
        font-size: 18px;
        font-weight: 500;
        outline: none; }
      .cart__deliv_data_item textarea {
        resize: none;
        width: 296px;
        height: 96px; }
      .cart__deliv_data_item select {
        background: url(../img/icons/arrow-bottom.png) no-repeat 90% center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer; }
  .cart__deliv_input-error {
    border: 1px solid rgba(253, 2, 2, 0.46) !important;
    background-color: rgba(250, 230, 230, 0.74) !important; }
    .cart__deliv_input-error ~ .cart__deliv_span-error {
      display: block; }
  .cart__deliv_span-error {
    width: 100%;
    text-align: center;
    color: #f7220c;
    font-size: 12px;
    font-weight: 300;
    display: none; }
  .cart__deliv_check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 20px; }
    .cart__deliv_check-cur {
      color: #777778;
      font-size: 12px;
      font-weight: 400;
      display: block;
      padding-top: 10px;
      padding-bottom: 20px; }
    .cart__deliv_check input {
      display: none; }
      .cart__deliv_check input:checked ~ i {
        background: #6db003;
        box-shadow: inset 0 0 2px 2px #fff; }
    .cart__deliv_check i {
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 12px;
      height: 12px;
      border: 1px solid #6db003;
      border-radius: 100%;
      margin-right: 13px; }
    .cart__deliv_check b {
      color: #080300;
      font-size: 18px;
      font-weight: 500;
      padding-right: 25px; }
    .cart__deliv_check span {
      color: #777778;
      font-size: 12px;
      font-weight: 400;
      position: relative;
      top: 3px; }
  .cart__pay_text {
    color: #080300;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px; }
  .cart__popup {
    width: 90%;
    padding: 100px 20px;
    margin: 20px auto;
    box-sizing: border-box;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #ffffff;
    text-align: center; }
    .cart__popup i {
      display: block;
      margin-bottom: 55px;
      color: #007b3d;
      font-size: 60px;
      font-weight: 400; }
    .cart__popup_title {
      display: block;
      color: #030000;
      font-family: 'Raleway';
      font-size: 30px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 25px; }
    .cart__popup_text {
      display: block;
      color: #030000;
      font-family: "Open Sans";
      font-size: 24px;
      font-weight: 300;
      line-height: 34px;
      margin-bottom: 45px; }
    .cart__popup_btn {
      display: block;
      margin: 0 auto;
      width: 160px;
      height: 42px;
      border-radius: 21px;
      border: 1px solid #007b3d;
      color: #000201;
      font-size: 12px;
      font-weight: 500;
      line-height: 40px;
      text-align: center;
      box-sizing: border-box; }

.cab__breadcrumbs {
  padding: 17px; }
  .cab__breadcrumbs_link {
    position: relative;
    display: inline-block;
    color: #409317;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400; }
    .cab__breadcrumbs_link:hover span {
      text-decoration: underline; }
    .cab__breadcrumbs_link i {
      padding-right: 5px; }
    .cab__breadcrumbs_link::after {
      content: '/';
      padding: 0 5px; }
  .cab__breadcrumbs_span {
    color: #494949;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400; }

.cab__block_title {
  padding: 20px;
  color: #030000;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  display: block;
  background-color: #fcfbfb;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.cab__btns {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5; }

.cab__btn {
  width: 25%;
  box-sizing: border-box;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  text-align: center;
  padding: 40px 0;
  cursor: pointer; }
  .cab__btn--active {
    border-color: #f7f7f7; }
  .cab__btn i {
    display: inline-block;
    width: 42px;
    height: 40px; }
  .cab__btn--mes i {
    background: url(../img/icons/mes-grey.png) no-repeat center; }
  .cab__btn--mes.cab__btn--active i {
    background: url(../img/icons/mes.png) no-repeat center; }
  .cab__btn--history i {
    background: url(../img/icons/cart-list.png) no-repeat center; }
  .cab__btn--history.cab__btn--active i {
    background: url(../img/icons/cart-list.png) no-repeat center; }
  .cab__btn--auto i {
    background: url(../img/icons/my-auto.png) no-repeat center; }
  .cab__btn--data i {
    background: url(../img/icons/delivery.png) no-repeat center; }
  .cab__btn span {
    display: block;
    color: #060200;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300; }
  .cab__btn--active span {
    font-weight: 700; }

.cab__links {
  padding: 18px; }

.cab__link {
  display: inline-block;
  padding-right: 60px;
  color: #000100;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px; }
  .cab__link--active, .cab__link:hover {
    font-weight: 700; }
  .cab__link i {
    color: #5f9f04;
    padding-left: 5px; }

.cab__item {
  border-top: 1px solid #e5e5e5;
  padding: 25px 30px 20px;
  display: -ms-flexbox;
  display: flex; }
  .cab__item:nth-last-child(2) {
    border-bottom: 1px solid #e5e5e5; }
  .cab__item_icon {
    margin-top: 15px;
    width: 64px;
    height: 64px;
    border: 1px solid #459514;
    box-sizing: border-box;
    text-align: center;
    line-height: 62px;
    color: #459514;
    font-size: 30px;
    font-weight: 400;
    margin-right: 37px;
    border-radius: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cab__item_icon--sale {
      border: 1px solid #fdde0d;
      background-color: #fdde0d; }
      .cab__item_icon--sale i {
        color: #ffffff; }
  .cab__item_content {
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .cab__item_date {
    color: #777575;
    font-size: 12px;
    font-weight: 400; }
  .cab__item_title {
    display: block;
    color: #060200;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0 10px; }
  .cab__item_subtitle {
    color: #656463;
    font-size: 14px;
    font-weight: 300; }
  .cab__item_details {
    color: #2b3841;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    cursor: pointer; }
    .cab__item_details i {
      padding: 0 5px; }
    .cab__item_details--open i {
      transform: rotate(180deg); }
  .cab__item_hidetext {
    max-width: 434px;
    box-sizing: border-box;
    background-color: #fafafa;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out; }
    .cab__item_hidetext span {
      display: block;
      padding: 25px 35px; }
    .cab__item_hidetext--open {
      max-height: 500px; }
  .cab__item_link {
    color: #4c9710;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-top: 40px; }
    .cab__item_link i {
      font-weight: 400;
      padding-left: 5px; }

.cab__more-btn {
  display: block;
  width: 225px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #007b3d;
  box-sizing: border-box;
  margin: 45px auto 35px;
  color: #000201;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.cab__analog {
  text-align: center;
  padding: 60px 30px; }
  .cab__analog i {
    color: #007b3d;
    font-size: 60px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 35px; }
  .cab__analog_title {
    display: block;
    color: #030000;
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px; }
  .cab__analog_subtitle {
    display: block;
    color: #030000;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px; }
  .cab__analog_phone {
    display: block;
    color: #020400;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 24px; }

.cab__history_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e5e5e5; }
  .cab__history_table tr {
    width: 100%; }
    .cab__history_table tr th {
      padding: 20px 0;
      background-color: #f7f7f7;
      color: #777778;
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 700;
      border-bottom: 1px solid #e5e5e5;
      cursor: pointer; }
      .cab__history_table tr th i {
        position: relative;
        bottom: 3px;
        padding: 0 5px; }
      .cab__history_table tr th.cab__history_sortst i {
        transform: rotate(180deg);
        top: 3px; }
    .cab__history_table tr td {
      text-align: center;
      padding: 30px 0;
      border-bottom: 1px solid #e5e5e5;
      color: #080300;
      font-size: 18px;
      font-weight: 400;
      line-height: 16px; }
  .cab__history_table-link {
    color: #777778;
    text-decoration: underline; }

.cab__garage_item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 60px 20px 80px; }
  .cab__garage_item:hover {
    background: #f0f0f0; }
  .cab__garage_item_img {
    width: 72px;
    height: 72px;
    background-color: #f0f0f0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 100%;
    margin-right: 15px;
    position: relative;
    cursor: pointer; }
    .cab__garage_item_img .overflow {
      overflow: hidden;
      width: 100%;
      height: 100%;
      border-radius: 100%; }
    .cab__garage_item_img:hover .cab__garage_item_img-add {
      opacity: 1;
      visibility: visible; }
    .cab__garage_item_img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .cab__garage_item_img-add {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      opacity: 0;
      visibility: hidden; }
      .cab__garage_item_img-add span {
        color: #ffffff;
        font-family: Roboto;
        font-size: 48px;
        font-weight: 700;
        line-height: 30px; }
      .cab__garage_item_img-add b {
        position: absolute;
        bottom: -35px;
        width: 136px;
        height: 28px;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.27);
        background: black;
        border-radius: 10px;
        text-align: center;
        color: #ffffff;
        font-family: 'Tahoma';
        font-size: 12px;
        font-weight: 400;
        line-height: 30px; }
        .cab__garage_item_img-add b::before {
          position: absolute;
          width: 12px;
          height: 12px;
          background: black;
          transform: rotate(45deg);
          content: '';
          left: 45%;
          top: -4px; }
  .cab__garage_item_content {
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .cab__garage_item_title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .cab__garage_item_title-text {
      display: inline-block;
      margin-right: 15px;
      color: #040000;
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 700; }
  .cab__garage_item--getbtn {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    width: 207px;
    height: 42px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    background-color: #ffffff; }
    .cab__garage_item--getbtn i {
      padding-left: 5px; }
    .cab__garage_item--getbtn:hover {
      color: #ffffff;
      background-image: linear-gradient(41deg, #007b3d 0%, #63a002 100%); }
  .cab__garage_item_data {
    color: #737171;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500; }
    .cab__garage_item_data span {
      padding-right: 7px; }
  .cab__garage_item_vin {
    display: none; }
    .cab__garage_item_vin input {
      width: 165px;
      height: 32px;
      box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.13);
      border-radius: 10px;
      border: 1px solid #429415;
      background: transparent;
      box-sizing: border-box;
      color: #040000;
      font-family: 'Roboto';
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      outline: none;
      margin-right: 10px; }
      .cab__garage_item_vin input.editable {
        box-shadow: none;
        border-color: transparent; }
    .cab__garage_item_vin--link {
      color: #3c9219;
      font-family: Ubuntu;
      font-size: 12px;
      font-weight: 700;
      display: inline-block;
      display: none;
      border-bottom: 1px dashed #3c9219; }
    .cab__garage_item_vin--edit {
      color: #3c9219;
      font-size: 14px;
      font-weight: 400;
      padding: 0 10px;
      cursor: pointer;
      display: none;
      margin-right: 15px; }
    .cab__garage_item_vin--save {
      width: 95px;
      height: 32px;
      border-radius: 10px;
      box-sizing: border-box;
      border: 1px solid #429415;
      color: #020000;
      font-size: 12px;
      font-weight: 500;
      background: transparent;
      margin-right: 15px; }
  .cab__garage_item-addvin {
    height: 20px;
    border-radius: 10px;
    border: 1px solid #429415;
    background-color: #429415;
    display: inline-block;
    margin-right: 15px;
    padding: 0 13px;
    box-sizing: border-box;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    padding-left: 26px; }
    .cab__garage_item-addvin span {
      color: #ffffff;
      position: absolute;
      left: 12px;
      top: 1px;
      font-family: Raleway;
      font-size: 24px;
      font-weight: 500;
      padding-right: 9px; }

.cab__data .input-buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 20px; }

.cab__data_line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 22px 30px 22px 80px;
  border-bottom: 1px solid #e5e5e5; }
  .cab__data_line .editable {
    box-shadow: none;
    border: none; }
  .cab__data_line_span {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #777778;
    font-size: 14px;
    font-weight: 700; }
  .cab__data_line_input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .cab__data_line_input input {
      width: 150px;
      min-width: 100px;
      padding: 0 10px 0 20px;
      box-sizing: border-box;
      color: #8d8e8d;
      font-size: 18px;
      font-weight: 500;
      height: 40px;
      box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.14);
      border-radius: 19px;
      border: 1px solid #ebe8e8;
      background-color: #ffffff;
      box-sizing: border-box;
      outline: none; }
  .cab__data_line--decline {
    position: relative;
    width: 19px;
    height: 19px;
    background: rgba(242, 101, 34, 0.11);
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer; }
    .cab__data_line--decline i {
      color: #fc0516;
      font-size: 12px;
      font-weight: 400;
      line-height: 10px;
      position: relative;
      top: -1px; }
  .cab__data_line--accept {
    position: relative;
    width: 19px;
    height: 19px;
    background-color: rgba(61, 130, 24, 0.11);
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer; }
    .cab__data_line--accept i {
      color: #3d8218;
      font-size: 12px;
      font-weight: 400;
      line-height: 10px;
      position: relative;
      top: -1px; }
  .cab__data_line--edit {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    display: none;
    cursor: pointer; }
    .cab__data_line--edit i {
      color: #3c9219;
      font-size: 14px; }
    .cab__data_line--edit:hover span {
      display: block; }
    .cab__data_line--edit span {
      position: absolute;
      bottom: -35px;
      display: none;
      left: -44px;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.27);
      text-align: center;
      color: #ffffff;
      font-family: 'Tahoma';
      padding: 0 7px 3px;
      background: #2b2b2b;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      border-radius: 10px; }
      .cab__data_line--edit span::before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        top: -5px;
        left: 45%;
        background: #2b2b2b;
        transform: rotate(45deg); }

.cab__data_address {
  padding: 30px 30px 30px 80px;
  border-bottom: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cab__data_address_btns .cab__data_line--edit {
    display: inline-block; }
  .cab__data_address-title {
    color: #080300;
    font-size: 18px;
    font-weight: 700;
    display: block; }
  .cab__data_address-prim {
    display: block;
    color: #777778;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0 5px; }
    .cab__data_address-prim_text {
      color: #080300;
      font-size: 18px;
      font-weight: 400; }

.check-auto {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 0 15px 1px #c0c0c0;
  background: #f8f8f8;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 25px 10px 10px 30px; }
  .check-auto__img {
    width: 90px; }
  .check-auto__left {
    width: 135px;
    padding-right: 20px;
    box-sizing: border-box; }
    .check-auto__left_span {
      display: block;
      margin-right: 15px;
      color: #040000;
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 700; }
  .check-auto__name {
    color: #040000;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 7px; }
  .check-auto__tth {
    color: #737171;
    font-size: 14px; }
    .check-auto__tth span {
      padding-right: 10px; }
  .check-auto__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .check-auto__change {
    color: #6db003;
    font-size: 12px; }
    .check-auto__change i {
      padding-left: 5px; }

.category {
  padding: 10px 35px 0 60px; }
  .category__block {
    border: 1px solid #e4e5e6; }
  .category__title {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fcfbfb; }
    .category__title_span {
      color: #030000;
      font-size: 36px;
      font-weight: 700; }
    .category__title_count {
      color: #030000;
      font-size: 14px;
      font-weight: 500; }
  .category__flex {
    display: -ms-flexbox;
    display: flex; }
  .category__filter {
    width: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .category__filter_flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .category__filter_flex > span {
        color: #000000;
        font-family: 'Raleway';
        font-size: 16px;
        font-weight: 700;
        margin: 0 10px; }
      .category__filter_flex-label {
        width: 105px;
        display: block;
        height: 45px;
        position: relative; }
        .category__filter_flex-label span {
          position: absolute;
          top: 15px;
          left: 14px;
          color: #000000;
          font-size: 14px;
          line-height: 14px;
          font-weight: 400; }
        .category__filter_flex-label input {
          width: 100%;
          height: 45px;
          border-radius: 23px;
          border: 1px solid #e3e3e3;
          background-color: #f9f9f9;
          box-sizing: border-box;
          padding-left: 33px;
          outline: none;
          display: block; }
    .category__filter_top {
      height: 54px;
      background-color: #fcfbfb;
      box-sizing: border-box;
      border-bottom: 1px solid #e5e5e5;
      padding-left: 25px;
      color: #000101;
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 700;
      line-height: 53px; }
    .category__filter_label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 12px; }
      .category__filter_label input {
        display: none; }
        .category__filter_label input:checked ~ span {
          font-weight: 700; }
          .category__filter_label input:checked ~ span .fa-square-o {
            display: none; }
          .category__filter_label input:checked ~ span .fa-check-square-o {
            display: block;
            font-weight: 400;
            color: #4a9711; }
      .category__filter_label_custom {
        color: #2b3841;
        display: block;
        font-size: 12px;
        font-weight: 400;
        padding-right: 10px; }
        .category__filter_label_custom .fa-check-square-o {
          display: none; }
    .category__filter_block {
      padding: 35px 15px 20px;
      border-bottom: 1px solid #e5e5e5; }
    .category__filter_title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      color: #000101;
      font-family: 'Raleway';
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      margin-bottom: 15px; }
      .category__filter_title i.rotate {
        transform: rotate(180deg); }
    .category__filter_drop {
      max-height: 0;
      transition: .25s ease-in-out;
      overflow: hidden; }
      .category__filter_drop--open {
        max-height: 500px; }
    .category__filter_link {
      color: #030000;
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 400;
      display: block;
      margin-bottom: 15px; }
      .category__filter_link i {
        padding-right: 7px; }
  .category__content {
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .category__sort {
    height: 54px;
    background-color: #fcfbfb;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 25px; }
    .category__sort_btns {
      height: 100%; }
      .category__sort_btns i {
        width: 60px;
        height: 100%;
        display: inline-block;
        line-height: 54px;
        text-align: center;
        cursor: pointer;
        font-size: 24px;
        font-weight: 400; }
        .category__sort_btns i:hover, .category__sort_btns i.category__sort_btns--active {
          background-color: #26333c;
          color: #63a002; }
    .category__sort_select span {
      display: inline-block;
      padding-right: 20px;
      color: #000101;
      font-family: 'Raleway';
      font-size: 14px;
      font-weight: 700; }
    .category__sort_select select {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      display: inline-block;
      width: auto;
      border: none;
      background: transparent;
      cursor: pointer;
      outline: none; }
  .category__list {
    border-left: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .category__paged {
    height: 54px;
    background-color: #fcfbfb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px;
    border-top: 1px solid #e5e5e5; }
    .category__paged_prev, .category__paged_next {
      display: block;
      color: #000402;
      font-size: 20px;
      font-weight: 400;
      padding: 5px 7px; }
    .category__paged_bold {
      padding-right: 20px;
      color: #000402;
      font-family: Ubuntu;
      font-size: 16px;
      font-weight: 300; }
      .category__paged_bold b {
        font-weight: 700; }
    .category__paged_div {
      display: block;
      margin: 0 10px;
      height: 40px;
      width: 2px;
      background: #e5e5e5; }

.css-paged-more {
  display: none; }

.cab__sale {
  padding: 70px 50px  70px 80px;
  background-color: #fcfbfb; }
  .cab__sale_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .cab__sale_top span {
      display: block;
      color: #030200;
      padding-right: 20px;
      font-size: 24px;
      font-weight: 700; }
  .cab__sale_flex {
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cab__sale_item {
    width: 49%;
    height: 260px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .cab__sale_item img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0 auto; }
  .cab__sale_link {
    width: 216px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #007b3d;
    box-sizing: border-box;
    color: #000201;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    text-align: center; }

.css-second {
  display: none; }

.item {
  height: 100%;
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: space-between;
      align-items: space-between; }
  .item--container {
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 25%;
    min-height: 360px; }
  .item__sale {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 49px;
    height: 49px;
    background-color: #ff0000;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 900;
    line-height: 49px; }
  .item__favourite {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer; }
    .item__favourite .fa-star {
      display: none; }
    .item__favourite--star .fa-star-o {
      display: none; }
    .item__favourite--star .fa-star {
      display: block;
      color: #609f04; }
  .item__img {
    width: 100%;
    padding: 30px 35px 15px;
    height: 230px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .item__img img {
      max-width: 100%;
      max-height: 100%; }
  .item__title {
    width: 100%;
    box-sizing: border-box;
    color: #010000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 15px 5px 30px; }
  .item__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 20px 30px; }
    .item__price_value {
      color: #2b3841;
      font-size: 14px;
      font-weight: 700; }
      .item__price_value span {
        font-size: 18px; }
    .item__price_status {
      padding-left: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .item__price_status i {
        display: inline;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 11px;
        height: 11px;
        border-radius: 100%;
        margin-right: 12px; }
      .item__price_status--day i {
        background-color: #f9d972; }
      .item__price_status--in i {
        background-color: #429415; }
      .item__price_status span {
        display: block;
        color: #040700;
        font-size: 11px;
        font-weight: 700;
        line-height: 14px; }
  .item__btns {
    display: none; }
  .item:hover {
    z-index: 2;
    width: 120%;
    height: auto;
    left: -10%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
    border-radius: 12px;
    background-color: #ffffff; }
    .item:hover .item__price {
      background-color: #f9f9f9; }
    .item:hover .item__btns {
      display: -ms-flexbox;
      display: flex;
      height: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 0 0 12px 12px;
      overflow: hidden;
      width: 100%; }
    .item:hover .item__btn {
      display: block;
      height: 100%;
      box-sizing: border-box; }
      .item:hover .item__btn_more {
        width: 50%;
        padding-left: 30px;
        padding-right: 10px;
        box-sizing: border-box;
        color: #010400;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .item:hover .item__btn_cart {
        width: 50%;
        cursor: pointer;
        padding-left: 30px;
        padding-right: 10px;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        background-color: #429415; }
        .item:hover .item__btn_cart i {
          padding-right: 15px; }

.cab--section.cab__history .cart__item_delete {
  background: none; }

.js-cab-zakaz {
  display: none; }

.card__add-cart_close {
  cursor: pointer; }

.more-pro-popup {
  padding: 30px;
  overflow: auto;
  box-sizing: border-box; }
  .more-pro-popup .card__about_text {
    max-height: 100000px; }

.popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .1s ease-in-out; }
  .popup-show {
    opacity: 1;
    visibility: visible; }
  .popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .popup-content {
    padding: 25px;
    position: relative;
    max-height: 90%;
    overflow: auto; }
  .popup .popup-close {
    top: 0;
    right: 0; }

.card__about_more {
  cursor: pointer; }

.item__img-hover {
  position: absolute;
  z-index: 99;
  left: -30px;
  top: 5px;
  display: none;
  width: 200px;
  height: 100px;
  background: #eee;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  box-sizing: border-box; }
  .item__img-hover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.menu__item_favourite {
  display: none;
  position: relative; }

.menu__favourite_popup {
  position: absolute;
  z-index: 99;
  left: 80%;
  top: -30px;
  display: block;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
  width: 200px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden; }
  .menu__favourite_popup::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    top: 40px;
    left: -5px; }
  .menu__favourite_popup-open {
    opacity: 1;
    visibility: visible; }
  .menu__favourite_popup span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #000000; }
  .menu__favourite_popup p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 15px; }
  .menu__favourite_popup_btn {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 30px;
    border: 1px solid #007b3d;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer; }

.lines .item__img:hover .item__img-hover {
  display: -ms-flexbox;
  display: flex; }

.lines .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .lines .item:hover {
    width: 102%;
    width: calc(100% + 20px);
    left: -10px;
    height: 100%; }
    .lines .item:hover .item__price {
      height: 100%;
      margin: 0 10px;
      padding: 0 10px; }
      .lines .item:hover .item__price_status {
        padding-left: 0; }
    .lines .item:hover .item__btns {
      width: auto; }
    .lines .item:hover .item__btn_cart {
      width: 39px;
      cursor: pointer;
      padding-left: 0;
      padding-right: 0;
      display: block;
      color: #429415;
      background-color: transparent;
      text-align: center; }
      .lines .item:hover .item__btn_cart i {
        padding-right: 0; }
    .lines .item:hover .item__btn_more {
      width: 30px;
      color: transparent;
      padding: 0;
      font-size: 0; }
      .lines .item:hover .item__btn_more i {
        font-size: 24px; }
  .lines .item--container {
    width: 100%;
    min-height: 130px; }
  .lines .item__img {
    height: 100%;
    width: 90px;
    padding: 0;
    margin-left: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .lines .item__sale {
    top: 20px;
    left: 8px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 12px; }
  .lines .item__title {
    width: 28%; }
  .lines .item__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .lines .item__favourite {
    position: static; }
  .lines .item__btn_cart {
    display: block;
    width: 39px;
    margin-right: 15px;
    height: 39px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #418720;
    box-sizing: border-box;
    color: transparent;
    overflow: hidden; }
    .lines .item__btn_cart i {
      color: #418720;
      display: block;
      font-size: 24px;
      text-align: center;
      padding-right: 3px;
      line-height: 37px; }
    .lines .item__btn_cart:hover {
      background-color: #ffffff;
      background-image: linear-gradient(41deg, #007b3d 0%, #63a002 100%); }
      .lines .item__btn_cart:hover i {
        color: #ffffff; }
  .lines .item__btn_more {
    padding: 0;
    font-size: 0;
    width: 30px;
    color: transparent;
    margin-right: 15px; }
    .lines .item__btn_more i {
      font-size: 24px;
      color: #000000; }
  .lines .item__price {
    width: 28%;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }

.card .check-auto, .card .category__title {
  margin-bottom: 20px; }

.card__add-favourite {
  cursor: pointer; }
  .card__add-favourite span {
    color: #000000;
    padding-left: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; }

.card__status {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 700; }
  .card__status--accept {
    color: #168330;
    background-color: rgba(99, 160, 2, 0.15); }
  .card__status--decline {
    color: #fc0803;
    background-color: rgba(255, 0, 0, 0.15); }

.card__flex {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5; }

.card__block--shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex; }

.card__slider {
  margin-top: 25px; }
  .card__slider-block {
    width: 380px;
    box-sizing: border-box;
    padding: 24px;
    border-right: 1px solid #e5e5e5; }
  .card__slider_img {
    height: 240px; }
    .card__slider_img img {
      width: 100%; }
  .card__slider_item {
    outline: none; }
    .card__slider_item img {
      width: 90px;
      margin: 0 auto; }
  .card__slider_btn {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 1px solid #2b2c31;
    box-sizing: border-box;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    top: 45%;
    top: calc(50% - 12px); }
    .card__slider_btn:hover {
      background-color: #429415;
      color: #ffffff; }
    .card__slider_btn--prev {
      left: 0; }
    .card__slider_btn--next {
      right: 0; }
  .card__slider_span {
    color: #000000;
    margin-bottom: 20px;
    display: block;
    font-size: 12px;
    font-weight: 700; }
  .card__slider_status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px; }
    .card__slider_status > span {
      -ms-flex-positive: 2;
          flex-grow: 2;
      color: #000406;
      font-size: 13px;
      font-weight: 500;
      line-height: 16px; }
      .card__slider_status > span i {
        display: inline-block;
        margin-right: 10px;
        width: 8px;
        height: 8px;
        border-radius: 100%; }
      .card__slider_status > span.card__slider_status--in i {
        background-color: #429415; }
      .card__slider_status > span.card__slider_status--day i {
        background-color: #f9d972; }
      .card__slider_status > span.card__slider_status--long i {
        background-color: #f7941c; }
    .card__slider_status label {
      padding-left: 15px;
      margin-bottom: 0; }
      .card__slider_status label span {
        font-size: 16px; }
  .card__slider_price {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .card__slider_form {
    display: block;
    padding-top: 20px; }
    .card__slider_form b {
      display: block;
      margin-bottom: 20px; }
    .card__slider_form input[type='submit'] {
      float: right;
      width: 27%; }
    .card__slider_form_text {
      font-size: 12px;
      font-weight: 300;
      line-height: 16px; }
      .card__slider_form_text::before {
        display: block;
        content: '.';
        clear: both;
        opacity: 0; }
  .card__slider_cart {
    height: 56px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    background-color: #ff2833;
    color: #ffffff;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(41deg, #007b3d 0%, #63a002 100%); }

.card__deliv_block {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px 20px 40px; }
  .card__deliv_block:last-child {
    border: none; }

.card__deliv_title {
  display: block;
  margin-bottom: 12px;
  color: #000101;
  font-size: 16px;
  font-weight: 700; }

.card__deliv_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card__deliv_flex-item {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px; }
    .card__deliv_flex-item--img {
      height: 28px; }
    .card__deliv_flex-item--border {
      border-bottom: 1px solid #e5e5e5; }
    .card__deliv_flex-item span {
      color: #479612;
      display: block;
      font-size: 14px;
      font-weight: 400; }
    .card__deliv_flex-item:nth-child(even) {
      border-right: none;
      padding-left: 10px; }

.card__analog_title {
  padding: 25px 20px 25px 40px;
  background-color: #fcfbfb;
  border-bottom: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .card__analog_title b {
    color: #2b3841;
    font-size: 24px;
    font-weight: 700;
    padding-right: 40px; }
  .card__analog_title span {
    text-align: right;
    color: #2b3841;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }

.card__analog_item {
  padding: 35px 40px;
  border-bottom: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .card__analog_item i {
    font-size: 18px; }
  .card__analog_item-title {
    padding-left: 40px;
    color: #010000;
    font-size: 14px;
    font-weight: 700;
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .card__analog_item-link {
    display: block;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border: 1px solid #007b3d;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    color: #010400;
    font-size: 18px;
    font-weight: 400;
    margin-left: 40px; }
  .card__analog_item-price {
    color: #2b3841;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px; }
    .card__analog_item-price b {
      font-size: 36px; }

.card__about {
  display: -ms-flexbox;
  display: flex; }
  .card__about_block {
    width: 50%;
    padding: 60px 35px;
    box-sizing: border-box; }
    .card__about_block:last-child {
      border-left: 1px solid #e5e5e5; }
  .card__about_title {
    display: block;
    margin-bottom: 30px;
    color: #2b3841;
    font-size: 16px;
    font-weight: 700; }
  .card__about_caption span {
    color: #020500;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    padding: 0 10px; }
    .card__about_caption span b {
      font-size: 30px; }
  .card__about_text {
    color: #2b3841;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
    max-height: 142px;
    overflow: hidden; }
  .card__about_more {
    color: #3c9219;
    display: inline-block;
    font-size: 14px;
    font-weight: 700; }
    .card__about_more span {
      display: inline-block;
      border-bottom: 1px dashed #3c9219; }
    .card__about_more i {
      padding-left: 10px; }
  .card__about_table {
    width: 100%;
    color: #2b3841;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px; }
    .card__about_table tr td {
      width: 50%;
      box-sizing: border-box;
      padding-left: 22px;
      height: 35px; }
    .card__about_table tr:nth-child(odd) {
      background-color: #fcfbfb; }

.card__login {
  padding: 25px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .card__login i {
    color: #007b3d;
    font-size: 30px;
    font-weight: 400;
    padding-right: 25px; }
  .card__login_text {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding-right: 30px; }
  .card__login_input {
    width: 206px;
    height: 41px;
    box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.14);
    border-radius: 19px;
    border: 1px solid #ebe8e8;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 15px 0 0;
    color: #8d8e8d;
    font-size: 14px;
    font-weight: 700;
    outline: none; }
  .card__login_btn {
    width: 127px;
    height: 39px;
    border-radius: 20px;
    border: 1px solid #007b3d;
    cursor: pointer;
    color: #000201;
    background: none;
    outline: none;
    font-size: 12px;
    font-weight: 500; }

.card__add-cart {
  position: relative;
  max-width: 974px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  margin: 0 auto; }
  .card__add-cart_close {
    position: absolute;
    top: -14px;
    right: -15px;
    width: 49px;
    height: 49px;
    background-color: #ffffff;
    color: #030000;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 49px;
    border-radius: 100%; }
  .card__add-cart .cart__list_captions {
    background: #fff; }
  .card__add-cart_title {
    display: block;
    padding: 35px 0;
    background-color: #f9f9f9;
    text-align: center;
    color: #030000;
    font-family: 'Raleway';
    font-size: 36px;
    font-weight: 700; }

.cab__breadcrumbs_link--prev {
  padding-right: 30px; }
  .cab__breadcrumbs_link--prev::after {
    display: none; }

.header__search--mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.menu__butter {
  display: none; }

.mobile-getcall {
  display: none; }

.vin-page-input {
  width: 210px;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .vin-page-input input, .vin-page-input select {
    width: 45% !important;
    margin: 0 !important; }

.vin-page-block {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0; }
  .vin-page-block-left {
    width: 55%;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 30px;
    box-sizing: border-box; }
  .vin-page-block-right {
    box-sizing: border-box;
    width: 45%;
    padding: 40px;
    border-left: 1px solid #ccc; }
    .vin-page-block-right-title {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      display: block; }
      .vin-page-block-right-title::before {
        position: absolute;
        top: -5px;
        left: -25px;
        content: '\f05a';
        font-family: "FontAwesome";
        color: #348e1e;
        font-size: 22px; }
    .vin-page-block-right-text {
      font-size: 12px; }

.green {
  color: green; }

.red {
  color: red; }

.vin-page-block-line {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .vin-page-block-line label {
    margin: 0 !important;
    width: 30%; }
    .vin-page-block-line label input {
      width: 100%; }
  .vin-page-block-line b {
    padding-right: 12px; }
  .vin-page-block-line-add {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #007b3d;
    margin-top: 35px;
    cursor: pointer; }
  .vin-page-block-line-remove {
    background: #ccc;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    color: #f51c3d;
    cursor: pointer; }

.header__cab_popup-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center; }

.header__cab_popup-nonumber, .header__cab_popup-sms-block {
  display: none; }

.filter {
  padding: 0 0 70px; }
  .filter-content {
    padding: 0 35px; }
  .filter--top {
    padding: 20px;
    background-color: #fcfbfb; }
  .filter .category__title {
    border: none; }
  .filter--count {
    padding: 20px 0;
    text-align: center;
    color: #8b8b8a;
    font-size: 18px;
    font-weight: 700; }
    .filter--count span {
      color: #0976bf; }
  .filter__block {
    border-radius: 6px;
    border: 1px solid #e9eaeb;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden; }
    .filter__block_img {
      position: absolute;
      bottom: 0;
      right: 0; }
    .filter__block_title {
      height: 85px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      box-sizing: border-box;
      padding: 0 30px;
      background-color: #fcfbfb;
      border-bottom: 1px dotted #e9eae8; }
      .filter__block_title img {
        display: block;
        margin-right: 25px; }
      .filter__block_title span {
        color: #020400;
        font-family: "Raleway";
        font-size: 24px;
        font-weight: 700; }
    .filter__block_content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .filter__block_caption {
      display: block;
      font-size: 18px;
      font-weight: 700;
      color: #040000;
      padding: 5px 0; }
    .filter__block_text {
      display: block;
      color: #040000;
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      padding: 5px 0; }
      .filter__block_text--un {
        color: #9e9d9d;
        cursor: default; }
        .filter__block_text--un span {
          display: none; }
      .filter__block_text span {
        color: #0976bf;
        font-size: 10px;
        font-weight: 700;
        padding-left: 8px; }
    .filter__block_section {
      position: relative;
      padding: 30px;
      box-sizing: border-box;
      width: 25%;
      border-right: 1px solid #f1f1f1; }

@media screen and (max-width: 1400px) {
  .item--container {
    width: 33.333%; } }

@media screen and (max-width: 1320px) {
  .footer__top {
    padding: 35px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .header__cart_icon {
    opacity: 1; }
  .header__cart_popup:before, .header__cab_popup:before {
    display: none; }
  .header__cab_popup-content {
    padding: 10px; }
  .header__cab_popup-input {
    font-size: 14px;
    width: 130px; }
  .header__cart_popup, .header__cab_popup {
    width: 320px;
    top: 100%;
    right: 0; }
  .header__cart {
    position: static; }
  .header__cart_container {
    position: relative; }
  .header {
    position: relative; }
  .header__cab_count {
    top: 5px;
    width: 14px;
    height: 14px;
    font-size: 9px;
    line-height: 14px; }
  .header__cart_item-title {
    width: 100%;
    font-size: 12px; }
  .header__cart_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
  .header__cart_popup-caption span:first-child {
    display: none; }
  .header__cart_item-sum {
    -ms-flex-positive: 2;
        flex-grow: 2;
    text-align: right; }
  .mobile-getcall {
    display: block;
    color: #fafcf8;
    padding-top: 15px;
    padding-left: 30px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px; }
  .header__phones_numbers_mobile {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../img/icons/phone-white.png) no-repeat center; }
  .header__phones {
    padding-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 10px; }
  html {
    overflow-x: hidden; }
  .header__phones_numbers {
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 320px;
    right: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.41);
    background-color: #2b3841;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding: 15px; }
    .header__phones_numbers--open {
      opacity: 1;
      visibility: visible; }
  .header__phones_all {
    display: none; }
  .header__phones_popup {
    position: static;
    display: -ms-flexbox;
    display: flex;
    background: #2b3841;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 1;
    visibility: visible; }
    .header__phones_popup::before {
      display: none; }
  .tabs__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px; }
  .tabs {
    padding: 15px; }
  .header__phones_popup-title {
    display: none; }
  .header__phones_popup-content {
    background: none;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .header__phones_popup-oper {
    display: none; }
  .header__phones_popup-num {
    color: #ffffff;
    padding-left: 30px;
    font-size: 12px; }
  .header__phones_popup-line {
    border: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    .header__phones_popup-line:hover {
      background: none; }
  .header__phones_getcall {
    display: none; }
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-sizing: border-box; }
  .header__logo {
    width: 100%;
    height: 37px; }
  .header__search--icon {
    width: 25px;
    cursor: pointer;
    height: 25px;
    background: url(../img/icons/search.png) no-repeat center; }
  .header__search {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .header__search_form {
    margin-right: 0;
    margin-bottom: 10px; }
  .menu__butter {
    color: #ffffff;
    display: block;
    padding-left: 23px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    height: 28px;
    -ms-flex-positive: 2;
        flex-grow: 2;
    cursor: pointer; }
  .page {
    position: relative; }
  .menu {
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    top: 0;
    left: 0; }
    .menu--open {
      opacity: 1;
      visibility: visible; }
  .header__cab_popup {
    z-index: 2; }
  .header__phones_main {
    padding-left: 0;
    background: none; }
  .header__vin_popup::before {
    display: none; }
  .header__vin {
    position: static; }
  .header__vin_popup {
    width: 320px;
    border-radius: 0;
    padding-top: 15px;
    left: auto;
    top: 100%;
    right: 0; }
  .header__vin_popup-top {
    padding: 0 10px;
    border: none;
    margin-bottom: 0; }
  .header__vin_title {
    font-size: 14px;
    padding: 0;
    text-align: center; }
  .header__vin_subtitle {
    padding: 0;
    font-size: 13px;
    text-align: center;
    display: block; }
  .header__vin_btn {
    margin: 15px auto; }
  .header__vin_popup-bottom_title {
    font-size: 14px;
    text-align: center; }
  .header__vin_popup-bottom {
    padding: 15px 10px; }
  .header__vin_popup-bottom_flex img {
    width: 50%; }
  .header__vin_popup-bottom_flex span {
    font-size: 11px;
    line-height: 12px; }
  .header__search--mobile {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 320px;
    right: 0;
    -ms-flex-pack: center;
        justify-content: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.41);
    background-color: #2b3841;
    padding: 15px; }
    .header__search--mobile--open {
      opacity: 1;
      visibility: visible; }
  .header__logo img {
    height: 20px;
    margin-right: 15px; }
  .header__btns {
    height: 37px; }
  .header__cart_container {
    width: 50px; }
  .header__cart_count {
    top: 4px;
    right: 4px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px; }
  .header__logo span {
    font-size: 12px; }
    .header__logo span b {
      font-size: 20px;
      display: inline-block;
      padding-left: 7px;
      position: relative;
      top: 3px; }
  .popular__category {
    width: 100%;
    padding: 15px; }
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .footer__menu_item {
    margin-left: 20px; }
  .footer__menu {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px; }
  .footer__phones {
    padding: 0 10px 20px; } }

@media screen and (max-width: 1100px) {
  .tabs__area_item, .tabs__area-model_item {
    width: 25%; }
  .filter__block_section {
    padding: 15px 20px; }
  .filter__block_img {
    display: none; }
  .category {
    padding: 15px; }
  .category__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .category__filter {
    width: 100%; }
  .category__filter_block {
    padding: 15px 15px 0;
    display: none; }
  .category__filter:hover .category__filter_block {
    display: block; }
  .category__title_span {
    font-size: 22px; }
  .category__filter_top {
    font-size: 14px;
    padding-left: 15px; }
  .category__filter_title {
    font-size: 13px; }
  .card__flex, .card__block--shadow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .card__slider-block {
    margin: 0 auto;
    width: auto;
    max-width: 400px;
    border: none; }
  .card__deliv {
    max-width: 450px;
    margin: 0 auto; } }

@media screen and (max-width: 1000px) {
  .cart {
    padding: 40px 15px; }
  .card__analog_title {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .card__analog_title span {
    display: block;
    text-align: center; }
  .card__analog_item {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .card__analog_item-price b {
    font-size: 16px; }
  .card__analog_item-price {
    font-size: 14px; }
  .card__analog_item-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 15px;
    border: none;
    width: 25px;
    margin-left: 0; }
  .card__about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .card__about_block {
    padding: 15px;
    width: 100%; }
  .card__about_table tr td {
    padding-left: 5px; }
  .card__login {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .card__add-cart {
    max-width: 95%; }
  .card__add-cart_title {
    font-size: 18px;
    padding: 15px; }
  .category__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .category__title_span {
    padding-right: 15px; }
  .card__analog_item-title {
    -ms-flex-order: -1;
        order: -1;
    width: 100%;
    padding-left: 0; }
  .card__analog_title b {
    font-size: 14px; }
  .category__sort {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px  0 0 15px; }
  .cab__sale {
    padding: 30px 15px; }
  .cab__sale_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .cab__sale_top span {
    margin-bottom: 12px;
    font-size: 14px;
    width: 100%;
    text-align: center; }
  .cab__sale_flex {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .check-auto {
    padding: 15px; }
  .check-auto__left_span {
    font-size: 12px; }
  .cab__sale_item {
    width: 100%;
    max-width: 500px; }
  .category__sort_btns {
    height: 50px;
    text-align: right;
    width: 100%; }
  .category__sort_select {
    width: 100%; }
  .cart__title h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0; }
  .cart__title {
    padding: 10px; }
  .cart__steps {
    padding: 0; }
  .cart__list_title {
    padding: 10px 15px;
    font-size: 18px; }
  .cart__step {
    width: 25%; }
    .cart__step:last-child {
      border: none; }
    .cart__step_text {
      display: none; }
  .cart__title span {
    font-size: 14px; }
  .cart__item_delete {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px; }
  .cart__list_sale {
    padding: 20px 15px; }
  .cart__list_sale_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .cart__list_sale_title {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 10px; }
  .cart__list_btns {
    padding: 20px 15px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
  .cart__list_prev {
    margin-bottom: 20px; }
  .cart__list_sale_btn {
    width: 100%;
    display: block;
    border: none;
    text-align: center; }
  .cart__list_sale_input {
    margin-bottom: 25px; }
  .cab__garage_item {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cab__garage_item--getbtn {
    margin: 0 auto;
    display: none; }
  .cab__garage_item-addvin {
    display: none; }
  .cab__garage_item:hover .cab__garage_item-addvin, .cab__garage_item:hover .cab__garage_item--getbtn {
    display: inline-block;
    margin: 10px auto; }
  .cab__garage_item_vin--link {
    margin-bottom: 10px; }
  .cab__garage_item_content {
    width: calc(100% - 100px); }
  .cab__garage_item_vin input {
    width: 130px; }
  .cab__data_line {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .cab__data_line_span {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 12px; }
  .cab__data_line_input input {
    width: 190px; }
  .cab__garage_item_title {
    -ms-flex-direction: column;
        flex-direction: column; }
  .cab__data_address {
    padding: 15px 10px; }
  .cab__data_address_btns {
    width: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (max-width: 900px) {
  .cart__list_captions {
    display: none; }
  .item__img {
    padding: 15px;
    height: 155px; }
  .item__sale {
    top: 7px;
    left: 7px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 10px; }
  .item__favourite {
    top: 7px;
    right: 7px; }
  .item:hover {
    width: 106%;
    left: -3%; }
  .cart__item {
    padding: 10px; }
  .cart__item_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cart__item_price {
    width: 100%;
    padding: 15px 0 10px;
    position: relative;
    text-align: right; }
    .cart__item_price::before {
      position: absolute;
      color: #777778;
      font-size: 14px;
      font-weight: 700;
      left: 0;
      content: 'Цена'; }
  .cart__item_count {
    width: 100%;
    padding: 15px 0 10px;
    position: relative;
    text-align: right; }
    .cart__item_count-block {
      display: inline-block; }
    .cart__item_count::before {
      position: absolute;
      color: #777778;
      font-size: 14px;
      font-weight: 700;
      left: 0;
      content: 'Кол-во'; }
  .cart__item_sum {
    width: 100%;
    padding: 15px 0 10px;
    position: relative;
    text-align: right; }
    .cart__item_sum::before {
      position: absolute;
      color: #777778;
      font-size: 14px;
      font-weight: 700;
      left: 0;
      content: 'Сумма'; }
  .cart__list_all b {
    font-size: 34px; }
  .advantages__item {
    width: 48%;
    margin-bottom: 25px; }
  .tabs__area_item, .tabs__area-model_item {
    width: 33.333%; }
  .popular {
    padding: 15px; }
  .popular__title {
    font-size: 16px;
    margin-bottom: 10px; }
  .advantages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .tabs__area_item-min {
    width: 20%; }
  .tabs__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0; }
  .tabs__items {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .footer__address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .news {
    padding: 45px 10px; }
    .news__block {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 15px; }
      .news__block_left, .news__block_right {
        width: 100%; }
    .news__title {
      font-size: 32px;
      line-height: 40px; }
    .news__img {
      margin-bottom: 25px; }
    .news .news__consult_phone {
      font-size: 32px; }
    .news__text {
      font-size: 14px;
      margin-bottom: 14px;
      line-height: 22px; }
  .cart__deliv_title {
    padding: 15px 10px;
    font-size: 18px; }
  .cart__deliv_header {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .cart__deliv_header > span {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 15px; }
  .cart__deliv_header .cart__analog_form {
    margin: 0; }
  .cart__deliv_data {
    padding: 20px 10px; }
  .cart__deliv_data_item {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .cart__deliv_check {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .cart__deliv_check span {
    display: block;
    text-align: center;
    padding-top: 10px;
    width: 100%; }
  .cart__deliv_check-cur {
    text-align: center;
    display: block; }
  .cab__block_title {
    font-size: 22px;
    line-height: 30px;
    padding: 15px 10px; }
  .cab__btn span {
    display: none; }
  .cab__btn {
    padding: 15px 0; }
  .cart__deliv_data_item span {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 10px; }
  .cab__item {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cab__item_link {
    margin-top: 20px;
    width: 100%;
    text-align: right; }
  .cab__item_icon {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 15px;
    font-size: 11px;
    line-height: 24px; }
  .cab__item_title {
    font-size: 14px;
    padding-top: 5px; }
  .cab__item_hidetext {
    max-width: 100%;
    font-size: 12px;
    box-sizing: border-box; }
    .cab__item_hidetext span {
      padding: 20px 15px; }
  .cab__item_content {
    width: 85%; }
  .cab__analog_title {
    font-size: 24px; }
  .cab__analog_phone {
    font-size: 30px; }
  .cab__analog {
    padding: 30px 0; } }

@media screen and (max-width: 800px) {
  .vin-page-block-right {
    display: none; }
  .filter__block_section {
    width: 100%;
    padding: 0 10px; }
  .vin-page-block-left {
    width: 100%; }
  .item--container {
    width: 50%;
    min-height: 280px; }
  .item__price {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .item__price_status {
    padding-left: 0;
    width: 100%;
    margin: 10px 0; }
  .item__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .item:hover .item__btns {
    height: 65px; }
  .item:hover .item__btn_more {
    width: 100%;
    height: 35px;
    text-align: center;
    display: block;
    padding: 10px; }
  .item__title {
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px; }
  .item:hover .item__btn_cart {
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center; } }

@media screen and (max-width: 700px) {
  .advantages__item {
    width: 100%; }
  .filter__block_content {
    max-height: 0;
    overflow: hidden; }
    .filter__block_content--open {
      max-height: 100vh;
      overflow: auto; }
  .filter__block_title {
    padding: 15px;
    height: auto;
    background: url(../img/icons/arrow-bottom.png) no-repeat 95% center, #fcfbfb; }
    .filter__block_title img {
      height: 24px; }
    .filter__block_title span {
      font-size: 14px;
      line-height: 16px; }
  .filter-content {
    padding: 0 10px; }
  .lines .item__favourite, .lines .item__btns {
    display: none; }
  .lines .item {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .lines .item__price {
    width: 100%;
    height: auto;
    padding: 0 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .lines .item:hover .item__btns {
    width: 100%;
    -ms-flex-order: 6;
        order: 6;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .lines .item:hover .item__favourite {
    -ms-flex-order: 5;
        order: 5;
    height: 0;
    position: relative;
    top: 15px;
    left: 15px;
    display: block; }
  .check-auto__left {
    padding: 0; }
  .check-auto__left_span {
    margin: 0; }
  .check-auto__name {
    font-size: 14px; }
  .check-auto__img {
    width: 45px !important; }
  .check-auto {
    padding: 5px; }
  .lines .item:hover .item__price {
    height: auto;
    margin: 0;
    padding: 10px; }
  .lines .item:hover {
    height: auto; }
  .lines .item__price_status {
    margin: 0; }
  .lines .item__img {
    height: 70px; }
  .lines .item__title {
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .cab__history_table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: 1px solid #e5e5e5; }
    .cab__history_table tr td {
      border: none;
      padding: 10px;
      text-align: right;
      position: relative; }
      .cab__history_table tr td:nth-child(1), .cab__history_table tr td:nth-child(3) {
        display: block; }
      .cab__history_table tr td:nth-child(2), .cab__history_table tr td:nth-child(4), .cab__history_table tr td:nth-child(5) {
        display: none; }
      .cab__history_table tr td::before {
        position: absolute;
        left: 10px;
        color: #777778;
        font-size: 12px;
        font-weight: 700; }
      .cab__history_table tr td:nth-child(1)::before {
        content: 'Номер заказа'; }
      .cab__history_table tr td:nth-child(2)::before {
        content: 'Сумма'; }
      .cab__history_table tr td:nth-child(3)::before {
        content: 'Дата'; }
      .cab__history_table tr td:nth-child(4)::before {
        content: 'Статус заказа'; }
      .cab__history_table tr td:nth-child(5)::before {
        content: 'Авто '; }
    .cab__history_table tr:hover td:nth-child(2), .cab__history_table tr:hover td:nth-child(4), .cab__history_table tr:hover td:nth-child(5) {
      display: block; }
    .cab__history_table tr:first-child {
      display: none; }
  .cab__more-btn {
    width: 200px;
    margin: 20px auto; }
  .cab__link {
    padding-right: 20px; }
  .tabs__area-year_item {
    width: 20%; }
  .footer__address_item {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 15px; }
  .footer__phone_icon {
    background: none; }
  .cart__popup {
    width: 99%;
    padding: 40px 10px; }
  .cart__popup i {
    font-size: 40px;
    margin-bottom: 20px; }
  .cart__popup_title {
    font-size: 24px;
    margin-bottom: 20px; }
  .cart__popup_text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px; }
  .footer__phone {
    padding-left: 0;
    margin: 0 auto 10px; }
  .footer__phones {
    text-align: center; }
  .tabs__top {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .tabs__top_span2 {
    padding-left: 0;
    display: block;
    text-align: center; }
  .tabs__top_span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    display: block; }
    .tabs__top_span br {
      display: none; }
  .popular__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .popular__list_block:first-child {
    border: none; }
  .popular__btns {
    padding: 15px 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .popular__btns a {
      margin-bottom: 15px; }
  .popular__list_block {
    width: 100%;
    padding: 0 !important; }
  .tabs__area_item, .tabs__area-model_item {
    width: 50%; }
  .tabs__area_item-min {
    width: 33.333%; }
  .cart__analog_form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center; }
  .cart__analog_form input[type='submit'] {
    width: 50%;
    display: block;
    margin-top: 10px; }
  .cart__list_next {
    width: 240px;
    font-size: 14px; }
  .cart__analog_text {
    font-size: 16px; }
  .check-auto__tth span {
    display: block;
    padding: 0;
    text-align: right; }
  .check-auto {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .check-auto__img {
    width: 55px; }
  .check-auto__content {
    -ms-flex-align: start;
        align-items: flex-start; } }

@media screen and (max-width: 500px) {
  .card__slider-block {
    padding: 15px; }
  .header__cab_title {
    display: none; }
  .css-first {
    display: none; }
  .css-second {
    display: block;
    margin: 15px auto; }
  .card__login_input {
    margin: 10px; }
  .category__title_span {
    padding: 0 0 10px;
    font-size: 19px; }
  .category__sort_select {
    margin-bottom: 20px; }
  .category__paged {
    display: none; }
  .css-paged-more {
    display: block;
    margin: 15px auto; }
  .cart__deliv_check {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .item:hover .item__btn_more {
    padding: 0 10px;
    text-align: right; }
  .item:hover .item__btn_cart {
    height: 30px; }
  .category__title_count {
    display: block;
    width: 100%;
    text-align: center; }
  .category__filter_top {
    background: url(../img/icons/arrow-bottom.png) no-repeat 92% center, #fcfbfb; }
  .header__cab {
    width: auto; }
  .header__cab_name {
    display: none; }
  .advantages__item_text {
    padding: 0 15px; }
  .menu__butter.butter-open i::before {
    content: '\f00d'; }
  .vin-page-block-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .vin-page-block-line label:first-child {
    width: 80%;
    margin-bottom: 5px !important; }
  .cart__list_btns {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .cart .cart__list_btns {
    -ms-flex-direction: column;
        flex-direction: column; }
  .cart__item_text {
    padding-right: 0;
    width: 70%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .cart__item_name {
    line-height: 15px; }
  .cart__deliv_data_item {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .cart__item_img {
    width: 25%;
    margin: 0 5% 0 0; }
  .cart__list_next {
    margin-bottom: 15px; }
  .check-auto__name {
    text-align: right; }
  .cab__links {
    display: none; }
  .cab__garage_item_img {
    width: 55px;
    height: 55px; }
  .cab__garage_item_data span {
    display: inline-block; }
  .cab__garage_item_vin input, .cab__garage_item_vin--save {
    margin: 0 auto 7px;
    display: block; }
  .cab__history_table-link {
    text-decoration: none; }
  .card__add-favourite {
    width: 100%;
    text-align: left; }
  .card__slider_img {
    height: 180px; }
    .card__slider_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .check-auto {
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 15px 7px 7px 7px; }
  .header__vin {
    width: 100%;
    text-align: left; }
  .header__phones_main, .mobile-getcall {
    text-align: left; }
  .tabs__area-modif .tabs__area-model_item span {
    font-size: 11px; }
  .header__phones_numbers {
    width: 310px; }
  .tabs__area-year_item {
    width: 33.333%; }
  .menu__list_item--all span {
    color: #ffffff;
    font-weight: bold; }
  .menu__list_item--all i {
    color: #ffffff;
    opacity: 1; }
  .news__consult_need {
    font-size: 24px; }
  .news__consult_span {
    font-size: 18px; }
  .news .news__consult_phone {
    font-size: 26px; }
  .tabs__bottom_text {
    font-size: 16px;
    text-align: left; }
    .tabs__bottom_text i {
      display: none; }
    .tabs__bottom_text span {
      display: block; }
  .tabs__item {
    background: url(../img/icons/arrow-bottom.png) no-repeat 92% center; }
  .slick-track {
    display: none; }
  .card__slider_btn {
    top: -130px; }
  .cab__sale_item {
    height: auto; }
  .card__deliv_block {
    padding: 15px; }
  .cart__analog_form input[type='submit'] {
    width: 70%; }
  .card__slider_form b {
    width: 100%; }
  .card__slider_form {
    display: -ms-flexbox;
    display: flex; }
  .card__login_text {
    padding: 0 0 15px;
    text-align: center;
    display: block;
    width: 100%; } }
