
@charset "UTF-8";
@import url(swiper.min.css);
@import url(nouislider.min.css);
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

a, button {
  outline: none;
  cursor: pointer; }

li {
  list-style: none; }

button {
  background: none;
  border: none; }

b {
  display: inline;
  font-weight: 700; }

a, button, input, textarea {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border-collapse: collapse;
  box-sizing: border-box; 
  --main-border-radius:7px;
  --main-color:#ff8b00;
  --cancel-color:#ccc;
  --base-font-size:14px;
  --block-border-color:#f6f6f6;
  --table-header-bg:#d2d8e1;
  --body-bg:#f9f9f9;

  --yellow-availability-color:#FFF779;
  --red-availability-color:#FF7979;
  --green-availability-color:#79FFAD;
}

input, textarea {
  display: block; }

a, span, button, i {
  display: inline-block; }

/******* input,textarea *******/
textarea {
  resize: none;
  outline: none;
  border: none;
  overflow: auto;
  -webkit-appearance: none;
  border-radius: var(--main-border-radius
    );
  background: none; }

input {
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: none; }  

input[type='number'] {
  -moz-appearance: textfield; }

.msg__to_write input[type='number'] { outline: unset;border: 1px solid #e2e2e2;-moz-appearance: unset !important;height: 25px;padding: 5px;  padding-right: 5px;padding-right: 0;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="submit"],input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  background: none;
  display: none; }  

* {
  outline: none; }

