/***********************************************************************************************************************
************************************************************************************************************************
***
***     SASS VARIABLES
***
************************************************************************************************************************
***********************************************************************************************************************/
/***********************************************************************************************************************
**    BREAKPOINT VARIABLES
***********************************************************************************************************************/
/***********************************************************************************************************************
**    FONT FAMILY VARIABLES
***********************************************************************************************************************/
/***********************************************************************************************************************
**    COLOR VARIABLES
***********************************************************************************************************************/
/***********************************************************************************************************************
**    GRID VARIABLES
***********************************************************************************************************************/
/***********************************************************************************************************************
************************************************************************************************************************
***
***     NORMALIZE
***
************************************************************************************************************************
***********************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: #000000;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.slick-loading .slick-list {
  background: none !important;
}

/***********************************************************************************************************************
************************************************************************************************************************
***
***     SASS MIXINS
***
************************************************************************************************************************
***********************************************************************************************************************/
/***********************************************************************************************************************
**    MEDIA QUERY MIXINS
***********************************************************************************************************************/
/***********************************************************************************************************************
**    TRANSITIONS
***********************************************************************************************************************/
@keyframes linkHoverAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
.row-grid {
  margin-top: calc(-15px / 2) !important;
  margin-bottom: calc(-15px / 2) !important;
}

.row-grid > [class*=col-],
.row-grid > [class*=col] {
  margin-top: calc(15px / 2);
  margin-bottom: calc(15px / 2);
}

@media all and (min-width: 991.98px) {
  .row-grid-lg {
    margin-top: calc(-15px / 2) !important;
    margin-bottom: calc(-15px / 2) !important;
  }
}

@media all and (min-width: 991.98px) {
  .row-grid-lg > [class*=col-],
  .row-grid-lg > [class*=col] {
    margin-top: calc(15px / 2);
    margin-bottom: calc(15px / 2);
  }
}

@media all and (min-width: 767.98px) {
  .row-grid-md {
    margin-top: calc(-15px / 2) !important;
    margin-bottom: calc(-15px / 2) !important;
  }
}

@media all and (min-width: 767.98px) {
  .row-grid-md > [class*=col-],
  .row-grid-md > [class*=col] {
    margin-top: calc(15px / 2);
    margin-bottom: calc(15px / 2);
  }
}

@media all and (min-width: 575.98px) {
  .row-grid-sm {
    margin-top: calc(-15px / 2) !important;
    margin-bottom: calc(-15px / 2) !important;
  }
}

@media all and (min-width: 575.98px) {
  .row-grid-sm > [class*=col-],
  .row-grid-sn > [class*=col] {
    margin-top: calc(15px / 2);
    margin-bottom: calc(15px / 2);
  }
}

input {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}
input.show_password, input.hide_password {
  width: 24px;
  height: 21px;
  display: block;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 9px;
  bottom: 9px;
}
input.show_password {
  background: url(../img/svg-icons/icon-eye.svg) 96% no-repeat;
}
input.hide_password {
  background: url(../img/svg-icons/icon-eye-hide.svg) 96% no-repeat;
}

input[type=text].input, input[type=password].input {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 38px;
  vertical-align: middle;
}
input[type=text].input--small, input[type=password].input--small {
  height: 28px;
  font-size: 12px;
}
input[type=text].input--large, input[type=password].input--large {
  height: 48px;
  font-size: 16px;
}

::placeholder, :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A1A1A1;
  font-style: italic;
}

.button {
  background: #EC7500;
  color: #FFF;
  border: none;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 38px;
  vertical-align: middle;
  font-weight: 500;
  width: auto;
  display: block;
  cursor: pointer;
}
.button--small {
  height: 28px;
  font-size: 12px;
}
.button--large {
  height: 48px;
  font-size: 16px;
}

textarea.textarea {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}
textarea.textarea--small {
  font-size: 12px;
}
textarea.textarea--large {
  font-size: 16px;
}

.select-block {
  position: relative;
  width: 100%;
}
.select-block:after {
  content: "";
  top: 55%;
  right: 13px;
  border: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
}

select.select {
  padding: 0px 10px;
  width: 100%;
  height: 38px;
  font-size: 14px;
  appearance: none;
  box-sizing: border-box;
  z-index: 10;
  color: #000;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  padding-right: 15%;
}
@media all and (max-width: 575.98px) {
  select.select {
    padding-right: 10%;
  }
}
select.select--small {
  height: 28px;
}
select.select--large {
  height: 48px;
}
select.select::-ms-expand {
  display: none;
}

input[type=checkbox],
input[type=radio],
.radio,
.checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

input[type=radio], .radio {
  border-radius: 50%;
}

/* Focus */
.radio:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.checkbox:focus {
  outline: none;
  border-color: #1e87f0;
}

/*
 * Checked
 */
.radio:checked,
input[type=checkbox]:checked,
input[type=radio]:checked,
.checkbox:checked,
.checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}

/* Focus */
.radio:checked:focus,
.checkbox:checked:focus,
input[type=checkbox]:checked:focus,
input[type=radio]:checked:focus,
.checkbox:indeterminate:focus {
  background-color: #0e6dcd;
}

/*
 * Icons
 */
input[type=radio]:checked, .radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

input[type=checkbox]:checked,
.checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

input[type=checkbox]:indeterminate,
input[type=radio]:indeterminate,
.checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.radio:disabled,
input[type=checkbox]:disabled,
input[type=radio]:disabled,
.checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

input[type=radio]:disabled:checked, .radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked,
.checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

input[type=checkbox]:disabled:indeterminate,
input[type=radio]:disabled:indeterminate,
.checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.form-switch {
  position: relative;
  width: 40px;
  height: 20px;
  display: inline-block;
}
.form-switch__checkbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-switch__checkbox:checked ~ .form-switch__label:before {
  background: rgb(54, 109, 150);
  border-color: rgb(54, 109, 150);
}
.form-switch__checkbox:checked ~ .form-switch__label:after {
  background: #ffffff;
  left: 22px;
  top: 2px;
  width: 16px;
  height: 16px;
}
.form-switch__checkbox:disabled ~ .form-switch__label {
  cursor: auto;
}
.form-switch__checkbox:disabled ~ .form-switch__label:before {
  background: rgb(229, 229, 229);
  border-color: rgb(229, 229, 229);
}
.form-switch__checkbox:disabled ~ .form-switch__label:after {
  background: rgb(147, 147, 147);
  left: 22px;
  top: 2px;
  width: 16px;
  height: 16px;
}
.form-switch__label {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgb(54, 109, 150);
  border-radius: 45px;
}
.form-switch__label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(54, 109, 150);
  transition: all 0.35s;
}

.title-h1 {
  font-size: 26px;
}

.title-h2 {
  font-size: 22px;
}

.title-h3 {
  font-size: 18px;
}

.title-h4 {
  font-size: 16px;
}

.title-h1, .title-h2, .title-h3, .title-h4 {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
.title-h1--light, .title-h2--light, .title-h3--light, .title-h4--light {
  font-weight: 100;
}
.title-h1--bold, .title-h2--bold, .title-h3--bold, .title-h4--bold {
  font-weight: 700;
}
.title-h1--center, .title-h2--center, .title-h3--center, .title-h4--center {
  text-align: center;
}
.title-h1--line, .title-h2--line, .title-h3--line, .title-h4--line {
  text-align: center;
}
.title-h1--line:before, .title-h2--line:before, .title-h3--line:before, .title-h4--line:before {
  content: "";
  width: 90%;
  position: absolute;
  height: 3px;
  background-color: #EC7500;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -45%;
}
.title-h1--line span, .title-h2--line span, .title-h3--line span, .title-h4--line span {
  position: relative;
  background-color: #FFF;
  padding: 0px 15px;
}
.title-h1--border, .title-h2--border, .title-h3--border, .title-h4--border {
  border-left: 3px solid #366D96;
  padding-left: 8px;
}
.title-h1--bottom-line, .title-h2--bottom-line, .title-h3--bottom-line, .title-h4--bottom-line {
  text-align: center;
  padding-bottom: 8px;
}
.title-h1--bottom-line:after, .title-h2--bottom-line:after, .title-h3--bottom-line:after, .title-h4--bottom-line:after {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #EC7500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.mt-30, .all-catalog {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pt-30, .top-product__list {
  padding-top: 30px !important;
}

.pb-30, .all-catalog__image-parent {
  padding-bottom: 30px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mb-col-5 > * {
  margin-bottom: 5px !important;
}

.mt-col-5 > * {
  margin-top: 5px !important;
}

.mb-col-10 > * {
  margin-bottom: 10px !important;
}

.mt-col-10 > * {
  margin-top: 10px !important;
}

.mb-col-15 > * {
  margin-bottom: 15px !important;
}

.mt-col-15 > * {
  margin-top: 15px !important;
}

/***********************************************************************************************************************
************************************************************************************************************************
***
***     BASE STYLES
***
************************************************************************************************************************
***********************************************************************************************************************/
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  background: #FAFAFA;
}

dl > *, address, cite {
  font-style: normal;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

abbr[title] {
  border: none;
}

a, .link {
  text-decoration: none;
  color: #366D96;
}
a:hover, .link:hover {
  cursor: pointer;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  background: none;
}

svg g {
  clip-path: inherit;
}

input::placeholder {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

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

/***********************************************************************************************************************
**    PROJECT BASE CLASSES
***********************************************************************************************************************/
#content {
  background: #FFF;
  padding-bottom: 40px;
  padding-top: 111px;
}
@media all and (max-width: 767.98px) {
  #content {
    padding-top: 54px;
  }
}
@media all and (max-width: 575.98px) {
  #content {
    padding-top: 100px;
  }
}

.wrap-container {
  max-width: 1300px;
  padding: 0px 15px;
  margin: 0px auto;
}

.hidden {
  display: none;
}

.hidden-force {
  display: none !important;
}

.base-svg {
  width: 25px;
  height: 25px;
}

.overlay, .overlay-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
}

.jspDrag {
  background: #EC7500;
}

.top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  position: fixed;
  right: 12px;
  bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
  opacity: 0;
}
@media all and (max-width: 575.98px) {
  .top-btn {
    right: 8px;
    bottom: 8px;
  }
}
.top-btn:before {
  width: 48px;
  height: 48px;
  position: absolute;
  background: rgba(255, 255, 255, 0.91);
  border: 2px solid #366D96;
  border-radius: 10px;
  content: "";
}
.top-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #086297;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -5px;
}

.subscription-link-popup {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  display: inline;
  padding-left: 4px;
  font-weight: normal;
  color: #366D96;
}

