@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese);@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/Noto_Sans/NotoSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/Noto_Sans/NotoSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/Noto_Sans/NotoSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/Noto_Sans/NotoSans-ExtraBold.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon:before {
  content: "\E900";
  color: #0076d0;
}

.icon-libra-active:before {
  content: "\E901";
  color: #0076d0;
}

.icon-eye:before {
  content: "\E9CE";
  color: #b1b1b1;
}

.icon-clock:before {
  content: "\E94E";
  color: #b1b1b1;
}

.icon-volume-medium:before {
  content: "\EA27";
  color: #b1b1b1;
}

.icon-close_popup:before {
  content: "\E43";
  color: #b1b1b1;
}

.icon-google-plus-symbol:before {
  content: "\E42";
  color: #fff;
}

.icon-completeCircle:before {
  content: "\E41";
  color: #004e89;
}

.icon-send:before {
  content: "\E40";
  color: #0090ff;
}

.icon-print:before {
  content: "\E32";
  color: #0090ff;
}

.icon-profile_box:before {
  content: "\E31";
  padding-left: 24px;
}

.icon-profile_key:before {
  content: "\E30";
}

.icon-profile_purse:before {
  content: "\E29";
}

.icon-profile_user:before {
  content: "\E28";
}

.icon-dislike:before {
  content: "\E27";
}

.icon-like:before {
  content: "\E26";
}

.icon-remove:before {
  content: "\E25";
  color: #d90000;
}

.icon-plus:before {
  content: "\E24";
  color: #c5c5c5;
}

.icon-small_menu:before {
  content: "\E23";
  color: #0090ff;
}

.icon-gplus:before {
  content: "\E22";
  color: #8f9a9f;
}

.icon-instagram:before {
  content: "\E21";
  color: #8f9a9f;
}

.icon-pdf:before {
  content: "\E20";
  color: #0090ff;
}

.icon-tg:before {
  content: "\E19";
  color: #8f9a9f;
}

.icon-viber:before {
  content: "\E18";
  color: #8f9a9f;
}

.icon-wa:before {
  content: "\E17";
  color: #8f9a9f;
}

.icon-asgrid:before {
  content: "\E16";
  color: #797979;
}

.icon-aslist:before {
  content: "\E15";
  color: #797979;
}

.icon-cross-out:before {
  content: "\E14";
}

.icon-fb:before {
  content: "\E13";
  color: #888c91;
}

.icon-tw:before {
  content: "\E12";
  color: #888c91;
}

.icon-yt:before {
  content: "\E11";
  color: #888c91;
}

.icon-star:before {
  content: "\E10";
  color: #ffc600;
}

.icon-star.clear:before {
  content: "\E10";
  color: #c1c1c1;
}

.icon-slider_arr:before {
  content: "\E9";
  color: #0090ff;
}

.icon-ar_down_white:before {
  content: "\E8";
  color: #fff;
}

.icon-basket:before {
  content: "\E7";
  color: #797979;
}

.icon-heart:before {
  content: "\E6";
  color: #797979;
}

.icon-home:before {
  content: url(/themes/default/assets/img/garage_pc.gif);
  color: #000000;
}

.with_cars .icon-home {
  content: url(/themes/default/assets/img/garage_2.png) !important;
  color: #000000;
}

.icon-libra:before {
  content: "\E4";
  color: #797979;
}

.icon-nav_blue:before {
  content: "\E3";
  color: #0076d0;
}

.icon-phone:before {
  content: "\E2";
  color: #fff;
}

.icon-search:before {
  content: "\E1";
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #282828;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

@media (min-width: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.pages {
  position: fixed;
  right: 0;
  top: 20%;
  background: #ccc;
  padding: 10px 15px;
  z-index: 100;
}

.pages span {
  display: block;
  text-align: center;
}

.pages:hover ul {
  display: block;
}

.pages ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 15px;
  display: none;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.page_header {
  position: relative;
}

.page_header .select_container:nth-of-type(3) {
  width: 160px;
}

.page_header .select_container:hover .all_items {
  display: block;
}

.page_header .select_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 94px;
  border-left: 1px solid #213142;
  border-right: 1px solid #213142;
}

.page_header .select_container .active_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_header .select_container .active_item span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.page_header .select_container .active_item i {
  font-size: 5px;
  margin-left: 12px;
}

.page_header .select_container .all_items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
  min-width: 100px;
  width: 100%;
  z-index: 2;
  list-style-type: none;
  background-color: #101923;
}

.page_header .select_container .all_items a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.page_header .top_header {
  background-color: #101923;
  width: 100%;
  display: block;
  padding: 11px 0;
}

.page_header .page_logo {
  display: inline-block;
}

.page_header .blog-logo-title {
  display: none;
  font-family: TT Norms;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  color: #FFFFFF;
  position: relative;
  top: 4px;
}

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

.page_header .our_phones .phone_container {
  position: relative;
}

.page_header .our_phones .phone_container > a {
  padding-right: 20px;
}

.page_header .our_phones .phone_container > a:after {
  position: absolute;
  top: -3px;
  right: 0px;
  font-size: 4px;
  top: 10px;
  content: "\E8";
  color: #fff;
  font-family: 'icomoon';
}

.page_header .our_phones .phone_container > a.arrow-up:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page_header .our_phones .phone_container:hover .hidden_phones {
  display: block;
}

.page_header .our_phones .phone_container .hidden_phones {
  min-width: 210px;
  display: none;
  background: #101923;
  position: absolute;
  top: 100%;
  left: -15px;
  padding: 15px;
  z-index: 2;
}

.page_header .our_phones .phone_container .hidden_phones .hidden-phone {
  display: none;
}

.page_header .our_phones .icon-ar_down_white {
  position: relative;
  top: -3px;
  font-size: 4px;
  margin: 0 17px 0 9px;
}

.page_header .our_phones a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  text-decoration: none;
}

.page_header .our_phones .icon-phone {
  font-size: 12px;
  margin-right: 18px;
}

.page_header .our_phones .icon-phone:before {
  color: #888c91;
}

.page_header .our_phones .button {
  margin-left: auto;
}

.page_header .header_selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.page_header .header_selects .nice-select {
  background-color: transparent;
  border: none;
  min-width: 94px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_header .header_selects .nice-select:last-child {
  border-right: 1px solid #213142;
}

.page_header .header_selects .nice-select:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #213142;
}

.page_header .header_selects .nice-select > span {
  color: #fff;
}

