/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: .6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  -webkit-transition: border .1s ease;
  transition: border .1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

@keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}
/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */
.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}

.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}

/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot-handle-focus {
  -webkit-box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
          box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}
@charset "UTF-8";
@font-face {
  font-family: Rubik-Regular;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Rubik-Regular/Rubik-Regular.eot);
  src: url(../fonts/Rubik-Regular/Rubik-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Regular/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular/Rubik-Regular.ttf) format("truetype");
}

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

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

@font-face {
  font-family: Rubik-Bold-Italic;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/Rubik-BoldItalic/Rubik-BoldItalic.eot);
  src: url(../fonts/Rubik-BoldItalic/Rubik-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-BoldItalic/Rubik-BoldItalic.woff) format("woff"), url(../fonts/Rubik-BoldItalic/Rubik-BoldItalic.ttf) format("truetype");
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.success-buy-wrap {
  margin-top: 200px;
  margin-bottom: 300px;
  text-align: center;
}

.loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-left-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1;
}

.lot-without-date {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.iframe-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none !important;
}

.faq-collapse {
  margin: 7px 55px 7px 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px 25px 25px;
}

.faq-collapse .row {
  margin-top: 24px;
  margin-left: 0;
}

.faq-collapse .col-sm-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.faq-question {
  font-size: 18px;
  line-height: 33px;
}

.faq-question i {
  float: right;
  width: 26px;
  height: 26px;
  background: url("../img/icon-menu-plus.png") center no-repeat;
}

.faq-question .collapsed {
  background: url("../img/icon-menu-minus.png") center no-repeat;
}

.faq-answer-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/answer-icon.png") center no-repeat;
  margin-top: 5px;
}

.only-mobile {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

hr {
  background-color: #e2e3e4;
  border: none;
  height: 2px;
}

hr:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  max-width: 100%;
  width: 100%;
  border: 1px solid #e2e3e4;
}

.wrapper {
  /*max-width: 1280px;*/
  /*margin: 0 auto;*/
}

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

header.white_header {
  background-color: #fff;
}

h1 {
  font-size: 34px;
  line-height: 44px;
  color: #555555;
}

.news-h1 {
  font-size: 41px;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  border: unset;
  text-decoration: none;
  color: inherit;
  outline: 0;
}

.breadcrumb a:hover {
  color: #ee4036;
}

.cars_items .slick-slide, .cars_items .tns-item {
  padding-right: 15px;
  padding-left: 15px;
}

.tns-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cars_items .choice__card-item {
  text-align: center;
}

.cars_items .card-car__info {
  text-align: left;
}

#fix-burger {
  cursor: pointer;
}

.card-main {
  max-width: 370px;
  margin: 0 auto;
}

.card-popular-car {
  margin: 0;
}

.card-car__text {
  /*text-align: center;*/
}

.card-car__title {
  /*max-width: 215px;*/
}

.card-car__more {
  /*display: inline-block;*/
  width: 60px;
  height: 30px;
  border-radius: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 0 0 1px;
  border: 3px solid #EEF8FF !important;
}