.subscription-link-popup-wrap {
  position: absolute;
  padding: 20px;
  font-size: 12px;
  line-height: 15px;
  width: 93%;
  box-sizing: border-box;
  color: #404040 !important;
  background: #fff;
  z-index: 11;
  top: 16px;
  display: none;
  left: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.subscription-link-popup-wrap:hover {
  text-decoration: none !important;
}
.subscription-link-popup-wrap__close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
}
.subscription-link-popup-wrap__close:before, .subscription-link-popup-wrap__close:after {
  content: "";
  position: absolute;
  left: 5px;
  height: 12px;
  width: 1px;
  background-color: #000;
}
.subscription-link-popup-wrap__close:before {
  transform: rotate(45deg);
}
.subscription-link-popup-wrap__close:after {
  transform: rotate(-45deg);
}
.subscription-link-popup-wrap a {
  color: #366D96;
  text-decoration: underline !important;
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.subscription-link-popup-wrap a:hover {
  text-decoration: none !important;
}

.price-per-liter {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.accept_subscription_checkbox [data-text],
label[for=isSubscribe] [data-text],
.profile-form__label [data-text] {
  position: relative;
  display: contents !important;
}

.accept_subscription_checkbox [data-text]:before,
label[for=isSubscribe] [data-text]:before,
.profile-form__label [data-text]:before {
  content: attr(data-text);
}

.tecdoc-block {
  display: flex;
  border-top: 1px solid #E9E9E9;
  padding-top: 16px;
}
@media all and (max-width: 575.98px) {
  .tecdoc-block {
    flex-wrap: wrap;
  }
}
.tecdoc-block__img {
  flex-shrink: 0;
  margin-right: 14px;
}
@media all and (max-width: 575.98px) {
  .tecdoc-block__img {
    margin-bottom: 10px;
  }
}
.tecdoc-block img {
  display: block;
  width: 102px;
}
.tecdoc-block__text {
  font-size: 10px;
  line-height: 14px;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .ersatz-item-dropdown, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.row-cols-7 > * {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.row-cols-10 > * {
  flex: 0 0 10%;
  max-width: 10%;
}

.row-cols-11 > * {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.row-cols-12 > * {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.header-search {
  flex: 1;
  margin: 0px 30px;
  position: relative;
}
@media all and (max-width: 575.98px) {
  .header-search {
    position: absolute;
    bottom: 8px;
    left: 0px;
    padding: 0px 15px;
    margin: 0px;
    width: 100%;
  }
}
.header-search__form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}
.header-search__form-submit {
  background: #EC7500 url("../img/svg-icons/search-icon.svg") center center no-repeat;
  border-radius: 3px;
  padding: 10px 12px;
  width: 38px;
  font-size: 13px;
  line-height: 18px;
  text-indent: -1000px;
  position: absolute;
  right: 0px;
  border: none;
  cursor: pointer;
}
.header-search__form-submit:hover {
  opacity: 0.6;
}

#autocomplete-suggestions-list {
  position: absolute;
  left: 0px !important;
}

.autocomplete-suggestions {
  width: 100% !important;
  max-width: 100% !important;
}

.header {
  width: 100%;
  z-index: 11;
  position: fixed;
  background: #FFF;
  top: 0px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
@media all and (max-width: 575.98px) {
  .header {
    height: 100px;
  }
}
.header__top {
  background: #FAFAFA;
  border-bottom: 1px solid #E9E9E9;
}
@media all and (max-width: 767.98px) {
  .header__top {
    display: none;
  }
}
.header__bottom {
  padding: 15px 0px;
  background: #ffffff;
}
@media all and (max-width: 767.98px) {
  .header__bottom {
    padding: 7px 0px;
  }
}
.header__bottom .header-catalog {
  height: 20px;
  padding-right: 0;
  border: none;
}
@media all and (min-width: 767.98px) {
  .header__bottom .header-catalog {
    display: none;
  }
}
.header__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  min-height: 40px;
}
@media all and (max-width: 767.98px) {
  .header__row {
    justify-content: flex-end;
  }
}
.header__col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.header-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  border-right: 1px solid #E9E9E9;
  padding-right: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.header-links:last-child {
  border-right: none;
}
.header-links a, .header-links span {
  color: #000;
}
.header-links--catalog {
  background: url("../img/svg-icons/car-parts-ico.svg") left center no-repeat;
  background-size: 18px auto;
  padding-left: 26px;
}
.header-links--marke {
  background: url("../img/svg-icons/marke-ico.svg") left center no-repeat;
  background-size: 18px auto;
  padding-left: 26px;
}

.header-contacts {
  padding: 4px 20px 4px 0px;
}
.header-contacts img {
  max-height: 21px;
}
.header-contacts span {
  display: block;
  font-size: 11px;
  margin-top: -3px;
  color: #A1A1A1;
}
.header-contacts span br {
  display: none;
}

.header-nav {
  position: relative;
}
.header-nav__link {
  font-size: 12px;
  cursor: pointer;
  margin-left: 30px;
  color: #000000;
  text-decoration: none;
}
.header-nav__link:hover {
  text-decoration: none;
}

.header-logo {
  position: relative;
}
@media all and (max-width: 575.98px) {
  .header-logo {
    position: absolute;
    left: 15px;
  }
}
.header-logo img {
  max-height: 33px;
}
@media all and (max-width: 767.98px) {
  .header-logo img {
    max-height: 23px;
  }
}

.header-cart {
  margin-left: 25px;
  background: url(../img/svg-icons/cart-icon.svg) left center no-repeat;
  background-size: auto 22px;
  padding-left: 28px;
  min-height: 22px;
  cursor: pointer;
}
.header-cart.added-effect {
  animation: updown 0.5s ease infinite;
}
.header-cart__count {
  background-color: #EC7500;
  color: #FFF;
  border-radius: 8px;
  padding: 2px 7px 1px 7px;
  font-size: 10px;
  display: inline-block;
}
.header-cart__index {
  font-size: 10px;
  display: block;
  min-width: 43px;
}
@media all and (max-width: 767.98px) {
  .header-cart__index {
    display: none;
  }
}
@media all and (max-width: 767.98px) {
  .header-cart {
    position: relative;
    right: 0px;
    margin-right: 0;
    padding-left: 15px;
    padding-bottom: 12px;
  }
}

.header-login {
  margin-right: 15px;
  background: url(../img/svg-icons/user-icon.svg) left center no-repeat;
  background-size: auto 22px;
  padding-left: 28px;
  min-height: 22px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  font-size: 12px;
}
@media all and (max-width: 767.98px) {
  .header-login span {
    display: none;
  }
}
.header-login:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #E9E9E9;
  right: -15px;
}
@media all and (max-width: 767.98px) {
  .header-login:before {
    right: -15px;
    left: inherit;
    height: 22px;
  }
}

.header-logout {
  background: url(../img/svg-icons/logout-icon.svg) left center no-repeat;
  margin-left: 15px;
  margin-right: 15px;
  background-size: auto 22px;
  padding-left: 28px;
  min-height: 22px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  font-size: 12px;
}
@media all and (max-width: 767.98px) {
  .header-logout span {
    display: none;
  }
}
.header-logout:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #E9E9E9;
  right: -15px;
}
@media all and (max-width: 767.98px) {
  .header-logout:before {
    right: -15px;
    left: inherit;
    height: 22px;
  }
}

.header-language {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 16px;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid #E9E9E9;
  margin-left: 18px;
  cursor: pointer;
}
.header-language__title {
  font-size: 16px;
  color: #828e95;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.header-language__current {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.header-language__country-selected:not(:only-child) {
  cursor: pointer;
  box-shadow: 0px 0px 38px 0px rgba(9, 9, 9, 0.28);
  border: 1px solid #d0d3d8;
}
.header-language:after {
  content: "";
  top: 55%;
  right: 13px;
  border: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
}
.header-language .flag img {
  height: 19px;
  display: block;
}
.header-language span {
  border: 0;
  background-color: transparent;
  font-size: 12px;
  width: 100%;
  padding-left: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header-language__country-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-bottom: 1px;
  background-color: #fafafa;
  overflow: auto;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 11px 0px rgba(9, 9, 9, 0.19);
  border: 1px solid #E9E9E9;
  height: 200px;
  z-index: 1;
}
.header-language__country-list.active {
  visibility: visible;
}
.header-language__country-list div a {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  width: auto;
  color: #000000;
}
.header-language__country-list div span.link {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  width: auto;
}

@keyframes updown {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
  }
}
footer.footer {
  background: #FFF;
  border-top: 1px solid #E9E9E9;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 575.98px) {
  footer.footer {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
    margin-top: 25px;
  }
}

.footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.footer__logo {
  margin-bottom: 10px;
}
.footer__logo img {
  max-width: 150px;
}

.footer-nav__link {
  width: 33%;
  padding: 3px 0px;
  display: block;
}
.footer-nav__link a, .footer-nav__link span {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
@media all and (max-width: 575.98px) {
  .footer-nav__link {
    width: 50%;
  }
}

.footer__right-col {
  text-align: right;
}
@media all and (max-width: 575.98px) {
  .footer__right-col {
    padding-top: 15px;
    text-align: center;
  }
}

.footer-country {
  position: relative;
  padding-bottom: 10px;
}
@media all and (max-width: 575.98px) {
  .footer-country {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
  }
}

.footer-country__link {
  margin-left: 5px;
  display: inline-block;
}

.promotion-text {
  margin-top: 24px;
  margin-bottom: 15px;
}
.promotion-text .promotion-text__text {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #545454;
  margin-top: 4px;
}
.promotion-text .promotion-text__text-more {
  color: #396D94;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  position: relative;
}
.promotion-text .promotion-text__text-more-dropdown {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #545454;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 25px 13px 16px 13px;
  position: absolute;
  bottom: 140%;
}
.promotion-text .promotion-text__text-more-dropdown::before, .promotion-text .promotion-text__text-more-dropdown::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #e3e3e3;
}
.promotion-text .promotion-text__text-more-dropdown:after {
  border-top: 8px solid #fff;
  bottom: -15px;
}
.promotion-text .promotion-text__text-more-dropdown .close {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: 6px;
  cursor: pointer;
}
.promotion-text .promotion-text__text-more-dropdown .close:after, .promotion-text .promotion-text__text-more-dropdown .close:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 10px;
  background-color: #000;
}
.promotion-text .promotion-text__text-more-dropdown .close:after {
  transform: rotate(45deg);
}
.promotion-text .promotion-text__text-more-dropdown .close:before {
  transform: rotate(-45deg);
}

.head-search-car {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  background-color: #FAFAFA;
  margin: 0px -15px;
  padding: 18px 15px;
}
@media all and (max-width: 991.98px) {
  .head-search-car {
    display: block;
  }
}
@media all and (max-width: 575.98px) {
  .head-search-car .block-select-car, .head-search-car .block-select-kba {
    display: none !important;
  }
}
@media all and (max-width: 575.98px) {
  .head-search-car.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 4;
    margin: 0;
    background: transparent;
    border-top: 3px solid #366D96;
    padding-top: 0;
  }
}
.head-search-car.fixed .head-search-car__button span {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.head-search-car.fixed.open {
  background-color: #fff;
  padding-bottom: 56px;
  border-bottom: 3px solid #366D96;
}
.head-search-car.fixed.open .block-select-car, .head-search-car.fixed.open .block-select-kba {
  display: block !important;
}
.head-search-car.fixed.open .head-search-car__button {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  display: none;
}
.head-search-car.fixed.open .head-search-car__button span {
  border-radius: 3px;
}
.head-search-car.fixed.open .head-search-car__button.js-head-search-car-button-hide {
  display: block;
}
.head-search-car.open .block-select-car {
  padding-top: 16px;
}
.head-search-car.open .block-select-car, .head-search-car.open .block-select-kba {
  display: block !important;
}
.head-search-car .head-search-car__button {
  text-align: center;
  display: none;
}
@media all and (max-width: 575.98px) {
  .head-search-car .head-search-car__button {
    display: block;
  }
}
.head-search-car .head-search-car__button.js-head-search-car-button-hide span {
  background-image: none;
  position: relative;
}
.head-search-car .head-search-car__button.js-head-search-car-button-hide span:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2px;
  display: block;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(-135deg);
  transition: all 0.3s ease;
}
@media all and (max-width: 575.98px) {
  .head-search-car .head-search-car__button.js-head-search-car-button-hide {
    display: none;
  }
}
.head-search-car .head-search-car__button span {
  background: url(../img/svg-icons/search-icon.svg) 10px no-repeat #366D96;
  display: inline-block;
  padding: 11px 16px 11px 32px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}
.head-search-car .block-select-car {
  flex: 1;
}
.head-search-car .block-select-car .reset-selection {
  filter: none;
}
.head-search-car .block-select-car__select {
  position: relative;
}
.head-search-car .block-select-car__select.active {
  border-color: #366D96;
}
.head-search-car .block-select-car__select:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #E9E9E9;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.head-search-car .block-select-car__select:after {
  content: "";
  top: 54%;
  right: 22px;
  border: 4px solid transparent;
  border-top: 5px solid #696969;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
}
.head-search-car .block-select-car__select select {
  cursor: pointer;
}
.head-search-car .block-select-car__number {
  color: #fff;
  background: #EC7500;
  border-radius: 50%;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 6.8px;
  min-width: 20px;
  box-sizing: border-box;
  height: 20px;
}
.head-search-car .block-select-car__title {
  text-align: left;
  padding-bottom: 10px;
  font-size: 12px;
  color: #000;
}
.head-search-car .block-select-kba {
  margin-left: 60px;
  display: block;
  padding-top: 0px;
  max-width: 350px;
}
.head-search-car .block-select-kba__row {
  position: relative;
}
.head-search-car .block-select-kba__row:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #E9E9E9;
}
@media all and (max-width: 1199.98px) {
  .head-search-car .block-select-kba__row:before {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .head-search-car .block-select-kba {
    margin: 15px 0 0 0;
  }
}
@media all and (min-width: 767.98px) {
  .head-search-car .block-select-kba {
    max-width: 330px;
  }
}
@media all and (max-width: 767.98px) {
  .head-search-car .block-select-kba {
    max-width: 350px;
    margin-left: 0px;
    margin-top: 25px;
  }
}
@media all and (max-width: 575.98px) {
  .head-search-car .block-select-kba {
    max-width: 100%;
    margin-left: 0px;
  }
}
.head-search-car .block-select-kba__title {
  padding-bottom: 10px;
  color: #000;
  font-size: 12px;
}

.block-cookies {
  height: auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}

.block-cookies__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border: 1px solid #c0c0c0;
  border-bottom: none;
  background-color: #fefefe;
  border-radius: 3px 3px 0 0;
  padding: 5px 57px 10px 20px;
  height: auto;
  box-sizing: border-box;
  position: relative;
}

.block-cookies__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
}

.block-cookies__text {
  font-size: 12px;
  color: #000;
  margin-right: 20px;
}

.block-cookies__text a.link,
.block-cookies__text span.link,
.block-cookies__text a {
  text-decoration: underline;
  color: #366D96;
  cursor: pointer;
}

.block-cookies__button {
  padding: 0 13px;
  height: 31px;
  background-color: #366D96;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.block-cookies__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  right: 8px;
  cursor: pointer;
}

.block-cookies__close:after,
.block-cookies__close:before {
  content: "";
  display: block;
  position: relative;
  width: 18px;
  height: 1px;
  background-color: #686161;
  top: 7px;
}

.block-cookies__close:after {
  transform: rotate(45deg);
  top: 6px;
}

.block-cookies__close:before {
  transform: rotate(-45deg);
}