.page_header .header_selects .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.page_header .nav_header {
  background-color: #f5f5f5;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}

.page_header .header_nav_container {
  width: 80%;
  height: 60px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.page_header .header_nav_container:hover {
  background-color: #fff;
}

.page_header .header_nav_container .hnc-menu-title {
  margin-right: 10px;
  color: #0076d0;
}

.page_header .search_form-wrapper {
  position: relative;
}

.page_header .search_form-wrapper form {
  width: 100%;
  padding-bottom: 5px;
}

.page_header .search_form-wrapper .field_wrapper {
  border-bottom: 1px solid #dddddd;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_header .search_form-wrapper .field_wrapper input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
  border: none;
  background-color: transparent;
  outline: none;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.page_header .search_form-wrapper .field_wrapper input:focus {
  outline: none;
}

.page_header .search_form-wrapper .field_wrapper input::-webkit-input-placeholder {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.page_header .search_form-wrapper .field_wrapper input::-moz-placeholder {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.page_header .search_form-wrapper .field_wrapper input::-ms-input-placeholder {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.page_header .search_form-wrapper .field_wrapper input::placeholder {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.page_header .search_form-wrapper .field_wrapper .icon-search {
  font-size: 15px;
  color: #7a7a7a;
}

.page_header .search_form-wrapper .result_container {
  position: absolute;
  left: -15px;
  top: 59px;
  padding: 10px 5px 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px #7c7c7c;
          box-shadow: 0 10px 10px #7c7c7c;
  width: 665px;
  z-index: 2;
  overflow: hidden;
}

.page_header .search_form-wrapper .result_container ul {
  max-height: 200px;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.page_header .search_form-wrapper .result_container ul li {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
}

.page_header .search_form-wrapper .result_container ul li:hover {
  background-color: #e6e6e6;
}

.page_header .search_form-wrapper .result_container ul li a {
  display: block;
  padding: 6.5px 20px;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  text-decoration: none;
}

.page_header .search_form-wrapper .result_container ul li a:hover {
  text-decoration: none;
}

.page_header .user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_header .user-actions .actions_wrapper a {
  font-size: 25px;
  position: relative;
  text-decoration: none;
}

.page_header .user-actions .actions_wrapper a:not(:last-child) {
  margin-right: 35px;
}

.page_header .user-actions .actions_wrapper a i:before {
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.page_header .user-actions .actions_wrapper a:hover {
  text-decoration: none;
}

.page_header .user-actions .actions_wrapper a:hover i:before {
  color: #0076d0;
}

.page_header .user-actions .actions_wrapper .action_number {
  position: absolute;
  top: -4px;
  right: -11px;
  padding: 2px 3px;
  height: 21px;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.page_header .user-actions .actions_wrapper .action_number span {
  background-color: #0076d0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page_header .user-actions.garage {
  cursor: pointer;
  background-color: #ebebeb;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.page_header .user-actions.garage .action_number {
  background-color: #ebebeb;
}

.page_header .user-actions.garage:hover {
  text-decoration: none;
  background-color: #dadada;
}

.page_header .user-actions.garage:hover .action_number {
  background-color: #dadada;
}

.page_header .user-actions.garage .actions_wrapper {
  margin-right: 16px;
}

.page_header .user-actions.garage label {
  color: #282828;
  font-size: 12px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  text-transform: uppercase;
  margin: 0;
  max-height: 60px;
  overflow: hidden;
}

.page_header .header_categories {
  width: 100%;
  left: 0px;
  top: 100%;
  background: white;
  z-index: 1;
  padding: 7px 0;
  border-bottom: 1px solid #eaeaea;
}

.page_header .header_categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page_header .header_categories ul a {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-decoration: none;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}

.page_header .header_categories ul a:hover {
  color: #0076d0;
}

.page_header .header_categories.fixtop {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #eaeaea;
  z-index: 3;
}

.page_header .mobile-header-infoblock {
  display: none;
}

@media screen and (min-width: 992px) {
  .page_header .phone-popup-btn {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .page_header .phone-popup-btn {
    display: inline-block;
    float: right;
    margin-right: 20px;
    padding-top: 4px;
  }
}

.page_header .svg-phone-ring {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/svg/phone-ring.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.button {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  min-height: 30px;
  outline: none;
  background: #0660a7;
  border: none;
  padding-top: 2px;
  min-width: 145px;
  cursor: pointer;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.button:hover {
  background-color: #0c7cd4;
}

.button:focus {
  outline: none;
}

.page_footer {
  background-color: #101923;
  padding-top: 40px;
  padding-bottom: 45px;
  margin-top: auto;
}

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

.page_footer .footer_logo a {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

.page_footer .footer_logo a.skygeneris {
  display: inline;
  color: #fff;
}

.page_footer .footer_logo p {
  display: block;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500px;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 36px;
}

.page_footer .footer_list .list_title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  text-transform: uppercase;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}

.page_footer .footer_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.page_footer .footer_list ul li {
  text-align: right;
  line-height: 30px;
}

.page_footer .footer_list ul a {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-decoration: none;
  line-height: 30px;
  cursor: pointer;
}

.page_footer .footer_list ul a:hover {
  color: #fff;
}

.page_footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

@media (max-width: 575px) {
  .page_footer .footer_bottom {
    padding-top: 0px;
  }
}

.page_footer .footer_bottom > span {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-right: 30px;
}

.page_footer .footer_bottom .partners {
  display: block;
  max-width: 750px;
  margin-left: 0;
}

.page_footer .footer_bottom .partners a:not(:last-child) {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 8px;
}

.page_footer .footer_bottom .soc_network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.page_footer .footer_bottom .soc_network a {
  display: block;
  color: #a6a6a6;
  text-decoration: none;
}

.page_footer .footer_bottom .soc_network a i:before {
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  font-size: 19px;
}

.page_footer .footer_bottom .soc_network a:hover {
  text-decoration: none;
}

.page_footer .footer_bottom .soc_network a:hover i:before {
  color: #fff;
}

.page_footer .footer_bottom .soc_network a:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 575px) {
  .page_footer .footer_bottom .soc_network {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page_header .our_phones .icon-phone {
    margin-right: 5px;
  }
  .page_header .our_phones a {
    font-size: 14px;
  }
  .page_header .our_phones .icon-ar_down_white {
    margin: 0 7px;
  }
  .page_header .our_phones .button {
    min-width: 1px;
  }
  .page_header .user-actions.garage .actions_wrapper {
    margin-right: 10px;
  }
  .page_footer .footer_bottom .partners a:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .mobile_navigation {
    display: none;
  }
  .manufacturers_section .slick-slide img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 991px) {
  .top_header {
    position: relative;
  }
  .top_header .container {
    max-width: 100%;
  }
  .page_header .header_categories,
  .page_header .nav_header {
    display: none;
  }
  .page_header .top_header {
    padding-top: 5px;
    padding-bottom: 1px;
  }
  .page_header .top_header .container .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page_header .mobile-header-infoblock {
    display: inline;
  }
  .page_header .mobile-header-infoblock .user-actions {
    max-width: 50%;
    float: right;
    text-align: right;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper {
    padding-right: 12px;
    padding-left: 5px;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper a:not(:last-child) {
    margin-right: 20px;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper a.mhi-a {
    font-size: 24px;
    top: -3px;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper a.garage .action_number {
    top: -6px;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper .icon-libra:before, .page_header .mobile-header-infoblock .user-actions .actions_wrapper .icon-heart:before {
    color: #fff;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper .action_number {
    background-color: transparent;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper .icon-home:before {
    content: url(/themes/default/assets/img/garage_mobile.gif);
    color: #000;
  }
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper .with_cars .icon-home {
    content: url(/themes/default/assets/img/garage_2_whr_1.png) !important;
    color: #000000;
  }
  .mobile_navigation .icon-nav_blue {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .mobile_navigation .top_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px;
  }
  .mobile_navigation .top_header .icon-nav_blue {
    color: #fff;
  }
  .mobile_navigation .top_header .icon-nav_blue:before {
    color: #fff;
  }
  .mobile_navigation .top_header .action_number {
    background-color: #101923 !important;
  }
  .mobile_navigation .top_header .user-actions {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mobile_navigation .top_header .user-actions .icon-basket:before {
    color: #fff;
  }
  .mobile_navigation .search_form-wrapper .result_container {
    left: 15px;
    width: calc(100% - 30px);
  }
  .mobile_navigation .search_form-wrapper {
    width: 100%;
  }
  .mobile_navigation .search_form-wrapper form {
    padding: 0 15px;
  }
  .mobile_navigation .search_form-wrapper .field_wrapper {
    background-color: #fff;
  }
  .mobile_navigation .header_categories-list {
    margin: 0;
    padding: 15px;
    list-style-type: none;
  }
  .mobile_navigation .header_categories-list li {
    line-height: 30px;
  }
  .mobile_navigation .header_categories-list a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "TT Norms", sans-serif;
  }
  .page_footer .footer_logo p {
    margin-bottom: 15px;
  }
  .page_footer .footer_list .list_title {
    text-align: left;
  }
  .page_footer .footer_list ul li {
    text-align: left;
  }
  .page_footer .footer_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_footer .footer_bottom .partners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .page_footer .footer_list {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .page_header > .top_header {
    padding: 5px 0 1px;
  }
  .page_header .header_selects {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.breadcrumb {
  display: inline;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.breadcrumb li {
  display: inline;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.breadcrumb li a {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #0076d0;
}

.breadcrumb li:not(:first-child) {
  padding-left: 4px;
}

.breadcrumb li:not(:first-child):before {
  content: '\2022';
  margin-right: 4px;
}

.tabs__content {
  display: none;
  /* по умолчанию прячем все блоки */
}

.tabs__content.active {
  display: block;
  /* по умолчанию показываем нужный блок */
}

.popup_wrapper.addcar {
  display: none;
  max-width: 310px;
  min-width: 1px;
  padding: 35px 45px 40px;
}

.popup_wrapper.addcar span {
  color: #848484;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 19px;
}

.popup_wrapper.addcar .button {
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup_wrapper.addcar .button:hover {
  text-decoration: none;
  color: #fff;
}

.popup_wrapper .close_popup {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.popup_wrapper .close_popup:hover {
  color: #0076d0;
}

.popup_wrapper .close_popup:hover span:before {
  color: #0076d0;
}

.popup_wrapper .close_popup span {
  font-size: 10px;
  color: #b1b1b1;
}

.popup_wrapper.auth_form {
  padding: 0;
  max-width: 570px;
  display: none;
}

.popup_wrapper.auth_form .tabs.auth_tabs {
  max-height: 85vh;
  overflow: auto;
}

.popup_wrapper.auth_form .tabs.auth_tabs .tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 40px 60px 15px;
}

.popup_wrapper.auth_form .tabs.auth_tabs .tabs__caption li {
  color: #cbcbcb;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  cursor: pointer;
}

.popup_wrapper.auth_form .tabs.auth_tabs .tabs__caption li:not(:last-child) {
  margin-right: 45px;
}

.popup_wrapper.auth_form .tabs.auth_tabs .tabs__caption li.active {
  color: #004e89;
}

.popup_wrapper.auth_form .auth_form {
  padding: 0 60px 0px;
  border-bottom: 1px solid #ddd;
}

.popup_wrapper.auth_form .auth_form .forgot_password {
  display: block;
  margin-bottom: 35px;
  color: #004e89;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-decoration: underline;
}

.popup_wrapper.auth_form .auth_form .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  text-transform: uppercase;
  min-height: 44px;
}

.popup_wrapper.auth_form .social_register {
  padding: 15px 60px 50px;
}

.popup_wrapper.auth_form .social_register span {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 22px;
}

.popup_wrapper.auth_form .social_register .button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_wrapper.auth_form .social_register .button_wrapper .soc_btn.facebook {
  background-color: #3d5b9b;
}

.popup_wrapper.auth_form .social_register .button_wrapper .soc_btn.g_plus {
  background-color: #c0332a;
}

.popup_wrapper.auth_form .social_register .button_wrapper .soc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 33px;
  width: 160px;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.popup_wrapper.auth_form .social_register .button_wrapper .soc_btn:not(:last-child) {
  margin-right: 30px;
}

.popup_wrapper.auth_form .social_register .button_wrapper .soc_btn span {
  margin: 0 15px 0 0;
  font-size: 15px;
}

.popup_wrapper.auth_form .social_register .button_wrapper .soc_btn span:before {
  color: #fff;
}

.popup_wrapper.auth_form .social_register .button_wrapper .soc_btn:hover {
  -webkit-box-shadow: 0 10px 20px -10px #585858;
          box-shadow: 0 10px 20px -10px #585858;
}

.popup_wrapper.share-product {
  padding: 35px;
  max-width: 570px;
  display: none;
}

.popup_wrapper.share-product .popup-content {
  margin-top: 20px;
  text-align: center;
}

.popup_wrapper.share-product .popup-content .share-product-link {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: inline-block;
}

.popup_wrapper.share-product .popup-content .share-product-link img {
  max-width: 100%;
}

@media (max-width: 575px) {
  .popup_wrapper {
    max-width: 96%;
  }
  .popup_wrapper.auth_form {
    min-width: 1px;
    width: calc(100% - 30px);
    max-width: 96%;
  }
  .popup_wrapper.auth_form .tabs.auth_tabs .tabs__caption {
    padding: 30px 15px 20px;
  }
  .popup_wrapper.auth_form .tabs.auth_tabs .tabs__caption li {
    font-size: 20px;
  }
  .popup_wrapper.auth_form .tabs.auth_tabs .tabs__caption li:not(:last-child) {
    margin-right: 20px;
  }
  .popup_wrapper.auth_form .auth_form {
    padding: 0 15px 15px;
  }
  .popup_wrapper.auth_form .social_register {
    padding: 20px 15px 30px;
  }
}

.auth_btn {
  width: 75px;
  min-width: 1px;
}

.popup_wrapper.newcar, .popup_wrapper.editcar {
  display: none;
  overflow-y: scroll;
  background-color: #f5f5f5;
  min-width: 950px;
}

.popup_wrapper.newcar .add-car-popup-row, .popup_wrapper.editcar .add-car-popup-row {
  margin-bottom: 10px;
  min-width: 33%;
}

.popup_wrapper.newcar .add-car-popup-row select, .popup_wrapper.editcar .add-car-popup-row select {
  width: 100%;
}

.popup_wrapper.newcar .add-car-popup-row .add-vin-input, .popup_wrapper.editcar .add-car-popup-row .add-vin-input {
  width: 100%;
  min-height: 60px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 4px;
}

.popup_wrapper.newcar .page_filter .button, .popup_wrapper.editcar .page_filter .button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.popup_wrapper.newcar .page_filter form, .popup_wrapper.editcar .page_filter form {
  background-color: #f5f5f5;
}

.popup_wrapper.newcar.bubbles, .popup_wrapper.editcar.bubbles {
  min-width: 320px;
  width: 320px;
  padding: 30px 10px;
  overflow-y: auto;
  border-radius: 20px;
}

.popup_wrapper.newcar.bubbles .page_filter .box.filter_selects, .popup_wrapper.editcar.bubbles .page_filter .box.filter_selects {
  display: block;
  padding: 0;
}

.popup_wrapper.newcar.bubbles .add-car-popup-row, .popup_wrapper.editcar.bubbles .add-car-popup-row {
  min-width: 100%;
  margin-bottom: 5px;
}

.popup_wrapper.newcar.bubbles .add-car-popup-row .add-vin-input, .popup_wrapper.editcar.bubbles .add-car-popup-row .add-vin-input {
  border-radius: 20px;
  min-height: 40px;
  margin-bottom: 5px;
}

.popup_wrapper.newcar.bubbles .button, .popup_wrapper.editcar.bubbles .button {
  border-radius: 20px;
  min-width: 100%;
  padding: 5px 0;
}

.popup_wrapper.garage {
  padding: 5px 25px 25px;
  display: none;
}

.popup_wrapper.garage .select_car_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.popup_wrapper.garage .select_car_block .img_wrap {
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px 0 10px;
}

.popup_wrapper.garage .select_car_block .img_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  width: 100%;
  min-width: 67px;
}

.popup_wrapper.garage .select_car_block a {
  color: #282828;
}

.popup_wrapper.garage .select_car_block .car_text {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 1;
}

.popup_wrapper.garage .select_car_block .onoffswitch {
  margin-left: auto;
}

.popup_wrapper.garage .garage_nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup_wrapper.garage .garage_nav .add_car {
  cursor: pointer;
}

.popup_wrapper.garage .garage_nav .add_car:hover span:before {
  color: #fff;
  background-color: #0076d0;
}

.popup_wrapper.garage .garage_nav .add_car span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0076d0;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.popup_wrapper.garage .garage_nav .add_car span:before {
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  margin-right: 10px;
  content: '+';
  color: #0076d0;
  font-size: 25px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 29px;
  width: 30px;
  height: 30px;
  background-color: #ebebeb;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.popup_wrapper.garage .garage_nav .clear_cars {
  cursor: pointer;
}

.popup_wrapper.garage .garage_nav .clear_cars:hover .text {
  color: #0076d0;
}

.popup_wrapper.garage .garage_nav .clear_cars .text {
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  color: #898989;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.popup_wrapper.garage .garage_nav .clear_cars .icon-remove {
  font-size: 12px;
}

.popup_wrapper.garage .garage_nav .open-garage a {
  display: block;
  padding: 5px;
  text-decoration: none;
  text-align: center;
}

.popup_wrapper.garage .garage_nav .open-garage a:hover {
  color: #fff;
}

.popup_wrapper.garage .open-garage-mobile a {
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
}

.popup_wrapper.garage .open-garage-mobile a:hover {
  color: #fff;
}

.popup_wrapper.garage .open-garage-mobile {
  display: none;
  text-align: center;
}

.load_file-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.load_file-container label:after,
.address_wrap_two a:after,
a.button_transparent:after,
a.button:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

a.button_transparent:after {
  min-height: auto;
}

.index-page .header_categories {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .left-panel .main_panel .mobile .box.header_selects .select_container.profile-block .active_item span {
    padding-left: 5px;
  }
  .page_header .select_container.profile-block .active_item i {
    margin-right: 15px;
  }
  .page_header .user-actions.garage label {
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .popup_wrapper.garage .garage_nav .open-garage {
    display: none;
  }
  .popup_wrapper.garage .open-garage-mobile {
    display: block;
    margin: 10px auto 0;
  }
}

@media (max-width: 992px) {
  .page_header .mobile-header-infoblock.mobile {
    display: block;
    background-color: #101923;
    width: 100%;
    padding: 10px 15px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container {
    position: relative;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container > a {
    padding-right: 20px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container > a:after {
    position: absolute;
    top: -3px;
    right: 0px;
    font-size: 4px;
    top: 10px;
    content: "\E8";
    color: #fff;
    font-family: 'icomoon';
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container > a.arrow-up:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container:hover .hidden_phones {
    display: block;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container .hidden_phones {
    min-width: 210px;
    display: none;
    background: #101923;
    position: absolute;
    top: 100%;
    left: -15px;
    padding: 15px;
    z-index: 2;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container .hidden_phones .hidden-phone {
    display: none;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .icon-ar_down_white {
    position: relative;
    top: -3px;
    font-size: 4px;
    margin: 0 17px 0 9px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "TT Norms", sans-serif;
    text-decoration: none;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .icon-phone {
    font-size: 12px;
    margin-right: 18px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .icon-phone:before {
    color: #888c91;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .button {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .blog-logo-title {
    display: inline-block !important;
  }
  .page_header .mobile-header-infoblock.mobile {
    display: block;
    background-color: #101923;
    width: 100%;
    padding: 10px 15px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container {
    position: relative;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container > a {
    padding-right: 20px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container > a:after {
    position: absolute;
    top: -3px;
    right: 0px;
    font-size: 4px;
    top: 10px;
    content: "\E8";
    color: #fff;
    font-family: 'icomoon';
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container > a.arrow-up:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container:hover .hidden_phones {
    display: block;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container .hidden_phones {
    min-width: 210px;
    display: none;
    background: #101923;
    position: absolute;
    top: 100%;
    left: -15px;
    padding: 15px;
    z-index: 2;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .phone_container .hidden_phones .hidden-phone {
    display: none;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .icon-ar_down_white {
    position: relative;
    top: -3px;
    font-size: 4px;
    margin: 0 17px 0 9px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "TT Norms", sans-serif;
    text-decoration: none;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .icon-phone {
    font-size: 12px;
    margin-right: 18px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .icon-phone:before {
    color: #888c91;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .button {
    margin-left: auto;
  }
}

@media (min-width: 430px) and (max-width: 768px) {
  .our_phones_mobile {
    margin-left: auto;
  }
}

@media (max-width: 320px) {
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .icon-phone {
    margin-right: 5px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile a {
    font-size: 14px;
  }
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile .button {
    font-size: 12px;
    min-width: 120px;
  }
}

@media (max-width: 318px) {
  .page_header .mobile-header-infoblock.mobile .our_phones_mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mobile-contacts-popup {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    position: fixed;
    z-index: 15000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    pointer-events: none;
  }
  .mobile-contacts-popup.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-contacts-popup::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
  }
  .mobile-contacts-popup .content {
    position: relative;
    z-index: 5;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    text-align: center;
  }
  .mobile-contacts-popup .title {
    padding: 15px 25px;
    border-bottom: 2px solid #f7f9fc;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #101923;
  }
  .mobile-contacts-popup .label {
    font-size: 14px;
    line-height: 16px;
    color: #5C759B;
  }
  .mobile-contacts-popup .list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .mobile-contacts-popup .phones .item:not(:last-child),
  .mobile-contacts-popup .emails .item:not(:last-child) {
    margin: 0 0 10px;
  }
  .mobile-contacts-popup .phones .link,
  .mobile-contacts-popup .emails .link {
    font-size: 24px;
    line-height: 28px;
    color: #101923;
  }
  .mobile-contacts-popup .phones {
    margin: 15px 0 0;
  }
  .mobile-contacts-popup .phones .label {
    display: block;
    margin: 0 0 20px;
  }
  .mobile-contacts-popup .button.call-me-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .mobile-contacts-popup .emails {
    margin: 15px 0 0;
  }
  .mobile-contacts-popup .emails .label {
    margin: 0 0 15px;
  }
  .mobile-contacts-popup .socials {
    margin: 25px 0 0;
  }
  .mobile-contacts-popup .socials .label {
    margin: 0 0 5px;
  }
  .mobile-contacts-popup .socials .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-contacts-popup .close-button {
    position: absolute;
    bottom: -58px;
    right: 15px;
    width: 59px;
    height: 59px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 30px #0000000D;
            box-shadow: 0 10px 30px #0000000D;
    background: url("../img/cancel.svg") center center no-repeat, #ffffff;
    background-size: 21px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mobile-contacts-popup .close-button:focus {
    outline: none;
  }
}

.swal2-container .nice-select {
  display: none !important;
}

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 2px solid #b9b9b9;
}

.control-radio .control_indicator {
  border-radius: 50%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:checked ~ .control_indicator {
  background: #0090ff;
  border-color: #0090ff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-radio .control_indicator:after {
  left: 0px;
  top: 0px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #0090ff;
}

.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

.control_ck {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  color: #464646;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.control_ck input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_ck_indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ebebeb;
  border: 0px solid #000000;
  border-radius: 4px;
}

/*.control_ck-radio .control_ck_indicator {
    border-radius: undefined%;
}*/
/*.control_ck:hover input ~ .control_ck_indicator,
.control_ck input:focus ~ .control_ck_indicator {
    background: #ebebeb;
}*/
.control_ck input:checked ~ .control_ck_indicator {
  background: #0090ff;
}

.control_ck:hover input:not([disabled]):checked ~ .control_ck_indicator,
.control_ck input:checked:focus ~ .control_ck_indicator {
  background: #0090ff;
}

.control_ck input:disabled ~ .control_ck_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_ck_indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control_ck input:checked ~ .control_ck_indicator:after {
  display: block;
}

.control_ck-checkbox .control_ck_indicator:after {
  left: 7px;
  top: 5px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control_ck-checkbox input:disabled ~ .control_ck_indicator:after {
  border-color: #7b7b7b;
}

.onoffswitch {
  position: relative;
  width: 38px;
  min-width: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.1s ease-in 0s;
  transition: margin 0.1s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 6px;
  background-color: #0076D0;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 6px;
  background-color: #D2D2D2;
  color: #D2D2D2;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border: none;
  border-radius: 20px;
  -webkit-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.left-panel.active {
  display: block;
}

.left-panel {
  display: none;
  position: absolute;
  max-width: 100vw;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  overflow: auto;
}

.left-panel .pannel_wrapper {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 320px;
  background-color: #fff;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: toggleMenu;
          animation-name: toggleMenu;
}

.left-panel .pannel_wrapper .close_panel {
  position: absolute;
  padding: 10px;
  top: 29px;
  left: 100%;
  line-height: 1;
  cursor: pointer;
}

.left-panel .pannel_wrapper .close_panel:hover:after {
  color: #fff;
}

.left-panel .pannel_wrapper .close_panel:after {
  content: "\E24";
  font-size: 24px;
  font-family: icomoon;
  color: #ddd;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-weight: 100;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.left-panel .pannel_wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.left-panel .pannel_wrapper ul li {
  padding: 0 20px;
}

.left-panel .pannel_wrapper .block_title {
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.left-panel .panel_overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

@media (max-width: 991px) {
  .left-panel .panel_overflow {
    position: relative;
    top: 0;
    height: 100%;
  }
}

.left-panel .main_panel.selected {
  margin-left: -100%;
}

.left-panel .main_panel {
  padding: 20px 0;
  min-width: 100%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background: #fff;
  height: 100%;
}

.left-panel .main_panel .static_navigation_header {
  display: block;
  text-transform: capitalize;
  padding: 0 20px;
  font-weight: bold;
}

.left-panel .main_panel ul.static_navigation {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.left-panel .main_panel ul.static_navigation li:active {
  background-color: #ddd;
}

.left-panel .main_panel ul.static_navigation li a {
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  font-family: "TT Norms", sans-serif;
}

.left-panel .main_panel ul.categories_navigation {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.left-panel .main_panel ul.categories_navigation li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  font-family: "TT Norms", sans-serif;
  position: relative;
}

.left-panel .main_panel ul.categories_navigation li:hover {
  text-decoration: underline;
}

.left-panel .main_panel ul.categories_navigation li:active {
  background-color: #ddd;
}

.left-panel .main_panel ul.categories_navigation li:after {
  content: "\E8";
  color: #ccc;
  position: absolute;
  right: 20px;
  font-family: icomoon;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  font-size: 5px;
}

.left-panel .main_panel ul.categories_navigation li .img_wrap {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-panel .main_panel ul.categories_navigation li img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.left-panel .main_panel .mobile {
  padding: 0 20px 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.left-panel .main_panel .mobile .our_phones {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.left-panel .main_panel .mobile .our_phones .button {
  width: 100%;
  margin: 0 0 10px 0 !important;
  height: 40px;
}

.left-panel .main_panel .mobile .our_phones .button.lp-calls {
  width: 49%;
  min-width: 49%;
}

.left-panel .main_panel .mobile .phone_container {
  width: 100%;
  margin-bottom: 10px;
}

.left-panel .main_panel .mobile .phone_container a {
  color: #282828;
  font-weight: 400;
}

.left-panel .main_panel .mobile .phone_container a .icon-phone {
  margin-right: 5px;
}

.left-panel .main_panel .mobile .phone_container a:after {
  color: #282828 !important;
  top: 0;
  padding: 10px 15px;
}

.left-panel .main_panel .mobile .phone_container a.arrow-up:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left-panel .main_panel .mobile .phone_container .hidden_phones {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  left: 0;
  background-color: #5d5d5d;
  display: none;
}

.left-panel .main_panel .mobile .phone_container .hidden_phones a {
  color: #fff;
  display: block;
}

.left-panel .main_panel .mobile .phone_container .hidden_phones.display-hidden-phones {
  display: block;
}

.left-panel .main_panel .mobile .phone_container .hidden_phones .mobile-first-phone {
  display: block;
}

.left-panel .main_panel .mobile .user-actions {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px;
}

.left-panel .main_panel .mobile .user-actions.garage {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 40px;
  margin-bottom: 10px;
}

.left-panel .main_panel .mobile .box.header_selects {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-panel .main_panel .mobile .box.header_selects .active_item span {
  color: #282828;
}

.left-panel .main_panel .mobile .box.header_selects .active_item i {
  margin-left: 0;
  padding: 15px;
}

.left-panel .main_panel .mobile .box.header_selects .active_item i.rotated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left-panel .main_panel .mobile .box.header_selects .active_item i:before {
  color: #282828;
}

.left-panel .main_panel .mobile .box.header_selects .select_container {
  height: 40px;
  border: 1px solid #ddd;
}

.left-panel .main_panel .mobile .box.header_selects .select_container .all_items {
  background-color: #5d5d5d;
  min-width: 1px;
  width: calc(100% + 2px);
  left: -1px;
  display: none;
}

.left-panel .main_panel .mobile .box.header_selects .select_container .all_items.displayed {
  display: block;
}

.left-panel .main_panel .mobile .box.header_selects .button {
  height: 40px;
}

.left-panel .categories_panel {
  min-width: 100%;
  background: #fff;
  height: 100%;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  overflow: scroll;
}

.left-panel .categories_panel .category_menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.left-panel .categories_panel .category_menu-header .back_to_menu {
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  font-family: "TT Norms", sans-serif;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.left-panel .categories_panel .category_menu-header .back_to_menu:hover {
  color: #0076d0;
}

.left-panel .categories_panel .category_menu-header .back_to_menu:hover:before {
  color: #0076d0;
}

.left-panel .categories_panel .category_menu-header .back_to_menu:before {
  content: '\E9';
  font-family: 'icomoon';
  color: #282828;
  font-size: 10px;
  margin-right: 5px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.left-panel .categories_panel .category_menu-header .category_name {
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  font-family: "TT Norms", sans-serif;
}

.left-panel .categories_panel .category_selected ul {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.left-panel .categories_panel .category_selected li {
  padding: 0;
}

.left-panel .categories_panel .category_selected .inner_category {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  font-family: "TT Norms", sans-serif;
}

.left-panel .categories_panel .category_selected .inner_category:hover {
  text-decoration: underline;
}

.left-panel .categories_panel .category_selected .inner_category:active {
  background-color: #ddd;
}

.left-panel .categories_panel .category_selected .img_wrap {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-panel .categories_panel .category_selected img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes toggleMenu {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes toggleMenu {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

.rotated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #ebebeb;
  margin-bottom: 10px;
  padding-top: 5px;
}

.mobile-user-actions .user-actions {
  width: 49.5%;
  margin-bottom: 0 !important;
}

.write-to-us span {
  font-size: 14px;
}

.lm-socials {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.lm-socials .lm-socials-icons {
  padding: 10px 20px 0;
}

.top_section {
  background-image: url(../img/top_section.jpg);
  min-height: 500px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: lightgrey;
  background-position: center;
  -webkit-transition: background 1s linear;
  transition: background 1s linear;
}

.top_section .sub_title,
.top_section .page_title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 1px 1px #000;
}

.top_section .page_title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  font-family: "TT Norms", sans-serif;
}

.top_section .page_title.top_page_title {
  font-size: 40px;
}

.top_section .sub_title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.top_section .page_filter {
  margin-top: 100px;
}

.page_filter {
  min-height: 60px;
}

.page_filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  min-height: inherit;
}

.page_filter form .button,
.page_filter form .box.filter_selects {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page_filter .vincode_form-mobile {
  position: relative;
}

@media (min-width: 768px) {
  .page_filter .vincode_form-mobile {
    display: none;
  }
}

.page_filter .vincode_form-mobile .vincode {
  margin: 0;
  border: none;
}

.page_filter .vincode_form-mobile .vincode:focus {
  outline: none;
}

.page_filter .vincode_form-mobile button {
  position: absolute;
  min-width: 80px;
  min-height: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  border-radius: 0 20px 20px 0;
}

.page_filter .vincode_form-mobile button:focus {
  outline: none;
}

.page_filter .vincode_form-mobile button:before {
  content: "\E1";
  font-family: 'icomoon';
  font-size: 20px;
  color: #0090ff;
}

.page_filter .box.filter_selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px 3px 3px;
}

.page_filter .box.filter_selects input {
  background-color: #ebebeb;
  border: none;
  outline: none;
  width: 95px;
  min-height: 54px;
  padding: 0 10px;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.page_filter .box.filter_selects input.vincode {
  min-height: 59px !important;
}

.page_filter .box.filter_selects input::-webkit-input-placeholder {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.page_filter .box.filter_selects input::-moz-placeholder {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.page_filter .box.filter_selects input::-ms-input-placeholder {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.page_filter .box.filter_selects input::placeholder {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.page_filter .box.filter_selects input:not(.add-vin-input):focus {
  width: 170px;
}

.page_filter .box.filter_selects input:not(.add-vin-input):focus::-webkit-input-placeholder {
  color: transparent;
}

.page_filter .box.filter_selects input:not(.add-vin-input):focus::-moz-placeholder {
  color: transparent;
}

.page_filter .box.filter_selects input:not(.add-vin-input):focus::-ms-input-placeholder {
  color: transparent;
}

.page_filter .box.filter_selects input:not(.add-vin-input):focus::placeholder {
  color: transparent;
}

.page_filter .box.filter_selects .pick_date {
  max-width: 187px;
}

.page_filter .box.filter_selects .nice-select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-radius: 0;
}

.page_filter .box.filter_selects .nice-select:not(:last-child) {
  border-right: 1px solid #ebebeb;
}

.page_filter .button {
  max-width: 255px;
  background-color: #0090ff;
  font-size: 18px;
  font-weight: 700;
}

.page_filter .button:hover {
  background-color: #007bda;
}

.index_main {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category_section {
  width: 100%;
}

.category_section .category_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 43px;
}

.category_section .category_wrap .category_item {
  padding-bottom: 25px;
  width: 12.2857%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category_section .category_wrap .category_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.category_section .category_wrap .category_item a:hover {
  text-decoration: none;
}

.category_section .category_wrap .category_item a .img_wrap {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category_section .category_wrap .category_item a img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 60px;
  margin-bottom: 5px;
}

.category_section .category_wrap .category_item a .category_name {
  display: block;
  text-align: center;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.reviw_section {
  padding: 50px 0 60px;
  max-width: 1266px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 130px;
  -webkit-box-shadow: 0 20px 30px #dddddd;
          box-shadow: 0 20px 30px #dddddd;
  position: relative;
}

.reviw_section:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 70%;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0f1821;
}

.reviw_section:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 70%;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0f1821;
}

.reviw_section .video_container {
  margin-bottom: 57px;
  width: 100%;
}

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

.reviw_section .video_ascol .video_wrap:not(:last-child) {
  margin-bottom: 30px;
}

.reviw_section .video_ascol .video_wrap.video_brightness .video_title, .reviw_section .video_ascol .video_wrap.video_brightness .play_button {
  z-index: 1;
}

.reviw_section .section_sub-title {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 50px;
}

.reviw_section .video_wrap {
  position: relative;
  height: 100%;
}

.reviw_section .video_wrap.play_video {
  cursor: pointer;
}

.reviw_section .video_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviw_section .video_wrap .play_button {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: #0090ff;
}

.reviw_section .video_wrap .play_button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #ffffff;
}

.reviw_section .video_wrap .video_title {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  width: 100%;
  padding: 10px 20px 10px;
  text-transform: uppercase;
}

.reviw_section .video_wrap.video_brightness .video_title, .reviw_section .video_wrap.video_brightness .play_button {
  z-index: 1;
}

.reviw_section .popular_category_row {
  margin-bottom: 40px;
}

.reviw_section .popular_category {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  padding-bottom: 18px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.reviw_section .popular_category:hover {
  -webkit-box-shadow: 0 0px 10px #b3b3b3;
          box-shadow: 0 0px 10px #b3b3b3;
}

.reviw_section .popular_category .img_wrap {
  height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviw_section .popular_category .img_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}

.reviw_section .popular_category .category_title {
  color: #0f1821;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  text-decoration: none;
  text-align: center;
}

.reviw_section .articles_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviw_section .articles_slider .slick-slide {
  min-height: inherit;
  height: inherit;
}

.reviw_section .articles_slider .slick-slide > div {
  height: 100%;
}

.reviw_section .articles_slider .col-lg-4 {
  max-width: 100%;
  height: 100%;
}

.reviw_section .articles_slider .col-lg-4 a {
  height: 100%;
}

.manufacturers_section {
  padding-bottom: 185px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 1680px;
  margin: 0 auto;
}

.manufacturers_section .slick-slide {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.manufacturers_section .slick-slide.opa {
  opacity: 0.5;
}

.manufacturers_section .section_sub-title {
  display: block;
  text-align: center;
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 50px;
}

.manufacturers_section .manufacturers_slider {
  max-width: 100%;
  width: 100%;
}

.manufacturers_section .manufacturers_slider > div a {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.section.about_site {
  min-height: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/about_site.jpg);
  background-size: cover;
}

.section.about_site:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.section.about_site .section_sub-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

.description_section {
  width: 100%;
}

.description_section .col_wrapper {
  padding: 50px 0 60px;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.description_section .col_wrapper p {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  display: table;
  line-height: 30px;
  margin-bottom: 30px;
}

.description_section .col_wrapper span {
  color: #0090ff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.description_section .col_wrapper a.button {
  background-color: #0090ff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  padding-bottom: 2px;
  min-width: 144px;
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.description_section .col_wrapper a.button:hover {
  text-decoration: none;
  background-color: #007bda;
}

.reviews_section {
  padding-top: 40px;
  padding-bottom: 130px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 1680px;
  margin: 0 auto;
}

.reviews_section .section_sub-title {
  display: block;
  text-align: center;
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 20px;
}

.reviews_section .reviews_slider img, .reviews_section .category-slider img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews_section .reviews_slider .rating, .reviews_section .category-slider .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.reviews_section .reviews_slider .rating .rating_container, .reviews_section .category-slider .rating .rating_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.reviews_section .reviews_slider .rating .rating_container .icon-star, .reviews_section .category-slider .rating .rating_container .icon-star {
  font-size: 16px;
}

.reviews_section .reviews_slider .rating .rating_container .icon-star.clear, .reviews_section .category-slider .rating .rating_container .icon-star.clear {
  color: #c1c1c1;
}

.reviews_section .reviews_slider .rating .rating_container .icon-star.clear:before, .reviews_section .category-slider .rating .rating_container .icon-star.clear:before {
  color: inherit;
}

.reviews_section .reviews_slider .rating a, .reviews_section .category-slider .rating a {
  color: #0090ff;
  font-size: 12px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.reviews_section .reviews_slider .price, .reviews_section .category-slider .price {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 30px;
}

.reviews_section .reviews_slider .single_reviews, .reviews_section .category-slider .single_reviews {
  width: 260px;
  padding: 0 15px;
}

.reviews_section .reviews_slider .single_reviews_inner, .reviews_section .category-slider .single_reviews_inner {
  padding: 20px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.reviews_section .reviews_slider .single_reviews_inner:hover, .reviews_section .category-slider .single_reviews_inner:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 30px #ccc;
          box-shadow: 0 0 30px #ccc;
}

.reviews_section .reviews_slider .slider_title, .reviews_section .category-slider .slider_title {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
  display: block;
  margin-bottom: 9px;
  height: 48px;
  overflow: hidden;
}

.reviews_section .reviews_slider .slider_title a, .reviews_section .category-slider .slider_title a {
  color: #282828;
}

.reviews_section .reviews_slider .description, .reviews_section .category-slider .description {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 17px;
  margin: 0 0 10px;
  height: 100px;
}

.reviews_section .reviews_slider .name_date, .reviews_section .category-slider .name_date {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  min-height: 40px;
}

.section_map {
  width: 100%;
  position: relative;
}

.section_map #map {
  width: 100%;
  min-height: 430px;
}

.section_map .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section_map .address_wrap {
  background-color: #fff;
  padding: 35px 28px;
}

.section_map .address_wrap strong {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  line-height: 24px;
}

.section_map .address_wrap span {
  color: #717171;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
  line-height: 24px;
}

.section_map .address_wrap .address_fieds {
  margin-top: 20px;
}

.section_map .address_wrap a {
  min-height: 44px;
  background-color: #d6e3f2;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.section_map .address_wrap a:hover {
  text-decoration: none;
  background-color: #b3cbe7;
}

.last_articles {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 10px;
}

.last_articles:before {
  position: absolute;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.last_articles:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.last_articles:hover {
  text-decoration: none;
  cursor: pointer;
}

.last_articles:hover:before {
  background-color: rgba(0, 0, 0, 0.05);
}

.last_articles .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  height: 178px;
  overflow: hidden;
}

.last_articles .img_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.last_articles .article_title,
.last_articles .article_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.last_articles .article_title {
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  min-height: 60px;
}

.last_articles .article_description {
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  min-height: 60px;
}

.last_articles .reading-like-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last_articles .reading-block {
  font-size: 14px;
  margin: 0;
}

.last_articles .count-views {
  font-size: 14px;
  margin-left: 10px;
}

.last_articles .audio-file {
  margin-left: 20px;
}

.last_articles .article-like {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-right: 15px;
}

/* Alerts */
.alert-wrapper {
  width: 300px;
  top: 10px;
  right: 10px;
  position: fixed;
  z-index: 100;
  text-align: left;
}

.alert-wrapper .alert {
  width: 300px;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  -webkit-animation: jelly 0.5s ease-in-out;
          animation: jelly 0.5s ease-in-out;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 500;
  margin-bottom: 10px;
}

.alert-wrapper .alert.alert-error {
  background: #FC6868;
}

.alert-wrapper .alert.alert-info {
  background: #204d74;
}

.alert-wrapper .alert.alert-success {
  background: #4CAF50;
}

.alert-wrapper .alert.alert-warning {
  background: #FFC107;
}

.alert-wrapper .alert .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert-wrapper .alert p {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}

/* /Alerts */
/* Garage pop-up rm button */
.rm-block {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e13737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: -24px;
  cursor: pointer;
}

.rm-block:hover {
  background-color: #e13737;
}

.rm-block:hover .icon-remove:before {
  color: #fff;
}

.rm-block .icon-remove {
  font-size: 9px;
  margin-top: 2px;
}

/* /Garage */
.white-cross-sm-icon {
  background-image: url("../img/svg/Icon-Sm-Cross-White.svg");
  width: 20px;
  height: 20px;
}

.acpr-hidden {
  display: none;
}

.toggle-acpr {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}

.toggle-acpr .toggle-acpr-triangle {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #888;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
  top: 14px;
  left: 8px;
}

.toggle-acpr .toggle-acpr-triangle.toggle-acpr-triangle-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 40%;
          transform-origin: 50% 40%;
}

img.left-menu-icon {
  width: 30px;
  margin-right: 10px;
}

.left-menu-icon-empty {
  width: 30px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 1700px) {
  .manufacturers_section {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .reviw_section {
    max-width: calc(100% - 30px);
  }
  .reviw_section:after, .reviw_section:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .category_section .category_wrap .category_item {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .page_filter .button {
    max-width: 200px;
  }
  .reviews_section .reviews_slider .single_reviews, .reviews_section .category-slider .single_reviews {
    padding: 0 5px;
  }
}

@media (max-width: 991px) {
  .articles_slider .slick-prev {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: 0;
    width: 45px;
    height: 45px;
    opacity: 1 !important;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-47px);
            transform: translateX(-47px);
    color: #0090ff;
    background: #fff;
  }
  .articles_slider .slick-prev:before {
    content: '\E9';
    font-family: 'icomoon';
    color: #0090ff;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    display: block;
  }
  .articles_slider .slick-next {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    opacity: 1 !important;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: 0;
    -webkit-transform: translateX(47px);
            transform: translateX(47px);
    color: #0090ff;
    background: #fff;
    top: calc(100% + 12px);
    right: 50%;
  }
  .articles_slider .slick-next:before {
    content: '\E9';
    font-family: 'icomoon';
    color: #0090ff;
    font-size: 14px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .reviw_section {
    padding-bottom: 80px;
  }
  .reviw_section .video_ascol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reviw_section .video_ascol .video_wrap {
    width: calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  .reviw_section {
    padding-bottom: 80px;
  }
  .reviw_section .col-12 {
    margin-bottom: 15px;
  }
  .reviw_section .video_ascol .video_wrap {
    width: 100%;
  }
  .reviw_section .video_ascol .video_wrap:not(:last-child) {
    margin-bottom: 15px;
  }
  .row.popular_category_row {
    background-color: #f5f5f5;
  }
  .row.popular_category_row .col-12 {
    margin-bottom: 0;
  }
  .row.popular_category_row .popular-cat-item {
    max-width: 33.3%;
    padding: 0;
  }
  .row.popular_category_row .popular-cat-item a.popular_category {
    margin-bottom: 0;
  }
  .row.popular_category_row .popular-cat-item .img_wrap {
    max-height: 110px;
  }
  .row.popular_category_row .popular-cat-item .img_wrap img {
    max-height: 60px;
    max-width: 80%;
    margin: 0 auto;
  }
  .reviw_section .popular_category .category_title {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
  }
  .category_subcats .popular_category {
    min-height: 150px !important;
  }
  .reviews_section .reviews_slider .description, .reviews_section .category-slider .description {
    height: 140px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .category_section .container {
    max-width: 100%;
  }
  .category_section .category_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_section .category_wrap .category_item {
    max-width: 33.3%;
  }
}

@media (max-width: 575px) {
  .category_section .container {
    max-width: 100%;
  }
  .category_section .category_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_section .category_wrap .category_item {
    max-width: 33%;
  }
  .category_section .category_wrap .category_item a img {
    max-width: 80%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .only_mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .top_section .container {
    max-width: 100%;
  }
  .top_section .page_title {
    font-size: 32px;
  }
  .top_section .page_title.top_page_title {
    font-size: 30px;
  }
  .top_section .sub_title {
    font-size: 22px;
  }
  .top_section .page_filter {
    margin-top: 30px;
  }
  .top_section .page_filter .only_mobile {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "TT Norms", sans-serif;
    display: block;
    text-align: center;
  }
  .top_section .page_filter input {
    max-width: 100%;
    width: 100%;
    min-height: 41px;
    margin-bottom: 5px;
    border-radius: 20px;
    padding: 0 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top_section .page_filter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    padding: 25px 15px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
  }
  .top_section .page_filter form .box.filter_selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3px;
  }
  .top_section .page_filter form .box.filter_selects .nice-select {
    border-right: none !important;
    max-width: 100% !important;
    border-bottom: none;
    margin-bottom: 5px;
    border-radius: 20px;
    padding: 0 30px 0 30px;
  }
  .top_section .page_filter form .box.filter_selects .nice-select .list {
    width: 100%;
  }
  .top_section .page_filter form .button {
    max-width: 100%;
    height: 40px;
    border-radius: 20px;
    margin-top: -3px;
  }
  .reviw_section .video_wrap .video_title {
    padding: 15px;
    font-size: 14px;
  }
  section .section_sub-title {
    font-size: 24px !important;
  }
  .mobile-hidden {
    display: none;
  }
}

@media (max-width: 375px) {
  .last_articles .img_wrap {
    height: 160px;
  }
}

/* cookie consent */
.cookie-consent-title {
  max-width: 1000px;
}

.cookie-consent-accept-button {
  border-radius: 4px;
  background-color: #00adf2;
  color: #fff;
  padding: 5px 25px;
  cursor: pointer;
}

.cookie-consent-accept-button:hover {
  background-color: #0c7cd4;
}

.cookie-consent-content {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 16px;
  color: #5a5a5a;
}

.cookie-consent {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.cookie-consent.cc-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

@media (max-width: 575px) {
  .cookie-consent, .cookie-consent-content {
    font-size: 13px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2147483647 !important;
    position: fixed;
    bottom: 0;
    background-color: white;
  }
  .cookie-consent-accept-button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.vin_not_found {
  display: none;
}

.vin_not_found div {
  background-color: #f5f5f5;
  width: 100%;
  padding: 0 10px;
  color: #282828;
}

.spinner_ajPY {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: spinner_AtaB .75s infinite linear;
          animation: spinner_AtaB .75s infinite linear;
}

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

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

.marka-item {
  max-width: 14%;
}

.marka-image {
  height: 80px !important;
}

.marka-icon {
  width: 80px;
}

.marka-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

.marka-a {
  padding-bottom: 0 !important;
}

@media (max-width: 1366px) {
  .marka-a {
    min-height: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .marka-image {
    height: 50px !important;
  }
  .marka-icon {
    width: 50px;
  }
  .marka-title {
    height: 50px !important;
  }
  .marka-name-title {
    font-size: 10px !important;
  }
}

@media (max-width: 576px) {
  .popular-cat-item.marka-item {
    max-width: 25% !important;
  }
  .marka-icon {
    width: 50px;
  }
  .popular_category.marka-a {
    min-height: unset !important;
  }
}

.top_section_tuning {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) calc(30% + (max(0px, 100vw - 1300px) / 5)), transparent calc(30% + (max(0px, 100vw - 1300px) / 5)), transparent 100%), url(../img/tuning-top-dark.png);
  min-height: 600px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: lightgrey;
  background-position: center;
  -webkit-transition: background 1s linear;
  transition: background 1s linear;
}

.top_section_tuning .top_page_title {
  display: block;
  text-align: left;
  color: white;
  font-size: 40px;
}

.top_section_tuning .page_title {
  display: block;
  text-align: left;
  color: white;
  font-size: 36px;
  max-width: 700px;
}

@media (max-width: 576px) {
  .top_section_tuning {
    background-image: url(../img/tuning-top-dark.png);
  }
}

.main.order {
  width: 100%;
  padding: 41px 0;
}

.main .main_title {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
}

.form_order {
  padding-top: 15px;
  padding-bottom: 50px;
}

.form_order .form_title {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 17px;
}

.form_order .form_block {
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 28px;
}

.form_order .form_block .radio_group.width .control {
  max-width: 380px;
  width: 100%;
  font-weight: 700;
}

.form_order .form_block .radio_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_order .form_block .radio_group .control {
  max-width: 255px;
  width: 100%;
}

.form_order .form_block .radio_group .control small {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-top: -3px;
}

.form_order .form_block .text_field:first-of-type {
  margin-top: 30px;
}

.form_order .form_block .text_field:last-of-type {
  margin-bottom: 40px;
}

.form_order .form_block .text_field {
  margin-bottom: 31px;
}

.form_order .form_block .text_field input {
  max-width: 445px;
  width: 100%;
  height: 42px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  outline: none;
}

.form_order .form_block .text_field input:focus {
  outline: none;
  border-color: #0076d0;
}

.form_order .form_block .text_field input::-webkit-input-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.form_order .form_block .text_field input::-moz-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.form_order .form_block .text_field input::-ms-input-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.form_order .form_block .text_field input::placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.form_order .form_block .form_section {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

.form_order .form_block .form_section_subtitle {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 30px;
}

.form_order .order_container {
  background-color: #f5f5f5;
  margin-top: 20px;
}

.form_order .order_container .order_block {
  padding: 15px 10px 15px 30px;
  min-height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form_order .order_container .order_block:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.form_order .order_container .order_block span {
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.form_order .order_container .order_block strong {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.form_order .order_container .order_block .price {
  color: #0090ff;
  font-size: 30px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-top: -3px;
  margin-bottom: 20px;
}

.form_order .order_container .order_block .button_group {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px;
}

.form_order .order_container .order_block .button_group .button {
  min-height: 44px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}

.button_transparent {
  border: 3px solid #b9b9b9;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #616161;
  font-size: 12px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  text-transform: uppercase;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.button_transparent:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b9b9b9;
}

.onepage-delivery {
  margin-bottom: 15px;
}

.onepage-delivery .onepage-delivery-radios-block {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
}

.onepage-delivery .onepage-delivery-radios-block .radio_wrapper {
  width: 48%;
  display: inline;
  float: left;
}

.onepage-delivery .form_order .form_block .form_section_subtitle {
  margin-bottom: 10px;
  margin-top: 5px;
}

.fss-mb10 {
  margin-bottom: 10px;
}

.onepage-login-buttons {
  width: 100%;
  height: auto;
  margin: 15px 0 20px;
  display: none;
}

.onepage-login-buttons button.button {
  margin-right: 15px;
}

.order-payments-block textarea.payment-info-ta {
  width: 100%;
  height: 100px;
  border-radius: 3px;
  border-color: #aaa;
}

.ukrposhta-wrapper {
  margin-bottom: 10px;
}

.ukrposhta-select {
  width: 49.5% !important;
}

@media (max-width: 575px) {
  .form_order .form_title {
    font-size: 26px;
  }
  .form_order .form_block .radio_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_order .form_block .text_field input {
    max-width: 100%;
  }
  .ukrposhta-select {
    width: 100% !important;
  }
}

.order-status-badge {
  color: #fff !important;
  padding: 3px 5px;
  font-size: 14px;
  background-color: transparent;
  border-radius: 3px;
  margin-left: 12px;
}

.order-status-default {
  background-color: #777;
}

.order-status-processing {
  background-color: #5bc0de;
}

.order-status-sent {
  background-color: #663399;
}

.order-status-primary {
  background-color: #337ab7;
}

.order-status-info {
  background-color: #0041FF;
}

.order-status-warning {
  background-color: #FFC107;
}

.order-status-success {
  background-color: #4CAF50;
}

.order-status-danger {
  background-color: #FC6868;
}

.main.contact {
  width: 100%;
  display: block;
  padding: 45px 0 105px;
}

.main.contact .address_row {
  margin-bottom: 58px;
}

.main.contact .main_title {
  margin-bottom: 31px;
  margin-top: 17px;
}

.main.contact .contact_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 25px 30px 30px;
}

.main.contact .contact_container .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main.contact .contact_container .inner_wrapper:not(:last-child) {
  margin-bottom: 23px;
}

.main.contact .contact_container .inner_wrapper .contact_type {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 5px;
}

.main.contact .contact_container .inner_wrapper a {
  display: block;
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 3px;
}

.main.contact .contact_container .inner_wrapper a:hover {
  color: #0076d0;
  text-decoration: none;
}

.main.contact .contact_container .inner_wrapper address {
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin: 0;
}

.main.contact #map {
  width: 100%;
  height: 100%;
}

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

.main.contact .contact_form .form_title {
  display: block;
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 11px;
}

.main.contact .contact_form .form_desc {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 425px;
}

.main.contact .contact_form .text_field {
  margin-bottom: 22px;
  display: block;
}

.main.contact .contact_form .text_field input {
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  outline: none;
}

.main.contact .contact_form .text_field input:focus {
  outline: none;
  border-color: #0076d0;
}

.main.contact .contact_form .text_field input::-webkit-input-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .text_field input::-moz-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .text_field input::-ms-input-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .text_field input::placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .text_field textarea {
  max-width: 100%;
  width: 100%;
  min-height: 106px;
  border: 1px solid #dddddd;
  padding: 15px;
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  outline: none;
}

.main.contact .contact_form .text_field textarea:focus {
  outline: none;
  border-color: #0076d0;
}

.main.contact .contact_form .text_field textarea::-webkit-input-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .text_field textarea::-moz-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .text_field textarea::-ms-input-placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .text_field textarea::placeholder {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.contact .contact_form .load_file-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.main.contact .contact_form .load_file-container input {
  display: none;
}

.main.contact .contact_form .load_file-container label {
  margin: 0 30px 0 0;
}

.main.contact .contact_form .load_file-container label .button_transparent {
  min-height: 33px;
  padding: 0 15px;
  cursor: pointer;
}

.main.contact .contact_form .load_file-container .file_info {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 16px;
  max-width: 190px;
  display: block;
}

.main.contact .contact_form > .button {
  min-height: 44px;
  text-transform: uppercase;
  max-width: 190px;
}

@media (max-width: 991px) {
  .main.contact .contact_container {
    margin-bottom: 30px;
  }
  .main.contact #map {
    min-height: 300px;
  }
  .main.contact .contact_form {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .main.contact .main_title {
    font-size: 24px;
  }
}

.main.articleList {
  width: 100%;
  padding: 45px 0 105px;
}

.main.articleList .main_title {
  margin: 16px 0 22px;
}

.main.articleList .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 27px 0;
  padding: 0;
  list-style-type: none;
}

.main.articleList .tags li.active a {
  background-color: #0076d0;
  border-color: #0076d0;
  color: #fff;
}

.main.articleList .tags li {
  margin-bottom: 15px;
}

.main.articleList .tags li:not(:last-child) {
  margin-right: 15px;
}

.main.articleList .tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 13px;
  min-height: 30px;
  border: 1px solid #dddddd;
  color: #0076d0;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}

.main.articleList .tags li a:hover {
  text-decoration: none;
  background-color: #0076d0;
  border-color: #0076d0;
  color: #fff;
}

.main.articleList .last_articles {
  margin-bottom: 55px;
}

.main.articleList .gallery-list-block .last_articles {
  margin-bottom: 30px;
}

.main.articleList .brand-box .last_articles {
  margin-bottom: 10px;
}

.main.articleList .brand-box .last_articles .img_wrap {
  margin-bottom: 0;
  height: 150px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.pagination .icon-slider_arr.reverse {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .pagination_nav a {
  line-height: 30px;
  display: block;
}

.pagination .pagination_nav a span:before {
  color: #c2c2c2;
  -webkit-transition: ease 0.15s;
  transition: ease 0.15s;
}

.pagination .pagination_nav a:hover {
  text-decoration: none;
}

.pagination .pagination_nav a:hover span:before {
  color: #0076d0;
}

.pagination .pagination_nav.prev a {
  padding-right: 25px;
}

.pagination .pagination_nav.next a {
  padding-left: 25px;
}

.pagination .pagination_page {
  margin: 0 5px;
}

.pagination .pagination_page a.active {
  background-color: #0090ff;
  color: #fff;
}

.pagination .pagination_page a {
  display: inline-block;
  height: 30px;
  min-width: 30px;
  background-color: #e3e3e3;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-align: center;
  line-height: 30px;
  -webkit-transition: ease 0.15s;
  transition: ease 0.15s;
}

.pagination .pagination_page a:hover {
  text-decoration: none;
  background-color: #0090ff;
  color: #fff;
}

.sale-badge {
  padding: 5px 15px;
  background-color: #0076d0;
  color: white;
  position: absolute;
  top: 10px;
  font-size: 14px;
}

.sale-badge.product-badge {
  right: 0;
  top: 0;
}

.brand-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-list-block .last_articles {
  padding-top: 0;
}

.gallery-list-block .last_articles .img_wrap {
  height: 230px;
  margin-bottom: 0;
}

.gallery-list-block .last_articles .img_wrap.with-icon {
  position: relative;
}

.gallery-list-block .last_articles .img_wrap.with-icon .gallery-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
}

.gallery-list-block .last_articles .gallery-list-block-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 20px;
}

.gallery-list-block .last_articles .gallery-list-block-tooltip .article_title, .gallery-list-block .last_articles .gallery-list-block-tooltip .article_description {
  color: #fff;
}

.gallery-list-block .last_articles:hover .gallery-list-block-tooltip {
  display: block;
  z-index: 1;
}

.main.textpage .button-more-mobile {
  display: none !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog_tags .rating_container .icon-star.clear:before {
  color: #c1c1c1;
}

@media (min-width: 768px) {
  .brand-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .brand-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 525px) {
  .main.textpage .button-more-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.main.reviews {
  width: 100%;
  padding: 45px 0 105px;
}

.main.reviews .breadcrumb {
  margin-bottom: 16px;
}

.main.reviews .main_title {
  margin-bottom: 17px;
}

.main.reviews .comment_wrap:last-of-type {
  margin-bottom: 50px;
}

.main.reviews .comment_wrap {
  background-color: #f5f5f5;
  padding: 21px 30px 24px 30px;
  margin-bottom: 10px;
}

.main.reviews .comment_wrap .text {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
  margin: 0 0 10px;
}

.main.reviews .comment_wrap .author {
  color: #797979;
  font-size: 12px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.main.reviews .comment_form {
  background-color: #f5f5f5;
  padding: 35px 30px 45px;
}

.main.reviews .comment_form-title {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 25px;
  margin-top: 10px;
}

.main.reviews .comment_form .form_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.main.reviews .comment_form .form_field span {
  display: block;
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 7px;
}

.main.reviews .comment_form .form_field input {
  height: 42px;
  outline: none;
  border: none;
  padding: 0 15px;
}

.main.reviews .comment_form .form_field textarea {
  min-height: 118px;
  outline: none;
  border: none;
  padding: 15px;
  margin-bottom: 20px;
}

.main.reviews .comment_form .form_field .control-error {
  color: red;
  font-style: italic;
}

.main.reviews .comment_form .form_field .required::after {
  content: '*';
  color: red;
  font-weight: bold;
  margin-left: 5px;
}

.main.reviews .comment_form .button {
  text-transform: uppercase;
  min-height: 44px;
}

.main.reviews .comments-images-block {
  margin-top: 5px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .main.reviews .comment_form {
    margin-bottom: 30px;
  }
  .main.reviews .main_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .main.reviews .comment_form {
    padding: 15px;
  }
  .main.reviews .comment_wrap {
    padding: 15px;
  }
}

.main.brand {
  width: 100%;
  padding: 45px 0 60px;
}

.main.brand .main_title {
  margin: 16px 0 26px;
}

.main.brand .items_filter {
  margin-bottom: 90px;
}

.main.brand .brand_pagination .pagination {
  margin-top: 20px;
  margin-bottom: 70px;
}

.main.brand .brand_pagination hr {
  border: none;
  border-top: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 73px;
}

.main.brand .brand_article img {
  width: 100%;
  display: block;
  margin-bottom: 55px;
}

.main.brand .brand_article p {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 30px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .main.brand .items_filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .main.brand .items_display {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 575px) {
  .main.brand {
    padding-top: 10px;
  }
  .main.brand .items_filter {
    padding-top: 15px;
  }
  .main.brand .items_filter .filter_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  .main.brand .items_filter .filter_select > span {
    line-height: 1;
    display: block;
  }
  .main.brand .items_filter .filter_select .nice-select {
    padding-left: 0;
  }
}

.items_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dddddd;
  min-height: 50px;
  padding: 0 20px;
}

.items_filter .filter_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
}

.items_filter .filter_select:first-of-type {
  margin-right: 0;
}

.items_filter .filter_select span {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 42px;
}

.items_filter .filter_select .nice-select {
  border: none;
}

.items_filter .filter_select .nice-select .current {
  color: #0076d0;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.items_filter .save_pdf {
  margin-left: auto;
  font-size: 14px;
}

.items_filter .save_pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items_filter .save_pdf a .icon-pdf {
  margin-right: 8px;
}

.items_filter .items_display {
  margin-left: 90px;
}

.items_filter .items_display span {
  cursor: pointer;
}

.items_filter .items_display span:not(:last-child) {
  margin-right: 13px;
}

.items_filter .items_display span.active:before {
  color: #0090ff;
}

.product_item {
  padding: 23px;
  border: 1px solid transparent;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  margin-bottom: 30px;
}

.product_item:hover {
  -webkit-box-shadow: 0 10px 20px #e2e2e2;
          box-shadow: 0 10px 20px #e2e2e2;
}

.product_item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
  display: block;
  height: 250px;
}

.product_item .img_wrap {
  width: 100%;
  position: relative;
}

.product_item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.product_item .rating .rating_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.product_item .rating .rating_container .icon-star {
  font-size: 16px;
}

.product_item .rating .rating_container .icon-star.clear {
  color: #c1c1c1;
}

.product_item .rating .rating_container .icon-star.clear:before {
  color: inherit;
}

.product_item .rating a {
  color: #0090ff;
  font-size: 12px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.product_item .price {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 18px;
}

.product_item .single_reviews {
  width: 260px;
  padding: 0 15px;
}

.product_item .product_item-name {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
  display: block;
  margin-bottom: 9px;
}

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

.product_item .product_item-nav .price {
  min-width: 100%;
}

.product_item .product_item-nav .button_transparent {
  color: #0076d0;
  padding: 0 20px;
  border-color: #dddddd;
  margin-right: 25px;
}

.product_item .product_item-nav .button_transparent:hover {
  border-color: #0076d0;
  background-color: #0076d0;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px -5px #636363;
          box-shadow: 0 5px 10px -5px #636363;
}

.product_item .product_item-nav .inner_nav a {
  text-decoration: none;
}

.product_item .product_item-nav .inner_nav a:not(:last-child) {
  margin-right: 15px;
}

.product_item .product_item-nav .inner_nav a:hover {
  text-decoration: none;
}

.product_item .product_item-nav .inner_nav a:hover i:before {
  color: #0076d0;
}

.product_item .product_item-nav .inner_nav a i {
  font-size: 25px;
  color: #cccccc;
}

.product_item .product_item-nav .inner_nav a i:before {
  color: #cccccc;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.popup_wrapper.addToBasket {
  display: none;
  max-width: 730px;
  width: 100%;
}

.popup_wrapper.addToBasket .complete_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

.popup_wrapper.addToBasket .complete_item span {
  font-size: 64px;
}

.popup_wrapper.addToBasket .popup_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}

.popup_wrapper.addToBasket .popup_message strong {
  color: #282828;
  font-size: 28px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  text-align: center;
}

.popup_wrapper.addToBasket .popup_message span {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  text-align: center;
}

.popup_wrapper.addToBasket .button_wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_wrapper.addToBasket .button_wrapper .button:not(:last-child) {
  margin-right: auto;
}

.popup_wrapper.addToBasket .button_wrapper .button {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup_wrapper.addToBasket .button_wrapper .button:hover {
  text-decoration: none;
}

.popup_wrapper.addToBasket .button_wrapper .button:last-child {
  margin-right: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.popup_wrapper.addToBasket .button_wrapper .button.grey {
  background-color: #d6d6d6;
  color: #282828;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-transform: uppercase;
}

.popup_wrapper.addToBasket .button_wrapper .button.grey:hover {
  background-color: #9a9a9a;
  color: #fff;
}

.brands-dealer-type-block {
  margin-top: 15px;
  color: #418de6;
}

.brands-dealer-type-block .brands-group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .popup_wrapper.addToBasket {
    min-width: 1px;
    width: calc(100% - 30px);
    padding: 30px;
    max-height: 85vh;
    overflow: auto;
  }
  .popup_wrapper.addToBasket .button_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup_wrapper.addToBasket .button_wrapper .button {
    margin-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .popup_wrapper.addToBasket {
    padding: 20px 15px !important;
  }
  .popup_wrapper.addToBasket .button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_wrapper.addToBasket .button_wrapper .button {
    width: 100%;
  }
}

.main.info {
  width: 100%;
  padding: 45px 0 55px;
}

.main.info .main_title {
  margin: 16px 0 26px;
}

.main.info .article_info {
  margin-bottom: 35px;
}

.main.info .article_info span {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.main.info .article_info p {
  display: block;
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
}

.main.info .info_menu {
  -webkit-box-shadow: 0 0 5px #f1f1f1;
          box-shadow: 0 0 5px #f1f1f1;
  padding: 30px 10px 19px 35px;
}

.main.info .info_menu .menu-title {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 25px;
}

.main.info .info_menu .inner_nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main.info .info_menu .inner_nav li {
  display: block;
  margin-bottom: 16px;
}

.main.info .info_menu .inner_nav li a {
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.main.info .info_menu .inner_nav li a.active {
  color: #0076d0;
  font-weight: 700;
  text-decoration: underline;
}

.main.info .block-make-feedback {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main.info .block-make-feedback-title {
  margin-bottom: 20px;
  text-align: center;
}

.main.info .make-feedback-form {
  max-width: 420px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
}

.main.info .make-feedback-form .form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.19;
}

.main.info .make-feedback-form .form-item {
  margin-bottom: 15px;
}

.main.info .make-feedback-form .form-input {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main.info .make-feedback-form .form-input::-webkit-input-placeholder {
  font-weight: 400;
  color: #616161;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}

.main.info .make-feedback-form .form-input::-moz-placeholder {
  font-weight: 400;
  color: #616161;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}

.main.info .make-feedback-form .form-input::-ms-input-placeholder {
  font-weight: 400;
  color: #616161;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}

.main.info .make-feedback-form .form-input::placeholder {
  font-weight: 400;
  color: #616161;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}

.main.info .make-feedback-form .form-input:hover,
.main.info .make-feedback-form .form-input:focus {
  border-color: #418de6;
  outline: none;
}

.main.info .make-feedback-form .form-input:hover::-webkit-input-placeholder,
.main.info .make-feedback-form .form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.main.info .make-feedback-form .form-input:hover::-moz-placeholder,
.main.info .make-feedback-form .form-input:focus::-moz-placeholder {
  opacity: 0;
}

.main.info .make-feedback-form .form-input:hover::-ms-input-placeholder,
.main.info .make-feedback-form .form-input:focus::-ms-input-placeholder {
  opacity: 0;
}

.main.info .make-feedback-form .form-input:hover::placeholder,
.main.info .make-feedback-form .form-input:focus::placeholder {
  opacity: 0;
}

.main.info .make-feedback-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 46px;
  font-weight: 500;
  text-align: center;
}

.main.notFound {
  width: 100%;
  padding: 70px 0 140px;
}

.main.notFound .inner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 630px;
  margin: 0 auto;
}

.main.notFound .inner_content img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 40px;
}

.main.notFound .inner_content strong {
  width: 100%;
  display: block;
  text-align: center;
  color: #0660a7;
  font-size: 30px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 6px;
}

.main.notFound .inner_content p {
  width: 100%;
  display: block;
  text-align: center;
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
  margin-bottom: 50px;
  white-space: pre-line;
}

.main.notFound .inner_content a {
  display: inline-block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 35px;
  line-height: 44px;
}

.main.notFound .inner_content a:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .main.notFound {
    padding: 40px 0;
  }
  .main.notFound .inner_content strong {
    font-size: 24px;
    line-height: 1.25;
  }
}

.video_popup_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 25px;
  z-index: 100;
}

.video_popup_wrap .video_popup {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 270px;
}

.video_popup_wrap video {
  display: block;
  outline: none;
  width: 100%;
}

.video_popup_wrap .video_popup_close_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -23px;
  opacity: 0.3;
}

.video_popup_wrap .video_popup_close_btn:hover {
  opacity: 1;
}

.video_popup_wrap .video_popup_close_btn:before, .video_popup_wrap .video_popup_close_btn:after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background: #ccc;
  left: 9px;
}

.video_popup_wrap .video_popup_close_btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.video_popup_wrap .video_popup_close_btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.category_section .category_item {
  position: relative;
}

.category_section .category_item .category_dropdown {
  list-style-type: none;
  margin: 0;
  padding: 30px 45px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 11px 57px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 11px 57px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 12;
}

.category_section .category_item .category_dropdown.top-nav-sub-cat-icon {
  max-height: 620px;
  overflow-y: auto;
}

@media (max-width: 576px) {
  .category_section .category_item .category_dropdown {
    padding: 10px 20px 10px 35px;
  }
}

.category_section .category_item .category_dropdown.hovered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category_section .category_item .category_dropdown .triangle {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  top: -9px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.category_section .category_item .category_dropdown li {
  width: 39%;
  position: relative;
  padding: 12px 0;
}

@media (min-width: 993px) {
  .category_section .category_item .category_dropdown li:nth-child(3n - 3) {
    width: 22%;
  }
}

@media (max-width: 992px) {
  .category_section .category_item .category_dropdown li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .category_section .category_item .category_dropdown li {
    width: 100%;
  }
}

.category_section .category_item .category_dropdown li a {
  max-width: 270px;
  width: 100%;
  padding-left: 19px;
  color: #2060ab;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.category_section .category_item .category_dropdown .list_dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ffc80a;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
}

.address_wrap_two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-158%, -50%);
          transform: translate(-158%, -50%);
  background-color: #fff;
  padding: 35px 28px;
  min-width: 350px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
}

@media (max-width: 1199px) {
  .address_wrap_two {
    -webkit-transform: translate(-132%, -50%);
            transform: translate(-132%, -50%);
  }
}

@media (max-width: 991px) {
  .address_wrap_two {
    -webkit-transform: translate(-98%, -50%);
            transform: translate(-98%, -50%);
  }
}

@media (max-width: 767px) {
  .address_wrap_two {
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: 0;
    left: 0;
    width: 60%;
    margin: 0 auto 15px;
  }
}

@media (max-width: 575px) {
  .address_wrap_two {
    text-align: center;
    min-width: unset;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.address_wrap_two strong {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  line-height: 24px;
}

.address_wrap_two span {
  color: #717171;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
  line-height: 24px;
}

.address_wrap_two .address_fieds {
  margin-top: 20px;
}

.address_wrap_two a {
  min-height: 44px;
  background-color: #d6e3f2;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.address_wrap_two a:hover {
  text-decoration: none;
  background-color: #b3cbe7;
}

.arrow {
  width: 0px;
  height: 0px;
  border: 50px solid transparent;
  border-top-color: blue;
  margin: 0;
  padding: 0;
  float: left;
}

.arrow:after {
  border: 30px solid transparent;
}

.arrow:before {
  content: '';
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top-color: white;
  display: inline-block;
  -webkit-transform: translate(-30px, -50px);
}

.arrow.down {
  transform: rotate(0deg) translate(0px, 25px);
  -webkit-transform: rotate(0deg) translate(0px, 25px);
  -moz-transform: rotate(0deg) translate(0px, 25px);
  -o-transform: rotate(0deg) translate(0px, 25px);
  -ms-transform: rotate(0deg) translate(0px, 25px);
}

.arrow.up {
  transform: rotate(180deg) translate(0px, 25px);
  -webkit-transform: rotate(180deg) translate(0px, 25px);
  -moz-transform: rotate(180deg) translate(0px, 25px);
  -o-transform: rotate(180deg) translate(0px, 25px);
  -ms-transform: rotate(180deg) translate(0px, 25px) translate(0px, 25px);
}

.slick_second-next, .slick_second-prev {
  font-size: 0;
  line-height: 0;
  /*position: absolute;*/
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  position: relative;
}

.slick_second-next, .slick_second-next:focus, .slick_second-next:hover, .slick_second-prev, .slick_second-prev:focus, .slick_second-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick_second-next:focus:before, .slick_second-next:hover:before, .slick_second-prev:focus:before, .slick_second-prev:hover:before {
  opacity: 1;
}

.slick_second-next.slick-disabled:before, .slick_second-prev.slick-disabled:before {
  opacity: .25;
}

.slick_second-next:before, .slick_second-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #019fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.slick_second-prev {
    left: -25px
}

[dir=rtl] .slick_second-prev {
    right: -25px;
    left: auto
}*/
.slick_second-prev:before {
  /*content: "\2303"*/
}

.slick_second-next:before {
  /*content: "\2304"*/
}

[dir=rtl] .slick_second-prev:before {
  /*content: "\2303"*/
}

/*.slick_second-next {
    right: -25px
}

[dir=rtl] .slick_second-next {
    right: auto;
    left: -25px*/
/*}*/
[dir=rtl] .slick_second-next:before {
  /*content: "\2304"*/
}

.slick_second-next {
  height: 20px;
}

.slick_second-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 35px;
  border-right: 2px solid #019fff;
  border-top: 2px solid #019fff;
}

.slick_second-prev {
  height: 0px;
}

.slick_second-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  position: absolute;
  top: -57px;
  left: 6px;
  border-left: 2px solid #019fff;
  border-bottom: 2px solid #019fff;
}

.block-next-button {
  position: absolute;
  right: 10px;
}

.block-next-button {
  position: absolute;
}

.block-prev-button {
  position: absolute;
}

.more-pics-desktop {
  width: 70px;
  height: 55px;
  position: absolute;
  right: 25px;
  text-align: center;
  color: #8b8b8b;
  font-size: 14px;
}

@media (max-width: 768px) {
  .more-pics-desktop {
    height: 60px;
  }
}

.more-pics-mobile {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  color: #8b8b8b;
}

@media (max-width: 992px) {
  .slick_second-next {
    height: 35px;
  }
  .block-prev-button {
    height: 60px;
  }
  .slick_second-next:after {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .main.product .product_short-description .title {
    margin-top: 25px;
  }
  .slick_second-next {
    height: 50px !important;
  }
  .block-prev-button {
    height: 70px;
  }
  .slick_second-prev:after {
    top: -20px;
  }
}

.product_slider {
  overflow: auto;
}

.product_slider::-webkit-scrollbar {
  height: 8px !important;
  /* высота горизонтальной полосы */
  color: #019fff;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .more-pics-desktop {
    display: none;
  }
  .product_slider {
    max-width: 352px !important;
  }
}

@media (max-width: 575px) {
  .more-pics-desktop {
    display: none;
    font-size: 12px;
  }
  .more-pics-mobile {
    display: block;
    padding-top: 0;
  }
  .slick_second-next {
    height: 35px;
  }
  .block-prev-button {
    height: 90px;
  }
}

@media (max-width: 375px) {
  .more-pics-mobile {
    font-size: 14px;
    right: 25px;
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  .more-pics-mobile {
    display: none;
  }
}

.arrow-icon-link {
  height: 22px;
  width: auto;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.arrow-icon-link-2 {
  height: 22px;
  width: auto;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  margin-left: -15px;
}

.modal-overlay * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  z-index: 999;
  -webkit-transition: .4s all;
  transition: .4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

.modal {
  -webkit-transition: .4s all;
  transition: .4s all;
  display: inline-block;
  padding: 18px 44px 20px 30px;
  max-width: 400px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  color: #333;
  text-align: left;
  font-family: Arial;
  margin: 30px 0;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  position: relative;
  border-radius: 4px 6px 4px 4px;
  cursor: auto;
  font-size: 16px;
}

.modal-overlay_visible .modal {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.modal__header {
  font-size: 22px;
  font-weight: 400;
  padding: 0 0 30px 0;
}

.modal__close {
  position: absolute;
  right: 10px;
  top: 0;
  background: #00bff3;
  width: 25px;
  height: 25px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.modal__close:hover {
  background: #ed5f55;
  cursor: pointer;
}

.modal__close:before,
.modal__close:after {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__content label {
  font-size: 13px;
  color: #777;
  margin: 0;
}

.item {
  position: relative;
}

.item label.error {
  font-size: 12px;
  position: absolute;
  right: 8px;
  bottom: 0px;
  color: #fff;
  background-color: rgba(220, 93, 107, 0.6);
  border-radius: 2px;
  padding: 0px 6px;
  line-height: 17px;
}

.modal-link {
  text-align: center;
  display: block;
  border-radius: 2px;
  padding: 4px 50px 0px 1%;
  margin: 0 auto;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select, .form-control {
  border: none;
  height: 40px;
  border: 1px solid #e6e4e4;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-size: 14px;
  display: block;
  width: 100%;
}

.theme_buttons a, .theme_button {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px 15px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  min-width: 8.5em;
  text-align: center;
  color: #ffffff;
  border: none;
  background-color: #00bff3;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

label {
  display: inline-block;
  max-width: 100%;
}

.red, .required {
  color: #fa5c5d;
}

/*ssssssssssssssssss */
.main.category {
  width: 100%;
}

.main.category .img_section {
  margin-bottom: 45px;
}

.main.category .img_section img {
  width: 1349px;
  height: 274px;
  background-size: cover;
  margin: 0 auto;
  display: inherit;
}

.main.category .img_section img.category-banner-mobile {
  height: 204px;
  display: none;
}

.main.category .main_title {
  margin: 16px 0 22px;
}

.main.category .category_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.main.category .category_head .block_title {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.main.category .category_head .icon-ar_down_white {
  color: #898989;
  font-size: 5px;
}

.main.category .category_head .icon-ar_down_white:before {
  color: #898989;
}

.main.category .category_head.active .icon-ar_down_white {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main.category .category_block {
  padding: 0 20px 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}

.main.category .category_block .checkbox_wrap {
  padding-top: 10px;
}

.main.category .category_block .checkbox_wrap .link {
  margin-top: 16px;
}

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

.main.category .range_nav_group input {
  width: 75px;
  text-align: center;
  height: 30px;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.main.category .range_nav_group input:focus {
  outline: none;
  border-color: #0076d0;
}

.main.category .range_nav_group .button {
  min-width: 40px;
  text-transform: uppercase;
  background-color: #0090ff;
  font-size: 12px;
  font-weight: 500;
}

.main.category .range_nav_group .button:hover {
  background-color: #0081e5;
}

.main.category .link {
  color: #0090ff;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-decoration: underline;
  display: block;
}

.main.category .category_share_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  min-height: 50px;
  padding: 0 20px;
  margin-top: -1px;
  margin-bottom: 40px;
}

.main.category .category_share_wrapper .save_pdf {
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
  border-right: 1px solid #ddd;
  margin-right: 25px;
}

.main.category .category_share_wrapper .save_pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0090ff;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.main.category .category_share_wrapper .save_pdf a:hover {
  text-decoration: none;
  color: #006bbe;
}

.main.category .category_share_wrapper .save_pdf a:hover div:before {
  color: #006bbe;
}

.main.category .category_share_wrapper .save_pdf a div {
  font-size: 22px;
  margin-right: 10px;
}

.main.category .category_share_wrapper .save_pdf a div:before {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.main.category .category_share_wrapper .share .section_name {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-right: 50px;
}

.main.category .category_share_wrapper .share a:not(:last-child) {
  margin-right: 25px;
}

.main.category .category_share_wrapper .share a:hover {
  text-decoration: none;
}

.main.category .category_share_wrapper .share a:hover span:before {
  color: #00acee;
}

.main.category .category_share_wrapper .share a span {
  font-size: 18px;
}

.main.category .category_share_wrapper .share a span:before {
  color: #8f9a9f;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.main.category .category_share_wrapper .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.main.category .category_share_wrapper .send .section_name {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-right: 50px;
}

.main.category .category_share_wrapper .send a:not(:last-child) {
  margin-right: 25px;
}

.main.category .category_share_wrapper .send a:hover {
  text-decoration: none;
}

.main.category .category_share_wrapper .send a:hover div:before {
  color: #00acee;
}

.main.category .category_share_wrapper .send a div {
  font-size: 18px;
}

.main.category .category_share_wrapper .send a div:before {
  color: #8f9a9f;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.main.category .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main.category .products .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main.category .products .product_item .product_item-nav {
  margin-top: auto;
}

.main.category .products .product_item .product_item-nav a {
  line-height: 0px;
}

.main.category .products .product_item .product_item-nav .price .old-price {
  font-size: 16px;
  font-weight: 100;
  float: right;
  clear: both;
  color: #000;
  text-decoration: line-through;
  display: inline-block;
  margin-top: 9px;
}

.main.category .products .product_item .product_item-nav .price .old-price .old-price-val {
  color: gray;
}

.main.category .products .product_item .video_link {
  margin-bottom: 10px;
}

.main.category .products .product_item .video_link:hover {
  text-decoration: none;
  cursor: pointer;
}

.main.category .products .product_item .video_link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0076d0;
  padding: 0 7px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  text-transform: uppercase;
  height: 17px;
}

.main.category .products .product_item .video_link span:before {
  display: block;
  margin-right: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}

.main.category .products .product_item .item_id {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 5px;
  opacity: 0;
}

.main.category .products .product_item:hover .item_id {
  opacity: 1;
}

.main.category .pagination {
  margin-top: 26px;
  margin-bottom: 30px;
}

.main.category .last_seen .block_title {
  display: block;
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 23px;
}

.main.category .last_seen .product_item {
  width: 100%;
  -webkit-box-shadow: 0 0 5px #f2f2f2;
          box-shadow: 0 0 5px #f2f2f2;
  padding: 27px 30px 23px;
  margin-bottom: 20px;
}

.main.category .last_seen .product_item .img_wrap img {
  margin: 0;
  max-width: 90px;
  height: auto;
}

.main.category .last_seen .product_item .product_item-name {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.main.category .last_seen .product_item .rating {
  margin-bottom: 7px;
}

.main.category .last_seen .product_item .price {
  font-size: 16px;
  margin: 0;
}

.main.category .last_seen .product_item .price .old-price {
  font-size: 13px;
  font-weight: 100;
  float: right;
  clear: both;
  color: #000;
  text-decoration: line-through;
  display: inline-block;
}

.main.category .last_seen .product_item .price .old-price .old-price-val {
  color: gray;
}

.main.category .arrow-icon-seen {
  height: 12px;
  width: auto;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  margin-left: -5px;
}

@media (max-width: 992px) {
  .main.category .arrow-icon-seen {
    height: 14px;
    margin-left: 0;
  }
}

.main.category .arrow-icon-seen-2 {
  height: 12px;
  width: auto;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  margin-left: -10px;
}

@media (max-width: 992px) {
  .main.category .arrow-icon-seen-2 {
    height: 14px;
    margin-left: -5px;
  }
}

.main.category .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}

.main.category .article .article_title {
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 30px;
}

.main.category .article .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #0090ff;
  max-width: 145px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main.category .article .button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0076d0;
}

.main.category .readmore-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #0090ff;
  max-width: 145px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.main.category .readmore-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0076d0;
}

.main.category .review_section {
  background-color: #f5f5f5;
  padding: 60px 0 70px;
}

.main.category .review_section .section_title {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 20px;
}

.main.category .review_slider .slick-next {
  right: -55px;
}

.main.category .review_slider .slick-next:before {
  content: "\E9";
  color: #0090ff;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main.category .review_slider .slick-prev {
  left: -55px;
}

.main.category .review_slider .slick-prev:before {
  content: "\E9";
  color: #0090ff;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

.main.category .review_slider .slick-dots {
  bottom: -65px;
}

.main.category .review_slider .slick-dots li {
  margin: 0;
}

.main.category .review_slider .slick-dots button:before {
  font-size: 8px;
}

.main.category .review_slider .slick-dots button:hover:before {
  color: #0090ff;
}

.main.category .review_slider .slick-dots .slick-active button:before {
  color: #0090ff;
}

.main.category .review_slider .review_item {
  padding-right: 40px;
}

.main.category .review_slider .review_item span {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 20px;
}

.main.category .review_slider .review_item span a {
  color: #282828;
}

.main.category .review_slider .review_item .rating {
  margin-bottom: 12px;
}

.main.category .review_slider .review_item .rating .icon-star.clear:before {
  color: #c1c1c1;
}

.main.category .review_slider .review_item p {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 20px;
  margin: 0;
}

.main.category .category_filter .category_filter_top {
  display: none;
}

@media screen and (max-width: 991px) {
  .main.category .category_filter .category_filter_top {
    display: none;
  }
}

.main.category .category_filter .category_filter_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #101923;
}

.main.category .category_filter .category_filter_reset {
  height: 36px;
  padding: 10px 8px;
  border: none;
  background-color: #ff4537;
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.main.category .category_filter .category_filter_reset:focus {
  outline: none;
}

.category_body {
  display: none;
}

.category_head {
  cursor: pointer;
}

.product_item.more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_item.more:hover {
  text-decoration: none;
}

.product_item.more .img_wrap {
  margin-bottom: 40px;
}

.product_item.more .product_item-name {
  color: #282828;
  font-size: 24px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  line-height: 20px;
  text-align: center;
  overflow: visible;
  max-width: 180px;
}

.product_item-name.related-products {
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}

.product_item-name a {
  color: #282828;
}

.product_item .product_item-nav .inner_nav a i.wished:before,
.main.product .product_short-description .product_add .inner_item i.wished:before {
  color: #0076d0;
}

.main.cab .products.wishes .product_item {
  margin-right: 20px;
}

.main.category .link.car-catalog {
  color: white;
  text-decoration: none;
}

/* Sub-categories icons */
.category_subcats {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
}

.category_subcats:before, .category_subcats:after {
  background-color: #fff;
  width: 0;
}

.category_subcats .popular_category .category_title {
  margin: 0 10px;
  text-align: center;
  min-height: 50px;
}

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

@media (max-width: 1260px) {
  .main.category .review_slider .slick-prev {
    left: 0;
    top: calc(100% + 52px);
    z-index: 2;
  }
  .main.category .review_slider .slick-next {
    right: 0;
    top: calc(100% + 52px);
    z-index: 2;
  }
  .col-1-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main.category .last_seen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main.category .last_seen .block_title {
    display: block;
    width: 100%;
  }
  .main.category .last_seen .product_item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .main.category .category_share_wrapper .send .section_name,
  .main.category .category_share_wrapper .share .section_name {
    margin-right: 20px;
  }
  .main.category .category_share_wrapper .send a:not(:last-child),
  .main.category .category_share_wrapper .share a:not(:last-child) {
    margin-right: 20px;
  }
  .main.category .product_item {
    padding: 10px;
    margin-bottom: 15px;
  }
  .main.category .product_item .product_item-name {
    font-size: 14px;
  }
  .main.category .product_item .price {
    font-size: 20px;
  }
  .col-1-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .main.category .product_item {
    width: calc(100% / 3);
  }
  .main.category .mobile_category {
    display: none;
  }
  .main.category.brand .product_item {
    width: calc(100% / 4);
  }
  .main.category.comparison .product_item {
    width: calc(100% / 4);
  }
  .main.category.comparison .mobile_category {
    display: none;
  }
  .col-1-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.inner_nav.mobile-inner-nav {
  display: none;
}

@media (max-width: 991px) {
  .inner_nav {
    display: none;
  }
  .main.category .mobile_category {
    margin-bottom: 20px;
  }
  .main.category .inner_nav.mobile-inner-nav {
    display: block;
    text-align: right;
  }
  .main.category .category_filter {
    display: none;
  }
  .main.category .last_seen {
    display: none;
  }
  .col-1-5 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .main.category .range_nav_group input {
    width: auto;
  }
  .col-1-5 {
    -ms-flex: 0 0 33.33333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .main.category .product_item {
    width: calc(100% / 2);
  }
  .main.category.brand .product_item {
    width: calc(100% / 3);
  }
  .col-1-5 {
    -ms-flex: 0 0 33.33333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (max-width: 767px) {
  .main.category .items_filter {
    padding-top: 15px;
  }
  .main.category .items_filter .filter_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main.category .items_filter .filter_select > span {
    line-height: 1.5;
  }
  .main.category .category_share_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .main.category .category_share_wrapper .save_pdf {
    width: 100%;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    height: 50px;
  }
  .main.category .category_share_wrapper .share .section_name {
    margin-right: 20px;
  }
  .main.category .category_share_wrapper .send .section_name {
    margin-right: 20px;
  }
  .col-1-5 {
    -ms-flex: 0 0 33.33333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (max-width: 768px) {
  #rm_filters_bottom {
    display: none;
  }
}

@media (max-width: 575px) {
  .main.category .product_item {
    width: 50%;
  }
  .main.category .items_filter {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main.category .items_filter .items_display {
    position: absolute;
    top: 11px;
    right: 11px;
  }
  .main.category .items_filter .filter_select {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  .main.category .items_filter .filter_select .nice-select {
    padding-left: 0;
    margin-right: 200px;
  }
  .main.category .category_share_wrapper .share {
    width: 100%;
    margin-bottom: 15px;
  }
  .main.category .category_share_wrapper .share .section_name {
    margin-right: 20px;
  }
  .main.category .category_share_wrapper .send {
    width: 100%;
  }
  .main.category .category_share_wrapper .send .section_name {
    margin-right: 29px !important;
  }
  .main.category .img_section img.category-banner {
    display: none;
  }
  .main.category .img_section img.category-banner-mobile {
    display: inherit;
    height: auto;
  }
  .col-1-5 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 425px) {
  .category_subcats {
    width: 100%;
    max-width: 100%;
  }
  .category_subcats .popular_category_row {
    margin-bottom: 10px;
  }
  .category_subcats .col-1-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1366px) {
  .category_subcats {
    width: 100%;
    max-width: 100%;
  }
  .category_subcats .popular_category {
    min-height: 222px;
  }
}

@media (max-width: 1349px) {
  .main.category .img_section img {
    width: 100%;
    height: auto;
    background-size: cover;
    margin: 0 auto;
    display: inherit;
  }
}

.index_main.search-auto-categories {
  background-color: #fff;
}

.index_main.search-auto-categories ul.breadcrumb {
  margin-top: 30px;
}

.index_main.search-auto-categories .main_title {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  display: block;
  margin: 16px 0 26px;
}

.index_main.search-auto-categories section.reviw_section {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.index_main.search-auto-categories section.reviw_section:before, .index_main.search-auto-categories section.reviw_section:after {
  background-color: #fff;
  width: 0;
}

.dealer-prices {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dealer-rrc-price {
  font-size: 12px;
  color: #6f7376;
}

.ln-show-hide {
  color: #0076d0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  margin: 15px auto 0;
  display: block;
  cursor: pointer;
}

.ln-show-hide:hover {
  text-decoration: underline;
}

#rm_filters_top {
  display: none;
  background-color: #0090ff;
  padding: 4px;
  position: absolute;
  right: 15px;
  top: 0;
  text-align: center;
}

.links_block {
  border: 1px solid #eee;
  padding: 5px 15px;
  border-radius: 1px;
  font-size: 15px;
  margin-bottom: 20px;
}

.links_block .links_block_title {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

.links_block ul {
  list-style-type: none;
  display: block;
  padding: 0;
}

.links_block ul li {
  margin-bottom: 5px;
}

.popular-prices-wrapper {
  padding: 30px 60px 40px;
}

.popular-prices-wrapper h2 {
  text-align: center;
}

.popular-prices-wrapper .popular-prices-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6ebf5;
  padding: 8px 0;
}

.popular-prices-wrapper .popular-prices-item .popular-prices-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 60%;
          flex: 2 1 60%;
}

.popular-prices-wrapper .popular-prices-item .popular-prices-item-title a, .popular-prices-wrapper .popular-prices-item .popular-prices-item-title a:hover {
  text-decoration: none;
  color: #212529;
}

.popular-prices-wrapper .popular-prices-item .popular-prices-item-title .table-header {
  font-weight: bold;
}

.popular-prices-wrapper .popular-prices-item .popular-prices-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 2 40%;
          flex: 1 2 40%;
}

.popular-prices-wrapper .popular-prices-item .popular-prices-item-price .table-header {
  font-weight: bold;
}

.seo-products-table {
  width: 100%;
  border-collapse: collapse;
}

.seo-products-table thead tr {
  font-weight: 700;
  height: 30px;
  letter-spacing: .28px;
  text-align: left;
  border-bottom: 1px solid #e6ebf5;
}

.seo-products-table tr {
  height: 32px;
}

.seo-products-table td {
  border-bottom: 1px solid #e6ebf5;
  vertical-align: middle;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.seo-products-table td:first-child {
  overflow: hidden;
  max-width: 0;
}

.seo-products-table a, .seo-products-table a:hover {
  text-decoration: none;
  color: #212529;
}

.top5-wrapper, .top5-mobile {
  display: block;
  margin: 10px 0 30px;
}

.top5-wrapper .top5-header, .top5-mobile .top5-header {
  text-align: center;
  color: #f97988;
  font-weight: 700;
  margin-bottom: 10px;
}

.top5-wrapper .top5-items-wrapper, .top5-mobile .top5-items-wrapper {
  padding-left: 10px;
}

.top5-wrapper .top5-items-wrapper .top5-item, .top5-mobile .top5-items-wrapper .top5-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.top5-wrapper .top5-items-wrapper .top5-item .top5-num, .top5-mobile .top5-items-wrapper .top5-item .top5-num {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #f97988;
  border-radius: 20px;
  color: #f97988;
  font-weight: 500;
  padding-top: 3px;
}

.top5-wrapper .top5-items-wrapper .top5-item .top5-image, .top5-mobile .top5-items-wrapper .top5-item .top5-image {
  margin-right: 10px;
  min-width: 50px;
  width: 50px;
  height: 50px;
}

.top5-wrapper .top5-items-wrapper .top5-item .top5-image img, .top5-mobile .top5-items-wrapper .top5-item .top5-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top5-wrapper .top5-items-wrapper .top5-item .top5-title a, .top5-wrapper .top5-items-wrapper .top5-item .top5-title a:hover, .top5-mobile .top5-items-wrapper .top5-item .top5-title a, .top5-mobile .top5-items-wrapper .top5-item .top5-title a:hover {
  text-decoration: none;
  color: #212529;
  overflow: hidden;
  letter-spacing: .45px;
}

.main.category .reviews_section.top5-mobile {
  margin: 0 0 20px;
}

.top5-mobile {
  display: none;
  padding-bottom: 15px;
}

.top5-mobile .top5-items-wrapper .top5-item {
  min-width: 80%;
  font-size: 14px;
}

.top5-mobile .top5-items-wrapper .top5-item .top5-num {
  padding-top: 6px;
  margin: 15px auto;
  width: 35px;
  height: 35px;
}

.top5-mobile .top5-items-wrapper .top5-item .top5-image {
  min-width: 80%;
  width: 80%;
  height: 140px;
  display: block;
  margin: 0 auto 15px;
}

.top5-mobile .top5-items-wrapper .top5-item .top5-title {
  padding: 0 15px;
}

.top5-mobile .reviews_slider .slick-track, .top5-mobile .category-slider .slick-track {
  padding: 10px 0;
}

.top5-mobile .section_sub-title {
  color: #f97988;
}

.category-slider .slick-track {
  padding: 30px 0;
}

@media (max-width: 575px) {
  .popular-prices-wrapper {
    padding: 20px 5px;
  }
  .top5-wrapper {
    display: none;
  }
  .top5-mobile {
    display: block;
  }
  .reviews_section .reviews_slider, .reviews_section .category-slider {
    padding: 10px 15px;
  }
}

.mailing-list {
  padding: 30px 0;
  background-color: #E6EBF5;
}

@media screen and (max-width: 991px) {
  .mailing-list {
    padding: 20px 0;
  }
}

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

@media screen and (max-width: 1199px) {
  .mailing-list .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mailing-list .title {
  margin: 0 60px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0D0D0D;
}

@media screen and (max-width: 1199px) {
  .mailing-list .title {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .mailing-list .title {
    font-size: 18px;
    line-height: 21px;
  }
}

.mailing-list .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1199px) {
  .mailing-list .form {
    max-width: 420px;
    width: 100%;
    margin: 0 0 20px;
  }
}

.mailing-list .form input {
  display: block;
  width: 380px;
  padding: 15px 20px;
  border: none;
  border-radius: 5px 0 0 5px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  color: inherit;
}

.mailing-list .form input:focus {
  outline: none;
}

.mailing-list .form input::-webkit-input-placeholder {
  color: #9DB1CF;
}

.mailing-list .form input::-moz-placeholder {
  color: #9DB1CF;
}

.mailing-list .form input::-ms-input-placeholder {
  color: #9DB1CF;
}

.mailing-list .form input::placeholder {
  color: #9DB1CF;
}

@media screen and (max-width: 1400px) {
  .mailing-list .form input {
    width: 310px;
  }
}

@media screen and (max-width: 1199px) {
  .mailing-list .form input {
    max-width: 100%;
    min-width: 0;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (max-width: 991px) {
  .mailing-list .form input {
    height: 46px;
    font-size: 14px;
    line-height: 16px;
  }
}

.mailing-list .form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 158px;
  margin: 0;
  padding: 15px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .mailing-list .form button {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 991px) {
  .mailing-list .form button {
    height: 46px;
    font-size: 14px;
    line-height: 16px;
  }
}

.mailing-list .form button:focus {
  outline: none;
}

.mailing-list .socials-links .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mailing-list .socials-links .item:not(:last-child) {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 991px) {
  .mailing-list .socials-links .item:not(:last-child) {
    margin: 0 20px 0 0;
  }
}

.catalog_menu {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.catalog_menu ul.second-level, .catalog_menu ul.third-level {
  display: none;
}

.catalog_menu ul.first-level li, .catalog_menu ul.second-level li, .catalog_menu ul.third-level li {
  position: relative;
}

.catalog_menu:hover ul.first-level {
  display: block;
}

.catalog_menu:hover ul.first-level li:hover > ul.second-level {
  left: 100%;
  top: 0;
  display: block;
}

.catalog_menu:hover ul.first-level li:hover > ul.second-level li:hover > ul.third-level {
  left: 100%;
  top: 0;
  display: block;
}

.catalog_menu:hover .icon-ar_down_white {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog_menu .catalog_button {
  border: 1px solid #dddddd;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  min-width: 163px;
}

.catalog_menu .catalog_button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_menu .catalog_button .icon-small_menu {
  font-size: 10px;
}

.catalog_menu .catalog_button .name {
  color: #0090ff;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  padding: 0 9px;
}

.catalog_menu .catalog_button .icon-ar_down_white:before {
  color: #999999;
  font-size: 5px;
}

.catalog_menu ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  border: 1px solid #dddddd;
  background-color: #fff;
  z-index: 2;
}

.catalog_menu ul a {
  display: block;
  padding: 0 10px;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.catalog_menu ul a:hover {
  text-decoration: none;
  background-color: #ddd;
}

.main.product {
  padding-bottom: 80px;
}

.main.product .product_item_row {
  margin-bottom: 70px;
}

.main.product .catalog_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 27px;
}

.main.product .catalog_wrapper .catalog_menu {
  margin-right: 13px;
}

.main.product .catalog_wrapper .breadcrumb {
  margin-top: -8px;
  overflow: hidden;
}

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

.main.product .product_view .product_slider {
  display: inline-block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  margin-left: 30px;
  margin-right: 10px;
  overflow-x: auto;
  max-height: 376px;
  max-width: 425px;
  width: 660px;
  margin-top: 23px;
}

.main.product .product_view .product_slider .slider_item {
  display: inline-block;
  width: 67px;
  height: 67px;
  border: 1px solid #ddd;
  margin-bottom: 9px;
  overflow: hidden;
  cursor: pointer;
}

.main.product .product_view .product_slider .slider_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.main.product .product_view .img_container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  border: 1px solid #ddd;
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main.product .product_view .img_container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .main.product .product_slider {
    width: 70%;
  }
  .main.product .slick_second-next {
    height: 40px;
  }
}

@media (max-width: 768px) {
  .main.product .product_slider {
    width: 70% !important;
  }
  .main.product .slick_second-next {
    height: 45px;
  }
}

@media (max-width: 575px) {
  .main.product .product_slider {
    margin-left: 40px;
    width: 80%;
  }
  .main.product .slick_second-next {
    height: 35px;
  }
}

.main.product .product_short-description .title {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 30px;
  display: block;
  margin-bottom: 16px;
}

.main.product .product_short-description .product_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.main.product .product_short-description .product_id > span {
  margin-right: 30px;
  display: block;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.main.product .product_short-description .product_id .rating_container {
  font-size: 16px;
  margin-left: auto;
}

.main.product .product_short-description .product_id .rating_container .icon-star.clear::before {
  color: #c1c1c1;
}

.main.product .product_short-description table {
  margin-bottom: 8px;
}

.main.product .product_short-description table td {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.main.product .product_short-description table tr td:first-child {
  padding-right: 40px;
}

.main.product .product_short-description .show_specifications {
  display: inline-block;
  color: #0090ff;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  border-bottom: 2px dashed;
  margin-bottom: 45px;
}

.main.product .product_short-description .show_specifications:hover {
  text-decoration: none;
}

.main.product .product_short-description .product_nav {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 38px;
  margin-bottom: 25px;
}

.main.product .product_short-description .product_nav .price {
  color: #282828;
  font-size: 28px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  min-width: 45%;
}

.main.product .product_short-description .product_nav .price .old-product-price {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
}

.main.product .product_short-description .product_nav .price .old-product-price .old-price-val {
  color: gray;
}

.main.product .product_short-description .product_nav .button {
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 50%;
}

.main.product .product_short-description .product_nav .button:hover {
  text-decoration: none;
  color: #fff;
}

.main.product .product_short-description .product_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main.product .product_short-description .product_add .inner_item:first-child, .main.product .product_short-description .product_add .inner_item:first-child + .inner_item {
  margin-right: 35px;
}

.main.product .product_short-description .product_add .inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main.product .product_short-description .product_add .inner_item i {
  font-size: 17px;
  margin-right: 10px;
}

.main.product .product_short-description .product_add .inner_item a {
  color: #0090ff;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch span {
  min-width: 38px;
  height: 38px;
  float: left;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
}

.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch input {
  display: none;
}

.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  height: 40px;
}

.main.product .product_short-description .attributes .attribute.control-group label {
  display: block;
  color: #3a3a3a;
}

.main.product .product_short-description .attributes .attribute.control-group label.required:after {
  content: "*";
  color: #fc6868;
  font-weight: 700;
  display: inline-block;
}

.main.product .product_short-description .attributes .attribute.control-group .control-error {
  display: none;
  color: #ff5656;
  margin-top: 5px;
}

.main.product .product_short-description .attributes .attribute.control-group.has-error .control-error {
  display: block;
}

.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch input:checked + span,
.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch input:checked + img {
  border: 4px solid #0090ff;
}

.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch input:checked + span {
  line-height: 1.8;
}

.main.product .product_short-description .swatch p.price-diff {
  text-align: center;
  font-size: 12px;
  color: #929292;
}

.main.product .product_short-description .attributes .attribute.control-group span select.ignore {
  background: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 3px;
  width: 70%;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 10px;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch img {
  width: 70px;
  height: 70px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  cursor: pointer;
  background: #f2f2f2;
}

.main.product .product_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main.product .product_tabs .tabs__content {
  display: block;
}

.main.product .product_tabs .tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 2px solid #c8c8c8;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main.product .product_tabs .tabs__caption li {
  padding: 0 0 18px;
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  position: relative;
  cursor: pointer;
}

.main.product .product_tabs .tabs__caption li:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0090ff;
}

.main.product .product_tabs .tabs__caption li .count {
  background-color: #0090ff;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7px;
}

.main.product .product_tabs .tabs__caption li .percent {
  background-color: #ff2338;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.main.product .product_tabs .tabs__caption li.bonus {
  color: #ff2338;
}

.main.product .product_tabs .tabs__caption li.bonus.active {
  color: #ff2338;
}

.main.product .product_tabs .tabs__caption li.bonus.active:after {
  background-color: #ff2338;
}

.main.product .product_tabs .tabs__caption li.active {
  color: #0090ff;
}

.main.product .product_tabs .tabs__caption li.active:after {
  width: 100%;
}

.main.product .product_tabs .tabs__content {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
  .main.product .product_tabs .tabs__content {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .main.product .product_tabs .tabs__content {
    padding-bottom: 60px;
  }
}

.main.product .tab_title {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 26px;
}

@media (max-width: 576px) {
  .main.product .b2b {
    margin-left: 0 !important;
  }
}

.main.product .b2b img {
  top: 0 !important;
}

@media (max-width: 576px) {
  .main.product .inner_item {
    margin-right: 15px !important;
  }
}

.main.product .specifications_table {
  width: 100%;
}

.main.product .specifications_table tr:nth-child(2n - 1) {
  background-color: #f5f5f5;
}

@media (max-width: 576px) {
  .main.product .specifications_table th {
    padding: 6px 10px !important;
  }
}

.main.product .specifications_table td {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  vertical-align: top;
  padding: 6px 20px;
}

.main.product .specifications_table td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main.product .specifications_table td ul li {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 3px;
}

.main.product .specifications_table td ul li:before {
  content: '\2022';
  margin-right: 4px;
}

@media (max-width: 576px) {
  .main.product .specifications_table td {
    padding: 6px 10px !important;
  }
}

.main.product .tab_article {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
}

.main.product .img_row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.main.product .img_row-container .img-wrap {
  width: 160px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  overflow: hidden;
}

.main.product .img_row-container .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.main.product .img_row-container .img-wrap:not(:last-child) {
  margin-right: 30px;
}

.main.product .tab_list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main.product .tab_list-wrap .tab_list {
  width: 380px;
  padding-right: 15px;
}

.main.product .tab_list-wrap .inner_col {
  width: 380px;
  padding-right: 15px;
}

.main.product .tab_list-wrap .inner_col strong {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 6px;
}

.main.product .tab_list-wrap .inner_col .tab_list {
  margin-bottom: 20px;
}

.main.product .tab_list-wrap .inner_col p {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
}

.main.product .tab_row {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 38px;
}

.main.product .tab_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main.product .tab_list li {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 3px;
}

.main.product .tab_list li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0090ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 11px;
}

.main.product .title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.main.product .title_row .tab_title {
  margin-bottom: 0;
}

.main.product .title_row .review_btn {
  border: 2px solid #0090ff;
  background-color: #0090FF;
  height: 33px;
  color: #fff;
  outline: none;
  padding: 0 11px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.main.product .title_row .review_btn:hover {
  outline: none;
  cursor: pointer;
  background-color: #007ACC;
}

.main.product .review_item.answer {
  max-width: 825px;
  margin-left: auto;
}

.main.product .review_item.answer .isadmin {
  color: #e72b2b;
}

.main.product .review_item {
  background-color: #f5f5f5;
  padding: 25px 30px;
  margin-bottom: 18px;
}

.main.product .review_item .text {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
  margin-bottom: 11px;
}

.main.product .review_item .author_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main.product .review_item .author_wrap > span {
  color: #797979;
  font-size: 12px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-right: 15px;
}

.main.product .review_item .author_wrap .rating_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
  font-size: 12px;
}

.main.product .review_item .author_wrap .rating_container span {
  font-size: 12px;
}

.main.product .review_item .author_wrap .rating_container .icon-star.clear::before {
  color: #c1c1c1;
}

.main.product .slider_title {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 25px;
  margin-top: 55px;
}

.main.product .product_item {
  border: 1px solid #ddd;
}

.bonus_items {
  border: 1px solid #ddd;
  padding: 35px 60px 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bonus_items .icon-plus {
  font-size: 31px;
  margin: 0 60px;
}

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

.bonus_items .item_wrap .img_wrap {
  max-width: 111px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 35px;
  position: relative;
}

.bonus_items .item_wrap .img_wrap img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.bonus_items .item_wrap .img_wrap .discount_percent {
  position: absolute;
  left: -19%;
  top: 30%;
  background-color: #0090ff;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  text-align: center;
}

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

.bonus_items .item_wrap .item_description .item_name {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
  display: block;
  min-height: 72px;
  overflow: hidden;
}

.bonus_items .item_wrap .item_description .item_id {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 13px;
}

.bonus_items .item_wrap .item_description .price {
  color: #0090ff;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
}

.bonus_items .item_wrap .item_description .discount {
  color: #727272;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  text-decoration: line-through;
}

.bonus_items .total_price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}

.bonus_items .total_price_container .price {
  color: #0090ff;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 13px;
}

.bonus_items .total_price_container .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  min-height: 44px;
  padding: 0 20px;
  font-weight: 700;
}

.bonus_items .total_price_container .button:hover {
  text-decoration: none;
  color: #fff;
}

.product_tabs.fixed .product_tabs_wrapper {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  border-bottom: 2px solid #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_tabs.fixed .product_tabs_wrapper .tabs__caption {
  padding: 20px 0px 0 !important;
  margin: 0;
  border: none;
}

.related-item .old-price {
  font-size: 14px;
  font-weight: 100;
  float: right;
  clear: both;
  margin-top: 12px;
  color: #000;
  text-decoration: line-through;
}

.related-item .old-price .old-price-val {
  color: grey;
}

.product-list-price {
  font-size: 10px;
  font-family: Arial,serif;
}

.product-page-price {
  font-size: 14px;
  font-family: Arial,serif;
  display: block;
  width: 100%;
}

.product-page-price.not-available {
  font-size: 14px;
}

.main.product .product_short-description .product_nav .price.not-available {
  color: grey;
}

.product_item .product_item-name.not-available a {
  color: grey;
}

.product_item .img_wrap.not-available {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.product_item .price.not-available {
  color: grey;
}

.product_item .price.not-available .product-list-price.not-available {
  font-size: 14px;
  display: block;
}

.button.subscribe-to-product {
  min-width: 95px;
  padding: 10px;
}

.button.subscribe-to-product img.email-icon {
  width: 30px;
  height: 21px;
}

.product_item-nav .button.subscribe-to-product {
  margin-right: 25px;
}

.reviews_section .reviews_slider .price.not-available, .reviews_section .category-slider .price.not-available {
  color: grey;
}

.f-buy-btn .button.subscribe-to-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-brand-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.dealer-type-name {
  padding: 0 6px;
  margin-left: 12px;
  color: #418de6;
  font-size: 13px;
  position: relative;
  text-align: center;
  line-height: .5;
}

img.dealer-type-img {
  display: inline-block;
  margin-right: 5px;
}

.mobile-hidden .dealer-type-name, .mobile-hidden.shipping-brand__icon {
  position: relative;
}

.on-brand-page {
  margin-bottom: 25px;
}

.only_mobile .dealer-type-name, .on-brand-page .dealer-type-name {
  margin-left: 0;
  padding-left: 0;
}

.on-brand-page .dealer-type-name {
  padding: 5px 15px;
}

.shipping-seller-logo .shipping-brand__icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  color: #303030;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 8px;
  margin-top: -2px;
}

.only_mobile .shipping-seller-logo .shipping-brand__icon {
  margin-top: 0;
}

.on-brand-page .shipping-brand__icon {
  position: relative;
  top: 5px;
}

.shipping-seller-logo .shipping-brand__popup {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px #c5c5c5;
          box-shadow: 0 0 15px #c5c5c5;
  color: #303030;
  display: none;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .15px;
  margin-top: 20px;
  padding: 18px 15px 4px;
  position: relative;
  width: 288px;
  z-index: 100;
  left: -262px;
  top: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.s-tooltip-content {
  max-width: 100%;
  color: #595959;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.26px;
}

.s-tooltip-content__list {
  margin-top: 11px;
}

.s-tooltip-content__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}

.s-tooltip-content__item::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 4px;
  display: block;
  width: 6px;
  height: 6px;
  background: #E31837;
  border-radius: 50%;
}

.shipping-seller-logo .shipping-brand__popup:before {
  content: "";
  background-color: #fff;
  /*border: 1px solid #dadada;*/
  /*box-shadow: 0 0 7px #c5c5c5;*/
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /*box-shadow: -2px -2px 7px #c5c5c5;*/
  -webkit-box-shadow: -5px -5px 20px #c5c5c5;
          box-shadow: -5px -5px 20px #c5c5c5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  width: 15px;
  height: 15px;
  top: -8px;
  right: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.shipping-seller-logo .shipping-brand__icon:hover .shipping-brand__popup {
  display: block;
}

@media screen and (min-width: 576px) {
  .shipping-seller-logo .shipping-brand__popup {
    width: 402px;
    left: calc(50% - 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shipping-seller-logo .shipping-brand__popup:before {
    right: 172px;
  }
  .on-brand-page.shipping-seller-logo .shipping-brand__popup {
    left: calc(50% - 55px);
  }
  .on-brand-page.shipping-seller-logo .shipping-brand__popup:before {
    left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .on-brand-page.shipping-seller-logo .shipping-brand__popup {
    width: 402px;
    left: -50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .on-brand-page.shipping-seller-logo .shipping-brand__popup:before {
    left: 20px;
  }
}

@media (max-width: 1199px) {
  .main.product .product_short-description .product_nav .price {
    margin: 0px 10px 3px 15px !important;
    font-size: 19px;
  }
  .main.product .product_short-description .product_nav .button {
    margin-left: auto;
    max-width: 50%;
  }
  .main.product .product_short-description .product_add .inner_item:first-child, .main.product .product_short-description .product_add .inner_item:first-child + .inner_item {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .main.product button.show_tabs_caption {
    display: none;
  }
}

@media (max-width: 991px) {
  .main.product .product_tabs .tabs__content.active .tab_title:after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #ccc;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main.product .product_tabs .tabs__content.active .tab_inner_wrapper {
    display: block;
  }
  .main.product .product_tabs .product_tabs_wrapper {
    display: none;
  }
  .main.product .product_tabs .product_tabs_wrapper .tabs__caption {
    margin: 0;
  }
  .main.product .product_tabs .tabs__content {
    padding: 0;
  }
  .main.product .product_tabs .tabs__content .tab_title {
    margin: 0;
    padding: 20px 20px 20px 0;
    position: relative;
    cursor: pointer;
  }
  .main.product .product_tabs .tabs__content .tab_title:after {
    position: absolute;
    content: "\E24";
    right: 0;
    font-family: 'icomoon';
    color: #ccc;
  }
  .main.product .product_tabs .tabs__content .tab_inner_wrapper {
    display: none;
  }
  .main.product .product_view {
    margin-bottom: 20px;
  }
  .main.product .product_tabs .tabs__caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 50px;
    position: relative;
  }
  .main.product .product_tabs .tabs__caption li {
    display: none;
  }
  .main.product .product_tabs .tabs__caption li.active {
    display: block;
  }
  .main.product .product_tabs .tabs__caption li.active:after {
    display: none;
  }
  .main.product .review_item.answer {
    width: calc(100% - 35px);
  }
  .main.product .tab_list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main.product .bonus_items {
    padding: 25px;
  }
  .main.product .bonus_items .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main.product .bonus_items .icon-plus {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .main.product .catalog_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main.product .catalog_wrapper .breadcrumb {
    margin-bottom: 15px;
  }
  .main.product .bonus_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px;
  }
  .main.product .bonus_items .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .main.product .bonus_items .icon-plus {
    margin: 0 auto 15px;
  }
  .main.product .bonus_items .total_price_container {
    margin: 0 auto;
  }
  .main.product .bonus_items .total_price_container .price {
    display: block;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .main.product .product_short-description .product_nav .price .old-product-price {
    margin: 0px 10px 3px 15px !important;
  }
  .main.product .tab_list-wrap .tab_list,
  .main.product .tab_list-wrap .inner_col {
    width: auto;
    padding-right: 0;
  }
  .main.product .product_view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main.product .product_view .img_container {
    margin-bottom: 15px;
  }
  .main.product .product_view .product_slider {
    display: inline-block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 20px;
    max-width: 255px;
    width: 50000px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .main.product .product_view .product_slider .slider_item {
    display: inline-block;
    margin-right: 15px;
  }
  .main.product .bonus_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_item.related-item.single_reviews_inner {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .single_reviews_inner .product_item-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button_transparent {
    padding: 10px !important;
    margin-bottom: 10px;
    font-size: 12px !important;
  }
  .price {
    position: relative;
  }
  .price .old-price {
    position: absolute;
    top: -25px;
    left: 0;
  }
}

.show_tabs_caption {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f1f1;
}

.show_tabs_caption:focus {
  outline: none;
}

.show_tabs_caption span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub_categories_block {
  display: block;
  width: 100%;
  height: auto;
}

.sub_categories_block .sub_category_list {
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  display: block;
}

.sub_categories_block .sub_category_list li {
  width: 32%;
  display: inline-block;
  position: relative;
  padding: 0 10px 10px 0;
  vertical-align: text-top;
}

.sub_categories_block .sub_category_list li span.list_dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ffc80a;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.sub_categories_block .sub_category_list li a {
  max-width: 270px;
  width: 100%;
  padding-left: 19px;
  color: #2060ab;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

@media (max-width: 575px) {
  .sub_categories_block .sub_category_list li {
    width: 100%;
    padding-right: 0;
  }
  .breadcrumb li {
    display: inline;
    white-space: normal;
  }
  .main.product .product_short-description .product_nav {
    display: block;
    padding: 20px;
  }
  .main.product .product_short-description .product_nav .button {
    margin-right: auto;
  }
  .main.product .product_short-description .product_nav .price {
    margin-right: 0;
    text-align: center;
  }
  .pagination .pagination_page {
    display: none;
  }
  .pagination .pagination_nav a {
    font-size: 3rem;
  }
  #product-form > div.product_nav.fixedBottom .subscribe-to-product {
    max-width: 50%;
    float: right;
    margin-left: 50%;
  }
  .f-buy-btn .button.subscribe-to-product {
    min-width: 50%;
  }
}

/* product options images slider */
.more-than-five {
  max-height: 70px;
  margin-bottom: 25px;
  padding-left: 10px;
}

.more-than-five .slick-prev:before, .more-than-five .slick-next:before {
  color: #019fff;
}

.more-than-five .slick-prev:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  position: absolute;
  border-left: 2px solid #019fff;
  border-bottom: 2px solid #019fff;
}

.more-than-five .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  position: absolute;
  border-top: 2px solid #019fff;
  border-right: 2px solid #019fff;
}

.more-than-five .slick-prev {
  left: -15px;
}

.more-than-five .slick-next {
  right: -15px;
}

.more-than-five .slick-prev, .more-than-five .slick-next {
  top: 45%;
}

/*.main.product .product_short-description .attributes .attribute.control-group .swatch-container .swatch span.swatch-type-color{*/
/*min-width: 70px;*/
/*min-height: 70px;*/
/*}*/
/*.more-than-five .slick-track{*/
/*height: 70px;*/
/*}*/
.info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.info-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 20px);
          flex: 1 1 calc(25% - 20px);
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  min-width: 200px;
}

.info-card a {
  color: #1a73e8;
  font-weight: bold;
  text-decoration: none;
}

.info-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
}

.info-card p {
  margin: 5px 0;
  font-size: 14px;
}

.delivery-section {
  border-top: 2px solid #e0e0e0;
  padding-top: 20px;
}

.delivery-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-title img {
  margin-right: 10px;
}

.delivery-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.delivery-logos img {
  height: 40px;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pickup-address {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.note {
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {
  .info-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 525px) {
  .more-than-five {
    padding-left: 4%;
  }
  .more-than-five .slick-prev {
    left: -6px;
  }
  .more-than-five .slick-next {
    right: -10px;
  }
}

@media (max-width: 576px) {
  .price {
    font-size: 22px !important;
  }
  .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .rating_container {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #ccs_button {
    margin: 0 54% -43px !important;
  }
}

@media screen and (min-width: 767px) {
  .hoverFomBlock {
    display: none;
    margin-right: 5px !important;
  }
}

#ccs_button {
  left: 0px !important;
}

#product-form > div.product_nav.fixed > span {
  display: none !important;
}

body > div:nth-child(2) > div > div.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible.buttonBitrix {
  margin-bottom: 3% !important;
}

.b24-widget-button-position-bottom-right {
  bottom: 10% !important;
}

.rows {
  overflow: hidden;
}

.left-col {
  width: 100%;
  float: left;
  text-align: justify;
}

.right-col {
  margin-left: 65%;
}

.fixed-box {
  z-index: 9999;
  height: 150px;
}

.fixed-div {
  height: 50px;
  text-align: center;
  background: #FFA500;
  width: 100% !important;
}

#product-form > div.product_nav > span {
  width: 100% !important;
}

@media screen and (max-width: 480px) {
  #product-form > div.product_nav {
    width: 100% !important;
  }
  #product-form > div.product_nav > span {
    text-align: center;
    margin-right: 50%;
  }
  #product-form > div.product_nav.fixedBottom > strong {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40% !important;
  }
  #product-form > div.product_nav > input {
    margin-right: 20px !important;
  }
  #product-form > div.product_nav > strong {
    width: 45% !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product-form > div.product_nav.fixedBottom > span {
    display: none !important;
  }
  .fixedBottom {
    bottom: -4% !important;
    width: 100% !important;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 8px #00000026;
            box-shadow: 0 -2px 8px #00000026;
  }
}

.main.cart {
  padding: 45px 0 55px;
}

.main.cart .main_title {
  margin: 16px 0 26px;
}

.main.cart .cart_col_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

.main.cart .cart_col_title span {
  color: #636363;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.cart .cart_col_title span:nth-child(1) {
  width: 100px;
}

.main.cart .cart_col_title span:nth-child(2) {
  width: 110px;
}

.main.cart .cart_col_title span:nth-child(3) {
  width: 141px;
}

.main.cart .order_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
}

.main.cart .order_wrapper .inner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main.cart .order_wrapper .inner_block .sum {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 20px;
}

.main.cart .order_wrapper .inner_block .price {
  color: #0090ff;
  font-size: 30px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  line-height: 1;
}

.main.cart .order_wrapper .inner_block .in_basket {
  color: #282828;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 32px;
}

.main.cart .order_wrapper .inner_block .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
}

.main.cart .order_wrapper .inner_block .button:hover {
  text-decoration: none;
  color: #fff;
}

.main.cart .order_wrapper .inner_block p {
  margin: 0;
  color: #282828;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 16px;
}

.main.cart .order_wrapper .inner_block:not(:last-child) {
  padding: 30px;
  border-bottom: 1px solid #dddddd;
}

.main.cart .order_wrapper .inner_block:last-child {
  padding: 20px 30px 30px;
}

.main.cart .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}

.main.cart .cart_item .img_wrap {
  max-width: 160px;
  width: 100%;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main.cart .cart_item .img_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}

.main.cart .cart_item .cart_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15px;
}

.main.cart .cart_item .cart_counter {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
}

.main.cart .cart_item .cart_counter .price {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  width: 100px;
  text-align: center;
}

.main.cart .cart_item .cart_counter .total {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  width: 100px;
  text-align: center;
}

.main.cart .cart_item .cart_counter .icon-remove {
  margin: 0 25px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.main.cart .cart_item .cart_counter .icon-remove:before {
  position: relative;
  z-index: 2;
}

.main.cart .cart_item .cart_counter .icon-remove:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.main.cart .cart_item .cart_counter .icon-remove:hover:after {
  background-color: #fff2f2;
}

.main.cart .cart_item .inner_counter {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  height: 35px;
}

.main.cart .cart_item .inner_counter input {
  width: 55px;
  height: 100%;
  border: none;
  text-align: center;
}

.main.cart .cart_item .inner_counter input:focus {
  outline: none;
}

.main.cart .cart_item .inner_counter button {
  height: 100%;
  width: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  background: transparent;
  border: none;
  cursor: pointer;
}

.main.cart .cart_item .inner_counter button:focus {
  outline: none;
}

.main.cart .cart_item .inner_counter button:hover {
  background-color: #ddd;
  color: #fff;
}

.main.cart .cart_item .inner_counter button:active {
  background-color: #ccc;
}

.main.cart .add_to_order {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 25px;
  margin-top: 59px;
}

.main.cart .bonus_items {
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main.cart .bonus_items .item_wrap {
  padding: 30px;
  position: relative;
  max-width: 33.3%;
}

.main.cart .bonus_items .item_wrap:hover .tooltip {
  display: block;
}

.main.cart .bonus_items .tooltip {
  display: none;
  padding: 20px 6px 20px 20px;
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
  position: absolute;
  left: calc(100% - 15px);
  top: calc(50% + 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 190px;
  width: 360px;
  background: #fff;
  z-index: 2;
}

.main.cart .bonus_items .tooltip:before {
  position: absolute;
  content: '';
  left: -10px;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 11px 0;
  border-color: transparent #ffffff transparent transparent;
}

.main.cart .bonus_items .tooltip p {
  display: block;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
  margin: 0;
}

.main.cart .bonus_items .item_description .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}

.main.cart .bonus_items .item_description .price .discount {
  margin-left: 10px;
}

.main.cart .bonus_items .item_description .button {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  width: 130px;
}

.main.cart .bonus_items .item_description .button:hover {
  text-decoration: none;
  color: #fff;
}

.main.cart p.cart-empty-p {
  display: inline-block;
}

.main.cart p.cart-empty-p a.button {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  width: 160px;
  color: #ffffff;
}

.main.cart p.cart-empty-p a.button:hover {
  text-decoration: none;
  background-color: #0c7cd4;
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main.cart .bonus_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main.cart .cart_col_title span:nth-child(1) {
    width: 91px;
  }
  .main.cart .cart_col_title span:nth-child(3) {
    width: 116px;
  }
}

@media (max-width: 991px) {
  .main.cart .bonus_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main.cart .bonus_items .item_wrap .img_wrap {
    min-width: 111px;
  }
  .main.cart .cart_col_title {
    display: none;
  }
  .main.cart .cart_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main.cart .cart_item .cart_desc {
    padding: 0 15px;
  }
  .main.cart .cart_item .cart_counter {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .main.cart .cart_item .img_wrap {
    margin: 0;
    max-width: 90px;
  }
  .main.cart .cart_item .cart_name {
    font-size: 14px;
  }
  .main.cart .cart_item .cart_id {
    font-size: 14px;
  }
  .main.cart .cart_item .cart_counter .price, .main.cart .cart_item .cart_counter .total {
    font-size: 14px !important;
  }
  .main.cart .cart_item .inner_counter {
    margin: 0 5px;
  }
  .main.cart .bonus_items .item_wrap {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main.cart .bonus_items .item_wrap .tooltip {
    left: 0px;
    top: 100%;
  }
  .main.cart .bonus_items .item_wrap .tooltip:before {
    left: 10px;
    top: -10px;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #ffffff transparent;
  }
}

@media (min-width: 1200px) {
  .bonus_items .item_wrap:nth-child(3n - 3) .tooltip {
    left: initial;
    right: calc(100% - 15px);
  }
  .bonus_items .item_wrap:nth-child(3n - 3) .tooltip:before {
    left: initial;
    right: -10px;
    border-width: 11px 0 11px 10px;
    border-color: transparent transparent transparent #ffffff;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bonus_items .item_wrap:nth-child(2n - 2) .tooltip {
    left: initial;
    right: calc(100% - 15px);
  }
  .bonus_items .item_wrap:nth-child(2n - 2) .tooltip:before {
    left: initial;
    right: -10px;
    border-width: 11px 0 11px 10px;
    border-color: transparent transparent transparent #ffffff;
  }
}

@media (max-width: 767px) {
  .icon-remove {
    margin: 0px !important;
  }
  .main.cart .bonus_items .item_wrap .tooltip {
    right: initial;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  .main.cart .bonus_items .item_wrap .tooltip:before {
    display: none;
  }
}

.main.textpage {
  padding: 45px 0 55px;
}

.main.textpage .main_title {
  margin: 16px 0 26px;
}

.main.textpage .headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.main.textpage .headings .headings_title {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 20px;
  margin-right: 4px;
}

.main.textpage .headings ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main.textpage .headings ul li {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 20px;
}

.main.textpage .headings ul li a {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 20px;
}

.main.textpage .article {
  overflow: hidden;
}

.main.textpage .article a {
  color: #0660a7;
}

.main.textpage .article p {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
}

.main.textpage .article .img_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
}

.main.textpage .article .img_wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main.textpage .article .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.main.textpage .article .note .note_alert {
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0660a7;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  background-color: #ededed;
  border-radius: 50%;
  margin-right: 30px;
}

.main.textpage .article .note p {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
  margin: 0;
}

.main.textpage .article .atricle_section {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 30px;
  display: block;
  margin-bottom: 12px;
}

.main.textpage .article .article_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main.textpage .article .article_list li {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main.textpage .article .article_list li:before {
  content: '';
  min-width: 8px;
  height: 8px;
  background-color: #0660a7;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  margin-top: 7px;
}

.main.textpage .last_articles {
  margin-bottom: 30px;
}

.main.textpage .button.more {
  width: 145px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0090ff;
}

.main.textpage .button.more:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0660a7;
}

.main.textpage .blog_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ddd;
  margin-bottom: 55px;
}

.main.textpage .blog_navigation .inner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 57px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}

.main.textpage .blog_navigation .blog_mark span {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-right: 20px;
}

.main.textpage .blog_navigation .blog_mark span:not(:first-child) {
  cursor: pointer;
}

.main.textpage .blog_navigation .blog_mark span:not(:first-child):hover {
  color: #0076d0;
}

.main.textpage .blog_navigation .blog_mark span i {
  font-size: 18px;
  margin-right: 5px;
}

.main.textpage .blog_navigation .blog_mark span .icon-dislike {
  position: relative;
  top: 4px;
}

.main.textpage .blog_navigation .blog_mark span.vote-selected {
  color: #0076d0;
}

.main.textpage .blog_navigation .blog_mark span.vote-selected:hover {
  cursor: default;
}

.main.textpage .blog_navigation .blog_mark span.voted {
  cursor: default;
}

.main.textpage .blog_navigation .blog_mark span.voted:hover {
  cursor: default;
  color: #616161;
}

.main.textpage .blog_navigation .blog_mark span.vote-no-margin {
  margin-right: 0;
}

.main.textpage .blog_navigation .send,
.main.textpage .blog_navigation .share {
  max-width: 215px;
  width: 100%;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main.textpage .blog_navigation .send > span,
.main.textpage .blog_navigation .share > span {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.textpage .blog_navigation .send a div,
.main.textpage .blog_navigation .send a span,
.main.textpage .blog_navigation .share a div,
.main.textpage .blog_navigation .share a span {
  font-size: 18px;
}

.main.textpage .blog_navigation .send a:hover,
.main.textpage .blog_navigation .share a:hover {
  text-decoration: none;
}

.main.textpage .blog_navigation .send a:hover div:before,
.main.textpage .blog_navigation .send a:hover span:before,
.main.textpage .blog_navigation .share a:hover div:before,
.main.textpage .blog_navigation .share a:hover span:before {
  color: #0076d0;
}

.main.textpage .blog_navigation .send .section_name {
  margin-right: -17px;
}

.main.textpage .blog_navigation .blog_tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main.textpage .blog_navigation .blog_tags > span {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-right: 13px;
}

.main.textpage .blog_navigation .blog_tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main.textpage .blog_navigation .blog_tags ul li {
  float: left;
  display: inline-block;
}

.main.textpage .blog_navigation .blog_tags ul li a {
  background-color: #ddd;
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  padding: 3px 6px;
  margin-right: 6px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.main.textpage .blog_navigation .blog_tags ul li a:hover {
  text-decoration: none;
  background-color: #616161;
  color: #fff;
}

.main.textpage .comment_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.main.textpage .comment_form .form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 30px 45px;
  border: 1px solid #ddd;
}

.main.textpage .comment_form .form_wrap span.comment-error {
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  font-style: italic;
  color: red;
  display: none;
  margin-bottom: 10px;
}

.main.textpage .comment_form .field_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main.textpage .comment_form .field_row .form_field {
  width: calc(50% - 15px);
}

.main.textpage .comment_form .form_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.main.textpage .comment_form .form_field span {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 11px;
}

.main.textpage .comment_form .form_field span.required:after {
  content: "*";
  color: red;
  margin-left: 3px;
}

.main.textpage .comment_form .form_field input {
  width: 100%;
  min-height: 42px;
  background-color: #f4f4f4;
  border: none;
  padding: 0 15px;
}

.main.textpage .comment_form .form_field input:focus {
  outline: none;
  border: 1px solid #0076d0;
}

.main.textpage .comment_form .form_field textarea {
  min-height: 120px;
  background-color: #f4f4f4;
  border: none;
  padding: 10px 15px;
}

.main.textpage .comment_form .form_field textarea:focus {
  outline: none;
  border: 1px solid #0076d0;
}

.main.textpage .comment_form .form_field span.comment-error {
  color: red;
  font-weight: 400;
  font-style: italic;
  display: none;
  margin-bottom: 0;
}

.main.textpage .comment_form .estimate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main.textpage .comment_form .estimate .section_name {
  max-width: 85px;
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
}

.main.textpage .comment_form .estimate .section_name.required:after {
  content: "*";
  color: red;
  margin-left: 3px;
}

.main.textpage .comment_form .stars_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  margin-bottom: 35px;
}

.main.textpage .comment_form .stars_container .star_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 9px;
}

.main.textpage .comment_form .stars_container .star_wrap .icon-star {
  font-size: 38px;
  margin-bottom: 5px;
  cursor: pointer;
}

.main.textpage .comment_form .stars_container .star_wrap .icon-star.clear {
  color: #c1c1c1;
}

.main.textpage .comment_form .stars_container .star_wrap .icon-star.clear:before {
  color: inherit;
}

.main.textpage .comment_form .stars_container .star_wrap .rating {
  color: #7a7a7a;
  font-size: 10px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.textpage .comment_form .button {
  width: 146px;
  min-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.main.textpage .review_item {
  background-color: #f5f5f5;
  padding: 25px 30px;
  margin-bottom: 18px;
}

.main.textpage .review_item .text {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
  margin-bottom: 11px;
}

.main.textpage .review_item .author_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main.textpage .review_item .author_wrap > span {
  color: #797979;
  font-size: 12px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-right: 15px;
}

.main.textpage .review_item .author_wrap .rating_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
}

.main.textpage .review_item .author_wrap .rating_container span {
  font-size: 12px;
}

.main.textpage .review_item .author_wrap .rating_container .icon-star.clear::before {
  color: #c1c1c1;
}

.main.textpage .review_item.answer {
  max-width: 650px;
  margin-left: auto;
}

.main.textpage .review_item.answer .isadmin {
  color: #e72b2b;
}

.main.textpage .slider_title {
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin: 50px 0;
}

#add_comment_btn {
  display: none;
}

#content_comment_form {
  display: block;
}

.count-views-calendar,
.count-views-gallery {
  color: #B1B1B1;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.count-views-calendar .icon-eye,
.count-views-gallery .icon-eye {
  margin-right: 8px;
}

@media (max-width: 575px) {
  .main.textpage .comment_form .form_wrap {
    padding: 35px 15px;
  }
  .main.textpage .blog_navigation .inner_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
  }
  .main.textpage .blog_navigation .inner_row .blog_mark {
    margin-bottom: 15px;
  }
  .main.textpage .blog_navigation .inner_row .blog_tags {
    margin-bottom: 15px;
  }
  .main.textpage .comment_form .field_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main.textpage .comment_form .field_row .form_field {
    width: 100%;
  }
  .hidden-mobile-blog-link {
    display: none !important;
  }
  #add_comment_btn {
    display: block;
    margin-bottom: 20px;
  }
  #content_comment_form {
    display: none;
  }
}

.main.cab {
  padding: 45px 0 55px;
}

.main.cab .breadcrumb {
  margin-bottom: 40px;
}

.main.cab .title_wrapper[data-name='0'] {
  background-image: url(../img/first_tab.jpg);
  display: none;
}

.main.cab .title_wrapper[data-name='1'] {
  background-image: url(../img/third_tab.jpg);
  display: none;
}

.main.cab .title_wrapper[data-name='2'] {
  background-image: url(../img/fourth_tab.jpg);
  display: none;
}

.main.cab .title_wrapper[data-name='3'] {
  background-image: url(../img/second_tab.jpg);
  display: none;
}

.main.cab .title_wrapper[data-name='4'] {
  background-image: url(../img/first_tab.jpg);
  display: none;
}

.main.cab .title_wrapper[data-name='5'] {
  background-image: url(../img/first_tab.jpg);
  display: none;
}

.main.cab .title_wrapper {
  height: 155px;
  padding: 50px;
  margin-bottom: 60px;
}

.main.cab .title_wrapper .main_title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
}

.main.cab .tabs.cabTabs .tabs__caption {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ddd;
}

.main.cab .tabs.cabTabs .tabs__caption li {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-right: 60px;
  padding-bottom: 17px;
  cursor: pointer;
  position: relative;
}

.main.cab .tabs.cabTabs .tabs__caption li.active {
  color: #0090ff;
}

.main.cab .tabs.cabTabs .tabs__caption li.active:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #0090ff;
}

.main.cab .profile_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}

.main.cab .profile_block {
  width: calc(25% - 30px);
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 26px 30px 35px;
  -webkit-transition: ease-in .2s;
  transition: ease-in .2s;
}

.main.cab .profile_block:hover {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.main.cab .profile_block .block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

.main.cab .profile_block .block_title .icon {
  font-size: 24px;
  margin-right: 12px;
}

.main.cab .profile_block .block_title .name {
  color: #616161;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
}

.main.cab .profile_block .address {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 20px;
  display: block;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main.cab .profile_block .address a {
  color: inherit;
}

.main.cab .profile_block .address small {
  color: #616161;
  font-size: 12px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
}

.main.cab .profile_block .button.button_change {
  margin-top: auto;
}

.main.cab .button.button_change {
  min-height: 28px;
  border: 2px solid #ddd;
  color: #367eb7;
  max-width: 100%;
  min-width: 100px;
  background-color: transparent;
  font-weight: 700;
  margin-bottom: 10px;
}

.main.cab .button.button_change:hover {
  border-color: #367eb7;
  color: #fff;
  background: #367eb7;
}

.main.cab .order_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 55px;
}

.main.cab .table_headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  margin-bottom: 14px;
}

.main.cab .table_headers span {
  color: #636363;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.main.cab .table_headers span:nth-child(1) {
  width: 125px;
}

.main.cab .table_headers span:nth-child(2) {
  min-width: 150px;
}

.main.cab .table_headers span:nth-child(3) {
  min-width: 125px;
}

.main.cab .table_headers span:nth-child(4) {
  min-width: 200px;
}

.main.cab .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 30px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  max-width: 920px;
}

.main.cab .table_row span {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 18px;
  -ms-flex-item-align: center;
      align-self: center;
}

.main.cab .table_row > span:nth-child(1) {
  width: 125px;
  min-width: 125px;
}

.main.cab .table_row > span:nth-child(2) {
  width: 150px;
  min-width: 150px;
}

.main.cab .table_row > span:nth-child(3) {
  width: 125px;
  min-width: 125px;
}

.main.cab .table_row > span:nth-child(4) {
  width: 200px;
  min-width: 200px;
}

.main.cab .table_row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main.cab .table_row div span {
  width: 100%;
}

.main.cab .cars_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 38px;
  border-bottom: 1px solid #ddd;
}

.main.cab .cars_container .car_wrapper:nth-child(4n+1) {
  margin-left: 0;
}

.main.cab .car_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
  padding-right: 30px;
  margin-left: 95px;
  padding-top: 12px;
  position: relative;
}

.main.cab .car_wrapper .img_wrapper {
  margin-bottom: 24px;
}

.main.cab .car_wrapper .car_title {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
}

.main.cab .car_wrapper .car_specification {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
}

.main.cab .car_wrapper .button_wrapper {
  padding: 18px 0;
}

.main.cab .car_wrapper .button_wrapper .button.link {
  min-height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
  padding: 0 5px;
}

.main.cab .car_wrapper .button_wrapper .button.link:hover {
  text-decoration: none;
  color: #fff;
}

.main.cab .button.addauto {
  text-transform: uppercase;
  min-height: 44px;
  min-width: 190px;
  font-weight: 500;
}

.main.cab .wishes {
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main.cab .wishes .product_item {
  width: 255px;
  margin-right: 30px;
  position: relative;
}

.main.cab .wishes .product_item .remove_button {
  right: 0;
}

.main.cab .wishes .product_item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main.cab .remove_button {
  position: absolute;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e13737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: -24px;
  cursor: pointer;
}

.main.cab .remove_button:hover {
  background-color: #e13737;
}

.main.cab .remove_button:hover .icon-remove:before {
  color: #fff;
}

.main.cab .remove_button .icon-remove {
  font-size: 9px;
}

.popup_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
}

.popup_wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
  padding: 50px 60px 60px;
  -webkit-box-shadow: 0 0 50px #272727;
          box-shadow: 0 0 50px #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 570px;
}

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

.popup_wrapper .popup_title {
  color: #004e89;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 28px;
}

.popup_wrapper .form_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.popup_wrapper .form_field span {
  color: #282828;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 8px;
}

.popup_wrapper .form_field input {
  height: 44px;
  border: 1px solid #ddd;
  padding: 0 15px;
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.popup_wrapper .form_field input:focus {
  outline: none;
  border-color: #0090ff;
}

.popup_wrapper .col_1 {
  width: 50%;
  border-radius: 0;
}

.popup_wrapper .button_wrapper .button {
  min-width: 185px;
  min-height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-transform: uppercase;
  background: #004e89;
  margin-right: 17px;
}

.popup_wrapper .button_wrapper .button:hover {
  background: #006fc3;
}

.popup_wrapper .button_wrapper .button_cancel {
  border: 3px solid #a8a8a8;
  background-color: #fff;
  color: #545454;
}

.popup_wrapper .button_wrapper .button_cancel:hover {
  background-color: #a8a8a8;
  color: #fff;
}

.popup_wrapper.edit_profile {
  display: none;
}

.popup_wrapper.editcar span.edit-car-vin {
  color: grey;
  font-size: 12px;
  font-style: italic;
}

body.fixed {
  overflow: hidden;
}

.popup_wrapper.order_popup {
  display: none;
  max-width: 955px;
  width: 100%;
  margin: 0 15px;
}

.popup_wrapper.order_popup .popup_title {
  margin-bottom: 5px;
}

.popup_wrapper.order_popup .order_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 32px;
}

.popup_wrapper.order_popup .order_date li {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.popup_wrapper.order_popup .order_date li:not(:first-child):before {
  content: '\2022';
  margin: 0 8px;
}

.popup_wrapper.order_popup .table_wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 25px;
}

.popup_wrapper.order_popup .table_wrapper table {
  max-width: 610px;
  width: 100%;
}

.popup_wrapper.order_popup .order-desc {
  padding: 0 23px;
}

.popup_wrapper.order_popup td {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.popup_wrapper.order_popup .delivery {
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 12px;
}

.popup_wrapper.order_popup .payment_method {
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  margin-bottom: 49px;
}

.popup_wrapper.order_popup .button {
  max-width: 188px;
  min-height: 44px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.popup_wrapper.myauto {
  display: none;
  max-width: 830px;
  width: 100%;
}

.popup_wrapper.myauto .car_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.popup_wrapper.myauto .car_container .img_wrap {
  max-width: 150px;
  margin-right: 40px;
}

.popup_wrapper.myauto .car_container .car_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
}

.popup_wrapper.myauto .car_container .car_desc .car_title {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
}

.popup_wrapper.myauto .car_container .car_desc .car_specification {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  line-height: 24px;
}

.popup_wrapper.myauto .car_container .button.button_change {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  border: 2px solid #ddd;
  background: #fff;
  color: #0660a7;
  font-weight: 500;
  padding: 3px 15px;
}

.popup_wrapper.myauto .car_container .button.button_change:hover {
  text-decoration: none;
  outline: none;
  background-color: #0660a7;
  border-color: #0660a7;
  color: #fff;
}

.popup_wrapper.myauto .table_wrap {
  margin-bottom: 17px;
}

.popup_wrapper.myauto .table_wrap .table_title {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 18px;
}

.popup_wrapper.myauto .table_wrap table {
  width: 100%;
}

.popup_wrapper.myauto .table_wrap td {
  background-color: #f0f0f0;
  border-bottom: 3px solid #fff;
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  padding: 10px 20px;
}

.popup_wrapper.myauto .popup_share-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px;
}

.popup_wrapper.myauto .popup_share-car a {
  min-height: 50px;
  border: 1px solid #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  color: #0090ff;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.popup_wrapper.myauto .popup_share-car a:hover {
  text-decoration: none;
  outline: none;
  background: #f9f9f9;
}

.popup_wrapper.myauto .popup_share-car a span {
  font-size: 22px;
  margin-right: 15px;
}

.popup_wrapper.myauto .popup_share-car a:last-child span {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.popup_wrapper.myauto .popup_share-car a:not(:first-child) {
  margin-left: -1px;
}

.popup_wrapper.delivery textarea,
.popup_wrapper.payment textarea {
  width: 100%;
  height: 100px;
  border-radius: 3px;
  border-color: #aaa;
}

.popup_wrapper.payment label.payment-type span.small {
  display: block;
  font-style: italic;
  color: gray;
}

.profile-login-methods {
  color: #282828;
  font-size: 13px;
  font-family: "TT Norms", sans-serif;
}

.profile-login-methods .plm-header {
  font-weight: 700;
  padding: 5px 5px 5px 0;
}

.profile-login-methods .plm-data {
  padding: 5px 0 5px 5px;
}

.profile-login-methods a.soc_btn span {
  margin: 0 15px 0 0;
  font-size: 15px;
}

.profile-login-methods a.soc_btn span.icon-fb:before,
.profile-login-methods a.soc_btn span.icon-google-plus-symbol:before {
  color: #fff;
}

.profile-login-methods a.soc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 33px;
  width: 160px;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
}

.profile-login-methods a.soc_btn.g_plus {
  background-color: #c0332a;
}

.profile-login-methods a.soc_btn.facebook {
  background-color: #3d5b9b;
}

div.profile-counter-block {
  position: absolute;
  top: -1px;
  right: -27px;
  padding: 2px 3px;
  height: 21px;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

div.profile-counter-block span {
  background-color: #0076d0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main.cab .profile_block {
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main.cab .profile_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main.cab .profile_wrapper .profile_block {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .main.cab .table_headers span:nth-child(1) {
    width: 102px;
  }
  .main.cab .table_headers span:nth-child(2) {
    width: 119px;
  }
  .main.cab .table_headers span:nth-child(3) {
    width: 102px;
  }
  .main.cab .car_wrapper {
    margin-right: 60px;
  }
  .main.cab .wishes .product_item {
    width: calc(50% - 30px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .main.cab .tabs.cabTabs .tabs__caption li {
    margin-right: 33px;
  }
  .main.cab .profile_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main.cab .profile_wrapper .profile_block {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .main.cab .table_headers span:nth-child(1) {
    width: 102px;
  }
  .main.cab .table_headers span:nth-child(2) {
    width: 119px;
  }
  .main.cab .table_headers span:nth-child(3) {
    width: 102px;
  }
  .main.cab .car_wrapper {
    margin-right: 60px;
  }
  .main.cab .wishes .product_item {
    width: calc(50% - 30px);
  }
  .main.cab .history_tab {
    overflow-y: scroll;
  }
  .main.cab .history_tab .order_history {
    width: 690px;
    overflow: hidden;
  }
  .main.cab .cars_container .car_wrapper:nth-child(3n - 3) {
    margin-right: 60px;
  }
  .main.cab .cars_container .car_wrapper:nth-child(2n - 2) {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .main.cab .cars_container .car_wrapper:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .main.cab .cars_container .car_wrapper:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 60px;
  }
  .main.cab .cars_container .car_wrapper:nth-child(4n+1) {
    margin-left: 95px;
  }
  .main.cab .cars_container .car_wrapper:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .popup_wrapper.order_popup {
    width: calc(100% - 30px);
    margin: 0;
  }
  .popup_wrapper.order_popup .table_wrapper {
    overflow-y: scroll;
  }
  .popup_wrapper.order_popup .table_wrapper table {
    min-width: 555px;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .popup_wrapper.myauto {
    min-width: 1px;
    width: calc(100% - 30px);
    max-height: 85vh;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .popup_wrapper.order_popup {
    padding: 25px 15px;
    max-height: 85vh;
    overflow: auto;
    min-width: 1px;
  }
  .popup_wrapper.order_popup .order_date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_wrapper.order_popup .order_date li:before {
    display: none;
  }
  .popup_wrapper.myauto .car_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup_wrapper.myauto .car_container .img_wrap {
    margin-bottom: 15px;
  }
  .popup_wrapper.myauto .popup_share-car {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main.cab {
    padding-top: 15px;
  }
}

@media (max-width: 575px) {
  .popup_wrapper {
    width: calc(100% - 30px);
    min-width: 1px;
  }
  .popup_wrapper.newcar, .popup_wrapper.editcar {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 20px;
    overflow: auto;
  }
  .popup_wrapper.newcar .container, .popup_wrapper.editcar .container {
    padding: 0;
  }
  .popup_wrapper.newcar .page_filter .box.filter_selects, .popup_wrapper.editcar .page_filter .box.filter_selects {
    display: block;
    padding: 0;
  }
  .popup_wrapper.newcar .add-car-popup-row, .popup_wrapper.editcar .add-car-popup-row {
    min-width: 100%;
    margin-bottom: 5px;
  }
  .popup_wrapper.newcar .add-car-popup-row .add-vin-input, .popup_wrapper.editcar .add-car-popup-row .add-vin-input {
    border-radius: 20px;
    min-height: 40px;
    margin-bottom: 5px;
  }
  .popup_wrapper.myauto {
    padding: 25px 15px;
  }
  .popup_wrapper.myauto .button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_wrapper.myauto .button_wrapper button {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .popup_wrapper.myauto .table_wrap td {
    padding: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .popup_wrapper.edit_profile {
    max-height: 85vh;
    overflow: auto;
    width: auto;
    min-width: calc(100% - 30px);
    padding: 40px 30px;
  }
  .popup_wrapper.edit_profile .col_1 {
    width: 100%;
  }
  .popup_wrapper.edit_profile .button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_wrapper.edit_profile .button_wrapper button {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .popup_wrapper.edit_profile {
    width: auto;
    max-height: 85vh;
    overflow: auto;
    min-width: calc(100% - 30px);
    padding: 30px 15px;
  }
  .popup_wrapper.edit_profile .col_1 {
    width: 100%;
  }
  .popup_wrapper.edit_profile .button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_wrapper.edit_profile .button_wrapper button {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .main.cab .show_tabs_caption {
    display: none;
  }
}

@media (max-width: 575px) {
  .main.cab .title_wrapper .main_title {
    font-size: 30px;
  }
  .main.cab .tabs.cabTabs .tabs__caption li {
    margin-right: 20px;
  }
  .main.cab .profile_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main.cab .profile_wrapper .profile_block {
    width: 100%;
    margin-bottom: 30px;
  }
  .main.cab .table_headers span:nth-child(1) {
    width: 102px;
  }
  .main.cab .table_headers span:nth-child(2) {
    width: 119px;
  }
  .main.cab .table_headers span:nth-child(3) {
    width: 102px;
  }
  .main.cab .table_headers span:nth-child(4) {
    width: 170px;
    min-width: 170px;
  }
  .main.cab .car_wrapper {
    margin-right: 0px !important;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .main.cab .car_wrapper .remove_button {
    right: 0;
  }
  .main.cab .wishes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main.cab .wishes .product_item {
    width: 100%;
    margin: 0;
  }
  .main.cab .history_tab {
    overflow-y: scroll;
  }
  .main.cab .history_tab .order_history {
    width: 820px;
    overflow: hidden;
  }
  .main.cab .cars_container .car_wrapper:nth-child(3n - 3) {
    margin-right: 60px;
  }
  .main.cab .cars_container .car_wrapper:nth-child(2n - 2) {
    margin-right: 0;
  }
  .main.cab .tabs__caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 50px;
    position: relative;
  }
  .main.cab .tabs__caption li.active {
    display: block;
  }
  .main.cab .tabs__caption li.active:after {
    display: none;
  }
}

.popup_wrapper.loginMethod {
  display: none;
  max-height: 85vh;
  overflow: auto;
}

.popup_wrapper.loginMethod .block_title {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 13px;
}

.popup_wrapper.loginMethod .radio_wrapper {
  margin-bottom: 26px;
}

.popup_wrapper.loginMethod .form_field {
  max-width: 390px;
}

@media (max-width: 767px) {
  .popup_wrapper.payment,
  .popup_wrapper.delivery,
  .popup_wrapper.loginMethod {
    min-width: 1px;
    width: calc(100% - 30px);
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .popup_wrapper.payment,
  .popup_wrapper.delivery,
  .popup_wrapper.loginMethod {
    padding: 20px 15px !important;
  }
  .popup_wrapper.payment .form_field,
  .popup_wrapper.delivery .form_field,
  .popup_wrapper.loginMethod .form_field {
    max-width: 100%;
  }
  .popup_wrapper.payment .button_wrapper,
  .popup_wrapper.delivery .button_wrapper,
  .popup_wrapper.loginMethod .button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup_wrapper.payment .button_wrapper .button,
  .popup_wrapper.delivery .button_wrapper .button,
  .popup_wrapper.loginMethod .button_wrapper .button {
    width: 100%;
    margin-bottom: 10px;
  }
  .popup_wrapper.delivery .select_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_wrapper.delivery .select_wrapper .nice-select {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.popup_wrapper.delivery {
  display: none;
  max-height: 85vh;
  overflow: auto;
}

.popup_wrapper.delivery .block_title {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 13px;
}

.popup_wrapper.delivery .radio_wrapper {
  margin-bottom: 26px;
}

.popup_wrapper.delivery .select_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup_wrapper.delivery .select_wrapper .nice-select {
  border-radius: 0;
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

.popup_wrapper.payment {
  display: none;
  max-height: 85vh;
  overflow: auto;
}

.popup_wrapper.payment .block_title {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  display: block;
  margin-bottom: 13px;
}

.popup_wrapper.payment .radio_wrapper {
  margin-bottom: 26px;
}

#my_order_table img {
  max-width: 60px;
  max-height: 60px;
}

#my_order_table a {
  color: #282828;
}

.profile-tab-new {
  position: absolute;
  top: -18px;
  left: -10px;
  color: red;
}

.main.video {
  padding: 45px 0 55px;
}

.main.video .main_title {
  margin: 16px 0 26px;
}

.main.video .video_wrap.main .video_title {
  font-size: 24px;
}

.main.video .video_wrap.text_bottom .video_title {
  bottom: 50px;
  padding: 25px 45px 10px 20px;
}

.main.video .video_wrap {
  position: relative;
  height: 100%;
  max-height: 400px;
  padding-bottom: 30px;
}

.main.video .video_wrap.video_brightness:hover img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.main.video .video_wrap.video_brightness:hover .video_title, .main.video .video_wrap.video_brightness:hover .play_button {
  z-index: 1;
}

.main.video .video_wrap.small_wrap {
  max-height: 222px;
}

.main.video .video_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main.video .video_wrap .play_button {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: #0090ff;
  cursor: pointer;
}

.main.video .video_wrap .play_button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #ffffff;
}

.main.video .video_wrap .video_title {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  width: 100%;
  padding: 25px 20px 10px;
  text-transform: uppercase;
}

.video_wrap.main .video_tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 20px;
}

.video_wrap.main .video_tooltip .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.video_wrap.main .video_tooltip .txt {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.video_wrap.main .video_tooltip p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  width: 100%;
  line-height: 30px;
}

.video_wrap.main:hover .video_title {
  display: none;
}

.video_wrap.main:hover .video_tooltip {
  display: block;
  z-index: 1;
}

.video_wrap.main:hover img {
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
}

.play_video .video_wrap {
  cursor: pointer;
}

@media (max-width: 992px) {
  .video_popup_wrap .video_popup {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .video_tooltip {
    padding-right: 0 !important;
  }
  .video_wrap.main .video_tooltip .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .main.video .video_wrap.main .video_title {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  #video_popup_source {
    max-height: 245px;
  }
}

#video_popup_source {
  max-width: 100%;
  max-height: 100%;
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  max-height: stretch;
}

.main .review .review-form .heading {
  margin: 10px 0 20px;
}

.main .review .review-form .heading span {
  font-size: 25px;
  font-weight: bold;
}

.main .review .review-form .control-group label {
  font-weight: bold;
}

.main .review .review-form .control-group .review-control-input, .main .review .review-form .control-group .review-control-textarea {
  width: 100%;
  padding-left: 10px;
}

.main .review .review-form .control-group .review-control-textarea {
  height: 150px;
}

.main .review .review-form .control-group .control-error {
  color: red;
  font-style: italic;
}

.main .review .review-form .control-group .required::after {
  content: '*';
  color: red;
  font-weight: bold;
}

.main .review .review-form .review-btn-submit {
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0 10px;
}

.main .review .review-form .stars .icon-star {
  font-size: 26px;
  cursor: pointer;
}

.main .review .review-form .stars .icon-star::before {
  content: "\E10";
  color: #ffc600;
}

.main .review .review-form .stars .icon-star.clear {
  color: #c1c1c1;
}

.main .review .review-form .stars .icon-star.clear::before {
  color: inherit;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 100%;
  font-size: 18px;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 7px 20px;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

span.inputfile-span {
  display: inline !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: inherit !important;
  margin-bottom: 0 !important;
}

/* style 1 */
.inputfile-1 + label {
  color: white;
  background-color: #0660a7;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #0c7cd4;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #c09853;
}

.alert .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.alert .close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert .alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert.alert-danger, .alert.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert.alert-block > p,
.alert.alert-block > ul {
  margin-bottom: 0;
}

.alert.alert-block p + p {
  margin-top: 5px;
}

.centered {
  margin: 0 auto;
}

a.fancybox-gallery img {
  width: 80px;
  height: 80px;
  margin: 5px;
  border: 1px solid grey;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.img_container a.fancybox-gallery {
  height: 428px;
  display: none;
}

.img_container a.fancybox-gallery.fancy-visible {
  display: block;
}

.img_container a.fancybox-gallery img {
  margin: 0px;
  border: none;
}

.img_container span {
  display: none;
}

a.fancybox-gallery img:first-child {
  margin-left: 0;
}

.category_section.top-menu .category_wrap .category_item {
  padding-bottom: 5px;
  padding-top: 5px;
}

.category_section.top-menu .category_wrap .category_item .category_name {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  text-decoration: none;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
  cursor: pointer;
}

.category_section.top-menu .category_wrap .category_item:hover .category_dropdown {
  top: 100%;
}

.category_section.top-menu .category_wrap .category_item:hover .category_dropdown .triangle {
  top: -2px;
}

.category_section.top-menu .category_wrap .category_item .category_dropdown.top-nav-sub-cat-icon li {
  width: 12.5%;
}

.category_section.top-menu .category_wrap .category_item .category_dropdown.top-nav-sub-cat-icon li a.top-nav-sub-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  min-height: 115px;
  position: relative;
}

.category_section.top-menu .category_wrap .category_item .category_dropdown.top-nav-sub-cat-icon li a.top-nav-sub-cat span {
  text-align: center;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

.category_section.top-menu .category_wrap .category_item .category_dropdown.top-nav-sub-cat-icon li a.top-nav-sub-cat:hover span {
  text-decoration: underline;
}

.page_header .header_categories ul.top-nav-sub-cat-icon {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.sticky-burger {
  margin-top: 8px;
  display: none;
  padding: 0 15px;
  cursor: pointer;
}

.header_categories.fixtop .sticky-burger {
  display: block;
}

.box.filter_selects .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff;
}

.newcar.bubbles .box.filter_selects .select2-container--default .select2-selection--single {
  background-color: lightgrey;
  border: 1px solid #fff;
}

.category-car-select .ccs-row .select2-container--default .select2-selection--single {
  background-color: lightgrey;
}

#ccs_year_block .select2-container--default .select2-selection--single,
.category-car-select .ccs-row.enabled-select .select2-container--default .select2-selection--single {
  background-color: #fff;
}

#add_year_block .select2-container--default .select2-selection--single,
.newcar.bubbles .box.filter_selects .add-car-popup-row.enabled-select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff;
}

div[data-readmore] {
  -webkit-transition: height 200ms;
  transition: height 200ms;
  overflow: hidden;
}

section.section.section_map {
  min-height: 344px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

section.section.section_seo_main {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.section.section_seo_main p {
  font-size: 14px;
}

section.section.section_seo_main .seo-main-description-wrapper a.button {
  background-color: #0090ff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "TT Norms", sans-serif;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  padding-bottom: 2px;
  min-width: 144px;
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  margin: 15px auto 10px;
}

.featured-products .price .old-price {
  font-size: 16px;
  font-weight: 100;
  float: right;
  clear: both;
  color: #000;
  text-decoration: line-through;
  display: inline-block;
  margin-top: 9px;
}

.featured-products .price .old-price .old-price-val {
  color: gray;
}

.main-articles-slider {
  padding-bottom: 30px;
}

.main-articles-slider .articles_slider .slick-prev {
  width: 45px;
  height: 45px;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-47px);
  transform: translateX(-47px);
  color: #0090ff;
  opacity: 1 !important;
  background: #f5f5f5;
}

.main-articles-slider .articles_slider .slick-prev:before {
  content: '\E9';
  font-family: 'icomoon' !important;
  color: #0090ff;
  font-size: 14px;
}

.main-articles-slider .articles_slider .slick-next {
  width: 45px;
  height: 45px;
  top: calc(100% + 12px);
  right: 50%;
  -webkit-transform: translateX(47px);
  transform: translateX(47px);
  color: #0090ff;
  opacity: 1 !important;
  background: #f5f5f5;
}

.main-articles-slider .articles_slider .slick-next:before {
  content: '\E9';
  font-family: 'icomoon' !important;
  color: #0090ff;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}

.main-articles-slider .articles_slider .slick-next:hover, .articles_slider .slick-prev:hover {
  background-color: #0090ff;
  color: #fff;
}

.main-articles-slider .articles_slider .slick-next:hover:before, .articles_slider .slick-prev:hover:before {
  color: #fff;
}

.complaint_form .form_field textarea {
  max-width: 100%;
  width: 100%;
  min-height: 106px;
  border: 1px solid #dddddd;
  padding: 15px;
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  outline: none;
}

@media (min-width: 1900px) {
  section.section.section_map {
    min-height: 400px;
  }
}

@media (max-width: 1024px) {
  section.section.section_map {
    min-height: 344px;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  section.section.section_map {
    min-height: 280px;
  }
}

@media (max-width: 525px) {
  section.section.section_map {
    min-height: 190px;
  }
}

@media (max-width: 425px) {
  section.section.section_map {
    min-height: 160px;
  }
}

.main.category.comparison .container {
  margin-bottom: 40px;
}

.main.category.comparison .comparison-remove {
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
  border: 2px solid #e13737;
  padding: 4px 6px;
  position: relative;
  top: -4px;
}

.main.category.comparison .comparison-remove span {
  font-size: 15px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main.category.comparison .comparison-remove span:before {
  content: "\E25";
  color: #d90000;
}

.main.category.comparison .comparison-remove:hover {
  background-color: #e13737;
}

.main.category.comparison .comparison-remove:hover span:before {
  color: #fff;
}

.main.category.comparison .comparison-group-content {
  display: none;
}

.main.category.comparison .comparison-group-content.active-group {
  display: block;
}

.main.category.comparison .product_item {
  margin-bottom: 0;
}

.main.category.comparison .products.specs {
  border-bottom: 1px solid #ddd;
}

.main.category.comparison .products.specs .product_item.product {
  padding: 15px;
}

.main.category.comparison .products.specs .product_item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main.category.comparison .products.specs .main.product .specifications_table td {
  padding: 6px;
}

.main.category.comparison .products.specs .main.product .specifications_table td div {
  height: 40px;
  overflow-y: hidden;
}

.main.category.comparison .mobile-spec {
  display: none;
}

.main.category.comparison .mobile-spec .specifications_table td {
  padding: 6px;
}

.main.category.comparison .mobile-spec .specifications_table td div {
  height: 40px;
  overflow-y: hidden;
}

.clear_comp_wish {
  cursor: pointer;
}

.clear_comp_wish span.text {
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  color: #898989;
  font-size: 14px;
  font-weight: 700;
  font-family: "TT Norms", sans-serif;
  padding-left: 15px;
}

.clear_comp_wish span.icon-remove {
  font-size: 12px;
}

@media (max-width: 575px) {
  .main.category .products.desktop-specs {
    display: none;
  }
  .main.category.comparison .mobile-spec {
    display: block;
  }
}

.signup .form_field {
  margin: 15px auto;
}

.signup .form_field input {
  height: 44px;
  border: 1px solid #ddd;
  padding: 0 15px;
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  font-family: "TT Norms", sans-serif;
  width: 100%;
}

.signup .form_field input, .signup .form_field label, .signup .form_field span.control-error {
  display: block;
}

.signup .form_field span.control-error {
  color: red;
}

.signup .forgot-password-link, .signup .back-to-login {
  display: inline-block;
  float: right;
  margin-top: 3px;
}

.signup span.main_title {
  font-size: 25px;
}

.signup .button-group {
  display: inline-block;
}

/* INDEX */
.blog-section {
  padding: 0 0 50px;
}

.main.category.blog-section {
  padding: 0 0 50px;
}

.main.category.blog-section .img_section {
  margin-bottom: 0;
}

.blog-menu {
  background: #121922;
  padding: 13px 5px 20px;
  position: relative;
  top: -30px;
}

.blog-menu,
.blog-sub-menu,
.blog-sub-menu-hidden {
  margin-left: -7px;
  margin-right: -7px;
}

.blog-logo-img:hover {
  text-decoration: none;
}

.blog-logo .blog-logo-title {
  font-family: TT Norms;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  color: #FFFFFF;
  position: relative;
  top: 4px;
}

.bct-item {
  margin-top: 3px;
  text-align: center;
  position: relative;
}

.bct-item a:hover {
  text-decoration: none;
}

.bct-item span {
  color: #fff;
  font-family: TT Norms;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.bct-item span.bct-item-active {
  color: #CBD4DE;
  text-decoration: underline;
}

.bct-item-bordered {
  position: absolute;
  width: 0px;
  height: 12px;
  right: 0;
  top: 8px;
  border-right: 1px solid #6C6C6C;
}

.bcf-select-block .nice-select {
  float: right;
  height: 30px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #ffffff;
  padding-left: 0;
  line-height: 35px;
  width: 100%;
}

.bcf-select-block .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 0;
}

.bcf-select-block .nice-select.open .list {
  right: 0;
  left: auto;
}

.bcf-select-block .nice-select.open .list li {
  padding: 0 10px;
}

.bcf-select-block .nice-select .list {
  border-radius: 0;
  right: 0;
  left: auto;
}

.bcf-select-block .nice-select .option {
  color: #121922;
}

.bcf-select-block .nice-select span.current {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
}

/* BLOG SUB-MENU */
.blog-section .blog-sub-menu-mobile {
  display: none;
}

.blog-section .blog-sub-menu {
  position: relative;
  top: -30px;
}

.blog-section .blog-sub-menu-mobile .nice-select {
  width: 100%;
  background-color: #121922;
  border: none;
  border-radius: 0;
  color: #fff;
}

.blog-section .blog-sub-menu-mobile .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.blog-section .blog-sub-menu-mobile .nice-select .list {
  width: 100%;
  border-radius: 0;
  max-height: none;
}

.blog-section .blog-sub-menu-mobile .nice-select .option {
  color: #121922;
}

.blog-section .blog-sub-menu .bsm-item {
  background-color: #E7ECF1;
  text-align: center;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-section .blog-sub-menu .bsm-item:hover,
.blog-section .blog-sub-menu .bsm-item.bsm-item-active {
  background-color: #CBD4DE;
}

.blog-section .blog-sub-menu .bsm-item-first {
  border-left: none;
}

.blog-section .blog-sub-menu .bsm-item-last {
  border-right: none;
}

.blog-section .blog-sub-menu .bsm-item a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: TT Norms;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #121922;
  display: block;
}

.blog-section .blog-sub-menu .bsm-item a:hover {
  text-decoration: none;
}

.blog-section .blog-sub-menu .bsm-item.bsm-triangled:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 48%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.blog-section .blog-sub-menu .bsm-item.bsm-triangled.bsm-triangled-rotated:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.blog-section .blog-sub-menu.blog-sub-menu-hidden.hidden-block {
  display: none;
}

.blog-grid-mobile {
  display: none;
}

img.blog-more-loader {
  margin: 20px auto;
  display: none;
}

/* MEDIA */
@media (max-width: 768px) {
  .page_header .mobile-header-infoblock .user-actions .actions_wrapper {
    padding-right: 0;
  }
  .blog-section .blog-logo {
    display: none;
  }
  .blog-section .blog-menu {
    background-color: #ffffff;
    top: 0;
  }
  .blog-section .blog-menu .blog-content-types .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .blog-section .blog-menu .blog-content-types .bct-item {
    width: 24%;
    background: #121922;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    max-width: 24%;
  }
  .blog-section .blog-menu .blog-content-types .bct-item a {
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
  }
  .blog-section .blog-menu .blog-content-types .bct-item-bordered {
    display: none;
  }
  .blog-section .blog-menu .blog-car-filters {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .blog-section .blog-menu .blog-car-filters .bcf-mobile-hidden {
    display: none;
  }
  .blog-section .blog-menu .blog-car-filters .bcf-select-block {
    width: 50%;
  }
  .blog-section .blog-menu .blog-car-filters .bcf-select-block .nice-select {
    border-bottom: 1px solid #121922;
    color: #121922;
  }
  .blog-section .blog-menu .blog-car-filters .bcf-select-block .nice-select:after {
    border-bottom: 2px solid #121922;
    border-right: 2px solid #121922;
  }
  .blog-section .blog-sub-menu {
    margin: 15px 0;
  }
  .blog-section .blog-sub-menu .bsm-item {
    width: 33.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-date {
    display: none;
  }
  .blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-rating {
    float: left;
  }
}

@media (max-width: 575px) {
  .blog-section .blog-sub-menu {
    display: none;
  }
  .blog-section .blog-sub-menu-mobile {
    display: block;
    position: relative;
    top: -12px;
    margin-bottom: 50px;
  }
  .blog-grid-pc {
    display: none;
  }
  .blog-grid-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-section .blog-menu .blog-content-types .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .blog-section .blog-menu .blog-content-types .bct-item {
    padding-left: 7px;
    padding-right: 7px;
    width: 49%;
    min-width: 49%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .blog-section .blog-menu .blog-content-types .bct-item span {
    font-size: 14px;
    margin-left: 5px;
    top: 0;
  }
}

@media (max-width: 320px) {
  .blog-section .blog-menu .blog-content-types .bct-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-section .blog-menu .blog-content-types .bct-item span {
    font-size: 12px;
    margin-left: 2px;
    top: 1px;
  }
}

/* PC GRID */
.blog-grid-pc a:hover {
  text-decoration: none;
}

.blog-grid-pc .bgp-small-item, .blog-grid-pc .bcir-big-cell {
  padding: 0 7px;
}

.blog-grid-pc .bgp-small-item {
  margin-bottom: 36px;
}

.blog-grid-pc .bgp-small-item .bgpsi-image,
.blog-grid-pc .bcir-big-cell .bgpsi-image {
  position: relative;
}

.blog-grid-pc .bgp-small-item .bgpsi-image {
  width: 100%;
  height: 169px;
}

.blog-grid-pc .bcir-big-cell .bgpsi-image {
  width: 100%;
  height: 449px;
}

.blog-grid-pc .bgp-small-item .bgpsi-image img,
.blog-grid-pc .bcir-big-cell .bgpsi-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.blog-grid-pc .bgp-small-item .bgpsi-image img.content-icon,
.blog-grid-pc .bcir-big-cell .bgpsi-image img.content-icon {
  position: absolute;
  right: 8px;
  top: 10px;
  -o-object-fit: none;
     object-fit: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.blog-grid-pc .bgp-small-item .bgpsi-title,
.blog-grid-pc .bcir-big-cell .bgpsi-title {
  height: 40px;
  overflow: hidden;
  font-family: TT Norms;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-top: 6px;
  margin-bottom: 10px;
}

.blog-grid-pc .bcir-big-cell .bgpsi-title {
  margin-top: 6px;
}

.blog-grid-pc .bgp-small-item .bgpsi-info,
.blog-grid-pc .bcir-big-cell .bgpsi-info {
  height: 20px;
}

.blog-grid-pc .bgp-small-item .bgpsi-info span,
.blog-grid-pc .bcir-big-cell .bgpsi-info span {
  display: inline-block;
  font-family: TT Norms;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #8F8F8F;
}

.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-date,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-date {
  float: left;
}

.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-reviews,
.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-rating,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-reviews,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-rating {
  float: right;
  margin-right: 5px;
}

.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-rating .blog-star-filled,
.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-rating .blog-star-empty,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-rating .blog-star-filled,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-rating .blog-star-empty {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-rating .blog-star-filled:before,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-rating .blog-star-filled:before {
  content: "\E10";
  color: #ffc600;
}

.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-rating .blog-star-empty:before,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-rating .blog-star-empty:before {
  content: "\E10";
  color: #c1c1c1;
}

.blog-grid-pc .bgp-small-item .bgpsi-info .bgpsii-reviews img,
.blog-grid-pc .bcir-big-cell .bgpsi-info .bgpsii-reviews img {
  margin-left: 7px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.blog-grid-pc .bgp-combined-items-row .bcir-big-cell {
  height: 500px;
}

.blog-grid-pc .blog-load-more-pc {
  text-align: center;
  cursor: pointer;
}

.blog-grid-pc .blog-load-more-pc img {
  margin-top: 25px;
}

.blog-grid-pc .blog-load-more-pc p {
  font-family: TT Norms;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 35px;
}

.blog-grid-pc .blog-load-more-pc p span {
  font-weight: bold;
}

.blog-grid-pc .blog-load-more-pc-hidden,
.blog-grid-pc .bgp-small-item-hidden {
  display: none;
}

/* MOBILE GRID */
.blog-grid-mobile a:hover {
  text-decoration: none;
}

.blog-grid-mobile .bgm-item {
  width: 100%;
  margin-bottom: 15px;
}

.blog-grid-mobile .col-6.col-6-left {
  padding-right: 7.5px;
}

.blog-grid-mobile .col-6.col-6-right {
  padding-left: 7.5px;
}

.blog-grid-mobile .bgm-item .bgmi-image,
.blog-grid-mobile .bgm-item-big .bgmi-image {
  width: 100%;
  position: relative;
}

.blog-grid-mobile .bgm-item .bgmi-image {
  height: 105px;
}

.blog-grid-mobile .bgm-item-big .bgmi-image {
  height: 260px;
}

.blog-grid-mobile .bgm-item .bgmi-image img.bgmii-preview,
.blog-grid-mobile .bgm-item-big .bgmi-image img.bgmii-preview {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.blog-grid-mobile .bgm-item .bgmi-image img.content-icon,
.blog-grid-mobile .bgm-item-big .bgmi-image img.content-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  -o-object-fit: none;
     object-fit: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.blog-grid-mobile .bgm-item .bgmi-title,
.blog-grid-mobile .bgm-item-big .bgmi-title {
  height: 32px;
  font-family: TT Norms;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 3px;
  overflow: hidden;
}

.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: rgba(18, 25, 34, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #FFFFFF;
  font-family: TT Norms;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 5px;
}

.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info .bgpsii-rating,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info .bgpsii-rating {
  float: left;
}

.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info .bgpsii-rating .blog-star-filled,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info .bgpsii-rating .blog-star-filled,
.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info .bgpsii-rating .blog-star-empty,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info .bgpsii-rating .blog-star-empty {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info .bgpsii-rating .blog-star-filled:before,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info .bgpsii-rating .blog-star-filled:before {
  content: "\E10";
  color: #ffc600;
}

.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info .bgpsii-rating .blog-star-empty:before,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info .bgpsii-rating .blog-star-empty:before {
  content: "\E10";
  color: #c1c1c1;
}

.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info .bgpsii-reviews,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info .bgpsii-reviews {
  float: right;
}

.blog-grid-mobile .bgm-item .bgmi-image .bgmi-info .bgpsii-reviews img,
.blog-grid-mobile .bgm-item-big .bgmi-image .bgmi-info .bgpsii-reviews img {
  position: relative;
  top: -2px;
}

.blog-grid-mobile .blog-load-more-mobile-hidden,
.blog-grid-mobile .bgm-item-hidden {
  display: none;
}

.blog-grid-mobile .blog-load-more-mobile {
  text-align: center;
  cursor: pointer;
}

.blog-grid-mobile .blog-load-more-mobile img {
  height: 68px;
  margin-top: 15px;
}

.blog-grid-mobile .blog-load-more-mobile p {
  font-family: TT Norms;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-top: 18px;
}

.blog-grid-mobile .blog-load-more-mobile p span {
  font-weight: bold;
}

/* Blog video */
.blog-video {
  width: 85%;
  height: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow-y: scroll;
  padding: 30px;
  border-radius: 5px;
}

.blog-video .blog-video-content {
  position: relative;
  min-height: 100%;
}

.blog-video .blog-video-content img.blog-video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
}

.blog-video .videoContainer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  margin: 0 auto 30px;
  float: left;
}

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

.blog-video .blog-video-header {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog-video .bvh-title {
  width: 60%;
  float: left;
  font-family: TT Norms;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.blog-video .count-views-video {
  color: #B1B1B1;
  width: 20%;
  float: left;
  line-height: 21px;
  text-align: right;
  font-size: 14px;
}

.count-views-video .icon-eye {
  margin-right: 8px;
}

.blog-video .bvh-rating {
  width: 20%;
  float: right;
  text-align: right;
}

.blog-video .bvh-rating .bvhr-rating .blog-star-filled,
.blog-video .bvh-rating .bvhr-rating .blog-star-empty {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.blog-video .bvh-rating .bvhr-rating .blog-star-filled:before {
  content: "\E10";
  color: #ffc600;
}

.blog-video .bvh-rating .bvhr-rating .blog-star-empty:before {
  content: "\E10";
  color: #c1c1c1;
}

.blog-video .blog-video-form,
.blog-video .blog-video-reviews {
  width: 100%;
  float: left;
}

@media (max-width: 575px) {
  .blog-video {
    width: 95%;
    max-height: 95%;
    min-height: 50%;
    height: auto;
    padding: 30px 20px;
  }
  .blog-video .bvh-title {
    width: 80%;
  }
  .blog-video .bvh-rating {
    width: 100%;
  }
  .blog-video .bvh-rating {
    margin-top: 10px;
  }
  .blog-video .bvh-rating .bvhr-rating .blog-star-filled,
  .blog-video .bvh-rating .bvhr-rating .blog-star-empty {
    font-size: 16px;
  }
  .blog-video .main.textpage .comment_form .estimate {
    display: block;
  }
  .blog-video .main.textpage .comment_form .estimate .section_name {
    margin-bottom: 16px;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .blog-video .main.textpage .comment_form .stars_container {
    width: 100%;
  }
  .blog-video .main.textpage .comment_form .stars_container .star_wrap .icon-star {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .blog-video .bvh-title {
    width: 80%;
  }
  .blog-video .bvh-rating {
    width: 100%;
  }
  .blog-video .bvh-rating {
    margin-top: 10px;
  }
}

/* banner h1 and mobile improvements */
.img_section {
  position: relative;
}

.img_section .blog-banner-h1 {
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 640px);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.img_section .blog-banner-h1 a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .img_section .blog-banner-h1 {
    left: 3%;
  }
  .bct-item span {
    font-size: 16px;
  }
  .blog-logo .blog-logo-title {
    font-size: 12px;
  }
  .blog-logo {
    margin-top: 4px;
  }
}

@media (max-width: 525px) {
  .img_section .blog-banner-h1 {
    font-size: 16px;
    top: calc(50% - 14px);
  }
}

.faq-block .table input {
  display: none;
}

.faq-block .table {
  font: 0.8rem/1.2 Roboto Medium, sans-serif;
  border: 1px solid #e9eaec;
  border-radius: 3px;
  color: #848994;
  margin-bottom: 10px;
}

.faq-block .table-title {
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.faq-block .table-title::after {
  content: '-';
  float: right;
  font-size: 25px;
  margin-top: -5px;
}

.faq-block .table-content {
  padding: 10px;
  display: block;
}

.faq-block .table :checked + .table-title {
  background-color: #3d7fc4;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

.faq-block .table :checked + .table-title::after {
  content: '+';
}

.faq-block .table :checked ~ .table-content {
  display: none;
}

.car-models .popular_category_row .popular-cat-item {
  position: relative;
}

.car-models .popular_category_row .popular-cat-item .model-years {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 2px solid #dddddd;
  width: 90%;
  top: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.car-models .popular_category_row .popular-cat-item .model-years:hover {
  /*-webkit-box-shadow: 0 0px 10px #b3b3b3;*/
  /*box-shadow: 0 0px 10px #b3b3b3;*/
}

.car-models .popular_category_row .popular-cat-item .model-years ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.car-models .popular_category_row .popular-cat-item .model-years ul li a {
  color: #0f1821;
}

.car-models .popular_category_row .popular-cat-item .img_wrap img {
  max-height: 140px;
}

.car-models .popular_category_row .popular-cat-item .category_title {
  padding: 0 10px;
  text-align: center;
  height: 60px;
  overflow: hidden;
  line-height: 1.3;
}

.featured-products {
  padding-top: 0;
  padding-bottom: 100px;
}

.featured-products .f-header {
  text-align: center;
}

.featured-products .inner_nav i {
  font-size: 25px;
  color: #cccccc;
}

.featured-products .f-buy-btn {
  display: inline-block;
  width: 50%;
  float: left;
}

.featured-products .f-icons {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: center;
  padding-top: 10px;
}

.featured-products .f-icons a:hover {
  text-decoration: none;
}

.featured-products .f-icons a:not(:last-child) {
  margin-right: 15px;
}

.featured-products .f-icons a i.wished:before {
  color: #0076d0;
}

.featured-products .f-buy-btn .button_transparent {
  border-color: #0076d0;
  background-color: #0076d0;
  color: #fff;
  cursor: pointer;
  padding: 0 20px;
  width: 100%;
}

.featured-products .f-buy-btn .button_transparent:hover {
  border-color: #0090ff;
  background-color: #0090ff;
  -webkit-box-shadow: 0 5px 10px -5px #636363;
  box-shadow: 0 5px 10px -5px #636363;
}

.featured-products .f-buy-btn a.button_transparent {
  border: none;
}

.model-image {
  text-align: right;
}

.model-image img {
  max-height: 110px;
}

@media (max-width: 768px) {
  .model-image {
    text-align: center;
  }
  .model-image img {
    max-height: 200px;
  }
}

/* new footer mobile */
.page_footer .mobile-socials {
  display: none;
  margin-top: 10px;
  margin-bottom: 25px;
  /*text-align: center;*/
}

.page_footer .mobile-contacts, .page_footer .mobile-info {
  display: none;
}

.reviews_section {
  padding-bottom: 70px;
  padding-top: 30px;
}

.reviews_section .section_sub-title {
  font-size: 28px;
}

.mobile-breadcrumb {
  display: none;
}

.review-images-hint {
  display: block;
  font-size: 12px;
  color: gray;
}

.mobile-item-title-block {
  display: block;
}

.mobile-item-title-block .title {
  font-size: 25px;
}

.mobile-item-title-block .product_id {
  margin-bottom: 20px;
}

.mobile-item-title-block .product_id .rating_container {
  display: inline-block;
  margin-left: 100px;
}

h4.form_title {
  font-size: 1.5em;
}

ul.breadcrumb.not-mobile {
  padding-left: 10px;
}

ul.breadcrumb.not-mobile li:first-child {
  padding-left: 5px;
}

.catalog-auto-btn-block {
  padding: 0;
}

.catalog-auto-btn-block a {
  padding: 7px 5px;
  margin-left: -15px;
  cursor: pointer;
}

.catalog-auto-btn-block a:hover {
  text-decoration: none;
  color: #fff;
}

.catalog-auto-link-block {
  padding: 0 20px 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog-auto-link-block a {
  color: #282828;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page_footer .desktop-socials, .page_footer .desktop-contacts, .page_footer .desktop-info {
    display: none !important;
  }
  .page_footer .mobile-socials, .page_footer .mobile-contacts, .page_footer .mobile-info {
    display: block;
  }
  .page_footer .mobile-socials .soc_network a:not(:last-child) {
    margin-right: 25px;
  }
  .page_footer .mobile-socials .soc_network a i:before {
    font-size: 40px;
  }
  .page_footer .mobile-footer-list {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .mobile-hidden,
  .main.product .product_short-description .title.mobile-hidden,
  .main.product .product_short-description .product_id.mobile-hidden {
    display: none;
  }
  .mobile-item-title-block {
    display: block;
  }
  .mobile-item-title-block .title {
    font-size: 20px;
  }
  .mobile-item-title-block .product_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-full-width {
    width: 100%;
  }
}

/* breadcrumbs mobile fix */
@media (max-width: 575px) {
  .main.category .img_section {
    margin-bottom: 5px;
  }
  .main .main_title, .main.category .main_title, .main.textpage .main_title, .main.articleList .main_title {
    font-size: 25px;
    margin: 5px 0 0;
  }
  .reviw_section.category_subcats {
    padding-top: 10px;
  }
  .main.category .pagination {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .main.articleList {
    padding-bottom: 70px;
    padding-top: 10px;
  }
  .main.product .catalog_wrapper {
    padding: 15px 0 15px;
  }
  .main.product .product_short-description .title {
    margin-top: 5px;
  }
  .main.product .product_short-description .show_specifications {
    margin-bottom: 25px;
  }
  .main.product .product_item_row {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .main.product {
    padding-bottom: 20px;
  }
  .reviews_section .section_sub-title {
    margin-bottom: 0;
  }
  .reviews_section {
    padding-bottom: 50px;
    padding-top: 15px;
  }
  .main.textpage {
    padding: 5px 0 10px;
  }
  .main.textpage .headings {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .main.textpage .blog_navigation {
    margin-bottom: 20px;
  }
  .main.textpage .comment_form {
    margin-bottom: 10px;
  }
  .main.textpage .slider_title {
    margin: 20px 0;
  }
  .breadcrumb.not-mobile {
    display: none;
  }
  .mobile-breadcrumb {
    width: 100%;
    height: 24px;
    overflow: hidden;
    display: block;
    margin-top: 20px;
  }
  .mobile-insidescroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    color: #8b8b8b;
  }
  .mobile-insidescroll a, .mobile-insidescroll span {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
  }
  .mobile-insidescroll a, .mobile-insidescroll a:focus, .mobile-insidescroll a:active, .mobile-insidescroll a:hover {
    text-decoration: none;
  }
  .mobile-insidescroll a:not(:first-child), .mobile-insidescroll span {
    padding-left: 4px;
  }
  .mobile-insidescroll a:not(:first-child):before, .mobile-insidescroll span:before {
    content: '';
    margin-right: 0;
  }
  .main.product .catalog_wrapper .catalog_menu {
    margin-top: 15px;
  }
  .index_main.search-auto-categories .main_title {
    font-size: 25px;
  }
  .reviews_section .reviews_slider.popular-products-slider .single_reviews_inner {
    padding: 10px;
  }
  .featured-products .inner_nav i {
    font-size: 20px;
  }
  .featured-products .f-icons a:not(:last-child) {
    margin-right: 10px;
  }
  .reviews_section .reviews_slider.popular-products-slider .price {
    font-size: 22px;
  }
  .reviews_section .reviews_slider.popular-products-slider .slick-track {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .reviews_section.featured-products {
    padding-bottom: 70px;
  }
}

/* new breadcrumbs style */
.breadcrumb a.home-link,
.mobile-breadcrumb a.home-link {
  background-image: url("/themes/default/assets/img/home_small.png");
  width: 20px;
  height: 20px;
  display: inline-block;
}

.mobile-breadcrumb a.home-link {
  position: relative;
  width: 35px;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.breadcrumb li,
.mobile-breadcrumb a {
  display: inline-block;
  line-height: 26px;
  margin: 0 15px 0 -10px;
  padding: 0 15px;
  position: relative;
}

.breadcrumb li::before,
.breadcrumb li::after,
.mobile-breadcrumb a::before,
.mobile-breadcrumb a::after {
  border-right: 1px solid #666666;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  width: 10px;
}

.calendar .breadcrumb li::before,
.calendar .breadcrumb li::after,
.calendar .mobile-breadcrumb a::before,
.calendar .mobile-breadcrumb a::after {
  border-right: 1px solid #fff;
}

.calendar.textpage .breadcrumb li::before,
.calendar.textpage .breadcrumb li::after,
.calendar.textpage .mobile-breadcrumb a::before,
.calendar.textpage .mobile-breadcrumb a::after {
  border-right: 1px solid #666666;
}

.breadcrumb li::after,
.mobile-breadcrumb a::after {
  bottom: 0;
  top: 15px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.breadcrumb li:last-of-type::before,
.breadcrumb li:last-of-type::after {
  display: none;
}

.breadcrumb li:not(:first-child):before,
.mobile-breadcrumb span:before {
  content: '';
  margin-right: 0;
}

.mobile-breadcrumb .mobile-insidescroll a:last-of-type {
  margin-right: 5px;
}

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

.ai_item {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 48px) / 4);
          flex: 0 1 calc((100% - 48px) / 4);
}

.ai_item .full_info_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
  z-index: 20;
}

.ai_link {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.ai_item_inner {
  height: 100%;
  padding: 16px 18px 16px 20px;
  position: relative;
}

.ai_text span, .ai_text p {
  font-size: 12px;
  line-height: 1.42;
  color: #6b6b6b;
  padding: 0;
  margin: 0 0 5px;
  font-weight: 400;
}

.ai_item_inner.payment::before {
  background-image: url(/themes/default/assets/img/product/icon/payment.svg);
}

.ai_item_inner.delivery::before {
  background-image: url(/themes/default/assets/img/product/icon/img/delivery.svg);
}

.ai_item_inner.guarantee::before {
  background-image: url(/themes/default/assets/img/product/icon/img/guarantee.svg);
}

.ai_item_inner.exchange::before {
  background-image: url(/themes/default/assets/img/product/icon/img/exchange.svg);
}

.ai_item_inner::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 20px;
  width: 28px;
  background-repeat: no-repeat;
  padding: 0 0px 0 5px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.ai_title span {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  display: table;
  padding: 5px 0 0 36px;
  width: 100%;
  margin: 0 0 15px;
}

@media screen and (max-width: 1024px) {
  .ai_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 48px) / 2);
            flex: 0 1 calc((100% - 48px) / 2);
    margin: 0 0 20px;
  }
  .additional_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .ai_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  select,
  select:focus,
  textarea,
  textarea:focus,
  input,
  input:focus {
    font-size: 16px !important;
  }
}

.footer-tiktok-link {
  padding: 3px 5px;
  margin-left: -5px;
  color: #a6a6a6;
}

.footer-tiktok-link img {
  width: 15px;
  vertical-align: top;
  opacity: 0.6;
}

.footer-tiktok-link img:hover {
  opacity: 1;
}

.footer-tiktok-link-mobile {
  color: #888c91;
}

.footer-tiktok-link-mobile img {
  width: 44px;
  vertical-align: top;
  opacity: 0.6;
}

.footer-tiktok-link-mobile img:hover {
  opacity: 1;
}

.banner-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.banner-top-wrapper > .banner-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-top-wrapper a {
  text-decoration: none;
}

.banner-top-wrapper a:hover {
  text-decoration: none;
}

.banner-top-wrapper a.banner-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-top-wrapper .banner-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-top-wrapper .banner-top-content p {
  margin-bottom: 0;
}

.banner-top-wrapper .banner-top-content a {
  text-decoration: none;
}

.banner-top-wrapper .banner-top-content a:hover {
  text-decoration: none;
}

.banner-top-wrapper .banner-top-content > p, .banner-top-wrapper .banner-top-content > div {
  width: 100%;
}

.banner-top-wrapper .banner-top-connect {
  position: relative;
  top: -5px;
  margin-right: 15px;
}

.banner-top-wrapper .banner-top-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -ms-flex-line-pack: end;
      align-content: end;
}

.banner-top-wrapper .banner-top-socials ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.banner-top-wrapper .banner-top-socials ul li {
  text-align: right;
  line-height: 30px;
}

.banner-top-wrapper .banner-top-socials ul li a {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  line-height: 30px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.banner-top-wrapper .banner-top-socials ul li a img {
  width: 30px;
  opacity: 1;
}

.banner-top-wrapper .banner-top-socials ul li a:not(:last-child) img {
  margin-right: 7px;
}

.soc_network_article {
  text-align: center;
}

.soc_network_article i {
  font-size: 50px !important;
}

.soc_network_article i:before {
  color: black;
}

.soc_network_article img {
  opacity: 1;
}

.propose-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.propose-publication-bth {
  padding: 5px 10px;
  width: auto;
  height: 40px;
  background: #a0a5aa;
}

.propose-publication-bth:hover {
  background: #70757a;
}

.soc_network_article i:before {
  color: #a0a5aa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  padding: 10px;
}

.soc_network_article img {
  opacity: 0.4  !important;
  font-size: 32px !important;
  padding: 17px 10px 3px 15px !important;
  width: 52px !important;
  height: 52px !important;
}

.soc_network_article i:hover:before {
  color: #70757a;
}

.soc_network_article img:hover {
  opacity: 0.6 !important;
}

@media (max-width: 575px) {
  .propose-publication-bth {
    font-size: 10px;
    height: 20px;
  }
  .soc_network_article i:before {
    font-size: 20px;
  }
  .soc_network_article img {
    font-size: 20px !important;
    width: 42px !important;
    height: 42px !important;
  }
  .footer-tiktok-link-mobile img {
    vertical-align: sub !important;
    width: 40px !important;
    height: 40px !important;
  }
}

.soc_network_article a {
  text-decoration: none;
}

.we-as-internet-resource {
  font-size: 14px !important;
  font-style: italic;
  color: #616161;
  position: relative;
  top: -5px;
  display: block;
}

.mobile-propose-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.mobile-propose-publication .propose-publication-bth {
  padding: 11px 10px;
  font-size: 13px;
}

.propose-publication-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.propose-publication-btn-wrap .propose-publication-bth {
  position: relative;
  top: 3px;
}

.rsc-popup-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.rsc-success, .rsc-already, .rsc-error, .rsc-popup {
  display: none;
}

@media (max-width: 768px) {
  .propose-publication {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner-top-wrapper > .banner-top-container {
    display: block;
  }
  .banner-top-wrapper .banner-top-socials, .banner-top-wrapper .banner-top-content {
    display: block;
    width: 100%;
  }
  .banner-top-wrapper .banner-top-socials {
    margin-top: 15px;
  }
  .banner-top-wrapper .banner-top-socials ul li {
    text-align: center;
  }
}

.author-date-reading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  font-size: 14px;
}

.author-date-block, .reading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.created-at {
  color: #999;
}

.count-views {
  color: #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.count-views .icon-eye {
  margin-top: 4px;
  margin-right: 8px;
}

.count-views {
  color: #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 20px;
}

.author-block {
  margin-right: 20px;
}

.reading-block {
  color: #B1B1B1;
  margin-left: 20px;
}

.reading-block .icon-clock {
  margin-top: 4px;
  margin-right: 8px;
}

.date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #616161;
  font-size: 12px;
}

.print-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-right: 15px;
}

.print-block span {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.print-block i {
  margin-left: 15px;
  font-size: 20px;
}

@media (max-width: 575px) {
  .print-block {
    margin-top: -60px;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 22px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  height: 100%;
  margin: 0 auto;
  background-color: #c6c6c6 !important;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2060ab;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2060ab;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #2060ab;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2060ab;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #c6c6c6;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2060ab;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #2060ab;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2060ab;
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #2060ab;
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2060ab;
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2060ab;
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #2060ab;
}

/* ---------------------------------------- */
/* Slider */
.reviews_slider .slick-track {
  padding: 30px 0;
}

.reviews_slider .slick-prev,
.reviews_slider .slick-next {
  z-index: 10;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #101923;
  opacity: 0.15 !important;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.reviews_slider .slick-prev:hover,
.reviews_slider .slick-next:hover {
  background: #101923;
  opacity: 0.4 !important;
}

.reviews_slider .slick-prev:focus,
.reviews_slider .slick-next:focus {
  background: #101923;
  opacity: 0.4 !important;
}

.reviews_slider .slick-prev::before,
.reviews_slider .slick-next::before {
  content: '\E8';
  font-family: 'icomoon';
  font-weight: 400;
  font-size: 6px;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
}

.reviews_slider .slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.reviews_slider .slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.manufacturers_section .slick-prev {
  width: 45px;
  height: 45px;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-47px);
          transform: translateX(-47px);
  color: #0090ff;
  opacity: 1 !important;
  background: #fff;
}

.manufacturers_section .slick-prev:hover {
  background-color: #0090ff;
  color: #fff;
}

.manufacturers_section .slick-prev:hover:before {
  color: #fff;
}

.manufacturers_section .slick-prev:focus {
  background-color: #0090ff;
  color: #fff;
}

.manufacturers_section .slick-prev:focus:before {
  color: #fff;
}

.manufacturers_section .slick-prev:before {
  content: '\E9';
  font-family: 'icomoon' !important;
  color: #0090ff;
  font-size: 14px;
}

.manufacturers_section .slick-next {
  width: 45px;
  height: 45px;
  top: calc(100% + 12px);
  right: 50%;
  -webkit-transform: translateX(47px);
          transform: translateX(47px);
  color: #0090ff;
  opacity: 1 !important;
  background: #fff;
}

.manufacturers_section .slick-next:hover {
  background-color: #0090ff;
  color: #fff;
}

.manufacturers_section .slick-next:hover:before {
  color: #fff;
}

.manufacturers_section .slick-next:focus {
  background-color: #0090ff;
  color: #fff;
}

.manufacturers_section .slick-next:focus:before {
  color: #fff;
}

.manufacturers_section .slick-next:before {
  content: '\E9';
  font-family: 'icomoon' !important;
  color: #0090ff;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}

.slick-list.draggable {
  width: 100%;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.manufacturers_section .manufacturers_slider .slick-slide img {
  max-height: 130px;
  max-width: 100%;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
  display: none;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
  margin-top: -6px;
}

.irs--big .irs-line {
  top: 33px;
  height: 6px;
  background-color: #d6e1dc;
  border-radius: 3px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 6px;
  background-color: #008efb;
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 21px;
  height: 21px;
  background-color: #c8c8c8;
  -webkit-box-shadow: 0 0 7px #dedede;
          box-shadow: 0 0 7px #dedede;
  border-radius: 50%;
  cursor: pointer;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  background-color: #b9b9b9;
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