.slider-nav__dot,
.slider-dots li {
  display: inline-block;
  cursor: pointer;
  width: 9px;
  height: 9px;
  background-color: #8e8e8e;
  border-radius: 50%;
  margin: 2.5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

li.slick-active {
  background-color: #ee4036;
}

.slider-dots li button {
  display: none;
}

.close_menu {
  cursor: pointer;
}

.slider-dots {
  text-align: center;
  padding-top: 70px;
}

.header-top__login-ico {
  vertical-align: middle;
}

.choice__more-wrap {
  margin: -49px auto 10px auto;
  position: relative;
}

.choice__more-wrap .choice__more {
  padding: 0 38px;
}

.header-top_fixed {
  z-index: 290 !important;
}

.header-top_fixed .header-top__logo {
  display: none;
}

.card-car__thumb {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-height: 176px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-car .card-car__thumb {
  width: 100%;
}

.header-nav__list-item-mobile {
  display: none;
}

.input_form {
  /* Style for "Rectangle" */
}

.login_form input[type="password"] {
  margin-top: 20px;
}

/*CHECK*/
.custom-big-checkbox input[type="checkbox"] {
  position: relative;
  left: -9999px;
}

.custom-big-checkbox input[type="checkbox"]:checked + .custom-big-checkbox__checkbox {
  background: url("../img/check.svg") center center no-repeat #0036d9;
  border-color: none;
}

.cabinet-buy {
  background: #ffffff;
  margin-bottom: 80px;
}

.breadcrumb {
  text-align: center;
  margin: 30px 0 22px;
  color: #8E8E8E;
  font-size: 12px;
}

ul.breadcrumb {
  list-style-type: none;
}

ul.breadcrumb li {
  display: inline-block;
}

.news-categories {
  text-align: center;
  list-style-type: none;
  margin: 35px 0;
  border-bottom: 5px solid #fff;
  font-family: Rubik-Medium;
  color: #555555;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.news-categories li {
  padding: 0 0 10px 0;
  display: inline-block;
  position: relative;
  margin-right: 60px;
}

.news-categories li:last-child {
  margin-right: 0;
}

.news-categories li.active::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #0036D9;
}

.news-categories li a {
  text-transform: uppercase;
}

.news__item {
  margin-bottom: 30px;
}

.article-wrap {
  max-width: 773px !important;
  padding-right: 0;
  padding-left: 0;
}

.article-content {
  margin-bottom: 60px;
}

.article-content img {
  width: auto;
  height: auto;
}

.article-top {
  color: #8E8E8E;
  font-size: 12px;
}

.article-date {
  float: left;
  padding-top: 9px;
}

.article-social {
  color: #8E8E8E;
  font-size: 12px;
  float: right;
  margin-bottom: 40px;
}

.article-bottom .article-social {
  margin-bottom: 0;
}

.article-social-share {
  float: left;
  padding-top: 7px;
  padding-right: 10px;
}

.article-bottom .article-social-share {
  padding-top: 14px;
}

.article-bottom .article-back {
  padding-top: 14px;
}

.article-bottom .social-button {
  padding-top: 12px;
}

.article-social-list {
  float: left;
}

.social-button {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #FFFFFF;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7px;
  border-radius: 8px;
  margin-right: 5px;
  cursor: pointer;
}

.social-button:last-child {
  margin-right: 0;
}

.social-button .twitter img {
  width: 20px;
  height: 16px;
}

.social-button .vk img {
  width: 24px;
  height: 14px;
}

.social-button .telegram img {
  width: 20px;
  height: 17px;
}

.social-button .facebook img {
  width: 9px;
  height: 16px;
}

.social-button .google img {
  width: 20px;
  height: 17px;
}

.article-header {
  margin: 0 0 20px 0;
}

.article {
  margin: 35px auto 40px auto;
  line-height: 24px;
}

.article-bottom {
  margin-top: 50px;
}

.article-back {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 7px;
}

.article-back .left-arrow {
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(/img/arrow.png) 0 0 no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-page {
  width: 40px;
  height: 50px;
  margin-right: 2px;
  background-color: #fff;
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.pagination-page:last-of-type {
  margin-right: 0;
}

.pagination-page.active,
.pagination-page:hover {
  color: #EE4036;
}

.pagination-page a {
  display: block;
  width: 100%;
  height: 100%;
}

.pagination .slider-nav__arrow {
  margin-top: 5px;
}

.pagination .slider-nav__arrow-left {
  margin-right: 30px;
}

.pagination .slider-nav__arrow-right {
  margin-left: 27px;
}

.pagination-wrap {
  margin-bottom: 40px;
}

.news-loadmore-wrap {
  margin: 0 0 40px 0;
  text-align: center;
}

.auction-description {
  margin-bottom: 100px;
  font-size: 16px;
}

article p,
article h2,
article h3,
article h4,
article h5,
article h6,
.auction-description p,
.auction-description h2,
.auction-description h3,
.auction-description h4,
.auction-description h5,
.auction-description h6 {
  margin: 20px 0;
}

article ul,
.auction-description ul {
  list-style: inside;
  margin-top: 30px;
  list-style: none;
  margin-left: 1em;
}

article ul li,
.auction-description ul li {
  margin-top: 10px;
  /*color: #ee4036;*/
  color: #555555;
  line-height: 24px;
}

article ul li::before,
.auction-description ul li::before {
  content: "\2022";
  color: #ee4036;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

article table td,
.auction-description table td {
  padding: 24px 30px;
}

article table p,
.auction-description table p {
  margin: 0;
}

article .quote {
  margin-top: 40px;
  border: 1px dashed #707070;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px 20px 20px 30px;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

article .quote p {
  margin-top: 0;
}

.modal {
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-close {
  cursor: pointer;
}

.invalid-feedback {
  display: block;
  color: #f5462e;
}

.cabinet-logout {
  cursor: pointer;
}

.loading-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*background-color: rgba(255, 255, 255, .8);*/
  border-radius: 10px;
}

.captcha-wrap {
  margin: 10px 0;
  text-align: center;
}

.captcha-wrap > div {
  display: inline-block;
}

/* new-header */
.header-new {
  position: relative;
  z-index: 999;
}

.header-new-index {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.header-new .search .form .search-go {
  position: absolute;
  top: 1px;
  right: 1px;
  background: url(../img/search.svg) center no-repeat;
  width: 38px;
  height: 48px;
}

/* header-fixed */
.header-fixed .search .form .search-go {
  position: absolute;
  top: 1px;
  right: 1px;
  background: url(../img/search.svg) center no-repeat;
  width: 38px;
  height: 48px;
}

.container {
  width: 100%;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Rubik-Regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  background-color: #f5f7fb;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

h2 {
  font-size: 28px;
}

h1.section_h1 {
  margin-bottom: 15px;
}

h2.section_h2 {
  margin-bottom: 35px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.youtube {
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 208px;
}

.youtube img {
  width: 100%;
  top: 0;
  left: 0;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.choice__card-item img {
  width: auto;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  border: unset;
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

ul li > a, ul li > span > a {
  -webkit-transition: .2s;
  transition: .2s;
}

ul li > a:hover, ul li > span > a:hover, .hovered-link:hover {
  color: #ee4036;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

button {
  border: none;
}

p {
  line-height: 24px;
}

p.min {
  font-size: 12px;
}

.font-medium,
.footer-nav__list-item,
.stages__item-number {
  font-family: Rubik-Medium;
  font-weight: 500;
}

.header-top .fixed-burger {
  display: none;
}

.tab-none {
  display: none;
}

.tab-show {
  display: block;
}

.font-bold {
  font-family: Rubik-Bold;
  font-weight: 700;
}

.block-show {
  display: block !important;
}

.block-close {
  display: none !important;
}

.no-scroll {
  overflow-y: hidden;
}

.auctionlist_offer,
a.auctionlist_offer {
  display: inline-block;
  font-size: 14px;
  padding: 0 50px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ee4036;
  background-color: #ffffff;
  margin-top: 10px;
}

.auctionlist_offer:hover,
a.auctionlist_offer:hover {
  background-color: #ee4036;
  color: #ffffff;
}

.lot-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer_by_key,
a.offer_by_key {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  border-radius: 100px;
  border: 2px solid #0036d9;
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 13px;
  height: 30px;
  line-height: 26px;
  margin-top: 10px;
}

.offer_by_key:hover,
a.offer_by_key:hover {
  background-color: #0036d9;
  color: #fff;
}

.repair_value,
a.repair_value {
  display: block;
  background-color: #ee4036;
  color: #fff;
  font-size: 12px;
  padding: 0 18px 0 22px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-top: 13px;
}

.repair_value img {
  margin-left: 8px;
}

.repair_value:hover,
a.repair_value:hover {
  background-color: #be1e2d;
}

.btn-main,
a.btn-main {
  display: inline-block;
  background-color: #ee4036;
  color: #fff;
  font-size: 16px;
  padding: 0 33px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.btn-main:hover,
a.btn-main:hover {
  background-color: #be1e2d;
}

.btn-main:active,
a.btn-main:active,
.btn-main.disabled {
  background-color: #8e8e8e;
}

.btn-call,
a.btn-call {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  border-radius: 100px;
  border: 2px solid #0036d9;
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 8px 18px;
}

.btn-call:hover,
a.btn-call:hover, .btn-call.active {
  border: 2px solid #0036d9;
  background-color: #0036d9;
  color: #fff;
}

.btn-call:active,
a.btn-call:active {
  border: 2px solid #555;
  background-color: #555;
  color: #8e8e8e;
}

.svg-ico {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrow-btn:hover .svg-ico use {
  fill: #be1e2d;
}

.arrow-btn:active .svg-ico use {
  fill: #8e8e8e;
}

.section_padding {
  padding: 60px 0 20px 0;
}

.section_padding--popular {
  padding-top: 68px;
}

.section_padding.choice {
  padding: 53px 0 3px;
}

.section_padding.news-index {
  padding: 100px 0 42px;
}

.section_padding.news-index .choice__nav {
  margin-top: -7px;
}

h2.section_h2.news__h2 {
  margin-bottom: 41px;
}

.card-main {
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-main:hover {
  -webkit-box-shadow: 0 0 25px #d1d1d1;
          box-shadow: 0 0 25px #d1d1d1;
  border: 2px solid #0036d9;
}

.card-car__text {
  padding: 18px 19px 19px 13px;
  text-align: center;
  min-height: 123px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-car__title {
  line-height: 24px;
}

.card-car__price {
  color: #ee4036;
  margin-top: auto;
  font-size: 22px;
}

.card-car__info {
  border-top: 1px solid #e1e1e1;
  padding: 18px 20px 20px 20px;
}

.card-car__info-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-car__info-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding-left: 31px;
  margin-bottom: 11px;
  max-width: 50%;
}

.card-car__info-item:nth-child(even) {
  -ms-flex-preferred-size: calc(50% - 12px);
      flex-basis: calc(50% - 12px);
  margin-left: 11px;
}

.card-car__info-item_img {
  position: absolute;
  left: -3px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.card-car__info-item_text {
  color: #979797;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-car__date {
  color: #8e8e8e;
  margin-bottom: 10px;
}

.card-car__more {
  display: block;
  text-align: center;
}

.slider-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.slider-nav__arrow {
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.slider-nav__arrow-left {
  margin-right: 13px;
}

.slider-nav__arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 13px;
}

.slider-nav__dot {
  cursor: pointer;
  width: 9px;
  height: 9px;
  background-color: #8e8e8e;
  border-radius: 50%;
  margin: 2.5px;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider-nav__dot_active {
  background-color: #ee4036;
}

.close_menu {
  position: fixed;
  left: 20%;
  top: 120px;
}

.form-main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.form-main-item,
.search-form__item {
  padding: 16px 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  height: 50px;
}

.form-main-item:-ms-input-placeholder,
.search-form__item:-ms-input-placeholder {
  color: #555;
}

.form-main-item::-webkit-input-placeholder,
.search-form__item::-webkit-input-placeholder {
  color: #555;
}

.form-main-item::-moz-placeholder,
.search-form__item::-moz-placeholder {
  color: #555;
}

.form-main-item::-ms-input-placeholder,
.search-form__item::-ms-input-placeholder {
  color: #555;
}

.form-main-item::placeholder,
.search-form__item::placeholder {
  color: #555;
}

.form-main-item_select,
.search-form__item_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-main-item_select-wrap {
  position: relative;
  margin-bottom: 22px;
}

.form-main-item_select-wrap .header-banner__form-item {
  margin-bottom: 0;
}

.form-main-item_select-wrap:after {
  content: '';
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  background: url(../img/ico-arrow-down.png) no-repeat;
}

.form-main-btn {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 8px;
}

.header-top {
  margin-bottom: 16px;
}

.header-top__menu {
  padding: 13px 0 3px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-size: 12px;
}

.header-top__menu-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header-top__menu-item {
  margin-left: 20px;
}

.header-top__menu-item:first-child {
  margin-left: 0;
}

.header-top__logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header-top__info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  font-size: 12px;
}

.header-top__phone {
  max-width: 250px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header-top__phone-ico {
  margin-right: 20px;
}

.header-top__phone-ico_down {
  display: none;
}

.header-top__phone-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top__phone-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  line-height: 20px;
}

.header-top__phone-mob-btn {
  display: none;
}

.header-top__buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header-top__buttons-item {
  margin-right: 23px;
}

.header-top__buttons-item:last-child {
  margin-right: 0;
}

.header-top__login {
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header-top__login-ico {
  margin-right: 7px;
}

.header-top__login .svg-ico {
  margin-bottom: -1px;
  margin-left: 7px;
}

.header-nav {
  margin: 14px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  right: 0;
}

.header-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.header-nav__list-item {
  text-transform: uppercase;
}

.header-nav__list-item_mob-btn {
  display: none;
}

.header-main_bg {
  position: relative;
  z-index: 1;
}

.header-banner {
  padding-top: 60px;
  padding-bottom: 199px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.header-banner__h1 {
  font-family: Rubik-Bold-Italic, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  max-width: 300px;
  text-align: center;
  margin: 10px auto 35px;
  text-transform: uppercase;
}

.header-banner__left {
  position: relative;
  z-index: 100;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.header-banner__left::after {
  content: "";
  display: block;
  background-color: rgba(0, 17, 158, 0.8);
  z-index: -1;
  width: 598px;
  height: 598px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: -48px;
  left: -15px;
}

.header-banner__left::before {
  content: "";
  display: block;
  background-color: rgba(85, 85, 85, 0.1);
  z-index: -1;
  width: 782px;
  height: 782px;
  border-radius: 50%;
  position: absolute;
  top: -140px;
  left: -108px;
}

.header-banner__right {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  position: relative;
  z-index: 100;
  margin-left: -64px;
  margin-top: 30px;
}

.header-banner__right-text {
  margin-top: 7px;
  margin-left: 104px;
  text-align: center;
}

.header-banner__form-item {
  width: 370px;
}

.header-banner__form-btn {
  padding: 0 80px;
  margin: 14px 0 0 29px;
}

select.header-banner__form-item option {
  padding: 10px;
}

.search-wrap {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  padding: 23px 70px 29px 70px;
}

.search-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.search-form__item {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  width: auto;
  min-width: 285px;
  margin: auto;
}

.search-form__item_select-wrap .multiselect {
  min-width: 285px;
}

.search-form__item_select-wrap {
  margin-right: 13px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}

.search-form__item_select-year {
  min-width: unset !important;
  width: 112px;
}

.search-form__item_select-year-wrap {
  margin-left: 12px;
}

.search-form__item_select-year-wrap::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #707070;
  width: 10px;
  height: 1px;
  left: -17.5px;
  top: 50%;
  margin-top: -.5px;
}

.search-form__btn {
  margin-left: 8px;
}

.search__h2 {
  margin-bottom: 12px;
}

.search__text {
  margin-bottom: 8px;
}

.popular__list .popular__list-wrap {
  display: block;
}

.popular__box {
  padding: 0;
  width: 170px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  line-height: 65px;
  height: 65px;
  border: 2px solid transparent;
}

.popular__box img {
  vertical-align: unset;
}

.popular__box-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 41px;
}

.popular__list-item {
  line-height: 28px;
}

.popular__btn {
  margin-top: 42px;
  text-align: center;
}

.choice__switch {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 41px;
  padding: 0 35px;
}

.choice__switch-title {
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: .2s;
  transition: .2s;
  padding-bottom: 11px;
  position: relative;
}

.choice__switch-title_active:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #0036d9;
  position: absolute;
  bottom: -5px;
}

.choice__switch-title:hover {
  color: #ee4036;
}

.choice__switch-title_active:hover {
  color: #fff;
}

.choice__switch::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #fff;
}

.choice__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  height: 48px;
  margin-top: 29px;
}

.choice__more {
  position: absolute;
  right: 0;
}

.stages {
  padding-bottom: 7px;
  margin-top: 34px;
  background-color: #3751a2;
  color: #fff;
  position: relative;
  padding-top: 74px;
}

.stages-top {
  margin-bottom: 87px;
}

.stages-wrap {
  position: relative;
  z-index: 100;
}

.stages-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 408px;
  top: -166px;
  width: 775px;
  height: 478px;
  background: url(../img/stage-bg.svg) no-repeat;
}

.stages__img {
  position: absolute;
  right: 14px;
  top: -107px;
}

.stages__h2 {
  font-family: Rubik-Regular;
  max-width: 430px;
  line-height: 55px;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.stages__item {
  margin-bottom: 121px;
}

.stages__item-number {
  font-size: 65px;
  padding-left: 26px;
  position: relative;
  margin-bottom: 14px;
}

.stages__item-number_text {
  opacity: .15;
}

.stages__item-number:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.63);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.63);
  background-color: #fff;
}

.stages__item-title {
  margin-bottom: 19px;
  text-transform: uppercase;
}

.reviews {
  padding: 102px 0 93px 0;
}

h2.section_h2.reviews__h2 {
  margin-bottom: 24px;
}

.reviews__text {
  margin-bottom: 30px;
  line-height: 28px;
}

.reviews__btn {
  text-align: center;
}

.reviews__item {
  margin-bottom: 40px;
}

.reviews__item-video {
  position: relative;
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
}

.reviews__item-video iframe {
  width: 100%;
  height: 208px;
}

.reviews__item-user {
  position: absolute;
  right: 12px;
  bottom: 15px;
}

.reviews__item-user img {
  border-radius: 50%;
}

.reviews__item-user .reviews__item-user_img {
  width: 49px;
  height: 49px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__item-user_link {
  position: absolute;
  left: -10px;
  bottom: -1px;
}

.reviews__item-title {
  line-height: 24px;
  font-size: 16px;
}

.reviews__item-title a {
  color: #2319ad;
}

.reviews__item-title a:hover {
  color: #ad0014;
}

.reviews__item-title a:visited {
  color: #15004e;
}

.adv {
  background-color: #fff;
  padding: 121px 0 104px 0;
}

.adv__top {
  text-align: center;
  margin-bottom: 56px;
}

.adv__h2 {
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.5;
}

.adv__par {
  width: 82%;
  margin: 0 auto;
  line-height: 28px;
}

.adv__item-thumb {
  width: 244px;
  height: 244px;
  margin: 0 auto;
  border: 1px solid #eee;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  position: relative;
  margin-bottom: 43px;
}

.adv__item-thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 201px;
  height: 201px;
  border: 1px solid transparent;
  background-color: rgba(85, 85, 85, 0.1);
  opacity: .48;
  border-radius: 50%;
  z-index: 1;
}

.adv__item-thumb::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 144px;
  height: 144px;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.adv__item-thumb_img {
  position: absolute;
  z-index: 3;
}

.adv__item-title {
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #00048a;
}

.adv__item-desc {
  line-height: 28px;
}

.banner-electrocar {
  padding: 10px;
  color: #fff;
  background: #ee3f36;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee3f36), color-stop(100%, #00058a));
  background: -webkit-gradient(linear, left top, right top, from(#ee3f36), to(#00058a));
  background: linear-gradient(to right, #ee3f36 0%, #00058a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee3f36', endColorstr='#00058a', GradientType=1);
  position: relative;
}

.banner-electrocar::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/radial-bg.svg) no-repeat center;
}

.banner-electrocar .container {
  position: relative;
  z-index: 2;
}

.banner-electrocar__img {
  width: 100%;
}

.banner-electrocar__text {
  padding: 20px 0;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.banner-electrocar__text-par {
  line-height: 28px;
}

.banner-electrocar__text-link {
  margin-top: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.news__card {
  padding-bottom: 20px;
}

.news .card-car__text {
  text-align: left;
  padding: 28px 23px 0;
}

.news .card-car__title {
  max-width: unset;
  margin-top: 6px;
}

.footer {
  overflow: hidden;
}

.footer-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer-sub {
  background: #3751a2;
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
  padding: 85px 55px 0 0;
  color: #fff;
  position: relative;
  z-index: 100;
}

.footer-sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  height: calc(100% + 47px);
  right: 0;
  top: -46px;
  background: #3751a2 url(../img/sub-bg.png) repeat-x center bottom;
  z-index: -1;
}

.footer-sub__social {
  margin-top: 11px;
  margin-right: 12px;
}

.footer-sub__title {
  font-size: 28px;
  margin-bottom: 8px;
}

.footer-sub__text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-sub__social-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer-sub__social-item {
  margin: 0 8px;
}

.footer-sub__pre-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 25px;
}

.footer-sub__form {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer-sub__form .form-group-pickup {
  margin-right: 0;
}

.footer-sub__form .form-group-pickup .footer-sub__form-item {
  width: 370px;
}

.footer-sub__form-item {
  margin-right: 10px;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.footer-right {
  padding: 29px 0 4px 100px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  z-index: 100;
}

.footer-right::before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
}

.footer-btn {
  position: absolute;
  right: 0;
  top: 37px;
}

.footer-nav {
  margin-bottom: 3px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer-nav__list {
  margin-right: 90px;
}

.footer-nav__list-item {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 33px;
}

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

.footer-copy__text {
  color: #bfbfbf;
}

.hamburger {
  background-color: #0036d9;
}

.mobile-logo {
  text-align: center;
  padding: 20px 0;
}

.mob-menu__close {
  display: none;
}

.header-top_fixed {
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  z-index: 290 !important;
}

.header-top_fixed .fixed-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  background-color: #00f;
}

.for_news_tittle {
  font-size: 41px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 15px;
}

.grey_tittle {
  text-align: center;
  color: #8e8e8e;
  font-family: Rubik-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line_items {
  margin-top: 43px;
}

.page_numbers {
  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;
  color: #555;
  font-family: Rubik-Regular;
  font-size: 14px;
  font-weight: 400;
}

.page_numbers li {
  margin-left: 3px;
  text-align: center;
  padding: 12px 17px;
}

.page_numbers li:hover {
  color: #ee4036;
  cursor: pointer;
}

.active_page_numbers {
  border-radius: 10px;
  background-color: #fff;
  color: #ee4036;
}

.btn-news {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
}

.for_article_tittle {
  font-size: 34px;
  text-align: center;
  max-width: 630px;
  margin: 20px auto 0;
}

.for_article_tittle.title-full-width {
  max-width: 100%;
}

.article-content {
  max-width: 770px;
}

.article-content a {
  color: #2319ad;
}

.article_card {
  margin-top: 40px;
}

.article_card_top {
  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;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.soc_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.soc_icon {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  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;
}

.description {
  color: #555;
  font-family: Rubik-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
}

.tittle_article {
  font-size: 24px;
  margin-top: 40px;
}

.main_list {
  list-style: inside;
  margin-top: 30px;
}

.main_list li {
  margin-top: 10px;
  color: #ee4036;
}

.main_list li span {
  color: #555;
}

table.main__article_table {
  color: #fff;
  margin-top: 40px;
}

table.main__article_table thead {
  background-color: #b5c0df;
}

table.main__article_table tbody td {
  color: #555;
  padding: 24px 30px;
}

.top_tit {
  padding: 24px 30px;
}

.bottom_border {
  border-bottom: 1px solid #e1e1e1;
}

.description_quote {
  margin-top: 0;
}

.quote {
  margin-top: 40px;
  border: 1px dashed #707070;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 20px 20px 30px;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card_description {
  font-style: italic;
  text-align: center;
  padding-bottom: 20px;
}

.banner_card_order {
  position: absolute;
  top: 60%;
}

.order_tittle {
  color: #fff;
  font-family: Rubik-Regular;
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.order_tittle span {
  font-family: Rubik-Medium;
  font-size: 43px;
  font-weight: 500;
}

.banner-order {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-order-content {
  border-radius: 25px;
  margin-top: 50px;
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order_arrow {
  display: block;
  margin-right: 10px;
  background-color: #fff;
  width: 18px;
  height: 16px;
}

.news_auto {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}

.news-header {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.fixed-burger {
  display: none;
}

.news-content {
  padding-top: 120px;
}

.menu-fixed .header-nav__list {
  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;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.menu-fixed .header-nav__list li {
  padding: 10px 0;
}

.menu-fixed {
  display: none;
  margin: 0;
  position: fixed;
  overflow: scroll;
  left: 0;
  top: 40px;
  right: 75%;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  z-index: 200;
  padding: 5% 0 30px 5%;
}

.for_search {
  display: block;
  margin-left: 70px;
  position: relative;
}

.for_search input.search_show {
  position: absolute;
  right: 50%;
  bottom: -20px;
  width: 670px;
  padding: 10px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.search_active_ico {
  position: absolute;
  top: -10px;
  right: 65%;
}

.close_none {
  display: none;
}

.close_search {
  display: block;
  position: absolute;
  right: 12%;
  top: 38px;
}

.default_search {
  display: none;
}

.log_in {
  width: 630px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0) translateX(-50%) translateY(-50%) !important;
  transform: perspective(1px) translate3d(0, 0, 0) translateX(-50%) translateY(-50%) !important;
}

.log_in.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.left_side {
  position: relative;
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(25deg, #ee4036 0, #00048a 100%);
}

.lock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

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

.righ_side {
  padding: 30px;
}

.input_form {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  color: #555;
  font-family: Rubik-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  padding: 0 10px;
}

.login_form .input_form {
  display: block;
}

.login_form input[type=password] {
  margin-top: 20px;
}

.clear {
  clear: both;
}

label {
  float: left;
}

.labeltext {
  display: inline-block;
  float: left;
  padding-top: 6px;
  padding-left: 10px;
}

.custom-big-checkbox input[type=checkbox] {
  position: relative;
  left: -9999px;
}

.custom-big-checkbox {
  cursor: pointer;
  display: inline-block;
}

.custom-big-checkbox__checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}

.custom-big-checkbox input[type=checkbox]:checked + .custom-big-checkbox__checkbox {
  background: url(../img/check.svg) center center no-repeat #0036d9;
  border-color: #0036d9;
}

.mt-2 {
  margin-top: 20px;
}

.login_but {
  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;
  padding: 0;
}

.login_at {
  margin-top: 41px;
}

.righ_side p {
  padding: 10px;
  color: #8e8e8e;
  font-family: Rubik-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.login_new {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_cabinet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.btn_reg {
  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;
  padding: 8px 30px;
}

.right_block {
  background: #fff;
  padding: 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;
  max-width: 340px;
}

.right_block a p {
  color: #0036d9;
  font-family: Rubik-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 33px;
}

.reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
  padding: 0;
}

.reg .main-title {
  margin: -7px 0 40px;
}

.svg_done {
  margin-left: 10px;
}

.left {
  text-align: left;
}

.cabinet_f {
  padding: 60px 15px 30px 30px;
  background: #fff;
  margin-bottom: 44px;
}

.for_tittle {
  color: #555;
  font-family: Rubik-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
}

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

.form_input {
  width: 370px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  padding-left: 10px;
  color: #555;
  font-family: Rubik-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 10px;
}

.form_cabinet label {
  margin-top: 20px;
}

.btn-reg {
  width: 220px;
  padding: 10px 10px;
  margin-top: 20px;
  line-height: 25px;
}

.out {
  border-right: solid 2px #e1e1e1;
  padding-right: 5px;
}

.second-nav {
  position: relative;
  padding-bottom: 70px;
}

.for_cabinet_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cabinet-buy {
  background: #fff;
  margin-bottom: 80px;
}

.main_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.search_cab {
  width: 370px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  padding-left: 15px;
}

.search-ico {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_buy {
  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;
  margin-top: 20px;
  border-top: 2px solid #e1e1e1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_buy li {
  padding: 20px 10px;
}

.list_buy li .top_t {
  color: #8e8e8e;
  font-size: 12px;
}

.btn-detail {
  padding-left: 30px;
  padding-right: 30px;
}

.blue_f {
  color: #0036d9;
}

.last_list {
  border-bottom: 2px solid #e1e1e1;
}

.left_favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

#all_favorite {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.left_favorite label {
  margin-left: 15px;
}

.for_cabinet_favorite {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-dell-all {
  border-color: red;
  margin-left: 20px;
}

.favorite_check {
  margin-top: -9px;
  margin-left: -12px;
}

.list_favorite li .top_t_check {
  padding-left: 30px;
}

.list_favorite .labeltext {
  padding-left: 5px;
}

.cabinet-favorite {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-bottom: 80px;
}

.reg_bg {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  margin-bottom: 82px;
}

.form_reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 423px;
  padding-left: 56px;
  margin-top: 2px;
}

.form_reg .input_form {
  margin-top: 20px;
}

.form_reg .input_form:first-child {
  margin-top: 0;
}

.for_form_reg {
  font-size: 16px;
  font-family: Rubik-Medium;
}

.for_form_reg span {
  font-size: 12px;
  font-family: Rubik-Regular;
}

.btn-reg {
  max-width: 250px;
  margin: 30px auto 0;
}

.right_side_reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 113px;
}

.right_side_reg .m-none {
  margin-left: -70px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.right_side_reg .reg_text {
  width: 420px;
}

.mt-5 {
  margin-top: 50px;
}

.reg_in {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #8e8e8e;
}

.btn-in {
  margin-left: 10px;
}

.reg_share {
  width: 100%;
  margin-top: 86px;
  font-size: 12px;
  color: #8e8e8e;
}

.auction-page-content {
  background: #f5f7fb;
}

/*.auction-card .auction-card-left .auction-card-image-main {*/
/*width: 770px;*/
/*display: flex;*/
/*justify-content: center;*/
/*align-content: center;*/
/*}*/
.header-new {
  height: 186px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.header-new .container {
  position: relative;
}

.header-new .header-new-top {
  padding: 27px 0 32px;
  white-space: nowrap;
}

.header-new .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 127px;
}

.header-new .phones {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/svg/mobile.svg) left center no-repeat;
  padding-left: 34px;
  margin-top: -17px;
}

.header-new .phones ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}

.header-new .phones ul:last-child {
  margin-right: 0;
}

.header-new .phones ul li {
  line-height: 20px;
  font-size: 12px;
  font-family: Rubik-Medium, sans-serif;
}

.header-new .callback {
  display: inline-block;
  vertical-align: middle;
  margin-top: -13px;
}

.header-new .callback a {
  margin-left: 14px;
}

.header-new .search {
  display: inline-block;
  vertical-align: middle;
  margin: -14px 0 0 0;
  position: relative;
}

.header-new .search .search-show {
  cursor: pointer;
}

.header-new .search .form {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 680px;
  height: 50px;
  display: none;
}

.header-new .search .form input {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  padding: 0 38px 0 15px;
  border-radius: 5px;
}

.header-new .search .form a.search-go {
  position: absolute;
  top: 1px;
  right: 1px;
  background: url(../img/search.svg) center no-repeat;
  width: 38px;
  height: 48px;
}

.header-new .search .form a.search-close {
  position: absolute;
  top: 19px;
  right: -21px;
  background: url(../img/svg/icon-close.svg) center no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.header-new .search .form a.search-close:hover {
  background: url(../img/icon-search-close-red.png) center no-repeat;
  background-size: 12px;
}

.header-new .auth {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/svg/icon-user.svg) left center no-repeat, url(../img/svg/auth-arrow.svg) right center no-repeat;
  padding: 0 13px 0 21px;
  font-size: 12px;
  line-height: 20px;
}

.header-new .auth:hover {
  background: url(../img/svg/icon-user.svg) left center no-repeat, url(../img/svg/auth-arrow-red.svg) right center no-repeat;
}

.header-new .header-top-menu {
  position: absolute;
  top: 14px;
  right: 0;
}

.header-new .header-top-menu li {
  display: inline-block;
  margin-left: 18px;
}

.header-new .header-top-menu li a {
  font-size: 12px;
}

.header-new .header-new-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-new .header-new-menu li {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 12px;
}

.header-new .header-new-menu li.active::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -23px;
  left: 0;
  background-color: #ee4036;
}

.header-fixed {
  position: fixed;
  min-height: 70px;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  white-space: nowrap;
}

.header-fixed .show-fixed-menu {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 100%;
  background: #0036d9 url(../img/hamburger-ico.svg) center no-repeat;
  margin-right: 43px;
  position: absolute;
}

.header-fixed .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 103px 0 113px;
}

.header-fixed .logo img:nth-child(2) {
  display: none;
}

.header-fixed .phones {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon-phone.png) left center no-repeat;
  padding: 10px 0 10px 34px;
}

.header-fixed .phones ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
}

.header-fixed .phones ul:last-child {
  margin-right: 0;
}

.header-fixed .phones ul li {
  line-height: 20px;
}

.header-fixed .callback {
  display: inline-block;
  vertical-align: middle;
}

.header-fixed .callback a {
  margin-left: 24px;
}

.header-fixed .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 99px;
  position: relative;
}

.header-fixed .search .search-show {
  cursor: pointer;
}

.header-fixed .search .form {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 750px;
  height: 50px;
  display: none;
}

.header-fixed .search .form input {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  padding: 0 38px 0 15px;
  border-radius: 5px;
}

.header-fixed .search .form a.search-go {
  position: absolute;
  top: 1px;
  right: 1px;
  background: url(../img/search.svg) center no-repeat;
  width: 38px;
  height: 48px;
}

.header-fixed .search .form a.search-close {
  position: absolute;
  top: 19px;
  right: -21px;
  background: url(../img/icon-search-close.png) center no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.header-fixed .search .form a.search-close:hover {
  background: url(../img/icon-search-close-red.png) center no-repeat;
  background-size: 12px;
}

.header-fixed .header-cart {
  margin: 2px 0 0 0;
}

.header-fixed .auth {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico-user.svg) left center no-repeat, url(../img/icon-auth-arrow.png) right center no-repeat;
  padding: 0 20px;
  line-height: 20px;
  margin-left: 0;
}

.header-fixed .auth:hover {
  background: url(../img/ico-user.svg) left center no-repeat, url(../img/icon-auth-arrow-red.png) right center no-repeat;
}

.header-fixed-menu {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  max-width: 450px;
  height: calc(100vh - 70px);
  background: #fff;
  padding: 50px 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  display: none;
}

.header-fixed-menu .fixed-menu-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 50px;
  background: url(../img/icon-search-close.png) center no-repeat;
  cursor: pointer;
}

.header-fixed-menu .fixed-menu-close:hover {
  background: url(../img/icon-search-close-red.png) center no-repeat;
}

.header-fixed-menu ul li {
  padding: 10px 0;
}

.header-fixed-menu ul li a {
  text-transform: uppercase;
}

footer {
  position: relative;
  z-index: 1;
}

.auctions-search a.search-button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 48px;
  height: 48px;
  background: url(../img/search.svg) center no-repeat;
}

.pew-checkbox {
  margin-bottom: 14px;
}

.pew-checkbox input[type=checkbox] {
  display: none;
}

.pew-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.pew-checkbox label:hover {
  color: #EE4036;
}

.pew-checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
}

.pew-checkbox input[type=checkbox]:checked + label:before {
  background: #0036d9 url(../img/icon-check.png) center no-repeat;
  border: 1px solid #0036d9;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content #auction_price_filter,
.mobile-auction-content .sidebar-block-content #auction_price_filter2 {
  height: 5px;
  background: #fff;
  border: none;
  margin-bottom: 24px;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content #auction_price_filter .ui-slider-range,
.mobile-auction-content .sidebar-block-content #auction_price_filter2 .ui-slider-range {
  background: #3751a2;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content #auction_price_filter .ui-slider-handle,
.mobile-auction-content .sidebar-block-content #auction_price_filter2 .ui-slider-handle {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid #3751a2;
  border-radius: 10px;
  top: -10px;
  cursor: pointer;
}

.sidebar-block-content .input_form {
  background-color: #fff;
}

.controls {
  text-align: center;
}

.controls .auctions-show-more {
  margin: 48px auto 0;
}

.controls .pagination {
  height: 50px;
  margin-top: 40px;
}

.controls .pagination .prev-page {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../img/icon-auth-arrow-left.png) center no-repeat;
  margin-right: 40px;
}

.controls .pagination .prev-page:hover {
  background: #fff url(../img/icon-auth-arrow-red-left.png) center no-repeat;
}

.controls .pagination .next-page {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../img/icon-auth-arrow.png) center no-repeat;
  margin-left: 40px;
}

.controls .pagination .next-page:hover {
  background: #fff url(../img/icon-auth-arrow-red.png) center no-repeat;
}

.controls .pagination a.page {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}

.controls .pagination a.page:hover {
  color: #ee4036;
}

.controls .pagination span.active {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #fff;
}

.mobile-sidebar-show {
  padding-left: 47px !important;
}

.fixed-track-button {
  display: none !important;
}

.header-fixed .mobile-callback {
  display: none;
}

.custom-modal {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.custom-modal .modal-parts {
  width: 1170px;
  height: 440px;
  background: #fff;
  border-radius: 10px;
  padding: 5px 0;
  margin-left: -190px;
}

.custom-modal .modal-parts .modal-parts-header {
  margin: 17px 0;
  font-size: 0;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-close {
  display: inline-block;
  vertical-align: top;
  margin: 15px 55px 0 25px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-search-close.png) center no-repeat;
  cursor: pointer;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-close:hover {
  background: url(../img/icon-search-close-red.png) center no-repeat;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-search {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 245px;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-search input {
  width: 370px;
  height: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 0 40px 0 10px;
  font-size: 16px;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-search .modal-parts-search-button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 48px;
  background: url(../img/search.png) center no-repeat;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs {
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs a {
  font-size: 12px;
  line-height: 16px;
  color: #8e8e8e;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs a:hover {
  color: #0036d9;
}

.custom-modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs span {
  display: inline-block;
  margin: 0 4px;
  font-size: 12px;
  line-height: 16px;
}

.custom-modal .modal-parts .modal-parts-items .item {
  height: 110px;
  border-bottom: 1px dashed #cfcfcf;
  padding-left: 100px;
}

.custom-modal .modal-parts .modal-parts-items .item:first-child {
  border-top: 1px dashed #cfcfcf;
}

.custom-modal .modal-parts .modal-parts-items .item .image {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  border: 1px solid #d4d4d4;
  margin: 20px 29px 0 0;
}

.custom-modal .modal-parts .modal-parts-items .item .image img {
  width: 100%;
  height: 100%;
}

.custom-modal .modal-parts .modal-parts-items .item .name {
  display: inline-block;
  vertical-align: top;
  margin: 25px 29px 0 0;
  font-size: 12px;
  width: 405px;
}

.custom-modal .modal-parts .modal-parts-items .item .name span {
  display: block;
  color: #8e8e8e;
  margin-top: 10px;
}

.custom-modal .modal-parts .modal-parts-items .item .label {
  display: inline-block;
  vertical-align: top;
  margin: 25px 18px 0 0;
}

.custom-modal .modal-parts .modal-parts-items .item .label .label-row {
  font-size: 12px;
  line-height: 30px;
  text-align: right;
}

.custom-modal .modal-parts .modal-parts-items .item .params {
  display: inline-block;
  vertical-align: top;
  margin: 25px 30px 0 0;
}

.custom-modal .modal-parts .modal-parts-items .item .params .label-row a {
  display: inline-block;
  width: 73px;
  height: 30px;
  background: #fff;
  margin-right: 10px;
  border: 2px solid #0036d9;
  border-radius: 15px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}

.custom-modal .modal-parts .modal-parts-items .item .params .label-row a:last-child {
  margin-right: 0;
}

.custom-modal .modal-parts .modal-parts-items .item .params .label-row a.active {
  background: #be1e2d;
  color: #fff;
  border: 2px solid #be1e2d;
}

.custom-modal .modal-parts .modal-parts-items .item .params .label-row span {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  width: 73px;
  margin-right: 10px;
  text-align: center;
}

.custom-modal .modal-parts .modal-parts-items .item .params .label-row span:last-child {
  margin-right: 0;
}

.custom-modal .modal-parts .modal-parts-items .item .params .mobile-label-row {
  display: none;
}

.custom-modal .modal-parts .modal-parts-items .item .add-to-cart {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: #0036d9 url(../img/icon-cart.png) center no-repeat;
  border-radius: 20px;
  margin-top: 25px;
}

.modal a.close-modal {
  position: absolute;
  top: 27px;
  right: 30px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/svg/modal-close.svg);
}

.form-input__number .minus,
.form-input__number .plus {
  display: block;
  position: absolute;
  border: none;
  padding: 0;
  margin: 0;
  right: 0;
  height: 50%;
  width: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cabinet .container {
  padding: 0;
}

.cabinet-header {
  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;
  margin-top: 14px;
}

.cabinet-header .title {
  margin-top: 30px;
}

.cabinet-header .title h1 {
  font-size: 34px;
}

.cabinet-profile {
  height: 85px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cabinet-profile .avatar {
  text-align: center;
  width: 70px;
}

.cabinet-profile .info {
  width: 230px;
}

.cabinet-profile .info .name {
  font-size: 14px;
  font-family: Rubik-Medium, sans-serif;
}

.cabinet-profile .info .edit {
  margin-top: 12px;
  font-size: 12px;
  display: block;
  line-height: 20px;
  color: #0036d9;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cabinet-profile .info .edit::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/svg/edit.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 11px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cabinet-profile .info .edit:hover {
  opacity: .8;
}

.cabinet-profile .info .edit:hover::after {
  opacity: .6;
}

.cabinet-profile .logout {
  border-left: 1px solid #e1e1e1;
  height: 100%;
  width: 70px;
}

.cabinet-profile .logout form {
  height: 100%;
}

.cabinet-profile .logout button {
  display: block;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url(../img/svg/logout.svg) center no-repeat;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cabinet-profile .logout button:hover {
  opacity: .7;
}

.cabinet-navigation {
  margin-top: 60px;
  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-pack: distribute;
  justify-content: space-around;
  border-bottom: 5px solid #fff;
  margin-bottom: 9px;
}

.cabinet-navigation li {
  margin-bottom: -5px;
  min-width: 60px;
}

.cabinet-navigation li a {
  font-size: 16px;
  font-family: Rubik-Medium, sans-serif;
  text-transform: uppercase;
  padding-bottom: 13px;
  border-bottom: 5px solid #fff;
  display: block;
}

.cabinet-navigation li a.active {
  border-bottom: 5px solid #0036d9;
}

.cabinet-buy {
  padding-top: 6px;
  padding-bottom: 34px;
}

.cabinet-buy .container {
  padding: 0;
}

.cabinet-buy .container .search_cab {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 16px;
  padding-left: 10px;
}

.cabinet-buy .container .search-ico {
  right: 14px;
}

.cabinet-buy .list_buy {
  margin-top: 0;
  border-top: 1px solid #e1e1e1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cabinet-buy .list_buy:first-child {
  margin-top: 4px;
}

.cabinet-buy .list_buy:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.cabinet-buy .list_buy li {
  padding: 16px 0;
}

.cabinet-buy .list_buy li:nth-child(1) {
  width: 25.6%;
}

.cabinet-buy .list_buy li:nth-child(2) {
  width: 17.2%;
}

.cabinet-buy .list_buy li:nth-child(3) {
  width: 25.5%;
}

.cabinet-buy .list_buy li:nth-child(4) {
  width: 20.8%;
}

.cabinet-buy .list_buy li:nth-child(5) {
  padding: 0;
  width: 10.9%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cabinet-buy .list_buy li:nth-child(5) .btn-detail {
  padding: 0;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 26px;
  margin-top: 6px;
}

.cabinet-buy .list_buy li p {
  line-height: 22px;
}

.auction-card__cabinet {
  background: #fff;
  padding: 25px 0 0;
}

.auction-card__cabinet .auction-card-left {
  margin-top: 24px;
}

.auction-card__cabinet .auction-card-right {
  margin-top: 24px;
}

.btn-call.btn-call__back {
  padding: 0 21px 0 15px;
  line-height: 27px;
  height: 30px;
}

.btn-call.btn-call__back::before {
  content: '';
  display: inline-block;
  background: url(../img/svg/arrow-left.svg) no-repeat;
  width: 9px;
  height: 15px;
  padding-right: 17px;
  vertical-align: middle;
}

.auction-card-right .auction-card-title {
  font-size: 24px;
  text-align: left;
}

.auction-card-right .auction-card-lot {
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 15px;
}

.auction-card-right .auction-card-lot span {
  color: #fff;
  background-color: #00048a;
  border-radius: 3px;
  font-size: 9px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 23px;
  margin-right: 6px;
  text-align: center;
  text-transform: uppercase;
  font-family: Rubik-Medium, sans-serif;
}

.auction-card-right .auction-card-price {
  margin-top: 30px;
  line-height: 60px;
}

.auction-card-right .auction-card-price p {
  margin: 0;
  font-size: 16px;
}

.auction-card-right .auction-card-price span {
  font-size: 34px;
  font-family: Rubik-Medium, sans-serif;
  color: #ee4036;
}

.auction-card-right .auction-card-docs {
  margin-top: 14px;
}

.auction-card-right .auction-card-docs .title {
  font-size: 28px;
}

.auction-card-right .auction-card-docs ul {
  margin-top: 20px;
}

.auction-card-right .auction-card-docs ul li {
  border-top: 1px solid #f5f5f5;
  height: 74px;
  line-height: 74px;
}

.auction-card-right .auction-card-docs ul li:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.auction-card-right .auction-card-docs ul li .img {
  display: inline-block;
  width: 32px;
  height: 37px;
  margin-right: 12px;
  vertical-align: middle;
}

.auction-card-right .auction-card-docs ul li .img.pdf {
  background: url(../img/svg/pdf.svg);
}

.auction-card-right .auction-card-docs ul li .img.zip {
  background: url(../img/svg/zip.svg);
}

.auction-card-right .auction-card-docs ul li .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 93px);
}

.auction-card-right .auction-card-docs ul li .info .name {
  font-family: Rubik-Medium, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.auction-card-right .auction-card-docs ul li .info .desc {
  font-size: 11px;
  color: #d6d6d6;
  line-height: 18px;
}

.auction-card-right .auction-card-docs ul li .download {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/svg/download.svg) no-repeat;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.auction-card-right .auction-card-docs ul li .download:hover {
  opacity: .6;
}

.auction-card-right .auction-card-docs__buttons {
  margin-top: 24px;
}

.auction-card-right .auction-card-docs__buttons .btn-call {
  margin-left: 70px;
}

.auction-show-description {
  margin-top: 20px;
}

.auction-show-description .btn-call {
  padding: 8px 37px;
}

.tracking {
  background: #fff;
  padding-top: 43px;
}

.tracking .title {
  font-size: 28px;
}

.tracking-list {
  margin-top: 63px;
  background-image: url(../img/kont.jpg);
  background-position: right 18px;
  background-repeat: no-repeat;
  min-height: 535px;
}

.tracking-list li {
  height: 117px;
}

.tracking-list li > div {
  display: inline-block;
}

.tracking-list li .datetime {
  margin-top: 4px;
  font-size: 12px;
  width: 120px;
}

.tracking-list li .datetime .date {
  font-family: Rubik-Medium, sans-serif;
  line-height: 20px;
  color: #8e8e8e;
}

.tracking-list li .datetime .time {
  line-height: 20px;
}

.tracking-list li .datetime .day {
  color: #fff;
  background-color: #3751a2;
  border-radius: 14px;
  padding: 0 17px 0 16px;
  height: 27px;
  line-height: 27px;
  margin-top: 8px;
  display: inline-block;
}

.tracking-list li .divider {
  background-color: #f5f7fb;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  vertical-align: top;
  background-image: url(../img/svg/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 48px;
}

.tracking-list li .divider::before {
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  left: 10px;
  width: 7px;
  background-color: #f5f7fb;
  height: 90px;
}

.tracking-list li .info {
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}

.tracking-list li .info .first {
  font-family: Rubik-Medium, sans-serif;
}

.tracking-list li:first-child .divider {
  background-image: url(../img/svg/tracking-start.svg);
}

.tracking-list li:last-child .divider::before {
  display: none;
}

.tracking-list li:last-child .datetime .day {
  background-color: #ee4036;
}

.tracking-progress {
  width: 100%;
  text-align: center;
  margin-top: 45px;
}

.tracking-progress .info {
  font-size: 14px;
  color: #8e8e8e;
}

.tracking-progress .info b {
  font-size: 14px;
  font-family: Rubik-Bold, sans-serif;
  color: #555;
}

.tracking-progressbar {
  margin-top: 20px;
  border: 2px solid #f5f7fb;
  border-radius: 26px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-family: Rubik-Medium, sans-serif;
  position: relative;
  overflow: hidden;
}

.tracking-progressbar .bar {
  position: absolute;
  background: #e2ecff;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.tracking-progressbar .text {
  position: relative;
  z-index: 2;
}

.tooltip {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  margin-left: 9px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #555;
}

.tooltip .text {
  font-size: 12px !important;
  display: none;
  font-family: Rubik-Regular, sans-serif;
  position: absolute;
  color: #8e8e8e;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
  padding: 18px;
  line-height: 16px;
  white-space: nowrap;
  top: 25px;
  left: -10px;
  margin: 0 !important;
}

.tooltip:after {
  content: '?';
  font-family: Rubik-Medium, sans-serif;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #f5f7fb;
  color: #0036d9;
  border-radius: 50%;
  line-height: 17px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tooltip:hover ::after {
  background-color: #d6d8dc;
}

.tooltip:hover .text {
  display: inline-block;
}

.tacking-info {
  margin: 57px 0 25px 5px;
  padding-bottom: 75px;
}

.tacking-info .title {
  font-size: 14px;
  font-family: Rubik-Bold, sans-serif;
  color: #8e8e8e;
}

.tacking-info .title b {
  color: #555;
}

.tacking-info .tracking-info__row {
  margin-top: 30px;
  width: auto;
}

.tacking-info .tracking-info__row > div {
  display: inline-block;
  z-index: 2;
}

.tacking-info .tracking-info__row .name {
  width: 294px;
  position: relative;
}

.tacking-info .tracking-info__row .name span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}

.tacking-info .tracking-info__row .name::before {
  content: '';
  z-index: 1;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 1px dashed #e1e1e1;
}

.auctions-content-items {
  position: relative;
}

.tmp_block {
  height: 200px;
  background: red;
  text-align: center;
  line-height: 200px;
  border: 1px solid green;
}

.pew-no-padding {
  padding: 0;
}

/* auction calculate */
.auction-page-content .auction-calculate {
  /*height:355px;*/
  height: 410px;
  font-size: 0;
}

.auction-page-content .auction-calculate-calc-block {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  width: 370px;
  /*height:335px;*/
  height: 375px;
  background: #fff;
  border-radius: 10px;
  margin-top: 80px;
  padding: 0 30px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.auction-page-content .auction-calculate-calc-block:last-child {
  margin-right: 0;
}

.auction-page-content .auction-calculate-calc-block .calc-block-total {
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
  padding: 0 30px 0 18px;
  line-height: 60px;
}

.auction-page-content .auction-calculate-calc-block .calc-block-total .calc-block-label {
  font-size: 16px;
  width: 218px;
  display: inline-block;
}

.auction-page-content .auction-calculate-calc-block .calc-block-total .calc-block-value {
  font-size: 16px;
  color: #EE4036;
}

.auction-page-content .auction-calculate-calc-block .calc-block-title {
  font-size: 20px;
  line-height: 33px;
  margin: 19px 0;
}

.auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item {
  height: 37px;
  line-height: 37px;
  border-bottom: 2px solid #fafafa;
}

.auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item:first-child {
  border-top: 2px solid #fafafa;
}

.auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item .calc-block-label {
  font-size: 12px;
  color: #979797;
  width: 218px;
  display: inline-block;
}

.auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item .calc-block-value {
  font-size: 12px;
}

.auction-page-content .auction-calculate-calc-block .calc-block-bid {
  height: 50px;
  line-height: 50px;
  margin-bottom: 24px;
}

.auction-page-content .auction-calculate-calc-block .calc-block-bid .calc-block-label {
  font-size: 16px;
  color: #979797;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

.auction-page-content .auction-calculate-calc-block .calc-block-bid .calc-block-digits {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.auction-page-content .auction-calculate-calc-block .calc-block-bid .calc-block-digits input {
  width: 122px;
  height: 50px;
  background: red;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 0 39px 0 19px;
  font-size: 16px;
}

.auction-page-content .auction-calculate-calc-block .calc-block-bid .block-digits-more {
  background: url(../img/icon-arrow-top-blue.png) center 12px no-repeat;
  width: 29px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: 0;
}

.auction-page-content .auction-calculate-calc-block .calc-block-bid .block-digits-less {
  background: url(../img/icon-arrow-bottom-blue.png) center 7px no-repeat;
  width: 29px;
  height: 24px;
  position: absolute;
  top: 25px;
  right: 0;
}

/* auction calculate-baner */
.auction-page-content .aution-calculate-baner {
  height: 220px;
  background: -webkit-gradient(linear, left top, right top, from(#EE4036), to(#00048A));
  background: linear-gradient(to right, #EE4036, #00048A);
}

.auction-page-content .aution-calculate-baner .container {
  height: 220px;
  padding-top: 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url(../img/auction-calculate-baner.png) center no-repeat;
}

.auction-page-content .aution-calculate-baner .calculate-baner-total {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 235px;
  margin-bottom: 13px;
}

.auction-page-content .aution-calculate-baner .calculate-baner-total br {
  display: none;
}

.auction-page-content .aution-calculate-baner .calculate-baner-hint {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-left: 250px;
}

.auction-page-content .aution-calculate-baner .calculate-baner-hint br {
  display: none;
}

.auction-page-content .aution-calculate-baner .calculate-baner-car {
  position: absolute;
  top: 61px;
  right: -121px;
  width: 558px;
  height: 223px;
  background: url(../img/auction-calc-baner-car.png) center no-repeat;
}

/* auction description */
.auction-description .auction-description-title {
  margin: 30px 0 42px;
  font-size: 28px;
  line-height: 33px;
}

.auction-description .auction-description-text {
  font-size: 14px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 32px;
}

.auction-description .auction-description-text span.bold {
  font-weight: 700;
  color: #555;
}

.auction-description .auction-description-params-block {
  display: inline-block;
  vertical-align: top;
  margin-right: 88px;
}

.auction-description .auction-description-params-block li {
  line-height: 34px;
  color: #979797;
  padding-left: 13px;
  position: relative;
}

.auction-description .auction-description-params-block li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  background: #EE4036;
  border-radius: 2px;
}

.auction-description .auction-description-params-block-big li {
  line-height: 42px;
  color: #979797;
}

/* auction-params */
.auction-params {
  background: #fff;
  font-size: 0;
  padding-bottom: 30px;
}

.auction-params .auction-params-block {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin-right: 30px;
  position: relative;
}

.auction-params .auction-params-block:last-child {
  margin-right: 0;
}

.auction-params .auction-params-block .auction-params-block-title {
  line-height: 123px;
  font-size: 20px;
  color: #555555;
}

.auction-params .auction-params-block .auction-params-block-title img {
  margin-right: 29px;
}

.auction-params-block-list .auction-params-block-item {
  line-height: 39px;
  border-bottom: 2px solid #fafafa;
}

.auction-params-block-list .auction-params-block-item:first-child {
  border-top: 2px solid #fafafa;
}

.auction-params-block-list .auction-params-block-item .auction-params-block-item-label {
  display: inline-block;
  width: 180px;
  font-size: 12px;
  color: #979797;
}

.auction-params-block-list .auction-params-block-item .auction-params-block-item-label.bets-info {
  float: left;
}

.auction-params-block-list .auction-params-block-item .auction-params-block-item-value {
  display: inline-block;
  font-size: 12px;
}

.auction-params-block-list .auction-params-block-item .auction-params-block-item-value.bets-info {
  width: 190px;
}

.auction-params-block-list .auction-params-block-item .auction-params-block-item-value:first-letter {
  text-transform: uppercase;
}

.auction-params-block:first-child .auction-params-block-list .auction-params-block-item .auction-params-block-item-label {
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 150px;
}

.auction-params-block:first-child .auction-params-block-list .auction-params-block-item .auction-params-block-item-label img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.auction-params-block a {
  margin-top: 21px;
}

.auction-params-block a span {
  color: #EE4036;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.auction-params-block a:hover span {
  color: #fff;
}

.auction-params .auction-params-block .auction-params-block-vin {
  position: absolute;
  top: 95px;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  padding-left: 50px;
}

.auction-params .auction-params-block .auction-params-block-vin img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* auction-card */
.auction-card {
  font-size: 0;
}

.auction-card .auction-card-left {
  width: 770px;
  height: 630px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.auction-card .auction-card-left .auction-card-image-main {
  margin-bottom: 23px;
  position: relative;
}

.auction-card .auction-card-left .auction-card-image-main .pane {
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  width: 60%;
  height: 100%;
  z-index: 10;
}

.auction-card .auction-card-left .auction-card-image-main .pane .drift-zoom-pane {
  border-radius: 10px;
}

.auction-card .auction-card-left .auction-card-image-main .nav-arrows {
  position: absolute;
  z-index: 1;
  width: 35px;
  top: 44%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.65);
  padding: 12px 10px;
  height: 47px;
}

.auction-card .auction-card-left .auction-card-image-main .nav-arrows.left {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.auction-card .auction-card-left .auction-card-image-main .nav-arrows.right {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.auction-card .auction-card-left .auction-card-image-main img {
  border-radius: 10px;
  width: 770px;
  height: 443px;
  -o-object-fit: cover;
     object-fit: cover;
}

.auction-card .auction-card-left .auction-card-image-list {
  height: 125px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.auction-card .auction-card-left .auction-card-image-list img {
  border-radius: 10px;
  margin-right: 30px;
  opacity: 0.5;
  cursor: pointer;
  max-height: 98px;
}

.auction-card .auction-card-left .auction-card-image-list img:last-child {
  margin-right: 0;
}

.auction-card .auction-card-left .auction-card-image-list img.active {
  opacity: 1;
}

.auction-card .auction-card-left .auction-card-image-list .jspHorizontalBar {
  background: none;
}

.auction-card .auction-card-left .auction-card-image-list .jspTrack {
  height: 12px;
  background: #fff;
  border-radius: 6px;
  margin-top: 2px;
}

.auction-card .auction-card-left .auction-card-image-list .jspDrag {
  height: 12px;
  background: #0036D9;
  border-radius: 6px;
}

.auction-card .auction-card-left .auction-card-image-list .jspArrow {
  width: 16px;
  height: 16px;
}

.auction-card .auction-card-left .auction-card-image-list .jspArrow.jspArrowLeft {
  background: url(../img/icon-scroll-left.png) left center no-repeat;
}

.auction-card .auction-card-left .auction-card-image-list .jspArrow.jspArrowRight {
  background: url(../img/icon-scroll-right.png) right center no-repeat;
}

.auction-card .auction-card-left .auction-card-image-list .jspArrow.jspDisabled {
  opacity: 0.5;
}

.auction-card .auction-card-right {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 630px;
}

.auction-card .auction-card-right .auction-card-info {
  height: 515px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.auction-card .auction-card-right .auction-card-info .card-info-header {
  height: 127px;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 22px 0;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer {
  height: 50px;
  background: red;
  padding-left: 78px;
  background: url(../img/auction-card-bid.png) left center no-repeat;
  background-size: auto 50px;
  position: relative;
  margin-bottom: 20px;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-value {
  font-size: 33px;
  color: #555;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-days {
  position: absolute;
  top: 37px;
  left: 87px;
  font-size: 12px;
  color: #979797;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-hours {
  position: absolute;
  top: 37px;
  left: 153px;
  font-size: 12px;
  color: #979797;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-mins {
  position: absolute;
  top: 37px;
  left: 216px;
  font-size: 12px;
  color: #979797;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-secs {
  position: absolute;
  top: 37px;
  left: 278px;
  font-size: 12px;
  color: #979797;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-number {
  font-size: 16px;
  line-height: 16px;
  color: #8E8E8E;
}

.auction-card .auction-card-right .auction-card-info .card-info-header .card-info-number span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
  background: #00048A;
  text-transform: uppercase;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 10px;
}

.auction-card .auction-card-right .auction-card-info .card-info-current-bid {
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 16px;
  color: #555;
  background: #F5F7FB;
  border-bottom: 1px solid #e1e1e1;
}

.auction-card .auction-card-right .auction-card-info .card-info-current-bid span {
  color: #EE4036;
  margin-left: 10px;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid {
  height: 220px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  padding-top: 30px;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .your-bid {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .your-bid .label {
  line-height: 34px;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .your-bid .calc-block-digits {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .your-bid .calc-block-digits input {
  width: 122px;
  height: 50px;
  background: red;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 0 39px 0 19px;
  font-size: 16px;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .your-bid .block-digits-more {
  background: url(../img/icon-arrow-top-blue.png) center 12px no-repeat;
  width: 29px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: 0;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .your-bid .block-digits-less {
  background: url(../img/icon-arrow-bottom-blue.png) center 7px no-repeat;
  width: 29px;
  height: 24px;
  position: absolute;
  top: 25px;
  right: 0;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .total-bid {
  display: inline-block;
  vertical-align: top;
  width: 55%;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .total-bid .label {
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .total-bid .value {
  display: block;
  line-height: 50px;
  font-size: 28px;
  color: #EE4036;
  margin-bottom: 28px;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .total-bid .value .hint {
  width: 17px;
  height: 17px;
  background: #F5F7FB;
  border-radius: 50%;
  font-size: 12px;
  color: #0036D9;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 17px;
  cursor: pointer;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .total-bid .value .hint span {
  position: absolute;
  top: 0;
  left: 27px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  color: #8E8E8E;
  display: none;
}

.auction-card .auction-card-right .auction-card-info .card-info-user-bid .total-bid .value .hint:hover span {
  display: block;
}

.auction-card .auction-card-right .auction-card-info .card-info-views {
  text-align: center;
}

.auction-card .auction-card-right .auction-card-info .card-info-views a,
.auction-card .auction-card-right .auction-card-info .card-info-views button {
  margin: 18px 0 15px;
}

.auction-card .auction-card-right .auction-card-info .card-info-views .card-info-total-views {
  font-size: 12px;
  color: #979797;
  line-height: 20px;
}

.auction-card .auction-card-right .auction-card-info .card-info-views .card-info-total-views img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.auction-card .auction-card-right .auction-card-info .card-info-views .card-info-total-views span {
  color: #555;
}

.auction-card .auction-card-right .auction-card-social {
  height: 40px;
  margin-bottom: 50px;
}

.auction-card .auction-card-right .auction-card-social span {
  color: #8E8E8E;
  font-size: 13px;
  line-height: 20px;
  /*  padding-left: 11px;*/
}

.auction-card .auction-card-right .auction-card-social span h3 {
  color: #545454;
}

.auction-card .auction-card-right .auction-card-social .auction-card-social-list {
  float: right;
}

.auction-card .auction-card-right .auction-card-social .auction-card-social-list a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  margin-right: 7px;
  line-height: 40px;
  text-align: center;
}

.auction-card .auction-card-right .auction-card-social .auction-card-social-list a:last-child {
  margin-right: 0;
}

/* auction parts */
.auction-parts {
  margin-top: 65px;
}

.lot-parts .auction-parts {
  margin-top: 0;
}

.auction-parts .auction-parts-title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 25px;
}

.auction-parts ul {
  background: url(../img/parts-tree-bg.png) 6px top repeat-y;
}

.auction-parts ul li {
  padding-left: 30px;
  line-height: 24px;
  background: url(../img/tree-plus.png) left top no-repeat;
  font-size: 14px;
  cursor: pointer;
  color: #0036D9;
  position: relative;
}

.auction-parts ul li.open {
  background: url(../img/tree-minus.png) left top no-repeat;
}

.auction-parts ul li.open span, .auction-parts ul li > a {
  display: inline-block;
  margin-bottom: 10px;
}

.auction-parts ul li > input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
}

.auction-parts ul li span .parts-search {
  display: none;
}

.auction-parts ul li .toggle-button {
  position: absolute;
  width: 30px;
  height: 15px;
  top: 3px;
  left: 0;
}

.auction-parts ul li.open span .parts-search {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  margin-top: -8px;
}

.auction-parts ul li.open span .parts-search input {
  width: 370px;
  height: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 0 40px 0 10px;
  background: #fff;
}

.auction-parts ul li.open span .parts-search .found-categories {
  position: absolute;
  top: 39px;
  left: 0;
  width: 370px;
  z-index: 99;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  background-color: #fff;
}

.auction-parts ul li.open span .parts-search .found-categories span {
  display: block;
  margin: 0;
  padding: 0 40px 0 10px;
}

.auction-parts ul li.open span .parts-search .found-categories span:hover {
  background-color: #aaa;
}

.auction-parts ul li.open span .parts-search button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 38px;
  background: url(../img/search.svg) center no-repeat;
}

/* auctions-search */
.auctions-total-found {
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
}

.auctions-search {
  text-align: center;
  position: relative;
  width: 740px;
  margin: 0 auto 30px;
}

.auctions-search input {
  width: 770px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  padding: 0 63px 0 15px;
}

.auctions-search .search-button {
  position: absolute;
  top: 1px;
  right: -27px;
  width: 48px;
  height: 48px;
  background: url(../img/search.svg) center no-repeat;
}

/* auction-brands */
.auctions-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
  margin: 10px 0 25px;
}

.auctions-brands ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.auctions-brands ul li {
  line-height: 30px;
}

.auctions-brands ul li a {
  font-size: 16px;
}

/* auctions-content */
.auctions-content {
  margin-top: 30px;
  padding-bottom: 43px;
}

.auctions-content .auctions-content-title > span {
  display: inline-block;
  font-size: 24px;
  line-height: 50px;
}

.auctions-content-sort {
  float: right;
  position: relative;
  background: #fff;
}

.auctions-content-sort span {
  display: block;
  width: 270px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  line-height: 48px;
  font-size: 14px;
  background: url(../img/icon-arrow-bottom-blue.png) no-repeat;
  background-position: right 10px center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: pointer;
}

.auctions-content-sort.active span {
  border-radius: 5px 5px 0 0;
}

.auctions-content-sort ul {
  border: 1px solid #e4e4e4;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  display: none;
}

.auctions-content-sort.active ul {
  display: block;
  max-height: 400px;
  overflow: scroll;
}

.auctions-content-sort ul li {
  line-height: 48px;
  padding: 0 10px;
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.auctions-content-sort ul li:first-child {
  border-top: none;
}

.auctions-content-sort ul li:hover {
  background: #0036d9;
  color: #fff;
}

.auctions-content-list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auctions-content-list .auctions-content-sidebar {
  width: 270px;
  min-height: 1521px;
  margin-right: 30px;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block,
.mobile-auction-content .sidebar-block {
  border-bottom: 1px solid #E1E1E1;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block .sidebar-block-title,
.mobile-auction-content .sidebar-block .sidebar-block-title {
  line-height: 60px;
  font-size: 16px;
  background: url(../img/icon-menu-plus.png) no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  font-family: Rubik-Medium, sans-serif;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block.active .sidebar-block-title,
.mobile-auction-content .sidebar-block.active .sidebar-block-title {
  background: url(../img/icon-menu-minus.png) no-repeat;
  background-position: right 20px center;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block .sidebar-block-content,
.mobile-auction-content .sidebar-block .sidebar-block-content {
  padding-bottom: 10px;
  display: none;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block.active .sidebar-block-content,
.mobile-auction-content .sidebar-block.active .sidebar-block-content {
  display: block;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .pew-select,
.mobile-auction-content .sidebar-block-content .pew-select {
  margin-bottom: 20px;
  float: none;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .years,
.mobile-auction-content .sidebar-block-content .years {
  margin-bottom: 20px;
  position: relative;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .years:before,
.mobile-auction-content .sidebar-block-content .years:before,
.prices_input_wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #707070;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .years .pew-select,
.mobile-auction-content .sidebar-block-content .years .pew-select {
  float: none;
  display: inline-block;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .years .pew-select:last-child,
.mobile-auction-content .sidebar-block-content .years .pew-select:last-child {
  float: right;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .years .pew-select span,
.mobile-auction-content .sidebar-block-content .years .pew-select span {
  width: 112px;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .pew-checkbox,
.mobile-auction-content .sidebar-block-content .pew-checkbox {
  margin-bottom: 14px;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .pew-checkbox input[type="checkbox"],
.mobile-auction-content .sidebar-block-content .pew-checkbox input[type="checkbox"] {
  display: none;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .pew-checkbox label,
.mobile-auction-content .sidebar-block-content .pew-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .pew-checkbox label:before,
.mobile-auction-content .sidebar-block-content .pew-checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .pew-checkbox input[type=checkbox]:checked + label:before,
.mobile-auction-content .sidebar-block-content .pew-checkbox input[type=checkbox]:checked + label:before {
  background: #0036D9 url(../img/icon-check.png) center no-repeat;
  border: 1px solid #0036D9;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .price-labels,
.mobile-auction-content .sidebar-block-content .price-labels {
  margin-bottom: 12px;
  font-family: Rubik-Medium, sans-serif;
  font-size: 12px;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .price-labels span:last-child,
.mobile-auction-content .sidebar-block-content .price-labels span:last-child {
  float: right;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .auction_price_filter,
.mobile-auction-content .sidebar-block-content .auction_price_filter {
  height: 5px;
  background: #fff;
  border: none;
  margin-bottom: 24px;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .auction_price_filter .ui-slider-range,
.mobile-auction-content .sidebar-block-content .auction_price_filter .ui-slider-range {
  background: #3751A2;
}

.auctions-content-list .auctions-content-sidebar .sidebar-block-content .auction_price_filter .ui-slider-handle,
.mobile-auction-content .sidebar-block-content .auction_price_filter .ui-slider-handle {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid #3751A2;
  border-radius: 10px;
  top: -10px;
  cursor: pointer;
}

.vue-slider-dot {
  width: 19px;
  height: 19px;
  background: #fff;
  border: 3px solid #3751A2;
  border-radius: 10px;
  cursor: pointer;
  will-change: unset !important;
}

.vue-slider-dot-handle {
  display: none !important;
}

.vue-slider-rail {
  background-color: transparent !important;
}

.vue-slider-process {
  background-color: #3751A2 !important;
}

.auctions-content-list .auctions-content-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.auctions-content-list .auctions-content-items .items-list .item {
  min-height: 181px;
  background: #fff;
  margin-bottom: 27px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0;
}

.auctions-content-list .auctions-content-items .items-list .item:last-child {
  margin-bottom: 0;
}

.auctions-content-list .auctions-content-items .items-list .item:hover {
  border: 2px solid #0036D9;
  -webkit-box-shadow: 0px 0px 25px 0px #d1d1d1;
  box-shadow: 0px 0px 25px 0px #d1d1d1;
}

.auctions-content-list .auctions-content-items .items-list .item .image {
  min-height: 270px;
  /* min-height: 180px; */
  max-width: 270px;
  min-width: 270px;
}

.auctions-content-list .auctions-content-items .items-list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.auctions-content-list .auctions-content-items .items-list .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 34px;
  width: 150px;
}

.auctions-content-list .auctions-content-items .items-list .item .info .info-name {
  font-size: 16px;
  margin: 9px 0;
}

.auctions-content-list .auctions-content-items .items-list .item .info .params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auctions-content-list .auctions-content-items .items-list .item .info .params ul {
  width: 50%;
}

.auctions-content-list .auctions-content-items .items-list .item .info .params ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #979797;
  font-size: 12px;
  line-height: 32px;
  white-space: nowrap;
  padding-right: 3px;
}

.auctions-content-list .auctions-content-items .items-list .item .info .params ul li .icon {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  text-align: left;
}

.auctions-content-list .auctions-content-items .items-list .item .info .params ul:nth-child(2) li .icon {
  width: 25px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot {
  width: 169px;
  border-left: 2px solid #F0F0F0;
  text-align: center;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .lot-id {
  color: #8E8E8E;
  font-size: 12px;
  line-height: 14px;
  margin: 13px 0 7px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .lot-id span {
  font-size: 9px;
  display: inline-block;
  vertical-align: top;
  background: #00048A;
  line-height: 14px;
  color: #fff;
  padding: 0 3px;
  margin-right: 6px;
  border-radius: 3px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .lot-date {
  font-size: 12px;
  margin-bottom: 18px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .lot-date span {
  color: #8E8E8E;
  display: block;
  line-height: 18px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .current-bid span {
  font-size: 12px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .current-bid .current-bid-price {
  font-size: 22px;
  color: #EE4036;
  margin-top: 10px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .no-bids {
  font-size: 14px;
  color: #3751A2;
  margin-top: 10px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .no-bids-buyout > span {
  display: block;
  font-size: 12px;
  color: #3751A2;
  margin-top: 10px;
}

.no-bids-buyout .buyout {
  display: inline-block;
  font-size: 12px;
  color: #3751A2;
  margin-top: 10px;
}

.auctions-content-list .auctions-content-items .items-list .item .lot .no-bids-buyout .buyout span, .red-price {
  color: #EE4036 !important;
  font-weight: 700;
  font-size: 16px !important;
}

.controls {
  text-align: center;
}

.auctions-content .controls {
  margin-top: 30px;
  /*
        padding-left: 300px;
        */
}

.controls .auctions-show-more {
  margin: -1px auto 0;
}

.controls .pagination {
  height: 50px;
  margin-top: 40px;
}

.controls .pagination .prev-page {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../img/icon-auth-arrow-left.png) center no-repeat;
  margin-right: 40px;
}

.controls .pagination .prev-page:hover {
  background: #fff url(../img/icon-auth-arrow-red-left.png) center no-repeat;
}

.controls .pagination .next-page {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../img/icon-auth-arrow.png) center no-repeat;
  margin-left: 40px;
}

.controls .pagination .next-page:hover {
  background: #fff url(../img/icon-auth-arrow-red.png) center no-repeat;
}

.controls .pagination a.page {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}

.controls .pagination a.page:hover {
  color: #EE4036;
}

.controls .pagination span.active {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #fff;
}

/* auctions-description */
.auctions-description {
  padding: 50px 0 10px;
  position: relative;
}

.auctions-description .auctions-description-text-block {
  margin-top: 47px;
}

.auctions-description .auctions-description-text-block:first-child {
  margin-top: 0;
}

.auctions-description .auctions-description-text-block-title {
  font-size: 24px;
  margin-bottom: 27px;
}

.auctions-description .auctions-description-text-block-content {
  font-size: 14px;
  line-height: 24px;
}

.auctions-description .auctions-description-show-all {
  float: right;
  display: inline-block;
  margin-top: 10px;
  color: #0036D9;
  border-bottom: 1px dashed #0036D9;
  position: relative;
  right: 0;
}

.auctions-description .auctions-description-show-all:hover {
  border-bottom: none;
}

.mobile-sidebar-show {
  background: #fff url(../img/icon-mobile-params.png) 15px center no-repeat;
  padding-left: 47px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  display: none !important;
}

.mobile-sidebar-show:hover {
  background: #fff url(../img/icon-mobile-params-white.png) 15px center no-repeat;
}

.fixed-track-button {
  display: none !important;
}

.mobile-auction-sidebar {
  display: none;
}

/* fixed-cart */
.fixed-cart {
  position: fixed;
  z-index: 2;
  bottom: 40px;
  left: 40px;
  width: 80px;
  height: 40px;
  background: #fff;
  border: 3px solid #0036D9;
  border-radius: 20px;
}

.fixed-cart .icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0036D9 url(../img/icon-cart.png) center no-repeat;
  margin: -3px 0 0 -3px;
}

.fixed-cart span {
  display: inline-block;
  vertical-align: top;
  width: 37px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
}

/* modal */
.modal {
  top: 0;
  left: 0;
  height: 100%;
}

.modal .modal-parts {
  position: absolute;
  width: 1170px;
  height: 440px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
}

.modal .modal-parts .modal-parts-header {
  margin: 17px 0;
  height: 50px;
  font-size: 0;
}

.modal .modal-parts .modal-parts-header .modal-parts-close {
  display: inline-block;
  vertical-align: top;
  margin: 15px 55px 0 25px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-search-close.png) center no-repeat;
  cursor: pointer;
}

.modal .modal-parts .modal-parts-header .modal-parts-close:hover {
  background: url(../img/icon-search-close-red.png) center no-repeat;
}

.modal .modal-parts .modal-parts-header .modal-parts-search {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 260px;
}

.modal .modal-parts .modal-parts-header .modal-parts-search input {
  width: 370px;
  height: 50px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  background: #F9F9F9;
  padding: 0 40px 0 10px;
  font-size: 16px;
}

.modal .modal-parts .modal-parts-header .modal-parts-search a {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 48px;
  background: url(../img/search.png) center no-repeat;
}

.modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs {
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
}

.modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs a {
  font-size: 12px;
  line-height: 16px;
  color: #8E8E8E;
}

.modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs a:hover {
  color: #0036D9;
}

.modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs span {
  display: inline-block;
  margin: 0 4px;
  font-size: 12px;
  line-height: 16px;
}

.modal .modal-parts .modal-parts-items .item {
  height: 110px;
  border-bottom: 1px dashed #CFCFCF;
  padding-left: 100px;
}

.modal .modal-parts .modal-parts-items .item:first-child {
  border-top: 1px dashed #CFCFCF;
}

.modal .modal-parts .modal-parts-items .item .image {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  border: 1px solid #D4D4D4;
  margin: 20px 29px 0 0;
}

.modal .modal-parts .modal-parts-items .item .name {
  display: inline-block;
  vertical-align: top;
  margin: 25px 29px 0 0;
  font-size: 12px;
  width: 405px;
}

.modal .modal-parts .modal-parts-items .item .name span {
  display: block;
  color: #8E8E8E;
  margin-top: 10px;
}

.modal .modal-parts .modal-parts-items .item .label {
  display: inline-block;
  vertical-align: top;
  margin: 25px 18px 0 0;
}

.modal .modal-parts .modal-parts-items .item .label .label-row {
  font-size: 12px;
  line-height: 30px;
  text-align: right;
}

.modal .modal-parts .modal-parts-items .item .params {
  display: inline-block;
  vertical-align: top;
  margin: 25px 30px 0 0;
}

.modal .modal-parts .modal-parts-items .item .params .label-row a {
  display: inline-block;
  width: 73px;
  height: 30px;
  background: #fff;
  margin-right: 10px;
  border: 2px solid #0036D9;
  border-radius: 15px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}

.modal .modal-parts .modal-parts-items .item .params .label-row a:last-child {
  margin-right: 0;
}

.modal .modal-parts .modal-parts-items .item .params .label-row a.active {
  background: #BE1E2D;
  color: #fff;
  border: 2px solid #BE1E2D;
}

.modal .modal-parts .modal-parts-items .item .params .label-row span {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  width: 73px;
  margin-right: 10px;
  text-align: center;
}

.modal .modal-parts .modal-parts-items .item .params .label-row span:last-child {
  margin-right: 0;
}

.modal .modal-parts .modal-parts-items .item .params .mobile-label-row {
  display: none;
}

.modal .modal-parts .modal-parts-items .item .add-to-cart {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: #0036D9 url(../img/icon-cart.png) center no-repeat;
  border-radius: 20px;
  margin-top: 25px;
}

/* pew-mobile */
.item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.item-price span {
  font-size: 12px;
}

.item-price-value {
  display: block;
  color: #ee4036;
  font-family: Rubik-Medium, sans-serif;
  font-size: 22px;
}

.auction-card .auction-card__buy-price {
  color: #ee4036;
  font-family: Rubik-Medium, sans-serif;
  font-size: 34px;
  padding-top: 38px;
}

.auction-card .auction-card__buy-buttons {
  margin-top: 30px;
}

.auction-card .auction-card__buy-buttons .btn-call {
  width: 194px;
  text-align: left;
  position: relative;
  line-height: 26px;
  padding: 0 40px 0 12px;
  margin: 0 auto 16px;
  display: block;
}

.auction-card .auction-card__buy-buttons .btn-call::before {
  content: '';
  display: block;
  position: absolute;
}

.auction-card .auction-card__buy-buttons .btn-call.btn-auction::before {
  right: 12px;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/auction.svg) no-repeat;
}

.auction-card .auction-card__buy-buttons .btn-call.btn-price::before {
  right: 12px;
  top: 6px;
  width: 18px;
  height: 14px;
  background: url(../img/svg/money.svg) no-repeat;
}

.auction-card .auction-card__buy .auction-card-info {
  height: auto;
  text-align: center;
}

.auction-card .auction-card__buy .auction-card-info .btn-main {
  width: 200px;
  margin-top: 27px;
}

.auction-card .auction-card__buy .auction-card-info .card-info-views {
  border-top: 1px solid #f5f5f5;
  padding: 18px 0;
  margin-top: 13px;
}

.auction-params__container {
  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;
}

.auction-params__container .auction-params-block {
  width: 100%;
}

.auction-description__buy {
  padding-top: 60px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.blocker::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.05em;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
}

.modal a.close-modal,
.modal-small a.close-modal {
  position: absolute;
  top: 27px;
  right: 30px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/svg/modal-close.svg);
  cursor: pointer;
}

.modal-small {
  /*display: none;*/
  max-width: 630px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.26);
}

.modal-small .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.modal-small .modal-content__img {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #ee3f36;
  background: -webkit-gradient(left bottom, right top, color-stop(0, #ee3f36), color-stop(100%, #00058a));
  background: linear-gradient(45deg, #ee3f36 0, #00058a 100%);
}

.modal-small .modal-content__form {
  text-align: left;
  padding: 30px;
  width: calc(100% - 200px);
}

.modal-small .modal-content__form .title {
  font-size: 28px;
  margin-bottom: 21px;
}

.modal-small .modal-content__form .subtitle {
  font-size: 16px;
  font-family: Rubik-Medium, sans-serif;
}

.modal-small .modal-content__form .subtitle span {
  color: #ee4036;
}

.modal-small .modal-content__form .form-body {
  margin-top: 30px;
}

.modal-small .modal-content__form .form-body .form-buttons {
  margin-top: 30px;
  text-align: right;
}

.modal-small .btn-main {
  height: 50px;
  line-height: 50px;
  padding: 0 52px;
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-group-pickup {
  margin-bottom: 25px;
}

.form-group .input_form, .form-group-pickup .input_form {
  display: block;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  height: 50px;
}

.form-group .input_form.error, .form-group-pickup .input_form.error {
  border-color: #ee4036;
  background-color: rgba(238, 64, 54, 0.07);
}

.form-group .error-text, .form-group-pickup .error-text {
  display: block;
  text-align: right;
  color: #ee4036;
  margin-top: 3px;
  font-size: 10px;
}

.form-input__number {
  position: relative;
}

.form-input__number .minus,
.form-input__number .plus {
  display: block;
  position: absolute;
  border: none;
  padding: 0;
  margin: 0;
  right: 0;
  height: 50%;
  width: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.form-input__number .minus:hover,
.form-input__number .plus:hover {
  opacity: .8;
}

.form-input__number .minus:active,
.form-input__number .plus:active {
  opacity: .4;
}

.form-input__number .minus {
  bottom: 0;
  background-image: url(../img/svg/arrow-down.svg);
  background-position: center 6px;
}

.form-input__number .plus {
  top: 0;
  background-image: url(../img/svg/arrow-up.svg);
  background-position: center 12px;
}

.form-group__right_checkbox {
  margin-top: -5px;
  text-align: right;
}

.form-group__right_checkbox .pew-checkbox label {
  padding-left: 30px;
}

.modal-content__alert {
  text-align: center;
  width: 100%;
  padding: 77px 30px 60px;
}

.modal-content__alert .title {
  font-size: 28px;
  margin-top: 23px;
}

.modal-content__alert .message {
  margin: 15px 0 38px;
  font-size: 16px;
  line-height: 20px;
  font-family: Rubik-Medium, sans-serif;
}

.modal-content__alert .btn-main {
  padding: 0 58px;
}

.page-404 {
  margin: -50px 0 -58px;
}

.page-404 h1 {
  position: relative;
  z-index: 2;
  font-size: 34px;
  margin: 115px 0 0 584px;
}

.page-404__img {
  display: inline-block;
  margin: -150px 0 0 -15px;
}

.page-404__content {
  display: inline-block;
  width: calc(100% - 669px);
  vertical-align: top;
  margin: 0 0 0 -30px;
}

.page-404__content .text {
  margin: 63px 0 14px;
}

.page-404__content .text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}

.page-404__content .btn-main {
  margin-top: 13px;
  line-height: 50px;
  height: 50px;
  padding: 0 45px;
}

.item-title {
  position: relative;
  z-index: 2;
}

.v--modal {
  width: 0 !important;
  height: 0 !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.filter-multiselect {
  margin: 0 0 20px;
}

.prices_input_wrap {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prices_input_wrap .form-group {
  width: 112px;
}

.prices_input_wrap:before {
  margin-top: -10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.callback-electro-car-modal-wrap {
  padding: 25px 25px 0 25px;
}

.contract-offer-wrap {
  text-align: right;
}

/*.popular__list-item-wrap:nth-child(n+6) {*/
/*display: none; }*/
/*.choice__card-item:nth-child(n+4) {*/
/*display: none; } */
@media screen and (max-width: 1200px) {
  .for_search {
    display: block;
    margin-left: 30px;
    position: relative;
  }
  .for_search input.search_show {
    width: 600px;
    height: 40px;
    bottom: -7px;
  }
  .search_active_ico {
    position: relative;
    top: 0;
    right: 30px;
  }
  .close_none {
    display: none;
  }
  .close_search {
    display: block;
    position: absolute;
    right: 16%;
    top: 30px;
  }
  .header-banner__right-text {
    margin-left: 150px;
  }
  .header-banner__left::after {
    left: -61px;
  }
  .header-banner__left::before {
    left: -148px;
  }
  .search-form__item {
    min-width: 206px;
  }
  .search-form__item_select-wrap .multiselect {
    min-width: 206px;
  }
  .search-form__item_select-wrap:nth-child(2) .search-form__item {
    min-width: 206px;
  }
  .search-form__item_select-year {
    width: 112px;
    min-width: unset;
  }
  .card-car__thumb {
    width: 100%;
  }
  .stages-wrap::before {
    left: 330px;
  }
  .footer-right {
    padding-left: 25px;
  }
  .popular__box:nth-child(n+6) {
    display: none;
  }
  .popular__list-item-wrap:nth-child(n+6) {
    display: none;
  }
  .choice__card-item:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .m-none {
    /*display: none;*/
  }
  article table td {
    padding: 4px 6px !important;
  }
  .header-nav {
    padding: 28% 0 0 15%;
  }
  .m-none {
    display: none;
  }
  .article_card_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }
  .order_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .back {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .banner-order-content {
    margin-top: 20px;
  }
  .order_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  table.main__article_table tbody td {
    color: #555;
    padding: 5px;
  }
  .top_tit {
    padding: 5px;
  }
}

@media only screen and (max-width: 576px) {
  .custom-modal .modal-parts {
    margin-left: -190px;
  }
}

@media only screen and (max-width: 1279px) {
  .lot-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 107px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .offer-block {
    padding: 0 10px;
  }
  .auctionlist_offer,
  a.auctionlist_offer {
    display: inline-block;
    font-size: 14px;
    padding: 0 47px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    background-color: #ee4036;
    border: none;
    margin-top: 10px;
  }
  .auctionlist_offer:hover,
  a.auctionlist_offer:hover {
    background-color: #be1e2d;
    color: #ffffff;
    border: none;
  }
  .offer_by_key,
  a.offer_by_key {
    display: block;
    cursor: pointer;
    font-size: 12px;
    border-radius: 100px;
    color: #ffffff;
    background-color: #0036d9;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 0 18px;
    height: 35px;
    line-height: 35px;
    border: none;
    width: 100%;
    margin: 10px 0;
  }
  .offer_by_key:hover,
  a.offer_by_key:hover {
    background-color: #00279C;
    color: #fff;
    border: none;
  }
  .cabinet .container,
  .container {
    width: 100% !important;
    padding: 0 42px !important;
  }
  .auction-card-left .auction-card-image-main .pane {
    width: 100% !important;
  }
  .auction-card__cabinet .auction-card-left .auction-card-image-main {
    width: 100%;
  }
  .auction-card__cabinet .auction-card-left .auction-card-image-main img {
    width: 100%;
    height: 100%;
  }
  .auction-card__cabinet .auction-card-left .auction-card-image-list {
    width: 100%;
  }
  .tracking {
    padding-top: 43px;
  }
  .tracking-list {
    background-size: 768px 497px;
    background-position: 177px 54px;
  }
  .tracking-list li .datetime {
    width: 111px;
  }
  .header-main_bg {
    margin-top: 80px;
  }
  .header-new {
    display: none;
  }
  .header-fixed {
    display: block !important;
  }
  .header-fixed .container {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .auctions-content-list .auctions-content-items .items-list .item .lot {
    height: 80px !important;
  }
  .header-fixed .phones {
    display: none;
  }
  .header-fixed .show-fixed-menu {
    margin-right: 0;
    position: relative;
    height: 70px;
  }
  .header-fixed .logo {
    margin-right: 0;
    margin-left: 0;
  }
  .header-fixed .logo img:nth-child(1) {
    display: none;
  }
  .header-fixed .logo img:nth-child(2) {
    display: block;
  }
  .header-fixed .mobile-callback {
    width: 40px;
    height: 30px;
    background: url(../img/ico-phone.svg) left center no-repeat, url(../img/svg/header-arrow-down.svg) right center no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .header-fixed .mobile-callback a {
    display: block;
    height: 30px;
  }
  .header-fixed .mobile-callback .mobile-phones-block {
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background: #fff;
    padding-bottom: 20px;
    text-align: center;
    z-index: 2;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    display: none;
  }
  .header-fixed .mobile-callback .mobile-phones-block ul li {
    line-height: 44px;
  }
  .header-fixed .mobile-callback .mobile-phones-block a {
    display: inline-block;
  }
  .header-fixed .search {
    margin: 0;
  }
  .header-fixed .search .form {
    width: 290px;
  }
  .custom-modal .modal-parts {
    width: 720px;
    height: 510px;
    margin-left: -100px;
  }
  .custom-modal .modal-parts .modal-parts-header {
    height: 90px;
  }
  .custom-modal .modal-parts .modal-parts-header .modal-parts-search {
    margin-right: 0;
  }
  .custom-modal .modal-parts .modal-parts-header .modal-parts-search input {
    width: 580px;
  }
  .custom-modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs {
    margin-left: 25px;
  }
  .custom-modal .modal-parts .modal-parts-items .item {
    height: 120px;
    padding-left: 25px;
  }
  .custom-modal .modal-parts .modal-parts-items .item .name {
    width: 240px;
    margin: 25px 24px 0 0;
  }
  .custom-modal .modal-parts .modal-parts-items .item .label {
    display: none;
  }
  .custom-modal .modal-parts .modal-parts-items .item .image {
    margin: 20px 14px 0 0;
  }
  .custom-modal .modal-parts .modal-parts-items .item .params .mobile-label-row {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .custom-modal .modal-parts .modal-parts-items .item .add-to-cart {
    margin-top: 51px;
  }
  .car-card-container {
    margin-bottom: 100px;
  }
  .breadcrumb {
    margin-top: 120px;
  }
  .auction-page-content .container {
    width: 685px;
  }
  .auctions-search {
    width: 685px;
  }
  .auctions-search input {
    width: 685px;
  }
  .auctions-content .auctions-content-title > span {
    width: 0;
    font-size: 0;
  }
  .mobile-sidebar-show {
    display: inline-block !important;
  }
  .auctions-content-sidebar {
    display: none;
  }
  .banner-electrocar .container .row > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 274px;
            flex: 0 0 274px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-electrocar .container .row > div:last-child {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
  .banner-electrocar .container .row > div:last-child p {
    font-size: 13px;
  }
  .banner-electrocar .container .row > div:last-child a {
    margin-top: 20px;
  }
  .auctions-content-list .auctions-content-items .items-list {
    font-size: 0;
  }
  .auctions-content-list .auctions-content-items .items-list .item {
    display: inline-block;
    vertical-align: top;
    width: 332px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .auctions-content-list .auctions-content-items .items-list .item:nth-child(2n) {
    margin-left: 21px;
  }
  .auctions-content-list .auctions-content-items .items-list .item .image {
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }
  .auctions-content-list .auctions-content-items .items-list .item .image img {
    width: 100%;
  }
  .auctions-content-list .auctions-content-items .items-list .item .info {
    padding: 0 10px;
    width: 100%;
  }
  .auctions-content-list .auctions-content-items .items-list .item .info .info-name {
    text-align: center;
  }
  .auctions-content-list .auctions-content-items .items-list .item .lot {
    border-top: 2px solid #F0F0F0;
    border-left: none;
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 164px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .auctions-content-list .auctions-content-items .items-list .item .lot .lot-top,
  .auctions-content-list .auctions-content-items .items-list .item .lot .current-bid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .auctions-content-list .auctions-content-items .items-list .item .lot .current-bid {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-auction-sidebar {
    position: fixed;
    top: 70px;
    left: 0;
    width: 374px;
    height: calc(100% - 70px);
    background: #fff;
    z-index: 3;
    display: block;
    overflow: auto;
    margin-top: 0;
    display: none;
  }
  .mobile-auction-sidebar .mobile-auction-close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-search-close.png) center no-repeat;
    cursor: pointer;
  }
  .mobile-auction-sidebar .mobile-auction-close:hover {
    background: url(../img/icon-search-close-red.png) center no-repeat;
  }
  .mobile-auction-sidebar .mobile-auction-title {
    font-size: 22px;
    margin: 25px auto;
    width: 270px;
  }
  .mobile-auction-sidebar .mobile-auction-content {
    width: 270px;
    margin: 0 auto;
  }
  /* auction.html */
  .auction-card .auction-card-left {
    width: calc(50% - 9px);
    height: auto;
    margin-right: 18px;
  }
  .auction-card .auction-card-left .auction-card-image-main img {
    height: auto;
  }
  .auction-card .auction-card-left .auction-card-image-list img {
    width: auto;
    height: 96px;
    margin-right: 18px;
  }
  .auction-card .auction-card-right {
    width: calc(50% - 9px);
    position: relative;
    height: auto;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-value {
    font-size: 29px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-days {
    left: 80px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-hours {
    left: 139px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-mins {
    left: 196px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-secs {
    left: 249px;
  }
  .car-card-container .auction-card-social {
    bottom: -90px !important;
  }
  .auction-card .auction-card-right .auction-card-social span {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    line-height: 18px;
  }
  .auction-params .auction-params-block {
    width: calc(50% - 9px);
    margin-right: 18px;
  }
  .auction-params .auction-params-block:nth-child(2) {
    margin-right: 0;
  }
  .auction-params .auction-params-block:nth-child(3) {
    width: 100%;
  }
  .auction-params .auction-params-block:nth-child(3) .auction-params-block-list .auction-params-block-item .auction-params-block-item-label {
    width: calc(50% + 18px);
  }
  .auction-page-content .auction-calculate {
    height: auto;
    padding: 50px 0 30px;
  }
  .auction-page-content .auction-calculate-calc-block {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    height: auto;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-total {
    position: relative;
    padding: 0;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item .calc-block-label {
    width: 480px;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-total .calc-block-label {
    width: 480px;
  }
  .auction-page-content .aution-calculate-baner .container {
    padding-top: 75px;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-total {
    margin-left: 0;
    text-align: center;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-hint {
    margin-left: 20px;
    text-align: center;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-car {
    right: auto;
    left: 50%;
    top: 146px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .auction-description .auction-description-title {
    margin: 200px 0 42px;
  }
  .auction-description .auction-description-params-block {
    margin-right: 25px;
  }
  .modal .modal-parts {
    width: 720px;
    height: 510px;
  }
  .modal .modal-parts .modal-parts-header {
    height: 90px;
  }
  .modal .modal-parts .modal-parts-header .modal-parts-search {
    margin-right: 0;
  }
  .modal .modal-parts .modal-parts-header .modal-parts-search input {
    width: 580px;
  }
  .modal .modal-parts .modal-parts-header .modal-parts-breadcrumbs {
    margin-left: 25px;
  }
  .modal .modal-parts .modal-parts-items .item {
    height: 120px;
    padding-left: 25px;
  }
  .modal .modal-parts .modal-parts-items .item .name {
    width: 240px;
    margin: 25px 24px 0 0;
  }
  .modal .modal-parts .modal-parts-items .item .label {
    display: none;
  }
  .modal .modal-parts .modal-parts-items .item .image {
    margin: 20px 14px 0 0;
  }
  .modal .modal-parts .modal-parts-items .item .params .mobile-label-row {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .modal .modal-parts .modal-parts-items .item .add-to-cart {
    margin-top: 51px;
  }
  .page-404 {
    margin: 10px 0 40px;
  }
  .page-404 .container {
    position: relative;
  }
  .page-404__img {
    width: 390px;
    margin: 0 0 0 -67px;
  }
  .page-404 h1 {
    text-align: center;
    margin: 0 0 54px;
    width: 100%;
  }
  .page-404__content {
    margin: 0;
    width: calc(100% - 340px);
    vertical-align: top;
    padding-left: 10px;
  }
  .page-404__content .text {
    margin-top: 0;
  }
}

.catalog-mobile__side-banner {
  display: none;
  background: url(../img/banner-side-catalog.min.gif) center no-repeat;
  height: 200px;
}

.catalog-mobile__side-banner__button {
  margin: 10px;
  min-width: 105px;
  color: white !important;
  text-align: center;
  font-weight: bold !important;
  font-size: 16px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 42px;
  border-radius: 21px;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.catalog-mobile__side-banner__button-block {
  margin: auto auto 10px auto;
}

.catalog-mobile__side-banner__button img {
  margin: 7px 7px 10px 10px;
}

.catalog-mobile__side-banner__button span {
  margin: 10px 5px 0 0;
  text-align: center;
}

.lot-banner {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .faq-collapse {
    margin: 7px 15px 7px 15px;
  }
  .faq-answer-icon {
    display: none;
  }
  .lot-banner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-mobile__side-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__text-banner {
    background: url(../img/banner-side-catalog.min.gif) center no-repeat !important;
    height: 200px;
  }
  .catalog__text-banner__button-block {
    margin: auto auto 0 auto;
  }
  .news-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  .news-categories li {
    height: 46px;
    line-height: 48px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-right: 0;
    background-color: #fff;
    -webkit-box-sizing: padding-box;
            box-sizing: padding-box;
  }
  .news-categories li a {
    display: block;
    width: 100%;
    height: 46px;
  }
  .news-categories li.active {
    color: #fff;
    background-color: #0036d9;
  }
  .news-categories li.active::after {
    content: '';
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .blocker {
    padding: 0;
  }
  .auction-card .auction-card-left .auction-card-image-main .pane {
    display: none !important;
  }
  .modal {
    width: 100%;
    border-radius: 0;
  }
  .auction-params__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-small .modal-content__img {
    display: none;
  }
  .modal-small .modal-content__form {
    width: 100%;
  }
  .page-404 {
    margin: 10px 0 40px;
  }
  .page-404 .container {
    position: relative;
  }
  .page-404__img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .page-404__img img {
    width: 60%;
  }
  .page-404 h1 {
    text-align: center;
    margin: 0 0 54px;
    width: 100%;
  }
  .page-404__content {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .page-404__content .text {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .blocker {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 992px) {
  .header-top__logo {
    display: block;
  }
  /*.choice__card-item:nth-child(n+3) {*/
  /*display: none; }*/
  /*.news__item:nth-child(n+3) {*/
  /*display: none; } */
  .reg_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  .reg_share p {
    padding-left: 10px;
  }
  .reg_in {
    margin-top: 20px;
  }
  .reg_in p {
    padding-left: 10px;
  }
  .right_reg {
    margin-top: 50px;
  }
  .for_search {
    display: block;
    margin-left: 20px;
    position: relative;
    padding-right: 0;
  }
  .for_search input.search_show {
    width: 470px;
    height: 40px;
    bottom: -7px;
  }
  .search_active_ico {
    position: relative;
    top: 0;
    right: 30px;
  }
  .close_none {
    display: none;
  }
  .close_search {
    display: block;
    position: absolute;
    right: 24%;
    top: 27px;
  }
  .header-top_fixed .fixed-burger {
    display: none;
  }
  .header-top__logo {
    display: block;
  }
  .news-content {
    padding-top: 0;
  }
  .header {
    position: relative;
  }
  .header-banner__right-text {
    display: none;
  }
  .header-top .container {
    position: relative;
  }
  .header-top__phone-list {
    display: none;
    position: absolute;
    left: 0;
    bottom: -267px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    opacity: .9;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    font-size: 18px;
    z-index: 110;
    text-align: center;
    padding: 38px 0;
  }
  .header-top__phone-mob-btn {
    display: inline-block;
  }
  .header-top__phone-item {
    margin-bottom: 20px;
  }
  .hamburger {
    height: 100%;
    width: 68px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .header-top__logo {
    margin: 8px 0 8px 20px;
  }
  .header-top__logo img {
    width: 156px;
    height: 54px;
  }
  .header-top {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 100;
  }
  .header-top__buttons-item_call {
    display: none;
  }
  .header-top__phone {
    width: 132px;
    height: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .header-top__phone-ico {
    margin-right: 8px;
  }
  .header-banner__left {
    z-index: unset;
  }
  .header-top__info {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .header-top__login {
    margin-left: unset;
  }
  .header-nav {
    display: none;
    margin: 0;
    position: fixed;
    overflow: scroll;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    z-index: 200;
    padding: 22% 0 30px 15%;
  }
  .header-nav__list-item_mob-btn,
  .mob-menu__close {
    display: block;
  }
  .header-top__phone-ico_down {
    display: inline;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .mob-menu__close {
    position: fixed;
    right: 25px;
    top: 32%;
  }
  .header-nav__list-item {
    margin-bottom: 25px;
  }
  .header-nav__list {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
  }
  .header-banner__form-item {
    width: 337px;
  }
  .header-banner__left::after {
    left: -135px;
  }
  .header-banner__left::before {
    left: -218px;
  }
  .header-banner__right {
    position: absolute;
    z-index: -1;
    left: 174px;
    top: 119px;
  }
  .header-banner__form-btn {
    padding: 0;
    width: 252px;
    margin: 9px auto 0;
  }
  .search-wrap {
    padding: 20px;
  }
  .search-form__item {
    min-width: 156px;
  }
  .search-form__item_select-wrap .multiselect {
    min-width: 156px;
  }
  .search-form__item_select-wrap:nth-child(2) .search-form__item {
    min-width: 156px;
  }
  .search-form__item_select-year {
    width: 100%;
  }
  .choice__switch-title {
    max-width: 130px;
  }
  .stages-top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 134px 0 24px 0;
  }
  .stages__img {
    right: unset;
    width: 372px;
    height: 189px;
    top: -98px;
  }
  .stages__h2 {
    font-size: 38px;
    max-width: unset;
    text-align: center;
  }
  .stages-wrap::before {
    left: 0;
    width: 100%;
  }
  .adv__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .adv__item-thumb {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 244px;
  }
  .adv-item__text {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .footer-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer-sub {
    padding: 24px 0 34px 0;
  }
  .footer-sub::after {
    content: "";
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    left: 0;
    top: 0;
    background: #3751a2 url(../img/sub-bg.png) repeat-x center bottom;
    z-index: -1;
  }
  .footer-right::after {
    content: "";
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
  }
  .popular__box:nth-child(n+5) {
    display: none;
  }
  .popular__list-item-wrap:nth-child(n+5) {
    display: none;
  }
  .choice__card-item:nth-child(n+3) {
    display: none;
  }
  .reviews__item-wrap:nth-child(n+3) {
    display: none;
  }
  .header-top__buttons-item_auto {
    margin-left: -20px;
  }
  .blocker {
    padding: 0;
  }
  .modal {
    width: 100%;
    border-radius: 0;
  }
  .modal-small .modal-content__img {
    display: none;
  }
  .modal-small .modal-content__form {
    width: 100%;
  }
  .page-404 {
    margin: 10px 0 40px;
  }
  .page-404 .container {
    position: relative;
  }
  .page-404__img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .page-404__img img {
    width: 60%;
  }
  .page-404 h1 {
    text-align: center;
    margin: 0 0 54px;
    width: 100%;
  }
  .page-404__content {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .page-404__content .text {
    text-align: left;
  }
  .cabinet-header {
    margin-top: 26px;
  }
  .cabinet-header .title {
    margin: 26px 0 0 10px;
  }
  .cabinet-profile {
    margin-right: -10px;
  }
  .cabinet-profile .info {
    width: 195px;
  }
  .cabinet-navigation {
    margin-top: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cabinet-navigation li {
    min-width: 0;
  }
  .cabinet-navigation li.empty {
    display: none;
  }
  .cabinet-navigation li a {
    font-size: 14px;
  }
  .cabinet-buy {
    padding-top: 21px;
  }
  .cabinet-buy .main_search {
    width: 100%;
  }
  .cabinet-buy .main_search .one {
    width: 100%;
  }
  .cabinet-buy .main_search .one .search_cab {
    width: 100%;
  }
  .cabinet-buy .list_buy:first-child {
    margin-top: 19px;
  }
  .cabinet-buy .list_buy li:nth-child(1) {
    width: 22.6%;
  }
  .cabinet-buy .list_buy li:nth-child(2) {
    width: 16.2%;
  }
  .cabinet-buy .list_buy li:nth-child(4) {
    width: 16.9%;
  }
  .cabinet-buy .list_buy li:nth-child(5) {
    width: 18.8%;
  }
  .cabinet-buy .list_buy li:nth-child(5) .btn-detail {
    margin-top: 0;
  }
  .tacking-info .tracking-info__row .name {
    width: 170px;
  }
  .tracking-list {
    background: 0 0;
  }
  .tracking-list li .info {
    width: 170px;
  }
  .header-fixed .callback a:first-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .adv__item {
    margin-top: 40px;
  }
  .top-menu-advanced {
    display: none;
  }
  .header-nav__list-item-mobile {
    display: block;
  }
  .banner_card_order {
    position: relative !important;
    top: 0 !important;
    margin-top: 40px !important;
  }
  .choice__more-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-banner {
    padding-top: 65px;
  }
  .header-top__phone {
    width: auto;
  }
  .search {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
  /*.choice__card-item:nth-child(n+2) {*/
  /*display: none; }*/
  /*.news__item:nth-child(n+2) {*/
  /*display: none; } */
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mt-0 {
    margin-top: 0;
  }
  .form_reg {
    margin-top: 20px;
  }
  .for_cabinet_favorite {
    -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;
  }
  .for_cabinet_favorite .search_cab {
    width: 340px;
  }
  .for_cabinet_favorite .search_cab .one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .left_favorite {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 15px;
  }
  .m-none {
    display: none;
  }
  .form_input {
    width: 330px;
  }
  .top_cabinet {
    -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;
  }
  .center_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .log_in {
    width: 90%;
  }
  .center {
    text-align: center;
    padding-bottom: 0;
  }
  .right_block {
    margin-top: 0;
    width: 320px;
    margin-bottom: 20px;
  }
  .for_search {
    display: block;
    margin-left: 30px;
    position: relative;
  }
  .for_search input.search_show {
    width: 220px;
    height: 40px;
    bottom: -7px;
  }
  .search_active_ico {
    display: inline;
    position: relative;
    top: -2px;
    right: 10px;
    padding: 0;
  }
  .close_none {
    display: none;
  }
  .close_search {
    display: block;
    position: absolute;
    right: 28%;
    top: 29px;
  }
  .adv__item {
    margin-top: 40px;
  }
  .hamburger {
    width: 78px;
    height: 79px;
  }
  .menu-right_pos {
    position: static;
  }
  .header-main_bg {
    background: url(../img/banner-bg.png) -110px -50px no-repeat;
  }
  .header-banner {
    padding-top: 65px;
  }
  .header-top {
    margin-bottom: 0;
  }
  .header-banner__form {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .header-top__phone {
    width: auto;
  }
  .header-top__login,
  .header-top__phone {
    height: 100%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    border-right: 1px solid #f2f2f3;
  }
  .header-banner__form-item {
    width: 100%;
  }
  .header-top__info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-banner__left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .header-banner__left::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-main {
    overflow: hidden;
  }
  .header-top__logo {
    display: none;
  }
  .header-top__buttons {
    display: none;
  }
  .search-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-banner__left::after {
    left: -151px;
  }
  .header-banner__right {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    margin: 30px 0 0 0;
  }
  .header-banner__right-img {
    margin-bottom: 30px;
  }
  .header-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-bottom: 100px;
  }
  .header-banner__right-text {
    display: block;
    margin: 0;
  }
  .search-form__item, .search-form__item_select-wrap:nth-child(2) .search-form__item {
    min-width: 100%;
  }
  .search-form__item_select-wrap {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .search-form__item_select-year-wrap,
  .search-form__item_select-yearone-wrap {
    -ms-flex-preferred-size: unset;
    flex-basis: 33%;
    margin-bottom: 0;
  }
  .search-form__item_select-year-wrap {
    margin-left: 18px;
  }
  .search-form__item_select-year-wrap::before {
    left: -13px;
  }
  .search-form .btn-main {
    padding: 0 25px;
  }
  .search-form__btn {
    margin-left: auto;
  }
  .search {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
  }
  .search-wrap {
    padding: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: unset;
    background-color: unset;
  }
  .popular__box {
    margin-bottom: 30px;
  }
  .choice__switch-title_active:after,
  .choice__switch::after {
    display: none;
  }
  .choice__switch {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
  }
  .choice__switch-title {
    font-size: 14px;
    max-width: unset;
    padding: 18px 0 14px 0;
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fff;
  }
  .choice__switch-title_active {
    color: #fff;
    background-color: #0036d9;
  }
  .choice__nav {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: auto;
  }
  .slider-nav {
    margin-bottom: 25px;
  }
  .choice__more {
    position: relative;
    right: unset;
  }
  .stages__img {
    margin-left: 10px;
    width: 100%;
    height: 175px;
  }
  .stages__h2 {
    font-size: 32px;
  }
  .stages-wrap::before {
    display: none;
  }
  .stages__item {
    margin-bottom: 32px;
  }
  .adv__item {
    display: block;
  }
  .adv__item-thumb {
    margin-bottom: 20px;
  }
  .banner-electrocar__text-par {
    margin-bottom: 25px;
    text-align: left;
  }
  .footer-sub__form {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer-sub__text {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer-sub__social {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-bottom: 23px;
  }
  .footer-sub__form-item {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 20px;
  }
  .footer-nav__list {
    margin-right: 30px;
  }
  .footer-right {
    padding: 46px 0 36px 0;
  }
  .footer-btn {
    text-align: center;
    position: relative;
    top: unset;
    right: unset;
    margin: 0 0 30px 0;
  }
  .footer-copy__text {
    margin-bottom: 15px;
  }
  .footer-copy {
    text-align: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .choice__card-item:nth-child(n+2) {
    display: none;
  }
  .search {
    padding: 0;
  }
  .search .search-wrap {
    padding: 35px 0 48px;
  }
  .header-fixed .logo {
    display: none;
  }
  .header-fixed .callback {
    display: block;
  }
  .header-fixed .search {
    margin-left: 0;
  }
  .header-fixed .search .form {
    width: 235px;
  }
  .custom-modal .modal-parts {
    width: 460px;
    height: 810px;
    margin-left: -50px;
  }
  .custom-modal .modal-parts .modal-parts-header .modal-parts-close {
    margin: 15px 25px 0 25px;
  }
  .custom-modal .modal-parts .modal-parts-header .modal-parts-search input {
    width: 370px;
  }
  .custom-modal .modal-parts .modal-parts-items .item {
    height: 220px;
  }
  .custom-modal .modal-parts .modal-parts-items .item .add-to-cart {
    float: right;
    margin-right: 25px;
  }
  /*.container {*/
  /*width: 440px !important;*/
  /*}*/
  .banner-electrocar {
    text-align: center;
  }
  .banner-electrocar a {
    margin: 0 auto;
  }
  .auctions-content-items .items-list {
    text-align: center;
  }
  .auctions-content-list .auctions-content-items .items-list .item:nth-child(2n) {
    margin-left: 0;
  }
  .auctions-content-list .auctions-content-items .items-list .item .info .params {
    text-align: left;
  }
  .auctions-search {
    width: 100%;
    padding: 0 36px;
  }
  .auctions-search input {
    width: 100%;
  }
  .auctions-content-title {
    text-align: center;
  }
  .auctions-content-title a {
    margin-top: -106px;
    position: relative;
    z-index: 3;
  }
  .auctions-content-title .auctions-content-sort {
    text-align: left;
    float: none;
    display: inline-block;
    margin-top: 40px;
  }
  .fixed-track-button {
    display: inline-block !important;
  }
  .auction-description .auction-description-params-block li {
    line-height: 42px;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-total br {
    display: inline-block;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-hint br {
    display: inline-block;
  }
  .auction-page-content .aution-calculate-baner .container {
    padding-top: 40px;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-car {
    background-size: 410px auto;
  }
  .auction-description .auction-description-title {
    margin: 30px 0 42px;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item .calc-block-label {
    width: 75%;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-total .calc-block-label {
    width: 75%;
  }
  .auction-params .auction-params-block {
    width: 100%;
    margin-right: 0;
  }
  .auction-params .auction-params-block .auction-params-block-list .auction-params-block-item .auction-params-block-item-label {
    width: calc(50% + 18px);
  }
  .auction-card .auction-card-left {
    width: 100%;
    margin-right: 0;
  }
  .auction-card .auction-card-left .auction-card-image-list {
    height: 150px;
  }
  .auction-card .auction-card-right {
    width: 100%;
    margin-top: 30px;
  }
  .auction-card .auction-card-right .auction-card-social {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: 20px 0 30px;
  }
  .auction-card .auction-card-right .auction-card-social span {
    width: auto;
    line-height: 40px;
  }
  .auction-parts ul li.open span .parts-search input {
    width: 210px;
  }
  .modal .modal-parts {
    width: 460px;
    height: 810px;
  }
  .modal .modal-parts .modal-parts-header .modal-parts-close {
    margin: 15px 25px 0 25px;
  }
  .modal .modal-parts .modal-parts-header .modal-parts-search input {
    width: 370px;
  }
  .modal .modal-parts .modal-parts-items .item {
    height: 220px;
  }
  .modal .modal-parts .modal-parts-items .item .add-to-cart {
    float: right;
    margin-right: 25px;
  }
  .footer-sub__form .form-group-pickup {
    width: 100%;
  }
  .footer-sub__form .form-group-pickup .footer-sub__form-item {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 36px !important;
  }
  .blocker {
    padding-top: 70px;
  }
  .cabinet-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .cabinet-header .title {
    text-align: center;
    margin: 20px 0 0;
  }
  .cabinet-header .title h1 {
    font-size: 28px;
  }
  .cabinet-profile {
    margin: 23px auto 0;
    width: 100%;
  }
  .cabinet-navigation {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cabinet-navigation li {
    margin: 0 0 10px;
  }
  .cabinet-navigation li a {
    border: none;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    line-height: 52px;
    height: 52px;
  }
  .cabinet-navigation li a.active {
    color: #fff;
    background: #0036d9;
  }
  .cabinet-buy .list_buy li {
    padding: 22px 0 0;
  }
  .cabinet-buy .list_buy li:nth-child(1) {
    width: 50%;
  }
  .cabinet-buy .list_buy li:nth-child(2) {
    width: 50%;
  }
  .cabinet-buy .list_buy li:nth-child(3) {
    width: 50%;
  }
  .cabinet-buy .list_buy li:nth-child(4) {
    width: 50%;
  }
  .cabinet-buy .list_buy li:nth-child(5) {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0 0;
  }
  .cabinet-buy .list_buy li:nth-child(5) .btn-detail {
    max-width: 127px;
    margin-bottom: 20px;
  }
  .tracking-list {
    background: 0 0;
  }
  .tracking-list li .datetime {
    width: 30%;
  }
  .tracking-list li .divider {
    margin-right: 30px;
  }
  .tracking-list li .info {
    width: calc(70% - 64px);
  }
  .custom-modal .modal-parts {
    margin-left: -214px;
  }
}

@media only screen and (max-width: 320px) {
  .catalog-mobile__side-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
  }
  .catalog-mobile__side-banner__button {
    min-width: auto;
    color: white;
    border-radius: 25px;
  }
  .catalog-mobile__side-banner__button-block {
    margin: auto auto 10px auto;
  }
  .catalog-mobile__side-banner__button img {
    width: 20px;
    height: 20px;
    margin: 10px;
  }
  .catalog-mobile__side-banner__button span {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .for_mobile {
    width: 40%;
  }
  .list_buy .mobile_p {
    padding-left: 32px;
  }
  .list_buy {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .for_mobile_top {
    margin-left: 20px;
  }
  .mobile_btn_detail {
    margin-left: auto;
  }
  .login_at {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .btn_reg {
    padding: 8px 10px;
  }
  .header-nav {
    padding: 38% 0 0 15%;
  }
  .search-form {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .search-form__btn {
    margin: 20px auto 0;
  }
  .popular__box {
    width: 135px;
  }
  .for_search {
    display: block;
    margin-left: 30px;
    position: relative;
  }
  .for_search input.search_show {
    width: 240px;
    height: 40px;
    bottom: -7px;
  }
  .search_active_ico {
    display: inline;
    position: relative;
    top: -2px;
    right: 25px;
    padding: 0;
  }
  .close_none {
    display: none;
  }
  .close_search {
    display: block;
    position: absolute;
    right: 31%;
    top: 29px;
  }
  .header-fixed .search {
    margin-left: 5%;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .search-form__item_select-year-wrap::before {
    left: calc(-50% - 5px);
  }
}

.viber-button {
  /*
    width: 108px;
    */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7e50a6), to(#bb86d8));
  background-image: linear-gradient(0deg, #7e50a6 0%, #bb86d8 100%);
}

.viber-button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b985d6), to(#7e50a6));
  background-image: linear-gradient(0deg, #b985d6 0%, #7e50a6 100%);
}

.telegram-button {
  /*
    width: 117px;
    */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1190d1), to(#18b3e0));
  background-image: linear-gradient(0deg, #1190d1 0%, #18b3e0 100%);
}

.telegram-button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#18b3e0), to(#1190d1));
  background-image: linear-gradient(0deg, #18b3e0 0%, #1190d1 100%);
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: height .5s;
  transition: height .5s;
}

.fade-enter, .fade-leave-to {
  -webkit-transition: height .2s;
  transition: height .2s;
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
}

.icon-clock {
  background-image: url(../img/svg/icon-clock.svg);
  width: 22px;
  height: 22px;
}

.icon-phone {
  background-image: url(../img/svg/icon-phone.svg);
  width: 15px;
  height: 25px;
}

.icon-pin {
  background-image: url(../img/svg/icon-pin.svg);
  width: 21px;
  height: 25px;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857143%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.page-description {
  line-height: 28px;
  font-size: 14px;
  margin-top: 42px;
}

.reviews-list {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 0;
}

.reviews-list .review_item {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}

.reviews-list .review_item:nth-child(3n) {
  margin-right: 0;
}

.reviews-list .review_item .preview {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100%;
}

.reviews-list .review_item .preview__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.reviews-list .review_item .preview__link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 208px;
}

.reviews-list .review_item .preview__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/png/play.png) center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.reviews-list .review_item .preview__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.reviews-list .review_item .preview__link:hover::after {
  opacity: 1;
}

.reviews-list .review_item .preview .author {
  display: block;
  z-index: 5;
  position: absolute;
  bottom: 11px;
  right: 12px;
  width: 49px;
  height: 49px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.reviews-list .review_item .preview .author::before {
  content: '';
  display: block;
  position: absolute;
}

.reviews-list .review_item .preview .author_facebook::before {
  bottom: -2px;
  left: -10px;
  width: 21px;
  height: 21px;
  background: url(../img/svg/facebook.svg) center no-repeat;
}

.reviews-list .review_item .preview .author:hover {
  bottom: 9px;
}

.reviews-list .review_item .preview .author img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
}

.reviews-list .review_item .text {
  margin-top: 21px;
  font-size: 16px;
  line-height: 24px;
}

.reviews-list-slider .review_item {
  margin-top: 0;
  padding: 0 15px;
}

.review-article {
  margin-top: -18px;
  margin-bottom: 63px;
}

.review-article .title {
  text-align: center;
  font-size: 34px;
  line-height: 44px;
}

.review-article__container {
  margin: 0 auto;
  width: 770px;
}

.review-article__header {
  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;
  margin-top: 30px;
}

.review-article__header .date {
  font-size: 12px;
  color: #8E8E8E;
}

.review-article__content {
  margin-top: 20px;
  margin-bottom: 40px;
}

.review-article__content iframe {
  width: 100%;
  height: 407px;
  margin-bottom: 36px;
}

.review-article__content iframe p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.form-group label {
  float: none;
  font-size: 16px;
  font-family: Rubik-Medium, sans-serif;
  margin-bottom: 12px;
  display: block;
}

.form-group .auctions-content-sort {
  float: none;
  background-color: #f9f9f9;
}

.form-group .auctions-content-sort span {
  width: 100%;
  text-align: left;
}

.form-group .auctions-content-sort ul li {
  background-color: #f9f9f9;
}

.form-group .auctions-content-sort ul li:hover {
  background-color: #0036d9;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.calculator-delivery {
  background: #fff;
  padding: 70px 0 78px;
  position: relative;
}

.calculator-delivery::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/delivery-container.webp) no-repeat;
  background-position: right top;
  top: 0;
  right: 40px;
  z-index: 1;
}

.calculator-delivery .title {
  font-size: 28px;
  position: relative;
  z-index: 2;
}

.calculator-delivery__container {
  margin-top: 53px;
  width: 370px;
  position: relative;
  z-index: 2;
}

.calculator-delivery__container .form-group {
  margin-bottom: 31px;
}

.calculator-delivery__result {
  margin-top: 49px;
}

.calculator-delivery__result .title {
  margin-bottom: 22px;
}

.calculator-delivery__result_row {
  border-top: 1px solid #F5F5F5;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  line-height: 35px;
  font-size: 12px;
}

.calculator-delivery__result_row .label {
  width: 246px;
  color: #979797;
}

.calculator-delivery__result_row .value {
  font-family: Rubik-Medium, sans-serif;
}

.calculator-delivery__result_row-total {
  line-height: 55px;
  font-size: 16px;
}

.calculator-delivery__result_row-total .label {
  color: #555555;
  font-family: Rubik-Medium, sans-serif;
}

.calculator-delivery__result_row-total .value {
  color: #ee4036;
}

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

.calculator-customs {
  background: #ffffff;
  padding-top: 52px;
}

.calculator-customs .title {
  font-size: 28px;
  line-height: 33px;
  margin: 18px 0 44px;
  text-align: center;
}

.calculator-customs__container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.calculator-customs__container::before {
  content: '';
  position: absolute;
  z-index: 1;
  background: url(../img/special-car.webp) no-repeat;
  width: 558px;
  height: 223px;
  top: 164px;
  right: -205px;
}

.calculator-customs__container .form-inline {
  position: relative;
  z-index: 2;
  margin-top: 42px;
  width: 770px;
}

.calculator-customs__container .form-inline .form-group > button {
  width: 184px;
  margin-top: 10px;
}

.customs-calculator-button-wrap {
  padding-bottom: 63px;
  margin-bottom: 0;
}

.calculator-customs__results {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 770px;
}

.calculator-customs__results table {
  width: 100%;
}

.calculator-customs__results table th, .calculator-customs__results table td {
  font-size: 14px;
  line-height: 24px;
  height: 64px;
  vertical-align: middle;
  text-align: left;
  padding-right: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.calculator-customs__results table th:first-child, .calculator-customs__results table td:first-child {
  width: 400px;
  padding-left: 30px;
}

.calculator-customs__results table th:last-child, .calculator-customs__results table td:last-child {
  width: 200px;
}

.calculator-customs__results table th .mobile, .calculator-customs__results table td .mobile {
  display: none;
}

.calculator-customs__results table th {
  color: #fff;
  background-color: #b5c0df;
  font-family: Rubik-Medium, sans-serif;
  text-align: left;
}

.calculator-customs__results table th:last-child {
  padding: 0 18px 0 19px;
}

.calculator-customs__results table td:last-child {
  padding-left: 59px;
}

.calculator-customs__results table .red {
  color: #EE4036;
}

.calculator-customs__results table .big {
  font-size: 16px;
}

.calculator-customs__results table b {
  font-family: Rubik-Bold, sans-serif;
}

.calculator-customs__results table tfoot th:last-child {
  background-color: #b5c0df;
}

.calculator-customs__results table tfoot td:last-child {
  background-color: #fff;
}

.form-select-buttons {
  text-align: center;
  font-size: 0;
}

.form-select-buttons button {
  display: inline-block;
  border: 2px solid #0036D9;
  min-width: 125px;
  padding: 0 10px;
  height: 30px;
  line-height: 27px;
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 23px;
}

.form-select-buttons button span {
  border-bottom: 1px dashed #707070;
}

.form-select-buttons button:hover, .form-select-buttons button.active {
  background-color: #be1e2d;
  border-color: #BE1E2D;
  color: #fff;
}

.form-select-buttons button:hover span, .form-select-buttons button.active span {
  border-bottom: none;
}

.form-select-buttons button:active {
  background-color: #701f24;
  border-color: #701f24;
}

.form-inline {
  width: 100%;
}

.form-inline .form-group {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-inline .form-group > * {
  width: 100%;
}

.form-inline .form-group > *:nth-child(2n) {
  margin: 0 0 0 30px;
}

.form-inline .form-group label {
  font-family: Rubik-Regular, sans-serif;
  text-align: right;
  margin: 0;
}

.form-inline .form-group__with_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-inline .form-group__with_child > *:first-child {
  margin-right: 30px;
  width: calc(100% - 100px);
}

.form-inline .form-group__with_child > *:last-child {
  width: 70px;
}

.form-inline .form-group > button {
  width: auto;
}

.form-inline .form-group.text-align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.years .multiselect {
  width: 112px;
  display: inline-block;
}

.years .second-year-select {
  margin-left: 42px;
}

.sorting-multiselect {
  float: right;
  width: 270px;
  height: 50px;
}

.multiselect {
  color: #555;
  min-height: 50px;
}

.multiselect .multiselect__tags {
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  background-color: #FFF;
  min-height: 50px;
  font-size: 16px;
  padding-top: 15px;
}

.multiselect .multiselect__input, .multiselect .multiselect__single {
  background-color: #FFF;
  font-size: 16px;
}

.multiselect .multiselect__single {
  padding-left: 2px;
}

.multiselect .multiselect__select {
  height: 50px;
  -webkit-transition: none;
  transition: none;
}

.multiselect .multiselect__select::before {
  background: url(../img/svg/arrow-down.svg) no-repeat;
  width: 13px;
  height: 8px;
  margin: 0;
  border: 0;
  display: block;
  top: 17px;
  right: -13px;
}

.multiselect .multiselect__option {
  font-size: 16px;
  color: #555;
  background: #F9F9F9;
  border-bottom: 1px solid #E4E4E4;
  min-height: 50px;
  padding: 17px 12px;
}

.multiselect .multiselect__option--highlight {
  color: #fff;
  background: #0036d9;
}

.multiselect .multiselect__option--selected {
  color: #fff;
  background: #002b9d;
}

.multiselect.multiselect--active .multiselect__select::before {
  right: 0;
}

.multiselect__placeholder {
  color: #555;
}

.main-title {
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  margin-top: -20px;
}

.tracking-search {
  margin: 10px auto 20px;
  width: 630px;
  position: relative;
  text-align: center;
}

.tracking-search img {
  width: 577px;
}

.tracking-search .form-group {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -36px;
  left: 0;
}

.tracking-search .form-group input {
  background-color: #ffffff;
}

.tracking-search .form-group .search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 66px;
  background: url(../img/search.svg) 23px 16px no-repeat;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tracking-search .form-group .search-button:hover {
  opacity: .8;
}

.tracking-search .form-group .search-button:active {
  background-position-y: 17px;
}

.tracking-search .form-group .tooltip {
  position: absolute;
  top: -8px;
  right: -22px;
}

.tracking__page .tacking-info {
  margin-bottom: 0;
}

.contacts {
  margin-top: 40px;
}

.contacts__content {
  margin-top: 28px;
  position: relative;
  height: 495px;
  overflow: hidden;
}

.contacts__content .map {
  width: 100%;
  height: 100%;
}

.contacts__content .iframe-wrap {
  height: 100%;
}

.contacts__content .info {
  position: absolute;
  z-index: 1;
  left: -400px;
  width: 400px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.contacts__content .info.show {
  left: 0;
}

.contacts__content .info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 25px;
}

.contacts__content .info__row .icon {
  width: 22px;
  margin: 0 30px;
}

.contacts__content .info__row .value {
  font-size: 14px;
  line-height: 24px;
}

.contacts__form {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin: 100px 0 90px;
  border-radius: 10px;
  padding: 23px 100px 42px;
}

.contacts__form .title {
  font-size: 28px;
  text-align: center;
}

.contacts__form_content {
  margin-top: 48px;
  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;
}

.contacts__form_content > *:nth-child(1) {
  width: 370px;
}

.contacts__form_content > *:nth-child(2) {
  width: 570px;
}

.vdp-datepicker__clear-button {
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 14px;
}

.auction-card-info__sold-content {
  text-align: center;
}

.auction-card-info__sold-content img {
  margin-top: 113px;
}

.auction-card-info__sold-content .title {
  font-size: 33px;
  margin-top: 50px;
}

.auction-card-info__sold-content .card-info-header {
  border: none !important;
  font-size: 16px;
}

.auction-card-info__sold .card-info-views {
  margin-top: 54px;
}

.card-info-no-timer {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 75px;
  margin: 10px 0 18px;
}

.card-info-no-timer::before {
  content: '';
  background: url(../img/svg/clock.svg);
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  width: 100%;
}

.search-auth {
  margin-right: 40px;
  margin-left: 20px;
}

.landing-head {
  margin-top: -85px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}

.landing-head__electric {
  background: url(../img/bmw_elcar.webp) 15px 11px no-repeat;
  min-height: 600px;
}

.landing-head .container::after {
  content: '';
  display: block;
  clear: both;
}

.landing-head .info {
  margin-top: 138px;
  width: 455px;
  float: right;
  text-align: left;
}

.landing-head .info .main-title {
  text-align: left;
}

.landing-head .info .text {
  margin-top: 43px;
  font-size: 14px;
  line-height: 24px;
}

.landing-head .info .btn-main {
  margin-top: 38px;
}

.popular {
  padding: 75px 0 88px;
  background: url(../img/radial-texture.png) center top no-repeat;
}

.popular .title {
  font-size: 28px;
  text-align: center;
  line-height: 33px;
}

.popular .description {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-top: 23px;
}

.popular ul {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  overflow: hidden;
  height: 300px;
}

.popular ul li .item {
  width: 269px;
  text-align: center;
  margin: 0 auto;
}

.popular ul li .item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular ul li .item .name {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}

.popular ul li .item .btn-call {
  margin-top: 22px;
}

.popular .choice__nav {
  margin-top: 26px;
}

.choice {
  margin-bottom: 70px;
}

.electric-content {
  background-color: #ffffff;
  padding: 88px 0 71px;
}

.electric-content .container::after {
  content: '';
  display: block;
  clear: both;
}

.electric-content .title {
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
  float: left;
  width: 450px;
  margin-left: 85px;
}

.electric-content .content-1 {
  float: left;
  margin: 7px 0 0 50px;
}

.electric-content .content {
  width: 470px;
}

.electric-content .content p {
  font-size: 14px;
  line-height: 24px;
}

.electric-content .content .title {
  font-size: 28px;
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
}

.electric-content .content ul li {
  line-height: 42px;
  padding-left: 13px;
}

.electric-content .content ul li::before {
  content: "\2022";
  color: #EE4036;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.electric-content .img {
  display: block;
  float: left;
  width: 1015px;
  height: 597px;
  margin-left: -340px;
  margin-top: 11px;
}

.electric-content .content-2 {
  float: left;
  margin-top: 100px;
  margin-left: -89px;
}

.electric-content .content-2 .title {
  margin-bottom: 32px;
}

.electric-content .content-2 ul {
  margin-bottom: 36px;
}

.electric-content .content-2 .btn-main {
  margin-top: 44px;
}

.content-item ul li, .red-dots-list ul li {
  line-height: 42px;
  padding-left: 13px;
}

.content-item ul li::before, .red-dots-list ul li::before {
  content: "\2022";
  color: #EE4036;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.electric-advantage {
  background-color: #3751a2;
  padding: 73px 0 21px;
}

.electric-advantage ul {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.electric-advantage ul li {
  width: 370px;
  color: #fff;
  position: relative;
  padding: 40px 0 67px;
}

.electric-advantage ul li:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.63);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.63);
}

.electric-advantage ul li .title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Rubik-Bold, sans-serif;
}

.electric-advantage ul li .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 19px;
}

.contact-callback {
  margin: 100px 0;
}

.contact-callback .title {
  text-align: center;
  font-size: 28px;
  line-height: 33px;
}

.contact-callback .description {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0 -24px;
}

.contact-callback .wrapper {
  border-radius: 10px;
  background: url(../img/girl-oper.jpg) #fff center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 45px 0 23px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
}

.contact-callback .wrapper .form {
  width: 370px;
}

.contact-callback .wrapper .form .btn-main {
  margin-top: 13px;
}

.contact-callback .wrapper .info {
  margin-left: 30px;
}

.contact-callback .wrapper .info .title {
  text-align: left;
  padding-top: 10px;
}

.contact-callback .wrapper .info .phones {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-callback .wrapper .info .phones .value {
  margin-left: 10px;
  font-size: 20px;
  line-height: 35px;
  margin-top: -5px;
}

.map-wrapper {
  text-align: center;
  margin: 100px 0 45px;
}

.map-wrapper .title {
  font-size: 28px;
}

.map-wrapper .description {
  font-size: 14px;
  margin: 30px 0;
}

.map-wrapper .map {
  border-radius: 10px;
  width: 100%;
  height: 650px;
}

.landing-head__check-car .main-title {
  margin-top: 0;
}

.landing-head__check-car .info, .landing-head__check-car .form {
  margin-top: 138px;
  width: 472px;
  float: right;
}

.landing-head__check-car .form {
  clear: right;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 33px;
}

.landing-head__check-car .form .form-group input {
  background: #fff;
}

.landing-head__check-car .form .form-group:first-child {
  min-width: 270px;
}

.landing-head__check-car .form .form-group:last-child {
  width: 100%;
}

.form-group .help-text {
  margin-top: 15px;
  text-align: right;
}

.tooltip .name {
  color: #555;
  font-size: 12px;
  border-bottom: 1px dashed #555555;
}

.check-car__description {
  margin: 25px 0 80px;
  text-align: center;
}

.check-car__description .text {
  font-size: 14px;
  line-height: 24px;
  max-width: 810px;
  margin: 0 auto;
}

.check-car__description .links {
  font-size: 0;
}

.check-car__description .links .btn-call {
  min-width: 180px;
  margin-top: 24px;
  margin-left: 20px;
}

.check-car__content, .content-item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  padding: 50px 70px 50px 40px;
  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-flex: 1;
      -ms-flex: auto 1;
          flex: auto 1;
}

.check-car__content:last-child, .content-item:last-child {
  margin-bottom: 120px;
}

.check-car__content .img, .content-item .img {
  text-align: center;
  width: 100%;
}

.check-car__content .img img, .content-item .img img {
  margin-bottom: 18px;
}

.check-car__content .text, .content-item .text {
  min-width: 700px;
  max-width: 700px;
  margin-left: 40px;
}

.check-car__content .text h2, .check-car__content .text h3, .content-item .text h2, .content-item .text h3 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 18px;
}

.check-car__content .text p, .content-item .text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

.check-car__content .text b, .content-item .text b {
  font-family: Rubik-Bold, sans-serif;
}

.input_form {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.input_form:focus {
  border: 1px solid #0036D9;
}

.landing-head__delivery {
  background: url(../img/deliv-sh.webp) -40px 10px no-repeat;
  min-height: 610px;
  margin-bottom: 84px;
}

.advantage {
  color: #fff;
  padding: 100px 55px 65px;
}

.advantage-delivery {
  background: url(../img/delivery-advantage.webp) center top no-repeat;
  background-size: cover;
}

.advantage .container {
  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;
}

.advantage .container .column {
  width: 480px;
}

.advantage .container .column:last-child {
  width: 470px;
}

.advantage .container .column .title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 50px;
}

.advantage .container .column p {
  font-size: 16px;
  line-height: 24px;
}

.advantage .container .column .btn-main {
  margin-top: 53px;
}

.advantage .container .column ul {
  list-style: disc;
  padding-left: 18px;
}

.advantage .container .column ul li {
  font-size: 16px;
  line-height: 24px;
}

.advantage .container .column .subtitle {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.advantage-customs {
  background: url(../img/advantage-customs.webp) center top no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 145px;
}

.advantage-customs .container .column:last-child {
  width: 514px;
}

.advantage-list {
  background-color: #3751a2;
}

.advantage-list ul {
  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;
  padding-bottom: 100px;
}

.advantage-list ul li {
  color: #fff;
  width: 100%;
  margin: 100px 0 0 30px;
}

.advantage-list ul li:first-child {
  margin-left: 0;
}

.advantage-list ul li .icon {
  width: 170px;
  height: 170px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
}

.advantage-list ul li .icon::before {
  content: '';
  width: 120px;
  height: 120px;
  background: #fff;
  display: block;
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 50%;
}

.advantage-list ul li .icon::after {
  content: ' ';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.advantage-list ul li .icon img {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.advantage-list ul li .name {
  font-family: Rubik-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 30px;
}

.advantage-list ul li .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.tns-nav {
  display: none;
}

.main-title__page {
  margin-bottom: 30px;
}

.customs-content {
  background: #fff;
  padding-top: 60px;
}

.customs-content .content-item {
  padding-top: 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.customs-content .content-item .img {
  text-align: left;
}

.customs-content .content-item h2 {
  margin-bottom: 50px;
}

.customs-content .content-item h4 {
  margin-bottom: 28px;
}

.customs-content .content-item ul {
  margin-bottom: 28px;
}

.customs-content .content-item ul li {
  line-height: 24px;
}

.content-item a {
  color: #0036D9;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.content-item a:hover {
  color: #EE4036;
}

.near-auctions {
  margin: 174px 0 80px;
}

.near-auctions .title {
  font-size: 28px;
  margin-bottom: 24px;
}

.near-auctions__list {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.near-auctions__item {
  max-width: 370px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
}

.near-auctions__item:visited {
  border: 2px solid #fff;
}

.near-auctions__item:hover {
  -webkit-box-shadow: 0 0 25px #D1D1D1;
          box-shadow: 0 0 25px #D1D1D1;
  border: 2px solid #0036D9;
}

.near-auctions__item .img {
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.near-auctions__item .name {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0 11px;
}

.near-auctions__item ul {
  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;
}

.near-auctions__item ul li {
  width: 50%;
  color: #979797;
  font-size: 12px;
  line-height: 20px;
  padding-left: 7px;
  margin-bottom: 10px;
}

.near-auctions__item ul li .icon {
  width: 42px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.near-auctions__item .item-footer {
  border-top: 1px solid #E1E1E1;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 18px 15px 17px;
}

.near-auctions__item .item-footer > div {
  width: 50%;
}

.near-auctions__item .item-footer__info .lot-id {
  color: #8E8E8E;
  font-size: 12px;
}

.near-auctions__item .item-footer__info .lot-id span {
  font-family: Rubik-Medium, sans-serif;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  background-color: #00048A;
  border-radius: 3px;
  width: 23px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 6px;
}

.near-auctions__item .item-footer__info .lot-date {
  font-size: 12px;
  color: #8E8E8E;
  line-height: 18px;
  margin-top: 10px;
}

.near-auctions__item .item-footer__info .lot-date span {
  color: #555;
  font-family: Rubik-Medium, sans-serif;
  display: block;
}

.near-auctions__item .item-footer__bet {
  padding-left: 30px;
}

.near-auctions__item .item-footer__bet .label {
  font-size: 12px;
}

.near-auctions__item .item-footer__bet .value {
  font-size: 22px;
  color: #EE4036;
  font-family: Rubik-Medium, sans-serif;
  margin-top: 7px;
}

.partners-head {
  position: relative;
}

.partners-head::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/radial-texture.webp) center top no-repeat;
  left: 0;
  top: -70px;
}

.partners-head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.partners-head .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 570px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 69px;
  position: relative;
  z-index: 2;
}

.partners-head .imgs .column {
  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-pack: distribute;
      justify-content: space-around;
}

.partners-head .imgs .column:last-child {
  margin-left: 30px;
}

.partners-head .imgs .column:last-child .img {
  margin-bottom: 167px;
}

.partners-head .imgs .column .img {
  position: relative;
  width: 300px;
  margin: -15px -15px 48px -15px;
}

.partners-head .imgs .column .img img {
  width: 100%;
}

.partners-head .imgs .column .img .name {
  position: absolute;
  font-family: Rubik-Medium, sans-serif;
  left: 38px;
  bottom: 41px;
  font-size: 16px;
  line-height: 24px;
  max-width: 160px;
}

.partners-head .text {
  position: relative;
  z-index: 2;
  margin-left: 130px;
  padding-top: 14px;
}

.partners-head .text .title {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 47px;
}

.partners-head .text .description {
  font-size: 14px;
  line-height: 24px;
}

.partners-advantage {
  background-color: #3751a2;
  position: relative;
  margin-top: 10px;
}

.partners-advantage::before, .partners-advantage::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.partners-advantage::before {
  z-index: 2;
  background: url(../img/usa-flag.webp) left top no-repeat;
}

.partners-advantage::after {
  background: url(../img/radial-texture-bottom.webp) center bottom no-repeat;
  z-index: 1;
}

.partners-advantage .container {
  position: relative;
  z-index: 3;
  min-height: 713px;
  margin-bottom: 48px;
}

.partners-advantage .cars {
  position: absolute;
  bottom: -48px;
  right: 0;
}

.partners-advantage .texts {
  position: relative;
  z-index: 4;
  color: #fff;
  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;
}

.partners-advantage .texts__column {
  width: 470px;
}

.partners-advantage .texts__column:first-child {
  margin-top: 298px;
}

.partners-advantage .texts__column:last-child {
  margin-top: 147px;
}

.partners-advantage .texts__column .title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 47px;
}

.partners-advantage .texts__column p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

.partners-advantage .texts__column ul {
  list-style: disc;
  padding-left: 14px;
}

.partners-advantage .texts__column ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.partners-advantage-list {
  margin-top: 100px;
}

.partners-advantage-list .title {
  font-size: 28px;
  text-align: center;
}

.partners-advantage-list > ul {
  margin-top: 50px;
  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;
}

.partners-advantage-list > ul li {
  width: 370px;
}

.partners-advantage-list > ul li .name {
  width: 219px;
  color: #00048A;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 14px;
}

.partners-advantage-list > ul li .text {
  font-size: 14px;
  line-height: 24px;
}

.partners-advantage-list > ul li .text ul li {
  line-height: 24px;
}

.partners-reviews {
  margin-top: 106px;
}

.partners-reviews .title {
  font-size: 28px;
  text-align: center;
}

.partners-reviews__row {
  margin-top: 30px;
  overflow: hidden;
  max-height: 375px;
}

.partners-reviews__row .item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  min-height: 375px;
  padding: 53px 70px 10px 34px;
}

.partners-reviews__row .item .photo {
  float: left;
}

.partners-reviews__row .item .photo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.partners-reviews__row .item .name, .partners-reviews__row .item .text {
  float: right;
  width: 330px;
  margin-left: 36px;
  font-size: 14px;
  line-height: 24px;
}

.partners-reviews__row .item .name {
  font-family: Rubik-Medium, sans-serif;
  margin-bottom: 13px;
}

.partners-reviews__row .item .name span {
  font-family: Rubik-Regular, sans-serif;
  color: #8E8E8E;
}

.partners-reviews__row .item .text p {
  margin-bottom: 24px;
}

.main-subtitle {
  font-size: 28px;
  text-align: center;
}

.parts-search {
  margin-top: 77px;
}

.parts-search .form-group input {
  background-color: #fff;
}

.parts-search .form-group .search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 66px;
  background: url(../img/search.svg) 23px 16px no-repeat;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.parts-search .form-group .search-button:hover {
  opacity: .8;
}

.parts-search .form-group .search-button:active {
  background-position-y: 17px;
}

.parts-search .btn-main {
  width: 270px;
  text-align: center;
  padding: 0 50px;
  line-height: 50px;
  height: 50px;
}

.btn-main__scroll-down {
  position: relative;
}

.btn-main__scroll-down::after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  right: 21px;
  background: url(../img/svg/arrow-down-white.svg) no-repeat;
  width: 10px;
  height: 6px;
}

.parts-help {
  margin: 100px 0 130px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 27px 0 36px;
}

.parts-help .title {
  font-size: 28px;
  text-align: center;
}

.parts-help .description {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
}

.parts-help .form {
  margin-top: 27px;
  padding: 0 40px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.parts-help .form > .form-group {
  margin-right: 10px;
}

.parts-help .form > .form-group:nth-child(1) {
  max-width: 200px;
}

.parts-help .form > .form-group:nth-child(2) {
  max-width: 190px;
}

.parts-help .form > .form-group:nth-child(3) {
  max-width: 112px;
}

.parts-help .form .parts-help__inputs {
  width: 100%;
  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;
}

.parts-help .form .parts-help__inputs .form-group {
  max-width: 268px;
}

.parts-help .form .parts-help__inputs .form-group .help-text {
  text-align: left;
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 9px;
}

.parts-help .form .parts-help__inputs .button {
  margin-left: 42px;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
  font-size: 12px;
  color: #0036D9;
  position: relative;
  padding: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.parts-help .form .parts-help__inputs .button::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/svg/plus.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  left: -21px;
  top: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.parts-help .form .parts-help__inputs .button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 17px;
  left: 0;
  border-bottom: 1px dashed #707070;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.parts-help .form .parts-help__inputs .button:hover::after {
  opacity: 0;
}

.parts-help .form .parts-help__inputs .button:active {
  padding-top: 1px;
}

.parts-help .form .parts-help__inputs .button:active::before {
  top: 21px;
}

.parts-help .parts-help-footer {
  padding: 0 100px;
  margin-top: 10px;
}

.parts-help .form-divider {
  font-size: 14px;
  position: relative;
  text-align: center;
}

.parts-help .form-divider span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}

.parts-help .form-divider::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F5F5F5;
  top: 50%;
  margin-top: 1px;
}

.parts-help .form-footer {
  margin-top: 32px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parts-help .form-footer .form-group {
  width: 342px;
}

.parts-help .form-footer .btn-main {
  width: 201px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  height: 50px;
  margin-left: 27px;
}

.form-group .help-text span {
  color: #0036D9;
}

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

.feature-copyright {
  padding: 10px 0 5px;
  font-size: 10px;
  color: #bfbfbf;
}

.feature-copyright a {
  color: #0036D9;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.feature-copyright a:hover {
  color: #EE4036;
}

.feature-copyright a:active {
  padding-top: 1px;
}

.header-auth {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  margin: -14px 0 0 24px;
}

.header-cart {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  margin: -13px 0 0 27px;
}

.header-cart a {
  background: url(../img/cart.png) left center no-repeat;
  font-weight: 700;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  color: #EE4036;
  line-height: 20px;
  padding: 6px 0 2px 26px;
}

.header-right {
  display: inline-block;
  vertical-align: middle;
  width: 205px;
}

.header-right_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-right_wr .search {
  width: 100%;
  text-align: right;
}

.header-banner__left .bg {
  position: absolute;
  top: -116px;
  left: -71px;
  width: 1090px;
  height: 552px;
  background: url(../img/banner-bg.png) left top no-repeat;
}

.header-banner__left .header-banner__form, .header-banner__left .header-banner__h1 {
  position: relative;
  z-index: 5;
}

.news .news__item .card-car__thumb {
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: unset;
  display: block;
}

.news .news__item .card-car__more {
  margin-top: 26px;
}

.news_items-nav {
  margin-top: -37px;
}

.news__item.tns-slide-active:nth-child(even) {
  margin: 0 10px;
}

.sidebar-block-content.limited-height {
  overflow-y: scroll;
  max-height: 300px;
}

.sidebar-block-content .vue-slider {
  width: calc(100% - 23px) !important;
  margin: 0 auto;
}

.auctions-content-items .items-list {
  max-width: 870px;
}

.modal-small .modal-content__form .login_form .title {
  margin-bottom: 35px;
}

.modal-small .modal-content__form .share.login_at {
  font-size: 12px;
  margin-top: 35px;
}

.modal-small .modal-content__form .login_new p {
  font-size: 12px;
}

.modal-small .modal-content__form .login_new a {
  margin-left: 18px;
}

.lot-without-date {
  margin: 8px 0 18px 3px;
}

.lot-without-date img {
  margin-right: 26px;
}

.lot-without-date span {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  width: 134px;
  vertical-align: middle;
}

.auction-card-image-list .jspArrow {
  position: absolute;
  bottom: -2px;
  cursor: pointer;
}

.auction-card-image-list .jspArrowLeft {
  left: 0;
}

.auction-card-image-list .jspArrowRight {
  right: 0;
}

.auction-card-image-list .os-scrollbar-horizontal {
  pointer-events: all !important;
  bottom: 2px !important;
  height: 12px !important;
  padding: 0 !important;
}

.auction-card-image-list .os-scrollbar-horizontal .os-scrollbar-track {
  width: calc(100% - 30px);
  margin: 0 auto;
  height: 12px;
  background: #fff !important;
}

.auction-card-image-list .os-scrollbar-horizontal .os-scrollbar-track .os-scrollbar-handle {
  background: #0036d9 !important;
  cursor: pointer;
}

.tippy-tooltip {
  font-size: 12px;
  font-family: Rubik-Regular, sans-serif;
  color: #8e8e8e;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
  padding: 18px;
  line-height: 16px;
}

.tippy-tooltip .tippy-backdrop {
  background: #fff;
}

.modal-small.justRegistered {
  width: 630px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0) translateX(-50%) translateY(-50%) !important;
  transform: perspective(1px) translate3d(0, 0, 0) translateX(-50%) translateY(-50%) !important;
  z-index: 999;
}

.catalog__text-banner {
  background: url(../img/banner-text.jpg) center no-repeat;
  height: 180px;
  max-width: 780px;
  min-width: 767px;
  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;
}

.catalog__text-banner__button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog__side-banner {
  background: url(../img/banner-side-catalog.gif) center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  width: 270px;
  margin-bottom: 20px;
}

.catalog__side-banner-button {
  color: #000000;
  background-color: #FFC600;
  font-size: 16px;
  display: block;
  padding: 15px 50px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.catalog__side-banner-button:hover {
  background-color: #ffdf72;
  color: #000000;
}

.catalog__side-banner-button-block {
  margin-top: auto;
  margin-bottom: 30px;
}

.insurance-select {
  border: none;
  background-color: #fff;
  color: inherit;
}

.sidebar-block-collapse {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar-block-collapse .sidebar-block-title {
  font-size: 16px;
  padding-right: 22px;
}

.sidebar-block-collapse .sidebar-block-title span {
  float: right;
  width: 15px;
  height: 15px;
  background: url(../img/svg/arrow-down.svg) center no-repeat;
}

.sidebar-block-collapse .sidebar-block-title .active {
  background: url(../img/svg/arrow-up.svg) center no-repeat;
}

.lot__social-button {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.lot__social-button_sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.lot__telegram-button {
  background: url(../img/banner-telegram.svg) center no-repeat !important;
}

.lot__telegram-button:hover {
  background: url(../img/banner-telegram_hov.svg) center no-repeat !important;
}

.lot__viber-button {
  background: url(../img/banner-viber.svg) center no-repeat !important;
}

.lot__viber-button:hover {
  background: url(../img/banner-viber_hov.svg) center no-repeat !important;
}

.editor-content {
  line-height: 24px;
}

.editor-content ul li::before {
  content: "\2022";
  color: #ee4036;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}

.editor-content ol {
  list-style: decimal;
}

.editor-content strong {
  font-weight: bold;
}

.editor-content em {
  font-style: italic;
}

.editor-content table, .editor-content th, .editor-content td {
  border: 1px solid black;
}

.editor-content a {
  color: #2319ad;
}

.editor-content a:visited {
  color: #15004e;
}

.editor-content a:hover {
  color: red;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1279px) {
  .calculator-delivery__container {
    width: 330px;
  }
  .calculator-delivery::before {
    right: -400px;
  }
  .calculator-customs__container {
    max-width: 100%;
  }
  .calculator-customs__container::before {
    width: 35%;
    background-size: cover;
    right: 0;
  }
  .calculator-customs__container .form-inline {
    width: 600px;
  }
  .form-select-buttons button {
    min-width: 100px;
  }
  .calculator-customs__results {
    width: 100%;
  }
  .calculator-customs__results table th:first-child, .calculator-customs__results table td:first-child {
    width: 55%;
  }
  .calculator-customs__results table th:last-child, .calculator-customs__results table td:last-child {
    width: 25%;
  }
  .contacts__form {
    padding: 32px 125px;
    margin: 60px 0 66px;
  }
  .contacts__form_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts__form_content > *:nth-child(1),
  .contacts__form_content > *:nth-child(2) {
    width: 100%;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-total {
    padding-top: 80px;
  }
  .auction-page-content .aution-calculate-baner {
    margin-bottom: 110px;
  }
  .auctions-content-list .auctions-content-items .items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .auctions-content-list .auctions-content-items .items-list .item:nth-child(2n) {
    margin-left: 0;
  }
  .landing-head {
    margin-top: 0;
  }
  .landing-head__electric {
    background-size: 60% auto;
  }
  .landing-head .info {
    width: 332px;
    margin-top: 20px;
  }
  .electric-content .title {
    font-size: 38px;
    line-height: 46px;
    width: 100%;
    margin-left: 0;
  }
  .electric-content .content-1 {
    margin-left: -7%;
    float: right;
    width: 332px;
    margin-top: 55px;
    position: relative;
    z-index: 2;
  }
  .electric-content .img {
    float: right;
    width: 100%;
    margin-left: -55%;
    margin-top: -10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .electric-content .content-2 {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    margin-left: 0;
  }
  .electric-content .content-2 .title, .electric-content .content-2 p, .electric-content .content-2 ul {
    text-align: left;
  }
  .landing-head__check-car {
    background-size: 446px 353px;
    background-position: 35% top;
  }
  .landing-head__check-car .form {
    width: 100%;
  }
  .landing-head__check-car .form .form-group:first-child {
    min-width: unset;
    width: 100%;
  }
  .landing-head__check-car .form .form-group:last-child {
    min-width: 170px;
    max-width: 203px;
  }
  .landing-head__delivery {
    background-size: 568px 363px;
    background-position: left top;
    min-height: 400px;
  }
  .landing-head__delivery .info {
    width: 470px;
  }
  .check-car__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .check-car__content .text {
    max-width: unset;
    min-width: unset;
    margin-left: 0;
  }
  .advantage {
    padding: 90px 0 65px;
  }
  .advantage .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantage .container .column {
    width: 100%;
  }
  .advantage .container .column .title {
    font-size: 38px;
    line-height: 46px;
  }
  .advantage .container .column:last-child {
    margin-top: 50px;
    width: 100%;
  }
  .advantage-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantage-list ul li {
    width: 45%;
    margin-left: 0;
  }
  .near-auctions__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .partners-head {
    margin-bottom: 80px;
  }
  .partners-head .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners-head .container .imgs {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners-head .container .imgs .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
  }
  .partners-head .container .imgs .column .img {
    margin: 0;
    width: 220px;
    height: 180px;
  }
  .partners-head .container .imgs .column .img img {
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .partners-head .container .imgs .column .img .name {
    left: 18px;
    bottom: 23px;
  }
  .partners-head .container .text {
    margin-left: 0;
  }
  .partners-advantage .texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners-advantage .texts__column {
    width: 100%;
    text-align: left;
  }
  .partners-advantage .texts__column:first-child {
    margin-top: 206px;
  }
  .partners-advantage .texts__column:last-child {
    margin-top: 60px;
    padding-bottom: 120px;
  }
  .partners-advantage .container {
    text-align: center;
  }
  .partners-advantage .cars {
    width: 747px;
    max-width: 747px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .partners-advantage-list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners-advantage-list > ul > li {
    margin-top: 50px;
    width: 100%;
  }
  .parts-help .form {
    padding: 0 40px;
  }
  .parts-help .form > .form-group:nth-child(1) {
    max-width: 24%;
  }
  .parts-help .form > .form-group:nth-child(2) {
    max-width: 24%;
  }
  .parts-help .form > .form-group:nth-child(3) {
    max-width: 12%;
  }
  .parts-help .form .parts-help__inputs {
    width: 40%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .parts-help .form .parts-help__inputs .form-group {
    max-width: 100%;
  }
  .parts-help .form .parts-help__inputs .button {
    height: 18px;
    line-height: 18px;
    margin-top: -10px;
  }
  .parts-help .form .parts-help__inputs .button::before {
    top: 5px;
  }
  .parts-help .form .parts-help__inputs .button::after {
    bottom: 0;
  }
  .parts-help .parts-help-footer {
    padding: 0 40px;
  }
  .auctions-content .controls {
    padding-left: 0;
    margin-top: 43px;
  }
  .auctions-description {
    margin-top: 90px;
  }
  .auctions-brands {
    margin: 90px 0;
    border: none;
  }
  .auctions-search .search-button {
    right: 3px;
  }
  .customs-content {
    padding-top: 60px;
  }
  .customs-content .content-item {
    padding: 0 0 60px;
  }
  .customs-content .content-item .text {
    width: 100%;
    max-width: 70%;
    min-width: unset;
    margin-left: 0;
  }
}

/**/
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .review-article__container {
    padding: 0 40px;
    width: 100%;
  }
  .contacts__content .info {
    width: 374px;
    left: -374px;
  }
  .auction-card .auction-card-right .auction-card-social {
    margin-left: -108%;
    width: 330px;
    margin-top: -70px;
    margin-bottom: 30px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header {
    padding: 20px 15px 0;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer {
    padding-left: 58px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-days {
    left: 60px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-hours {
    left: 119px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-mins {
    left: 176px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-secs {
    left: 229px;
  }
  .landing-head__electric {
    background-position: -60px 0;
  }
  .landing-head__check-car {
    background-position: left top;
  }
  .landing-head__delivery {
    background-position: left top;
  }
  .calculator-customs__container::before {
    display: none;
  }
  .customs-content .content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .customs-content .content-item .img {
    text-align: center;
    margin-bottom: 20px;
  }
  .customs-content .content-item .text {
    width: 100%;
    max-width: 100%;
  }
}

/**/
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
  .electric-advantage ul li {
    width: 40%;
  }
  .contact-callback .wrapper {
    border: none;
    background-image: none;
    padding: 45px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-callback .wrapper .form {
    width: 100%;
  }
  .contact-callback .wrapper .info {
    margin-left: 0;
  }
  .landing-head__delivery .info {
    width: 340px;
  }
  .popular__box-wrap {
    height: 65px;
    overflow: hidden;
  }
  .popular__box {
    width: 156px;
  }
  .choice.section_padding > .container {
    padding: 0 !important;
  }
  .choice.section_padding .choice__switch {
    padding: 0;
  }
  .banner-electrocar__img {
    min-width: unset;
    width: 100%;
  }
  .form_reg {
    padding-left: 0;
  }
  .right_side_reg .reg_text {
    width: 100%;
  }
  .right_side_reg {
    padding-left: 0;
  }
  .right_side_reg .m-none {
    margin-left: auto;
    margin-right: auto;
  }
}

/**/
/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  .auction-page-content .aution-calculate-baner .calculate-baner-total {
    padding-top: 30px;
  }
  .contacts .form-select-buttons {
    text-align: center;
  }
  .contacts__content {
    height: 350px;
    margin-bottom: 2em;
  }
  .contacts__content .info {
    width: 100%;
    left: -100%;
    height: auto;
  }
  .contacts__form {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    padding: 25px 36px;
  }
  .main-title {
    font-size: 28px;
    line-height: 38px;
  }
  .form-select-buttons {
    text-align: left;
  }
  .calculator-customs .title {
    display: none;
  }
  .calculator-customs__container .form-inline {
    width: 100%;
  }
  .calculator-customs__container .form-inline .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-customs__container .form-inline .form-group label {
    text-align: left;
    margin-bottom: 7px;
  }
  .calculator-customs__container .form-inline .form-group > *:last-child {
    margin: 0;
  }
  .calculator-customs__results table td, .calculator-customs__results table th {
    width: 50%;
    font-size: 12px;
    height: auto;
    padding: 5px 0;
  }
  .calculator-customs__results table td:first-child, .calculator-customs__results table th:first-child {
    display: none;
  }
  .calculator-customs__results table td .mobile, .calculator-customs__results table th .mobile {
    display: block;
    margin-bottom: 10px;
    float: left;
  }
  .calculator-customs__results table th {
    padding-left: 10px;
  }
  .calculator-customs__results table td:last-child, .calculator-customs__results table th:last-child {
    width: 50%;
    padding-left: 5px;
    text-align: right;
    padding-right: 10px;
  }
  .calculator-customs__results table .big {
    font-size: 12px;
  }
  .calculator-delivery__container {
    width: 100%;
  }
  .calculator-delivery::before {
    display: none;
  }
  .calculator-delivery__result_row .label {
    width: 75%;
  }
  .tracking-search {
    width: 100%;
  }
  .tracking-search img {
    width: 100%;
  }
  .tracking-search .form-group {
    margin-top: -25px;
  }
  .tracking-search .form-group .tooltip {
    display: none;
  }
  .auction-card .auction-card-right .auction-card-social {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .landing-head__electric {
    background-position: center 80px;
    background-size: 551px 325px;
  }
  .landing-head .info {
    width: 100%;
    text-align: center;
  }
  .landing-head .info .main-title {
    text-align: center;
    width: 100%;
  }
  .landing-head .info .text {
    text-align: left;
    margin-top: 325px;
  }
  .landing-head__check-car {
    background-position: center bottom;
    background-size: 402px 317px;
    padding-bottom: 317px;
  }
  .landing-head__check-car .info .text {
    margin-top: 60px;
  }
  .landing-head__check-car .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing-head__check-car .form .form-group .help-text {
    text-align: left;
    margin-top: 25px;
  }
  .landing-head__check-car .form .form-group:last-child {
    width: 100%;
    max-width: 100%;
    text-align: right;
    margin-top: -55px;
  }
  .popular ul li {
    width: 165px;
  }
  .popular ul li img {
    height: 112px;
  }
  .electric-content .content-1 {
    width: 100%;
    margin-left: 0;
  }
  .electric-content .img {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
  .electric-advantage ul li {
    width: 100%;
  }
  .check-car__content, .content-item {
    padding: 20px 30px;
  }
  .advantage .container .column .title {
    font-size: 32px;
    line-height: 40px;
  }
  .advantage-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantage-list ul li {
    width: 100%;
    text-align: center;
  }
  .advantage-list ul li .icon {
    margin: 0 auto;
  }
  .partners-head .container .imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners-head .container .imgs .column {
    -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;
  }
  .partners-head .container .imgs .column .img {
    width: 100%;
    height: auto;
  }
  .partners-head .container .imgs .column .img .name {
    bottom: 40px;
    left: 35px;
  }
  .parts-search .parts-button {
    text-align: center;
  }
  .parts-help .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .parts-help .form > .form-group {
    margin-right: 0;
  }
  .parts-help .form > .form-group:nth-child(1) {
    max-width: 100%;
  }
  .parts-help .form > .form-group:nth-child(2) {
    max-width: 100%;
  }
  .parts-help .form > .form-group:nth-child(3) {
    max-width: 100%;
  }
  .parts-help .form .parts-help__inputs {
    width: 100%;
  }
  .parts-help .parts-help-footer {
    margin-top: 40px;
  }
  .parts-help .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .parts-help .form-footer .form-group {
    width: 100%;
    max-width: 100%;
  }
  .parts-help .form-footer .btn-main {
    margin: 0;
  }
  .header-banner__left::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .choice.section_padding > .container {
    padding: 0 36px !important;
  }
  .stages__item {
    margin-bottom: 30px;
  }
  .auctions-content-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .auctions-content-title > div {
    float: none !important;
    width: 100% !important;
  }
  .auctions-content-title .mobile-sidebar-show {
    margin: -5px 0 21px;
  }
  .auctions-search .search-button {
    right: 34px;
  }
  .form_reg {
    max-width: 100%;
    margin-top: 33px;
  }
  .reg_bg {
    padding: 50px 0;
  }
  .reg_bg .order-form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reg_bg .right_side_reg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .right_side_reg .reg_text {
    padding-left: 10px;
  }
  .auctions-brands {
    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;
  }
  .auctions-brands ul {
    min-width: 33%;
    margin-bottom: 15px;
  }
  .auction-card .auction-card-right.auction-card__buy .auction-card-social {
    margin: 0;
    top: 0;
  }
}

/**/
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .article-header {
    font-size: 24px;
  }
  .news_auto {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .title {
    font-size: 24px !important;
  }
  h1 {
    font-size: 24px;
    line-height: 38px;
  }
  .review-article__container {
    padding: 0 20px;
  }
  .review-article__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-article__header .date {
    margin-bottom: 20px;
  }
  .review-article__content iframe {
    height: 200px;
  }
  .popular ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-head__check-car .form .form-group .help-text {
    text-align: right;
    margin-top: 10px;
  }
  .landing-head__check-car .form .form-group:last-child {
    margin-top: 0;
    text-align: center;
  }
  .landing-head__delivery {
    background-position: 60% top;
    margin-bottom: 40px;
  }
  .header-fixed .callback {
    display: none;
  }
  .popular__box-wrap {
    height: 160px;
  }
  .auctions-search {
    width: 100%;
  }
  .mobile-container-no-padding {
    padding: 0 !important;
  }
  .auctions-brands ul {
    min-width: 50%;
  }
  .calculator-delivery {
    padding-top: 50px;
  }
  .auction-page-content .aution-calculate-baner .container {
    padding: 0 20px !important;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-car {
    top: 134px;
    background-size: contain;
    width: 100%;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-hint {
    font-size: 12px;
    line-height: 18px;
    margin-left: 0;
    margin-top: 30px;
  }
  .auction-page-content .aution-calculate-baner .calculate-baner-total {
    font-size: 20px;
    line-height: 28px;
  }
  .auction-card .auction-card-right .auction-card-social {
    text-align: center;
  }
  .auction-card .auction-card-right .auction-card-social .auction-card-social-list {
    float: none;
  }
  .auction-card .auction-card-right .auction-card-social span {
    display: none;
  }
  .header-fixed {
    position: relative;
    min-height: 50px;
    margin-top: 77px;
  }
  .header-fixed .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-fixed .mobile-callback, .header-fixed .search, .header-fixed .auth, .header-fixed .header-cart {
    max-width: calc(25% - 16.333px);
    min-width: calc(25% - 16.333px);
    border-right: 1px solid #EBEBEB;
    height: 50px;
    margin: 0;
  }
  .header-fixed .header-cart {
    line-height: 50px;
    text-align: center;
    padding-top: 2px;
  }
  .header-fixed .mobile-callback {
    background: none;
    text-align: center;
  }
  .header-fixed .mobile-callback > a {
    width: 32px;
    height: 50px;
    display: inline-block;
    background: url(../img/ico-phone.svg) left center no-repeat, url(../img/svg/header-arrow-down.svg) right center no-repeat;
  }
  .header-fixed .search {
    line-height: 50px;
  }
  .header-fixed .search .search-show {
    text-align: center;
  }
  .header-fixed .auth {
    line-height: 50px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    background: none;
  }
  .header-fixed .auth:hover {
    background: none;
  }
  .header-fixed .auth::before {
    content: '';
    display: inline-block;
    background: url(../img/ico-user.svg) no-repeat;
    width: 12px;
    height: 17px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .header-fixed .auth:after {
    content: '';
    display: inline-block;
    background: url(../img/icon-auth-arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    vertical-align: middle;
    margin-left: 6px;
    background-size: cover;
  }
  .header-fixed .auth.auth-cabinet {
    font-size: 0;
  }
  .header-fixed .auth.auth-cabinet::before {
    margin: 0;
  }
  .header-fixed .auth.auth-cabinet::after {
    display: none;
  }
  .header-fixed .show-fixed-menu {
    height: 50px;
    min-width: 49px;
    max-width: 49px;
  }
  .header-fixed .logo {
    display: block;
    top: -67px;
    position: absolute;
    left: 50%;
    margin-left: -78px;
  }
  .header-fixed .search {
    position: unset;
  }
  .header-fixed .search .form {
    top: 0;
    left: 86px;
    width: calc(100% - 122px);
  }
  .header-fixed .search .form input {
    border-radius: 0;
    border: none;
  }
  .header-main_bg {
    margin-top: -10px;
  }
  .breadcrumb {
    margin-top: 30px;
  }
  .search .search__h2 {
    line-height: 36px;
  }
  .search .search__text {
    line-height: 18px;
  }
  .car-card-container {
    margin-bottom: 50px;
  }
  .mobile-auction-sidebar {
    top: 0;
    height: 100%;
    z-index: 9999;
  }
}

@media only screen and (max-width: 450px) {
  .tacking-info .tracking-info__row .name {
    width: 100%;
    margin-bottom: 10px;
  }
  .tacking-info .tracking-info__row .name span {
    background: transparent;
    padding: 0;
  }
  .tacking-info .tracking-info__row .name::before {
    display: none;
  }
  .tacking-info .tracking-info__row .value {
    width: 100%;
  }
  .popular__box-wrap {
    height: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    overflow: unset;
  }
  .auctions-content-list .auctions-content-items .items-list .item {
    width: 100%;
  }
  .calculator-customs__results table td .mobile, .calculator-customs__results table th .mobile {
    font-size: 10px;
  }
  .calculator-delivery__result_row-total {
    font-size: 14px;
  }
  .calculator-delivery__result_row-total .label {
    line-height: 18px;
    padding-top: 10px;
  }
  .calculator-delivery__result_row .label {
    width: 65%;
  }
  .calculator-delivery__result_row .value {
    width: 100%;
    text-align: right;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-bid {
    height: unset;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item .calc-block-label, .auction-page-content .auction-calculate-calc-block .calc-block-total .calc-block-label {
    width: 70%;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-list .calc-block-list-item {
    line-height: 16px;
    padding-top: 5px;
    height: unset;
  }
  .auction-page-content .auction-calculate-calc-block .calc-block-total {
    white-space: nowrap;
  }
  .for_article_tittle {
    font-size: 24px;
    word-wrap: break-word;
  }
}

@media only screen and (max-width: 380px) {
  .header-fixed .auth {
    font-size: 11px;
  }
  .header-fixed .auth::before, .header-fixed .auth::after {
    margin: 0;
  }
  .auction-card .auction-card-right .auction-card-info {
    height: auto;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-days {
    top: 22px;
    font-size: 8px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-hours {
    top: 22px;
    font-size: 8px;
    left: 93px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-mins {
    top: 22px;
    font-size: 8px;
    left: 128px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-secs {
    top: 22px;
    font-size: 8px;
    left: 163px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-header .card-info-timer .card-info-timer-value {
    font-size: 20px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-user-bid {
    height: auto;
    padding-bottom: 20px;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-user-bid .your-bid, .auction-card .auction-card-right .auction-card-info .card-info-user-bid .total-bid {
    width: 100%;
  }
  .auction-card .auction-card-right .auction-card-info .card-info-views {
    padding-bottom: 20px;
  }
  .auction-params .auction-params-block .auction-params-block-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1279px) {
  .sidebar-block.manual {
    border-bottom: none;
  }
  .sidebar-block.manual btn.btn-call {
    width: 100%;
    margin-top: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__content .info {
    position: relative;
  }
  .contacts__content {
    height: auto;
  }
}

.mobile_search_block {
  display: none;
  border: none;
  margin-top: 2em;
}

.mobile_search_block button {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile_search_block {
    display: block;
  }
}