.rule-block {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.rule-block__image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media all and (max-width: 575.98px) {
  .rule-block__image {
    margin: 16px 0;
  }
}
.rule-block__image img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.rule-block__text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background-color: #FAFAFA;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rule-block__pays {
  border-bottom: 1px solid #E9E9E9;
}
.rule-block__pays, .rule-block__delivery {
  padding: 15px 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.rule-block__pays span, .rule-block__delivery span {
  display: block;
  padding: 0px 5px 5px 5px;
}
.rule-block__pays img, .rule-block__delivery img {
  max-width: 61px;
  max-height: 35px;
}

.top-product {
  position: relative;
  margin-top: 30px;
}
@media all and (max-width: 991.98px) {
  .top-product__list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media all and (max-width: 767.98px) {
  .top-product__list {
    margin: 0px -15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.catalog-list-block {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: -1px;
}
@media all and (max-width: 575.98px) {
  .catalog-list-block {
    overflow: inherit;
  }
}
.catalog-list-block__item {
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 575.98px) {
  .catalog-list-block__item {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
  }
}
.catalog-list-block__item:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #FFF;
  z-index: 2;
}
@media all and (max-width: 575.98px) {
  .catalog-list-block__item:before {
    display: none;
  }
}
@media all and (max-width: 575.98px) {
  .catalog-list-block__item .ersatz-item__name {
    text-align: left;
    padding-right: 15px;
  }
}
.catalog-list-block__item.open {
  transition: all 0.5s ease;
  transition-delay: 0.1s;
  z-index: 10;
  background: #FAFAFA;
}
@media all and (max-width: 575.98px) {
  .catalog-list-block__item.open {
    background: none;
  }
}
.catalog-list-block__item.open .ersatz-item-dropdown {
  transition: border-color 0.5s ease;
  border-color: #366D96;
  transition-delay: 0.5s;
}
@media all and (max-width: 575.98px) {
  .catalog-list-block__item.open .ersatz-item-dropdown {
    border: none;
    position: fixed;
    z-index: 1001 !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    overflow: auto !important;
  }
}
.catalog-list-block__item.open .ersatz-item:after {
  content: "";
  display: block;
  height: 15px;
  bottom: -20px;
  background: #FAFAFA;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 10;
}
@media all and (max-width: 575.98px) {
  .catalog-list-block__item.open .ersatz-item:after {
    display: none;
  }
}
.catalog-list-block__item.open .ersatz-item__name {
  color: #366D96;
}
@media all and (max-width: 575.98px) {
  .catalog-list-block__item.open .ersatz-item__name {
    color: #000000;
  }
}

.block-select-kba {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-top: 20px;
}
@media all and (max-width: 575.98px) {
  .block-select-kba {
    display: block;
  }
}
.block-select-kba__title {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
}
@media all and (max-width: 575.98px) {
  .block-select-kba__title {
    padding-bottom: 10px;
  }
}
.block-select-kba__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.block-select-kba__input {
  flex: auto;
  margin-right: 10px;
}
.block-select-kba__input input {
  border: none;
  height: 100%;
  padding: 0 5px;
  width: 100%;
  text-align: center;
  font-size: 12px !important;
}
.block-select-kba__button {
  background: #EC7500 url("../img/svg-icons/search-icon.svg") center center no-repeat;
  border-radius: 3px;
  padding: 10px 12px;
  min-width: 48px;
  width: 48px;
  font-size: 13px;
  line-height: 18px;
  text-indent: -1000px;
  border: none;
  cursor: pointer;
  color: transparent;
}
.block-select-kba__button:hover {
  opacity: 0.6;
}

.block-select-car {
  position: relative;
}
.block-select-car__title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 15px;
}
.block-select-car__title span {
  position: relative;
  padding-right: 32px;
}
.block-select-car__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
@media all and (max-width: 575.98px) {
  .block-select-car__row {
    display: block;
  }
}
.block-select-car__select {
  flex: 1;
  margin-right: 10px;
  position: relative;
}
.block-select-car__select:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #E9E9E9;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.block-select-car__select:after {
  content: "";
  top: 54%;
  right: 22px;
  border: 4px solid transparent;
  border-top: 5px solid #696969;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
}
@media all and (max-width: 575.98px) {
  .block-select-car__select {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.block-select-car__number {
  color: #fff;
  background: #EC7500;
  border-radius: 50%;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 6.8px;
  min-width: 20px;
  box-sizing: border-box;
  height: 20px;
}
.block-select-car__button {
  background: #EC7500 url("../img/svg-icons/search-icon.svg") center center no-repeat;
  border-radius: 3px;
  padding: 10px 12px;
  min-width: 48px;
  width: 48px;
  font-size: 13px;
  line-height: 18px;
  text-indent: -1000px;
  border: none;
  cursor: pointer;
}
@media all and (max-width: 575.98px) {
  .block-select-car__button {
    width: 100%;
  }
}
.block-select-car__button:hover {
  opacity: 0.6;
}
.block-select-car .reset-selection {
  background: url("../img/svg-icons/selector-update-ico.svg") center center no-repeat;
  width: 24px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  top: -4px;
  position: absolute;
  right: 0;
  filter: brightness(100) sepia(0) hue-rotate(0deg) saturate(0);
}

.block-description {
  padding-top: 30px;
}
.block-description__title {
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 500;
}
.block-description__image {
  padding-top: 15px;
}
.block-description__image img {
  display: block;
  margin: 0px auto;
  max-width: 150px;
  max-height: 150px;
  width: 100%;
}
.block-description__text {
  font-size: 14px;
  line-height: 20px;
}
.block-description__text p {
  padding: 10px 0px;
}
.block-description__text p:empty {
  display: none;
}

.advantages {
  background: #FAFAFA;
  margin: 0px -15px;
  padding: 20px 0px;
}

.advantages__item {
  border-right: 1px solid #E9E9E9;
  padding-top: 75px;
}
@media all and (max-width: 767.98px) {
  .advantages__item {
    border-top: 1px solid #E9E9E9;
    padding: 75px 0px 15px 0px;
  }
  .advantages__item:nth-child(-n+3) {
    border-top: none;
  }
}
.advantages__item:last-child {
  border-right: none;
}
.advantages__item--1 {
  background: url(../img/svg-icons/advantages/low-price_ico.svg) no-repeat center 10px;
  background-size: auto 60px;
}
.advantages__item--2 {
  background: url(../img/svg-icons/advantages/safe-payments_ico.svg) no-repeat center 10px;
  background-size: auto 60px;
}
.advantages__item--3 {
  background: url(../img/svg-icons/advantages/delivery_ico.svg) no-repeat center 10px;
  background-size: auto 60px;
}
.advantages__item--4 {
  background: url(../img/svg-icons/advantages/certifivate_ico.svg) no-repeat center 10px;
  background-size: auto 60px;
}
.advantages__item--5 {
  background: url(../img/svg-icons/advantages/return_ico.svg) no-repeat center 10px;
  background-size: auto 60px;
}
.advantages__item--6 {
  background: url(../img/svg-icons/advantages/free-delivery_ico.svg) no-repeat center 10px;
  background-size: auto 60px;
}
.advantages__item p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 0px 15px;
}

.sidebar {
  padding-top: 15px;
  padding-right: 15px;
}
@media all and (max-width: 991.98px) {
  .sidebar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    padding: 19px 0 34px 0;
    height: 100%;
    width: 80%;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .sidebar.active {
    transform: translateX(0);
  }
}

.page_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-top: 10px;
  margin-left: 0px;
}
.page_list li {
  margin-right: 10px;
}
.page_list li a, .page_list li span {
  display: block;
  padding: 5px;
  border: 1px solid #E9E9E9;
  text-align: center;
  min-width: 30px;
  box-sizing: border-box;
}
.page_list li.active a {
  background: #EC7500;
  color: #FFF;
}

.dangerous-goods {
  border: 1px solid #E5E5E5;
  padding: 12px;
  background: #FFF;
  display: flex;
  width: 100%;
}
.dangerous-goods--wrap {
  border: none !important;
  background: none !important;
}
.dangerous-goods__title {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 5px;
  font-size: 12px;
  line-height: 16px;
}
.dangerous-goods__icons {
  display: flex;
  margin-right: 12px;
}
.dangerous-goods__icon {
  width: 20px;
  height: 20px;
  margin-left: -8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dangerous-goods__icon:first-child {
  margin-left: 0;
}
.dangerous-goods__icon-1 {
  background-image: url("../img/svg-icons/dangerous/dangerous-1.svg");
}
.dangerous-goods__icon-2 {
  background-image: url("../img/svg-icons/dangerous/dangerous-2.svg");
}
.dangerous-goods__icon-3 {
  background-image: url("../img/svg-icons/dangerous/dangerous-3.svg");
}
.dangerous-goods__icon-4 {
  background-image: url("../img/svg-icons/dangerous/dangerous-4.svg");
}
.dangerous-goods__icon-5 {
  background-image: url("../img/svg-icons/dangerous/dangerous-5.svg");
}
.dangerous-goods__icon-info {
  background-image: url("../img/svg-icons/dangerous/dangerous-info.svg");
}
.dangerous-goods__text {
  font-size: 10px;
  line-height: 12px;
}
.dangerous-goods__text span {
  background: none !important;
  display: inline !important;
}
.dangerous-goods__show-more {
  font-size: 10px;
  color: #979797;
  cursor: pointer;
  margin-left: 3px;
}

.safety-data-sheet {
  margin: 8px 0 0 0;
  background: #FAFAFA;
  padding: 3px 4px 0 4px;
  width: 100%;
}
.safety-data-sheet__link {
  text-decoration: underline;
  margin-right: 12px;
  color: #515A5F;
  margin-bottom: 4px;
  display: inline-block;
}
.safety-data-sheet__link:last-child {
  margin-right: 0;
}

.dangerous-listing {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.dangerous-listing__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: -6px;
}
.dangerous-listing__icons {
  display: flex;
  margin-right: 3px;
}
.dangerous-listing__icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: -10px;
}
.dangerous-listing__icon:first-child {
  margin-left: 0;
}
.dangerous-listing__icon-1 {
  background-image: url("../img/svg-icons/dangerous/dangerous-1.svg");
}
.dangerous-listing__icon-2 {
  background-image: url("../img/svg-icons/dangerous/dangerous-2.svg");
}
.dangerous-listing__icon-3 {
  background-image: url("../img/svg-icons/dangerous/dangerous-3.svg");
}
.dangerous-listing__icon-attention {
  background-image: url("../img/svg-icons/dangerous/dangerous-info.svg");
}
.dangerous-listing__show-more {
  text-decoration: underline;
  color: #132530;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
}

.overflow-banner {
  min-height: 74px;
  background: #f85a00 url("../img/logos/overflow-banner-logo.png") no-repeat center 5px;
  background-size: 86px 11px;
  padding: 18px 8px 6px 8px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  box-sizing: border-box;
}

.overflow-banner--product {
  min-height: 50px;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px 4px 48px;
  background: #F85A00 url("/assets/img/overflow-banner-icon.png") no-repeat 15px center;
  background-size: 25px 24px;
  margin: 10px 0 0 0;
}
.overflow-banner--product .overflow-banner__price {
  font-size: 14px;
  line-height: 18px;
}
.overflow-banner--product .overflow-banner__btn {
  font-size: 10px;
}

.overflow-banner--basket {
  background: #f85a00 url("/assets/img/overflow-banner-icon.png") no-repeat 8px center;
  background-size: 25px 24px !important;
  padding: 2px 8px 4px 42px;
  border-radius: 3px;
  margin-top: 8px;
}
.overflow-banner--basket .overflow-banner__text {
  font-size: 11px;
  padding: 5px 0 2px 0;
}
.overflow-banner--basket .overflow-banner__price {
  font-size: 12px;
  line-height: 16px;
}
.overflow-banner--basket .overflow-banner__btn {
  font-size: 9px;
  margin-top: 2px;
}
.overflow-banner--basket .overflow-banner__footer {
  display: block;
}

.overflow-banner__text {
  color: #000;
  padding: 5px 0;
}

.overflow-banner__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2px;
}

.overflow-banner__price {
  color: #fff;
  margin-right: 8px;
  white-space: nowrap;
}

.overflow-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  min-height: 22px;
  padding: 0 8px;
  background: #000;
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
}

.register-page {
  padding: 50px 120px;
}
.register-page .col-md-6 {
  border-right: 1px solid #E9E9E9;
}
@media all and (max-width: 767.98px) {
  .register-page .col-md-6 {
    border-right: 0;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 24px;
  }
}
.register-page .col-md-6:last-child {
  border: 0;
  margin: 0;
}
@media all and (max-width: 767.98px) {
  .register-page {
    padding: 32px 0;
  }
}

.register-block {
  border: 5px solid #E9E9E9;
  padding: 45px 0px;
}
@media all and (max-width: 767.98px) {
  .register-block {
    padding: 24px 0;
  }
}