.search-field input::-webkit-input-placeholder {
  color: #888888; }

.search-field input::-moz-placeholder {
  color: #888888; }

.search-field input:-moz-placeholder {
  color: #888888; }

.search-field input:-ms-input-placeholder {
  color: #888888; }

.field-input.input-error input::-webkit-input-placeholder {
  color: #f2171e; }

.field-input.input-error input::-moz-placeholder {
  color: #f2171e; }

.field-input.input-error input:-moz-placeholder {
  color: #f2171e; }

.field-input.input-error input:-ms-input-placeholder {
  color: #f2171e; }

input::-webkit-input-placeholder {
  color: #000; }

input::-moz-placeholder {
  color: #000; }

input:-moz-placeholder {
  color: #000; }

input:-ms-input-placeholder {
  color: #000; }

.field-input.input-error textarea::-webkit-input-placeholder {
  color: #f2171e; }

.field-input.input-error textarea::-moz-placeholder {
  color: #f2171e; }

.field-input.input-error textarea:-moz-placeholder {
  color: #f2171e; }

.field-input.input-error textarea:-ms-input-placeholder {
  color: #f2171e; }

textarea::-webkit-input-placeholder {
  color: #000; }

textarea::-moz-placeholder {
  color: #000; }

textarea :-moz-placeholder {
  color: #000; }

textarea:-ms-input-placeholder {
  color: #000; }

input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

textarea:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

*:after {
  -webkit-transition: all 0.34s ease;
  transition: all 0.34s ease; }

*:before {
  -webkit-transition: all 0.34s ease;
  transition: all 0.34s ease; }

/*fonts*/
input:focus::-webkit-input-placeholder {
  opacity: 0 !important; }

input:focus:-ms-input-placeholder {
  opacity: 0 !important; }

input:focus::-ms-input-placeholder {
  opacity: 0 !important; }

input:focus::placeholder {
  opacity: 0 !important; }

/*body*/
body {
  font-style: normal;
  color: #000;
  margin: 0;
  padding: 0px;
  background-size: cover;
  background: var(--body-bg);
  font-family: 'Roboto', sans-serif; }

a,
button {
  color: #000; }

p, li {
  line-height: 30px; }

.text-center {
  text-align: center; }

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; overflow: hidden;}

.swiper-container {border-radius: 7px;}

main {
  display: block; }

.container {
  width: 100%;
  max-width: 1350px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px; }

footer {
  width: 100%;
  margin: auto auto 0 auto; }

ol {
  counter-reset: li; }
  ol li:before {
    content: "2." counter(li);
    counter-increment: li;
    font-size: 14px;
    line-height: 1.25;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    color: #000000; }

.color-orange {
  color: #ef7f1a !important; }

.text-medium {
  font-weight: 500 !important; }

.bg-white {
  background: #fff !important; }

.bg-orange {
  background: #ff8b00 !important; }

.bg-gray {
  background: #f1f1f1 !important; }

.orange-button > * {
  background: #ff8b00;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  padding: 8px 20px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; 
  border-radius: 7px;
}
  .orange-button > *:hover {
    background: #e27b00; }
  .orange-button > *:active {
    background: #e27b00; }
.orange-button span {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .orange-button span:hover {
    background: #e27b00; }
  .orange-button span:active {
    background: #e27b00; }

.city-dropdown {
  padding: 12px 20px 20px 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .city-dropdown__close {
    position: absolute;
    left: 20px;
    top: 12px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2; }
    .city-dropdown__close img {
      max-width: 24px;
      height: auto; }
    .city-dropdown__close:hover {
      opacity: .65; }
  .city-dropdown__title {
    color: #000000;
    font-weight: 300;
    line-height: 1.25;
    font-size: 20px;
    text-align: center; }
  .city-dropdown__list {
    margin-top: 22px; }
    .city-dropdown__list ul {
      -webkit-column-count: 5;
              column-count: 5; }
      .city-dropdown__list ul li a {
        font-size: 16px;
        color: #000000;
        font-weight: 300;
        -webkit-transition: all .15s ease;
        transition: all .15s ease; }
        .city-dropdown__list ul li a:hover {
          text-decoration: underline;
          color: #ff8b00; }

.header {
  z-index: 5; }
  .header__manager-text {
    font-size: 14px;
    color: #7f7e7e;
    font-weight: 300;
    line-height: 1.25; }
    .header__manager-text + * {
      margin-top: 5px; }
  .header__manager-value {
    font-size: 18px;
    color: #ff8b00;
    font-weight: 400;
    line-height: 1.25; }
    .header__manager-value + * {
      margin-top: 7px; }
  .header__cash a {
    font-weight: 300;
    font-size: 13px;
    color: #000;
    /*text-decoration: underline;*/
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    line-height: 1.25; }
  /*.header__cash a{  margin-left: 10px;  }  */
  .header__cash a u,.header__cash u {
    /*text-decoration-color: #8b8b8b;  */
    text-decoration:none;
    border-bottom: 1px solid #8b8b8b;
  }
    .header__cash a span {
      -webkit-transition: all .15s ease;
      transition: all .15s ease;
      font-size: 13px;
      color: #000;
      /*text-decoration: underline;*/
      transition: all .15s ease;
      line-height: 1.25; }
    .header__cash a:hover {
      text-decoration: none; }
      .header__cash a:hover span {
        text-decoration: none; }
  .header__price-type {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    line-height: 1.25; }
    .header__price-type span {
      line-height: 1.25;
      font-size: 13px;
      color: #fff; }
  .header__top {/*  background: #f1f1f1;*/ }
    .header__top-left {
      position: static; }
    .header__top-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__top-right > * + * {
        margin-left: 30px; }
    .header__top-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: static; }
  .header__city {
    position: static; }
    .header__city-current {
      -webkit-transition: none;
      transition: none; }
      .header__city-current a {
        font-size: 16px;
        color: #fff;
        padding-left: 30px;
        -webkit-transition: none;
        transition: none; }
        .header__city-current a img {
          -webkit-transition: none;
          transition: none; }
        .header__city-current a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/svg/place.svg") center no-repeat;
          background-size: 17px 21px;
          width: 17px;
          height: 21px;
          -webkit-transition: none;
          transition: none; }
        .header__city-current a:hover {
          color: #ff8b00; }
          .header__city-current a:hover:before {
            background: url("../img/svg/place-orange.svg") center no-repeat;
            background-size: 17px 21px;
            width: 17px;
            height: 21px; }
    .header__city.active .city-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: initial; }
  .header__user-button > *,
  .header__garage-button > *  {
    /*background: #474646;*/
    padding: 5px 37px 6px 16px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
    .header__user-button > * span    
     {
      padding-left: 25px;
      -webkit-transition: all .15s ease;
      transition: all .15s ease;
      font-size: 13px;
      font-weight: 500;
      color: #000;
      line-height: 1.25; }
      .header__user-button > * span img,
      .header__garage-button > * span img {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 16px;
        height: auto; }
    .header__user-button > *:hover,
    .header__garage-button > *:hover {
      /*background: #474646;*/ }
      .header__user-button > *:hover span,
      .header__garage-button > *:hover span {
        color: #ff8b00; }
  .header__middle {
    background: #fff; }
    .header__middle-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 0; }
    .header__middle-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__middle-right > * + * {
        margin-left: 40px; }
    .header__middle-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /*.header__middle-left > * + * { margin-left: 55px; } */
      .header__middle-left .orange-button + * {
        margin-left: 30px; }
  .header__logo {
    width: 320px; text-align: center;}
    .header__logo a {
      display: flex;
      width: 320px;
    }
  .header__contacts > * + * {
    margin-top: 9px; }
  .header__contacts-phone a {
    margin-top: 20px;
    margin-right: 10px;
    color: #3d3e43;
    font-size: 16px;
    line-height: 1.25;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
    .header__contacts-phone a span {
      font-size: 24px; }
    .header__contacts-phone a:hover {
      color: #ff8b00; }
  .header__contacts-mail a {
    font-size: 18px;
    font-weight: 400;
    color: #7f7e7e;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
    .header__contacts-mail a:hover {
      color: #ff8b00; }
  .header__contacts-time {
    font-weight: 300;
    font-size: 12px;
    color: #7f7e7e; }
  .header__navigation {padding-top: 20px; background: var(--body-bg); }
    .header__navigation-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .header__catalog {
    position: static; /*height: 60px; width: 220px;*/}
    .header__catalog-button a {
      border-radius: 7px;
      background: #FFF;
      padding: 9px;
      -webkit-transition: all .15s ease;
      transition: all .15s ease; 
      border: 1px solid #fff;}
      .header__catalog-button a span {
        padding-right: 15px;
        padding-left: 40px;

        font-size: 20px;
        color: #000;
        font-weight: 500;
        line-height: 1.25;
        /*text-transform: uppercase;*/ 
        border: 1px solid #fff;
      }
        .header__catalog-button a span img {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .header__catalog-button a:hover { border-color: #e27b00; }

    .header__catalog-hidden {
      border-radius: 7px;
      flex-wrap: wrap;
      -webkit-transition: all .15s ease;
      transition: all .15s ease;
      position: absolute;
      top: 100%;
      left: 0;
      /*width: 100%;*/
      min-width: 350px;
      background: #f0f0f0;
      /*padding: 15px 0 40px 0;*/
      padding-top: 50px;
      padding-bottom: 30px;
      color: rgb(47, 52, 65);

      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    
    .header__catalog-hidden .collapse_menu_header {width: 100%;  }
      .collapse_menu_header > .close_toggle {
        position: absolute;
        top: -40px;
        right: 10px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border-radius: 6px;
        background: rgb(233, 236, 239);
        text-align: center;
      }
      .collapse_menu_header > li {padding: 10px 15px; margin-bottom: 0;}
      /*/.collapse_menu_header > li.mainMenu__pages {display: none;}*/

      .collapse_menu_header > li.mobile_catalog_wrap, .collapse_menu_header > .close_toggle {padding: 0;}
      .collapse_menu_header > .close_toggle i svg { margin-top: 2px;}
      .collapse_menu_header > li:not(.mobile_catalog_wrap):hover {background: #FFF;}
      .header__catalog-hidden-list {
        width: calc(100% / 6 - 14px ); }
        .header__catalog-hidden-list-title {
          padding-left: 10px;
          padding-bottom: 8px;
        }
          .header__catalog-hidden-list-title span {
          border-bottom: 1px solid #ff8b00; 
          padding-right: 5px;
          font-weight: 500;
          color: rgb(47, 52, 65);
          }
      .collapse_menu_header .mobile_catalog {
        background: #FFF;
        padding: 10px 10px 10px 5%; 
      }
      .collapse_menu_header .mobile_catalog:hover {  background: rgb(243, 247, 250);  text-decoration: none;}
      .collapse_menu_header > li a {
  font-family: unset;
  position: relative;
  color: rgb(47, 52, 65);
  font-size: 16px;
  max-width: 90%;
  display: block;
  text-transform: none;
}
.collapse_menu_header > li a:hover {color: #ff8b00 !important;}

.collapse_menu_header .mobile_catalog .product_header::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  height: 8px;
  width: 8px;
  border-left: 2px solid rgb(47, 52, 65);
  border-bottom: 2px solid rgb(47, 52, 65);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

        .header__catalog-hidden-list ul {
          margin-top: 5px;
          padding-left: 20px; }
          .header__catalog-hidden-list ul li {
            line-height: initial; }
            .header__catalog-hidden-list ul li a {
              font-size: 14px;
              color: #2a2a2a;
              font-weight: 300;
              line-height: 1.25;
              -webkit-transition: all .15s ease;
              transition: all .15s ease; }
              .header__catalog-hidden-list ul li a:hover {
                color: #ff8b00;
                text-decoration: underline; }
            .header__catalog-hidden-list ul li + li {
              margin-top: 9px; }
    .header__catalog.active .header__catalog-hidden {
      opacity: 1;
      visibility: visible;
      pointer-events: initial; }
  .header__search {
    width: 610px; 
    display: flex;
align-items: stretch;
justify-content: flex-start;
  }
  .header__search-input{
    flex: 1;
height: 100%;
  }
    .header__search-input input {
      width: 100%;
      padding: 8px 10px;
      font-size: 16px;
      color: #212121;
      font-weight: 300;
      background: var(--body-bg);
      line-height: 1.25; }
      .header__search-input input::-webkit-input-placeholder {
        color: #919191;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.25; }
      .header__search-input input:-ms-input-placeholder {
        color: #919191;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.25; }
      .header__search-input input::-ms-input-placeholder {
        color: #919191;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.25; }
      .header__search-input input::placeholder {
        color: #919191;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.25; }
    .header__search-submit {
      /*position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
      */
      display: inline-flex;
      width: 40px;
       }
      .header__search-submit button {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all .15s ease;
        transition: all .15s ease; }
        .header__search-submit button img {
          max-width: 16px;
          height: auto; }
        .header__search-submit button:hover {
          opacity: .75; }
    .header__search-history {
      /*position: absolute;
      left: 0;
      top: 0;
      bottom: 0;*/
      display: flex;
      width: 35px; }
      .header__search-history-button {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        .header__search-history-button img {
          max-width: 18px;
          height: auto; }
      .header__search-history-hidden {
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0; }
        .header__search-history-hidden ul {
          padding: 2px 10px 15px 10px;
          background: #ffffff; }
          .header__search-history-hidden ul li {
            line-height: initial; }
            .header__search-history-hidden ul li + * {
              margin-top: 5px; }
            .header__search-history-hidden ul li a {
              font-size: 14px;
              color: #000000;
              font-weight: 300;
              line-height: 1.25;
              -webkit-transition: all .15s ease;
              transition: all .15s ease; }
              .header__search-history-hidden ul li a:hover {
                text-decoration: underline;
                color: #ff8b00; }
      .header__search-history:hover .header__search-history-hidden {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: initial !important; }

  .header__filter_search {
      /*position: absolute;
      left: 36px;
      top: 0;
      bottom: 0;*/
      /*width: 120px;*/
      display: flex;
      padding: 10px 0;
      font-size: 14px;
      margin-left: 5px;
      /*z-index: 2; */}
      .header__tabs_filter_search .header__filter_search {display: none;}
  .header__filter_search>span{
    background: #e5e5e5;
    padding: 2px 5px 3px 5px;
    color: #424243;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
  }
  .header__filter_search>span>i{
    background: #fff url('/images/svg/remove-cart-orange.svg') no-repeat 4px;
    background-size: auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 9px;
    padding: 3px;
    background-size: 8px;
    border-radius: 8px;
    cursor: pointer;
    top: 5px;
  }

  .header__filter_search.sel > span  {
    padding-right: 32px;

  }

  .header__filter_search > span:after{
    background: url('../img/svg/check.svg') no-repeat transparent;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 8px;
    content: unset;
    color:#fff;
  }
  .header__filter_search.sel > span:after {
    content: '';

  }

  /*.header__filter_search:not(.sel)>span::after,*/
  .result-table__buy_put_cart:after,
  .customer_carts_list .tooltip_list_more > span:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 11px;
    width: 0;
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000000;

  }

  .header__filter_search.sel>span{
    background: #ff8b00;
    color: #fff;
   /* cursor: text;*/
  }
  .header__filter_search>ul{
    background: #FFF;
    display: none;
    position: absolute;
    top: 100%;
  }
  .header__filter_search:not(.sel):hover > ul{
    display: block;
  }
  .header__filter_search>ul>li{
    padding: 0 7px;
    cursor: pointer;
    white-space: nowrap;
  }

  .header__filter_search>ul>li:hover{
    background: #ff8b00;
    color: #fff;
  }
  .header__cart {background: #fff;   border-radius: 7px;border: 1px solid #fff;}
  .header__cart:hover {border-color: #ff8b00; }

  .header__cart a {
    padding: 11px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__cart a > * {
      -webkit-transition: all .15s ease;
      transition: all .15s ease; }

      .header__cart a > * + * {
        margin-left: 8px; }
    .header__cart a > img {
      margin-right: 10px;
      max-width: 24px;
      height: auto; }

  .header__cart-title {
    font-weight: 300;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 14px; }
  .header__cart-value {
    font-weight: 700;
    color: #2a2a2a;
    font-size: 14px; }
.header__cart-value .cart__items_count {background: #e5e5e5;  border-radius: 4px;  padding: 0 5px;margin-left: 10px;}

.welcome {
  margin-top: 40px; }
  .welcome__slide:before {
    content: '';
    display: block;
    position: relative;
    padding-top: 19%; }
  .welcome__slide a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .welcome__slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .welcome__slider-button {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    width: 42px;
    height: 42px;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .welcome__slider-button img {
      width: 100%;
      height: auto; }
    .welcome__slider-button:hover {
      opacity: .75; }
    .welcome__slider-button-prev {
      left: 10px; }
    .welcome__slider-button-next {
      right: 10px; }
  .welcome__slider-pagination {
    height: 40px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*background: #f18300;*/ }
    .welcome__slider-pagination > * {
      border-radius: 50%;
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
              box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: #fff;
      opacity: 1; }
      .welcome__slider-pagination > *.swiper-pagination-bullet-active {
        background: #b86400; }

h2 {
  font-weight: 300;
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 300; }

.brands {
  margin-top: 37px; }
  .brands__wrap {
    padding-left: 5px;
    margin: -10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .brands__item {
    width: calc(100% / 8 - 10px);
    margin: 5px; }
    .brands__item.generation_block {
    width: calc(100% / 4 - 10px);
    margin: 5px; }
    .brands__item.generation_block.with_img {
      width: calc(100% / 3 - 10px);
      
    }
.brands__item.generation_block.with_img a img {
  height: 100%;
  margin-left: -15px;
}
    .brands__item a {
      display: block;
      background: #f1f1f1;
      height: 80px; 
      border-radius: 7px;
    }
    .brands__item.generation_block a {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        padding: 0 15px;
      }

      .brands__item a:hover .brands__item-name {
        opacity: 0; }
        
        .brands__item.generation_block a:hover .brands__item-name{
          opacity: 1;
          color: #ff8b00;
        }


      .brands__item a:hover .brands__item-img img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
    .brands__item-name {
      font-weight: 500;
      font-size: 14px;
      color: #2a2a2a;
      text-transform: uppercase;
      letter-spacing: .7px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all .15s ease;
      transition: all .15s ease; }
   .brands__item.generation_block .brands__item-name{
    text-align: center;width: 100%;position: relative; top: unset;left: unset;-webkit-transform:unset;transform: unset;}
    .brands__item-img {
      position: absolute;
      right: 0;
      bottom: 0; }
      .brands__item-img img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-transition: all .15s ease;
        transition: all .15s ease; }

.catalog {
  margin-top: 60px; }
  .catalog__wrap {
    margin: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .catalog__wrap > * {
      margin: 2px; }
  .catalog__col-3 {
    width: calc(100% / 12 * 3 - 4px); }
  .catalog__col-6 {
    width: calc(100% / 12 * 6 - 4px); }
    .catalog__home_vertical_left {padding-right: 10px;}
    .catalog__home_vertical_right {padding-left: 10px;}
    .catalog__home_gorizontal_top {padding-bottom: 10px;}
    .catalog__home_gorizontal_bottom_wrap >*:first-child {margin-right: 8px;}
    .catalog__home_gorizontal_bottom_wrap >*:last-child {margin-left: 8px;}

  .catalog__cart a {
    display: block;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    padding: 30px 26px;
    height: 100%;
    min-height: 231px;
    border: 1px solid transparent; }
    .catalog__cart a:hover {
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      z-index: 2; }
  .catalog__cart-title {
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.35; }
  .catalog__cart-value {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    line-height: 1.35; }
  .catalog__cart-type-vertical {
    height: 100%; }
    .catalog__cart-type-vertical a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .catalog__cart-type-vertical a .catalog__cart-content {
        position: absolute;
        bottom: 30px;
        left: 26px; }
  .catalog__cart-type-half {
    width: calc(100% / 2  - 2px); }
    .catalog__cart-type-half a {
      height: 100%; }

.catalog__col_type-flex-column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.catalog__col_type-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .catalog__col_type-flex-column > * {
    height: calc(100% / 2 - 2px); }

.catalog__cart-type-horizontal {
  width: 100%;
  height: 100%; }

.catalog__cart-type-horizontal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.catalog__cart-content {
  position: absolute;
  bottom: 30px;
  left: 26px; }

.catalog__cart.catalog__cart-type-horizontal .catalog__cart-img {
  right: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.catalog__cart-type-vertical a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog__cart-type-vertical .catalog__cart-img {
  height: calc(100% - 215px); }

.catalog__cart-type-sm .catalog__cart-img {
  position: absolute;
  right: 38px;
  top: 17px; }

.map {
  margin-top: 55px; }
  .map__wrap {
    min-height: 500px;
    overflow: hidden; }
  .map__frame {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .map__frame iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .map__list {
    z-index: 6;
    background: white;
    padding: 30px 43px 30px 46px;
    max-width: 420px;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 90px; }
    .map__list-title {
      font-size: 24px;
      color: #2a2a2a;
      font-weight: 300;
      line-height: 1.25; }
    .map__list-wrap {
      margin-top: 15px; }
      .map__list-wrap-item {
        padding-bottom: 15px;
        padding-left: 20px;
        border-bottom: 1px solid #ff8b00; }
        .map__list-wrap-item:last-child {
          border: none; }
        .map__list-wrap-item:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0px;
          background: url("../img/svg/map.svg") center no-repeat;
          width: 12px;
          height: 16px;
          background-size: 12px 16px; }
        .map__list-wrap-item:hover:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0px;
          background: url("../img/svg/map-active.svg") center no-repeat;
          width: 12px;
          height: 16px;
          background-size: 12px 16px; }
        .map__list-wrap-item + * {
          margin-top: 20px; }
        .map__list-wrap-item-text {
          font-size: 14px;
          color: #2a2a2a;
          font-weight: 400;
          line-height: 1.2; }
          .map__list-wrap-item-text a {
            font-size: 14px;
            color: #2a2a2a;
            font-weight: 700;
            line-height: 1.2;
            -webkit-transition: all .15s ease;
            transition: all .15s ease; }
            .map__list-wrap-item-text a:hover {
              color: #ff8b00; }
        .map__list-wrap-item > * + * {
          margin-top: 8px; }

main {
  padding-bottom: 0px; }

.catalog__cart {
  overflow: hidden; 
  border-radius: 7px;
}

.footer {
  padding-top: 17px;
  padding-bottom: 40px;
  /*background: #2a2a2a;*/ }
  .footer .pre_footer {height: 1px;  background: #dedede;margin:40px 0; }
  .footer__wrap {
    min-height: 130px; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    /*.footer__left > *:first-child {
      padding-top: 25px; }*/
    .footer__left > * + * {
      margin-left: 54px; }
  .footer__logo {
    width: 264px; }
    .footer__logo a {width: 170px;}
    .footer__copyright_wrap {height: 100%;}
    .footer__copyright {  /*margin-top: 37px;*/ display: flex;  flex-direction: column;  justify-content: space-between; height: 100%;}

    .footer__copyright-item,
    .footer__copyright-item a,
    .footer__social-title,
    .footer__navigation-item-title,
    .footer__navigation-item ul li a{color: #000;}


    .footer__copyright-item {
      font-size: 14px;
      line-height: 1.25; }
      .footer__copyright-item + * {
        margin-top: 5px; }
      .footer__copyright-item a {
        font-size: 14px;
        line-height: 1.25;
        text-decoration: underline;
        -webkit-transition: none;
        transition: none; }
        .footer__copyright-item a:hover {
          text-decoration: none; }
  .footer__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .footer__navigation > * + * {
      margin-left: 40px; }
    .footer__navigation-item {
      width: 100%;
      max-width: 180px;
      min-width: 180px; }
      .footer__navigation-item-title {
        padding-bottom: 7px;
        font-size: 12px;
        line-height: 1.25;
        border-bottom: 1px solid #ff8b00; }
      .footer__navigation-item ul {    /* margin-top: 5px;*/ }
        .footer__navigation-item ul li {
          line-height: initial; }
          .footer__navigation-item ul li a {
            font-size: 14px;
            /*font-weight: 300;*/
            -webkit-transition: all .15s ease;
            transition: all .15s ease; }
            .footer__navigation-item ul li a:hover {
              color: #ff8b00;
              text-decoration: underline; }
          .footer__navigation-item ul li + * {
            margin-top: 7px; }
  .footer__social-title {font-size: 16px; }
    .footer__social-title + * {
      margin-top: 8px; }
  .footer__social-wrap {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__social-item > * {
    margin-left: 10px; }
  .footer__social-item a img {
    max-width: 35px;
    height: auto; }
  .footer__social-item a:hover {
    opacity: .75; }

.search {
  margin-top: 30px; }
  .search__table {/*  background-color: white; */}
    .search__table-title {
      font-size: 20px;
      font-weight: 400;
      color: #2a2a2a;
      padding: 13px 20px 13px 18px; }
    .search__table table {
      width: 100%; }
      .search__table table thead tr {/*  background: #fff3e5; */}

      .search__table table td {
        padding: 18px 30px;
        font-weight: 400;
        font-size: 14px;
        color: #212121; }
        .search__table table td a,
        .products_in_string .item-button a {
          color: #ff8b00;
          font-weight: 400;
          font-size: var(--base-font-size);
          -webkit-transition: all .15s ease;
          transition: all .15s ease; }
          .search__table table td a.brand_button,
          .products_in_string .item-button a
           {border: 2px solid #f2f3f5; border-radius: var(--main-border-radius); padding: 6px 20px;color: #000;}
          /*.search__table table td a:hover { text-decoration: underline; }*/

          .search__table table td a.brand_button:hover,
          .search__table table tr:hover td a.brand_button,
          .products_in_string .type-product:hover .item-button a { text-decoration: none;border-color: var(--main-color) }
      .search__table table th {
        padding: 18px 30px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: left; }
      .search__table table tbody tr.:hover,
      .search__table table tbody tr:hover + .order_group_title_spacer {
        background: #f1f1f1; }
  .search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .search__filter {
    min-width: 300px;
    background: #ffffff;
    padding: 10px 8px; }
    .search__filter-open {  display: none; }
      .search__filter-item-title {
        font-size: var(--base-font-size) ;
        color: #000000;
        font-weight: 400;
        line-height: 1.25; }
      .search__filter-item-content {
        margin-top: 10px; }
        .search__filter-item-content .type-checkbox + * {
          margin-top: 10px; }
      .search__filter-item-show-all {margin-top: 10px; }

        .search__filter-item-show-all a {
          padding-right: 16px;
          -webkit-transition: all .15s ease;
          transition: all .15s ease; }
      .search__filter-item + * {
        /*border-top: 1px solid #c6c6c6;*/
        padding-top: 10px; }

      .search__filter-item.filter-stock{
        display: none;
      }
  .search__result {
    width: calc(100% -  235px - 20px); }
  .search__result {/*  background: #fff; */}
    .search__result-head {

      /*background: #fff;*/
      padding: 15px 0;
      font-size: 20px;
      font-weight: 400;
      color: #2a2a2a;
      line-height: 1.25; 
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }

.type-slider__interface {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .type-slider__interface-item {
    width: calc(100% / 2 - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .type-slider__interface-item span {
      font-size: 14px;
      color: #000000;
      line-height: 1.25;
      font-weight: 300; }
    .type-slider__interface-item input {
      background: #f5f5f5;
      width: 76px;
      padding: 5px;
      font-size: 12px;
      color: #000000;
      line-height: 1.25;
      font-weight: 300; }
.type-slider__bar {
  margin-top: 20px;
  background-color: #c8c8c8;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  height: 8px;
  border-radius: 0;
  border: none; }
  .type-slider__bar .noUi-connect {
    background: -webkit-gradient(linear, right top, left top, from(#dc7d43), to(#f39413));
    background: linear-gradient(-90deg, #dc7d43 0%, #f39413 100%); }
  .type-slider__bar .noUi-handle {
    background: -webkit-gradient(linear, left top, right top, from(#c7c7c7), to(#ececec));
    background: linear-gradient(90deg, #c7c7c7 0%, #ececec 100%);
    width: 9px !important;
    height: 23px !important;
    cursor: pointer;
    right: -5px; }
    .type-slider__bar .noUi-handle:before {
      display: none; }
    .type-slider__bar .noUi-handle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: -webkit-gradient(linear, left top, right top, from(#dc7d43), to(#f39413));
      background: linear-gradient(90deg, #dc7d43 0%, #f39413 100%);
      -webkit-box-shadow: inset 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.4);
              box-shadow: inset 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.4);
      width: 3px;
      height: 15px; }

.description-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.result-table__content.description-td {
  max-width: 394px; }

.hidden-result-head {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.result-table table {background: #fff;  width: 100%; }
.result-table > table > thead tr {/*  background: #fff3e5; */}
  .result-table > table > thead tr th {background: #d2d8e1;   padding: 12px;    text-align: center; }
    .result-table > table > thead tr th span {
      line-height: 1.25;
      font-size: var(--base-font-size);
      color: #000;
      font-weight: 300;
      letter-spacing: .4px;
      text-transform: none; }
    .result-table > table > thead tr th:first-child {
      padding-left: 7px;
      text-align: left; }
.result-table > table > tbody > tr + * {
  border-top: 1px solid #f8f8f8; }

.result-table > table > tbody > tr:not(.with_img) > td:first-child {
  padding-left: 11px;
  width: 12%; }
  
  .result-table > table > tbody > tr.with_img > td:nth-child(2) {
  padding-left: 5px;
  width: 11%; }

.result-table > table > tbody > tr.with_img > td:first-child {
  padding-left: 8px;
  padding-right: 8px;
  width: 10%; }

  .result-table tr.with_img > td.article_brend_img {text-align: center;}
  /*.result-table tr.with_img > td.article_brend_img img {max-width: 65px;}*/

  .result-table tr.with_img > td.article_brend_img.noimage img{width: 50%;}


.result-table td {
  padding: 10px 0;
  max-width: 280px; }
  
  .result-table tr.with_img td:last-child {
  padding-right: 8px;}
  .result-table tr.with_img td[data-role="price"] {
    padding: 8px 5px;
    min-width: 8%;
  }
  .result-table > table > tbody > tr.with_img > td:nth-child(3) { max-width: 300px; }
  .result-table > table > tbody > tr.with_img > td.name_photo + td { min-width: 100px; }
  


  .result-table td.put_to_cart {
   /* padding-bottom: 35px;*/
   
  }
  .result-table td:last-child {padding-right: 10px;}
.result-table td .result-table__buy_put_cart{
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    border-radius: 3px;
    background: #e2e6ee;
    padding: 4px 20px 4px 4px;
    right: 17px;
    white-space: nowrap;
    cursor: pointer;
    display: none;
}
.result-table__buy_put_cart:after{
  right: 6px;
}
 .result-table td.put_to_cart .result-table__buy_put_cart {
  display: block;
 }
.result-table__availability {
  color: #030303;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  padding-right: 10px;
  display: inline;}
  .result-table__availability >b > i,
  .result-table__availability > b {font-style: normal;font-weight: inherit;}

  .result-table__availability>span {
    float: right;
    /*content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19px;*/
    padding: 3px;
    font-size: 12px;
    font-weight: 400;
    width: 37px;
    text-align: center;
    height: 19px;
    border-radius: 2px; 
    margin-top: -2px;}
.result-table__car a {
  font-size: 14px;
  color: #ff8b00;
  font-weight: 500;
  line-height: 1.25;
  /*border-bottom: 1px dashed #ff8b00;*/
  -webkit-transition: all .15s ease;
  transition: all .15s ease;display: inline;}
  .result-table__car[data-man="ПРОИЗВОДИТЕЛЬ"] a {
    cursor:context-menu;
  }
  .result-table__car a:hover {
    border-color: transparent; }
.result-table__code {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  margin-top: 3px; }
.result-table__description {
  font-weight: 400;
  font-size: 14px;
  color: #030303;
  max-width: 334px; }
.result-table__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; min-width: 30px;justify-content: center;flex-direction: column; text-align: center;}
  .with_img .result-table__buttons{
    min-width: 20px;

  }
  .result-table__buttons > * img {
    max-height: 18px; }
  .result-table__buttons > * + * {
    margin-left: 5px; }
  .result-table__buttons > * a {
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
    .result-table__buttons > * a img {
      -webkit-transition: all .15s ease;
      transition: all .15s ease; }
    .result-table__buttons > * a:hover {
      opacity: .75; }
.result-table__time {
  font-size: 13px;
  color: #030303;
  font-weight: 300;
  line-height: 1.25; }
.result-table__direction {
  font-size: 13px;
  color: #000000;
  font-weight: 300;
  line-height: 1.25;
  padding-right: 10px; }

.result-table__price {
  font-weight: 700;
  color: #030303;
  font-size: 14px;
  line-height: 1.25; }
.result-table__buy_type-guest a {
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .result-table__buy_type-guest a img {
    height: 26px;
    width: auto; }
  .result-table__buy_type-guest a:hover {
    opacity: .75; }
.result-table__buy_type-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: flex-end; margin-right: 5px;}

.green-availability>span {
  background: #00ff36; }

.type-checkbox label {
  cursor: pointer; 
  user-select:none; }
  .type-checkbox label input:checked + .type-checkbox__content .type-checkbox__checkmark {
    background: #ff8b00  url(/images/svg/chek.svg) no-repeat 0px 2px;  
    background-size: contain;
    border-color: #ff8b00;
  }


  .type-checkbox label input:checked + .type-checkbox__content span {
    font-weight: 400; }
  .type-checkbox label:hover .type-checkbox__checkmark {border: 2px solid var(--main-color);  /*background: #e8e8e8 no-repeat 0px 2px;*/ }
  .type-checkbox label:hover .type-checkbox__content > * {color:var(--main-color)!important;   }

  .type-checkbox__content {
  padding: 3px 0 3px 30px;
/*  padding-left: 20px; */
}
  .type-checkbox__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .type-checkbox__content-row span {
      font-size: 14px;
      color: #000000;
      font-weight: 300;
      line-height: 1.25; }
      .type-checkbox__content-row:hover span {
        color: var(--main-color);
      }

      .type-checkbox__content-row span.price_brand {
        white-space: nowrap;
      }
  .type-checkbox__content-row span:first-child{ /* max-width: 120px;*/  }

.type-checkbox__checkmark {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: #f9f9f9 no-repeat 0px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #c9c9c9;
  position: absolute;
  left: 0;
  top: 7%;
        }
.type-checkbox input[type=checkbox]:disabled + .type-checkbox__content > .type-checkbox__checkmark{
  background: none;
}
.type-checkbox input[type=checkbox]:disabled + .type-checkbox__content > .type-checkbox__checkmark:after {
  /*background: #000;*/
  content: '\2716';
  left: 2px;
  color:gray;
  position: absolute;
}
.type-checkbox_style-green .type-checkbox__checkmark { background: #00bb27  !important;border-color: #00bb27  !important; }
.type-checkbox_style-blue .type-checkbox__checkmark {background: #00b7e1 !important; border-color: #00b7e1  !important; }

.type-checkbox_style-blue .type-checkbox__content,
.type-checkbox_style-green .type-checkbox__content {
  font-size: var(--base-font-size);
  color: #000;
  font-weight: 300; 
  text-transform: lowercase;
}
.type-checkbox_style-blue:hover .type-checkbox__content,
.type-checkbox_style-green:hover .type-checkbox__content{
    color: var(--main-color);
}

.type-checkbox_style-green label input:checked + .type-checkbox__content,
.type-checkbox_style-blue label input:checked + .type-checkbox__content {
  font-weight: 400;
}
.type-checkbox_style-green label input:checked + .type-checkbox__content .type-checkbox__checkmark {
    background: #00bb27 url(/images/svg/chek.svg) no-repeat 1px 1px !important; background-size: contain!important;}
.type-checkbox_style-blue label input:checked + .type-checkbox__content .type-checkbox__checkmark {
  background: #00b7e1 url(/images/svg/chek.svg) no-repeat 1px 1px !important;background-size: contain!important;}

.search__result-body-show-all {
  z-index: 5;
  text-align: right;
  /*padding-bottom: 10px;*/
  height: 25px;
  /*border-bottom: 2px solid #f8f8f8; */}
  .search__result-body-show-all.empty_suggestions{
    height: unset;
  }
.search__result-body-show-all.left {
  text-align: left;
}
.search__result-body-show-all.center {
  text-align: center;
}
  .search__result-body-show-all a,
  .search__filter-item-show-all a {
    color: #ff8b00;
    font-weight: 300;
    font-size: var(--base-font-size);
    line-height: 1.25;
    padding-right: 30px;
   /* margin: 0 11px; */
  }
.search__result-body-show-all a:hover,
 .search__filter-item-show-all a:hover {font-weight: 400;}
}

.header__middle-left .orange-button {
  min-width: 147px; }
  .header__middle-left .orange-button a {
    width: 100%;
    text-align: center; }

.result-table.result-table-hidden {
  margin-top: -40px; }

.hidden-box {
  display: none; }

.header__responsive {
  display: none; }

.brands__item-name {
  z-index: 2; }

.brands__show-all {
  display: none; }

.min-logo {
  display: none; }

.catalog__show-all {
  display: none; }

.header__user-button span img:first-child,
.header__garage-button span img:first-child {
  opacity: 1;
  visibility: visible; }
.header__user-button span img:last-child,
.header__garage-button span img:last-child {
  opacity: 1;
  visibility: visible; }
.header__user-button a:hover span img:first-child,
.header__garage-button a:hover span img:first-child {
  opacity: 1;
  visibility: visible; }
.header__user-button a:hover span img:last-child,
.header__garage-button a:hover span img:last-child {
  opacity: 1;
  visibility: visible; }

.welcome__slider-pagination {
  height: 25px; }

.header__navigation-wrap-left {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
        flex-grow: 1;
  margin-right: 20px;}
  .header__navigation-wrap-left > * + * {
    margin-left: 15px; }

.uppercase {
  text-transform: uppercase !important; }

.catalog__cart {
  -webkit-transition: -webkit-box-shadow .15s ease;
  transition: -webkit-box-shadow .15s ease;
  transition: box-shadow .15s ease;
  transition: box-shadow .15s ease, -webkit-box-shadow .15s ease; }
  .catalog__cart:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

.header__search {
  flex-grow: 1;
  background: var(--body-bg);
  border-radius: 7px;
  border: 2px solid #ccc
}

.header__user-button > */*,
.header__garage-button > **/ {
  min-width: 100px; }

.header__middle-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-center; margin-top: -20px;}

.header__manager {
  padding-top: 6px; }

.header__contacts > * + * {
  margin-top: 3px; }

.header__contacts-time {
  margin-top: 10px; }

.map__list-wrap-item:hover .map__list-wrap-item-text:first-child {
  color: #ff8b00; }

.search__table-title {
  font-weight: 400;
  padding: 15px 20px 15px 0; }

.search__table table th {
  padding: 13px 30px;
  font-size: var(--base-font-size);
  font-weight: 300;
  text-transform: none;
  text-align: left;
  background: var(--table-header-bg);
   }
.user-space__profile-documents-table-item table th {  padding: 8px 30px;}
.search__table table td {
  padding: 8px 30px; 
  border-bottom: 2px solid #fbfbfb;
  /*background: #fff;*/
}
.search .search__table table td  {background: #fff;}
.search .search__table table tr:hover td {background: transparent;}

.search__table table tbody tr {
  cursor: pointer; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 499; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fbfbfb;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 500;
  padding: 20px 25px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto; }
  .modal__close {
    top: 15px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 5; }
  .modal__title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    color: #000000;
    text-align: center; }

.modal-city {
  width: 100%;
  max-width: 470px; }
  .modal-city__list {
    margin-top: 25px; }
    .modal-city__list ul {
      -webkit-column-count: 3;
              column-count: 3; }
      .modal-city__list ul li {
        line-height: initial; }
        .modal-city__list ul li a {
          font-size: 14px;
          color: #000000;
          font-weight: 300;
          line-height: 1.25;
          padding: 7px 0; }

body.modal-city-open {
  overflow: hidden;
  max-height: 100vh; }
  body.modal-city-open .overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
  body.modal-city-open .modal-city {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }

.pd-t-0 {
  padding-top: 0px !important; }

.result-table__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .result-table__quantity-controls {
    width: 19px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .result-table__quantity-controls > * {
      width: 19px;
      height: 11px;
      background: #cecece;
      cursor: pointer;
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
    .result-table__quantity-controls-plus:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-bottom: 5px solid #5a5a5a; }
    .result-table__quantity-controls-plus:hover {
      background: #eeeeee; }
    .result-table__quantity-controls-minus:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 5px solid #5a5a5a; }
    .result-table__quantity-controls-minus:hover {
      background: #eeeeee; }
  .result-table__quantity-input {
    width: 57px; }
    .result-table__quantity-input input {
      border-radius: 7px;
      width: 100%;
      padding: 7px 21px 7px 10px;
      border: 1px solid #f1f1f1;
      font-size: 14px;
      color: #2a2a2a;
      line-height: 1.25;
      font-weight: 400;
      border-right: none; 
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;}

.result-table__buy_type-user-button {
  width: 35px;
  height: 100%;
  margin-top: -1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .result-table__buy_type-user-button a {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; 
  /*  padding-right: 10px;*/
    width: 100%;
    height: 100%;
  }
    .result-table__buy_type-user-button a img {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      object-fit: cover;
      width: 35px;
    height: 35px;
      /*min-height: 100%;*/
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

    tr.with_multiple_cart .result-table__buy_type-user-button  a img {  border-radius: 4px;  }
    
    .result-table__buy_type-user-button a:hover {
      opacity: .75; }

tr.alternative-stuff {
  display: none; }

.table-section.active tr.alternative-stuff {
  display: table-row; }
.table-section.active .search__result-body-show-all a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.result-table__time {
  text-align: center; }

.result-table__direction {
  text-align: center;
  padding: 0; }

.result-table__price {
  text-align: center; }

.result-table__buy_type-guest {
  text-align: center; }

.search__result-head span {
  font-size: 20px;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.25; 
  /*margin-left: 10px;*/
  max-width: 65%;
}

.search__filter { padding: 0px; margin-right: 20px; border-radius: var(--main-border-radius);border: 1px solid #f2f3f5;}

.search__filter-wrap {  padding: 10px 10px; }

td.disabled, div.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.justify-initial {
  -webkit-box-pack: initial !important;
      -ms-flex-pack: initial !important;
          justify-content: initial !important; }

.breadcrumbs {
  margin: 25px 0; }
  .breadcrumbs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumbs__wrap > * {
      margin-right: 30px; }
      .breadcrumbs__wrap > *:last-child {
        margin: 0px; }
      .breadcrumbs__wrap > *:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 6px;
        height: 8px;
        width: 8px;
        border-left: 1px solid rgb(47, 52, 65);
        border-bottom: 1px solid rgb(47, 52, 65);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);


        pointer-events: none; 

      }
        .breadcrumbs__wrap > *:last-child:after {content: none;}

    .breadcrumbs__wrap a span{
      color: #3b3b3b;
      font-weight: 300;
      line-height: 1.25;
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
      .breadcrumbs__wrap a:hover span{
        color: #2a2a2a; }
    .breadcrumbs__wrap span {
      color: #2a2a2a;
      font-weight: 400;
      line-height: 1.25; }

.form-input input {
  border-radius: 7px;
  width: 100%;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 400;
  line-height: 1.25;
  padding: 9px 15px;
  border: 1px solid #e2e2e2;
  background: #fff; }

  .responsive-profile-filter .form-input input {
    padding: 9px 15px;
  }
  .form-input input::-webkit-input-placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25; }
  .form-input input:-ms-input-placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25; }
  .form-input input::-ms-input-placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25; }
  .form-input input::placeholder {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25; }

.form-field {
  width: 100%; }
  .form-field__title {
    font-weight: 400;
    font-size: 14px;
    color: #2a2a2a;
   }
  .form-field__content {
    margin-top: 8px; }

.vin {
  margin-top: 25px; }
  .vin__form {
    background: #ffffff;
    border: 1px solid #f6f6f6;
    padding: 20px 10px;
    margin-top: 23px; }
    .vin__form-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 25px; }
      /*.vin__form-wrap > * {
        width: calc(100% / 2 - 19px ); }*/
    .vin__form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .vin__form-row + * {
        margin-top: 10px; }
    .vin__form-col {
      width: calc(100% / 2 - 9px); }
    .vin__form-table {
      margin-top: 35px; }
      .vin__form-table-title {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.25;
        color: #2a2a2a; }
        .vin__form-table-title + * {
          margin-top: 15px; }
      .vin__form-table-text {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.35;
        color: #2a2a2a; }
        .vin__form-table-text + * {
          margin-top: 7px; }
      .vin__form-table-buttons {
        width: 41px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .vin__form-table-buttons-item {
          width: 15px; }
          .vin__form-table-buttons-item a {
            -webkit-transition: all .15s ease;
            transition: all .15s ease; }
            .vin__form-table-buttons-item a img {
              width: 100%;
              height: auto; }
            .vin__form-table-buttons-item a:hover {
              opacity: .75; }
      .vin__form-table table {
        width: 100%; }
        .vin__form-table table thead tr {
          background: #fff3e5; }
        .vin__form-table table thead th {
          font-size: 11px;
          color: #000000;
          line-height: 1.25;
          text-transform: uppercase;
          padding: 14px 0; }
        .vin__form-table table tbody td {
          padding: 12px 0; }
          .vin__form-table table tbody td:nth-child(1) > * {
            max-width: 270px;
            margin: 0 auto; }
          .vin__form-table table tbody td:nth-child(2) > * {
            max-width: 196px;
            margin: 0 auto; }
          .vin__form-table table tbody td:nth-child(3) > * {
            max-width: 60px;
            margin: 0 auto; }
          .vin__form-table table tbody td:nth-child(4) > * {
            max-width: 545px;
            margin: 0 auto; }
    .vin__form-submit {
      text-align: right;
      margin-top: 20px; }

.form-area textarea {
  width: 100%;
  font-size: 12px;
  color: #2a2a2a;
  line-height: 1.25;
  padding: 9px 15px;
  border: 1px solid #e2e2e2;
  min-height: 90px; }

.type-select select {
  display: none; }
.type-select .select-selected {
  width: 100%;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 400;
  line-height: 1.25;
  padding: 9px 15px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  background: #fff;
  z-index: 22; 
  border-radius: 7px;
}
  .type-select .select-selected:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    /*-webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
    right: 11px;
    width: 0;
    height: 0;
   /* border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #878787; */
    height: 8px;
    width: 8px;
    border-left: 2px solid rgb(47, 52, 65);
    border-bottom: 2px solid rgb(47, 52, 65);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.type-select .select-items {
  padding: 4px 0;
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 10;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .type-select .select-items > div {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 400;
    padding: 6px 6px;
    cursor: pointer; }
    .type-select .select-items > div:hover {
      background: rgba(33, 33, 33, 0.11); }

.select-selected.select-arrow-active + .select-items {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  z-index: 2222; }

.vin__form-col.vin__form-col_width-100 {
  width: 100%; }

.form-field__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-field__content .type-checkbox + * {
    margin-left: 10px; }
  .form-field__content .form-radio + * {
    margin-left: 20px; }

.form-area {
  width: 100%; }

.type-checkbox.form-checkbox label input:checked + * {
  font-weight: 400; }
.type-checkbox.form-checkbox .type-checkbox__content {
  font-weight: 300;
  font-size: var(--base-font-size);
  color: #000000;
  line-height: 1.25; 
  text-transform: lowercase;
}
.questiontoppanel .type-checkbox.form-checkbox .type-checkbox__content {
  text-transform: unset;
  padding: 5px 0 3px 30px;
}

.form-radio label {
  cursor: pointer; }
.form-radio input:checked + .form-radio__content .form-radio__checkmark {
  border-color: #ff8b00; }
  .form-radio input:checked + .form-radio__content .form-radio__checkmark:after {
    opacity: 1; }
.form-radio__content {
  padding-left: 26px;
  font-size: var(--base-font-size);
  line-height: 1.25;
  color: #000000; }

.form-radio__checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #474646;
  border-radius: 50%; }
  .form-radio:hover .form-radio__checkmark{border-color: var(--main-color);}
    #payment_type .form-radio__checkmark{ top: 11px; }
  .form-radio__checkmark:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #ff8b00;
    border-radius: 50%;
    opacity: 0; }

.vin__form-row.vin__form-row_mt-2 {
  margin-top: 21px; }

.vin__form-table-buttons {
  margin: 0 auto; }

.form-input input {
  background: #fff; }

/*.breadcrumbs__wrap > * {
  font-size: 16px; }

.breadcrumbs__wrap > * + *:before {
  content: '>';
  position: absolute;
  left: -17px;
  color: #c3c3c3;
  font-weight: 300;
  line-height: 1.25;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px; }*/

.sort-select .select-selected {
  border: none;
  padding: 0;
  font-weight: 500;
  color: #ff8b00;
  padding-right: 35px; }
  .sort-select .select-selected:after {
    border-top: 6px solid #ff8b00; }

.shop {
  margin-top: 30px; }
  .shop__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .shop__count > * + * {
      margin-left: 13px; }
    .shop__count > span {
      font-size: 12px;
      color: #010101;
      font-weight: 300;
      line-height: 1.25; }
    .shop__count-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .shop__count-wrap > * + * {
        margin-left: 12px; }
      .shop__count-wrap span {
        font-weight: 600;
        line-height: 1.25;
        color:var(--main-color);
        font-size: var(--base-font-size); }
      .shop__count-wrap a {
        font-weight: 400;
        line-height: 1.25;
        font-size: var(--base-font-size);
        color: #2a2a2a; }
        .shop__count-wrap a:hover {
          text-decoration: underline; }
  .shop__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
            .shop__sort ul {
    display: flex;
  }          
  .shop__sort ul li .sort_link{font-size: var(--base-font-size); color: #3b3b3b;  margin-right: 15px;  }
  .shop__sort ul li.active .sort_link {color: #ff8b00;}
  .shop__sort ul li.active:after {width: 10px;height: 10px; position: absolute; color: #ff8b00;top: -1px;right: 5px;}
  .shop__sort ul li.active.up_arrow:after {content: "↑"}
  .shop__sort ul li.active.down_arrow:after {content: "↓";}

    .shop__sort > span {
      font-weight: 300;
      font-size: var(--base-font-size);
      color: #000000;
      display: block;
      line-height: 1.1;
      white-space: nowrap; }
      .shop__sort > span + * {
        margin-left: 10px; }
  .shop__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 23px; }
  .shop__wrap .shop__content .categories-list-wrap,
  .shop__wrap .shop__content,.catalog-map.from1c.categories-list-wrap ul{width: 100%;}
  .shop__wrap .shop__content,.catalog-map.from1c.categories-list-wrap ul {padding: 10px;}
  .catalog-map.from1c.categories-list-wrap > ul > li {font-weight: 500;}
  .catalog-map.from1c.categories-list-wrap > ul > li > ul.sub_items > li  {font-weight: 400;}
  .catalog-map.from1c.categories-list-wrap ul li a > sup,
  .shop__wrap .shop__content .categories-list-wrap .categories-list .categories-list-item a >sup { margin-left: 5px;  font-size: 11px; }

  .shop__wrap .shop__content .categories-list-wrap .categories-list,
  .catalog-map.from1c.categories-list-wrap .categories-list {display: flex;flex-wrap: wrap;}
  .catalog-map.from1c.categories-list-wrap .categories-list  > * {flex-basis: 33%}

  .shop__wrap .shop__content .categories-list-wrap .categories-list .categories-list-item,
  .catalog-map.from1c.categories-list-wrap .categories-list .categories-list-item {text-align: left; width: 50%; padding: 10px 0;}

  .shop__wrap .shop__content .categories-list-wrap .categories-list .categories-list-item a:hover ,
  .catalog-map.from1c.categories-list-wrap .categories-list .categories-list-item a:hover {color: var(--main-color);}

  .shop__filter {
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    background: #ffffff;
    /*width: 235px;*/ 
    margin-right: 20px;}
    .shop__filter-item {
      padding: 17px 0; }
      .shop__filter-item + * {
        border-top: 1px solid #c6c6c6; }
      .shop__filter-item-title {
        cursor: pointer;
        font-size: var(--base-font-size);
        color: #000;
        line-height: 1.25;
        padding-right: 17px; }
        .shop__filter-item-title:hover {
          color: #000000; }
        .shop__filter-item-title:after {
          content: '';
          position: absolute;
          top: 50%;
          /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
          right: 0;
          /*width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 6px solid #878787;*/
          -webkit-transition: none;
          transition: none; 
          height: 8px;
          width: 8px;
          border-left: 2px solid rgb(47, 52, 65);
          border-bottom: 2px solid rgb(47, 52, 65);
          -webkit-transform: translateY(-50%) rotate(315deg);
                  transform: translateY(-50%) rotate(315deg);
        }
      .shop__filter-item-content {
        padding-top: 15px;
        display: none; }
      .shop__filter-item-section {
        max-height: 90px;
        overflow: hidden;
        overflow-y: auto; }
        .shop__filter-item-section + * {
          margin-top: 18px; }
      .shop__filter-item.active .shop__filter-item-content {
        display: block; }
      .shop__filter-item.active .shop__filter-item-title {/*color: #ff8b00;*/ }
        .shop__filter-item.active .shop__filter-item-title:after {
          -webkit-transform: translateY(-50%) rotate(135deg);
                  transform: translateY(-50%) rotate(135deg);
          /*border-top: 6px solid #ff8b00; */
        }
    .shop__filter-buttons {
      border-top: none;
      margin-top: 20px;
      padding: 0 10px 10px 10px; }
      .shop__filter-buttons > * {text-align: center; }
        .shop__filter-buttons > * + * {
          margin-top: 13px; }
        /*.shop__filter-buttons > * > * {       text-align: center; }*/
  .shop__content:not(.shop__content) {width: calc(100% - 235px - 22px); }
  /*.autolamps.shop__content {width: 100%; }*/
    .shop__content .info_block_wrap,
    .search__result .info_block_wrap
     {
      border: 1px solid var(--main-color);
      padding: 10px 20px;
      text-align: center;
      border-radius: var(--main-border-radius);
      margin-bottom: 15px;
    }
    .search__result .info_block_wrap {
      padding: 5px 15px;
      font-size: 15px;

    }
    .shop__content .info_block_wrap a,
    .search__result .info_block_wrap a,
     {
      color: var(--main-color);
    }
    .shop__content.products_in_string {
      width: 100%;
    }
    .shop__content.products_in_string .shop__content-body {margin-top: 0; }
    .shop__content-head {
      border-radius: 5px;
      background: none;
      border: none;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .shop__content-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -2px;
      margin-top: 18px; }
      .shop__content-body > * {
        width: calc(100% / 3 - 20px);
        margin: 10px; }
.products_in_string .shop__content-body > * {margin: -0.5px 0; }

.type-product {
  background: #fff;
  border: 1px solid #f6f6f6;
  padding: 15px 20px 70px 20px; }
  .type-product.product_1c {
    padding-bottom: 100px;
  }
  .type-product.product_1c .type-product__char-item.price {text-align: center;justify-self: center; flex-basis: 50%; }
  

  .products_in_string .type-product {
    width: 100%!important;
    display: grid;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 10px 0px 10px;  
    flex-wrap: wrap;
    align-items: center;
    grid-template-columns: 80px 3fr 200px 120px 105px;

  }
  .products_in_string .type-product > * {
   /* margin-bottom: 10px;*/
  }
  .type-product__img {  height: 160px; }
  .products_in_string .type-product__img {  display: none;  }  
  .products_in_string .product_1c .type-product__img{display: block; height: 60px;margin-right: 10px;flex-basis: 20%;}

    .type-product__img a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
      .type-product__img a img {
        height: 100%;
        width: auto; object-fit: contain;object-position: center;}
        .type-product__img a img.noimage {height: 50%;}
      .type-product__img a:hover {
        opacity: .75; }
  .type-product__title {
    margin-top: 15px; 
    margin-bottom: 20px;
  }
  .products_in_string .type-product__title{
   /* width: 350px;*/
    margin-top: 0;
    padding-right: 5px;
    flex-basis: 75%;
    margin-bottom: 0;
  } 
  .products_in_string .type-product__img a img.noimage{ width: 45px;  }

    .type-product__title a {
      font-size: 14px;
      color: #2a2a2a;
      font-weight: 400;
      line-height: 1.35; }
      .type-product__title a:hover {
        text-decoration: underline; }
  .type-product__char {
    margin-top: 15px; }
    .products_in_string .type-product__char {
    margin-top: 0; 
    /*min-width: 230px;*/
    flex-basis: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
    .type-product__char-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .products_in_string .type-product__char .type-product__char-item{
      flex-direction: column;
      width: 60%;
    }
    .products_in_string .type-product__char .type-product__char-item:last-child{
     width: 40%; 
    }
.products_in_string .product_1c .type-product__char-item {-webkit-box-align: start; -ms-flex-align:start;align-items: start;}
      .type-product__char-item + * {
        margin-top: 8px; }
      .products_in_string .type-product__char-item + * {
          margin:0; 
        }
      .type-product__char-item span:first-child {
        font-size: 13px;
        color: #2a2a2a;
        font-weight: 300;
        line-height: 1.25; }
      .products_in_string .type-product__char-item span:first-child {
        margin-bottom: 5px;
      }     
        
      .type-product__char-item span:last-child {
        font-size: 13px;
        color: #2a2a2a;
        font-weight: 400;
        line-height: 1.25; }
   .type-product.product_1c .type-product__char-item.price span { font-size: var(--base-font-size);}     
   .type-product.product_1c .type-product__char-item.price span:last-child { margin: 0 auto;font-weight: 700;}

  .type-product .orange-button {
    width: 88%;
    text-align: center;
    position: absolute;
    bottom: 15px;
  }
  .products_in_string .orange-button:not(.search__filter-open){
    position: relative;
    left: unset;
    bottom: unset;
    width: unset;
    text-align: right;
    padding-right: 10px;
  } 
  .products_in_string .orange-button a{
    padding: 10px 25px;
    color: #ff8b00;
    text-transform: unset!important;
    border-radius: 6px;
    border:1px solid #f6f5f5;
    background: none;
    text-align: center;
  } 
  .products_in_string .orange-button a:hover{
    border-color:#ff8b00; 
    color: #fff;
    background: #ff8b00;
  }

    .type-product .orange-button > * {text-align: center;}
  }

.shop-pagination {
  margin-top: 24px; }

.type-pagination {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .shop__content-head .shop__content-head-right .shop-pagination{ margin: 0;}
  .type-pagination a {
    background: transparent;
    line-height: 1;
    color: #888888;
    font-size: 14px; }
    .type-pagination a:hover {
      color: #6d6d6d; }
  .type-pagination span {
    border-radius: 7px;
    background: #ff8b00;
    line-height: 1;
    color: #fff;
    font-size: 14px; }
  .type-pagination span a{color: #fff; }
  .type-pagination > * {
    width: 27px;
    height: 27px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .type-pagination > * + * {
      margin-left: 4px; }

/* width */
body::-webkit-scrollbar {
  width: 4px; } 

/* Track */
body::-webkit-scrollbar-track {
  background: #f6f6f6; }

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #ff8b00;
  border-radius: 3px; }

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #ff8400; }


.orange-button .white-button, 
.border-button > * {
  border: 2px solid #CCC;
  line-height: 1.25;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 17px;
  color: #CCC;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; border-radius: 7px;}
  .border-button > *:hover {
    background: #CCC;
    color: #fff; }
.border-button button:hover,
.orange-button .white-button:hover {
  background: #CCC;
  color: #fff; }
.border-button_style-yellow > * {
  color: #ff8b00;
  border-color: #ff8b00; }
  .border-button_style-yellow > *:hover {
    background: #ff8b00;
    color: #fff; }
.border-button_style-yellow button {
  color: #ff8b00;
  border-color: #ff8b00; }
  .border-button_style-yellow button:hover {
    background: #ff8b00;
    color: #fff; }
.border-button_style-yellow span {
  color: #ff8b00;
  border-color: #ff8b00; }
  .border-button_style-yellow span:hover {
    background: #ff8b00;
    color: #fff; }

.type-product__title a {
  text-align: center; }
.products_in_string .type-product__title a {
  text-align: left;
}
.text-right {
  text-align: right !important; }

.user-space {
  margin-top: 30px; padding: 0 15px;}
  .user-space__ability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    .user-space__ability-item {
      width: calc(100% / 3 - 4px); }
      .user-space__ability-item > div {
        display: block;
        height: 100%;
        border: 1px solid #f6f6f6;
        background: #fff;
        padding: 20px 35px;
        padding-bottom: 25px; }
        .user-space__ability-item > div:hover {
          -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
      .user-space__ability-item-img {
        height: 42px; }
        .user-space__ability-item-img img {
          height: 100%;
          width: auto; }
      .user-space__ability-item-title {
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 300;
        color: #2a2a2a; }
      .user-space__ability-item-list {
        margin-top: 20px; }
        .user-space__ability-item-list ul li {
          font-weight: 300;
          font-size: 14px;
          color: #2a2a2a;
          padding-left: 27px; }
          .user-space__ability-item-list ul li a:hover {
            text-decoration: underline; }
          .user-space__ability-item-list ul li:before {
            content: '—';
            font-weight: 300;
            font-size: 13px;
            color: #2a2a2a;
            position: absolute;
            left: 0;
            top: 0px; }
    .user-space__ability + * {
      margin-top: 23px; }
  .user-space__profile {
    margin-top: 20px; }
    .user-space__profile-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .user-space__profile-menu ul li {
        line-height: initial; }
        .user-space__profile-menu ul li a {
          padding: 0 15px;
          padding-bottom: 2px;
          border-bottom: 2px solid #e8e8e8;
          color: #2a2a2a;
          font-size: 16px;
          line-height: 1.25;
          font-weight: 300;
          -webkit-transition: all .15s ease;
          transition: all .15s ease; }
          .user-space__profile-menu ul li a:hover {       /*color: #ff8b00;*/ }
        .user-space__profile-menu ul li.active a {
          border-color: #ff8b00;
          font-weight: 400;
          color: #000; }
        /*.user-space__profile-menu ul li:first-child a {  padding-left: 0px; }*/
    .user-space__profile-body {
      border-radius: 7px;
      margin-top: 22px;
      background: #fff;
      border: 1px solid var(--block-border-color);
      padding: 15px; }
      
     .garage .user-space__profile-body {border: none;background: none;}

    .user-space__profile-data-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 570px;
      margin: -15px; }
      
     .user-space__profile-data-row.margins_save {
        max-width: 350px!important;
     } 

    .user-space__profile-data-col {
      width: calc(100% / 2 - 30px);
      margin: 15px; }

      .user-space__profile-data-row.margins_save .user-space__profile-data-col {
        width: 100%;
      }
    .user-space__profile-order {
      border-radius: 7px;
      margin-top: 20px;
      padding: 20px 10px;
      background: #fff;
      border: 1px solid #f6f6f6; }
      form.user-space__profile-order:not(.groupped) .enable_on_groupped{display: none;}
      /*form.user-space__profile-order .enable_on_groupped{display: none;}*/

      .user-space__profile-order-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .user-space__profile-order-row > * {width: calc(100% / 7 - 4px); }
       form.user-space__profile-order.groupped .user-space__profile-order-row > * {width: calc(100% / 9 - 4px);  }
      .user-space__profile-order-final {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .user-space__profile-order-final > * + * {
          margin-left: 15px; }
        .user-space__profile-order-final-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .user-space__profile-order-final-item > * {
            margin-right: 10px; }
          .user-space__profile-order-final-item span {
            font-size: var(--base-font-size);
            color: #2a2a2a;
            font-weight: 300;
            line-height: 1.25; }
      .user-space__profile-order-table-foot {
        background: #f1f1f1;
        padding: 15px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .user-space__profile-order-table-foot > * + * {
          margin-left: 6px; }
        .user-space__profile-order-table-foot span {
          font-size: 14px;
          color: #2a2a2a;
          font-weight: 300;
          line-height: 1.25;
          text-transform: uppercase; }
        .user-space__profile-order-table-foot-value {
          font-size: 16px;
          color: #2a2a2a;
          font-weight: 500;
          line-height: 1.25; }

.user-space__profile-data-row .orange-button {
  margin: 15px; }

.user-space__profile-order-final .orange-button > * {
  padding-left: 22px;
  padding-right: 22px; }
.user-space__profile-order-final .border-button > * {
  padding-left: 22px;
  padding-right: 22px; }

.user-space__profile-order-table-heading {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.search__table.search__table_type-no-padding td.controls {text-align: center;padding: 0 10px !important;}
.search__table.search__table_type-no-padding td.order_price .price,
.search__table.search__table_type-no-padding td.order_sum .price  {white-space: nowrap;}

.search__table.search__table_type-no-padding th, .search__table.search__table_type-no-padding td {
  padding-left: 5px !important;
  padding-right: 0px !important; 
}

#table_orders.groupped tbody tr.order_item_row_header th {padding-top: 5px; padding-bottom: 5px; }

#table_orders thead th {padding-top: 5px; padding-bottom: 5px; }
.color-red { color: #ff0000 !important; }
.color-green { color: #008f00 !important; }

.responsive-profile-statistic-chart ul li span strong,
.responsive-profile-statistic-chart .number{font-size: 16px; font-weight: 500;}

.responsive-profile-statistic-chart ul li span strong,
.responsive-profile-statistic-chart .number.width_bg,
.user-space__profile-documents-table-item-title-item .number:not(.not_bg) 
{color: #fff!important;  border-radius: 7px; padding: 1px 5px;  font-size: var(--base-font-size)!important;}

.user-space__profile-documents-table-item-title-item .number.color-red {background: #ff0000;}
.user-space__profile-documents-table-item-title-item .number.color-green {background: #008f00;}
.user-space__profile-documents-table .number.width_bg{background-color: #e6e7eb; }
.payment_chart.user-space__profile-documents-table .number.width_bg,
.payment_chart.user-space__profile-documents-table .number.not_bg{color: inherit !important; font-weight: 500; font-size: 16px !important;}
.payment_chart.user-space__profile-documents-table .text{font-weight: 300;}

.user-space__profile-menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e8e8e8;
  pointer-events: none; }

.user-space__profile-menu > * {
  z-index: 2; }


  .user-space__profile-documents-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .user-space__profile-documents-row > * + * {
      margin-left: 20px; }
    .user-space__profile-documents-row + * {
      margin-top: 20px; }

.user-space__profile-documents-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.user-space__profile-documents-row-item > * + * {
  margin: 0px;
  margin-left: 10px; }

.user-space__profile-documents-row-item .type-select {
  width: 290px; }

.user-space__profile-documents-row-item .orange-button > * {
  text-align: center;
  /* padding: 17px 20px; */
  min-width: 150px; }

  .user-space__profile-documents-table,
  .user-space__profile-documents-table-item + * {
    margin-top: 2px; }
  .user-space__profile-documents-table-item-title,
  .payment_chart .user-space__profile-documents-table-item-title {
    padding: 10px 15px;
    padding-right: 60px;
    background: #FFF;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; 
    /*border: 1px solid var(--block-border-color);*/
    border-radius: var(--main-border-radius);
    justify-content: space-between;
  }
 .user-space__profile-documents-table-item.active .user-space__profile-documents-table-item-title  {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

 }
  .user-space__profile-documents-table-item.active .user-space__profile-documents-table-item-title, 
  .user-space__profile-documents-table-item-title:hover/*,.header_saldo:hover*/ { background: #d2d8e1; }

    .user-space__profile-documents-table-item-title > * + * {
      margin-left: 20px; }
    .user-space__profile-documents-table-item-title-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .payment_chart .user-space__profile-documents-table-item-title-item {
        display: flex;  justify-content: flex-start;  width: 100%;
      }
      /*.payment_chart .user-space__profile-documents-table-item-title-item .user-space__profile-documents-table-item-title-item-right {min-width: 145px;}*/
      .user-space__profile-documents-table-item-title-item span:first-child {
        color: #2a2a2a;
        font-size: var(--base-font-size);;
        font-weight: 300;
        line-height: 1.25; }
      .user-space__profile-documents-table-item-title-item span:last-child {
        margin-left: 9px;
        color: #2a2a2a;
        font-size: 16px;
        font-weight: 500; }
     .user-space__profile-documents-table-item-title-item span:first-child { margin-left: 0;font-weight: 400;}

    .user-space__profile-documents-table-item-title > span {
      content: '';
      position: absolute;
      top: calc(50% - 6px);
      right: 23px;
      width: 0;
      height: 0;
      height: 8px;
      width: 8px;
      border-left: 2px solid rgb(47, 52, 65);
      border-bottom: 2px solid rgb(47, 52, 65);

      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      }
    .user-space__profile-documents-table-item.active .user-space__profile-documents-table-item-title > span {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
    }

  .user-space__profile-documents-table-item.active .user-space__profile-documents-table-hidden {
    display: block; }
    .user-space__profile-documents-table-item.active .user-space__profile-documents-table-hidden.header_saldo {
    display: flex; }
  .user-space__profile-documents-table-hidden {
    display: none; }

table.table-center th {
  text-align: center; }
table.table-center td {
  text-align: center; }

.user-space__profile-documents-table-hidden table a {
  font-size: 14px !important;
  color: #0054ff !important;
  text-decoration: underline; }

.cart { margin-top: 0; }
  /*.cart__wrap {
    margin-top: 20px; }*/
  .cart__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart__heading-remove a {
      font-size: 12px;
      text-transform: uppercase;
      color: #000000;
      text-decoration: underline; }
      .cart__heading-remove a:hover {
        text-decoration: none; }
  .cart__foot {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart__foot-left {
      font-size: 13px;
      color: #000;
      font-weight: 300;
      line-height: 1.35; }

.cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cart-quantity .form-input {
    width: 44px; }
    .cart-quantity .form-input + a {font-size: 12px;padding-left: 2px;}
    .cart-quantity .form-input input {
      text-align: center;
      padding:5px 4px;
    }
  .cart-quantity > a {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #ff8b00;
    line-height: 1.25; }

.confirm-order {
  margin-top: 30px; }
  .confirm-order__item + * {
    margin-top: 50px; }
  .confirm-order__item-content {
    background: #fff;
    margin-top: 20px;
    border-left: 3px solid #ff8b00;
    padding: 16px 25px; }
    .confirm-order__item-content > p {
      font-weight: 400;
      font-size: 15px;
      color: #030303;
      line-height: 1.25; }
      .confirm-order__item-content > p + * {
        margin-top: 14px; }

a.manager {
  font-weight: 400;
  line-height: 1.25;
  font-size: 15px; }
  a.manager:hover {
    text-decoration: underline; }
a.mail {
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  line-height: 1.25;
  color: #ff8b00; }
  a.mail:hover {
    text-decoration: none; }

.contacts {
  margin-top: 30px; }
  .contacts .user-space__profile-menu {
    margin-top: 15px; }
  .contacts__wrap {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contacts__map {
    width: 600px;
    height: 580px; }
    .contacts__map iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .contacts__content {
    width: calc(100% - 600px - 50px);
    margin: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contacts__item {
    width: calc(100% / 2 - 90px);
    margin: 45px;
    margin-bottom: 6px; }
    .contacts__item-section + * {
      margin-top: 15px; }
    .contacts__item-section-title {
      font-size: 12px;
      color: #5f5f5f;
      font-weight: 300;
      line-height: 1.25;
      text-transform: uppercase; }
    .contacts__item-section-value {
      margin-top: 8px; }

.contacts-address a {
  font-size: 14px;
  color: #ff8b00;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .contacts-address a:hover {
    text-decoration: underline; }

.contacts-phone a {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }
  .contacts-phone a:hover {
    color: #ff8b00; }

.contacts-delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contacts-delivery__item span {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 1.25; }
  .contacts-delivery__item + * {
    margin-top: 5px; }

.contacts-list__item {
  font-size: 13px;
  color: #2a2a2a;
  font-weight: 400;
  line-height: 1.25; }
  .contacts-list__item + * {
    margin-top: 5px; }

.offer {
  margin-top: 30px; }
  .offer__item {
    padding: 15px 0;
    border-bottom: 1px solid #c6c6c6; }
    .offer__item.active {
      border-color: #ff8b00; }
      .offer__item.active .offer__item-hidden {
        display: block; }
      .offer__item.active .offer__item-title:after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); 
       }
    .offer__item-title {
      font-size: 18px;
      color: #2a2a2a;
      font-weight: 300;
      line-height: 1.25;
      padding: 0 13px; }
      .offer__item-title:after {
        content: "";
        position: absolute;
        top: 8px;
        right: 5px;
        height: 8px;
        width: 8px;
        border-left: 2px solid rgb(47, 52, 65);
        border-bottom: 2px solid rgb(47, 52, 65);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); 
      }
    .offer__item-hidden {
      display: none;
      padding: 20px 13px; }
      .offer__item-hidden ol li {
        font-size: 14px;
        color: #000000;
        font-weight: 300;
        line-height: 1.25;
        padding-left: 30px; }
        .offer__item-hidden ol li + * {
          margin-top: 15px; }

.offer__wrap {
  margin-top: 25px; }

.offer-form {
  margin-top: 30px; }
  .offer-form__wrap {
    margin-top: 20px; }
  .offer-form__section + * {
    margin-top: 20px; }
  .offer-form__section-heading {
    font-size: 14px;
    color: #030303;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ff8b00;*/
    margin-top: 15px;
     }
    .offer-form__section-heading + * {
      margin-top: 10px; }
  .offer-form__section-content {
    max-width: 612px; }
    .offer-form__section-content > p {
      font-size: 13px;
      color: #030303;
      font-weight: 300;
      line-height: 1.25; }
      .offer-form__section-content > p + * {
        margin-top: 16px; }
  .offer-form__foot {
    margin-top: 55px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .offer-form__foot-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; margin-bottom: 30px;}
      .offer-form__foot-left > * + * {
        margin-left: 20px; }
      .offer-form__foot-left > * > * {
        min-width: 170px;
        text-align: center; }
  .offer-form__final {
    width: 250px; }
    .offer-form__final .orange-button {
      width: 100%; }
      .offer-form__final .orange-button > *,
      .offer-form__final .solid-button > *   {
        width: 100%;
        text-align: center; }
    .offer-form__final > p {
      margin-top: 18px;
      color: #232323;
      font-size: 13px;
      font-weight: 300;
      line-height: 1.3; }
      .offer-form__final > p a {
        color: #007ddd;
        font-size: 13px;
        text-decoration: underline;
        font-weight: 400;
        line-height: 1.3; }
        .offer-form__final > p a:hover {
          text-decoration: none; }

.form-radio__text-title {
  font-size: 14px;
  color: #3a3b3b;
  font-weight: 500;
  line-height: 1.25; }

.form-radio__text-description {
  color: #3a3b3b;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 300; }

.pointer {
  cursor: pointer; }

.provider {
  margin-top: 30px; }
  .provider__wrap {
    margin-top: 20px; }
  .provider p {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300; }
    .provider p a {
      line-height: 1.3;
      color: #ff8b00;
      -webkit-transition: all .15s ease;
      transition: all .15s ease;
      font-size: 14px;
      font-weight: 300; }
      .provider p a:hover {
        text-decoration: underline; }
    .provider p + * {
      margin-top: 22px; }
  .provider .contacts-list + * {
    margin-top: 22px; }
  .provider__form {
    margin-top: 33px;
    padding: 25px 40px;
    background: #fff; }
    .provider__form-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .provider__form-body > * {
        width: calc(100% / 2 - 40px); }
    .provider__form-foot {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .provider__form-foot-left {
        width: 512px; }
        .provider__form-foot-left > * {
          width: 100%;
          max-width: 100%; }
      .provider__form-foot-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .provider__form-foot-right > * + * {
          margin-left: 15px; }
        .provider__form-foot-right .border-button > * {
          min-width: 190px;
          text-align: center; }
        .provider__form-foot-right .orange-button > * {
          min-width: 190px;
          text-align: center; }

.attach input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -100; }
.attach label {
  cursor: pointer; }

.provider__wrap .contacts-list__item {
  font-size: 14px;
  font-weight: 300; }

.form-area textarea {
  background: #fff; }

.provider__form-body-right textarea {
  min-height: 101px; }

.offer-form__final > p a {
  color: #007ddd !important;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 400 !important;
  line-height: 1.3 !important; }

.offer-form__final > p {
  margin-top: 18px;
  color: #232323 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.3 !important; }

.result-table__content .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.result-table__quantity-controls {
  opacity: 0; }

.result-table__buy.result-table__buy_type-user:hover .result-table__quantity-controls,
.customer_carts_list .distrib_items_list__item_amount:hover .result-table__quantity-controls {opacity: 1; }

.vin__form-table table tbody td {
  padding-left: 36px; }

.shop__filter-item-section {
  max-height: 144px; 
  scrollbar-width: thin;}

.orange-button.open-profile-filter {
  display: none; }

.result-table__description {
  min-width: 185px; }

.vin__form-table table tbody td:nth-child(2) > * {
  max-width: 100%;
  margin: 0 auto; }

.vin__form-table table tbody td {
  padding-left: 0; }

.vin__form-table table tbody td:nth-child(1) > * {
  max-width: 100%;
  margin: 0 auto; }

.vin__form-table table tbody td:nth-child(3) {
  width: 70px; }

.vin__form-table table tbody td:nth-child(2) {
  width: 200px; }

.vin__form-table table tbody td {
  padding-left: 0;
  padding-right: 10px; }

.vin__form-table table tbody td:last-child {
  width: 45px;
  padding-right: 0; }

.table-order-responsive-profile tbody td {
  font-size: var(--base-font-size); }

.table-order-mobile-profile {
  display: none; }

.table-cart-mobile {
  display: none; }

.show-butt-tr {
  padding: 0px !important;
  border: none !important; }
  .show-butt-tr td {
    padding: 0px !important;
    width: 100% !important;
    max-width: 100%; }
  .show-butt-tr:hover {
    background: transparent !important; }

.search__table.search__table_type-no-padding.table-cart-responsive tbody td:nth-child(4) span {
  max-width: 335px; align-self: center;}
  .search__table.search__table_type-no-padding.table-cart-responsive tbody td.cart_item_name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 62px;
  } 
  .cart_item_date {
    text-align: center;
    font-size: 11px;
    padding-right: 5px;
    color: #878787;
    margin-top: 2px;
  }
  .cart_warehouse_td .cart_item_date {display: none; } 
  .result-table td[data-role="price"]{
    flex-direction: column;
  }
.result-table td[data-role="direction"] {
  min-width: 150px;
}
   /*.result-table tr td[data-role="period"] > div,*/
   .result-table tr td[data-role="direction"] > div   {
      /*border: 1px solid transparent;*/
      border-radius: 4px;
      /*min-height: 50px;*/
      padding: 0 !important;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
   }
 /* .result-table tr td[data-role="period"] > div{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .result-table tr td[data-role="direction"] > div {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

  }*/
  /*.result-table tr td[data-role="period"] > div,*/
  .result-table tr td[data-role="direction"] > div {
    white-space: nowrap;
    height: 16px;
    margin-top: 0px;
  }
  /*.result-table tr td[data-role="period"] > div > div,*/
  .result-table tr td[data-role="direction"] > div > div{
    position: absolute; bottom: 0; left: 0; width: 100%;
  }
  .result-table tr td[data-role="direction"] > .offer__kod-1c,
  .result-table tr td[data-role="price"] > .offer__price-retail {
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    text-align: center;

  }
   /*.result-table tr td[data-role="period"].td-style-green > div,*/
   .result-table tr td[data-role="direction"].td-style-green > div{
      background-color: #00bb278c !important;
   }
   /*.result-table tr td[data-role='period'].td-style-blue > div,*/
   .result-table tr td[data-role='direction'].td-style-blue > div{
      background-color: #00b7e17a !important;
   }
@media screen and (max-width: 1060px) {
  body .wrapper .table-order-responsive-profile tr:not(.order_group_title_spacer,.order_group_title) > * {font-size: 11px;   }
}
@media screen and (max-width: 1350px) {
  .user-space__profile-order-row > * {
    width: calc(100% / 3 - 4px);
    margin-bottom: 4px; }

  body .wrapper .table-order-responsive-profile {
    margin: 0 -15px; }
    body .wrapper .table-order-responsive-profile + .user-space__profile-order-table-foot {
      margin: 0 -15px;
      padding: 12px 15px; }
    /*body .wrapper .table-order-responsive-profile #table_orders > tbody {
      padding: 8px 0;
      display: block; }

    body .wrapper .table-order-responsive-profile tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0px 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }*/


      body .wrapper .table-order-responsive-profile tr:not(.order_group_title_spacer,.order_group_title) + * {
        padding-top: 20px; }
      /*body .wrapper .table-order-responsive-profile tr:not(.order_group_title_spacer,.order_group_title) > * {
        padding: 8px 0 8px 0px !important;
        display: block; }*/
        body .wrapper .table-order-responsive-profile tr .tr-groupped_order_number_date > span:nth-child(3){ width: 30px!important;}
        body .wrapper .table-order-responsive-profile tr .tr-groupped_order_number_date > span:nth-child(3) .loader_search {right: 25px;}

        body .wrapper .table-order-responsive-profile tr > *:nth-child(1) {
          width: 14%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(2) {
          width: 14%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(3) {
          width: 10%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(4) {
          width: 16%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(5) {
          width: 12%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(6) {
          width: 30%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(7) {
          width: 14%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(8) {
          width: 14%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(9) {
          width: 10%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(10) {
          width: 16%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(11) {
          width: 12%; }
        body .wrapper .table-order-responsive-profile tr > *:nth-child(12) {
          width: 30%; }

  .table-cart-responsive .type-checkbox.form-checkbox {
    margin-top: 0 !important; }

  .provider__form-foot > * {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }

  .contacts__content {
    width: 100%; }

  .cart__body .type-checkbox.form-checkbox {
    margin-top: 10px; }

  .contacts__map {
    width: 100%;
    height: 580px;
    margin-top: 60px; }

  .shop__filter {
    width: 241px; }

  .shop__content {
    width: 100%; }

  .shop__content-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .shop__content-head-left > * + * {
      margin-left: 36px; }

  .search__filter {
    max-height: 504px;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 55px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: 15px; }
    .search__filter.active {
      opacity: 1;
      visibility: visible;
      pointer-events: initial; }

  .shop__content-head {
    padding: 0;
    padding-right: 20px; }

  form.shop__filter.search__filter {
    left: 0; }

  .search__filter-open {
    display: block; 
    min-width: 250px;
  }
  .search__filter-open >a {
    width: 100%;
    background: #ff8b00!important;
    color: #fff!important;
  }

  .search__result-head {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .search__result {
    width: 100%; }

  .result-table__quantity-controls {
    display: none; }

  .result-table__buy_type-user {
    width: 75px; }

  .result-table__description {
    max-height: 34px;
    overflow: hidden;
    max-width: 185px; }

  .result-table__button > * img {
    max-height: 17px; }

  .result-table__buy_type-user {
    width: 91px; }

  .result-table__quantity-input input {
    padding: 4px 21px 4px 10px; }
  .result-table__buy_type-user-button {
    width: 30px;
    height: 27px;
    margin-top: 0;   
  }
 
  body {
    min-width: 320px; }

  section.search .container {
    padding: 0; }

  .search__result-head {
    padding: 0 15px; }

  .header__catalog-button a span {
    padding: 0 43px; }

  .header__search {
    width: 470px; }

  .brands__item {
    width: calc(100% / 5 - 10px);
    margin: 5px; }

  .responsive-col-4 {
    width: calc(100% / 12 * 4 - 4px); }

  .responsive-col-8 {
    width: calc(100% / 12 * 8 - 4px); }

  .responsive-col-6 {
    width: calc(100% / 12 * 6 - 4px); }

  .catalog__cart.catalog__cart-type-horizontal .catalog__cart-img {
    max-width: 200px; }

  .footer__left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .footer__left > * + * {
    margin-left: 0; }

  .footer__logo {
    max-width: 264px;
    margin-top: 30px; }

  .footer__right {
    bottom: 82px;
    position: absolute;
    right: 0; }

  .footer {
    padding-top: 17px;
    padding-bottom: 50px; }

  .header__middle-left > * + * {
    margin-left: 13px; }

  .header__middle-left .orange-button + * {
    margin-left: 14px; }

  /*.header__middle-right > * + * {
    margin-left: 20px; }*/

  .header__middle-wrap .header__manager {
    padding-top: 6px;
    max-width: 110px; }
  .header__middle-wrap .header__logo {
    max-width: 205px; }
  /*.header__middle-wrap .header__manager {
    padding-top: 6px;
    max-width: 155px; }
  .header__middle-wrap .header__manager-value {
    font-size: 13px;
    color: #ff8b00;
    font-weight: 400;
    line-height: 1.25; }*/

  /*.header__manager-text + * {
    margin-top: 10px; }*/

  .search__filter-open.orange-button > * {
    padding:6px 90px; }

  .result-table__buy_type-user {
    margin: 0 auto; }

  .provider__form-body > * {
    width: 100%; }

  .provider__form-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .provider__form-body > * + * {
    margin-top: 20px; }

  .result-table__quantity-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (max-width: 939px) {
  .catalog-map.from1c.categories-list-wrap .categories-list  > * {flex-basis: 50%}

.search__table.search__table_type-no-padding th, .search__table.search__table_type-no-padding td {
  padding-left: 10px !important;  }
  .search__table.search__table_type-no-padding td.controls {  padding: 0 2px !important;}


.header__catalog-hidden-list ul li a {
  line-height: 1.8;
}
  .table-docs-responsive tr th {
    text-align: left; }
    .table-docs-responsive tr th:first-child {
      padding-left: 15px !important; }
    .table-docs-responsive tr th:last-child {
      padding-right: 15px !important; }
  .table-docs-responsive tr td {
    text-align: left; }
    .table-docs-responsive tr td:first-child {
      padding-left: 10px !important; }
    .table-docs-responsive tr td:last-child {
      padding-right: 15px !important; }

  .user-space__profile-documents-table { /*margin: 20px -15px;*/ }

  .user-space__profile-documents-table-item + * {
    margin-top: 0; }

  .table-cart-responsive table td {
    padding: 10px 30px;
    font-weight: 300;
    font-size: 11px; }
  .table-cart-responsive .search__table table th {
    padding: 13px 30px;
    font-size: 10px; }
  .table-cart-responsive table td:nth-child(4) {
    max-width: 150px; }

  .user-space__profile-documents-row-item.responsive-wrap-item {
    width: 100%;
    margin-top: 20px;
    margin: 0;
    margin-top: 16px; }

  .vin__form-table table tbody td {
    padding-left: 16px; }

  body .orange-button > * {  min-width: 0;text-align: center;}
.offer-form__wrap .orange-button > *,
.offer-form__wrap .solid-button > *,
#place-your-order {  width: 100%!important;}
  .user-space__profile-documents {
    margin-top: 20px;
    padding: 20px 14px; }

  .contacts__map {
    height: 380px; }

  .user-space__profile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .user-space__profile-menu ul > * {
    width: 50%; }

  .user-space__profile-menu ul li a {
    width: 100%;
    padding: 11px;
    padding-left: 0px !important; }

  .user-space__ability-item-title {
    margin-top: 20px;
    font-size: 17px; }

  form.shop__filter.search__filter {
    -webkit-transform: none;
            transform: none; }

  .shop__content-body > * {
    width: calc(100% / 3 - 4px);
    margin: 2px; }

  .vin__form-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .vin__form-wrap > * {
    width: 100%; }
    .vin__form-wrap > * + * {
      margin-top: 30px; }

  .orange-button > * {
    font-size: 12px;
    padding: 11px 21px; }

  .vin__form-table table tbody td:nth-child(1) > * {
    max-width: 260px; }

  .vin__form-table table tbody td:nth-child(2) > * {
    max-width: 110px; }

  .vin__form-table table tbody td:nth-child(3) > * {
    max-width: 43px; }

  .vin__form-table table tbody td:nth-child(4) > * {
    max-width: 250px; }

  .header__catalog-menu {
    margin-top: 20px;
    padding-left: 20px; }
    .header__catalog-menu-item {
      padding: 8px 0px;
      padding-left: 9px; }
      .header__catalog-menu-item + * {
        border-top: 1px solid #888888; }

  .header__navigation-wrap-left {
    display: block !important; }
    .header__navigation-wrap-left .header__catalog {
      display: none; }
    .header__navigation-wrap-left form.header__search {
      margin: 0; }

  .header__navigation-wrap-left {
    margin-right: 0;
    width: 100%; }

  .header__responsive-cart a img {
    max-width: 28px;
    max-height: 27px; }

  .open-modal-city {
    padding: 8px 0;
    padding-left: 27px; }
    .open-modal-city img {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 18px;
      height: auto; }

  .header__catalog-manager-text {
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    font-weight: 300; }
  .header__catalog-manager-name {
    font-size: 16px;
    color: #ff8b00;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 3px; }
  .header__catalog-manager-number {
    margin-top: 5px; }
    .header__catalog-manager-number a {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2; }
      .header__catalog-manager-number a span {
        font-size: 14px;
        line-height: 1.2; }

  .header__catalog-list-item {
    line-height: initial; }
    .header__catalog-list-item + * {
      margin-top: 9px; }
    .header__catalog-list-item a {
      font-size: 16px;
      color: #000000;
      font-weight: 300;
      line-height: 1.2; }

  body {
    min-width: 320px; }

  .header__catalog-hidden-list.header__catalog-hidden-list-menu .header__catalog-menu {
    margin-top: 0px;
    padding-left: 20px; }

  .header__responsive {
    display: block;
    padding: 33px 0;
    background: #fbfbfb; }

  .header__middle, .header__top {
    display: none; }
  .method_login .header__navigation {display: none;}

  .header__navigation {
    border-top: none;
   /* background: #f1f1f1;*/
    padding: 10px 15px; }

  .header__navigation-wrap > *:not(.header__search) {
    display: none; }

  .header__responsive-catalog-button a img {
    max-width: 32px; }

  .header__responsive-wrap {
   /* text-align: center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
     .header__responsive-wrap > * {flex-basis: 20%;}
     .header__responsive-wrap > .header__responsive-catalog.burger {text-align: left;}
     .header__responsive-wrap > .header__responsive-cart .button {float: right;margin: 0;}
     .header__responsive-wrap > .header__responsive-call .button,
     .header__responsive-wrap > .header__responsive-user .button {margin: 0 auto;}

    .header__responsive-wrap-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__responsive-wrap-left > * + * {
        margin-left: 94px; }
    .header__responsive-wrap-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__responsive-wrap-right > * + * {
        margin-left: 85px; }
  .header__responsive-logo {
    text-align: center;
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 222px;*/ }
  .header__responsive-user a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__responsive-user a img,
    .header__responsive-call a img {
      max-width: 30px; }
  .header__responsive-cart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 13px; }
    .header__responsive-cart a img {
      max-width: 28px; }
    .header__responsive-cart a span,  .header__responsive-call a span{
      position: absolute;
      background: #fe4b4b;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500;
      font-size: 13px;
      top: -13px;
      right: -10px;
      color: #fff; }

  .header__search {
    width: 100%; }
  .main_menu_mobile_wrap {display: none;}
  .main_menu_mobile_wrap.active { display: block;}
  .header__responsive-catalog.active .header__catalog-hidden,
  .main_menu_mobile_wrap.active .header__catalog-hidden   {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    width: 100%; }

  .header__catalog-hidden {
    overflow: auto;
    z-index: 1000;
    top: 0;
    padding: 50px 0 5px 0!important;
    /*padding-bottom: 30px;
    padding-top: 70px!important;*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial; }

  .header__responsive-catalog .header__catalog-hidden-list-title.hasChild {
    cursor: pointer;
  }
  .header__responsive-catalog .header__catalog-hidden > .header__catalog-hidden-list{
    /*border-bottom: 1px solid #d1d1d1;*/
    margin-bottom: 0;
    padding: 5px 10px;
    background: #fff;
  }
  .header__responsive-catalog .header__catalog-hidden > .header__catalog-hidden-list img.mobile-menu_icon {width: 14px;}
  .header__responsive-catalog .header__catalog-hidden > .header__catalog-hidden-list:last-child {
    background: #f0f0f0;
  }
  .header__responsive-catalog .header__catalog-hidden > .header__catalog-hidden-list:last-child {
    background: #f0f0f0;
  }
  /*.header__responsive-catalog .header__catalog-hidden > .header__catalog-hidden-list:nth-child(2) > .header__catalog-hidden-list-title {
    border-top: 1px solid #d1d1d1;
    padding-top: 13px;
  }*/
  .header__responsive-catalog .header__catalog-hidden-list-title > span,
  .header__responsive-catalog .header__catalog-hidden-list-title > a > span {
    border: none!important;
  }
  /*.header__responsive-catalog .header__catalog-hidden-list.header_user_block  .header__catalog-hidden-list-title a,
  .header__responsive-catalog .header__catalog-hidden-list.header_user_city_block  .header__city-current a,
  .header__responsive-catalog .header__catalog-hidden-list.header_user_block  .header__catalog-hidden-list-title,
  .header__responsive-catalog .header__catalog-hidden-list.header_user_city_block  .header__city-current {
    color:#ff8b00!important;
  }*/
  .header__responsive-catalog .header__catalog-hidden-list.header_user_city_block .header__city-current a:before {
    background-image: url("../img/svg/place-orange.svg");
  }

  .header__responsive-catalog .header__catalog-hidden-list-title.hasChild:after{
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    width: 20px;
    height: 20px;
    /*background: url('/images/svg/arrow.svg')0 0 no-repeat transparent;*/
    height: 8px;
  width: 8px;
  border-left: 2px solid rgb(47, 52, 65);
  border-bottom: 2px solid rgb(47, 52, 65);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .header__responsive-catalog .header__catalog-hidden-list.active > .header__catalog-hidden-list-title.hasChild:after {
    transform: rotate(135deg);
    /*fill: #fd9f21;
    filter: invert(81%) sepia(73%) saturate(6284%) hue-rotate(337deg) brightness(96%) contrast(108%);
    right: 20px;*/
  }
  .header__responsive-catalog .header__catalog-hidden-list ul{
    padding-left: 21px;
  }
.header__responsive-catalog .header__catalog-hidden-list ul.catalog_menu,.header__responsive-catalog .header__catalog-hidden-list ul.catalog_menu .mobile_catalog{  padding-left: 0; }
.header__responsive-catalog .header__catalog-hidden-list ul.catalog_menu .mobile_catalog {padding-bottom: 10px;padding-top: 10px;}
  .header__responsive-catalog .header__catalog-hidden-list > .header__catalog-hidden-list-title   {
    padding-left: 0;
  }
  .header__responsive-catalog .header__catalog-hidden-list ul li a {
    font-size: 15px;
    color: rgb(47, 52, 65);
    font-weight: 400; 
    display: block;
  }
  .header__responsive-catalog .header__catalog-hidden-list.active > ul > li .header__catalog-hidden-list {
    margin-left: 0;
  }
  .header__responsive-catalog .header__catalog-hidden-list.active > ul > li .header__catalog-hidden-list {
    border: none;
  }
  .header__responsive-catalog .header__catalog-hidden-list.active > ul > li .header__catalog-hidden-list-title.hasChild:after {
   /*right: 10px;*/
  }
  .header__responsive-catalog .header__catalog-hidden-list.active > ul > li .header__catalog-hidden-list.active .header__catalog-hidden-list-title.hasChild:after {
   /*right: 20px;*/
  }
  .header__responsive-catalog {
    position: static; }  
    .header__responsive-catalog.fixed {
    position: fixed!important; 
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }  
  .header__responsive-catalog .header__catalog-hidden-list.active > ul{
    display: block;
  }
  .header__catalog-hidden-list {
    width: calc(100% / 3 - 18px);
    margin: 9px; }

  .header__catalog-hidden-close {
    position: absolute;
    cursor: pointer;
    top: 44px;
    left: 26px; 
    z-index: 5;
  }
    .header__catalog-hidden-close img {
      max-width: 28px; }

  .header__responsive-wrap-left {
    position: static; }

  .header__responsive-wrap {
    position: static; }

  .welcome {
    margin-top: 20px; } 

  .welcome__slide:before {
    content: '';
    display: block;
    position: relative;
    padding-top: 28%; }

  .welcome__slide img {  
    -o-object-fit: cover;
       object-fit: cover; }

  section.welcome .container {
    padding: 0; }

  .welcome__slider-pagination {
   /* margin-top: 15px;*/
    height: 20px; }

  .welcome__slider-pagination > * {
    width: 8px;
    height: 8px; }

  .welcome__slider-button {
    display: none; }

  .catalog__cart.catalog__cart-type-horizontal .catalog__cart-img img {
    max-width: 200px;
    max-height: 132px; }

  .catalog__cart-content {
    z-index: 22; }

  .map__wrap {
    min-height: 430px; }

  .map__list {
    z-index: 6;
    background: white;
    padding: 20px 27px 20px 26px;
    max-width: 330px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 32px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  .catalog__cart-content {
    position: absolute;
    bottom: 11px !important;
    left: 11px !important; }

  .header__catalog-hidden-close {
    padding-top: 2px;
    top: 10px;
    right: 10px;
    left: unset;
    background: rgb(233, 236, 239);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 6px;}
    .header__catalog-hidden-messages {position: absolute;top: 10px; left: 3px; }
    .header__catalog-hidden-messages .button {border-radius: 15px!important; margin:0!important; width: 30px!important;height: 30px!important;background: none!important;}
    .header__catalog-hidden-messages .button a {padding: 3px 6px 6px 6px;}
    .header__catalog-hidden-messages .button a .result-table_count-cart {width: 15px; height: 15px;font-size: 11px; top: 0;  right: -7px;}

    .header__catalog-hidden-close:hover{background: #fff;}
  .welcome__slide {
    overflow: hidden; }

  .header__responsive-catalog-button a img {
    max-width: 32px;
    width: 32px; }

  /*.border-button > * {
   font-size: 12px;
    padding: 10px 21px; }*/

  .user-space__profile-menu ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .user-space__profile-menu ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

  .user-space__profile-menu ul > * {
    width: initial; }

  .user-space__profile-menu ul li a {
    font-size: 14px; }

  .user-space__profile-menu ul li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial; }

  .vin__form-table table tbody td {
    padding-left: 0px; }

  .vin__form-table table tbody td > * {
    max-width: 100% !important; } }
@media screen and (max-width: 749px) {
   .catalog-map.from1c.categories-list-wrap .categories-list  > * {flex-basis: 100%}

  .method_payment_chart .responsive-profile-statistic-chart ul li {display: flex;}
  .method_payment_chart .responsive-profile-statistic-chart ul li > * {flex-basis: 50%; min-width: unset!important;}
  .method_payment_chart .responsive-profile-statistic-chart ul li > *:last-child {text-align: right;white-space: nowrap;}
  .method_payment_chart .user-space__profile-documents-table-item-title-item span:last-child {margin-left: 0;}


  .result-table table.rounded #grouporiginal .section-header th {border-top-left-radius: var(--main-border-radius);border-top-right-radius: var(--main-border-radius); }
  .header__filter_search.sel > span {
    padding-right: 25px; 
  }
  .header__filter_search.sel > span::after {
   /* right: 3px;*/
  }
  .header__search-input input {
      padding: 8px;

}
  .table-order-mobile-profile {
    display: block; }
    .table-order-mobile-profile-item {
      border-radius: var(--main-border-radius);
      background: #fff;
      padding: 10px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .table-order-mobile-profile-item + * {
        margin-top: 2px; }
      .table-order-mobile-profile-item-hidden {
        display: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 95%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .table-order-mobile-profile-item.active .table-order-mobile-profile-item-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .table-order-mobile-profile-item > *:nth-child(1),
      .table-order-mobile-profile-item > *:nth-child(2),
      .table-order-mobile-profile-item > *:nth-child(3),
      .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col,
      .table-order-mobile-profile.orders_table .order_group_title {
        width: 100%; display: flex;flex-direction: row;justify-content:space-between;}

      .table-order-mobile-profile-item > *:nth-child(2) {padding-right: 25px;}
      .table-order-mobile-profile-item > *:nth-child(2) > .order_refusal{position: absolute;right: 3px;}
      .table-order-mobile-profile-row-dotted.customer > .change_customer {position: absolute;right: -35px;top: -16px;}

        .table-order-mobile-profile-item * {font-size: 12px;  }

        .table-order-mobile-profile-item > *:nth-child(1) > div:nth-child(1) .type-checkbox {margin-right: 10px;}
        /*.table-order-mobile-profile-item > *:nth-child(1) > div:nth-child(1) .type-checkbox .type-checkbox__checkmark {width: 20px;height: 20px;}*/
        /*.table-order-mobile-profile-item > *:nth-child(1) > div:nth-child(1) .type-checkbox label input:checked + .type-checkbox__content .type-checkbox__checkmark {background-position: 5px 5px;}*/

        .table-order-mobile-profile-item > *:nth-child(1) > div:nth-child(2) {width: 45%;}
        .table-order-mobile-profile-item > *:nth-child(1) > div:nth-child(2) > div:nth-child(2),
        .table-order-mobile-profile-item > *:nth-child(3) > div:nth-child(1) {text-transform: uppercase;}

        .table-order-mobile-profile-item-col-number {font-size: 12px;font-weight: 400;margin-bottom: 12px;}
        .table-order-mobile-profile-item-col-number > span:nth-child(1) { color: #00438e; }

        .table-order-mobile-profile-item > *:nth-child(1) > div:nth-child(3) {width: 180px;}
        .table-order-mobile-profile-item > *:nth-child(1) > div:nth-child(3) span.status_block {border-radius: 15px;min-height: 40px!important;}

        .table-order-mobile-profile-item > *:nth-child(3) {justify-content: space-between;align-items: center;}
        .table-order-mobile-profile-item > *:nth-child(3) > div:nth-child(1) >span:nth-child(1) {color: #ff8c00;}
        .table-order-mobile-profile-item > *:nth-child(3) > div:nth-child(1) >span:nth-child(2) a {color: #00438e; margin-left: 10px;}

        .table-order-mobile-profile-item > *:nth-child(3) > div:nth-child(2) {color: #ff8c00;} 

        .table-order-mobile-profile-item .table-order-mobile-profile-row-dotted  {border-top: 2px dotted black;width: 95%;position: relative;min-height: 25px;}
        .table-order-mobile-profile-item .table-order-mobile-profile-row-dotted .table-order-mobile-profile-row-dotted-title,
        .table-order-mobile-profile-item .table-order-mobile-profile-row-dotted .table-order-mobile-profile-row-dotted-value {position: absolute;top: -13px;background: #fff;}
        .table-order-mobile-profile-item .table-order-mobile-profile-row-dotted .table-order-mobile-profile-row-dotted-title {left: 0;padding-right: 5px;font-size: 11px;text-transform: uppercase;}
        .table-order-mobile-profile-item .table-order-mobile-profile-row-dotted .table-order-mobile-profile-row-dotted-value {right: 0;padding-left: 5px;}
        
        .table-order-mobile-profile.orders_table .order_group_title {padding: 10px;margin-bottom: 1px;border-radius: var(--main-border-radius);}
        .table-order-mobile-profile.orders_table .order_group_title >*:nth-child(2) {width: 75%;   }
        .table-order-mobile-profile.orders_table .order_group_title >*:nth-child(2) >div:nth-child(1)  {margin-bottom: 10px;}
        .table-order-mobile-profile.orders_table .order_group_title >*:nth-child(3) {width: 25%;  text-align: center; }
        .table-order-mobile-profile.orders_table .order_group_title >*:nth-child(3) >div:nth-child(1) {margin-bottom: 15px;}




  .table-order-mobile-profile-item-col-date {
    font-size: 12px;
    color: #010101;
    margin-top: 5px; }

  .table-order-mobile-profile-item-col-comment {
    font-size: 12px;
    color: #030303; }

  .table-order-mobile-profile-item-show a:before,
  .scabinet__uploads .order_items .order-item__item_actions .aj_show:before  {
    content: '';
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 20px;
    height: 20px;
    height: 8px;
    width: 8px;
    border-left: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
     }

  .table-order-mobile-profile-item-show {
    width: 100%;
    text-align: right;
    margin-top:10px; }

  .active .table-order-mobile-profile-item-show a:before,
  .scabinet__uploads .order_items .active .order-item__item_actions .aj_show:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.table-order-mobile-profile-item-show a,
.scabinet__uploads .order_items .order-item__item_actions .aj_show {
  border: none;
  padding: 0;
  font-weight: 100;
  color: #ff8b00;
  padding-right: 19px;
  font-size: var(--base-font-size);
}

  .table-order-mobile-profile-item-hidden { margin-top: 20px; }

  /*  .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(1) {
      width: 120px;
      padding-right: 4px; }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(2) {
      width: 60px;
      padding-right: 4px; }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(3) {
      width: calc(100% - 180px - 15px); }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(4) {
      width: 60px;
      padding-right: 4px; }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(5) {
      width: 60px;
      padding-right: 4px; }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(6) {
      width: calc(100% - 120px - 9px); }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(7) {
      width: calc(100% - 100px - 13px); }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(8) {
      width: 35px; }
    .table-order-mobile-profile-item-hidden .table-order-mobile-profile-item-col:nth-child(9) {
      width: 50px; }  */

  .search__table.search__table_type-no-padding.table-order-responsive-profile {
    display: none; }

  .table-order-mobile-profile-item-col-code {
    font-size: 12px;
    color: #010101;
    font-weight: 300; }
.table-order-mobile-profile-item-col-code.search_link a{
  color: #00438e;
  font-weight: normal;
  border-bottom: 1px dashed;
}
  .table-order-mobile-profile-item-col-date2,
  .table-order-mobile-profile-item-col-name,
  .table-order-mobile-profile-item-col-car,
  .table-order-mobile-profile-item-col-type,
  .table-order-mobile-profile-item-col-city,
  .table-order-mobile-profile-item-col-stuff,
  .table-order-mobile-profile-item-col.amount {
    font-size: 12px;
    color: #301010;
    font-weight: 300; }

  .table-order-mobile-profile-item-col-price {
    font-size: 12px;
    color: #010101;
    font-weight: 500; 
    text-align: right;}

  .table-order-mobile-profile-item-col {
    margin-bottom: 10px; }

  body .wrapper .table-order-responsive-profile {
    margin: 0; }
    body .wrapper .table-order-responsive-profile thead {
      display: none; }

  .result-table__description {
    min-width: initial; }

  .offer-form__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .offer-form__foot-right {
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content:center; }

  .offer-form__foot-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }

  .responsive-profile-filter-documents .orange-button {display: block; }
    .responsive-profile-filter-documents .orange-button > * {
      width: 100%;
      text-align: center; }
  .responsive-profile-filter-documents .user-space__profile-documents {
    display: none;
    margin-top: 0px;
    padding-top: 20px;
    position: absolute;
    z-index: 100;
    top: 37px; }
  .responsive-profile-filter-documents.active .user-space__profile-documents {
    display: block; }

  .user-space__profile-documents-row-item:first-child {
    margin-top: 0; }

  .user-space__profile-documents-row-item {
    width: 100%;
    margin: 0;
    margin-top: 15px; }

  .user-space__profile-order-row > * {
    width: calc(100% / 4 - 10px);
    margin: 5px; }

  .user-space__profile-order-row {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin: -5px; }

  .vin__form-table table tbody td {
    padding-left: 0px; }

  .search__result-body-show-all {
    background: #fff;
    margin: 0 3px!important;
    /*padding-top: 11px;*/ }

  .responsive-table-search.search__table {
    background-color: transparent; }
  .responsive-table-search thead {
    display: none; }
  .responsive-table-search .search__table-wrap {
    margin: 0;
    background: #fff; 
    border-radius: var(--main-border-radius);}
  .responsive-table-search tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0; }
    .responsive-table-search tr + * {
      border-top: 1px solid #fbfbfb; }
  .responsive-table-search td {
    padding: 2px 15px !important; }
    .responsive-table-search td:last-child {
      display: none; }

    .responsive-table-search td:first-child {
      color: #ffae6b !important;
      font-weight: 500; display: block;}
  .responsive-table-search .search__table-title {
    padding: 0;
    margin-bottom: 25px; }

  .map__list {
    width: 100%;
    max-width: 100%; }

  .provider__form-foot-right .border-button > * {
    min-width: 100%;
    text-align: center; }

  .provider__form {
    margin-top: 33px;
    padding: 25px 20px;
    background: #fff; }

  .provider__form-foot-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .provider__form-foot-right > * {
      margin: 0px;
      width: 100%; }
      .provider__form-foot-right > * > * {
        width: 100%;
        text-align: center; }
      .provider__form-foot-right > * + * {
        margin-top: 10px; }

  .offer-form__foot-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .offer-form__foot-left > * {
    width: 100%;
    margin: 0;
    margin-top: 10px; 
    text-align: left;
  }

  .offer-form__foot-left > * > * {
   /* width: 100%; */
  }

  .offer-form__final {
    width: 100%; }

  .breadcrumbs__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .cart__heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cart__heading > * {
      width: 100%; }
      .cart__heading > * + * {
        margin-top: 10px; }

  .confirm-order__item-content > p {
    font-size: 14px; }
    .confirm-order__item-content > p a {
      font-size: 14px; }

  .cart__foot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .cart__foot > * {
    width: 100%;
    text-align: right; }

  .cart__foot > * + * {
    margin-top: 10px; }

  .user-space__profile-documents-row-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .user-space__profile-documents-row-item > * {
      width: 100%; }
      .user-space__profile-documents-row-item > * + * {
        margin-top: 15px; }
    .user-space__profile-documents-row-item .user-space__profile-order-final-item span {
      width: 25px;
      text-align: left; }

  .user-space__profile-documents-row-item > * > * {
    width: 100%;
    text-align: center; }

  .user-space__profile-documents-row-item .type-select {
    width: 100%;  }
.user-space__profile-documents-row-item .type-select * {text-align: left;}
  .user-space__profile-order-final {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .user-space__profile-order-final-item {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 5px 0; }

  .user-space__profile-order-final .border-button {
    margin: 0;
    width: 100%;
    text-align: right;
    margin-top: 10px; }
    .user-space__profile-order-final .border-button > * {
      text-align: center;
      width: 100%; }

  .user-space__profile-order-final .orange-button {
    margin: 0;
    width: 100%;
    text-align: right;
    margin-top: 10px; }
    .user-space__profile-order-final .orange-button > * {
      text-align: center;
      width: 100%; }

  .user-space__profile-order-row > * {
    width: calc(100% / 2 - 10px)!important;
    margin: 5px; }

  .user-space__ability {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .user-space__ability-item {
    width: 100%;
    /* text-align: center; */ }

  .user-space__ability-item + .user-space__ability-item {
    margin-top: 10px; }


  .shop__content-head {
    padding: 0;
    border: none;
    background: transparent;
    flex-direction: column; 
    align-items: end;}

  .shop__content-head .shop__content-head-right .shop-pagination{ margin-bottom: 15px;}

  .shop__content-head-left {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .shop__sort {
    padding: 10px 5px;
    /*background: #ffffff;
    border: 1px solid #f6f6f6;*/
    margin: 0;
    margin-top: 15px;
    max-width: 290px;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  

  form.shop__filter.search__filter {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }

  .shop__content-head-left .search__filter-open.orange-button {
    max-width: 290px;
    margin: 0 auto; }

  .shop__content-body > * {
    width: calc(100% / 2 - 4px);
    margin: 2px; }

  .vin__form-table-title {
    font-size: 13px; }

  .vin__form-table-text {
    font-size: 11px; }

  .vin__form-table-text + * {
    margin-top: 16px; }

  .vin__form-table-content {
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    padding: 8px 10px; }

  .vin__form-table table thead {
    display: none; }
  .vin__form-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .vin__form-table table tr td {
      padding: 0px;
      width: 100%; }
      .vin__form-table table tr td + * {
        margin-top: 11px; }
      .vin__form-table table tr td .vin__form-table-content {
        background: transparent;
        border: none;
        padding: 0; }
      .vin__form-table table tr td > * {
        width: 100%;
        max-width: 100% !important; }
        .vin__form-table table tr td > *:before {
          content: attr(data-vin);
          display: block;
          font-size: 11px;
          color: #000000;
          font-weight: 400;
          position: relative;
          margin-bottom: 10px;
          text-transform: uppercase; }

  .vin__form-table-buttons {
    margin: 0 0 0 auto; }

  .vin__form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .form-field__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-field__content .type-checkbox {
      margin-left: 0;
      margin-right: 10px; }

  .form-field__content .form-radio {
    margin-right: 10px; }
    .form-field__content .form-radio + * {
      margin-left: 0px; }

  .modal-city__list ul {
    -webkit-column-count: 2;
            column-count: 2; }

  body {
    min-width: 320px; }

  .catalog__show-all {
    display: block;
    text-align: center;
    margin-top: 22px; }
    .catalog__show-all a {
      color: #ff8b00;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.25;
      padding-right: 30px; }
      .catalog__show-all a:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #ff8b00; }

  .brands__show-all {
    display: block;
    text-align: center;
    margin-top: 22px; }
    .brands__show-all a {
      color: #ff8b00;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.25;
      padding-right: 30px; }
      .brands__show-all a:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #ff8b00; }

  .brands__item {
    width: calc(100% / 2 - 10px)!important; }

    /*.brands__item.generation_block {
      width: 100%;
    }*/
    /*.brands__item.generation_block.with_img {
     width: calc(100% / 2 - 10px); 
    }*/
  .brands__item {
    display: none; }

  .brands__item.brands__item_responsive-block {
    display: block; }

  .header__responsive-catalog-button a img {
    max-width: 27px; }

  .header__responsive-wrap-left > * + * {
    margin-left: 36px; }

  .header__responsive-wrap-right > * + * {
    margin-left: 22px; }

  .header__responsive-logo img {
    display: none; }

  .min-logo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 30px !important;height: 30px; }

  .header__responsive-user a img {
    max-width: 26px; }

  .header__catalog-hidden-list {
    min-width: 290px; }

  .header__catalog-hidden-list {
    min-width: 290px;
    width: 100%; }

  .header {
    z-index: 38; padding-top: 80px;}

  .welcome__slide:before {
    content: '';
    display: block;
    position: relative;
    padding-top: 33%; }

  .catalog__wrap > * {
    width: calc(100% - 4px); }

    .catalog__home_vertical_left { padding-right: 0;}
    .catalog__home_gorizontal_bottom_wrap > :last-child {margin-left: 0;}
    .catalog__home_vertical_right {  padding-left: 0;}

  .catalog__col-6.catalog__col_type-flex-column.responsive-col-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .catalog__col_type-flex-column-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .catalog__cart-type-half {
    width: calc(100% / 1); }

  .catalog__wrap {
    margin: 0; }

  .catalog__wrap > * + * {
    margin-top: 15px !important; }

  .catalog__col_type-flex-column > * + * {
    margin-top: 15px; }

  .catalog__col_type-flex-column > * {
    height: calc(100% / 1); }

  .catalog__col_type-flex-column > * {
    height: initial; }

  .catalog__col_type-flex-column-row > * + * {
    margin-top: 15px; }

  .catalog__cart {
    min-height: 310px; }

  .catalog__cart a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 220px; }

  .catalog__cart .catalog__cart-img {
    position: absolute !important;
    top: 39% !important;
    bottom: initial !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    right: initial !important; }

  .catalog__cart-type-vertical .catalog__cart-img {
    height: initial; }

  .catalog__cart .catalog__cart-img {
    width: 100%;
    text-align: center; }

  .catalog__cart .catalog__cart-img img {
    max-height: 150px; }

  .catalog__cart-content {
    position: absolute;
    bottom: 14px !important;
    left: 18px !important; }

  .responsive-hidden-catalog {
    display: none; }

  .map__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .map__list {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial; }

  .map__frame {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 320px; }

  .map__wrap {
    min-height: initial; }

  .map__list {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    -webkit-transform: none;
            transform: none; }
   .footer .developer{
    float: none;
    margin: 20px auto -20px;
    text-align: center;
   }         
  .footer__left > *:first-child {
    padding-top: 120px; }

  .footer__right {
    bottom: 130px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer__social-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer__social-wrap .footer__social-item > * {
    margin: 0 7px; }

  .footer__navigation {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .footer__navigation-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 10px 0; }

  .footer__navigation-item ul {
    display: none; }

  .footer__navigation-item.active ul {
    display: block; }

  .footer__navigation-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 10px 0;
    padding-bottom: 0px; }

  .footer__navigation-item-title:after {
    content: '';
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ff8b00; }

  .footer__navigation-item.active .footer__navigation-item-title:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  .footer__left {
    width: 100%; }

  .footer__left-col {
    width: 100%; }

  .header__responsive-catalog-button a img {
    max-width: 25px; }

  .header__navigation {
    border-top: none;
   /* background: #f1f1f1;*/
    padding: 0; }

  .header__search-input input::-webkit-input-placeholder {
    font-size: 14px; }

  .header__search-input input:-ms-input-placeholder {
    font-size: 14px; }

  .header__search-input input::-ms-input-placeholder {
    font-size: 14px; }

  .header__search-input input::placeholder {
    font-size: 14px; }

  .header__responsive {
    display: block;
    padding: 24px 0;
    background: #fbfbfb; position: fixed;width: 100%;
    z-index: 999;top: 0;}
  .header__responsive-catalog-button a img {
    max-width: 40px;
    width: 38px; }

  .search__result {
    background: transparent; }

  .search__result-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent; }

  section.search .container {
    padding: 0 15px; }

  .search__result-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    padding: 0; }
    .search__result-head > * + * {
      margin-top: 10px; }
    #type-price {
    right: 0!important;
    }
  .search__filter-open.orange-button {
    width: 100%;
    text-align: center; }
    .search__filter-open.orange-button > * {
      width: 100%;
      max-width: 290px; }

  .search__result-head > span {
    width: 100%;
    text-align: left;
    max-width: 290px;
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    font-size: 16px; }
  .search__result-head + * {
    margin-top: 10px; }

  .search__filter {
    width: 290px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .search__result thead {
    display: none; }

  .result-table.result-table-hidden {
    margin-top: 0; }

  td.disabled {
    display: block; }

  .table-section {
    background: #fff; }
    .table-section + * {
      margin-top: 10px; }

  .result-table__buttons {
    width: 52px; }

  .result-table__description {
    width: calc(100% - 52px - 20px ); }

  .result-table__content.description-td {
    max-width: 100%; }

  .result-table__button > * img {
    max-height: 20px; }

  .result-table__description {
    max-height: inherit;
    overflow: initial; }

  .result-table__description {
    max-width: 100%; }

  .result-table__content > *:last-child {
    padding-left: 0; }

  .result-table__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

  .result-table__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
justify-content: center;
      }

  .result-table__code {
    margin: 0; }

  .result-table__car {
    width: 100%; }
    .result-table__car + * {
      margin-top: 12px; }

  .result-table__code {
    padding-left: 0px !important; }

  .result-table td:nth-child(1) {
    width: 110px !important; }

  .result-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px; }
    .result-table tr td {
      max-width: initial; }

  .result-table td:nth-child(2) {
    width: calc(100% - 110px - 20px) !important;
    max-width: initial; }

   


  .result-table__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .result-table__buttons > * {
      margin: 2px 0px; }

  tr.alternative-stuff td.disabled {
    display: none; }

  tr.alternative-stuff {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .result-table__quantity-controls > * {
    width: 100%;
    height: 45% !important; }

  .result-table > table > tbody > tr > td:first-child {
    padding-left: 0!important; }
  

  .result-table__content.description-td:after {
    display: none; }

  tr.alternative-stuff {
    display: none; }

  .result-table > table > tbody > tr + * {
    border-top: none; }

  .table-section.active tr.alternative-stuff {
    display: table-row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 10px; }

  td.disabled {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }

  .result-table__code span {
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    padding-right: 6px;
    z-index: 3; }

  .result-table__direction {
    font-size: 14px;
    color: #000000;
    font-weight: 400; }

  .result-table__quantity-controls {
    display: block;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .result-table__buy_type-user {
    width: 100%; }

  .result-table__buy_type-user-button {
    width: 50px;
    height: initial;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

  input.type-quantity__input {
    height: 100%; }

  .result-table__quantity-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 24px; }

  .result-table__quantity-controls > * {
    width: 100%;
    height: 50%;
    background: #cecece;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease; }

  .result-table__quantity-input {
    width: 78px; }

  .result-table__buy.result-table__buy_type-user {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .result-table__buy.result-table__buy_type-guest {
    width: 100%;
    text-align: center;
    padding: 0; }

  tr.alternative-stuff {
    display: none !important; }

  .table-section.active tr.alternative-stuff {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .table-section.active tr.alternative-stuff {
    padding: 0px 10px;
    padding: 0px 6px 0px 6px; }

  tr.contain-sub {
    padding-bottom: 0px !important; }

  .table-section tr.alternative-stuff {
    padding: 0px 6px !important; }

  .result-table tr {
    padding: 6px; }

  .search__result-body-show-all {
    margin-top: 11px; }

  .search__result-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .search__result-head > span {
    margin: 0; }

  form.search__filter.active {
    left: 0px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  .search__filter-open.orange-button {
    text-align: left; }
    .search__filter-open.orange-button > * {
      text-align: center; }

  .vin__form-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .vin__form-table table tr td:nth-child(2) {
    width: calc(60% - 5px); }

  .vin__form-table table tr td:nth-child(3) {
    width: calc(40% - 5px); }

  .shop__content-head-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .shop__sort {
    margin: 0; }

  .shop__content-head-left .search__filter-open.orange-button {
    margin: 0; }

  .user-space__profile-menu ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .table-cart-responsive br {
      display: none; }
    .table-cart-responsive thead {
      display: none; }

  .table-cart-mobile {
    display: block;
    margin: 24px 0 12px 0; }
    .table-cart-mobile-item {
      background: #fff;
      padding: 10px 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .table-cart-mobile-item + * {
        margin-top: 5px; }
      .table-cart-mobile-item-col {
        padding: 9px 0; }
        .table-cart-mobile-item-col:nth-child(1) {
          width: 73px; }
        .table-cart-mobile-item-col:nth-child(2) {
          width: calc(100% - 73px - 21px - 13px); }
        .table-cart-mobile-item-col:nth-child(3) {
          width: 21px; }
        .table-cart-mobile-item-col:nth-child(4) {
          width: 29px; }
        .table-cart-mobile-item-col:nth-child(5) {
          width: calc(100% / 3 - 60px); }
        .table-cart-mobile-item-col:nth-child(6) {
          width: calc(100% / 3 - 43px); }
          .table-cart-mobile-item-col:nth-child(6) .table-cart-mobile-item-code {
            font-weight: 400; }
        .table-cart-mobile-item-col:nth-child(7) {
          width: calc(100% / 3 - 46px); }

  .table-cart-mobile-item-car {
    color: #010101;
    font-size: 11px;
    font-weight: 400; }

  .table-cart-mobile-item-code {
    color: #010101;
    font-weight: 300;
    font-size: 11px;
    margin-top: 2px; }

  .table-cart-mobile-item-name {
    color: #030303;
    font-size: 12px; }

  .table-cart-mobile-item-count {
    font-size: 11px;
    color: #010101; }

  .table-cart-mobile-item-price {
    font-size: 14px;
    color: #010101;
    font-weight: 500; }

  .table-cart-mobile-item-day {
    font-size: 11px;
    color: #010101; }

  .header__responsive-wrap-left {
    position: static;
    width: calc(100% / 3); }

  .header__responsive-wrap-right {
    width: calc(100% / 3); }

  .user-space__profile-order-final-item > .form-input {
    width: calc(100% - 25px); margin-top: 5px;}

  .user-space__profile-order-final-item span {
    width: 25px; }
 .user-space__profile-info-summ .user-space__profile-order-final-item span {width: auto;}
  .vin__form-table table tbody td:last-child {
    width: 100%;
    padding-right: 0; }

  tr.alternative-stuff.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } 

}
@media screen and (max-width: 639px) {
  
  .table-docs-responsive thead {
    display: none; }
  .table-docs-responsive tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .table-docs-responsive tr td {
      padding-top: 5px !important;
      padding-bottom: 5px !important; }
      .table-docs-responsive tr td {
        font-size: 12px;
      }
      .table-docs-responsive tr td:nth-child(1) {
        width: 69px;
        font-weight: 300; }
      .table-docs-responsive tr td:nth-child(2),.table-docs-responsive tr td:nth-child(5) {
        width: calc(100% - 100px - 69px - 69px)!important;
        font-weight: 400; }
      .table-docs-responsive tr td:nth-child(3) {
        width: 69px;
        padding-right: 15px !important; }
        .table-docs-responsive tr td:nth-child(3) a {
          font-weight: 300; }
      .table-docs-responsive tr td:nth-child(4) {width: 75px!important;}
      .table-docs-responsive tr td:nth-child(5) {
        text-align: left!important;
        font-weight: 500; }
        .table-docs-responsive tr td:nth-child(6) {
          width: 115px!important;
           text-align: left!important;
        }
  .orange-button.open-profile-filter {
    display: block;
    margin-top: 20px; }
    .orange-button.open-profile-filter > * {
      width: 100%;
      text-align: center; }

  .responsive-profile-filter .user-space__profile-order {
    display: none;
    padding-top: 20px;
    margin: 0;
    position: absolute;
    top: 37px;
    z-index: 100; }
  .responsive-profile-filter.active .user-space__profile-order {
    display: block; }

  .user-space__profile-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .user-space__profile-menu ul li {
      width: 100%;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial; }

  .shop__content-head-left .search__filter-open.orange-button {
    max-width: 290px;
    margin: 0 auto; }

  .shop__sort {margin-top: 10px}
.type-pagination{ margin: 10px 0;}
  .shop__content-head-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .result-table__button:nth-child(1) img {
    height: 15px; }

  .table-section tr.alternative-stuff {
    padding: 0px 6px !important; }

  tr.contain-sub {
    padding-bottom: 0px !important; }

  tr.alternative-stuff {
    display: none !important; }

  .table-section.active tr.alternative-stuff {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .result-table td:nth-child(1) {
    width: 65px !important; }

  .table-section.active tr.alternative-stuff {
    padding: 0px 10px;
    padding: 0px 6px 0px 6px; }

  .result-table td:nth-child(2) {
    width: calc(100% - 65px - 20px) !important;
    max-width: initial; }

  .result-table__car a {
    font-size: 12px;
    font-weight: 400;
    /*color: #030303;
    line-height: 1.25;
    border: none; */
  }

.result-table__car:not([data-man="ПРОИЗВОДИТЕЛЬ"]) a {
    /*font-size: 11px;*/
    color: #030303;
    font-weight: 500;
    line-height: 1.25;
    border: none; }

  .result-table__car + * {
    margin-top: 4px; }

  .result-table__code span {
    font-size: 12px; }

  .result-table__buttons {
    width: 18px; }

  .result-table__description {
    /*width: calc(100% - 18px - 20px );*/ }

  .result-table__description {   font-size: 12px; }

  .result-table__buttons {width: 18px; }

  .result-table tr.with_img td:nth-child(1) {
    width: calc(100% /5);padding: 3px !important; }

  .result-table td:nth-child(3) {
    width: calc(100% /6); }

  .result-table td:nth-child(4) {
    width: calc(100% / 6);
    padding-left: 4px; }

  .result-table td:nth-child(5) {
    width: calc(100% / 5); min-width: 140px;}

  .result-table td:nth-child(6) {
    width: calc(100% / 5); }

  .result-table td:nth-child(7) {
    padding-right: 0;
    width: 30px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .result-table__buy_type-user-button a img {border-radius: 4px}
              


  .table-section.active tr.alternative-stuff {
    padding: 0px 10px; }

  .result-table tr {
    padding-bottom: 0px; }

  .result-table td {
    padding: 3px 0;
    max-width: 394px; }

  .search__result-body .table-section {
    background: transparent; }

  .result-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px;
    background: #fff; }
    
    .result-table tr.with_img {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  .result-table tr.with_img > td {
    width: unset!important;
    max-width: unset!important;
    min-width: unset!important;
    }

    .result-table tr.with_img > td.article_brend_img {
      grid-row-start: 1;
      grid-row-end: 3;
      text-align: center;
    }
    .result-table tr.with_img > td.article_brend_img.noimage img{width: 50%;}

  .result-table tr.with_img > td.article_brend, 
  .result-table tr.with_img > td.name_photo  {
      grid-column-start: 2;
      grid-column-end: 6;
      padding-left: 5px;
    }
  .result-table tr.with_img > td.article_brend a,
  .result-table tr.with_img > td.article_brend span,
  .result-table tr.with_img > td.name_photo  .result-table__description,
  {
    font-size: 12px;
  }
  .result-table tr.with_img > td.name_photo .result-table__content{
    justify-content: space-between;
  }
  .result-table tr.with_img > td .result-table__content .result-table__buy {
    justify-content: flex-end;
  }

  .result-table tr.with_img > td.article_brend 
  .result-table tr.with_img > td.article_brend a {
    color: #ff8b00;
    border-bottom: 1px #ff8b00 dashed;
  }
  .result-table tr + tr {
    margin-top: 2px; }

  .result-table tr {
    padding: 6px 6px 15px 6px; }

  .table-section tr.alternative-stuff {
    padding: 0px 10px;
    margin: 0; }

  .result-table__availability {
    color: #030303;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    padding-right: 0; 

  }
  .result-table__availability > span {
    /*width: 100%;*/
    margin-top: 0;
    background: none;
    width: 17px;
    height: 17px;
    float: none;
    margin-left: 5px;

  }
.result-table__availability > span >span {
  display: none;
}
  .result-table .result-table__quantity.type-quantity {
    display: none; }

  .result-table .result-table__buy_type-user-button {
    width: 35px; }

  .green-availability:after {
    width: 20px;
    height: 20px; }

  .result-table__time {
    font-size: 11px; }

  .result-table__direction {
    font-size: 11px; }

  .result-table__price {
    font-size: 12px; 
    white-space: nowrap;
  }
  
  .result-table tr td[data-role="direction"] > .offer__kod-1c,
  .result-table tr td[data-role="price"] > .offer__price-retail {
    font-size: 11px;
  }

  .offer__item-title {
    font-size: 15px; }

  .contacts__item {
    width: calc(100% / 1 - 90px); }

  .offer-form__section-content .form-field__content > * + * {
    margin-top: 10px; }

  .offer-form__section-content .form-field__content > * {
    width: 100%; }

  .user-space__profile-documents-row-item .select-selected {
    text-align: left; }

  .user-space__profile-documents-table-item-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.payment_chart .user-space__profile-documents-table-item-title-item {justify-content: space-between;}

  .user-space__profile-documents-table-item-title-item { margin: 0;margin-right: 30px; }
    .user-space__profile-documents-table-item-title-item + .user-space__profile-documents-table-item-title-item {
      margin-top: 4px; }

  .user-space__profile-order-row > * {
    width: calc(100% / 1 - 10px);
    margin: 5px; }

  .user-space__profile-menu ul > * {
    width: 100%; }

  .user-space__profile-data-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .user-space__profile-data-col {
    width: calc(100% / 1 - 30px);
    margin: 15px; }

  .user-space__profile-data-row .orange-button > * {
    width: 100%;
    text-align: center; }

  .user-space__profile-data-row .orange-button {
    margin: 15px;
    /*width: 100%;*/ }
  .products_in_string .type-product > * {
   /* width: 100%;*/
   padding-bottom: 10px;

  }
  .shop__content-body > * {
    width: calc(100% / 1 - 4px);
    margin: 2px; }
.products_in_string .type-product {display: flex;}
  .vin__form-col {
    width: calc(100% / 1 ); }

  .vin__form-col + .vin__form-col {
    margin-top: 10px; }

  body {
    min-width: 320px; }

  .user-space .border-button {
  /*  width: 100%; */
  }
    .user-space .border-button > * {
      /*width: 100%;*/
      text-align: center; }

  .shop__content-head-left .search__filter-open.orange-button {
    max-width: 100%;
    margin: 0 auto; }

  .shop__content-head-left .search__filter-open.orange-button > * {
    width: 100%;
    text-align: center;
    max-width: 100%; }

  .shop__sort {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }

  form.search__filter.active {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
@media screen and (max-width: 420px) {
  .shop__wrap .shop__content .categories-list-wrap .categories-list .categories-list-item {width: 100%;}
  .brands__item {
     width: calc(100% / 2 - 10px)!important; 
    }
    .brands__item.generation_block {
     width: 100%!important ; 
    }
  .search__filter-open.orange-button > * {
    width: 100%;
    text-align: center;
    max-width: 100%; }

  .search__result-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .search__result-head > * {
      width: 100%;
      max-width: 100%; }
      .search__result-head > * > * {
        width: 100%;
        max-width: 100%; }

  .search__result-head > span {
    width: 100%;
    text-align: left;
    max-width: 100%; }

  .search__result-head > span {
    margin: 10px 0 0 0; } 
  .search__filter {width: 100%;}  
  section.search .container {padding: 15px;}
  /*section.search .search__row {padding: 0 15px;}*/
  form.search__filter.active {padding: 0 15px;margin-top: -20px;}
  }
 
@media screen and (max-width: 320px) {
  body {min-width: 320px; } }
.brands__show-all a {
  padding-right: 20px !important; }

.catalog__show-all a {
  padding-right: 20px !important; }

.search__result-body-show-all a {
  padding-right: 20px !important; }
tr:not(:hover) {background-color: var(--body-bg);}
tr:not(:hover) td {background:#fff;} 
tr:hover { background: #f1f1f1; }

.order_group_title tr {background: var(--body-bg);}

.offer__item-title {
  cursor: pointer; }

.remove-vin {
  cursor: pointer; }

.new-vin {
  cursor: pointer; }

body .wrapper .show-butt-tr {
  padding: 0px !important;
  border: none !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  body .wrapper .show-butt-tr td {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100%; }

  body .wrapper .show-butt-tr:hover {
    background: transparent !important; }
 body .wrapper .show-butt-tr td {padding-right: 120px!important; border-bottom: 2px solid #f8f8f8;}   
body .wrapper .show-butt-tr:hover td {
    background: none !important; } 

.show-butt-tr.active a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

tr.alternative-stuff.active {
  display: table-row; }

@media screen and (min-width:1024px) {
  .result-table__availability {
    display: inline-block;
    width: 100%; }
  /*.result-table__availability>span {
    right: 15px;
  }*/
}    

.loader {
  height: 20px;
  width: 150px;
  position: absolute;
  top: 2px;
  margin: auto;
}

.loader.purchase {
  left: calc(50% - 50px);
  z-index: 100;
}
.loader.left{
  left: 2px;
}
.loader.right{
  right: 2px;
}
.loader.middle {
  width: 100%;
  top: 20vh;
}
.loader#loadermessages {position: relative;}
.loader#loadermessages section {margin:0;}
.loader.send_order {width: 100%;top: -90px;}
.loader_search{
  top: 10px;
  right: 20px;
  width: 160px;
}
.loader_order_table {
  position: fixed;
  top: calc(50% + 90px);
  left: calc(50% - 100px);
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader_search .loader--dot{
  height: 20px;
  width: 20px;
  animation-name: loader_search;
}
.loader--dot:first-child {
  background-color: #f9e4cb;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #ffd5a3;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ffc37c;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #ffaf50;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #fd9d2c;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #ff8b00;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 150px;
  margin: auto;
}
.loader--text:after {
  content: "Поиск предложений";
  font-size: 14px;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.loader_pay .loader--text {
  display: none;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(130px);
  }
  65% {
    transform: translateX(130px);
  }
  95% {
    transform: translateX(0); 
  }
}

@keyframes loader_search {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Поиск предложений";
  }
  25% {
    content: "Поиск предложений.";
  }
  50% {
    content: "Поиск предложений..";
  }
  75% {
    content: "Поиск предложений...";
  }
}
.flex-right {
  justify-content:end;
}

.result-table td[data-role="direction"],
   .result-table td[data-role="period"]{
    /*background: none!important;*/
   }


@media screen and (max-width: 639px) { 
  .result-table tr td[data-role="period"].td-style-green > div,
   .result-table tr td[data-role="direction"].td-style-green > div,
   .result-table tr td[data-role="period"].td-style-blue > div,
   .result-table tr td[data-role="direction"].td-style-blue > div{
      background: none!important;
   }
   .result-table .result-table__availability, .result-table .result-table__content .result-table__time {display: flex;flex-direction: row;align-items: center;}
    .result-table .result-table__availability,.result-table .result-table__content .result-table__time {width: 100%;text-align: center;}
    .header__search-history {width: 0;}
    .header__search-history .header__search-history-button {display: none;}
    .header__search .header__search-submit {width: 45px;/*background-color: #ff8b00;*/border-bottom-right-radius: 5px;border-top-right-radius: 5px;}
    /*.header__search .header__search-submit button img{display: none;}*/
    /*.header__search .header__search-submit button {background: url('/images/svg/glass_white.svg')50% 50% transparent no-repeat; background-size: 40%;}*/
    .header__search .header__search-submit button:hover {opacity: 1;}

}
#login_form {padding-bottom: 35px;}

#registrate-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width:0!important;
    border:none!important;
    height: 8px!important;
    width: 8px!important;
    border-left: 2px solid rgb(47, 52, 65)!important;
    border-bottom: 2px solid rgb(47, 52, 65)!important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}