.register-form, .login-form {
  max-width: 318px;
  margin: 0px auto;
}
.register-form a, .login-form a {
  text-decoration: underline;
  font-size: 12px;
}
.register-form a:hover, .login-form a:hover {
  text-decoration: none;
}
.register-form__title, .login-form__title {
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}
.register-form__row, .login-form__row {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.register-form__row label, .login-form__row label {
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.register-form .privacy_policy_checkbox, .login-form .privacy_policy_checkbox {
  font-size: 12px;
}
.register-form .subscribe-check, .login-form .subscribe-check {
  padding-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.register-form .subscribe-check label, .login-form .subscribe-check label {
  padding-left: 5px;
  font-size: 12px;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.register-form .accept_subscription_checkbox, .login-form .accept_subscription_checkbox {
  display: flex;
  align-items: flex-start;
}
.register-form .accept_subscription_checkbox input, .login-form .accept_subscription_checkbox input {
  margin: 0;
  flex-shrink: 0;
}

.static-text {
  padding: 1px;
  margin-top: 5px;
}
.static-text__block {
  margin: 50px 0;
  border: 5px solid #E9E9E9;
  padding: 30px 62px;
}
@media all and (max-width: 575.98px) {
  .static-text__block {
    padding: 20px 10px;
    border: none;
    margin: 0px 0px;
  }
}
.static-text .text {
  margin-top: 32px;
}
.static-text p {
  margin: 8px 0 24px;
  line-height: 26px;
}
@media only screen and (max-width: 575.98px) {
  .static-text .title-h1 {
    font-size: 18px;
  }
}

.success-page .succes_box {
  margin: 0;
  max-width: 750px;
  margin: 25px auto 30px;
  text-align: center;
}
.success-page .succes_box .title {
  font-size: 30px;
  padding-bottom: 20px;
}
.success-page .succes_box p {
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 14px;
}
.success-page .succes_box .top {
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 14px;
}
.success-page .success-order {
  max-width: 750px;
  margin: 25px auto 30px;
}
.success-page .success-order__main {
  padding: 45px 65px 30px 65px;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.6;
  color: #000;
  position: relative;
  font-size: 15px;
}
.success-page .success-order__main::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.success-page .success-order__title {
  color: #035b90;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.success-page .success-order__info {
  display: inline-block;
  background-color: #f1f1f1;
  border-left: 4px solid #d9d9d9;
  border-right: 4px solid #d9d9d9;
  text-transform: uppercase;
  font-size: 16px;
  padding: 13px 30px;
  margin: 15px auto 30px;
  line-height: 1;
}
.success-page .success-order__info span {
  color: #035b90;
  font-weight: 700;
}
.success-page .success-order__text {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.2;
}
.success-page .success-order__download {
  margin-top: 30px;
  margin-bottom: 20px;
}
.success-page .success-order__download button, .success-page .success-order__download span, .success-page .success-order__download a {
  background-color: #035b90;
  color: #fff;
  font-size: 15px;
  height: 33px;
  line-height: 34px;
  min-width: 150px;
  padding: 0 10px 0 35px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
  position: relative;
}
.success-page .success-order__download button:before, .success-page .success-order__download span:before, .success-page .success-order__download a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(../img/poll-pdf.png) no-repeat;
  background-size: 18px;
}
.success-page .success-order__download button:hover, .success-page .success-order__download span:hover, .success-page .success-order__download a:hover {
  background-color: #e5e5e5;
  color: #000;
}
.success-page .success-order__order {
  margin: 10px auto 0;
  border: 3px solid #d9d9d9;
  padding: 10px;
}
.success-page .success-order__order img {
  max-width: 100%;
  max-height: 100%;
}
.success-page .success-order__form {
  background-color: #f1f1f1;
  border: 3px solid #b6c5c6;
  padding: 35px 35px 30px;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
}
.success-page .success-order__form::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.success-page .success-order__title-form {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.05em;
}
.success-page .success-order__radio-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.success-page .success-order__radio-row {
  color: #000;
  font-size: 14px;
}
.success-page .success-order__radio-row input[type=radio] {
  display: none;
  opacity: 0;
}
.success-page .success-order__radio-row input[type=radio]:checked ~ .success-order__radio::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #069015;
  position: absolute;
  top: 6px;
  left: 6px;
}
.success-page .success-order__radio-row input[type=radio]:checked ~ .success-order__radio-label {
  color: #069015;
}
.success-page .success-order__radio-row label {
  position: relative;
  cursor: pointer;
  line-height: 1;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 9px 15px 9px 8px;
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 12px;
  min-width: 180px;
  transition: all 0.2s;
  margin: 0 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.success-page .success-order__radio-row label:hover {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  border-color: #b6c5c6;
}
.success-page .success-order__radio {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  align-self: flex-start;
}
.success-page .success-order__radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #069015;
  background-color: #fff;
  box-sizing: border-box;
}
.success-page .success-order__radio-label {
  margin-left: 12px;
  line-height: 1;
  display: block;
  flex: 1;
}
.success-page .success-order__btn {
  margin-top: 30px;
}
.success-page .success-order__btn a {
  background-color: #069015;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  min-width: 185px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.success-page .success-order__btn a:hover {
  background-color: rgba(6, 144, 21, 0.9);
}
.success-page .success-order__btn span {
  background-color: #069015;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  min-width: 185px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.success-page .success-order__btn span:hover {
  background-color: rgba(6, 144, 21, 0.9);
}
.success-page .success-order__btn button {
  background-color: #069015;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  min-width: 185px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.success-page .success-order__btn button:hover {
  background-color: rgba(6, 144, 21, 0.9);
}
.success-page .success-questionnaire__header {
  min-height: 120px;
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 32%, #fefefe 58%, #fff 71%, #fff 96%, #fafafa 99%, #f8f8f8 100%);
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 140px 20px 140px;
  box-sizing: border-box;
  position: relative;
}
.success-page .success-questionnaire__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 35px;
}
.success-page .success-questionnaire__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 35px;
}
.success-page .success-questionnaire__sub {
  position: relative;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
  margin-top: 10px;
  padding: 0 30px;
  box-sizing: border-box;
}
.success-page .success-questionnaire__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #000;
  left: 0;
}
.success-page .success-questionnaire__sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #000;
  transform: rotate(-180deg);
  right: 0;
}
.success-page .success-questionnaire__products {
  margin-bottom: 25px;
  overflow-y: auto;
  max-height: 600px;
  padding-bottom: 5px;
}
.success-page .success-questionnaire__item {
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 30px 35px 10px 35px;
  display: flex;
}
.success-page .success-questionnaire__images {
  width: 15%;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
}
.success-page .success-questionnaire__images img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.success-page .success-questionnaire__logo {
  height: 50px;
}
.success-page .success-questionnaire__img {
  height: 100px;
}
.success-page .success-questionnaire__meta {
  width: 35%;
  box-sizing: border-box;
  padding: 0 25px;
  flex-shrink: 0;
}
.success-page .success-questionnaire__name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.success-page .success-questionnaire__article {
  color: #999;
  font-size: 12px;
}
.success-page .success-questionnaire__form {
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.success-page .success-questionnaire__form textarea {
  resize: none;
  border-radius: 4px;
  padding: 14px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  border: 1px solid #000;
  height: 69px;
  width: 100%;
}
.success-page .success-questionnaire__form textarea:focus {
  border-color: #00a700;
}
.success-page .success-questionnaire__form textarea.posted {
  color: #999;
}
.success-page .success-questionnaire__post {
  margin-top: 27px;
  float: right;
  min-width: 130px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  height: 32px;
  line-heigth: 32px;
  line-height: 32px;
  padding: 0 5px;
  background-color: #009e00;
  transition: background 0.2s;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.success-page .success-questionnaire__post::after {
  content: attr(data-text-post);
}
.success-page .success-questionnaire__post:hover {
  background-color: rgba(0, 158, 0, 0.85);
}
.success-page .success-questionnaire__post.posted {
  background-color: transparent;
  pointer-events: none;
  cursor: default;
  color: #000;
}
.success-page .success-questionnaire__post.posted::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 18px;
  width: 10px;
  border-right: 4px solid #008d00;
  border-bottom: 4px solid #008d00;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.success-page .success-questionnaire__post.posted:hover {
  background-color: transparent;
}
.success-page .success-questionnaire__post.posted::after {
  content: attr(data-text-posted);
}

.content-inside {
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
  padding: 50px 10px;
}
.content-inside .block {
  padding: 10px 0px;
}
.content-inside .block p {
  line-height: 1.5;
  font-size: 15px;
}

.contact-page {
  padding: 50px 120px;
}
@media all and (max-width: 1199.98px) {
  .contact-page {
    padding: 32px 56px;
  }
}
@media all and (max-width: 767.98px) {
  .contact-page {
    padding: 32px 0;
  }
}
.contact-page .contact-block {
  border: 5px solid #E9E9E9;
  padding: 45px 0px;
}
@media all and (max-width: 767.98px) {
  .contact-page .contact-block {
    padding: 24px 0;
  }
}
.contact-page .contact-block__col {
  border-right: 1px solid #E9E9E9;
}
@media all and (max-width: 767.98px) {
  .contact-page .contact-block__col {
    border-right: 0;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 24px;
  }
}
.contact-page .contact-block__col:last-child {
  border: 0;
  margin: 0;
}
.contact-page__form-title, .contact-page__info-title {
  text-align: center;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
}
.contact-page input[type=text] {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 38px;
  vertical-align: middle;
  margin-top: 8px;
}
.contact-page .contact-form {
  max-width: 318px;
  margin: 0px auto;
}
.contact-page .contact-form .country-code {
  display: flex;
  width: 100%;
}
.contact-page .contact-form .country-code select {
  width: 96px;
}
.contact-page .contact-form .country-code input {
  flex: 1;
  margin-left: 8px;
}
.contact-page .contact-form textarea {
  height: 140px;
}
.contact-page .contact-form .accept_subscription_checkbox, .contact-page .contact-form .privacy_policy_checkbox {
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.contact-page .contact-form .accept_subscription_checkbox input, .contact-page .contact-form .privacy_policy_checkbox input {
  flex-shrink: 0;
  margin: 0 8px 0 0;
}
.contact-page .contact-form .accept_subscription_checkbox label, .contact-page .contact-form .privacy_policy_checkbox label {
  font-style: normal;
}
.contact-page .contact-form .accept_subscription_checkbox .subscription-link-popup-wrap, .contact-page .contact-form .privacy_policy_checkbox .subscription-link-popup-wrap {
  top: 0;
}
.contact-page .contact-page__form-choose {
  margin-bottom: 25px;
}
.contact-page .contact-page__form-choose p {
  padding-bottom: 10px;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.contact-page .contact-page__form-choose label {
  margin-right: 24px;
}
.contact-page .contact-page__form-row {
  font-size: 14px;
  margin-bottom: 25px;
}
.contact-page .contact-page__form-row:last-child {
  margin-bottom: 0;
}
.contact-page .contact-page__form-row label {
  font-style: italic;
  margin-bottom: 8px;
}
.contact-page .contact-page__form-row label input.show_password {
  bottom: 19px;
}
.contact-page .contact-page__form-row textarea {
  margin-top: 8px;
  border: 1px solid #E9E9E9;
  resize: none;
  border-radius: 3px;
}
.contact-page .contact-page__form-row select {
  padding: 0px 10px;
  width: 100%;
  height: 38px;
  font-size: 14px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  box-sizing: border-box;
  z-index: 10;
  color: #000;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  margin-top: 8px;
}
.contact-page button {
  text-align: center;
  border-radius: 3px;
  display: block;
  border: 0;
  background: #EC7500;
  color: #FFF;
  padding: 0 15px;
  margin: 16px 0 0;
  width: 100%;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.contact-page__info-description, .contact-page__info-adress {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 24px;
}
.contact-page__info-adress {
  font-weight: 500;
}
.contact-page__info-email, .contact-page__info-site, .contact-page__info-fax {
  font-size: 12px;
  line-height: 22px;
}

.page-404-wrap {
  text-align: center;
  padding-bottom: 40px;
}
.page-404-wrap .title-h1 {
  font-size: 90px;
}
.page-404-wrap .button {
  display: inline-block;
  line-height: 38px;
  min-width: 230px;
  margin-top: 30px;
  font-size: 16px;
}

.page-404__text, .page-404__mess {
  font-size: 15px;
  padding: 10px;
}

.unsubscribe-block {
  width: 270px;
  margin: 40px auto 80px;
}
.unsubscribe-block__description {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 19px;
  text-align: center;
}
.unsubscribe-block__form-row {
  margin-bottom: 24px;
}
.unsubscribe-block__form-row input {
  margin-right: 10px;
}
.unsubscribe-block__form-row label {
  font-size: 14px;
  color: #000;
}
.unsubscribe-block__form-button {
  cursor: pointer;
}
.unsubscribe-block__form-button input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background-color: #E9741C;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.unsubscribe-block .radio-unsubscribe {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.unsubscribe-block .radio-unsubscribe + label {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
  display: block;
}
.unsubscribe-block .radio-unsubscribe + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #136396;
  border-radius: 50%;
  background: #fff;
}
.unsubscribe-block .radio-unsubscribe + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #136396;
  opacity: 0;
  transition: 0.2s;
}
.unsubscribe-block .radio-unsubscribe:checked + label:after {
  opacity: 1;
}
.unsubscribe-block .radio-unsubscribe:checked + label:before {
  background: #fff;
  border: 1px solid #136396;
}

.recovery-password {
  min-height: 58vh;
}
.recovery-password .box-field {
  margin-bottom: 25px;
}
.recovery-password .box-field label {
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.recovery-password .box-field__input {
  width: 100%;
}
.recovery-password .recovery-password__title {
  margin-bottom: 40px;
}
.recovery-password .button {
  line-height: 38px;
}

.profile-page {
  border-top: 2px solid #E9E9E9;
  min-height: 69vh;
}
.profile-page .profile-registration {
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.profile-page .profile-registration .profile-section {
  margin-top: 44px;
}
.profile-page .profile-registration .profile-section__title {
  font-weight: bold;
  font-size: 24px;
}
.profile-page .profile-registration .profile-section__img {
  width: 54px;
  height: 33px;
  object-fit: contain;
  margin-right: 10px;
}
.profile-page .profile-registration .profile-section .profile-form {
  margin-top: 15px;
  font-size: 14px;
  padding: 15px 20px 50px;
  background: #FAFAFA;
  border: 1px solid #E9E9E9;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .profile-page .profile-registration .profile-section .profile-form {
    padding: 20px 15px;
  }
}
.profile-page .profile-registration .profile-section .profile-form__radio .radio {
  margin-left: 19px;
}
.profile-page .profile-registration .profile-section .profile-form:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-page .profile-registration .profile-section .profile-form__label {
  width: 100%;
  margin: 10px 0px;
  position: relative;
}
.profile-page .profile-registration .profile-section .profile-form__label .select-tap {
  position: relative;
}
.profile-page .profile-registration .profile-section .profile-form__label .select-tap:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 9;
  pointer-events: none;
}
.profile-page .profile-registration .profile-section .profile-form__label .subscription-link-popup-wrap {
  top: 0;
  left: 20px;
}
.profile-page .profile-registration .profile-section .profile-form__label.notification {
  width: 100%;
  margin: 6px 0;
  margin-top: -10px;
  font-style: italic;
  font-size: 12px;
}
.profile-page .profile-registration__sumbit {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.profile-page .profile-registration__sumbit button {
  text-align: center;
  display: inline;
  width: auto;
  border: 0;
  background: #EC7500;
  color: #FFF;
  padding: 0 15px;
  margin: 0;
  min-width: 200px;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.profile-page .profile-password {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.profile-page .profile-password__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-top: 47px;
  margin-bottom: 20px;
  text-align: center;
}
.profile-page .profile-password .profile-form {
  background: #F4F4F4;
  border: 1px solid #E5E5E5;
  padding: 20px;
  z-index: 1;
}
.profile-page .profile-password .profile-form:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-page .profile-password .profile-form__label {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.profile-page .profile-password .profile-form__label input {
  min-height: 40px;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 5px 13px;
  text-transform: capitalize;
  font-style: italic;
  font-size: 14px;
}
.profile-page .profile-password .profile-form__label.notification {
  line-height: 17px;
  font-size: 12px;
  font-style: italic;
}
.profile-page .profile-password .profile-form__hr {
  width: 50%;
  max-width: 290px;
  height: 1px;
  background: #E5E5E5;
  margin: 24px auto;
}
.profile-page .profile-password__sumbit {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.profile-page .profile-password__sumbit button {
  text-align: center;
  border: 0;
  width: auto;
  color: #FFF;
  background: #EC7500;
  padding: 0 15px;
  margin: 0;
  min-width: 200px;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.profile-page .profile-order {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 45px;
}
.profile-page .profile-order__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.profile-page .profile-order .order-listing {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;
  background: #f4f4f4;
}
.profile-page .profile-order .order-listing:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-page .profile-order .order-listing__price {
  font-weight: bold;
}
.profile-page .profile-order .order-listing .row {
  padding: 8px 0px;
}
.profile-page .profile-order .order-listing .row:nth-child(2n) {
  background: #FFF;
}
.profile-page .profile-info {
  margin: 40px 0;
  padding-bottom: 40px;
}
.profile-page .profile-info__title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.profile-page .profile-info .profile-form {
  margin-top: 20px;
  padding: 20px;
  background: #F4F4F4;
  border: 1px solid #E5E5E5;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  z-index: 1;
  position: relative;
}
.profile-page .profile-info .profile-form:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-page .profile-info .profile-form__label {
  line-height: 20px;
}
.profile-page .profile-info .profile-form__label input {
  margin-bottom: 20px;
}
.profile-page .profile-info .profile-form__hr {
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.profile-page .profile-info .profile-form__hr .order {
  position: absolute;
  font-style: italic;
  font-weight: normal;
  top: -12px;
  left: calc(50% - 40px);
  background: #f4f4f4;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.profile-page .profile-info .profile-form .info-gray {
  color: rgba(0, 0, 0, 0.5);
}
.profile-page .profile-info .profile-form .info-gray__italic {
  font-style: italic;
  font-weight: normal;
  padding-left: 4px;
}
.profile-page .profile-info__sumbit {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 55px;
}
@media (max-width: 375px) {
  .profile-page .profile-info__sumbit {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile-page .profile-info__sumbit .blue {
    margin-bottom: 10px;
  }
}
.profile-page .profile-info__sumbit button {
  text-align: center;
  border: 0;
  padding: 11px 24px;
  min-width: 200px;
  font-size: 16px;
  width: auto;
}
.profile-page .profile-info__sumbit .blue {
  background: #366D96;
  color: #fff;
}
.profile-page .profile-info__sumbit .yellow {
  background: #EC7500;
  color: #fff;
}
.profile-page .report-page {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E5E5E5;
}
.profile-page .report-page__title {
  margin-bottom: 22px;
}
.profile-page .report-page__title__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 576px) {
  .profile-page .report-page__title__heading {
    margin-bottom: 10px;
  }
}
.profile-page .report-page__title__cost {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.profile-page .report-page__title__cost span {
  color: #219653;
}
.profile-page .report-page .report-listing {
  font-size: 14px;
  border: 1px solid #E5E5E5;
  background: #F4F4F4;
  position: relative;
  z-index: 1;
  cursor: default;
  padding-bottom: 15px;
}
.profile-page .report-page .report-listing:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-page .report-page .report-listing__row {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
}
.profile-page .report-page .report-listing__row--head {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #F4F4F4;
  font-size: 14px;
}
.profile-page .report-page .report-listing__date, .profile-page .report-page .report-listing__sum, .profile-page .report-page .report-listing__balance, .profile-page .report-page .report-listing__order, .profile-page .report-page .report-listing__image {
  text-align: center;
}
.profile-page .report-page .report-listing__date {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .profile-page .report-page .report-listing__date {
    text-align: left;
  }
}
.profile-page .report-page .report-listing__date span {
  display: inline;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 768px) {
  .profile-page .report-page .report-listing__date span {
    display: inline;
  }
}
.profile-page .report-page .report-listing__image img {
  width: 100%;
  max-width: 25px;
  height: 100%;
  max-height: 25px;
  object-fit: contain;
}
.profile-page .report-page .report-listing .red {
  color: #E41B23;
}
.profile-page .report-page .report-listing .green {
  color: #219653;
}
.profile-page .detail_info {
  position: relative;
  display: none;
}
.profile-page .profile-header {
  padding: 20px 0;
  flex-wrap: wrap;
  width: 100%;
}
.profile-page .profile-header__title {
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
}
.profile-page .profile-header__member {
  color: #366D96;
  font-weight: bold;
  font-size: 18px;
}
.profile-page .profile-tabs {
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.profile-page .profile-tabs__item {
  background: #FAFAFA;
  border-top: 1px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 1px solid #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: relative;
  cursor: pointer;
  flex: auto;
}
.profile-page .profile-tabs__item a {
  display: block;
  width: 100%;
  text-align: center;
}
.profile-page .profile-tabs__item:hover, .profile-page .profile-tabs__item.active {
  background: #fff;
  color: #366D96;
}
.profile-page .profile-tabs__item:last-child {
  border-right: 1px solid #fff;
}
.profile-page .profile-tabs__item:before {
  content: "";
  width: 1px;
  background: #E9E9E9;
  height: 100%;
  position: absolute;
  right: -2px;
}

.filter-block {
  border: 5px solid #E9E9E9;
  padding: 15px 15px 22px 15px;
  margin-bottom: 20px;
}
@media all and (max-width: 991.98px) {
  .filter-block {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.filter-block__title {
  font-weight: 500;
  padding-bottom: 9px;
  padding-right: 20px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 991.98px) {
  .filter-block__title {
    padding-right: 30px;
  }
}
.filter-block__title:before {
  content: "";
  top: 6px;
  right: 0;
  border: 7px solid transparent;
  border-top: 7px solid #E9E9E9;
  position: absolute;
  pointer-events: none;
  transition: transform 0.4s, top 0.4s;
}
@media all and (max-width: 991.98px) {
  .filter-block__title:before {
    right: 13px;
  }
}
.filter-block__title.open:before {
  transform: rotate(180deg);
  top: -1px;
}
@media all and (max-width: 991.98px) {
  .filter-block__content {
    border-bottom: 1px solid #E9E9E9;
  }
}
.filter-block__checkbox-list__item {
  margin-bottom: 6px;
  padding: 5px 0;
}
.filter-block__checkbox-list__label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.filter-block__checkbox-list__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.filter-block__checkbox-list__input {
  display: none;
}
.filter-block__checkbox-list__input:checked + label {
  font-weight: 500;
}
.filter-block__checkbox-list__input:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 51%;
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background: url("../img/svg-icons/checkbox.svg") no-repeat;
  background-size: contain;
}
.filter-block__model-list {
  width: 49%;
  display: inline-block;
}
.filter-block__model-list:nth-child(odd) {
  padding-right: 10px;
}
.filter-block__model-list__title {
  font-weight: 500;
  font-size: 14px;
  color: #366D96;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.filter-block__model-list__link {
  color: #000000;
  text-decoration: underline;
  padding-left: 11px;
  position: relative;
  margin-bottom: 6px;
  display: inline-block;
}
.filter-block__model-list__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #366D96;
}
.filter-block__searched-model-list__link {
  padding-left: 11px;
  position: relative;
  margin-bottom: 6px;
  display: inline-block;
  text-decoration: underline;
}
.filter-block__searched-model-list__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #366D96;
}

.filter-button {
  background: #366D96;
  border-radius: 3px;
  padding: 11px 16px;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}
@media all and (min-width: 991.98px) {
  .filter-button {
    display: none;
  }
}
.filter-button__span {
  padding-left: 16px;
  position: relative;
  font-size: 12px;
}
.filter-button__span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/svg-icons/filter-icon.svg) no-repeat;
  width: 13.3px;
  height: 13.3px;
  background-size: contain;
}

/* popup login */
.black_overlay, .nc-popup-overlay {
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 102;
  opacity: 0.4;
}

.popup-login-wrap {
  width: 490px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 148;
  background-color: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 575.98px) {
  .popup-login-wrap {
    width: 90%;
  }
}
.popup-login-wrap__close {
  background: url(../img/svg-icons/close-ico.svg) center center no-repeat #000;
  background-size: 16px 16px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  right: -12px;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
}

.popup-login-content {
  background: url("../img/popup-login-bg.jpg") no-repeat top right;
  background-size: contain;
  padding-right: 200px;
  min-height: 330px;
}
@media all and (max-width: 575.98px) {
  .popup-login-content {
    background: none;
    padding-right: 0px;
  }
}

.popup-login-block {
  padding: 30px 15px;
}

.popup-login-block__title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.popup-login-block__label {
  display: none;
}

.popup-login-block__field {
  margin-bottom: 15px;
}

.popup-login-block__field input {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 38px;
  vertical-align: middle;
}

.popup-login-block__field input::-webkit-input-placeholder {
  color: #000;
}

.popup-login-block__field input::-moz-placeholder {
  fade: #000;
}

.popup-login-block__field input:-ms-input-placeholder {
  color: #000;
}

.popup-login-block__field input::placeholder {
  color: #000;
}

.popup-login-block__action {
  margin-top: 11px;
}

.popup-login-block__merken {
  line-height: 15px;
  margin: 0;
  padding: 0;
}

.popup-login-block__merken:last-child {
  line-height: 21px;
}

.popup-login-block__forgot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

.popup-login-block__forgot input[type=checkbox],
.popup-login-block__forgot label {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}

.popup-login-block__forgot .forgot-link {
  text-decoration: underline;
  font-size: 14px;
}

.popup-login-block__forgot .forgot-link:hover {
  text-decoration: none;
}

.popup-login-block__submit {
  text-decoration: none;
  display: block;
  background: #EC7500;
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  min-height: 37px;
  cursor: pointer;
  letter-spacing: normal;
  border: none;
  transition: all 0.35s;
}

.popup-login-block__submit:hover {
  opacity: 0.8;
}

.popup-login-block__enter {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 10px 0 15px 0;
  padding: 8px 0;
}

.popup-login-block__text {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  float: left;
  width: 50%;
  transform: translateY(11px);
}

.popup-login-block__icons {
  float: left;
  width: 50%;
}

.popup-login-block__icons ul {
  display: flex;
  justify-content: space-between;
}

.popup-login-block__icons ul li:hover img {
  border-radius: 50%;
}

.popup-login-block__icons img {
  vertical-align: middle;
  max-width: 100%;
  transition: border-radius 0.25s;
}

.popup-login-block__reg {
  line-height: 1.4;
  font-size: 12px;
  margin-top: 15px;
}

.popup-login-block__reg-link {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}

.popup-login-block__reg-link:hover {
  text-decoration: none;
}

.popup-unsubscribe {
  position: fixed;
  left: 50%;
  top: 40%;
  width: 500px;
  border-radius: 2px;
  background-color: #fff;
  margin-left: -250px;
  box-sizing: border-box;
  z-index: 1002;
  padding: 40px 20px 40px;
  text-align: center;
}
@media all and (max-width: 575.98px) {
  .popup-unsubscribe {
    max-width: 290px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
.popup-unsubscribe .close-popup {
  background: url(../img/svg-icons/close-ico.svg) center center no-repeat #000;
  background-size: 16px 16px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  right: -12px;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
}
.popup-unsubscribe__text {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 23px;
  padding: 0 5px;
}
.popup-unsubscribe__button {
  display: inline-block;
  border-radius: 3px;
  background-color: #E9741C;
  color: #fff;
  width: 265px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0;
  cursor: pointer;
}
.popup-unsubscribe__button-gray {
  color: #fff;
  background-color: #3A6E94;
}
@media all and (max-width: 575.98px) {
  .popup-unsubscribe__button-gray {
    margin-top: 8px;
  }
}
.popup-unsubscribe--sure .popup-unsubscribe__button {
  width: 220px;
}

.popup-choose-cookies {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 94vh;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  background: #F7F7F7;
}
.popup-choose-cookies__wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 24px 46px;
}
@media all and (max-width: 767.98px) {
  .popup-choose-cookies__wrap {
    padding: 24px;
  }
}
.popup-choose-cookies__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.popup-choose-cookies__content {
  display: none;
}
.popup-choose-cookies__content-wrap {
  max-height: 322px;
  overflow-y: auto;
  margin-right: -7.5px;
  padding-right: 7.5px;
  scrollbar-color: #d0d3d6 #f3f4f4;
  scrollbar-width: thin;
  scrollbar-base-color: #f3f4f4;
  scrollbar-face-color: #d0d3d6;
  scrollbar-3dlight-color: #d0d3d6;
  scrollbar-highlight-color: #d0d3d6;
  scrollbar-track-color: #f3f4f4;
  scrollbar-arrow-color: #f3f4f4;
  scrollbar-shadow-color: #d0d3d6;
  scrollbar-dark-shadow-color: #d0d3d6;
}
.popup-choose-cookies__content-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f3f4f4;
}
.popup-choose-cookies__content-wrap::-webkit-scrollbar {
  width: 4px;
  height: auto;
  background-color: #f5f5f5;
}
.popup-choose-cookies__content-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d0d3d6;
}
@media all and (max-width: 575.98px) {
  .popup-choose-cookies__content-wrap {
    max-height: calc(100vh - 260px);
    margin-bottom: 16px;
  }
}
@media all and (max-height: 475px) {
  .popup-choose-cookies__content-wrap {
    max-height: 80%;
  }
}
.popup-choose-cookies__content-wrap form {
  position: relative;
}
.popup-choose-cookies__main-info-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 16px;
}
@media all and (max-width: 767.98px) {
  .popup-choose-cookies__main-info-title {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .popup-choose-cookies__main-info {
    padding-left: 12px;
  }
}
.popup-choose-cookies__main-info .popup-choose-cookies__text {
  font-size: 12px;
  line-height: 18px;
  padding-right: 4px;
  margin-bottom: 8px;
  max-height: 85px;
  overflow-y: auto;
  scrollbar-color: #B3B3B3 #D9D9D9;
  scrollbar-width: thin;
  scrollbar-base-color: #D9D9D9;
  scrollbar-face-color: #B3B3B3;
  scrollbar-3dlight-color: #B3B3B3;
  scrollbar-highlight-color: #B3B3B3;
  scrollbar-track-color: #D9D9D9;
  scrollbar-arrow-color: #D9D9D9;
  scrollbar-shadow-color: #B3B3B3;
  scrollbar-dark-shadow-color: #B3B3B3;
}
.popup-choose-cookies__main-info .popup-choose-cookies__text::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #D9D9D9;
}
.popup-choose-cookies__main-info .popup-choose-cookies__text::-webkit-scrollbar {
  width: 6px;
  height: auto;
  background-color: #f5f5f5;
}
.popup-choose-cookies__main-info .popup-choose-cookies__text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #B3B3B3;
}
@media all and (max-width: 767.98px) {
  .popup-choose-cookies__main-info .popup-choose-cookies__text {
    max-height: none;
  }
}
.popup-choose-cookies__details {
  display: none;
  position: relative;
  padding-right: 8px;
}
.popup-choose-cookies__details-title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 8px 0;
}
.popup-choose-cookies__details-close {
  cursor: pointer;
  color: #0068D7;
  margin-top: 8px;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}
.popup-choose-cookies__details-item {
  padding: 12px 16px;
  border-top: 1px solid rgb(203, 208, 214);
  position: relative;
}
.popup-choose-cookies__details-item .popup-choose-cookies__type-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.popup-choose-cookies__details-item .popup-choose-cookies__type-switch {
  top: 10px;
  left: 16px;
}
.popup-choose-cookies__type {
  position: relative;
  margin-bottom: 16px;
}
.popup-choose-cookies__type:nth-last-child(1) {
  margin: 0;
}
@media all and (min-width: 767.98px) {
  .popup-choose-cookies__type:not(:last-child) {
    margin-bottom: 16px;
  }
}
.popup-choose-cookies__type.show {
  border: none;
}
.popup-choose-cookies__type.show-more .popup-choose-cookies__type-content > p:nth-child(1) {
  margin-bottom: 12px;
}
.popup-choose-cookies__type.show-more .popup-choose-cookies__type-content > * {
  display: block;
}
.popup-choose-cookies__type-content > * {
  display: none;
}
.popup-choose-cookies__type-content > p:nth-child(1) {
  display: block;
}
.popup-choose-cookies__type-content.full-content > * {
  display: block;
}
.popup-choose-cookies__type-content p {
  font-size: 14px;
  line-height: 18px;
}
.popup-choose-cookies__type-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
  margin-bottom: 6px;
  margin-left: 48px;
  padding-top: 1px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.popup-choose-cookies__type-link {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 11px;
  line-height: 12px;
  color: rgb(0, 99, 218);
  font-weight: 400;
  text-decoration: underline;
}
.popup-choose-cookies__type-link:hover {
  text-decoration: none;
}
.popup-choose-cookies__type-switch {
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
}
.popup-choose-cookies__text {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 24px 0;
  font-weight: 400;
}
@media all and (max-width: 991.98px) {
  .popup-choose-cookies__text {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
.popup-choose-cookies__text a {
  color: #0068D7 !important;
  text-decoration: underline;
}
.popup-choose-cookies__btn-list {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 991.98px) {
  .popup-choose-cookies__btn-list {
    flex-direction: column;
    width: 100%;
  }
}
.popup-choose-cookies__btn {
  border: 1px solid #366D96;
  border-radius: 3px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  min-width: 170px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  margin-right: 8px;
  color: #366D96;
  text-decoration: none;
}
.popup-choose-cookies__btn:last-child {
  margin-right: 0;
}
@media all and (max-width: 991.98px) {
  .popup-choose-cookies__btn {
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 0 8px 0;
  }
  .popup-choose-cookies__btn:last-child {
    margin-bottom: 0;
  }
}
.popup-choose-cookies__btn--fill {
  background: #366D96;
  border-color: #366D96;
  color: #fff;
}
.popup-choose-cookies__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popup-choose-cookies__footer {
    margin-left: 30px;
  }
}
@media all and (max-width: 991.98px) {
  .popup-choose-cookies__footer {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 991.98px) {
  .popup-choose-cookies--inevitable {
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    padding: 0;
    max-height: none;
    color: #404040;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 734px;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    bottom: auto;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__btn {
    text-transform: none;
    padding: 7px;
    width: 50%;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__text {
    color: #404040;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__btn-list {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link {
    font-size: 14px;
    margin-right: 12px;
    width: 50%;
    text-align: center;
    cursor: pointer;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__title {
    border: none;
    color: #000000;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link-accept {
    text-align: right;
    margin-bottom: 10px;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link-accept a, .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link-accept span {
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: rgb(64, 64, 64);
    padding-right: 16px;
    cursor: pointer;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link-accept a:hover, .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link-accept span:hover {
    text-decoration: underline;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link-accept a:after, .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link-accept span:after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgb(64, 64, 64);
    border-right: 1px solid rgb(64, 64, 64);
    transform: rotate(45deg);
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__content-wrap {
    max-height: 395px;
  }
}
@media all and (min-width: 991.98px) and (max-width: 991.98px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__content-wrap {
    max-height: 332px;
  }
}
@media all and (min-width: 991.98px) and (max-width: 767.98px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__content-wrap {
    max-height: calc(100vh - 240px);
  }
}
@media all and (min-width: 991.98px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__content .popup-choose-cookies__text {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__details {
    display: block;
    max-height: none;
    padding-right: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer {
    flex-direction: column;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer .popup-choose-cookies__btn-list {
    width: 100%;
    margin-top: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer .popup-choose-cookies__btn-list .popup-choose-cookies__btn {
    width: 100%;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer .popup-choose-cookies__btn-list .popup-choose-cookies__link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-shrink: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__main-info .popup-choose-cookies__text {
    overflow: unset;
    max-height: none;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__details-open,
  .popup-choose-cookies--inevitable .popup-choose-cookies__details-close {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .popup-choose-cookies--inevitable {
    height: 100lvh;
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
    max-height: none;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__wrap {
    padding: 24px 12px 0 12px;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 94vh;
    overflow-y: auto;
  }
}
@media all and (max-width: 991.98px) and (max-height: 475px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__wrap {
    max-height: 80%;
  }
}
@media all and (max-width: 991.98px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__link:not(:last-child) {
    margin-bottom: 24px;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__btn-list {
    flex-direction: column-reverse;
    align-items: center;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__btn {
    margin-bottom: 18px;
    width: 100%;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link:first-of-type {
    order: 1;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__btn {
    order: 1;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__link-wrap {
    margin-bottom: 24px;
  }
}
.popup-choose-cookies--inevitable .popup-choose-cookies__span-link {
  text-decoration: underline;
  color: #0063da;
  cursor: pointer;
}
.popup-choose-cookies--inevitable .popup-choose-cookies__link {
  color: #404040;
  text-decoration: underline;
  cursor: pointer;
}

.popup-privacy-policy {
  left: 50%;
  top: 50%;
  margin-top: -243px;
  margin-left: -250px;
  width: 500px;
  padding: 44px 47px 20px 43px;
  position: fixed;
  z-index: 1111;
  background: #fff;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px solid #d1d2d2;
  box-shadow: 0 0 46px 6px #9e9e9e;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
}
@media all and (max-width: 575.98px) {
  .popup-privacy-policy {
    width: 95%;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    padding: 25px;
  }
}
.popup-privacy-policy__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.popup-privacy-policy__text a {
  color: #3668d4;
  text-decoration: underline;
}
.popup-privacy-policy__check {
  margin-bottom: 15px;
  position: relative;
}
.popup-privacy-policy__check.register_checkbox_error label {
  color: #f00;
}
.popup-privacy-policy__check.register_checkbox_error label:before, .popup-privacy-policy__check.register_checkbox_error label:after {
  border-color: #f00 !important;
}
.popup-privacy-policy__check.register_checkbox_error label a {
  color: #f00;
}
.popup-privacy-policy__check #privacy_policy {
  display: block !important;
}
.popup-privacy-policy__check a {
  color: #3668d4;
  text-decoration: underline;
}
.popup-privacy-policy__check a:hover {
  text-decoration: none;
}
.popup-privacy-policy__check input {
  margin: 0;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 4px;
}
.popup-privacy-policy__check input[type=checkbox] {
  position: absolute !important;
  z-index: -1;
  opacity: 0;
}
.popup-privacy-policy__check input[type=checkbox]:checked + label:before {
  border: 2px solid #000;
  width: 20px;
  height: 20px;
}
.popup-privacy-policy__check input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -9px;
  width: 5px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(-140deg);
}
.popup-privacy-policy__check label {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: #000;
  display: inline-block;
}
.popup-privacy-policy__check label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #636363;
}
.popup-privacy-policy__button {
  display: flex;
  justify-content: center;
}
.popup-privacy-policy__button button {
  background: #eff1f2;
  border: none;
  border-bottom: 3px solid #d7d8d9;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 5px;
  text-transform: uppercase;
  min-width: 125px;
}
.popup-privacy-policy__button button:hover {
  opacity: 0.8;
}
.popup-privacy-policy__button button.agree {
  background-color: #fec71c;
  border-bottom: 3px solid #c08a13;
  border-radius: 5px;
  color: #1270a7;
  height: 37px;
  line-height: 37px;
  margin-right: 10px;
}
.popup-privacy-policy__button button.agree.disabled {
  cursor: default;
  background-color: #eff1f2;
  border-bottom: 3px solid #d7d8d9;
  color: #000;
}
.popup-privacy-policy__button button.agree.disabled:hover {
  opacity: 1;
}

.popup-overflow {
  position: fixed;
  top: 50%;
  left: calc(100% - 8px);
  transform: translateY(-50%) translateX(-100%);
  z-index: 99;
  text-align: center;
  box-sizing: border-box;
}
.popup-overflow__close {
  width: 30px;
  height: 30px;
  top: -6px;
  right: -6px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.popup-overflow .link {
  display: block;
  position: relative;
  z-index: 1;
}
.popup-overflow img {
  max-width: 210px;
}

.popup-safety-regulation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  background: #fff;
  padding: 32px;
  z-index: 1001;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 576px) {
  .popup-safety-regulation {
    width: calc(100% - 30px);
  }
}
.popup-safety-regulation__close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -8px;
  top: -8px;
  cursor: pointer;
  background: #000;
}
.popup-safety-regulation__close:before, .popup-safety-regulation__close:after {
  content: " ";
  position: absolute;
  left: 12px;
  top: 1px;
  height: 23px;
  width: 2px;
  background-color: #fff;
}
.popup-safety-regulation__close:before {
  transform: rotate(45deg);
}
.popup-safety-regulation__close:after {
  transform: rotate(-45deg);
}
.popup-safety-regulation__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.popup-safety-regulation__content {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 8px;
  max-height: 250px;
  overflow-y: auto;
}
.popup-safety-regulation__content::-webkit-scrollbar {
  width: 4px;
}
.popup-safety-regulation__content::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: 12px;
}
.popup-safety-regulation__content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #9f9f9f;
}
.popup-safety-regulation__content .title {
  font-weight: 700;
}
.popup-safety-regulation__content .block {
  margin-top: 8px;
}
.popup-safety-regulation__tabs .popup-safety-regulation__content {
  display: none;
}
.popup-safety-regulation__tabs .popup-safety-regulation__content.active {
  display: block;
}
.popup-safety-regulation__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #d7d5d5;
  background: #FAFAFA;
}
.popup-safety-regulation__tab li {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
  z-index: 1;
}
.popup-safety-regulation__tab li [data-tab] {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.popup-safety-regulation__tab li [data-tab].active {
  color: #EC7500;
  font-weight: 700;
}
.popup-safety-regulation__tab li [data-tab].active:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #EC7500;
}

.popup {
  z-index: 1002;
  width: 375px;
  left: 50%;
  margin-left: -187px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}

.popup__close {
  background: url(../img/svg-icons/close-ico.svg) center center no-repeat #000;
  background-size: 16px 16px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  right: -12px;
  padding: 5px;
  line-height: 1;
}

.popup__close .icon-close-ico {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.popup__title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.popup__message {
  border-top: 2px solid #00446d;
  padding: 15px 0px;
  font-size: 13px;
  text-align: center;
}

.popup__message input,
.popup__message textarea {
  display: block;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #cbcecf;
  margin: 10px 0px;
}

.popup .buttons-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin: 0px -5px;
}

.popup .buttons-inner a {
  padding: 7px;
  background: #366D96;
  box-sizing: border-box;
  display: block;
  flex: 1;
  text-align: center;
  color: #FFF;
  margin: 0px 5px;
  font-size: 13px;
  font-weight: bold;
}

.popup .buttons-inner a.submit {
  background: #EC7500;
}

.popup-dangerous {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 442px;
  max-width: 90%;
  background: #fff;
  padding: 30px 36px 36px 36px;
  z-index: 1001;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.popup-dangerous__close {
  width: 26px;
  height: 26px;
  top: -12px;
  right: -13px;
  position: absolute;
  cursor: pointer;
  background: #000;
}
.popup-dangerous__close:before, .popup-dangerous__close:after {
  position: absolute;
  left: 13px;
  top: 2px;
  content: " ";
  height: 22px;
  width: 1px;
  background-color: #fff;
}
.popup-dangerous__close:before {
  transform: rotate(45deg);
}
.popup-dangerous__close:after {
  transform: rotate(-45deg);
}
.popup-dangerous__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
}
.popup-dangerous__text {
  font-size: 12px;
  max-height: 242px;
  overflow-y: auto;
  line-height: 22px;
  word-break: break-word;
}
.popup-dangerous__text::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e7e9ea;
}
.popup-dangerous__text::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.popup-dangerous__text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bcc2c5;
}
.popup-dangerous__icons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.popup-dangerous__icon {
  width: 40px;
  height: 40px;
  margin-left: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.popup-dangerous__icon:first-child {
  margin-left: 0;
}
.popup-dangerous__icon-1 {
  background-image: url("../img/svg-icons/dangerous/dangerous-1.svg");
}
.popup-dangerous__icon-2 {
  background-image: url("../img/svg-icons/dangerous/dangerous-2.svg");
}
.popup-dangerous__icon-3 {
  background-image: url("../img/svg-icons/dangerous/dangerous-3.svg");
}
.popup-dangerous__icon-4 {
  background-image: url("../img/svg-icons/dangerous/dangerous-4.svg");
}
.popup-dangerous__icon-5 {
  background-image: url("../img/svg-icons/dangerous/dangerous-5.svg");
}
.popup-dangerous__icon-attention {
  background-image: url("../img/svg-icons/dangerous/dangerous-info.svg");
}

.breadcrumbs {
  font-size: 12px;
  line-height: 16px;
  padding: 15px;
  margin: 0px -15px;
  border-bottom: 1px solid #E9E9E9;
}
.breadcrumbs a, .breadcrumbs span.link {
  color: #366D96;
  margin-right: 20px;
  position: relative;
}
.breadcrumbs a:hover, .breadcrumbs span.link:hover {
  text-decoration: none;
}
.breadcrumbs a:before, .breadcrumbs span.link:before {
  content: "";
  display: block;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #007bff;
}
.breadcrumbs a.defcur, .breadcrumbs span.link.defcur {
  color: #000;
}
.breadcrumbs a.defcur:before, .breadcrumbs span.link.defcur:before {
  display: none;
}

.ersatz-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  display: block;
  z-index: 3;
}
@media all and (max-width: 575.98px) {
  .ersatz-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    border: 1px solid #E9E9E9;
    padding: 5px;
  }
  .ersatz-item:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    display: block;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
  }
}
.ersatz-item__image {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
@media all and (max-width: 575.98px) {
  .ersatz-item__image {
    padding-top: inherit;
    width: auto;
    margin-bottom: inherit;
  }
}
.ersatz-item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 120px;
  max-height: 120px;
}
@media all and (max-width: 575.98px) {
  .ersatz-item__image img {
    max-height: 50px;
    max-width: 50px;
    transform: inherit;
    top: inherit;
    left: inherit;
    position: relative;
  }
}
.ersatz-item__name {
  font-size: 14px;
  display: block;
  color: #000;
}
@media all and (max-width: 575.98px) {
  .ersatz-item__name {
    font-weight: bold;
    flex: 1;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
}

.ersatz-item-dropdown {
  display: none;
  position: relative;
  top: 15px;
  width: 1285px;
  box-sizing: border-box;
  z-index: 5;
  border-top: 1px solid transparent;
  border-bottom: 5px solid transparent;
  background: #FFF;
}
.ersatz-item-dropdown__content {
  padding: 50px 15px;
  overflow: hidden;
}
.ersatz-item-dropdown__link {
  font-size: 12px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5px;
  display: inline-block;
}
.ersatz-item-dropdown__link:hover {
  text-decoration: none;
}
@media all and (max-width: 575.98px) {
  .ersatz-item-dropdown__link {
    font-size: 14px;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    display: block;
    border-top: 1px solid #E9E9E9;
  }
}
.ersatz-item-dropdown__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  width: 60px;
  height: 50px;
  cursor: pointer;
}
.ersatz-item-dropdown__close:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #366D96;
  border-right: 3px solid #366D96;
  transform: rotate(45deg);
  position: absolute;
  right: 22px;
  top: 15px;
}
.ersatz-item-dropdown__close:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid #366D96;
  border-bottom: 3px solid #366D96;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  top: 15px;
}
@media all and (max-width: 575.98px) {
  .ersatz-item-dropdown__close {
    display: block;
  }
}

.ersatz-item-link {
  border: 1px solid #E9E9E9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  cursor: pointer;
}
.ersatz-item-link:hover {
  border: 1px solid #366D96;
}
.ersatz-item-link:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  display: block;
  border: 1px solid #366D96;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.ersatz-item-link__img {
  padding: 5px;
}
.ersatz-item-link__img img {
  display: block;
  max-height: 30px;
}
.ersatz-item-link__name {
  padding: 12px 10px;
  flex: 1;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.marke-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #E9E9E9;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}
.marke-item__image {
  padding: 5px;
  display: block;
}
.marke-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
  margin: 0px auto;
}
.marke-item__name {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.model-item {
  border: 1px solid #E9E9E9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  cursor: pointer;
  background: #FFF;
}
.model-item:hover, .model-item.active {
  border: 1px solid #366D96;
}
.model-item:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  display: block;
  border: 1px solid #366D96;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.model-item__img {
  padding: 5px;
}
.model-item__img img {
  display: block;
  max-height: 30px;
}
.model-item__name {
  padding: 12px 20px 12px 10px;
  flex: 1;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}

.fuel-item {
  border: 1px solid #E9E9E9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  cursor: pointer;
  color: #366D96;
  padding: 12px 20px 12px 10px;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.fuel-item:hover {
  border: 1px solid #366D96;
}
.fuel-item:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  display: block;
  border: 1px solid #366D96;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.brand-item {
  position: relative;
  border: 1px solid #E9E9E9;
  padding-bottom: 20px;
}
.brand-item:before {
  content: "";
  width: 100px;
  position: absolute;
  height: 5px;
  background: #EC7500;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
}
.brand-item__image {
  padding: 10px;
  margin: 0px auto;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.brand-item__image img {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
}
.brand-item__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  display: block;
  color: #000;
}

.brand-item-small {
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #E9E9E9;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}
.brand-item-small img {
  display: block;
  max-height: 23px;
  max-width: 100%;
  margin: 0px auto;
}

.product-grid {
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
}
.product-grid__image {
  padding: 5px;
  display: block;
}
.product-grid__image img {
  display: block;
  max-width: 100%;
  max-height: 120px;
  margin: 0px auto;
}
.product-grid__name {
  font-size: 14px;
  line-height: 16px;
  display: block;
  height: 100%;
}
.product-grid__price {
  color: #366D96;
  font-weight: bold;
  font-size: 24px;
}
.product-grid__inkl {
  padding: 10px;
  font-size: 11px;
  font-weight: 300;
}
.product-grid__details {
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
  color: #000;
}
.product-grid__details:hover {
  text-decoration: none;
}
.product-grid__button {
  background-color: #EC7500;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  font-weight: bold;
  padding: 12px 5px;
  margin: -1px;
}
.product-grid__button.not_active {
  background-color: #A1A1A1;
  cursor: default;
}
.product-grid__button.not_active:hover {
  opacity: 1;
}
.product-grid .dangerous-listing {
  justify-content: center;
}
.product-grid .dangerous-listing__show-more {
  position: relative;
  top: -2px;
}
.product-grid .dangerous-listing__icon {
  width: 16px;
  height: 16px;
  margin-left: -7px;
}
.product-grid .price-per-liter {
  font-size: 11px;
}

.product-inline {
  border: 1px solid #E9E9E9;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.product-inline:hover {
  box-shadow: 0px 0px 5px 5px rgba(233, 233, 233, 0.8);
}
.product-inline.not_active {
  opacity: 0.8;
}
.product-inline__left {
  position: relative;
}
@media all and (max-width: 767.98px) {
  .product-inline__left {
    position: absolute;
  }
}
.product-inline__more {
  display: block;
  text-align: center;
  color: #366D96;
  padding-top: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.product-inline__more:hover {
  text-decoration: none;
}
@media all and (max-width: 767.98px) {
  .product-inline__center .dangerous-listing {
    display: none;
  }
}
@media all and (min-width: 767.98px) {
  .product-inline__right .dangerous-listing {
    display: none;
  }
}
.product-inline__right .price-per-liter {
  text-align: right;
}
@media all and (max-width: 575.98px) {
  .product-inline__right .price-per-liter {
    text-align: left;
  }
}
.product-inline__right .disclaimer-text__tooltip {
  min-width: 470px;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 991.98px) {
  .product-inline__right .disclaimer-text__tooltip {
    min-width: 370px;
  }
}
@media all and (max-width: 767.98px) {
  .product-inline__right .disclaimer-text__tooltip {
    right: 0;
    top: calc(100% + 10px);
    transform: translateY(0%);
  }
}
.product-inline .dangerous-listing {
  background: #FAFAFA;
}
.product-inline .dangerous-listing__show-more {
  bottom: 0 !important;
}
.product-inline__image {
  padding: 0px 25px;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 575.98px) {
  .product-inline__image {
    padding: 0px;
  }
}
.product-inline__image img {
  margin: 0px auto;
  display: block;
  max-width: 100%;
}
.product-inline__brand {
  max-width: 100px;
  max-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.product-inline__name {
  font-size: 18px;
  line-height: 20px;
  color: #366D96;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.product-inline__name:hover {
  color: #000000;
}
@media all and (max-width: 575.98px) {
  .product-inline__name {
    font-size: 16px;
  }
}
.product-inline__art {
  font-size: 10px;
  background-color: #FAFAFA;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  font-style: italic;
}
.product-inline__description {
  padding: 18px 20px 10px 0px;
}
@media all and (max-width: 575.98px) {
  .product-inline__description {
    display: none;
  }
}
.product-inline__description .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-inline__description .row .product-inline__dotted-text {
  border-bottom: 2px dotted #E9E9E9;
  position: relative;
  padding: 0;
}
.product-inline__description .row .product-inline__dotted-text__span {
  background-color: #FFF;
  margin: 0;
  padding: 0 6px 2px 0;
  bottom: -5px;
  position: relative;
}
.product-inline__description .row span {
  bottom: -5px;
  position: relative;
}
.product-inline__description-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 15px;
}
.product-inline__prices-block {
  position: relative;
}
@media all and (max-width: 575.98px) {
  .product-inline__prices-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
  }
}
.product-inline__old-price {
  text-align: right;
  font-size: 28px;
  text-decoration: line-through;
  font-weight: 100;
}
@media all and (max-width: 575.98px) {
  .product-inline__old-price {
    font-size: 22px;
    padding-bottom: 5px;
    padding-right: 10px;
  }
}
.product-inline__price {
  text-align: right;
  font-size: 44px;
  font-weight: 500;
  color: #366D96;
}
@media all and (max-width: 575.98px) {
  .product-inline__price {
    font-size: 34px;
  }
}
.product-inline__count {
  margin-top: 10px;
  padding: 0px 50px;
  position: relative;
  background-color: #FAFAFA;
  overflow: hidden;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
}
.product-inline__count input {
  text-align: center;
  font-size: 26px;
  margin: -1px 0px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}
.product-inline__count-add, .product-inline__count-remove {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0px;
}
.product-inline__count-add:before, .product-inline__count-remove:before {
  content: "";
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
.product-inline__count-add {
  left: 0px;
}
.product-inline__count-add:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #366D96 transparent transparent;
}
.product-inline__count-remove {
  right: 0px;
}
.product-inline__count-remove:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #366D96;
}
.product-inline__status {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.product-inline__status span {
  color: green;
  position: relative;
  padding-left: 27px;
}
.product-inline__status span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/svg-icons/box.svg") no-repeat;
}
.product-inline__status span.grey {
  color: #A1A1A1;
  padding-left: 0px;
}
.product-inline__status span.grey:before {
  display: none;
}
@media all and (max-width: 767.98px) {
  .product-inline__status {
    flex-shrink: 0;
    margin-left: 14px;
    margin-top: 10px;
  }
}
.product-inline__button {
  margin-top: 10px;
  text-align: center;
  background-color: #EC7500;
  color: #FFF;
  display: block;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 5px;
  border-radius: 3px;
  margin-top: 10px;
}
.product-inline__button:hover {
  opacity: 0.7;
}
.product-inline__button.not_active {
  background-color: #A1A1A1;
  cursor: default;
}
.product-inline__button.not_active:hover {
  opacity: 1;
}
.product-inline__inkl {
  text-align: right;
  font-size: 12px;
  padding: 10px 0px 15px 20px;
}
@media all and (max-width: 575.98px) {
  .product-inline__inkl {
    text-align: left;
    padding-left: 0px;
  }
}
.product-inline__inkl a {
  text-decoration: underline;
  color: #000000;
}
.product-inline__inkl a:hover {
  text-decoration: none;
}

.product-card {
  margin: 15px -15px 0px -15px;
  background: #FAFAFA;
}
.product-card__left {
  position: relative;
  height: 100%;
}
.product-card__center {
  padding: 20px 15px;
  position: relative;
}
.product-card__right {
  border: 5px solid #FAFAFA;
  padding: 25px 15px;
  height: 100%;
  background: #ffffff;
  box-sizing: border-box;
}
.product-card__right .price-per-liter {
  text-align: center;
}
@media all and (max-width: 575.98px) {
  .product-card__right .price-per-liter {
    text-align: left;
  }
}
.product-card__image {
  background: #ffffff;
  padding: 0px 25px;
  border: 1px solid #E9E9E9;
  height: 100%;
  box-sizing: border-box;
}
.product-card__image img {
  margin: 0px auto;
  display: block;
  max-width: 100%;
}
.product-card__brand {
  max-width: 150px;
  max-height: 40px;
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width: 767.98px) {
  .product-card__brand {
    position: absolute;
    right: 15px;
    top: 20px;
  }
}
.product-card__name {
  font-size: 30px;
  line-height: 32px;
  color: #366D96;
  font-weight: bold;
}
.product-card__art {
  font-size: 10px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
}
@media all and (max-width: 767.98px) {
  .product-card__art {
    margin-top: 5px;
  }
}
.product-card__description {
  padding: 10px 10px 10px 0px;
}
.product-card__description span {
  display: inline-block;
  background: #FAFAFA;
  padding-right: 5px;
}
.product-card__description .row {
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  font-size: 12px;
}
.product-card__description .row:nth-child(2n+1) {
  background: #FFF;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.product-card__description-col {
  flex: 1;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.product-card__description-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 15px;
}
.product-card__prices-block {
  position: relative;
}
@media all and (max-width: 575.98px) {
  .product-card__prices-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
  }
}
.product-card__prices-block .price-per-liter {
  text-align: center;
}
@media all and (max-width: 575.98px) {
  .product-card__prices-block .price-per-liter {
    text-align: left;
  }
}
.product-card__old-price {
  text-align: center;
  font-size: 28px;
  text-decoration: line-through;
  font-weight: 100;
  display: block;
}
@media all and (max-width: 575.98px) {
  .product-card__old-price {
    font-size: 22px;
    padding-bottom: 5px;
    padding-right: 10px;
  }
}
.product-card__price {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  color: #366D96;
  display: block;
}
@media all and (max-width: 575.98px) {
  .product-card__price {
    font-size: 34px;
  }
}
.product-card__count {
  margin-top: 10px;
  padding: 0px 50px;
  position: relative;
  background-color: #FAFAFA;
  overflow: hidden;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
}
.product-card__count input {
  text-align: center;
  margin: -1px 0px;
}
.product-card__count-add, .product-card__count-remove {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0px;
  cursor: pointer;
}
.product-card__count-add:hover, .product-card__count-remove:hover {
  opacity: 0.5;
}
.product-card__count-add:before, .product-card__count-remove:before {
  content: "";
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
.product-card__count-add {
  left: 0px;
}
.product-card__count-add:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #366D96 transparent transparent;
}
.product-card__count-remove {
  right: 0px;
}
.product-card__count-remove:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #366D96;
}
.product-card__status {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.product-card__status span {
  color: green;
}
.product-card__status span.grey {
  color: #A1A1A1;
}
.product-card__status span.grey:before {
  display: none;
}
.product-card__payments {
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.product-card__payments strong {
  display: block;
  padding-bottom: 10px;
}
.product-card__button {
  margin-top: 10px;
  text-align: center;
  background-color: #EC7500;
  color: #FFF;
  display: block;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 5px;
  border-radius: 3px;
  margin-top: 10px;
}
.product-card__button:hover {
  opacity: 0.7;
}
.product-card__button.not_active {
  background-color: #A1A1A1;
  cursor: default;
}
.product-card__button.not_active:hover {
  opacity: 1;
}
.product-card__inkl {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}
@media all and (max-width: 575.98px) {
  .product-card__inkl {
    text-align: left;
  }
}
.product-card__inkl a {
  text-decoration: underline;
  color: #366D96;
}
.product-card__inkl a:hover {
  text-decoration: none;
}

.related-cars {
  border-top: 1px solid #E9E9E9;
  position: relative;
  overflow: hidden;
  padding-top: 24px;
}
.related-cars__table {
  min-width: 600px;
  position: relative;
  margin-top: 20px;
  max-height: 450px;
  overflow: auto;
}
@media all and (max-width: 767.98px) {
  .related-cars__table {
    min-width: auto;
  }
}
.related-cars table {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
  border: 1px solid #E9E9E9;
}
@media all and (max-width: 767.98px) {
  .related-cars table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.related-cars table thead th {
  text-align: left;
  padding: 10px;
  background: #FAFAFA;
  border-right: 1px solid #E9E9E9;
}
.related-cars table td {
  padding: 10px;
  border-top: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  font-size: 12px;
  line-height: 18px;
}
.related-cars table tbody tr:nth-child(2n) {
  background-color: #FAFAFA;
}

.part-number-list {
  margin: 20px 0 24px 11px;
}
@media all and (max-width: 767.98px) {
  .part-number-list {
    margin: 20px 0 0;
  }
}
.part-number-list--original {
  border-right: 1px solid #e9e9e9;
  margin-right: 11px;
  padding-right: 35px;
}
@media all and (max-width: 991.98px) {
  .part-number-list--original {
    margin: 20px 0;
    padding: 0;
    border-right: 0;
  }
}
@media all and (max-width: 767.98px) {
  .part-number-list--original {
    margin: 20px 0 0;
  }
}
.part-number-list__row {
  margin-top: 10px;
}
.part-number-list__row-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media all and (max-width: 767.98px) {
  .part-number-list__row-block {
    width: 100%;
    flex: 0 100%;
    margin-bottom: 20px;
  }
}
.part-number-list__row-block li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-bottom: 1px dashed #E9E9E9;
  flex: 0 46.4%;
  margin-right: 40px;
}
@media all and (max-width: 575.98px) {
  .part-number-list__row-block li {
    flex: 0 100%;
    margin-right: 0;
  }
}
.part-number-list__row-block li:nth-child(2n) {
  margin-right: 0;
}
.part-number-list__row-block li span {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  background-color: #fff;
  bottom: -1px;
}
@media all and (max-width: 767.98px) {
  .part-number-list__row-block li span {
    font-size: 11px;
  }
}

.lamp-usage-text {
  background: #EBF4FA;
  padding: 14px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 30px;
}
.lamp-usage-text__title {
  font-weight: bold;
}

.model-item-motor__row {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #366D96;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.model-item-motor__row-image {
  margin-right: 10px;
  max-width: 64px;
}
.model-item-motor__row-image img {
  max-width: 100%;
}
.model-item-motor__list li {
  margin-bottom: 5px;
}
.model-item-motor__list li a, .model-item-motor__list li .link {
  position: relative;
  padding-left: 12px;
  text-decoration: underline;
  display: inline-block;
}
.model-item-motor__list li a:hover, .model-item-motor__list li .link:hover {
  text-decoration: none;
}
.model-item-motor__list li a:before, .model-item-motor__list li .link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 5px;
  width: 5px;
  background-color: #366D96;
  border-radius: 50%;
}

.listing-oem-link {
  color: #366D96;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  width: 270px;
  align-self: center;
  margin-top: -1.5%;
}
@media all and (max-width: 1440px) {
  .listing-oem-link {
    width: 100%;
    margin: 16px 0;
  }
}
.listing-oem-link svg {
  fill: #366D96;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.listing-oem-link.active .listing-oem-link__tooltip {
  display: block;
}
.listing-oem-link .close-default {
  top: 4px;
  right: 4px;
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.listing-oem-link .close-default:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.listing-oem-link .close-default:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.listing-oem-link__text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 14px;
}
@media all and (max-width: 1440px) {
  .listing-oem-link__text {
    justify-content: flex-start;
  }
}

.listing-oem-link__tooltip {
  display: none;
  position: absolute;
  width: 240px;
  background: #fff;
  padding: 20px;
  left: 0;
  top: 32px;
  z-index: 4;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
}

.listing-oem-link__tooltip-text {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin: 0;
}

.listing-oem-link .close-default:before,
.listing-oem-link .close-default:after {
  background-color: #000;
  content: " ";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
}

.disclaimer-text {
  display: block;
  color: #000;
  margin: 16px 0;
  position: relative;
}
.disclaimer-text.show-tooltip .disclaimer-text__tooltip {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.disclaimer-text__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #366D96;
}
.disclaimer-text__link:hover {
  text-decoration: none;
}
.disclaimer-text__link svg {
  fill: #366D96;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 4px;
}
.disclaimer-text__tooltip {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 100%;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  box-sizing: border-box;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.disclaimer-text__tooltip:before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: -8px;
  left: 0;
}
.disclaimer-text__tooltip .close {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.disclaimer-text__tooltip .close:before, .disclaimer-text__tooltip .close:after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 0;
  height: 10px;
  width: 1px;
  background-color: #000;
}
.disclaimer-text__tooltip .close:before {
  transform: rotate(45deg);
}
.disclaimer-text__tooltip .close:after {
  transform: rotate(-45deg);
}
.disclaimer-text__tooltip a, .disclaimer-text__tooltip .link {
  color: #3776B1;
  cursor: pointer;
  text-decoration: underline;
}
.disclaimer-text__tooltip a:hover, .disclaimer-text__tooltip .link:hover {
  text-decoration: none;
}

.safety-regulation {
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #E5E5E5;
}
.safety-regulation__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.safety-regulation__link {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.safety-regulation__link:hover {
  text-decoration: none;
}

.oem-legal {
  display: block;
  color: #000;
  position: relative;
  border: 1px solid #E5E5E5;
  padding: 8px 12px;
  margin: 7px -7.5px;
  background: #FFF;
}
.oem-legal.show-tooltip .oem-legal__link {
  text-decoration: underline;
}
.oem-legal.show-tooltip .oem-legal__tooltip {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.oem-legal__link {
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  color: #3C3C3C;
  width: max-content;
}
@media all and (max-width: 767.98px) {
  .oem-legal__link {
    justify-content: flex-start;
  }
}
.oem-legal__link:hover {
  text-decoration: none;
}
.oem-legal__link svg {
  fill: #3C3C3C;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 4px;
}
.oem-legal__tooltip {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  box-sizing: border-box;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
@media all and (max-width: 767.98px) {
  .oem-legal__tooltip {
    right: inherit;
    left: 0;
  }
}
@media all and (max-width: 575.98px) {
  .oem-legal__tooltip {
    max-width: 100%;
  }
}
.oem-legal__tooltip .close {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.oem-legal__tooltip .close:before, .oem-legal__tooltip .close:after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 0;
  height: 12px;
  width: 1px;
  background-color: #000;
}
.oem-legal__tooltip .close:before {
  transform: rotate(45deg);
}
.oem-legal__tooltip .close:after {
  transform: rotate(-45deg);
}
.oem-legal__tooltip a, .oem-legal__tooltip .link {
  color: #3776B1;
  cursor: pointer;
  text-decoration: underline;
}
.oem-legal__tooltip a:hover, .oem-legal__tooltip .link:hover {
  text-decoration: none;
}

.top-search-car {
  display: flex;
  align-items: center;
  background-color: #366D96;
  margin: 0px -15px;
  height: 375px;
  background: url(../img/top-search-bg.png) center center;
}
@media all and (max-width: 575.98px) {
  .top-search-car {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.top-search-car__wrap {
  max-width: 870px;
  margin: 0px auto;
  width: 70%;
}
@media all and (max-width: 575.98px) {
  .top-search-car__wrap {
    padding: 0px 10px;
    width: 100%;
  }
}
.top-search-car__head {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 575.98px) {
  .top-search-car__head {
    display: none;
  }
}
.top-search-car__title {
  font-size: 38px;
  color: #FFF;
  position: relative;
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}
.top-search-car__title:after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
}
.top-search-car__title:before {
  content: "";
  display: block;
  background-color: #EC7500;
  width: 100px;
  height: 5px;
  left: 50%;
  margin-left: -50px;
  bottom: -5px;
  position: absolute;
  z-index: 2;
}
.top-search-car__title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 25px 44px;
}

.main-banner-top {
  max-width: 1300px;
  height: 110px;
  margin: 0 -15px;
  text-align: center;
}
.main-banner-top img {
  max-width: 100%;
}

.page-head {
  padding-top: 30px;
  position: relative;
}
.page-head__title {
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
}
.page-head--oem {
  display: flex;
}
@media all and (max-width: 1440px) {
  .page-head--oem {
    display: block;
  }
}

.top-catalog-block {
  overflow: hidden;
}

.all-brands__list-ersatz {
  background: #FAFAFA;
  padding: 15px 10px;
  border: 1px solid #E9E9E9;
  margin-top: -1px;
}
.all-brands__list-ersatz li {
  padding: 4px 0px;
}
.all-brands__list-ersatz li a, .all-brands__list-ersatz li span {
  color: #366D96;
  text-decoration: underline;
}
.all-brands__list-ersatz li a:hover, .all-brands__list-ersatz li span:hover {
  text-decoration: none;
}

.all-catalog__item {
  border-bottom: 1px solid #E9E9E9;
}
@media all and (max-width: 575.98px) {
  .all-catalog__item {
    border-bottom: none;
    margin-top: -2px;
  }
}
.all-catalog__image-parent {
  border-right: 1px solid #E9E9E9;
  position: relative;
}
@media all and (max-width: 575.98px) {
  .all-catalog__image-parent {
    border-right: none;
  }
}
.all-catalog__image-parent:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #FFF;
  z-index: 2;
}
@media all and (max-width: 575.98px) {
  .all-catalog__image-parent:before {
    display: none;
  }
}
.all-catalog .subcatalog-list {
  padding: 15px;
}
@media all and (max-width: 575.98px) {
  .all-catalog .subcatalog-list {
    padding: 0px;
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    z-index: 100;
    height: 100%;
    top: 0px;
    box-sizing: border-box;
    padding-top: 30px;
    left: 0px;
    width: 100%;
  }
}
.all-catalog .subcatalog-list__link {
  margin: 5px 0px;
  display: block;
}
@media all and (max-width: 575.98px) {
  .all-catalog .subcatalog-list__link {
    margin: 0px;
    border-bottom: 1px solid #E9E9E9;
  }
}
.all-catalog .subcatalog-list__link a, .all-catalog .subcatalog-list__link span {
  font-size: 12px;
  color: #000;
  line-height: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.all-catalog .subcatalog-list__link a:hover, .all-catalog .subcatalog-list__link span:hover {
  text-decoration: none;
}
@media all and (max-width: 575.98px) {
  .all-catalog .subcatalog-list__link a, .all-catalog .subcatalog-list__link span {
    padding: 10px;
    display: block;
    box-sizing: border-box;
  }
}

.not-found-product {
  padding: 15px;
  background: #FAFAFA;
  text-align: center;
  font-size: 16px;
}
.not-found-product__category {
  color: #366D96;
}

.filter-models {
  padding: 15px;
  background: #FAFAFA;
}
@media all and (max-width: 767.98px) {
  .filter-models {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 991.98px) {
  .filter-models__items {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media all and (max-width: 767.98px) {
  .filter-models__items {
    margin: 0px -15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.confirm-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin: 50px 0 55px;
  border: 4px solid #E9E9E9;
  padding: 120px 0 330px;
  position: relative;
}
.confirm-block:before {
  content: "";
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 5px;
  background: #E9741D;
}
@media all and (max-width: 767.98px) {
  .confirm-block {
    padding: 100px 10px;
    margin: 20px 0;
  }
}