@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffc600;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1320px;
  --font-family-sans-serif: Arial;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-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, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Arial;
  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;
     -moz-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;
  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; }

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: #212529;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
  overflow: hidden;
  vertical-align: middle; }

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: 0.5rem; }

button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

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;
     -moz-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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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: 1320px) {
    .container {
      max-width: 1282px; } }

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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 {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1320px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffefb8; }

.table-hover .table-primary:hover {
  background-color: #ffe99f; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffe99f; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1319.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none; }
  .table-responsive > .table-bordered {
    border: 0; }
	.table-responsive td {
		padding: 5px 20px;
	}

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
       background-clip: padding-box;
  border: 1px solid #242424;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffe380;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: -moz-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: -moz-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: -moz-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: -moz-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: -moz-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: -moz-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: -webkit-calc(1.8125rem + 2px);
  height: -moz-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.form-control-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: -moz-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #ffc600;
  border-color: #ffc600; }
  .btn-primary:hover {
    color: #212529;
    background-color: #d9a800;
    border-color: #cc9e00; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ffc600;
    border-color: #ffc600; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #cc9e00;
    border-color: #bf9500; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #ffc600;
  background-color: transparent;
  background-image: none;
  border-color: #ffc600; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #ffc600;
    border-color: #ffc600; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ffc600;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffc600;
    border-color: #ffc600; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #212529;
  background-color: transparent; }
  .btn-link:hover {
    color: black;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    /*-webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;*/ }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
         -moz-border-radius-bottomright: 0;
              border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      -webkit-border-top-left-radius: 0;
         -moz-border-radius-topleft: 0;
              border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-bottomleft: 0;
              border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #242424;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: -webkit-calc(2.875rem + 2px);
  height: -moz-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: -webkit-calc(1.8125rem + 2px);
  height: -moz-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-radius: 4px;
  /*-webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;*/ }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
       -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffeeb3; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #414141; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 50% 50%;
      -o-background-size: 50% 50%;
         background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffc600; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ffc600; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 198, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 198, 0, 0.5); }

.custom-radio .custom-control-label::before {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.custom-radio .custom-control-label::after {
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 198, 0, 0.72)), to(rgba(248, 243, 0, 0.72)));
  background-image: -webkit-linear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
  background-image: -moz- oldlinear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
  background-image: -o-linear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
  background-image: linear-gradient(to top, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 198, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -moz-background-size: 8px 10px;
    -o-background-size: 8px 10px;
       background-size: 8px 10px;
  border: 1px solid #242424;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #ffe380;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 227, 128, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 227, 128, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 227, 128, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: -webkit-calc(1.8125rem + 2px);
  height: -moz-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: -moz-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ffe380;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #ffe380; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  border: 1px solid #242424;
  text-decoration: underline;
  padding-left: 30px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  /*
  &::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: $custom-file-height-inner;
    padding: $custom-file-padding-y $custom-file-padding-x;
    line-height: $custom-file-line-height;
    color: $custom-file-button-color;
    content: "Browse";
    @include gradient-bg($custom-file-button-bg);
    border-left: $custom-file-border-width solid $custom-file-border-color;
    @include border-radius(0 $custom-file-border-radius $custom-file-border-radius 0);
  }*/ }
  .custom-file-label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 100%;
    background-image: url("/theme/images/icon-add-file.svg");
    background-position: center center;
    background-repeat: no-repeat; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25);
           box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 198, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ffc600;
    border: 0;
    -webkit-border-radius: 1rem;
            border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ffeeb3; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -webkit-border-radius: 1rem;
            border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffc600;
    border: 0;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ffeeb3; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -moz-border-radius: 1rem;
         border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ffc600;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ffeeb3; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.custom-control2 {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control2-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control2-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control2-input:checked ~ .custom-control2-label::before {
    color: #fff; }
  .custom-control2-input:active ~ .custom-control2-label::before {
    color: #fff;
    background-color: #ccc; }
  .custom-control2-input:disabled ~ .custom-control2-label {
    color: #6c757d; }
    .custom-control2-input:disabled ~ .custom-control2-label::before {
      background-color: #e9ecef; }

.custom-control2-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control2-label::before {
    position: absolute;
    top: 0.375rem;
    left: -1.5rem;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #414141; }
  .custom-control2-label::after {
    position: absolute;
    top: 0.5rem;
    left: -1.35rem;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 50% 50%;
      -o-background-size: 50% 50%;
         background-size: 50% 50%; }

.custom-checkbox2 .custom-control2-label::before {
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.custom-checkbox2 .custom-control2-input:checked ~ .custom-control2-label::before {
  background-color: #000; }

.custom-checkbox2 .custom-control2-input:checked ~ .custom-control2-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox2 .custom-control2-input:indeterminate ~ .custom-control2-label::before {
  background-color: #ffc600; }

.custom-checkbox2 .custom-control2-input:indeterminate ~ .custom-control2-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox2 .custom-control2-input:disabled:checked ~ .custom-control2-label::before {
  background-color: rgba(255, 198, 0, 0.5); }

.custom-checkbox2 .custom-control2-input:disabled:indeterminate ~ .custom-control2-label::before {
  background-color: rgba(255, 198, 0, 0.5); }

.custom-radio2 .custom-control2-label::before {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.custom-radio2 .custom-control2-label::after {
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%; }

.custom-radio2 .custom-control2-input:checked ~ .custom-control2-label::after {
  background-color: #000; }

.custom-radio2 .custom-control2-input:disabled:checked ~ .custom-control2-label::before {
  background-color: rgba(255, 198, 0, 0.5); }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    -webkit-border-top-left-radius: 0.25rem;
       -moz-border-radius-topleft: 0.25rem;
            border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
       -moz-border-radius-topright: 0.25rem;
            border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
       -moz-border-radius-bottomright: 0.25rem;
            border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
       -moz-border-radius-bottomleft: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ffc600;
    border-color: #ffc600; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #856700;
  background-color: #ffefb8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #856700;
    background-color: #ffe99f; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #856700;
    border-color: #856700; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
       -moz-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - (0.5rem * 2));
  min-height: -moz-calc(100% - (0.5rem * 2));
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: -webkit-calc(100vh - (0.5rem * 2));
    height: -moz-calc(100vh - (0.5rem * 2));
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
       background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem;
  outline: 0;
  padding-top: 15px; }
  .modal-content .close {
    position: absolute;
    right: 25px !important;
    top: 20px;
    z-index: 2; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  -webkit-border-top-left-radius: 0.3rem;
     -moz-border-radius-topleft: 0.3rem;
          border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
     -moz-border-radius-topright: 0.3rem;
          border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - (1.75rem * 2));
    min-height: -moz-calc(100% - (1.75rem * 2));
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: -webkit-calc(100vh - (1.75rem * 2));
      height: -moz-calc(100vh - (1.75rem * 2));
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ffc600 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc9e00 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ffc600 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  -webkit-border-radius: 0.25rem !important;
     -moz-border-radius: 0.25rem !important;
          border-radius: 0.25rem !important; }

.rounded-top {
  -webkit-border-top-left-radius: 0.25rem !important;
     -moz-border-radius-topleft: 0.25rem !important;
          border-top-left-radius: 0.25rem !important;
  -webkit-border-top-right-radius: 0.25rem !important;
     -moz-border-radius-topright: 0.25rem !important;
          border-top-right-radius: 0.25rem !important; }

.rounded-right {
  -webkit-border-top-right-radius: 0.25rem !important;
     -moz-border-radius-topright: 0.25rem !important;
          border-top-right-radius: 0.25rem !important;
  -webkit-border-bottom-right-radius: 0.25rem !important;
     -moz-border-radius-bottomright: 0.25rem !important;
          border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  -webkit-border-bottom-right-radius: 0.25rem !important;
     -moz-border-radius-bottomright: 0.25rem !important;
          border-bottom-right-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
     -moz-border-radius-bottomleft: 0.25rem !important;
          border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  -webkit-border-top-left-radius: 0.25rem !important;
     -moz-border-radius-topleft: 0.25rem !important;
          border-top-left-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
     -moz-border-radius-bottomleft: 0.25rem !important;
          border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important; }

.rounded-0 {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

@media (min-width: 1320px) {
  .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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
     -moz-box-orient: horizontal !important;
     -moz-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;
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-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;
  -webkit-flex-direction: row-reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-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;
  -webkit-flex-direction: column-reverse !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
     -moz-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
     -moz-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1320px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1320px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
     -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
     -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
     -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1320px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1320px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #ffc600 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #cc9e00 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-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;
  width: 100%; }
  .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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  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; }
    @media (max-width: 991.98px) {
      .slick-slide img {
        max-width: 100%; } }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(./images/ajax-loader.gif) center center no-repeat; }

.main-slider:not(.slick-initialized) a:not(:first-child) {
  display: none; }

/* 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(./images/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%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
    -o-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; }

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: #ffffff; }

.box-modal {
  position: relative;
  width: 500px;
  padding: 16px;
  color: #000;
  font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  -webkit-box-shadow: 0 0 0 6px rgba(149, 252, 19, 0.3);
     -moz-box-shadow: 0 0 0 6px rgba(149, 252, 19, 0.3);
          box-shadow: 0 0 0 6px rgba(149, 252, 19, 0.3);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background-color: #fff;
  /*text-shadow: 0px 1px 1px #000;*/ }
  @media (max-width: 767.98px) {
    .box-modal {
      width: 100%; } }

.box-modal a, .more_city a {
  line-height: normal;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #e38f8d;
  text-shadow: none !important; }
  @media (max-width: 575.98px) {
    .box-modal a, .more_city a {
      padding: 10px 0;
      display: block;
      text-align: center;
      font-size: 18px; } }

.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #000;
  cursor: pointer; }

.box-modal_close:hover {
  color: #000;
  text-decoration: underline; }

.button_set_city {
  margin-left: 10px;
  top: -3px;
  position: relative; }

*:focus {
  outline: none; }

body {
  background: #fff; }
  @media (max-width: 1319.98px) {
    /*body {
      padding-top: 65px; }*/
      body.menu-open {
        overflow: hidden !important; }
        body.menu-open:before {
          z-index: 98;
          content: '';
          display: block;
          position: absolute;
          right: 0;
          top: 65px;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.5); } }

/* End Общие стили */
/*============================= */
select {
  height: 24px;
  margin-bottom: 10px;
  border: 1px solid #ffd400;
  color: #000;
  font-size: 13px;
  font-weight: 400; }

/* Стили шапки сайта */
.logo.left {
	position: relative;
}
.continentshin {
	position: absolute;
    height: 60px;
    top: 0;
    left: 280px;
}
.vianor {
	position: absolute;
    height: 60px;
    top: 0;
    left: 430px;
}
.top {
  height: 44px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
  background: -webkit-linear-gradient(top, #464646 0%, black 100%);
  background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
  background: -o-linear-gradient(top, #464646 0%, black 100%);
  background: linear-gradient(to bottom, #464646 0%, black 100%); }

header {
  /*background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);*/
  background: #ffce00;
  padding: 20px 0 0; }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  header .contacts {
    margin-left: auto; }
  header .logo .item {
    display: inline-block;
    vertical-align: middle; }
    header .logo .item + .item {
      margin-left: 20px; }
  header .logo img {
    display: block; }
  header .city {
    margin-top: 20px;
    text-align: left;
    width: 410px;
    min-width: 410px;
    color: #000;
    font: 900 15px/25px Arial;
    text-transform: uppercase;
    margin-bottom: 15px; }
    header .city .chzn-container-single .chzn-single {
      background: none !important;
      border: 1px solid #ffffff !important;
      height: 20px !important; }

.short_cart {
  width: 196px;
  color: #000;
  font: 700 18px Arial;
  position: relative;
  padding-left: 46px;
  margin-left: 20px;
  background: url(./images/cart_icon_default.png) 0 0 no-repeat; }
  .short_cart .empty img {
    vertical-align: middle;
    margin-left: 10px; }
  .short_cart .title {
    /*margin-bottom: 5px; */
    font: 900 18px/36px Arial;
    text-transform: uppercase; }
    .short_cart .title a {
      color: #000;
      text-decoration: none; }
      .short_cart .title a:hover {
        color: #ff1100; }
  .short_cart .checkout_link {
    color: #ff1100;
    display: inline-block;
    height: 22px;
    padding: 0 10px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    border: 1px solid #fff;
    font: 400 13px/22px Arial;
    text-decoration: none;
    margin-top: 7px; }
    .short_cart .checkout_link:hover {
      background: #ff1100;
      border-color: #ff1100;
      color: #fff; }
    .short_cart .checkout_link:active {
      background: #ff1100;
      border-color: #ff1100;
      color: #fff;
      -webkit-box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6);
         -moz-box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6);
              box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6); }

.modal_cart {
  /*width: 405px;
   *position: absolute;
   *right: 125px;
   *top: -10px;
   *z-index: 999;
   *display: none; */
  /* box-shadow: 0 0 16px rgba(0,0,0,.5); */
  /*width: 122px; */ }
  .modal_cart .head {
    height: 121px;
    text-align: center;
    color: #000;
    font: 400 14px Arial;
    position: relative;
    background: url(./images/modal_cart_head.png) 0 0 no-repeat; }
    .modal_cart .head:before {
      display: block;
      width: 435px;
      height: 152px;
      position: absolute;
      top: -15px;
      left: -15px;
      content: '';
      background: url(./images/cart_modal_head_shadow.png) 0 0 no-repeat; }
    .modal_cart .head .title {
      font: 900 15px/19px Arial;
      text-transform: uppercase; }
    .modal_cart .head .icon {
      height: 70px;
      line-height: 60px;
      padding-top: 10px; }
      .modal_cart .head .icon img {
        vertical-align: middle; }
  .modal_cart .data {
    background: #fff;
    -webkit-border-radius: 0 0 8px 8px;
       -moz-border-radius: 0 0 8px 8px;
            border-radius: 0 0 8px 8px; }
    @media (max-width: 1319.98px) {
      .modal_cart .data > .info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .modal_cart .info {
    font: 900 26px/40px Arial;
    text-align: right; }
    @media (max-width: 1319.98px) {
      .modal_cart .info {
        color: #000;
        font-family: Arial;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase; }
        .modal_cart .info span {
          color: #000;
          font-family: Arial;
          font-size: 23px;
          font-weight: 800;
          text-transform: uppercase; } }
  .modal_cart .item {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    position: relative; }
    .modal_cart .item__good {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1319.98px) {
        .modal_cart .item__good {
          margin-bottom: 30px; } }
    .modal_cart .item .thumb {
      width: 120px;
      text-align: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px; }
      .modal_cart .item .thumb img {
        vertical-align: middle; }
    .modal_cart .item .info {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #000;
      text-transform: uppercase;
      font: 400 14px Arial; }
      @media (max-width: 575.98px) {
        .modal_cart .item .info {
          padding-top: 24px; } }
      .modal_cart .item .info .stickers {
        width: 100%; }
      .modal_cart .item .info .sticker {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-right: 5px;
        background: url(./images/actions10.png) 0 0 no-repeat; }
        .modal_cart .item .info .sticker.new {
          background-position: 0 -36px;
          background-size: 100%; }
        .modal_cart .item .info .sticker.hit {
          background-position: 0 0;
          background-size: 100%; }
        .modal_cart .item .info .sticker.discount {
          background-position: 0 -72px;
          background-size: 100%; }
        .modal_cart .item .info .sticker.testdrive {
          background-position: 0 -180px;
          background-size: 100%; }
        .modal_cart .item .info .sticker.gift {
          background-position: 0 -144px;
          background-size: 100%;
          margin-left: -4px; }
        .modal_cart .item .info .sticker.seasonal {
          background-position: 0 -216px;
          background-size: 100%;
          margin-left: -4px; }
      .modal_cart .item .info .name {
        font-weight: 500;
        margin-bottom: 3px; }
        .modal_cart .item .info .name a {
          color: #000;
          text-decoration: none; }
          .modal_cart .item .info .name a:hover {
            text-decoration: underline; }
      .modal_cart .item .info .icons {
        line-height: 22px;
        padding-top: 5px; }
        .modal_cart .item .info .icons img {
          vertical-align: middle; }
          .modal_cart .item .info .icons img + img {
            margin-left: 10px; }
    .modal_cart .item .delete {
      position: absolute;
      width: 19px; }
      .modal_cart .item .delete a {
        display: block;
        width: 19px;
        height: 19px;
        background: url(./images/cart_delete.png) 0 0 no-repeat; }
      .modal_cart .item .delete .tooltip {
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        color: #fff;
        font: 900 15px/50px Arial;
        position: absolute;
        top: -5px;
        right: 35px;
        padding: 0 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 17, 0, 0.8)), to(rgba(186, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, rgba(255, 17, 0, 0.8) 0%, rgba(186, 0, 0, 0.8) 100%);
        background: -moz- oldlinear-gradient(top, rgba(255, 17, 0, 0.8) 0%, rgba(186, 0, 0, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(255, 17, 0, 0.8) 0%, rgba(186, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(255, 17, 0, 0.8) 0%, rgba(186, 0, 0, 0.8) 100%);
        white-space: nowrap;
        display: none;
        text-transform: uppercase; }
        .modal_cart .item .delete .tooltip:after {
          width: 6px;
          height: 11px;
          display: block;
          position: absolute;
          top: 9px;
          right: -6px;
          content: '';
          background: url(./images/del_tooltip_after.png) 0 0 no-repeat; }
      .modal_cart .item .delete a:hover + .tooltip {
        display: inline-block; }
    .modal_cart .item .price {
      border-top: 1px solid #e1e1e1;
      padding: 8px 0;
      color: #000;
      font: 400 14px/17px Arial; }
      .modal_cart .item .price .new_price {
        font: 700 18px/17px Arial;
        text-transform: uppercase; }
      .modal_cart .item .price .old_price {
        margin-left: 10px;
        padding: 0 5px;
        position: relative; }
        .modal_cart .item .price .old_price:after {
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          left: 0;
          top: 50%;
          content: '';
          background: #ff1100;
          margin-top: -1px; }
    .modal_cart .item .amount {
      padding: 10px 0 5px;
      border-top: 1px solid #e1e1e1;
      display: inline-block;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .modal_cart .item .amount .total_price {
        margin-left: auto; }
      .modal_cart .item .amount input {
        height: 38px;
        border: 1px solid #000;
        margin: 0 10px;
        text-align: center;
        color: #000;
        font: 900 18px Arial;
        width: 78px;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
        -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
           -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }
      .modal_cart .item .amount a {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin: 6px 0;
        background: url(./images/plus_minus.png) 0 0 no-repeat; }
        .modal_cart .item .amount a.minus {
          background-position: 0 0; }
          .modal_cart .item .amount a.minus:hover {
            background-position: 0 -26px; }
          .modal_cart .item .amount a.minus:active {
            background-position: 0 -52px; }
        .modal_cart .item .amount a.plus {
          background-position: -26px 0; }
          .modal_cart .item .amount a.plus:hover {
            background-position: -26px -26px; }
          .modal_cart .item .amount a.plus:active {
            background-position: -26px -52px; }
    .modal_cart .item .total_price {
      color: #000;
      font: 900 24px/40px Arial;
      height: 60px; }
  .modal_cart .checkout_link {
    display: block;
    width: 270px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font: 900 18px/42px Arial;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
    @media (max-width: 575.98px) {
      .modal_cart .checkout_link {
        font-size: 16px;
        width: 100%; } }

.order-links {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1319.98px) {
    .order-links {
      display: none; } }

.checkout_link_oform {
  display: block;
  width: 238px;
  text-align: center;
  color: #000;
  font: 900 18px/42px Arial;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
  @media (max-width: 575.98px) {
    .checkout_link_oform {
      width: 100%; } }

.modal_cart .checkout_link:hover, .checkout_link_oform:hover {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf487), to(#ffc702));
  background: -webkit-linear-gradient(top, #fdf487 0%, #ffc702 100%);
  background: -moz- oldlinear-gradient(top, #fdf487 0%, #ffc702 100%);
  background: -o-linear-gradient(top, #fdf487 0%, #ffc702 100%);
  background: linear-gradient(to bottom, #fdf487 0%, #ffc702 100%); }

.modal_cart .checkout_link:active, .checkout_link_oform:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
  -webkit-box-shadow: inset 0 4px 4px #eab600;
     -moz-box-shadow: inset 0 4px 4px #eab600;
          box-shadow: inset 0 4px 4px #eab600; }

header .contacts {
  width: 230px;
  padding-left: 30px;
  color: #000;
  font: 14px Arial;
  /*background: url(./images/header_contacts_icon.png) 0 4px no-repeat;*/ }
  header .contacts-title {
    font-weight: 700; }
  header .contacts .number {
    color: #000;
    font: 400 18px/30px Arial Condensed; }
    header .contacts .number b {
      color: #ff1100;
      font-size: 24px;
      font-weight: 900;
      font-family: Arial; }
  header .contacts .callback_link {
    color: #ff1100;
    display: inline-block;
    height: 22px;
    padding: 0 10px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    border: 1px solid #fff;
    font: 400 13px/22px Arial;
    text-decoration: none; }
    header .contacts .callback_link:hover {
      background: #ff1100;
      border-color: #ff1100;
      color: #fff; }
    header .contacts .callback_link:active {
      background: #ff1100;
      border-color: #ff1100;
      color: #fff;
      -webkit-box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6);
         -moz-box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6);
              box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6); }

.menu {
  height: 44px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
  background: -webkit-linear-gradient(top, #464646 0%, black 100%);
  background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
  background: -o-linear-gradient(top, #464646 0%, black 100%);
  background: linear-gradient(to bottom, #464646 0%, black 100%); }
  .menu li {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    margin-left: -10px;
    font: 700 15px/44px Arial; }
    .menu li + li {
      margin-left: 5px; }
    .menu li a {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      vertical-align: middle;
      padding: 0 7px;
      -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
              border-radius: 15px;
      height: 24px;
      line-height: 24px; }
      .menu li a:hover, .menu li a.active, .menu li a.opt {
        background: #ff1100;
        text-decoration: none;
        color: #ffffff; }
      .menu li a:active {
        background: #ff1100;
        -webkit-box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6);
           -moz-box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6);
                box-shadow: inset 0 2px 2px rgba(172, 0, 0, 0.6); }

/* End Стили шапки сайта */
/*============================= */
/* Стили боковой колонки сайта */
@media (min-width: 768px) {
  aside {
    width: 298px; } }

aside .main_filter {
  background: none;
  padding-top: 15px; }
  aside .main_filter .items .item .data {
    -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
       -moz-box-shadow: inset 0 0 0 1px #e1e1e1;
            box-shadow: inset 0 0 0 1px #e1e1e1; }
    aside .main_filter .items .item .data form {
      display: none; }
  aside .main_filter .items .item.active .data {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  aside .main_filter .items .item .title {
    background-position: 0 -121px; }
  aside .main_filter .items .item.active .title {
    background-position: 0 0; }
  aside .main_filter .items .item.active:before {
    display: block;
    width: 328px;
    height: 374px;
    position: absolute;
    top: -14px;
    left: -15px;
    content: '';
    z-index: -1;
    background: url(./images/filter_item_shadow.png) 0 0 no-repeat; }
  aside .main_filter .items .item .show_form {
    display: block;
    width: 36px;
    height: 36px;
    background: url(./images/show_form.png);
    margin: -10px auto; }
    aside .main_filter .items .item .show_form:hover {
      background-position: 0 -36px; }
  aside .main_filter .items .item.active .show_form {
    background-position: 0 -72px;
    margin-top: 10px; }

aside .product_image {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  height: 296px;
  line-height: 296px;
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  aside .product_image img {
    vertical-align: middle;
    max-width: 296px;
    max-height: 296px; }
  aside .product_image .sticker {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 19px;
    right: 19px;
    background: url(./images/stickers.png) 0 0 no-repeat; }
    aside .product_image .sticker.new {
      background-position: 0 0; }
    aside .product_image .sticker.hit {
      background-position: 0 -36px;
      top: 47px; }
    aside .product_image .sticker.discount {
      background-position: 0 -72px;
      top: 75px; }

aside .products_list .product .info {
  width: 126px; }

.add_review {
  margin-top: 15px;
  margin-bottom: 20px; }
  .add_review .head {
    height: 121px;
    text-align: center;
    color: #000;
    font: 900 15px Arial;
    text-transform: uppercase;
    background: url(./images/main_filter_item_title.png) 0 0 no-repeat; }
    @media (max-width: 767.98px) {
      .add_review .head {
        -moz-background-size: 100% auto;
          -o-background-size: 100% auto;
             background-size: 100% auto; } }
    .add_review .head .icon {
      height: 80px;
      line-height: 80px; }
      .add_review .head .icon img {
        vertical-align: middle;
        max-height: 80px;
        position: relative;
        top: 2px;
        left: 3px; }
  .add_review .data {
    padding: 20px 12px 19px;
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
       -moz-box-shadow: inset 0 0 0 1px #e1e1e1;
            box-shadow: inset 0 0 0 1px #e1e1e1; }
  .add_review .line {
    margin-bottom: 10px;
    color: #000;
    font: 400 14px/30px Arial; }
  .add_review .input {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: 1px solid #000;
    padding: 0 18px;
    color: #000;
    font: 400 14px Arial;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
  .add_review textarea {
    width: 100%;
    height: 208px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    border: 1px solid #000;
    padding: 12px 18px;
    resize: none;
    color: #000;
    font: 400 14px Arial;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
  .add_review .line > .star {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }

/* Рейтинг */
div.rating-cancel {
  display: none; }

div.star-rating {
  float: left;
  width: 27px;
  height: 24px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
  background: url(./images/stars.png) no-repeat 50% 0; }
  div.star-rating a {
    background: url(./images/stars.png) no-repeat 50% 0;
    display: block;
    width: 25px;
    height: 100%;
    background-position: 0 0px;
    border: 0; }

div.star-rating-on a {
  background-position: 50% -24px !important; }

div.star-rating-hover a {
  background-position: 50% -24px; }

div.star-rating-readonly a {
  cursor: default !important; }

div.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

.add_review .submit {
  padding-top: 10px; }

.submit_btn {
  height: 36px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #000;
  color: #000;
  font: 900 15px Arial;
  width: 180px;
  cursor: pointer;
  text-transform: uppercase; }
  @media (min-width: 1320px) {
    .submit_btn {
      height: 36px;
      -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
              border-radius: 20px;
      border: 1px solid #000;
      font: 900 15px Arial;
      width: 180px; } }
  @media (max-width: 1319.98px) {
    .submit_btn {
      border: 1px solid #000;
      font-size: 16px;
      font-family: Arial;
      font-weight: 800;
      height: 40px;
      line-height: 39px;
      text-align: center;
      background-color: transparent;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; } }
  @media (max-width: 575.98px) {
    .submit_btn {
      width: 100%; } }
  .submit_btn:hover {
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
  .submit_btn:active {
    -webkit-box-shadow: inset 0 4px 4px #eab600;
       -moz-box-shadow: inset 0 4px 4px #eab600;
            box-shadow: inset 0 4px 4px #eab600;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }

/* End Стили боковой колонки сайта */
/*============================= */
/* Стили основного блока сайта */
.filter-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media (max-width: 767.98px) {
    .filter-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (min-width: 768px) {
    .filter-items-item {
      -webkit-flex-basis: 298px;
          -ms-flex-preferred-size: 298px;
              flex-basis: 298px; } }
  @media (min-width: 768px) and (max-width: 1319.98px) {
    .filter-items-item {
      margin-bottom: 5px; } }
  @media (max-width: 767.98px) {
    .filter-items-item {
      margin: 10px 0; } }
  .filter-items-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (max-width: 767.98px) {
      .filter-items-item-calc {
        display: none; } }
    @media (max-width: 767.98px) {
      .filter-items-item.active .title:after {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
      .filter-items-item:not(.active) .data {
        display: none; } }
    .filter-items-item .title {
      height: 121px;
      text-align: center;
      color: #000;
      font: 700 14px/19px Arial;
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media (min-width: 768px) {
        .filter-items-item .title {
          background: url(./images/main_filter_item_title.png) 0 0 no-repeat;
          height: 121px; } }
      @media (max-width: 767.98px) {
        .filter-items-item .title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 78px;
          text-align: left;
          background-color: #f7f7f9;
          background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 198, 0, 0.85)), to(rgba(248, 243, 0, 0.85)));
          background-image: -webkit-linear-gradient(bottom, rgba(254, 198, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
          background-image: -moz- oldlinear-gradient(bottom, rgba(254, 198, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
          background-image: -o-linear-gradient(bottom, rgba(254, 198, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
          background-image: linear-gradient(to top, rgba(254, 198, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
          padding-right: 40px;
          font-size: 18px; }
          .filter-items-item .title:after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%231a181d' d='M4.99 5.006l-5-5H10z'/%3E%3C/svg%3E");
            position: absolute;
            right: 20px;
            top: -webkit-calc(50% - 2px);
            top: -moz-calc(50% - 2px);
            top: calc(50% - 2px);
            -webkit-transform-origin: 50% 50%;
               -moz-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                 -o-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            content: '';
            display: block;
            width: 10px;
            height: 5px; }
          .filter-items-item .title.no-icon:after {
            display: none; } }
      @media (min-width: 768px) {
        .filter-items-item .title .icon.icon-car {
          margin-right: -17px; } }
      @media (max-width: 767.98px) {
        .filter-items-item .title .icon {
          -webkit-flex-basis: 100px;
              -ms-flex-preferred-size: 100px;
                  flex-basis: 100px;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          padding-left: 10px;
          text-align: left;
          padding-right: 10px; }
          .filter-items-item .title .icon img {
            max-width: 100%; } }
      @media (min-width: 768px) {
        .filter-items-item .title .icon {
          height: 70px;
          line-height: 65px;
          padding-top: 5px; }
          .filter-items-item .title .icon img {
            vertical-align: middle;
            max-height: 60px; } }
    .filter-items-item .data {
      padding: 20px 12px 19px;
      -webkit-border-radius: 0 0 5px 5px;
         -moz-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px;
      background: rgba(255, 255, 255, 0.6);
      -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
         -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
              box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .filter-items-item .data form {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .filter-items-item .data form .submit {
          margin-top: auto; }
      .filter-items-item .data .line {
        margin-bottom: 10px; }
        .filter-items-item .data .line.po2 select {
          width: 130px;
          height: 24px; }
        .filter-items-item .data .line.po3 select {
          width: 83px;
          height: 24px; }
        .filter-items-item .data .line.po2 {
          height: 24px; }
      .filter-items-item .data .selects {
        /*height: 102px; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 575.98px) {
          .filter-items-item .data .selects {
            margin: 0 -5px; } }
        .filter-items-item .data .selects select {
          width: 130px;
          height: 24px;
          margin-bottom: 10px;
          background-color: #f7f7f9;
          border: 1px solid #ffd400;
          color: #000;
          font-family: Arial;
          font-size: 13px;
          font-weight: 400; }
          .filter-items-item .data .selects select option:first-child {
            display: none; }
        .filter-items-item .data .selects .chzn-results .active-result:first-child {
          display: none; }
          @media (min-width: 1320px) {
            .filter-items-item .data .selects .chzn-results .active-result:first-child.select-center {
              margin: 0 auto 10px; } }
        @media (max-width: 575.98px) {
          .filter-items-item .data .selects > select, .filter-items-item .data .selects > div {
            width: -webkit-calc(50% - 15px);
            width: -moz-calc(50% - 15px);
            width: calc(50% - 15px);
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
               -moz-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            margin: 0 5px 10px; }
            .filter-items-item .data .selects > select select, .filter-items-item .data .selects > div select {
              width: 100%; } }
        .filter-items-item .data .selects-3 select {
          width: 83px; }
        .filter-items-item .data .selects-3 .selects-name {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          margin-bottom: 10px; }
      .filter-items-item .data .name {
        text-align: center;
        color: #000;
        font: 400 13px/14px Arial;
        margin-bottom: 3px; }
      .filter-items-item .data .submit {
        padding-top: 10px;
        text-align: center; }
    @media (max-width: 767.98px) {
      .filter-items-item-prods {
        margin-bottom: 20px; }
        .filter-items-item-prods .data {
          -webkit-box-shadow: none;
             -moz-box-shadow: none;
                  box-shadow: none;
          background-color: #e1e1e1; } }
    @media (min-width: 768px) {
      .filter-items-item-prods {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 15px 24px;
        margin-bottom: 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d7d7d7));
        background: -webkit-linear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
        background: -moz- oldlinear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
        background: -o-linear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
        background: linear-gradient(to bottom, #ebebeb 0%, #d7d7d7 100%);
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .filter-items-item-prods .data {
          -webkit-box-shadow: none;
             -moz-box-shadow: none;
                  box-shadow: none;
          background-color: transparent; }
          .filter-items-item-prods .data form {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: flex-start;
            -webkit-align-items: flex-start;
               -moz-box-align: flex-start;
                -ms-flex-align: flex-start;
                    align-items: flex-start; }
          .filter-items-item-prods .data .submit {
            text-align: right;
            padding-top: 0;
            margin-top: 0 !important; }
        .filter-items-item-prods:not(.filter-items-item-calculator) .selects {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          @supports ((display: -ms-grid) or (display: grid)) {
            .filter-items-item-prods:not(.filter-items-item-calculator) .selects {
              display: -ms-grid;
              display: grid;
              -ms-grid-columns: (minmax(130px, 1fr))[auto-fit];
                  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
              grid-gap: 10px;
              margin-right: 10px; }
              .filter-items-item-prods:not(.filter-items-item-calculator) .selects select {
                width: 100%; }
              .filter-items-item-prods:not(.filter-items-item-calculator) .selects .chzn-container {
                margin: 0;
                width: 100% !important; } } }
    @media screen and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
      .filter-items-item-prods:not(.filter-items-item-calculator) .selects {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 5px;
        margin-left: -5px; }
        .filter-items-item-prods:not(.filter-items-item-calculator) .selects > div {
          -webkit-flex-basis: 20%;
              -ms-flex-preferred-size: 20%;
                  flex-basis: 20%;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin: 5px; }
        .filter-items-item-prods:not(.filter-items-item-calculator) .selects .chzn-container {
          margin: 0;
          width: 100% !important; } }
    @media (min-width: 768px) {
          @supports not ((display: -ms-grid) or (display: grid)) {
            .filter-items-item-prods:not(.filter-items-item-calculator) .selects {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
              -webkit-box-align: center;
              -webkit-align-items: center;
                 -moz-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin-right: 5px;
              margin-left: -5px; }
              .filter-items-item-prods:not(.filter-items-item-calculator) .selects > div {
                -webkit-flex-basis: 20%;
                    -ms-flex-preferred-size: 20%;
                        flex-basis: 20%;
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                   -moz-box-flex: 1;
                    -ms-flex-positive: 1;
                        flex-grow: 1;
                margin: 5px; }
              .filter-items-item-prods:not(.filter-items-item-calculator) .selects .chzn-container {
                margin: 0;
                width: 100% !important; } }
        .filter-items-item-prods .title {
          background-image: none;
          font-size: 0;
          width: auto;
          height: auto;
          line-height: 1;
          text-align: center; }
          .filter-items-item-prods .title .icon {
            height: auto;
            padding-top: 0; }
            .filter-items-item-prods .title .icon img {
              max-height: none;
              vertical-align: middle; } }
    @media (min-width: 576px) {
      .filter-items-item-calculator .data form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .filter-items-item-calculator .data form .submit {
          margin: 0;
          padding: 0;
          margin-left: auto; }
      .filter-items-item-calculator .selects {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .filter-items-item-calculator .selects > div:last-child {
          position: relative;
          margin-left: 70px; }
          .filter-items-item-calculator .selects > div:last-child:after {
            display: block;
            width: 23px;
            height: 26px;
            position: absolute;
            top: 20px;
            left: -44px;
            content: '';
            background: url(./images/prods_filter_arrow.png) 0 0 no-repeat; } }

.menu-short {
  padding: 15px 0;
  background-image: url(/theme/index/images/main_filter_bg_1.jpg);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  width: 100%;
  position: relative; }
  .menu-short:before {
    content: '';
    display: block;
    pointer-events: none;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute; }
  .menu-short .container {
    position: relative;
    z-index: 2; }
  .menu-short .search .input {
    border: 1px solid #000;
    background: #fff;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: 0 40px 0 18px;
    color: #000;
    font: 900 15px Arial;
    height: 38px;
    width: 614px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); }
  .menu-short .search .submit_btn {
    width: 40px;
    height: 38px;
    margin-left: -41px;
    background: url(./images/search_btn.png) 0 0 no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999px; }
    .menu-short .search .submit_btn:hover {
      background-position: 0 -38px; }

.main_filter {
  position: relative; }
  @media (min-width: 1320px) {
    .main_filter {
      background-image: url(/theme/index/images/main_filter_bg_2.jpg);
      background-position: 50% 0;
      background-repeat: no-repeat;
      padding: 5px 0 5px;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover; } }
  @media (max-width: 1319.98px) {
    .main_filter {
      padding-top: 20px;
      padding-bottom: 20px;
      background-image: url(./images/filter-bg-responsive.png);
      background-position: 50% 0;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat; } }
  @media (max-width: 767.98px) {
    .main_filter {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .main_filter-top {
    padding: 0; }

.choice_cat {
  width: 238px;
  position: relative; }
  .choice_cat + .choice_cat {
    margin-left: 15px; }
  .choice_cat > a {
    position: relative;
    height: 40px;
    line-height: 15px;
    display: block;
    padding-left: 110px;
    color: #000;
    font: 900 15px/42px Arial;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
    z-index: 2; }
    .choice_cat > a .icon {
      display: block;
      position: absolute;
      left: 15px;
      bottom: 0;
      height: 56px;
      width: 93px;
      -webkit-transition: background 0.4s ease;
      -o-transition: background 0.4s ease;
      -moz-transition: background 0.4s ease;
      transition: background 0.4s ease; }
    .choice_cat > a span {
      line-height: 15px;
      padding-top: 7px;
      display: inline-block; }
      .choice_cat > a span.disk {
        padding-top: 14px;
        font-size: 18px;
        padding-left: 5px; }
  .choice_cat.tires > a .icon {
    background: url(./images/tires_icon.png) 0 10px no-repeat; }
  .choice_cat.wheel > a .icon {
    background: url(./images/wheel_icon.png) 0 10px no-repeat; }
  .choice_cat.gruz > a .icon {
    background: url(./images/gruz_icon.png) 0 10px no-repeat; }
  .choice_cat.ap > a .icon {
    background: url(./images/ap_icon_new.png) 0 10px no-repeat; }
  .choice_cat.service > a .icon {
    background: url(./images/service_icon.png) 0 10px no-repeat; }
  .choice_cat.service > a {
    padding-left: 77px !important; }
  .choice_cat.service > a .icon {
    left: -9px !important; }
  .choice_cat.ap > a {
    padding-left: 77px !important; }
  .choice_cat.ap > a .icon {
    left: -4px !important; }
  .choice_cat > a:hover .icon {
    background-position: 0 1px; }
  .choice_cat > a:active .icon, .choice_cat > a.active .icon {
    background-position: 0 10px; }
  .choice_cat > a:after {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    right: 10px;
    content: '';
    background: url(./images/choice_cat_arrow.png) 0 0 no-repeat; }
  .choice_cat > a:hover:after {
    background-position: 0 -28px; }
  .choice_cat > a.active:after {
    background-position: 0 -56px; }
  .choice_cat .dropdown {
    background: #fff;
    border: 1px solid #ffd400;
    padding: 45px 20px 15px;
    -webkit-border-radius: 30px 30px 10px 10px;
       -moz-border-radius: 30px 30px 10px 10px;
            border-radius: 30px 30px 10px 10px;
    color: #000;
    font: 400 14px/21px Arial;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none; }
    .choice_cat .dropdown .item {
      padding: 5px 0; }
      .choice_cat .dropdown .item ul, .choice_cat .dropdown .item ol {
        margin-bottom: 0;
        padding-left: 0; }
      .choice_cat .dropdown .item + .item {
        border-top: 1px solid #e1e1e1; }
      .choice_cat .dropdown .item li {
        list-style-type: none;
        padding: 2px; }
        .choice_cat .dropdown .item li a {
          color: #000;
          text-decoration: none; }
          .choice_cat .dropdown .item li a:hover {
            color: #ff1100; }
      .choice_cat .dropdown .item .icon {
        display: block;
        width: 52px;
        height: 42px;
        line-height: 42px;
        float: left; }
        .choice_cat .dropdown .item .icon img {
          vertical-align: middle; }

.choice_cat.halva > a {
	background: url(/images/halva-bg9.png) 0 0 no-repeat;
}

.choice_cat.halva > a .icon {
    /*background: url(/images/halva-icon2.png) 0 12px no-repeat;*/
    background: initial;
}

.choice_cat.halva > a:after {
	display: none;
}

.choice_cat.halva > a .icon {
	left: 9px;
}

.brends {
  /*width: 298px;
   *height: 62px; */
  /*line-height: 62px; */
  /*border: 1px solid #e1e1e1; */
  /*width: 296px;
   *height: 158px; */ }
  @media (min-width: 1320px) {
    .brends {
      margin-left: -20px; } }
  .brends .item {
    position: relative;
    margin-right: 20px; }
  .brends .img {
    /*border-radius: 10px; */
    display: block; }
  .brends .item a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 158px;
    text-align: center;
    z-index: 2; }
    .brends .item a img {
      vertical-align: middle; }
  .brends .item .shadow {
    display: block;
    width: 100%;
    height: 67px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 244, 0, 0)), to(#ffc600));
    background: -webkit-linear-gradient(top, rgba(248, 244, 0, 0) 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, rgba(248, 244, 0, 0) 0%, #ffc600 100%);
    background: -o-linear-gradient(top, rgba(248, 244, 0, 0) 0%, #ffc600 100%);
    background: linear-gradient(to bottom, rgba(248, 244, 0, 0) 0%, #ffc600 100%);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .brends .item:hover .shadow {
    height: 90%; }

.bottom_links {
  padding-top: 20px; }
  @media (min-width: 1320px) {
    .bottom_links .items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 35px;
	  justify-content: space-around; }
      .bottom_links .items a {
        display: block; } }
  .bottom_links .item {
    margin-right: 16px;
    width: 162px;
    height: 82px;
    text-align: center;
    color: #ffe400;
    font: 700 14px/19px Arial;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#010101));
    background: -webkit-linear-gradient(top, #464646 0%, #010101 100%);
    background: -moz- oldlinear-gradient(top, #464646 0%, #010101 100%);
    background: -o-linear-gradient(top, #464646 0%, #010101 100%);
    background: linear-gradient(to bottom, #464646 0%, #010101 100%); }
    @media (max-width: 1319.98px) {
      .bottom_links .item {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        background-color: #f7f7f9;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#030303), to(#444));
        background-image: -webkit-linear-gradient(bottom, #030303 0%, #444 100%);
        background-image: -moz- oldlinear-gradient(bottom, #030303 0%, #444 100%);
        background-image: -o-linear-gradient(bottom, #030303 0%, #444 100%);
        background-image: linear-gradient(to top, #030303 0%, #444 100%);
        height: 115px;
        width: 302px;
        color: #ffe400;
        font-family: Arial;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 100%; } }
    @media (max-width: 575.98px) {
      .bottom_links .item {
        width: 100%; } }
    .bottom_links .item .icon {
      height: 50px;
      line-height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .bottom_links .item .icon img {
        vertical-align: middle; }
    .bottom_links .item:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
      background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
      color: #000; }

.content {
  margin-bottom: 20px;
  padding-top: 15px; }
  @media (min-width: 1320px) {
    .content.left, .content.right {
      width: 934px; } }

.breadcrumbs {
  margin-bottom: 15px;
  color: #000;
  font: 400 14px/19px Arial; }
  .breadcrumbs a {
    color: #000;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .home_link {
    display: inline-block;
    width: 19px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background: url(./images/home_link_icon.png) 0 0 no-repeat; }
  .breadcrumbs .sep {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    position: relative;
    top: -2px;
    background: url(./images/breadcrumbs_sep.png) 0 0 no-repeat; }

.page_title {
  color: #000;
  font: 900 24px/24px Arial;
  text-transform: uppercase;
  margin-bottom: 20px; }

.page_desc {
  text-align: center;
  margin: 14px 0;
  color: #333; }

.page_desc-services {
  margin: 14px 0;
  color: #333; }

.page_title .icons {
  display: inline-block;
  margin-left: 5px; }
  .page_title .icons img {
    vertical-align: middle;
    position: relative;
    top: -2px; }
    .page_title .icons img + img {
      margin-left: 10px; }

.products_list .product {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 11px;
  color: #000;
  font: 400 0.61905 Arial; }
  .products_list .product:hover {
    padding: 12px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
  .products_list .product .thumb {
    background: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    width: 136px;
    height: 136px;
    line-height: 136px;
    position: relative; }
    .products_list .product .thumb img {
      vertical-align: middle;
      max-width: 136px;
      max-height: 136px; }
  .products_list .product .sticker {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(./images/stickers.png) 0 0 no-repeat; }
    .products_list .product .sticker.new {
      background-position: 0 0; }
    .products_list .product .sticker.hit {
      background-position: 0 -36px;
      top: 38px; }
    .products_list .product .sticker.discount {
      background-position: 0 -72px;
      top: 66px; }
  .products_list .product .info {
    width: 150px;
    margin-left: 12px; }
    .products_list .product .info > div {
      width: 150px;
      vertical-align: middle;
      height: 136px;
      display: table-cell;
      font: 500 14px/18px Arial; }
    .products_list .product .info .icons {
      line-height: 22px;
      margin-bottom: 5px; }
      .products_list .product .info .icons img {
        vertical-align: middle; }
        .products_list .product .info .icons img + img {
          margin-left: 10px; }
    .products_list .product .info .price {
      margin-top: 10px;
      font: 700 18px Arial; }
  .products_list .product .description {
    width: 590px;
    margin-right: 10px; }
    .products_list .product .description > div {
      width: 590px;
      vertical-align: middle;
      height: 136px;
      display: table-cell; }
  .products_list .product .name {
    font: 900 15px/21px Arial;
    text-transform: uppercase;
    margin-bottom: 10px; }

.products_list > a + a {
  margin-top: 10px;
  display: block; }

.text_block {
  color: #000;
  font: 400 14px/21px Arial;
  margin-bottom: -15px; }
  @media (max-width: 991.98px) {
    .text_block iframe {
      max-width: 80%;
      max-height: 50vh; } }
  @media (min-width: 1320px) {
    .text_block.right {
      width: 934px; } }
  .text_block h2, .text_block h3 {
    margin-bottom: 7px;
    font: 700 15px/21px Arial; }
  .text_block p {
    margin-bottom: 0px; }
  .text_block a {
    color: #ff1100;
    text-decoration: underline; }
  .text_block img {
    display: block;
    margin-bottom: 15px;
	height: auto; }
    @media (max-width: 991.98px) {
      .text_block img {
        max-width: 100%; } }
  .text_block ul {
	padding: 0;
    margin-bottom: 20px; }
    .text_block ul li {
      list-style-type: none;
      padding-left: 70px;
      position: relative; }
      @media (max-width: 767.98px) {
        .text_block ul li {
          padding-left: 20px; } }
      .text_block ul li + li {
        margin-top: 10px; }
      .text_block ul li:before {
        height: 1px;
        width: 10px;
        display: block;
        background: #ff7e00;
        position: absolute;
        top: 10px;
        left: 37px;
        content: ''; }
        @media (max-width: 767.98px) {
          .text_block ul li:before {
            left: 0; } }

.contacts_map {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  height: 398px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin-bottom: 20px; }
  .contacts_map .ymaps-map {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; }

.contacts_info {
  margin-left: -20px;
  margin-bottom: -20px; }
  .contacts_info .item {
    height: 138px;
    margin: 0 0 20px 20px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 9px;
    width: 596px; }
    .contacts_info .item .info {
      padding: 0 10px;
      width: 260px; }
      .contacts_info .item .info > div {
        height: 120px;
        width: 240px;
        vertical-align: middle;
        display: table-cell;
        color: #000;
        font: 400 15px/21px Arial; }
      .contacts_info .item .info .name {
        font: 900 15px/21px Arial;
        text-transform: uppercase; }
      .contacts_info .item .info .adres {
        font-weight: 700;
        margin-top: 10px; }
      .contacts_info .item .info .phone {
        margin-top: 10px; }
    .contacts_info .item img {
      display: block;
      max-height: 120px;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px; }
      .contacts_info .item img + img {
        margin-right: 10px; }

.reviews .review {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
  color: #000;
  font: 400 0.61905 Arial; }
  .reviews .review + .review {
    margin-top: 10px; }
  .reviews .review .author {
    color: #000;
    font: 400 14px/21px Arial; }
  .reviews .review .text + .author {
    margin-top: 7px; }
  .reviews .review .author .date {
    color: #555; }
  .reviews .review .rating {
    margin-bottom: 5px; }
    .reviews .review .rating li {
      display: inline-block;
      list-style-type: none;
      width: 14px;
      height: 13px;
      background: url(./images/star_mini.png) 0 0 no-repeat; }
  .reviews .review .answer {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #000; }

@media (max-width: 991.98px) {
  .product_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.product_info .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .product_info .product {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .product_info .product .image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
	padding: 30px 60px 30px 70px; }

.product_info .image {
  width: 400px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  line-height: 296px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #e1e1e1;
  position: relative; }
  @media (max-width: 991.98px) {
    .product_info .image {
      width: 100%; } }
  .product_info .image img {
    vertical-align: middle;
    max-width: 100%; }
  .product_info .image .stickers {
    position: absolute;
    top: 19px;
    height: 36px;
    line-height: 36px;
    right: 27px;
	padding-left: 11px; }
  .product_info .image .sticker {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: -8px;
    background: url(./images/actions10.png) 0 0 no-repeat;
    margin-bottom: 5px; }
    .product_info .image .sticker.new {
      background-position: 0 -50px;
      background-size: 100%;
    }
    .product_info .image .sticker.hit {
      background-position: 0 0;
      background-size: 100%;
    }
    .product_info .image .sticker.discount {
      background-position: 0 -100px;
      background-size: 100%;
    }
    .product_info .image .sticker.testdrive {
      background-position: 0 -250px;
      background-size: 100%;
    }
    .product_info .image .sticker.gift {
      background-position: 0 -200px;
      background-size: 100%;
    }
    .product_info .image .sticker.seasonal {
      background-position: 0 -300px;
      background-size: 100%;
    }
    .product_info .image .sticker.service, .product_info .image .sticker.service2 {
      text-align: center;
      color: #f10;
      font-size: 11px;
      line-height: 13px;
      width: 140px;
      display: inline-block;
      height: 36px;
      padding: 5px 0;
      vertical-align: top;
      text-transform: uppercase;
      font-weight: 500;
      font-family: Arial;
      background: url(./images/sticker-big.png) 0 0 no-repeat; }
      .product_info .image .sticker.service.active:hover, .product_info .image .sticker.service2.active:hover {
        width: 140px;
        background: url(./images/sticker-big.png) 0 0 no-repeat;
        background-position: 0 -36px;
        color: #fff; }

.product_info .description {
  color: #000;
  font: 400 13px/21px Arial;
  margin-bottom: 20px; }
  @media (min-width: 1320px) {
    .product_info .description {
      width: 954px; } }
  @media (min-width: 1320px) {
    .product_info .description > div {
      height: 298px;
      padding-left: 40px;
      vertical-align: middle;
      /* width: 618px; */
      display: table-cell; } }
  .product_info .description p + p {
    margin-top: 15px; }
  @media (min-width: 1320px) {
    .product_info .description img {
      max-width: 618px; } }

.product_info .info {
  color: #000;
  font: 400 13px/21px Arial;
  margin-bottom: 20px;
  min-height: 400px;
  max-width: 100%; }
  @media (min-width: 1320px) {
    .product_info .info {
      width: 935px; } }
  .product_info .info .features {
    margin-bottom: 10px;
    max-width: 100%;
    padding-left: 0; }
    @media (min-width: 1320px) {
      .product_info .info .features {
        width: 415px; } }
    .product_info .info .features li {
      list-style-type: none;
      /*width: 275px; */
      max-width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 1320px) {
        .product_info .info .features li {
          width: 380px; } }
      .product_info .info .features li + li {
        margin-top: 2px; }
      .product_info .info .features li:after {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 6px;
        content: '';
        background: #e1e1e1;
        z-index: 1; }
    .product_info .info .features .name {
      padding-right: 10px;
      background: #fff;
      position: relative;
      z-index: 2; }
    .product_info .info .features .val {
      padding-left: 10px;
      background: #fff;
      /*width: 95px; */
      width: 150px;
      position: relative;
      z-index: 2; }
      .product_info .info .features .val:hover {
        z-index: 3; }

.product_info .buy_box {
  margin-bottom: 15px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 30px 35px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d7d7d7));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
  background-image: -moz- oldlinear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #d7d7d7 100%); }
  @media (max-width: 575.98px) {
    .product_info .buy_box {
      margin-left: -15px;
      margin-right: -15px;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      padding: 25px 15px; } }
  .product_info .buy_box-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575.98px) {
      .product_info .buy_box-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .product_info .buy_box-top .to_cart_link {
          margin: 0; } }
  .product_info .buy_box-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product_info .buy_box .price {
    display: inline-block;
    vertical-align: top;
    font: 700 28px/40px Arial;
    position: relative;
    margin-right: 10px;
    color: #ff1100; }
  .product_info .buy_box .old_price {
    display: inline-block;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 35px;
    font: 400 14px Arial;
    color: #000; }
    .product_info .buy_box .old_price:after {
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%;
      content: '';
      background: #ff1100;
      margin-top: -1px; }
  .product_info .buy_box .text {
    display: inline-block;
    vertical-align: top;
    font: 900 16px/40px Arial; }
  .product_info .buy_box .amount {
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-right: 10px; }
    .product_info .buy_box .amount > div {
      display: inline-block; }
    .product_info .buy_box .amount input {
      height: 38px;
      border: 1px solid #000;
      margin: 0 10px;
      text-align: center;
      color: #000;
      font: 900 18px Arial;
      width: 78px;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
              box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }
    .product_info .buy_box .amount a {
      display: inline-block;
      width: 26px;
      height: 26px;
      margin: 6px 0;
      background: url(./images/plus_minus.png) 0 0 no-repeat; }
      .product_info .buy_box .amount a.minus {
        background-position: 0 0; }
        .product_info .buy_box .amount a.minus:hover {
          background-position: 0 -26px; }
        .product_info .buy_box .amount a.minus:active {
          background-position: 0 -52px; }
      .product_info .buy_box .amount a.plus {
        background-position: -26px 0; }
        .product_info .buy_box .amount a.plus:hover {
          background-position: -26px -26px; }
        .product_info .buy_box .amount a.plus:active {
          background-position: -26px -52px; }
  .product_info .buy_box .total_price {
    font: 900 28px/40px Arial;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 122px; }
  .product_info .buy_box .to_cart_link {
    display: inline-block;
    vertical-align: top;
    width: 238px;
    text-align: center;
    margin: 0 0 0 20px;
    color: #000;
    font: 900 18px/42px Arial;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
    @media (max-width: 575.98px) {
      .product_info .buy_box .to_cart_link {
        width: auto;
        padding: 0 20px;
        margin-right: 10px;
        margin-left: 0; } }
    .product_info .buy_box .to_cart_link:hover {
      color: #000;
      background: -webkit-gradient(linear, left top, left bottom, from(#fdf487), to(#ffc702));
      background: -webkit-linear-gradient(top, #fdf487 0%, #ffc702 100%);
      background: -moz- oldlinear-gradient(top, #fdf487 0%, #ffc702 100%);
      background: -o-linear-gradient(top, #fdf487 0%, #ffc702 100%);
      background: linear-gradient(to bottom, #fdf487 0%, #ffc702 100%); }
    .product_info .buy_box .to_cart_link:active {
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
      background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
      -webkit-box-shadow: inset 0 4px 4px #eab600;
         -moz-box-shadow: inset 0 4px 4px #eab600;
              box-shadow: inset 0 4px 4px #eab600; }
  .product_info .buy_box .information {
    margin-top: 20px; }
    .product_info .buy_box .information > div {
      display: inline-block; }
      @media (min-width: 576px) {
        .product_info .buy_box .information > div {
          margin-right: 20px; } }
      @media (max-width: 575.98px) {
        .product_info .buy_box .information > div:not(:last-child) {
          margin-bottom: 10px; } }
    .product_info .buy_box .information img {
      vertical-align: middle;
      margin-right: 10px; }

.product_info .tooltip,
.product-details-params .tooltip {
  position: relative;
  padding-right: 16px;
  line-height: 16px;
  cursor: pointer;
  display: inline-block;
  min-height: 16px;
  vertical-align: middle;
  background: url(./images/price_list_tooltip.png) 100% -1px no-repeat; }
  .product_info .tooltip:hover,
  .product-details-params .tooltip:hover {
    color: #ff1100;
    background-position: 100% -17px; }
  .product_info .tooltip .tooltip_text,
  .product-details-params .tooltip .tooltip_text {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 15px 20px;
    color: #fff;
    font: 400 13px/18px Arial;
    width: 240px;
    position: absolute;
    top: 22px;
    right: -115px;
    z-index: 999;
    text-align: left;
    display: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
    background: -webkit-linear-gradient(top, #464646 0%, black 100%);
    background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
    background: -o-linear-gradient(top, #464646 0%, black 100%);
    background: linear-gradient(to bottom, #464646 0%, black 100%); }
  .product_info .tooltip:hover .tooltip_text,
  .product-details-params .tooltip:hover .tooltip_text {
    display: block; }
  .product_info .tooltip .tooltip_text:before,
  .product-details-params .tooltip .tooltip_text:before {
    display: block;
    width: 11px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 114px;
    content: '';
    background: url(./images/price_list_top_tooltip_text.png) 0 0 no-repeat; }

.product_info > .info .share {
  margin-top: 15px;
  height: 19px; }

.product_info .line {
  background: #000;
  height: 1px;
  width: 100%;
  margin-bottom: 20px; }

.tiposizes .title {
  color: #000;
  font: 900 15px/15px Arial;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .tiposizes .title span {
    color: #eaa600; }

.tiposizes .sorting {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 1320px) {
    .tiposizes .sorting {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 1319.98px) {
    .tiposizes .sorting {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .tiposizes .sorting .pagination {
    margin: 0;
    margin-left: auto; }

@media (min-width: 768px) {
  .tiposizes .size {
    margin-right: 30px; } }

.tiposizes .size input[type=radio] {
  display: none; }

.tiposizes .size label {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #707070;
  width: 58px;
  color: #000;
  font: 400 14px/22px Arial;
  height: 22px; }

.tiposizes .size input[type=radio]:checked + label {
  border: none;
  width: 60px;
  height: 24px;
  line-height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }

@media (max-width: 767.98px) {
  .tiposizes .status {
    margin-bottom: 8px; } }

.tiposizes .status input[type=checkbox], .tiposizes .status input[type=radio] {
  display: none; }

.tiposizes .status label {
  display: inline-block;
  padding-left: 28px;
  color: #000;
  font: 400 14px/18px Arial;
  height: 18px;
  vertical-align: top;
  cursor: pointer;
  margin-top: 3px;
  margin-right: 20px;
  background: url(./images/checkbox_icon.png) 0 0 no-repeat; }
  @media (max-width: 575.98px) {
    .tiposizes .status label {
      height: 12px;
      -moz-background-size: 12px 24px;
        -o-background-size: 12px 24px;
           background-size: 12px 24px;
      color: #000;
      font-size: 13px;
      font-weight: 400;
      padding-left: 16px;
      line-height: 12px; } }

.tiposizes .status input:checked + label {
  background-position: 0 -18px; }
  @media (max-width: 575.98px) {
    .tiposizes .status input:checked + label {
      background-position: 0 -12px; } }

.tiposizes .sort {
  color: #000;
  font: 400 14px/24px Arial; }
  @media (min-width: 768px) {
    .tiposizes .sort {
      margin-left: 20px; } }
  @media (max-width: 767.98px) {
    .tiposizes .sort {
      margin-bottom: 10px; } }
  .tiposizes .sort .jq-selectbox {
    margin-left: 5px; }
  .tiposizes .sort .jq-selectbox__select {
    width: 130px; }

.pagination {
  color: #000;
  font: 700 14px/24px Arial;
  margin: 20px 0; }

.price_list + .pagination {
  margin-top: 20px; }

.pagination a {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #707070;
  text-align: center;
  color: #000;
  font: 400 14px/24px Arial;
  text-decoration: none;
  height: 24px;
  width: 40px;
  margin: 0 3px; }
  @media (max-width: 575.98px) {
    .pagination a {
      width: 30px; } }
  .pagination a.active, .pagination a:hover {
    color: #000;
    border-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
  .pagination a.next {
    width: 36px;
    height: 36px;
    border: none;
    background: url(./images/pag_arrows.png) 0 0 no-repeat; }
  .pagination a.prev {
    width: 36px;
    height: 36px;
    border: none;
    background: url(./images/pag_arrows.png) 0 0 no-repeat;
    background-position: 0 0; }
  .pagination a.next {
    background-position: -36px 0; }
    .pagination a.next:hover {
      width: 36px;
      height: 36px; }
  .pagination a.prev:hover {
    width: 36px;
    height: 36px; }

.prods_filter, .brand_filter {
  padding: 15px 24px;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
  background: -moz- oldlinear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #d7d7d7 100%);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.prods_filter .image {
  width: 176px;
  height: 100px;
  line-height: 100px;
  text-align: center; }
  .prods_filter .image img {
    vertical-align: middle; }

.prods_filter .form > div {
  height: 100px;
  vertical-align: middle;
  display: table-cell; }

.prods_filter .form .item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -18px; }
  .prods_filter .form .item + .item:after {
    display: block;
    width: 23px;
    height: 26px;
    position: absolute;
    top: 28px;
    left: -44px;
    content: '';
    background: url(./images/prods_filter_arrow.png) 0 0 no-repeat; }
  .prods_filter .form .item .name {
    text-align: center;
    color: #000;
    font: 400 13px/14px Arial;
    margin-bottom: 10px; }
  .prods_filter .form .item + .item {
    margin-left: 60px; }
    .prods_filter .form .item + .item .submit {
      padding-top: 5px; }

.prods_filter .form .submit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px; }

.brand_filter .brand_search_btn {
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  border: 1px solid #000;
  height: 36px;
  display: inline-block;
  width: 180px;
  cursor: pointer;
  color: #000;
  font: 900 15px Arial;
  background: none;
  text-transform: uppercase; }

.prods_filter .form .submit_btn:hover, .brand_filter .brand_search_btn:hover {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }

.prods_filter .form .submit_btn:active, .brand_filter .brand_search_btn:active {
  -webkit-box-shadow: inset 0 4px 4px #eab600;
     -moz-box-shadow: inset 0 4px 4px #eab600;
          box-shadow: inset 0 4px 4px #eab600;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }

.price_list > .head {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
  background: -webkit-linear-gradient(top, #464646 0%, black 100%);
  background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
  background: -o-linear-gradient(top, #464646 0%, black 100%);
  background: linear-gradient(to bottom, #464646 0%, black 100%);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }
  .price_list > .head th {
    text-align: center;
    color: #fff;
    font: 400 14px Arial;
    vertical-align: middle;
    height: 32px; }

.price_list .tooltip {
  position: relative;
  padding-right: 16px;
  line-height: 16px;
  cursor: pointer;
  display: inline-block;
  min-height: 16px;
  vertical-align: middle;
  background: url(./images/price_list_tooltip.png) 100% -1px no-repeat; }
  .price_list .tooltip:hover {
    color: #ff1100;
    background-position: 100% -17px; }
  .price_list .tooltip .tooltip_text {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 15px 20px;
    color: #fff;
    font: 400 13px/18px Arial;
    width: 240px;
    position: absolute;
    top: -10px;
    right: -255px;
    z-index: 999;
    text-align: left;
    display: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
    background: -webkit-linear-gradient(top, #464646 0%, black 100%);
    background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
    background: -o-linear-gradient(top, #464646 0%, black 100%);
    background: linear-gradient(to bottom, #464646 0%, black 100%); }
  .price_list .tooltip:hover .tooltip_text {
    display: block; }
  .price_list .tooltip .tooltip_text:before {
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 12px;
    left: -6px;
    content: '';
    background: url(./images/price_list_tooltip_text.png) 0 0 no-repeat; }

.price_list .item {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 10px 0; }
  .price_list .item + .item {
    margin-top: 10px; }
  .price_list .item table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px; }
    .price_list .item table td {
      text-align: center;
      color: #000;
      font: 400 14px Arial; }

.price_list .col5 img {
  vertical-align: middle; }
  .price_list .col5 img + img {
    margin-left: 10px; }

.price_list .price {
  font-weight: 700;
  font-size: 18px; }

.price_list .new_price {
  font-weight: 700;
  font-size: 18px;
  color: #ff1100; }

.price_list .old_price {
  display: inline-block;
  padding: 0 5px;
  position: relative; }
  .price_list .old_price:after {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: #ff1100;
    margin-top: -1px; }

.price_list .item table td.col2 {
  font-weight: 500;
  text-transform: uppercase; }
  .price_list .item table td.col2 a {
    color: #000;
    text-decoration: none; }
    .price_list .item table td.col2 a:hover {
      color: #ff1100; }

.price_list .item .stickers {
  width: 100%; }

.price_list .item .sticker {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: -8px;
  background: url(./images/stickers.png) 0 0 no-repeat;
  vertical-align: top; }
  .price_list .item .sticker.new {
    background-position: 0 0; }
  .price_list .item .sticker.hit {
    background-position: 0 -36px; }
  .price_list .item .sticker.discount {
    background-position: 0 -72px; }
  .price_list .item .sticker.gift {
    background-position: 0 -144px; }
  .price_list .item .sticker.service {
    text-align: center;
    color: #f10;
    font-size: 11px;
    line-height: 13px;
    width: 140px;
    display: inline-block;
    height: 36px;
    padding: 5px 0;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Arial;
    background: url(./images/sticker-big.png) 0 0 no-repeat; }
    .price_list .item .sticker.service.active:hover {
      width: 140px;
      background: url(./images/sticker-big.png) 0 0 no-repeat;
      background-position: 0 -36px;
      color: #fff; }

.modal_cart .item .sticker.service, .price_list .item .sticker.service2, .modal_cart .item .sticker.service2 {
  text-align: center;
  color: #f10;
  font-size: 11px;
  line-height: 13px;
  width: 140px;
  display: inline-block;
  height: 36px;
  padding: 5px 0;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Arial;
  background: url(./images/sticker-big.png) 0 0 no-repeat; }
  .modal_cart .item .sticker.service.active:hover, .price_list .item .sticker.service2.active:hover, .modal_cart .item .sticker.service2.active:hover {
    width: 140px;
    background: url(./images/sticker-big.png) 0 0 no-repeat;
    background-position: 0 -36px;
    color: #fff; }

.buy_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(./images/buy_link.png) 0 0 no-repeat; }
  .buy_link:hover {
    background-position: 0 -40px; }

.good-responsive {
  border: 1px solid #e1e1e1;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .good-responsive-items {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
          grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      grid-gap: 10px; } }
  @supports not ((display: -ms-grid) or (display: grid)) {
    .good-responsive-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .good-responsive-items .good-responsive {
        -webkit-flex-basis: 220px;
            -ms-flex-preferred-size: 220px;
                flex-basis: 220px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 5px 10px; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .good-responsive-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .good-responsive-items .good-responsive {
        -webkit-flex-basis: 220px;
            -ms-flex-preferred-size: 220px;
                flex-basis: 220px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 5px 10px; } }
  @media (min-width: 768px) {
    .good-responsive-items {
      display: none !important; } }
  .good-responsive:last-of-type {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .good-responsive {
      display: none !important; } }
  .good-responsive .tooltip {
    position: relative;
    padding-right: 16px;
    line-height: 16px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 16px;
    vertical-align: middle;
    background: url(./images/price_list_tooltip.png) 100% -1px no-repeat; }
    .good-responsive .tooltip:hover {
      color: #ff1100;
      background-position: 100% -17px; }
    .good-responsive .tooltip .tooltip_text {
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      padding: 15px 20px;
      color: #fff;
      font: 400 13px/18px Arial;
      width: 240px;
      position: absolute;
      top: -10px;
      right: -255px;
      z-index: 999;
      text-align: left;
      display: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
      background: -webkit-linear-gradient(top, #464646 0%, black 100%);
      background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
      background: -o-linear-gradient(top, #464646 0%, black 100%);
      background: linear-gradient(to bottom, #464646 0%, black 100%); }
      .good-responsive .tooltip .tooltip_text:before {
        display: block;
        width: 6px;
        height: 11px;
        position: absolute;
        top: 12px;
        left: -6px;
        content: '';
        background: url(./images/price_list_tooltip_text.png) 0 0 no-repeat; }
      @media (max-width: 991.98px) {
        .good-responsive .tooltip .tooltip_text {
          position: fixed;
          left: 0;
          right: 0;
          bottom: 0;
          top: auto;
          width: 100%; }
          .good-responsive .tooltip .tooltip_text:before {
            display: none; } }
    .good-responsive .tooltip:hover .tooltip_text {
      display: block; }
  .good-responsive-image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 10px;
    /*position: relative;*/ }
  .good-responsive .price {
    color: #000;
    font: 700 18px/17px Arial;
    text-align: center; }
    .good-responsive .price .new_price {
      font: 700 18px/17px Arial;
      text-transform: uppercase; }
    .good-responsive .price .old_price {
      padding: 0 5px;
      position: relative;
      font: 400 14px/17px Arial; }
      .good-responsive .price .old_price:after {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        content: '';
        background: #ff1100;
        margin-top: -1px; }
  .good-responsive-title {
    margin-bottom: auto; }
    .good-responsive-title .name {
      text-align: center; }
    .good-responsive-title a {
      text-transform: uppercase;
      color: #000000;
      font-weight: 500;
      font-size: 17px;
      line-height: 17px;
      display: block; }
    .good-responsive-title .stickers {
      position: absolute;
      right: 10px;
      top: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      z-index: 2; }
      .good-responsive-title .stickers .sticker {
        margin-bottom: 5px; }
      .good-responsive-title .stickers .sticker + .sticker {
        margin-left: 5px; }
    .good-responsive-title .sticker {
      display: inline-block;
      width: 36px;
      height: 36px;
      background: url(./images/stickers.png) 0 0 no-repeat; }
      .good-responsive-title .sticker.new {
        background-position: 0 0; }
      .good-responsive-title .sticker.hit {
        background-position: 0 -36px; }
      .good-responsive-title .sticker.discount {
        background-position: 0 -72px; }
      .good-responsive-title .sticker.service, .good-responsive-title .sticker.service2 {
        border: 1px solid #ecaf1a;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        text-align: center;
        color: #f10;
        font-size: 12px;
        line-height: 13px;
        width: 140px;
        display: inline-block;
        height: 34px;
        background: #fff;
        padding: 5px 0;
        vertical-align: top;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Arial; }
  .good-responsive-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7px; }
  .good-responsive-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .good-responsive-price-item {
      margin: 5px 0 10px; }
      .good-responsive-price-item-available {
        font-size: 14px;
        text-align: center; }
        .good-responsive-price-item-available span {
          font-weight: 700; }
  .good-responsive-params {
    text-align: center; }
  .good-responsive-buy {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch; }
    .good-responsive-buy .buy_link {
      background: none;
      width: auto;
      height: auto;
      border: 1px solid;
      padding: 5px 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .good-responsive-buy .buy_link:before {
        content: '\41A\443\43F\438\442\44C'; }
      .good-responsive-buy .buy_link:after {
        background-image: url(./images/buy_link.png);
        -moz-background-size: 20px 40px;
          -o-background-size: 20px 40px;
             background-size: 20px 40px;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 5px;
        content: ''; }
      .good-responsive-buy .buy_link:hover, .good-responsive-buy .buy_link:focus {
        border-color: #faf126;
        background-color: #faf126; }
        .good-responsive-buy .buy_link:hover:after, .good-responsive-buy .buy_link:focus:after {
          background-position: 0 20px; }
  .good-responsive-params {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 16px; }
    .good-responsive-params-item {
      display: inline-block;
      margin: 0 5px;
      vertical-align: middle; }

@media (max-width: 767.98px) {
  .price_list {
    display: none; } }

.price_list .item .buy {
  position: relative;
  display: inline-block; }

.price_list .col1 {
  width: 127px; }

.price_list .col2 {
  width: 185px;
  text-align: left !important; }

.price_list .col3 {
  width: 140px; }

.price_list .col4 {
  width: 90px; }

.price_list .col5 {
  width: 120px; }

.price_list .col6 {
  width: 95px; }

.price_list .col7 {
  width: 105px; }

.price_list .col8 {
  width: 110px; }

.buy_modal {
  width: 298px;
  position: absolute;
  left: 50%;
  margin-left: -149px;
  top: -120px;
  z-index: 999;
  display: none; }
  .buy_modal .head {
    height: 121px;
    text-align: center;
    color: #000;
    font: 400 14px Arial;
    position: relative;
    background: url(./images/buy_modal_head.png) 0 0 no-repeat; }
    .buy_modal .head:before {
      display: block;
      width: 328px;
      height: 337px;
      position: absolute;
      top: -14px;
      left: -15px;
      content: '';
      z-index: -1;
      background: url(./images/buy_modal_shadow.png) 0 0 no-repeat; }
    .buy_modal .head .title {
      font: 900 15px/19px Arial;
      text-transform: uppercase; }
    .buy_modal .head .icon {
      height: 70px;
      line-height: 60px;
      padding-top: 10px; }
      .buy_modal .head .icon img {
        vertical-align: middle; }
  .buy_modal .to_cart_link {
    display: block;
    width: 238px;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font: 900 18px/42px Arial;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
    .buy_modal .to_cart_link:hover {
      color: #000;
      background: -webkit-gradient(linear, left top, left bottom, from(#fdf487), to(#ffc702));
      background: -webkit-linear-gradient(top, #fdf487 0%, #ffc702 100%);
      background: -moz- oldlinear-gradient(top, #fdf487 0%, #ffc702 100%);
      background: -o-linear-gradient(top, #fdf487 0%, #ffc702 100%);
      background: linear-gradient(to bottom, #fdf487 0%, #ffc702 100%); }
    .buy_modal .to_cart_link:active {
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
      background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
      -webkit-box-shadow: inset 0 4px 4px #eab600;
         -moz-box-shadow: inset 0 4px 4px #eab600;
              box-shadow: inset 0 4px 4px #eab600; }
  .buy_modal .price {
    margin-bottom: 15px;
    color: #000;
    font: 900 28px/28px Arial; }
  .buy_modal .amount {
    height: 40px;
    text-align: center;
    margin-bottom: 20px; }
    .buy_modal .amount > div {
      display: inline-block; }
    .buy_modal .amount input {
      height: 38px;
      border: 1px solid #000;
      margin: 0 10px;
      text-align: center;
      color: #000;
      font: 900 18px Arial;
      width: 78px;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
              box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }
    .buy_modal .amount a {
      display: inline-block;
      width: 26px;
      height: 26px;
      margin: 6px 0;
      background: url(./images/plus_minus.png) 0 0 no-repeat; }
      .buy_modal .amount a.minus {
        background-position: 0 0; }
        .buy_modal .amount a.minus:hover {
          background-position: 0 -26px; }
        .buy_modal .amount a.minus:active {
          background-position: 0 -52px; }
      .buy_modal .amount a.plus {
        background-position: -26px 0; }
        .buy_modal .amount a.plus:hover {
          background-position: -26px -26px; }
        .buy_modal .amount a.plus:active {
          background-position: -26px -52px; }
  .buy_modal .data {
    background: #fff;
    -webkit-border-radius: 0 0 8px 8px;
       -moz-border-radius: 0 0 8px 8px;
            border-radius: 0 0 8px 8px;
    padding: 20px; }

.search_for_car {
  color: #555;
  font: 400 14px Arial;
  width: 100%; }
  @media (min-width: 992px) {
    /*.search_for_car {
      width: 405px; 
    } */
  }
  @media (max-width: 575.98px) {
    .search_for_car {
      width: auto; } }
  .search_for_car__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991.98px) {
      .search_for_car__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (min-width: 576px) {
    /*.search_for_car + .search_for_car {
      margin-left: 20px; 
    } */
    }
  @media (min-width: 576px) {
    .search_for_car + .noti {
      margin-left: 20px; } }
  .search_for_car .title {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    color: #fff;
    font: 400 14px/32px Arial;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
    background: -webkit-linear-gradient(top, #464646 0%, black 100%);
    background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
    background: -o-linear-gradient(top, #464646 0%, black 100%);
    background: linear-gradient(to bottom, #464646 0%, black 100%); }
  .search_for_car .item {
    padding: 15px 0; }
    .search_for_car .item + .item {
      border-top: 1px solid #e1e1e1; }
    .search_for_car .item .name {
      padding: 0 20px;
      color: #000;
      font: 900 15px Arial;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .search_for_car .item .text {
      padding: 5px 0 5px 45px;
      margin-bottom: 5px; }
      .search_for_car .item .text span + span {
        margin-left: 25px; }
  /*.search_for_car a {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 0 40px 0px 20px;
    text-decoration: none;
    display: block;
    position: relative;
    color: #000;
    font: 400 14px/28px Arial; 
    width: 170px; }*/
    /*@media (min-width: 1320px) {
      .search_for_car a {
        height: 28px; } }
    @media (max-width: 767.98px) {
      .search_for_car a {
        line-height: 18px;
        margin-bottom: 5px; } }*/
    /*.search_for_car a:hover, .search_for_car a {
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
      background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }*/
    .search_for_car a b {
      text-transform: uppercase;
      margin-right: 30px; }
    /*.search_for_car a:hover:after, .search_for_car a:after {
      display: block;
      width: 17px;
      height: 17px;
      position: absolute;
      top: 50%;
      right: 15px;
      content: '';
	  margin-top: -8px;
      background: url(./images/link_icon.png) 0 0 no-repeat; }*/

.noti {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 55px 19px 30px;
  width: 296px;
  background: #fff url(./images/noti_icon.png) 19px 19px no-repeat;
  color: #000;
  font: 400 13px/18px Arial; }
  .noti b {
    text-transform: uppercase;
    font-weight: 900;
    font-family: Arial; }
  .noti .title {
    color: #ff1100;
    font: 900 15px Arial;
    margin-bottom: 10px;
    text-transform: uppercase; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brends_list {
    margin-left: -20px;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@supports not ((display: -ms-grid) or (display: grid)) {
  .brends_list {
    margin-left: -20px;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@supports ((display: -ms-grid) or (display: grid)) {
  .brends_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(225px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-gap: 15px; } }

@media (max-width: 767.98px) {
  .brends_list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

.brends_list .item {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  text-align: center;
  height: 100px;
  line-height: 100px; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .brends_list .item {
      width: 252px;
      margin: 0 0 20px 20px; } }
  @supports not ((display: -ms-grid) or (display: grid)) {
    .brends_list .item {
      width: 252px;
      margin: 0 0 20px 20px; } }
  .brends_list .item img {
    vertical-align: middle;
    max-height: 90px;
    max-width: 190px; }
  .brends_list .item:hover {
    border-color: #ff1100;
    -webkit-box-shadow: inset 0 0 0 1px #ff1100;
       -moz-box-shadow: inset 0 0 0 1px #ff1100;
            box-shadow: inset 0 0 0 1px #ff1100; }

.products_grid {
  margin-left: -20px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 575.98px) {
    .products_grid {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .products_grid .product {
    width: 285px;
    margin: 0 0 20px 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 11px;
    color: #000;
    font: 400 0.61905 Arial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .products_grid .product:hover {
      padding: 12px;
      border: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
      background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
    .products_grid .product .thumb {
      background: #fff;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      text-align: center;
      width: 135px;
      height: 136px;
      line-height: 136px;
      position: relative; }
      .products_grid .product .thumb img {
        vertical-align: middle;
        max-width: 136px;
        max-height: 136px; }
    .products_grid .product .sticker {
      display: inline-block;
      width: 35px;
      height: 35px;
      background: url(./images/actions10.png) 0 0 no-repeat; }
      .products_grid .product .sticker.new {
        background-position: 0 -35px;
        background-size: 100%; }
      .products_grid .product .sticker.hit {
        background-position: 0 -36px;
        top: 38px; }
      .products_grid .product .sticker.discount {
        background-position: 0 -72px;
        top: 66px; }
    .products_grid .product .info {
      width: 127px;
      margin-left: 12px; }
      .products_grid .product .info > div {
        width: 150px;
        vertical-align: middle;
        height: 136px;
        display: table-cell;
        font: 500 14px/18px Arial; }
      .products_grid .product .info .icons {
        line-height: 22px;
        margin-bottom: 5px; }
        .products_grid .product .info .icons img {
          vertical-align: middle; }
          .products_grid .product .info .icons img + img {
            margin-left: 10px; }
      .products_grid .product .info .price {
        margin-top: 10px;
        font: 700 18px Arial; }

.articles .article {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 11px;
  color: #000;
  font: 400 0.61905 Arial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 1319.98px) {
    .articles .article {
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; } }
  @media (min-width: 1320px) {
    .articles .article {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .articles .article-thumb {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px; }
  .articles .article-description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .articles .article:hover {
    padding: 12px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
  .articles .article-thumb {
    background: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    width: 120px;
    height: 120px;
    line-height: 120px;
    position: relative; }
    .articles .article-thumb img {
      vertical-align: middle;
      max-width: 120px;
      max-height: 120px; }
  @media (min-width: 1320px) {
    .articles .article-description {
      width: 1058px;
      margin-right: 10px; } }
  .articles .article-description-title {
    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 6px; }
    @media (max-width: 991.98px) {
      .articles .article-description-title {
        word-break: break-all; } }
  .articles .article-description-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; }
    @media (max-width: 991.98px) {
      .articles .article-description-text {
        word-break: break-all; } }

.articles > a + a {
  margin-top: 10px;
  display: block; }

.promo_info .image {
  width: 296px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  height: 296px;
  line-height: 296px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-right: 20px; }
  .promo_info .image img {
    vertical-align: middle; }
  .promo_info .image .stickers {
    position: absolute;
    top: 19px;
    height: 36px;
    line-height: 36px;
    right: 27px; }
  .promo_info .image .sticker {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: -8px;
    background: url(./images/stickers.png) 0 0 no-repeat; }
    .promo_info .image .sticker.new {
      background-position: 0 0; }
    .promo_info .image .sticker.hit {
      background-position: 0 -36px; }
    .promo_info .image .sticker.discount {
      background-position: 0 -72px; }

.promo_info .description {
  width: 660px;
  color: #000;
  font: 400 14px/21px Arial;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .promo_info .description {
      word-break: normal; } }
  .promo_info .description p {
    margin-bottom: 0; }
  .promo_info .description a {
    color: #ff1100;
    text-decoration: none; }
    .promo_info .description a:hover {
      text-decoration: underline; }
  .promo_info .description img {
	  max-width: 100%;
	  height: auto;
  }

.promo_info .share {
  margin-top: 15px;
  height: 19px; }

.calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .calc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.calc_desc {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 55px 19px 25px;
  width: 296px;
  background: #fff url(./images/calc_desc_icon.png) 19px 19px no-repeat;
  color: #000;
  font: 400 13px/18px Arial; }
  @media (max-width: 991.98px) {
    .calc_desc {
      width: 100%; } }
  .calc_desc p {
    margin-bottom: 5px; }
  .calc_desc .title {
    font: 900 15px Arial;
    margin-bottom: 10px;
    text-transform: uppercase; }

.calc_img {
  width: 338px;
  text-align: center;
  height: 300px;
  line-height: 300px; }
  @media (max-width: 991.98px) {
    .calc_img {
      width: 100%;
      text-align: center; } }
  .calc_img img {
    vertical-align: middle; }

.calc_table {
  width: 615px; }
  @media (max-width: 991.98px) {
    .calc_table {
      width: auto; } }
  .calc_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px; }
    .calc_table table th {
      text-align: center;
      color: #fff;
      font: 400 14px Arial;
      vertical-align: middle;
      height: 32px;
      padding: 0 20px;
      background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
      background: -webkit-linear-gradient(top, #464646 0%, black 100%);
      background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
      background: -o-linear-gradient(top, #464646 0%, black 100%);
      background: linear-gradient(to bottom, #464646 0%, black 100%); }
    .calc_table table tr th:first-child {
      -webkit-border-radius: 3px 0 0 3px;
         -moz-border-radius: 3px 0 0 3px;
              border-radius: 3px 0 0 3px; }
    .calc_table table tr th:last-child {
      -webkit-border-radius: 0 3px 3px 0;
         -moz-border-radius: 0 3px 3px 0;
              border-radius: 0 3px 3px 0; }
    .calc_table table .alignleft {
      text-align: left; }
    .calc_table table td {
      padding: 10px 20px;
      color: #000;
      font: 400 14px Arial;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      vertical-align: middle; }
      @media (max-width: 575.98px) {
        .calc_table table td {
          padding: 10px; } }
      .calc_table table td b {
        color: #ff1100; }
      .calc_table table td.name {
        width: 280px; }
        @media (max-width: 575.98px) {
          .calc_table table td.name {
            width: auto; } }

/* End Стили основного блока сайта */
/*============================= */
/* Стили подвала сайта */
.footer-responsive {
  background-color: #f7f7f9;
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#030303), to(#444));
  background-image: -webkit-linear-gradient(bottom, #030303 0%, #444 100%);
  background-image: -moz- oldlinear-gradient(bottom, #030303 0%, #444 100%);
  background-image: -o-linear-gradient(bottom, #030303 0%, #444 100%);
  background-image: linear-gradient(to top, #030303 0%, #444 100%); }
  @media (min-width: 1320px) {
    .footer-responsive {
      display: none; } }
  .footer-responsive .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff; }
    .footer-responsive .container .email a {
      color: #ffe400;
      font-family: Arial;
      font-size: 14px;
      font-weight: 700; }
    .footer-responsive .container .copyright {
      color: #fff;
      font-family: Arial;
      font-size: 12px;
      font-weight: 700; }
    .footer-responsive .container .payment {
      color: #fff;
      font-family: Arial;
      font-size: 14px;
      font-weight: 700; }
      .footer-responsive .container .payment img {
        margin-left: 10px; }
    @media (max-width: 991.98px) {
      .footer-responsive .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#010101));
  background: -webkit-linear-gradient(top, #464646 0%, #010101 100%);
  background: -moz- oldlinear-gradient(top, #464646 0%, #010101 100%);
  background: -o-linear-gradient(top, #464646 0%, #010101 100%);
  background: linear-gradient(to bottom, #464646 0%, #010101 100%);
  padding: 20px 0;
  color: #fff;
  font: 400 14px/19px Arial;
  position: relative; }
  @media (max-width: 1319.98px) {
    footer {
      display: none; } }

.buttonUp {
  width: 80px;
  height: 80px;
  background: url(./images/button_up.png) 0 0 no-repeat; }
  .buttonUp:hover {
    background-position: 0 -79px; }
  .buttonUp:active {
    background-position: 0 -159px; }
  footer .buttonUp {
    display: block;
    position: absolute;
    top: -100px; }
    @media screen and (min-width: 1600px) {
      footer .buttonUp {
        left: 50%;
        margin-left: 650px; } }
    @media screen and (max-width: 1599px) {
      footer .buttonUp {
        right: 0; } }
  .footer-responsive .buttonUp {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10; }

@media (min-width: 992px) {
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

footer .cont > .left {
  padding: 15px 0;
  width: 925px; }

footer .copyright {
  font: 700 14px/19px Arial;
  margin-bottom: 15px; }
  footer .copyright b {
    font-weight: 900; }

footer .branches a {
  color: #ffe400;
  text-decoration: none;
  display: inline-block;
  font: 500 14px/36px Arial;
  padding-left: 45px;
  background: url(./images/branches_icon.png) 0 0 no-repeat; }
  footer .branches a:hover {
    background-position: 0 -36px;
    color: #ff1100; }

footer .email a {
  color: #ffe400;
  text-decoration: none;
  display: inline-block;
  font: 500 14px/36px Arial;
  padding-left: 45px;
  background: url(./images/email_icon.png) 0 0 no-repeat; }
  footer .email a:hover {
    background-position: 0 -36px;
    color: #ff1100; }

footer .payments {
  border-left: 1px solid #707070;
  padding: 39px 0 39px 30px;
  line-height: 22px; }
  footer .payments img {
    vertical-align: middle;
    margin-left: 10px; }

/* End Стили подвала сайта */
#order {
  font-size: 14px;
  /*-webkit-box-shadow: #000 2px 3px 6px;
   *-moz-box-shadow: #000 2px 3px 6px;
   *box-shadow: #000 2px 3px 6px;
   *-moz-border-radius:5px; -khtml-border-radius:5px;
   *-webkit-border-radius:5px; border-radius:5px; */
  /* padding:40px 60px 100px 240px; */ }
  #order p {
    margin: 0 0 15px; }
  #order .magistral {
    visibility: visible;
    margin-bottom: 20px; }
  #order .textfield, #order textarea {
    padding: 2px 4px;
    margin: 2px 0 0;
    width: 100%;
    text-align: left; }
  #order .unlabel {
    float: none;
    margin-right: 50px;
    width: auto;
    margin-left: -158px; }
  #order .attention {
    color: #577e80;
    font-style: italic;
    margin: 10px 0 25px; }
    #order .attention sup {
      font-size: 8px; }
  #order .button {
    width: 192px;
    border: none;
    float: right;
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    margin: 20px 0; }
    #order .button:hover {
      background-position: 0 -45px; }
  #order input[type="file"] {
    width: 330px;
    height: 38px;
    color: #000;
    font: 900 18px Arial; }

.reviews .pagination {
  margin-top: 20px; }

.banner_top {
  margin-top: 2px; }

.center_top {
  text-align: center !important; }

.stickers .sticker.service, .stickers .sticker.service2 {
  cursor: pointer; }

.service-h1 {
  font: 400 22px/27px Arial;
  text-align: center;
  font-weight: 400; }

.service-phone-title {
  font: 400 18px/22px Arial;
  text-align: center;
  font-weight: 400;
  margin-top: 20px; }

.brand-search-text {
  color: #000;
  font: 400 14px/24px Arial;
  margin-right: 20px; }

.brand_filter .cusel {
  margin-bottom: -8px;
  margin-right: 20px; }

.not-found {
  color: #000;
  font: 400 14px/24px Arial;
  margin-left: 20px;
  margin-bottom: 50px; }

.line-category-full .cusel {
  width: 272px !important; }

.button-halva {
  position: relative; }
  .responsive-menu .button-halva {
    /*background-image: -webkit-gradient(linear, left bottom, left top, from(#dd6950), to(#c43853));
    background-image: -webkit-linear-gradient(bottom, #dd6950 0%, #c43853 100%);
    background-image: -moz- oldlinear-gradient(bottom, #dd6950 0%, #c43853 100%);
    background-image: -o-linear-gradient(bottom, #dd6950 0%, #c43853 100%);
    background-image: linear-gradient(to top, #dd6950 0%, #c43853 100%);*/
	background: #d75f61;
    text-align: center; }

  @media (min-width: 1319.98px) {
    .button-halva {
      margin-left: 15px; } }

.button-opt {
  position: relative; }
  .responsive-menu .button-opt {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d50e00), to(#ec564b));
    background-image: -webkit-linear-gradient(bottom, #d50e00 0%, #ec564b 100%);
    background-image: -moz- oldlinear-gradient(bottom, #d50e00 0%, #ec564b 100%);
    background-image: -o-linear-gradient(bottom, #d50e00 0%, #ec564b 100%);
    background-image: linear-gradient(to top, #d50e00 0%, #ec564b 100%);
    text-align: center; }
	
  @media (min-width: 1319.98px) {
    .button-opt {
      margin-left: 15px; } }

.order-b-link {
  margin-right: 20px; }

.services-link {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 30px;
  vertical-align: middle; }
  @media (max-width: 575.98px) {
    .services-link {
      display: block;
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .services-link img {
        display: inline-block;
        max-width: 290px;
        margin: 0; } }
  .services-link img {
    border: none; }

.archive-filter {
  margin-bottom: 30px; }

.archive-filter-month {
  margin-top: 20px; }

.archive-filter a {
  display: inline-block;
  width: auto;
  padding: 0 15px 0 15px;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font: 900 18px/42px Arial;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #f8f400;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
  margin-right: 10px; }
  .archive-filter a:hover {
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdf487), to(#ffc702));
    background: -webkit-linear-gradient(top, #fdf487 0%, #ffc702 100%);
    background: -moz- oldlinear-gradient(top, #fdf487 0%, #ffc702 100%);
    background: -o-linear-gradient(top, #fdf487 0%, #ffc702 100%);
    background: linear-gradient(to bottom, #fdf487 0%, #ffc702 100%); }
  .archive-filter a:active, .archive-filter a.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
    -webkit-box-shadow: inset 0 4px 4px #eab600;
       -moz-box-shadow: inset 0 4px 4px #eab600;
            box-shadow: inset 0 4px 4px #eab600; }

.news-archive {
  float: right;
  text-decoration: none;
  color: #000; }
  .news-archive:hover {
    color: #ff1100; }

.not_sklad {
  color: #ff1100; }

.cart-not-sklad {
  color: #ff1100;
  font: 400 12px/15px Arial;
  text-align: right;
  padding: 0 0 8px 0; }

.j-pos-rel {
  position: relative; }

.j-icon-guarantee-list {
  width: 45px;
  height: 45px;
  bottom: -7px;
  right: 3px; }

.j-icon-guarantee-list img {
	width: 35px;
}
@media (max-width: 767.98px) {
	.j-icon-guarantee-list {
		top: 10px;
		left: 5px;
		width: 60px;
		height: 60px;
	}
	.j-icon-guarantee-list img {
		width: 35px;
	}
}

.j-icon-guarantee-card {
  position: relative;
  width: 60px;
  height: 60px;
  bottom: 0px;
  margin-bottom: 5px;
}

.j-icon-guarantee-card img {
	width: 80px;
}

.j-detail__brand-logo {
  line-height: 100px; }

.text_block .normal-img {
  display: inline;
  margin: 0 0 0 20px;
  border: 0;
  vertical-align: middle; }

.j-icon-gift-list {
  position: absolute;
  bottom: 3px;
  left: 10px; }

.j-icon-gift-card {
  position: absolute;
  bottom: -110px;
  left: 10px; }

.j-tooltip {
  position: relative;
  display: inline-block; }
  .j-tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    padding: 10px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .j-tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent; }
  .j-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }

.j-lh {
  line-height: 15px !important; }

.sticker-gift {
  width: 30px !important;
  margin-top: 3px;
  margin-left: 3px; }

.sticker-gift-detail {
  width: 30px !important;
  margin-top: -2px;
  margin-left: -1px; }

.price-popup-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #707070;
  text-align: center;
  color: #000;
  font: 400 14px/24px Arial;
  text-decoration: none;
  height: 22px;
  margin: 0 0px;
  padding: 0 10px; }
  .price-popup-link:hover {
    color: #000;
    border: none;
    height: 24px;
    line-height: 26px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }

.header-email-link {
  color: #ff1100;
  text-decoration: none;
  display: inline-block;
  font: 400 14px/16px Arial;
  margin-bottom: 10px; }

.promocode-block {
  padding: 16px;
  margin-bottom: 15px;
  background: rgba(249, 237, 0, 0.5);
  text-align: center; }
  .promocode-block label {
    font-weight: bold; }
  .promocode-block input {
    height: 28px;
    border: 1px solid #000;
    margin: 0 10px;
    text-align: center;
    color: #000;
    font: 900 18px Arial;
    width: 180px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    vertical-align: top; }
  .promocode-block button {
    display: inline-block;
    height: 28px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    font: 900 15px Arial;
    width: 120px;
    cursor: pointer;
    background: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    padding-top: 0px; }
    .promocode-block button:hover {
      border: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
      background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
    .promocode-block button:active {
      -webkit-box-shadow: inset 0 4px 4px #eab600;
         -moz-box-shadow: inset 0 4px 4px #eab600;
              box-shadow: inset 0 4px 4px #eab600;
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
      background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
      background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
  .promocode-block .promo-text {
    text-align: center;
    padding: 12px 0 0;
    font-weight: bold;
    margin: 0;
    line-height: 22px; }

.cart-price-total__old {
  font-size: 18px !important;
  /*margin-right: 10px;*/
  text-decoration: line-through;
  margin-top: -15px;
  height: 35px;
  text-align: right; }

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

#callback button[type=submit] {
  -webkit-border-radius: 30px;
  cursor: pointer; }

.modal-add-cart-item {
  background: none !important;
  border: 1px solid #000 !important;
  margin-bottom: 20px !important; }

.callback-link {
  position: relative;
  display: inline-block;
  width: 210px;
  margin: 0 0 0 20px;
  font: 500 16px/39px Arial;
  color: #000;
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #ff0000;
  padding: 0 0 0 56px;
  float: right; }
  .callback-link:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .callback-link:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%);
    -webkit-box-shadow: inset 0 4px 4px #eab600;
       -moz-box-shadow: inset 0 4px 4px #eab600;
            box-shadow: inset 0 4px 4px #eab600; }
.callback-link:before {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../dist/images/phone.svg) 0 0 no-repeat;
    top: 7px;
    left: 22px;
}
.corp-link {
  position: relative;
  display: inline-block;
  width: 210px;
  margin: 0 0 0 20px;
  font: 500 15px/39px Arial;
  /*color: #000;*/
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #ff0000;
  /*padding: 0 0 0 56px;*/
  float: right;
  line-height: 15px;
  padding-top: 3px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
  background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .corp-link:hover {
    color: #000;
    background: none; }
  .corp-link:active {
    -webkit-box-shadow: inset 0 4px 4px #eab600;
       -moz-box-shadow: inset 0 4px 4px #eab600;
            box-shadow: inset 0 4px 4px #eab600; }
.corp-link:before {
  /*position: absolute;
  content: "";
  display: block;
  width: 70px;
  height: 35px;
  background: url(../dist/images/corp.png) 0 0 no-repeat;
  top: 2px;
  left: 0px;*/
}

.header-button-block {
  position: relative;
  display: inline-block;
  width: 210px;
  margin-left: 20px;
}
.about {
  padding: 15px 0; }
  @media (max-width: 991.98px) {
    .about {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .about-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: 19px; }
    .about-text-block {
      overflow: hidden;
      height: 310px;
    }
    @media (max-width: 991.98px) {
      .about-text {
        padding-bottom: 25px; } }
    @media (min-width: 992px) {
      .about-text {
        width: 65%;
        margin: 35px 0 0; } }
    .about-text h1,
    .about-text h2,
    .about-text h3 {
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #000;
      font-size: 16px;
      font-weight: 800;
      line-height: 28px; }
    .about-text ol, .about-text ul {
      padding-left: 15px;
      margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .about-img {
      border-top: 1px solid #f9e9e9;
      padding-top: 25px;
      text-align: center; }
      .about-img img {
        max-width: 100%; } }
  @media (min-width: 992px) {
    .about-img {
      width: 35%;
      float: right;
      margin-top: 40px;
      text-align: right; } }

.about-img .contacts, .responsive-menu .contacts {
  text-align: left; }
  .about-img .contacts .header-email-link, .responsive-menu .contacts .header-email-link {
    font-family: Arial;
    color: #f10;
    font-size: 14px;
    font-weight: 700; }
  .about-img .contacts .callback-button, .responsive-menu .contacts .callback-button {
    margin-bottom: 25px;
    display: block;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: rgb(193, 26, 36);
    /*background-color: #f10;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0.2)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-image: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);*/
    color: #fff;
    font-size: 16px;
    font-family: Arial; 
    border-radius: 4px; }
  .about-img .contacts p, .responsive-menu .contacts p {
    color: #020109;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px; }
  .about-img .contacts .number, .responsive-menu .contacts .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #020109;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; }
    .responsive-menu .contacts .number {
      font-size: 19px;
    }
    .about-img .contacts .number b, .responsive-menu .contacts .number b {
      margin-left: 5px;
      color: #f10;
      font-size: 25px;
      font-weight: 800;
      line-height: 12px; }
      /* , .responsive-menu .contacts .number:before */
    .about-img .contacts .number:before {
      content: '';
      display: inline-block;
      background-image: url(./images/header_contacts_icon.png);
      -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
           background-size: 16px 16px;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: middle; }

#img_container {
  position: relative;
  height: 281px;
  width: 262px;
  margin: 0 auto; }
  #img_container img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
    #img_container img.rot-top {
      -webkit-animation-name: cf3FadeInOut;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-duration: 5s;
      -webkit-animation-direction: alternate;
      -moz-animation-name: cf3FadeInOut;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: infinite;
      -moz-animation-duration: 5s;
      -moz-animation-direction: alternate;
      -o-animation-name: cf3FadeInOut;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: infinite;
      -o-animation-duration: 5s;
      -o-animation-direction: alternate;
      animation-name: cf3FadeInOut;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-duration: 5s;
      animation-direction: alternate; }

@-webkit-keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.brands-section {
  /*background: #ebebeb; */
  margin-bottom: 20px;
  margin-top: 60px; }
  @media (max-width: 1319.98px) {
    .brands-section {
      margin-bottom: 0; } }

.start-page .bottom_links {
  border-top: none !important; }

#cboxLoadedContent .page_title {
  margin-top: 15px; }

.prods_filter .chzn-container {
  margin-left: 10px; }

.prods_filter #param_weight3_chzn, .prods_filter #param_weight2_chzn, .prods_filter #param_weight_chzn {
  margin-left: 0; }

.sort .chzn-container {
  float: right;
  margin-left: 5px;
  margin-bottom: 0; }

#ims-b-cart .info {
  font: 500 14px Arial; }

.brends .item {
  width: 190px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  text-align: center;
  height: 100px;
  line-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .brends .item img {
    vertical-align: middle;
    max-height: 90px;
    max-width: 190px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  @media (max-width: 991.98px) {
    .brends .item {
      height: 72px;
      width: 146px;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      border: 1px solid rgba(187, 185, 185, 0.32);
      margin: 0 5px;
      float: none; }
      .brends .item img {
        max-width: 100%; } }
  .brends .item:hover {
    border-color: #ff1100;
    -webkit-box-shadow: inset 0 0 0 1px #ff1100;
       -moz-box-shadow: inset 0 0 0 1px #ff1100;
            box-shadow: inset 0 0 0 1px #ff1100; }
    .brends .item:hover img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.main_filter #param_category_chzn {
  width: 274px !important; }
  .main_filter #param_category_chzn .chzn-single {
    width: 263px !important;
    text-align: left; }

.basket-page .basket-name {
  text-align: left; }

.basket-page .item {
  border: 1px solid #e1e1e1;
  padding: 10px; }
  @media (min-width: 992px) {
    .basket-page .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .basket-page .item__good {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (min-width: 992px) {
      .basket-page .item__good {
        margin-right: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .basket-page .item .amount {
    border-top: none !important;
    width: auto;
    height: auto;
    padding: 0; }
    @media (min-width: 992px) {
      .basket-page .item .amount {
        width: 340px; } }
  .basket-page .item .price {
    border-top: none !important;
    display: inline-block;
    padding: 0 60px; }
    @media (min-width: 992px) {
      .basket-page .item .price {
        width: 240px; } }
    @media (max-width: 1319.98px) {
      .basket-page .item .price {
        display: none; } }
    .basket-page .item .price .new_price {
      font: 900 24px/40px Arial; }
  .basket-page .item .total_price {
    padding: 0 0 0 60px; }
  .basket-page .item .delete {
    top: 10px;
    right: 10px; }

.main-slider {
  max-width: 1173px;
  width: 100%;
  margin: 0 auto; }
  .main-slider.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .main-slider-wrapper {
    margin-bottom: 0; }
    @media (min-width: 1320px) {
      .main-slider-wrapper {
        background: #232323;
        padding-bottom: 24px; } }
    @media (max-width: 1319.98px) {
      .main-slider-wrapper {
        background-color: #e7e7e7;
        -webkit-box-shadow: -16px 0 28px rgba(1, 1, 1, 0.38);
           -moz-box-shadow: -16px 0 28px rgba(1, 1, 1, 0.38);
                box-shadow: -16px 0 28px rgba(1, 1, 1, 0.38);
        padding: 13px 0 24px; } }
  .main-slider img {
    max-width: 100%; }
  @media (min-width: 1320px) {
    .main-slider .slick-dots {
      bottom: -19px; }
      .main-slider .slick-dots li {
        width: 14px;
        height: 14px; }
        .main-slider .slick-dots li button {
          padding: 1px;
          width: 14px;
          height: 14px; }
          .main-slider .slick-dots li button:before {
            content: "";
            background: #d7d8d9;
            -webkit-border-radius: 15px;
               -moz-border-radius: 15px;
                    border-radius: 15px;
            width: 14px;
            height: 14px; }
        .main-slider .slick-dots li.slick-active button:before {
          background: #fcd900; }
    .main-slider .slick-prev:before {
      content: none !important; }
    .main-slider .slick-next {
      background: url(/theme/index/images/sl-r.png) 50% 0 no-repeat !important;
      width: 33px !important;
      height: 33px !important;
      right: -40px !important; }
      .main-slider .slick-next:before {
        content: none !important; }
    .main-slider .slick-prev:hover, .main-slider .slick-next:hover {
      opacity: 0.6; }
    .main-slider .slick-prev {
      background: url(/theme/index/images/sl-l.png) 50% 0 no-repeat !important;
      width: 33px !important;
      height: 33px !important;
      left: -40px !important; }
    .main-slider .slick-slide img {
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px; } }

.type-select {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 40px 0; }

.type-selector {
  position: relative;
  margin: 0 10px 30px 0;
  display: inline-block;
  text-decoration: none; }
  .type-selector:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f6), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f5f5f6 0%, #fff 100%);
    background-image: -moz- oldlinear-gradient(bottom, #f5f5f6 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f5f5f6 0%, #fff 100%);
    background-image: linear-gradient(bottom, #f5f5f6 0%, #fff 100%);
    -webkit-box-shadow: 0 0 0 2px #aaa9a9, 0 0 50px rgba(255, 179, 18, 0.16);
       -moz-box-shadow: 0 0 0 2px #aaa9a9, 0 0 50px rgba(255, 179, 18, 0.16);
            box-shadow: 0 0 0 2px #aaa9a9, 0 0 50px rgba(255, 179, 18, 0.16); }

.type-selector__fullwidth {
  width: 940px;
  height: 369px; }

.type-selector_img {
  height: 169px; }
  @media (max-width: 767.98px) {
    .type-selector_img {
      height: auto;
      max-width: 100%; } }

.type-selector_name {
  color: #000;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  text-transform: uppercase;
  padding: 4px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  display: block; }

.type-selector__fullwidth .type-selector_name {
  right: 165px; }

.lt-ie9 .type-selector_bg {
  background: #f5f5f5; }

.type-selector_bg:before {
  content: '';
  width: 331px;
  height: 14px;
  background: url(http://oltacom.ru/theme/images/type-bg-3d.png) no-repeat;
  position: absolute;
  top: 100%;
  left: -1px;
  margin-top: 2px; }

.type-selector__fullwidth .type-selector_bg:before {
  width: 943px;
  background: url(http://oltacom.ru/theme/images/type-bg-3d_big.png) no-repeat; }

.responsive-header {
  height: 65px;
  z-index: 100;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 225, 0, 0.85)), to(rgba(248, 243, 0, 0.85)));
  background-image: -webkit-linear-gradient(bottom, rgba(250, 225, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
  background-image: -moz- oldlinear-gradient(bottom, rgba(250, 225, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
  background-image: -o-linear-gradient(bottom, rgba(250, 225, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
  background-image: linear-gradient(to top, rgba(250, 225, 0, 0.85) 0%, rgba(248, 243, 0, 0.85) 100%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .responsive-header .logo {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .responsive-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 12px; }
  @media (min-width: 1320px) {
    .responsive-header {
      display: none; } }

@media (max-width: 1319.98px) {
  header, .menu, .menu-short {
    display: none; } }

.btn-menu {
  background-color: #f10;
  width: 31px;
  height: 31px;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(./images/menu.svg);
  background-position: center center;
  background-repeat: no-repeat; }

.btn-cart {
  background-color: #f10;
  width: 31px;
  height: 31px;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .btn-cart-counter {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 8px;
    background-color: #ffe500;
    width: 6px;
    height: 6px; }
  .btn-cart svg {
    fill: #ffffff; }

@media (max-width: 1319.98px) {
  .slick-slider.slick-dotted {
    margin-bottom: 35px; }
  .slick-dots {
    bottom: -21px;
    height: 16px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slick-dots li {
      width: 16px;
      height: 16px;
      margin: 0;
      padding: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .slick-dots li button {
        width: 16px;
        height: 16px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .slick-dots li button:before {
          width: 7px;
          opacity: 1;
          height: 7px;
          background-color: #353535;
          content: '';
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
      .slick-dots li.slick-active button:before {
        background-color: #b00c0c; } }

.responsive-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 65px;
  width: 320px;
  max-height: -webkit-calc(100% - 30px);
  max-height: -moz-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: scroll;
  z-index: 99;
  -webkit-box-shadow: 0 15px 12px rgba(0, 0, 0, 0.38);
     -moz-box-shadow: 0 15px 12px rgba(0, 0, 0, 0.38);
          box-shadow: 0 15px 12px rgba(0, 0, 0, 0.38); }
  .responsive-menu .contacts {
    padding: 10px 20px 10px 20px; }
    .responsive-menu .contacts .callback-button {
      margin: 5px 0; }
  body:not(.menu-open) .responsive-menu {
    display: none; }
  .responsive-menu > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  @media (min-width: 1320px) {
    .responsive-menu {
      display: none; } }

.menu-responsive-item {
  width: 100%;
  border-bottom: 1px solid #e8e7e8; }
  .menu-responsive-item.city-picker {
    height: 54px;
    padding-left: 18px; }
    .menu-responsive-item.city-picker select {
      margin-bottom: 0; }
  .menu-responsive-item-url {
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #020109;
    height: 47px;
    padding: 15px 40px 15px 46px;
    position: relative; }
    .menu-responsive-item-url br {
      display: none; }
    .menu-responsive-item-url .icon {
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      .menu-responsive-item-url .icon img {
        max-width: 30px;
        max-height: 40px; }
    .menu-responsive-item-url-back {
      font-weight: 700; }
      .menu-responsive-item-url-back:before {
        content: '';
        display: block;
        position: absolute;
        left: 24px;
        top: -webkit-calc(50% - 4px);
        top: -moz-calc(50% - 4px);
        top: calc(50% - 4px);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath d='M4.99 5.006l-5-5H10z'/%3E%3C/svg%3E");
        width: 8px;
        height: 4px;
        -moz-background-size: 8px 4px;
          -o-background-size: 8px 4px;
             background-size: 8px 4px;
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg); }
    .menu-responsive-item-url:hover, .menu-responsive-item-url:focus {
      color: #fff;
      background-color: rgb(119, 119, 119);
      text-decoration: none; }
  .menu-responsive-item-dropdown-list {
    display: none; }
  .menu-responsive-item-dropdown .menu-responsive-item-url {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #f7f7f9;
    position: relative; }
    .menu-responsive-item-dropdown .menu-responsive-item-url br {
      display: block; }
    .menu-responsive-item-dropdown .menu-responsive-item-url:after {
      position: absolute;
      right: 8px;
      top: -webkit-calc(50% - 14px);
      top: -moz-calc(50% - 14px);
      top: calc(50% - 14px);
      height: 28px;
      width: 28px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border: 1px solid #ffffff;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 477.175 477.175'%3E%3Cpath d='M360.731 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z'/%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      z-index: 1;
      -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
           background-size: 16px 16px; }
    .menu-responsive-item-dropdown .menu-responsive-item-url:hover, .menu-responsive-item-dropdown .menu-responsive-item-url:focus {
      color: #fff;
      background-color: #e41100;
      text-decoration: none; }
      .menu-responsive-item-dropdown .menu-responsive-item-url:hover:after, .menu-responsive-item-dropdown .menu-responsive-item-url:focus:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 477.175 477.175'%3E%3Cpath fill='%23fff' d='M360.731 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z'/%3E%3C/svg%3E"); }
    .menu-responsive-item-dropdown .menu-responsive-item-url-image {
      width: 111px;
      text-align: center;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
      .menu-responsive-item-other {
        border-bottom: initial !important;
      }
  .menu-responsive-item-dropdown img {
    max-height: 40px; }

.city-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .city-picker svg {
    fill: #f10; }
  .city-picker select {
    color: #020109;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background-color: transparent;
    width: auto; }

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: start; }

.nav-pages-item:not(.active) {
  display: none; }

.features.features-order {
  margin-bottom: 10px;
  width: 500px;
  font: 400 13px/21px Arial;
  padding: 0; }
  @media (max-width: 991.98px) {
    .features.features-order {
      width: auto; } }
  .features.features-order li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991.98px) {
      .features.features-order li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 992px) {
      .features.features-order li:after {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 6px;
        content: '';
        background: #e1e1e1;
        z-index: 1; } }
  .features.features-order .name {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .features.features-order .name {
        font-weight: 500; } }
  .features.features-order .val {
    padding-left: 10px;
    background: #fff;
    width: 200px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .features.features-order .val {
        padding-left: 10px; } }

[align] {
  float: none; }

@media (min-width: 768px) {
  .sides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) and (max-width: 1319.98px) {
  .sides aside {
    margin-left: 20px; } }

@media (max-width: 767.98px) {
  .sides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sides aside {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
         -moz-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.promo-link-action a {
  color: #000; }

.show-desktop {
  display: none !important;
  padding: 10px 15px;
  background-color: #1b1e21;
  color: #ffffff;
  text-align: center;
  font-size: 18px; }

@media only screen and (max-device-width: 1280px) {
  .show-desktop {
    display: block !important; } }

.section-frontpage-contacts-top {
  background-color: rgba(250, 225, 0, 0.85);
  padding: 0 0 15px;
  text-align: center; }
  @media (min-width: 576px) {
    .section-frontpage-contacts-top {
      display: none; } }

.vk-widget-fixed {
  top: 90px;
  right: 0;
  position: absolute;
  z-index: 3; }
  @media (min-width: 992px) {
    .vk-widget-fixed {
      z-index: 999;
      position: fixed; } }

.service-button-fixed {
  top: 270px;
  right: 0;
  position: absolute;
  z-index: 3; 
}
@media (min-width: 992px) {
  .service-button-fixed {
    z-index: 999;
    position: fixed; 
  }
}

@media (max-width: 630px) {
  .service-button-fixed {
    display: none;
  }
}

.checkout-form h3 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px; }

.checkout-form .divider {
  margin: 38px 0;
  height: 1px;
  width: 100%;
  background-color: #414141; }

.checkout-form .custom-control-label span {
  display: inline-block;
  width: 50px;
  text-align: center; }

.checkout-tabs-title {
  padding: 19px 40px;
  background-color: #d4d4d5;
  -webkit-border-radius: 26px 26px 0px 0px;
     -moz-border-radius: 26px 26px 0px 0px;
          border-radius: 26px 26px 0px 0px;
  color: #000;
  font-family: Arial;
  font-size: 15px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (max-width: 575.98px) {
    .checkout-tabs-title {
      padding: 8px 10px;
      font-size: 14px;
      -webkit-border-radius: 10px 10px 0 0;
         -moz-border-radius: 10px 10px 0 0;
              border-radius: 10px 10px 0 0; } }
  .checkout-tabs-title:hover {
    background-color: #c7c7c8; }
  .checkout-tabs-title:not(.active) {
    cursor: pointer; }
  .checkout-tabs-title.active {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 198, 0, 0.72)), to(rgba(248, 243, 0, 0.72)));
    background-image: -webkit-linear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
    background-image: -moz- oldlinear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
    background-image: -o-linear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
    background-image: linear-gradient(to top, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%); }

.checkout-tabs__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #414141; }

.checkout-tabs__body .checkout-tabs-content:not(.active) {
  display: none; }

.form-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 991.98px) {
    .form-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 992px) {
    .form-tabs__controls {
      margin-right: 42px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 280px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 280px;
              flex: 0 0 280px; } }
  .form-tabs__controls .custom-control:not(:last-child) {
    margin-bottom: 12px; }
  .form-tabs__content {
    background-color: #e7e7e7;
    padding: 10px 25px; }
    @media (min-width: 992px) {
      .form-tabs__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 760px;
           -moz-box-flex: 0;
            -ms-flex: 0 1 760px;
                flex: 0 1 760px; } }
    @media (max-width: 991.98px) {
      .form-tabs__content {
        margin-top: 15px; } }
    .form-tabs__content-item label {
      display: block; }
    .form-tabs__content-item h5 {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 24px; }
      .form-tabs__content-item h5 img {
        margin-right: 10px; }
    .form-tabs__content-item:not(.active) {
      display: none; }

@media (min-width: 992px) {
  .w-180 {
    width: 180px; } }

@media (min-width: 992px) {
  .w-360 {
    width: 360px; } }

@media (min-width: 992px) {
  .w-510 {
    width: 510px; } }

.main-slider-right {
  max-width: 350px;
  width: 100%;
  margin: 0 auto; }

.sezon-link {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  text-align: center;
  color: #fff;
  font: 900 18px/42px Arial;
  height: 40px;
  line-height: 15px;
  padding-top: 6px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
  background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .sezon-link:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .sezon-link:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%);
    -webkit-box-shadow: inset 0 4px 4px #eab600;
    -moz-box-shadow: inset 0 4px 4px #eab600;
    box-shadow: inset 0 4px 4px #eab600; }
  .sezon-link span {
    font-size: 12px; }

.stickers {
  margin-bottom: 5px; }

.sticker.gift a {
  width: 36px;
  height: 36px; }

.price_list .item .sticker.active:hover {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: -8px;
  background: url(./images/stickers.png) 0 0 no-repeat;
  vertical-align: top; }

.price_list .item .sticker.new.active:hover {
  background-position: -36px 0; }

.price_list .item .sticker.hit.active:hover {
  background-position: -36px -36px; }

.price_list .item .sticker.discount.active:hover {
  background-position: -36px -72px; }

.price_list .item .sticker.gift.active:hover {
  background-position: -36px -144px; }

.product_info .image .sticker.active:hover {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: -8px;
  background: url(./images/stickers.png) 0 0 no-repeat; }

.product_info .image .sticker.new.active:hover {
  background-position: -50px 0; }

.product_info .image .sticker.hit.active:hover {
  background-position: -50px -50px; }

.product_info .image .sticker.discount.active:hover {
  background-position: -50px -100px; }

.product_info .image .sticker.gift.active:hover {
  background-position: -50px -200px; }

.price-color-red {
  color: #f10; }

a.order-info-link {
  color: #ff6600;
  text-decoration: underline; }

a.order-info-link:hover {
  text-decoration: none; }

#trushForm_contact_server_answer {
  color: red; }

.delivery-item-disabled strong {
  color: #6c757d !important; }

.product_info .buy_box .to_credit_link {
  display: inline-block;
  vertical-align: top;
  width: 238px;
  text-align: center;
  margin: 0 0 0 20px;
  color: #000;
  font: 900 18px/42px Arial;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -moz- oldlinear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -o-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#f06157));
  background: linear-gradient(to bottom, #ffc600 0%, #f06157 100%); }

.product_info .buy_box .to_credit_link:hover {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf487), to(#ffc702));
  background: -webkit-linear-gradient(top, #ffc702 0%, #f0a557 100%);
  background: -moz- oldlinear-gradient(top, #ffc702 0%, #f0a557 100%);
  background: -o-linear-gradient(top, #ffc702 0%, #f0a557 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc702), to(#f0a557));
  background: linear-gradient(to bottom, #ffc702 0%, #f0a557 100%); }

.product_info .buy_box .to_credit_link:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -moz- oldlinear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -o-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#f06157));
  background: linear-gradient(to bottom, #ffc600 0%, #f06157 100%);
  -webkit-box-shadow: inset 0 4px 4px #eab600;
  -moz-box-shadow: inset 0 4px 4px #eab600;
  box-shadow: inset 0 4px 4px #eab600; }

.credit-modal-qty-text {
  font-weight: bold;
  padding-right: 20px; }

.list-to_credit_link {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  text-align: center;
  margin: 0;
  color: #000;
  font: 900 13px/31px Arial;
  height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -moz- oldlinear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -o-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#f06157));
  background: linear-gradient(to bottom, #ffc600 0%, #f06157 100%); }

.list-to_credit_link:hover {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf487), to(#ffc702));
  background: -webkit-linear-gradient(top, #ffc702 0%, #f0a557 100%);
  background: -moz- oldlinear-gradient(top, #ffc702 0%, #f0a557 100%);
  background: -o-linear-gradient(top, #ffc702 0%, #f0a557 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc702), to(#f0a557));
  background: linear-gradient(to bottom, #ffc702 0%, #f0a557 100%); }

.list-to_credit_link:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -moz- oldlinear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -o-linear-gradient(top, #ffc600 0%, #f06157 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#f06157));
  background: linear-gradient(to bottom, #ffc600 0%, #f06157 100%);
  -webkit-box-shadow: inset 0 4px 4px #eab600;
  -moz-box-shadow: inset 0 4px 4px #eab600;
  box-shadow: inset 0 4px 4px #eab600; }

@media (max-width: 575.98px) {
  .product_info .buy_box .to_credit_link {
    width: auto;
    padding: 0 20px;
    margin-right: 10px;
    margin-left: 0; } }

.good-responsive-buy .list-to_credit_link:after,
.good-responsive-buy .list-to_credit_link:before {
  content: initial; }

.good-responsive-buy .list-to_credit_link {
  margin-top: 10px; }

.price_list .item:hover {
  background: #ebebeb; }

.hover-text {
  display: none;
  font-size: 14px;
  color: #5a5a5a;
  padding-bottom: 10px; }

.price_list .item:hover .hover-text {
  display: block; }

.price_list .item:hover table td.col2 a {
  color: #ff1100; }

.item-detail-payment-icon {
  display: inline-block;
  width: 25px;
  text-align: center;
  margin-right: 5px; }

.detail-title-toggle {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer; }

.detail-title-toggle:hover {
  border-bottom: 1px dashed #fff; }

.detail-toggle-block {
  display: none; }

.detail-toggle-block.hidden {
  display: none; }

.detail-toggle-block.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

span.toggle-open-text {
  font-size: 12px;
  padding-left: 5px;
  text-transform: initial;
  font-weight: 400; }

.new-tab-block {
  margin-bottom: 20px; }

.new-tab-block-title {
  padding: 7px 8px;
  background-color: #d4d4d5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #000;
  font-family: Arial;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }

.new-tab-block-title.active {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 198, 0, 0.72)), to(rgba(248, 243, 0, 0.72)));
  background-image: -webkit-linear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
  background-image: -moz- oldlinear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
  background-image: -o-linear-gradient(bottom, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%);
  background-image: linear-gradient(to top, rgba(254, 198, 0, 0.72) 0%, rgba(248, 243, 0, 0.72) 100%); }

.mb-0 {
  margin-bottom: 0; }

.good-responsive-hover-text {
  display: block;
  font-size: 14px;
  color: #ff1100;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

span.required {
    color: red;
}

.change-file-name {
    font-size: 12px;
    white-space: nowrap;
}

.breadcrumb-item {
  display: inline-block;
}

.credit-link {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  text-align: center;
  color: #fff;
  font: 900 18px/42px Arial;
  height: 40px;
  line-height: 25px;
  padding-top: 6px;
  margin-bottom: 15px !important;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
  background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .credit-link:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .credit-link:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%);
    -webkit-box-shadow: inset 0 4px 4px #eab600;
    -moz-box-shadow: inset 0 4px 4px #eab600;
    box-shadow: inset 0 4px 4px #eab600; }
  .credit-link span {
    font-size: 12px; }

.btn-question-toggle {
    bottom: 70px;
    right: -10px;
    position: fixed;
    z-index: 999;
    display: none;
}

.img-circle {
    background-color: #f10;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    opacity: 0.8
}

.circlephone {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #f10;
    width: 130px;
    height: 130px;
    bottom: -27px;
    right: 8px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.circle-fill {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #f10;
    width: 90px;
    height: 90px;
    bottom: -5px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*border: 2px solid transparent;*/
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.img-circle {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 52px;
    height: 52px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*border: 2px solid transparent;*/
    opacity: 1;
    background: -webkit-linear-gradient(top, #f10 0%, #c31307 76%, #ca0d00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f10), color-stop(76%, #c31307), to(#ca0d00));
    background: -moz- oldlinear-gradient(top, #f10 0%, #c31307 76%, #ca0d00 100%);
    background: -o-linear-gradient(top, #f10 0%, #c31307 76%, #ca0d00 100%);
    background: linear-gradient(to bottom, #f10 0%, #c31307 76%, #ca0d00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f10', endColorstr='#ca0d00', GradientType=0);
    -moz-box-shadow: 0 1px 0 #ca0d00;
    -webkit-box-shadow: 0 1px 0 #ca0d00;
    box-shadow: 0 1px 0 #ca0d00;
    color: #fff;
    font: 14px/16px 'STM75', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center
}

.img-circleblock {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 52px;
    height: 52px;
    -moz-animation-name: tossing;
    -o-animation-name: tossing;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    margin-top: 15px
}

.img-circleblock img {
  width: 24px;
}

.img-circle:hover {
    opacity: 1
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1
    }
}

@-moz-keyframes tossing {
    0% {
        -moz-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    50% {
        -moz-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    100% {
        -moz-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
}

@-o-keyframes tossing {
    0% {
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    50% {
        -o-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    100% {
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
}

@keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    50% {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    100% {
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg)
    }
    50% {
        -webkit-transform: rotate(8deg)
    }
    100% {
        -webkit-transform: rotate(-8deg)
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        -o-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@media (max-width: 992px) {
  .btn-question-toggle {
    display: block;
  }
}

.stocks .stock {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 11px;
  color: #000;
  font: 400 0.61905 Arial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 1319.98px) {
    .stocks .stock {
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; } }
  @media (min-width: 1320px) {
    .stocks .stock {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .stocks .stock-thumb {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .stocks .stock-description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
	padding: 20px 15px 0; }
  .stocks .stock:hover {
    /*padding: 12px;*/
    border: 1px solid #f8f400;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);*/
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }
  .stocks .stock-thumb {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    position: relative; }
    .stocks .stock-thumb img {
      vertical-align: middle;
      max-width: 380px;
      max-height: 200px;
	  width: 100%; }
  @media (min-width: 1320px) {
    .stocks .stock-description {
      padding: 20px 15px 0; } }
  .stocks .stock-description-title {
    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 6px; }
    @media (max-width: 991.98px) {
      .stocks .stock-description-title {
        /*word-break: break-all;*/ } }
  .stocks .stock-description-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; }
    @media (max-width: 991.98px) {
      .stocks .stock-description-text {
        /*word-break: break-all;*/ } }

/*.stocks > a + a {
  margin-top: 10px;
  display: block; }*/



  .stocks-index .stock-index {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 11px;
  color: #000;
  font: 400 0.61905 Arial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
          justify-content: center; }
  @media (max-width: 1319.98px) {
    .stocks-index .stock-index {
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; } }
  @media (min-width: 1320px) {
    .stocks-index .stock-index {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .stocks-index .stock-index:hover {
    padding: 12px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
    background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%); }
    .stocks-index .stock-index img {
      vertical-align: middle;
      width: 100%;
      height: 100%;
      max-width: 1172px; }

.stocks-index > a + a {
  margin-top: 10px;
  display: block; }

.stock-asortiment {
	display: inline-block;
	width: auto;
	margin: 20px 0 10px 20px;
	font: 500 16px/39px Arial;
	color: #000 !important;
	height: 40px;
	text-decoration: none !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #e62722;
	text-align: center;
  padding: 0 20px; }

  @media (max-width: 575.98px) {
    .stock-asortiment {
       } }

.stock-asortiment:hover {
	color: #fff !important;
    background: #e62722;
	text-decoration: none !important; }

.slick-prev:before, .slick-next:before { color: #ccc; }

.credit-tinkoff-text {
  font-size: 18px;
  font-weight: bold;
}

.top-info-block {
  background-color: #ED594E;
  color: #fff;
  padding: 15px 0;
}

.top-info-block p {
  margin: 0;
}

.lh-60 {
  line-height: 60px;
}

.notify-text {
  margin-top: 20px;
  font-weight: bold;
  color: #ff1100;
}

.notify-text.hidden {
  display: none;
}
.services-grid a {
	color: #000;
    text-decoration: none;
}
.services-grid-item__image img {
    margin-bottom: 0;
    border: none;
}

.services-grid-item{margin-bottom:50px;position:relative;z-index:1}.services-grid-item__title{font-weight:700;text-transform:uppercase;font-size:14px;color:#000;line-height:1.6;padding:10px 10px 10px;max-width:-webkit-calc(100% - 124px);max-width:-moz-calc(100% - 124px);max-width:calc(100% - 124px)}.services-grid-item__arrow{position:absolute;width:92px;bottom:0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f000), to(#ffc800));background-image:-webkit-linear-gradient(top, #f9f000 0%, #ffc800 100%);background-image:-moz- oldlinear-gradient(top, #f9f000 0%, #ffc800 100%);background-image:-o-linear-gradient(top, #f9f000 0%, #ffc800 100%);background-image:linear-gradient(180deg, #f9f000 0%, #ffc800 100%);cursor:pointer;height:13px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;left:-webkit-calc(50% - 41px);left:-moz-calc(50% - 41px);left:calc(50% - 41px);z-index:1;-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear}@media screen and (min-width: 1000px){.services-grid-item__arrow{opacity:0}}.services-grid-item__arrow svg{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.services-grid-item.active .services-grid-item__arrow svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.services-grid-item.active .services-grid-item__arrow,.services-grid-item:hover .services-grid-item__arrow{opacity:1}
.services-grid-item__arrow:hover{
	/*-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0.6)));
	background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
	background-image:-moz- oldlinear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
	background-image:-o-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
	background-image:linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);*/
}
.services-grid-item__header{
	cursor:pointer;
	width:100%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#d7d7d7));
	background-image:-webkit-linear-gradient(top, #fcfcfc 0%, #d7d7d7 100%);
	background-image:-moz- oldlinear-gradient(top, #fcfcfc 0%, #d7d7d7 100%);
	background-image:-o-linear-gradient(top, #fcfcfc 0%, #d7d7d7 100%);
	background-image:linear-gradient(90deg, #fcfcfc 0%, #d7d7d7 100%);
	height:90px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	z-index:1;
	border: 1px solid #eaeaea;
}
.services-grid-item__body{padding:26px 16px 16px;border:1px solid #ebebeb;margin-top:-10px}.services-grid-item:not(.active) .services-grid-item__body{display:none}.services-grid-item__list-item{position:relative;display:block;overflow:hidden;cursor:pointer}.services-grid-item__list-item input{position:absolute;opacity:0;left:-1000px}.services-grid-item__list-item label{cursor:pointer;position:relative;padding-left:32px}
.services-grid-item__list-item label:hover:before{
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(249,240,0,0.2)), to(rgba(249,240,0,0.2)));
	background-image:-webkit-linear-gradient(top, rgba(249,240,0,0.2) 0%, rgba(249,240,0,0.2) 100%);
	background-image:-moz- oldlinear-gradient(top, rgba(249,240,0,0.2) 0%, rgba(249,240,0,0.2) 100%);
	background-image:-o-linear-gradient(top, rgba(249,240,0,0.2) 0%, rgba(249,240,0,0.2) 100%);
	background-image:linear-gradient(180deg, rgba(249,240,0,0.2) 0%, rgba(249,240,0,0.2) 100%);
	background: #ebebeb;
}
.services-grid-item__list-item label:before{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image:-webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background-image:-moz- oldlinear-gradient(top, #fff 0%, #fff 100%);
	background-image:-o-linear-gradient(top, #fff 0%, #fff 100%);
	background-image:linear-gradient(180deg, #fff 0%, #fff 100%);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	left:0;
	top:0;
	font-weight:700;
	font-size:20px;
	text-align:center;
	line-height:20px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	border:1px solid #414141;
}
.services-grid-item__list-item input:checked+label:before{background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f000), to(#ffc800));background-image:-webkit-linear-gradient(top, #f9f000 0%, #ffc800 100%);background-image:-moz- oldlinear-gradient(top, #f9f000 0%, #ffc800 100%);background-image:-o-linear-gradient(top, #f9f000 0%, #ffc800 100%);background-image:linear-gradient(180deg, #f9f000 0%, #ffc800 100%);content:'+'}.btn-order{background-image:-webkit-gradient(linear, left top, left bottom, from(#ee5c52), to(#d91a11));background-image:-webkit-linear-gradient(top, #ee5c52 0%, #d91a11 100%);background-image:-moz- oldlinear-gradient(top, #ee5c52 0%, #d91a11 100%);background-image:-o-linear-gradient(top, #ee5c52 0%, #d91a11 100%);background-image:linear-gradient(180deg, #ee5c52 0%, #d91a11 100%);-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;color:#ffffff;text-transform:uppercase;font-weight:700;min-width:236px;height:48px}.btn-order:hover{background-image:-webkit-gradient(linear, left bottom, left top, from(#ee5c52), to(#d91a11));background-image:-webkit-linear-gradient(bottom, #ee5c52 0%, #d91a11 100%);background-image:-moz- oldlinear-gradient(bottom, #ee5c52 0%, #d91a11 100%);background-image:-o-linear-gradient(bottom, #ee5c52 0%, #d91a11 100%);background-image:linear-gradient(0deg, #ee5c52 0%, #d91a11 100%)}

.services-slider {
  margin-bottom: 40px;
}

.service-item {
  margin: 6px;
}

.service-item-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
  padding: 10px 10px 10px;
  max-width: -webkit-calc(100% - 0px);
  max-width: -moz-calc(100% - 0px);
  max-width: calc(100% - 0px);
}

.services-slider .slick-dots {
  margin-bottom: 20px;
}

.back-button-link {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff !important;
  font: 900 15px/42px Arial;
  height: 40px;
  line-height: 25px;
  padding: 7px 20px 0px 20px;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
  background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
  background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .back-button-link:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .back-button-link:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%);
    -webkit-box-shadow: inset 0 4px 4px #eab600;
    -moz-box-shadow: inset 0 4px 4px #eab600;
    box-shadow: inset 0 4px 4px #eab600; }
  .back-button-link span {
    font-size: 12px; }



.readmore-toggle {
	position: relative;
	display: inline-block;
	width: 210px;
	margin: 0 0 0 20px;
	font: 500 16px/39px Arial;
	color: #000;
	height: 40px;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #e62722;
	text-align: center;
}
.readmore-toggle:hover {
    color: #fff;
    background: #e62722;
	text-decoration: none;
}

.autoproducts-page {
  text-align: left;
}

.autoproducts-page .type-selector_name {
  text-align: center;
}

.autoproducts-page a {
  margin: 0 80px 0 0;
}

.autoproducts-page .type-selector_img {
  height: auto;
}

.autoproducts-menu .m-icon {
  display: inline-block;
  padding-right: 10px;
  width: 40px;
  text-align: center;
}

.autoproducts-menu .m-icon.akb img {
  width: 40px;
}

.autoproducts-menu .m-icon.oil img {
  width: 40px;
}

/* good card */
.good-card {
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .good-card-items {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(220px, 1fr))[auto-fill];
          grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      grid-gap: 20px; } }
  @supports not ((display: -ms-grid) or (display: grid)) {
    .good-card-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .good-card-items .good-card {
        -webkit-flex-basis: 220px;
            -ms-flex-preferred-size: 220px;
                flex-basis: 220px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 5px 10px; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .good-card-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .good-card-items .good-card {
        -webkit-flex-basis: 220px;
            -ms-flex-preferred-size: 220px;
                flex-basis: 220px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 5px 10px; } }
  /*@media (min-width: 768px) {
    .good-card-items {
      display: none !important; } }
  .good-card:last-of-type {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .good-card {
      display: none !important; } }*/
  .good-card .tooltip {
    position: relative;
    padding-right: 16px;
    line-height: 16px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 16px;
    vertical-align: middle;
    background: url(./images/price_list_tooltip.png) 100% -1px no-repeat; }
    .good-card .tooltip:hover {
      color: #ff1100;
      background-position: 100% -17px; }
    .good-card .tooltip .tooltip_text {
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      padding: 15px 20px;
      color: #fff;
      font: 400 13px/18px Arial;
      width: 240px;
      position: absolute;
      top: -10px;
      right: -255px;
      z-index: 999;
      text-align: left;
      display: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
      background: -webkit-linear-gradient(top, #464646 0%, black 100%);
      background: -moz- oldlinear-gradient(top, #464646 0%, black 100%);
      background: -o-linear-gradient(top, #464646 0%, black 100%);
      background: linear-gradient(to bottom, #464646 0%, black 100%); }
      .good-card .tooltip .tooltip_text:before {
        display: block;
        width: 6px;
        height: 11px;
        position: absolute;
        top: 12px;
        left: -6px;
        content: '';
        background: url(./images/price_list_tooltip_text.png) 0 0 no-repeat; }
      @media (max-width: 991.98px) {
        .good-card .tooltip .tooltip_text {
          position: fixed;
          left: 0;
          right: 0;
          bottom: 0;
          top: auto;
          width: 100%; }
          .good-card .tooltip .tooltip_text:before {
            display: none; } }
    .good-card .tooltip:hover .tooltip_text {
      display: block; }
  .good-card-image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 10px;
    /*position: relative;*/ }
	.good-card-image img {
		max-height: 160px !important;
		max-width: 210px !important;
	}
  .good-card .price {
    color: #000;
    font: 700 18px/17px Arial;
    text-align: center; }
    .good-card .price .new_price {
      font: 700 18px/17px Arial;
      text-transform: uppercase; }
    .good-card .price .old_price {
      padding: 0 5px;
      position: relative;
      font: 400 14px/17px Arial; }
      .good-card .price .old_price:after {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        content: '';
        background: #ff1100;
        margin-top: -1px; }
  .good-card-title {
    margin-bottom: auto; }
    .good-card-title .name {
      text-align: center; }
    .good-card-title a {
      color: #000000;
      font-weight: 500;
      font-size: 17px;
      line-height: 17px;
      display: block; }
	.good-card-title a:hover {
		color: #ff1100;
	}
    .good-card-title .stickers {
      position: absolute;
      right: 10px;
      top: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      z-index: 2; }
      .good-card-title .stickers .sticker {
        margin-bottom: 5px; }
      .good-card-title .stickers .sticker + .sticker {
        /*margin-left: 5px;*/ }
    .good-card-title .sticker {
      display: inline-block;
      width: 35px;
      height: 35px;
      background: url(./images/actions10.png) 0 0 no-repeat; }
      .good-card-title .sticker.new {
        background-position: 0 -35px;
		background-size: 100%; }
      .good-card-title .sticker.hit {
        background-position: 0 0;
		background-size: 100%; }
      .good-card-title .sticker.discount {
        background-position: 0 -70px;
		background-size: 100%; }
    .good-card-title .sticker.testdrive {
      background-position: 0 -175px;
      background-size: 100%; }
    .good-card-title .sticker.gift {
        background-position: 0 -140px;
    background-size: 100%; }
    .good-card-title .sticker.seasonal {
        background-position: 0 -210px;
    background-size: 100%; }
      .good-card-title .sticker.service, .good-card-title .sticker.service2 {
        border: 1px solid #ecaf1a;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        text-align: center;
        color: #f10;
        font-size: 12px;
        line-height: 13px;
        width: 140px;
        display: inline-block;
        height: 34px;
        background: #fff;
        padding: 5px 0;
        vertical-align: top;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Arial; }
  .good-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7px; }
  .good-card-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .good-card-price-item {
      margin: 5px 0 10px; }
      .good-card-price-item-available {
        font-size: 14px;
        text-align: center; }
        .good-card-price-item-available span {
          font-weight: 700; }
  .good-card-params {
    text-align: center; }
  .good-card-buy {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch; }
    .good-card-buy .buy_link {
      background: none;
      width: auto;
      height: auto;
      border: 1px solid;
      padding: 5px 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .good-card-buy .buy_link:before {
        content: '\41A\443\43F\438\442\44C'; }
      .good-card-buy .buy_link:after {
        background-image: url(./images/buy_link.png);
        -moz-background-size: 20px 40px;
          -o-background-size: 20px 40px;
             background-size: 20px 40px;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 5px;
        content: ''; }
      .good-card-buy .buy_link:hover, .good-card-buy .buy_link:focus {
        border-color: #faf126;
        background-color: #faf126; }
        .good-card-buy .buy_link:hover:after, .good-card-buy .buy_link:focus:after {
          background-position: 0 20px; }
  .good-card-params {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 16px; }
    .good-card-params-item {
      display: inline-block;
      margin: 0 5px;
      vertical-align: middle; }

.good-card .j-icon-guarantee-list {
  /*position: absolute;
  width: 45px;
  height: 45px;
  top: 10px;
  left: 10px;*/
  width: 35px;
  height: 35px;
  bottom: 4px;
  left: 0px;
  margin-bottom: 5px;
}

.good-card-hover-text {
  display: block;
  font-size: 12px;
  color: #000000;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.good-card:hover .good-card-hover-text {
	color: #ff1100;
}

.good-card:hover {
    /*-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    border: 1px solid #f8f400;*/
	border: 1px solid #fff;
}

.good-card {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.good-card-block {
    position: absolute;
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    content: "";
	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    border: 2px solid #fcdd24;
	z-index: -1;
	display: none;
}

.good-card:hover .good-card-block {
	display: block;
}

.good-card-params-item img {
  padding-left: 5px;
}
.ext-warranty-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 10px;
}
.ext-warranty-card {
	position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    position: relative;
	margin-bottom: 20px;
}
.ext-warranty-card img {
	max-width: 100%;
	max-height: 100%;
	margin-top: 10px;
}
.ext-warranty-card a {
	font-size: 20px;
    font-weight: bold;
	word-break: normal;
}
@media (max-width: 350px) {
	.ext-warranty-block {
		-ms-grid-columns: (minmax(290px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	}
}

/* stock card */
.stock {
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .stocks {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(400px, 1fr))[auto-fill];
          grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
      grid-gap: 20px; } }
  @supports not ((display: -ms-grid) or (display: grid)) {
    .stocks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .stocks .stock {
        -webkit-flex-basis: 400px;
            -ms-flex-preferred-size: 400px;
                flex-basis: 400px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 5px 10px; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .stocks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .stocks .stock {
        -webkit-flex-basis: 400px;
            -ms-flex-preferred-size: 400px;
                flex-basis: 400px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 5px 10px; } }

.stock-tags {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0 15px 0;
}

.stock-tag {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 8px 8px 0;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
}

.filter-stock-tags .stock-tag.active,
.stock-tag:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
  text-decoration: none;
}

.stock-detail-tags .stock-tag {
  color: #000 !important;
}

.stock-detail-tags .stock-tag:hover {
  text-decoration: none !important;
}

.good-card-title .sticker.service.h48,
.product_info .image .sticker.service.h48 {
	height: 48px;
}
.product_info .image .sticker.service.sk70 {
	background: #fff;
	border: 1px solid #ecaf1a;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.product_info .image .sticker.service.sk70:hover {
	background: #fff;
	color: #f10;
}

.stickers-left {
  left: 0px !important;
  right: initial;
  width: 50px;
}

.good-responsive-items {
  display: none !important;
}

.products_grid .stickers {
      position: absolute;
      right: 10px;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      z-index: 2; }
      .products_grid .stickers .sticker {
        margin-bottom: 5px; }

.stock-asortimen-links {
  margin-top: 30px;
  margin-bottom: 30px;
}

.corp-new-link {
  position: relative;
  display: inline-block;
  width: 220px;
  font: 500 16px/39px Arial;
  color: #000;
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #ff0000;
  padding: 4px 0 0 63px;
  line-height: 15px;
  float: right;
  margin-top: 10px; }
  .corp-new-link:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%); }
  .corp-new-link:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#f06157), to(#d91d0f));
    background: -webkit-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -moz- oldlinear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: -o-linear-gradient(top, #f06157 0%, #d91d0f 100%);
    background: linear-gradient(to bottom, #f06157 0%, #d91d0f 100%);
    -webkit-box-shadow: inset 0 4px 4px #eab600;
       -moz-box-shadow: inset 0 4px 4px #eab600;
            box-shadow: inset 0 4px 4px #eab600; }
.corp-new-link:before {
  position: absolute;
  content: "";
  display: block;
  width: 70px;
  height: 35px;
  background: url(../dist/images/corp.png) 0 0 no-repeat;
  top: 2px;
  left: 0;
}

.header-new-contacts {
  margin-left: initial !important;
  width: auto !important;
}

.header-new-contacts-item {
  display: inline-block;
  vertical-align: middle;
}

.pl-50 {
  padding-left: 50px;
}

.fw-600 {
  font-weight: 600;
}

.header-new-contacts-title {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  background: url(./images/header_contacts_icon.png) 0 4px no-repeat;
  padding-left: 33px;
  margin-left: 0;
}

.float-initial {
  float: initial !important;
}

.other-logo {
  float: right;
  text-align: center;
}

.popup-tel-body {
  text-align: center;
  font-size: 22px;
}

.text-underline {
  text-decoration: underline;
}

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

.gruz-desc {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0;
}

.header-new-contacts-item-name {
    font-size: 18px;
}

.tel-fz-28 b {
    font-size: 28px !important;
}


.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-30 {
    font-size: 30px;
}

.fz-20 {
    font-size: 20px !important;
}

.pickup-point-label {
  width: 100%;
  display: table !important;
  table-layout: auto;
  padding-bottom: 0.5em;
}

.pickup-point-name {
  float: left;
  padding-right: 0.25em;
  margin-bottom: -0.5em;
  white-space: nowrap;
  font-weight: normal;
  color: #212529;
  font-size: 16px;
  font-family: Arial;
}

.delivery-time-separator {
  border-bottom: 1px dotted #c1c1c1;
  display: table-cell;
  width: inherit;
  height: 20px;
}

.delivery-time {
  color: green;
  float: right;
  padding-left: 0.25em;
  margin-bottom: -0.5em;
  white-space: nowrap;
  font-size: 16px;
}

.pickup-dialog-confirm {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e7e7e7;
  z-index: 9;
  opacity: 0.95;
  text-align: center;
}

.pickup-dialog-confirm.active {
  display: block;
}

.pickup-dialog-confirm-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.pickup-dialog-confirm-content-title {
  font-size: 22px;
  font-weight: 700;
}

.contacts-points-scroll {
  max-height: 520px;
  overflow: auto;
}

.contacts-cities-select .chzn-container {
  width: 100% !important;
}

.contacts-cities-select .chzn-container-single .chzn-single {
  height: 35px;
  line-height: 35px;
  padding: 5px 0 0 20px;
}

.contacts-cities-select .chzn-container-single .chzn-single div b {
  top: 6px;
  right: 12px;
}

.contacts-points-scroll ul {
  margin-left: 0;
  padding-left: 0;
}

.contacts-points-scroll ul li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: .2px;
  line-height: 24px;
  margin-bottom: 15px;
}

.contacts-points .point-address {
  font-size: 16px;
  cursor: pointer;
}

.point-item-city a,
.point-detail-city a {
  font-size: 14px;
  color: #ff1100;
  text-decoration: none;
}

.point-item-city a:hover,
.point-detail-city a:hover {
  text-decoration: underline;
}

.contacts-points .tags {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding-top: 15px;
}

.contacts-points .tags span {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 8px 8px 0;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
}

.contacts-points .tags span:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f400), to(#ffc600));
  background: -webkit-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -moz- oldlinear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: -o-linear-gradient(top, #f8f400 0%, #ffc600 100%);
  background: linear-gradient(to bottom, #f8f400 0%, #ffc600 100%);
  text-decoration: none;
}

.point-item-city {
  display: none;
}

.contacts-detail-block {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 999;
  display: none;
}

.contacts-comeback {
  font-size: 18px;
  padding: 10px 0 0 0;
  cursor: pointer;
}

.point-detail-city {
  display: none;
}

.contacts-nav-group {
  display: flex;
}

.contacts-nav-button {
  position: relative;
  display: inline-block;
  width: 150px;
  margin: 5px 0 10px 0;
  font: 500 16px/39px Arial;
  color: #000 !important;
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 5px;
  border: 1px solid #e62722;
  text-align: center;
  line-height: 17px;
  padding: 2px;
  font-weight: 600;
}

.contacts-nav-button:hover {
  /*color: #fff !important;
  background: #e62722;*/
  border-color: #ffce00;
  background-color: #ffce00;
  text-decoration: none !important;
}

.points-map {
  margin-top: 15px;
}

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

.banner1-button-link:before {
	content: "";
	display: block;
	width: 47px;
	height: 46px;
	background: url(/images/arrow-right.png) 0 0 no-repeat;
	position: absolute;
	top: 6px;
	right: 5px;
}

.banner1-button-link {
	background: rgba(255,255,255,0.6);
	border: 2px solid #fed000;
	border-radius: 4px;
	padding: 20px 60px 20px 15px;
	font-family: Arial;
	font-size: 17px;
	line-height: 17px;
	font-weight: 900;
	color: #000000;
	text-transform: uppercase;
	position: absolute;
}
.banner1-button-link.oils { top: 70px; right: 20px; }
.banner1-button-link.akb { top: 260px; right: 20px; }

@media (max-width: 576px) {
	.banner1-button-link.oils {
		top: 50px;
		right: 10px;
	}
	.banner1-button-link.akb {
		top: 180px;
		right: 10px;
	}
}

.banner1-block {
  width: 350px;
  display: inline-block;
  position: relative;
}
.mb3 {
	margin: 3px 0;
}
@media (max-width: 576px) {
	.index-banners img {
		max-width: 260px;
	}
	.banner1-block {
		width: 260px;
	}
	.main-slider-right {
		width: 260px;
	}
}
.text-prices {
	margin-top: 15px;
	font-style: italic;
	font-size: 12px;
	color: #555;
}

.color-red {
  color: #ff1100;
}


.tooltip-warehouses {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip-warehouses .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #ffce00;
  color: #000;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip-warehouses:hover .tooltiptext {
  visibility: visible;
}

.tooltip-warehouses .tooltiptext {
  top: -5px;
  right: 135%;
}

.tooltip-warehouses .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ffce00;
}

.icon-info-warehouses {
  border: 1px solid #ccc;
  padding: 0 9px;
  border-radius: 15px;
}
.thankfororder {
	font-size: 20px;
    font-weight: 700;
}
.thankfororder span {
	color: #ff1100;
}

/* Cities modal */

.modal-cities-ajax .modal-cities--current {
  padding: 0 40px;
}

.modal-cities-ajax .modal-cities--current span {
  font-size: 15px;
  font-weight: bold;
  padding-left: 3px;
}

.modal-cities-ajax .modal-cities--search {
  padding: 0 40px; 
}

.modal-cities-ajax .modal-cities--search-icon {
  background: #fff;
  border: none;
  padding-right: 0;
}

.modal-cities-ajax .modal-cities--search-input {
  border: none;
  font-size: 12.5px;
}

.modal-cities-ajax .modal-cities--search-input:active, 
.modal-cities-ajax .modal-cities--search-input:hover, 
.modal-cities-ajax .modal-cities--search-input:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.modal-cities-ajax .modal-cities--search-input::placeholder {
  color: #000;
}

.modal-cities-ajax .modal-cities--search-input:focus::placeholder {
  color: transparent;
}

.modal-cities-ajax .modal-cities--search-button {
  background: #656565;
  color: #fff;
  border: none;
  font-size: 14.5px;
  padding: 0 25px;
}

.modal-cities-ajax ul.modal-cities--list {
  list-style: none;
  column-count: 4;
  column-fill: auto;
  height: 370px;
}

.modal-cities-ajax ul.modal-cities--list li {
  page-break-inside: avoid;
  break-inside: avoid;
}

.modal-cities-ajax ul.modal-cities--list li span {
  font-size: 12.5px;
  color: #000;
  cursor: pointer;
}

.modal-cities-ajax ul.modal-cities--list li.cities-list-item-main span {
  font-weight: bold;
}

.modal-cities-ajax ul.modal-cities--list li span:hover {
  text-decoration: underline;
}

.modal-cities-ajax .modal-dialog {
  width: 600px;
  max-width: 600px;
  min-height: 456px;
}

.modal-cities-ajax .modal-content {
  background-color: #f5f5f5;
}

.modal-cities-ajax .modal-body {
  padding: 0;
}

.header-city-popup--picker {
  font: 900 15px/25px Arial;
  text-transform: uppercase;
  border-bottom: 1px dashed;
  margin-left: 5px;
}

.header-city-popup--picker:hover {
  border-bottom: initial;
}

.pickup-point-label.disabled .pickup-point-name,
.pickup-point-label.disabled .delivery-time {
  color: #b4bcc3;
}

/* mobile */
.position-relative {
  position: relative;
  background: #f5f5f5;
}

.modal-cities-mobile .modal-cities--close,
.sidebar-cities-mobile .sidebar-cities--close {
  margin-right: 20px;
  margin-top: 15px;
}

.modal-cities-mobile {
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  background: #f5f5f5;
  z-index: 999999;
  /*display: none;*/
}

.sidebar-cities-mobile {
  padding-bottom: 15px;
}

.modal-cities-mobile .modal-cities--current,
.sidebar-cities-mobile .sidebar-cities--current {
  padding: 15px 0 0 20px;
}

.modal-cities-mobile .modal-cities--current span,
.sidebar-cities-mobile .sidebar-cities--current span {
  font-size: 15px;
  font-weight: bold;
  padding-left: 3px;
}

.modal-cities-mobile .modal-cities--search {
  padding: 0 20px; 
}

.modal-cities-mobile .modal-cities--search-input {
  border: none;
  font-size: 12.5px;
}

.modal-cities-mobile .modal-cities--search-input:active, 
.modal-cities-mobile .modal-cities--search-input:hover, 
.modal-cities-mobile .modal-cities--search-input:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.modal-cities-mobile .modal-cities--search-input::placeholder {
  color: #000;
}

.modal-cities-mobile .modal-cities--search-input:focus::placeholder {
  color: transparent;
}

.modal-cities-mobile .modal-cities--search-button {
  background: #656565;
  color: #fff;
  border: none;
  font-size: 14.5px;
  padding: 0 25px;
}

.modal-cities-mobile ul.modal-cities--list {
  list-style: none;
  column-count: 2;
  column-fill: auto;
}

.modal-cities-mobile ul.modal-cities--list li {
  page-break-inside: avoid;
  break-inside: avoid;
}

.modal-cities-mobile ul.modal-cities--list li span {
  font-size: 12.5px;
  color: #000;
  cursor: pointer;
}

.modal-cities-mobile ul.modal-cities--list li.cities-list-item-main span {
  font-weight: bold;
}

.modal-cities-mobile ul.modal-cities--list li span:hover {
  text-decoration: underline;
}

.sidebar-cities--geo-buttons {
  padding: 0 0 15px 20px;
}

.sidebar-cities--geo-buttons_yes {
  background: #fed000;
  color: #000;
  font-weight: bold;
  border: none;
  font-size: 14.5px;
  padding: 3px 15px;
  margin-right: 10px;
}

.sidebar-cities--geo-buttons_yes:hover,
.sidebar-cities--geo-buttons_yes:active,
.sidebar-cities--geo-buttons_yes:focus {
  background: #ffde4a !important;
  color: #000 !important;
}

.sidebar-cities--geo-buttons_no {
  background: #656565;
  color: #fff;
  border: none;
  font-size: 14.5px;
  padding: 3px 15px;
}

.sidebar-cities--geo-buttons_no:hover,
.sidebar-cities--geo-buttons_no:active,
.sidebar-cities--geo-buttons_no:focus {
  background: #778087 !important;
  color: #fff !important;
}

.popover-city-container {
  position: absolute;
  width: 260px;
  height: 125px;
  background: #fff;
  z-index: 99;
  border-radius: 4px;
  margin-top: 10px;
}

.popover-city-container::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 30px;
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  transform: rotate(180deg);
}

.popover-city--title {
  font-size: 12.5px;
  text-transform: initial;
  font-weight: normal;
  padding: 15px 10px 0px 25px;
}

.popover-city--name {
  padding: 0 10px 10px 25px;
}

.sidebar-cities--current-arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  top: 22px;
  position: absolute;
}

/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px;
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav {
    /*height: 610px;*/
    overflow: hidden;

}
.slider-banner-image {
    /*height: 610px;*/
}
.banner-slider .slider.slider-nav {
    padding: 20px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    height: 80px;
    width: auto;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:auto;
    object-fit: cover;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
/*.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}*/
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
/*.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev {
   top: 0;
}
.slick-next {
   bottom: 0;
   background-color: #fff;
}
.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}*/
/*End USE CSS for Slider*/

/*@media screen and (max-width : 991px) {*/
/*@media screen and (max-width : 1920px) {*/

  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
      max-width: 100%;
      float: none;
  }
  .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  /*.banner-slider .slider.slider-nav {
    height: auto;
  }*/
  .slider-banner-image {
      /*height: 500px;*/
  } 
  .slider.slider-nav.thumb-image {
        padding: 30px 30px 0;
  }
  .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  /*.slick-arrow {
    padding: 0;
      width: 30px;
      height: 30px;
      top: 50%;
      bottom: 0;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
  }
  .slick-prev {
      left: 0;
      right: unset;
  }
  .slick-next {
      left: unset;
      right: 0;
      background-color: transparent;
  }*/
  .vehicle-detail-banner .car-slider-desc {
      max-width: 340px;
  }
  .bid-tag {
      padding: 10px 0 15px;
  }
  .slider.slider-nav.thumb-image {
     white-space: nowrap;
  }
  .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
/*}*/

@media screen and (max-width : 767px) {
  .slider-banner-image {
      height: 400px;
  }
  .slider.slider-nav.thumb-image {
      padding: 0px 20px 0;
      margin: 10px 0px 0;
  }
  /*.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
  }
  .slick-prev.slick-arrow {
      background-position: center 10px;
  }
  .slick-next.slick-arrow {
      background-position: center 10px, center;
  }*/
  .slider-nav .slick-slide span {
      font-size: 12px;
      white-space: normal;
  }
}

@media screen and (max-width: 580px) {
  .slider-banner-image {
      height:340px;
  }
}

@media screen and (max-width : 480px) {
  .slider-banner-image {
      height:280px;
  }
}

.slider-banner-image img {
  display: initial !important;
  max-height: 358px;
}

.slider-nav.thumb-image .slick-list {
  /*height: 160px !important;*/
}
.news-gallery {
	font-size: 0;
	line-height: 0;
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(600px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    grid-gap: 30px 10px;
	
}
@media screen and (max-width : 767px) {
	.news-gallery {
		display: block;
	}
	.news-gallery img {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.button-opt img, .button-halva img {
  max-width: 100%;
}


/* ШМ */
.ch-service-form .service-select-block .chzn-container {
  width: 100% !important;
}

.ch-service-form .service-select-block .chzn-container a {
  border: 1px solid #242424;
  border-radius: 4px;
  height: 41px;
  line-height: 41px;
  padding: 8px 0 0 20px;
}

.ch-service-form .service-select-block .chzn-container a div {
  height: 38px;
  width: 38px;
}
.ch-service-form .service-select-block .chzn-container a div b {
  top: 9px;
}

.ch-service-form .service-select-block .chzn-container-single .chzn-single {
  height: 38px;
  line-height: 38px;
  padding: 7px 0 0 20px;
}

.ch-service-form .service-select-block .chzn-container-single .chzn-single div b {
  top: 8px;
  right: 12px;
}

.ch-service-form .form-group .select-small-block {
  display: flex;
  justify-content: space-between;
  height: 31px;
}

.ch-service-form .form-group .select-small-block.flex-start {
    justify-content: flex-start;
}

.ch-service-form .select-small-block .chzn-container {
  width: auto !important;
}

.ch-service-form .select-small-block .chzn-container-single .chzn-single {
  border: initial !important;
}

.ch-service-form .select-small-block .chzn-container-single .chzn-single span {
  font-weight: bold;
  font-size: 14px;
}

.ch-service-form .select-small-block .chzn-search {
    display: none;
}

.ch-service-form .select-small-block .chzn-drop {
    border: initial !important;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}

.ch-service-form .form-group {
  display: inline-block;
  width: 100%;
}

.ch-service-form .form-group label {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 15px;
  width: 100%;
}

.ch-service-form .form-group .form-tools {
  padding-bottom: 10px;
  font-size: 14px;
}

.ch-service-form .form-group .info-text {
  font-size: 14px;
}

.ch-service-form .form-group .info-subtext {
  font-size: 12px;
}

.ch-service-form .form-group .info-text-gray {
  color: #7A7A7A;
}

.ch-service-form .form-group .info-text-red {
  color: #FF0000;
}

.ch-service-form .form-group .form-icon {
  padding-right: 4px;
  position: relative;
  top: -2px;
}

.ch-service-form .form-control {
  padding: 0.375rem 1.3rem;
  border-radius: 4px;
}

.ch-service-form .form-control::placeholder {
  font: 400 13px/22px Roboto;
}

.ch-service-form .form-group .custom-control {
  /*margin-top: 5px;*/
}

.ch-service-form .form-group .custom-control-label,
.modal-tirefitting-time .form-group .custom-control-label {
  font-weight: initial;
  text-transform: initial;
  padding-left: 3px;
}

.ch-service-form .form-group .custom-control-label a,
.modal-tirefitting-time .form-group .custom-control-label a {
  text-decoration: underline;
  font-weight: bold;
}

.ch-service-form .form-group .custom-control-label::before,
.modal-tirefitting-time .form-group .custom-control-label::before {
  top: 0px;
  left: -23px;
  width: 18px;
  height: 18px;
}

.ch-service-form .form-group .custom-control-label::after,
.modal-tirefitting-time .form-group .custom-control-label::after {
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
}

.ch-service-form .form-group .custom-radio--inline-block {
  display: inline-block;
  margin-right: 7px;
}

.ch-service-form .form-group .form-error-text {
  font-size: 11px;
  color: red;
  padding: 5px 0 0 25px;
}

.ch-service-form .form-group .form-info-text {
  font-size: 12px;
  padding: 5px 0 0 25px;
}

#serviceDatepicker {
  /*border-radius: 4px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);*/
}

.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ffce00 !important;
  color: #000 !important;
  height: 45px !important;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 45px !important;
  line-height: 45px !important;
  width: 45px !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: initial !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  height: 68px !important;
  background: #ffce00 !important;
  text-transform: uppercase;
  font-weight: 900;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #ffce00 !important;
}

.bootstrap-datetimepicker-widget table th {
  height: 45px !important;
  line-height: 45px !important;
  width: 45px !important;
}

.bootstrap-datetimepicker-widget table thead tr:last-child {
  border-bottom: 1px solid #ebebeb;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.prev {
  border-radius: 4px 0 0 0 !important;  
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.next {
  border-radius: 0 4px 0 0 !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch {
  border-radius: 0 !important;
}

.ch-service-form .form-group .form-time .form-time-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 20px;
}

.ch-service-form .form-group .form-time .form-time-row > div {
  /*width: 100%;*/
  box-sizing: border-box;
  /*margin-bottom: 10px;*/
  /*display: inline;*/
}

.ch-service-form .form-group .form-time .form-time-button {
  position: relative;
  overflow: hidden;
}

.ch-service-form .form-group .form-time .form-time-button__input {
  position: absolute;
  opacity: 0;
}

.ch-service-form .form-group .form-time .form-time-button__input:checked + .form-time-button__label, 
.ch-service-form .form-group .form-time .form-time-button__label:not(.disabled):hover {
  background: #ffce00;
  color: #000000;
  border: 1px solid #fff;
}

.ch-service-form .form-group .form-time .form-time-button__label {
  border-radius: 0px;
  font-weight: 450;
  font-size: 17px;
  font-weight: bold;
}

.ch-service-form .form-group .form-time .form-time-button__label {
  line-height: 17px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  border-width: 1px;
  border-color: #90980A;
  border-style: solid;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #D2DD20;
}

/*@media (max-width: 1319px) {
  .ch-service-form .form-group .form-time .form-time-button__label {
    padding: 25px 0;
    width: 95px;
  }
}

@media (max-width: 991px) {
  .ch-service-form .form-group .form-time .form-time-button__label {
    padding: 15px 0;
    width: 75px;
  }
}

@media (max-width: 767px) {
  .ch-service-form .form-group .form-time .form-time-button__label {
    padding: 25px 0;
    width: 95px;
  }
}

@media (max-width: 460px) {
  .ch-service-form .form-group .form-time .form-time-button__label {
    padding: 20px 0;
    width: 65px;
  }
}*/

@media (max-width: 360px) {
  .ch-service-form .form-group .form-time-text {
    font-size: 10px !important;
  }
}

.ch-service-form .form-group .form-time .form-time-row > div {
  /*margin-right: 14px;*/
}

.ch-service-form .form-group .form-time .form-time-row > div:nth-child(4n) {
  margin-right: 0 !important;
}

.ch-service-form .form-group .form-time label span.disabled {
  background: #FF6933;
  color: #5A1717;
  cursor: auto;
  border-color: #B50000;
}

.ch-service-form .form-group .form-time .form-time-button--other span {
  background: #FF6933;
  border-color: #B50000;
  color: #5A1717;
}

.ch-service-form .form-group .form-time .form-time-button--other::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #D2DD20;
  top: 4px;
  right: 5px;
  width: 11px;
  height: 11px;
}

.ch-service-form .form-group .form-time-text--icon::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #D2DD20;
  width: 16px;
  height: 16px;
}

.ch-service-form .form-group .form-time-text {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ch-service-form .form-group .form-time .form-time-button__label.form-time-button__label--tire {
  /*height: 55px;*/
  font-size: 17px;
  font-weight: bold;
  background: #fff;
  border-color: #000;
  color: #000;
}

.ch-service-form .form-group .input-group-prepend {
  margin-right: 10px;
}

.ch-service-form .form-group .input-group-prepend .input-group-text {
  background: #fff;
}

.ch-service-form .form-group .input-group-prepend .form-icon {
  padding-left: 10px;
  padding-right: 0;
}

.ch-service-form .form-group .form-button-sms,
.ch-service-form .form-group .form-button-call {
  /*width: 40%;
  height: 40px;*/
  white-space: nowrap;
}

.ch-service-form .form-group .form-button-sms:not([disabled]),
.ch-service-form .form-group .form-button-call:not([disabled]) {
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ch-service-form .form-group .form-button-sms-success {
  font-weight: bold;
  border-color: #ffce00;
}

.ch-service-form .form-group .form-button-none {
  height: 40px; 
}

.ch-service-form--check {
  border-radius: 4px 4px 2px 2px;
  -webkit-box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.2);
  width: 260px;
  /*float: right;*/
  background: #fff;
  margin-bottom: 40px;
}

.ch-service-form--check .form-check--header {
  padding: 25px 25px 10px 25px;
  border-bottom: 1px solid #ccc;
}

.ch-service-form--check .check-title h3 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 15px;
  display: inline-block;
}

.ch-service-form--check .check-title a {
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.ch-service-form--check .check-subtitle {
  padding-top: 5px;
}

.ch-service-form--check .form-check--body {
  padding: 25px 25px 10px 25px;
}

.ch-service-form--check .form-check--body-item {
  margin-bottom: 10px;
}

.ch-service-form--check .form-check--body-item .form-icon {
  width: 30px;
  display: inline-block;
}

.ch-service-form--check .form-check--body-item--title {
  font-size: 16px;
  font-weight: bold;
}

.ch-service-form--check .form-check--body-item--text {
  display: inline-block;
  padding-left: 35px;
  font-size: 12px;
}

.ch-service-form .form-button-gps {
  width: auto;
  height: 40px;
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ch-service-form .form-button-gps:hover, .ch-service-form .form-button-gps:focus {
  border-color: #000;
  background-color: initial;
}

.ch-service-form .form-text-gps {
  color: #7e7e7e;
  font-size: 14px;
  margin-left: 10px;
  white-space: nowrap;
}

.ch-service-form .form-button-app,
.modal-tirefitting-time .form-button-app,
.modal-tirefitting-time-mobile .form-button-app {
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 10px;
  max-width: 260px;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}

.ch-service-form .form-button-app:hover, .ch-service-form .form-button-app:focus,
.modal-tirefitting-time .form-button-app:hover, .modal-tirefitting-time .form-button-app:focus,
.modal-tirefitting-time-mobile .form-button-app:hover, .modal-tirefitting-time-mobile .form-button-app:focus {
  /*border-color: #000;
  background-color: initial;*/
}

.ch-service-form .form-button-app:disabled,
.modal-tirefitting-time .form-button-app:disabled,
.modal-tirefitting-time-mobile .form-button-app:disabled {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  cursor: initial;
}

.ch-service-check-container-display {
    display: flex;
    justify-content: center;
  }

@media (min-width: 1319.98px) {
  .ch-service-map-fixed {
    position: fixed;
    z-index: 99;
    top: 0;
  }

  .ch-service-check-fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 260px;
  }
  
  .pos-absolute {
	position: absolute;
}

  .ch-service-check-container-display {
    display: flex;
    flex-direction: row-reverse;
    justify-content: initial;
  }

  .ch-service-form--check {
    float: right;
  }
}

.form-time-button--element {
  position: relative;
}
details[data-popover] > summary:focus {
  outline: none;
}
details[data-popover] > summary::-webkit-details-marker {
  display: none;
}
details[data-popover] > summary {
  list-style: none;
  text-decoration: underline dotted teal;
}
@media (min-width: 768px) {
  .form-time-button--popover {
    position: absolute;
    display: block;
    z-index: 99;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    width: 350px;
    padding: 20px 25px 20px 25px;
    left: calc(1rem + 100%);
    top: -65px;
  }

  .form-time-button--popover::after {
    content: " ";
    position: absolute;
    right: 100%;
    top: 75px;
    margin-left: 0px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent white transparent transparent;
  }

  .form-tools--season-filter {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .form-time {
    position: relative;
  }

  .form-time-button--element {
    position: initial;
  }

  .form-time-button--popover {
    position: absolute;
    display: block;
    z-index: 99;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    width: auto;
    padding: 20px 25px 20px 25px;
    right: 0;
  }

  /*.form-time-button--popover::after {
    content: " ";
    position: absolute;
    left: 65%;
    top: -18px;
    margin-left: 0px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent white transparent;
  }*/

  .form-time-button--popover .after {
    content: " ";
    position: absolute;
    left: 65%;
    top: -18px;
    margin-left: 0px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent white transparent;
  }

  .form-tools--season-filter {
    display: grid;
    justify-content: space-around;
  }

  .ch-service-map-container {
    position: initial !important;
    top: initial !important;
  }

  .mobile-none {
    display: none;
  }

  .show-hide--map-container {
    display: block !important;
  }

  .ch-service-form--check {
    margin-top: 30px;
  }
}
@media (max-width: 1319px) {
  .form-button-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
  }

  .ch-service-form--check {
    margin-bottom: 20px;
  }
}
.form-time-button--popover {
  /* hide detail elements that would ruin the popover */
  display: none;
}
.form-time-button--popover-up {
  bottom: calc(0.5rem + 100%);
  right: 50%;
  transform: translateX(50%);
}
.form-time-button--popover-down {
  top: calc(0.5rem + 100%);
  right: 50%;
  transform: translateX(50%);
}
.form-time-button--popover-left {
  right: calc(1rem + 100%);
  bottom: 50%;
  transform: translateY(50%);
}
.form-time-button--popover-right {
  left: calc(1rem + 100%);
  bottom: 50%;
  transform: translateY(50%);
}

.form-time-button--popover-title {
  padding-bottom: 10px;
  font-size: 14px;
}

.popover-active {
  display: block;
}

.toast-message {
  font-size: 14px;
}

.form-button--other-point {
  width: 200px;
}

.form-check--footer {
  padding-bottom: 10px;
  position: relative;
}

.form-check--footer > div.check-arrow::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: white transparent transparent transparent;
  top: 9px;
}

.form-check--footer > div.check-arrow-1::after { left: 0px; }
.form-check--footer > div.check-arrow-2::after { left: 20px; }
.form-check--footer > div.check-arrow-3::after { left: 40px; }
.form-check--footer > div.check-arrow-4::after { left: 60px; }
.form-check--footer > div.check-arrow-5::after { left: 80px; }
.form-check--footer > div.check-arrow-6::after { left: 100px; }
.form-check--footer > div.check-arrow-7::after { left: 120px; }
.form-check--footer > div.check-arrow-8::after { left: 140px; }
.form-check--footer > div.check-arrow-9::after { left: 160px; }
.form-check--footer > div.check-arrow-10::after { left: 180px; }
.form-check--footer > div.check-arrow-11::after { left: 200px; }
.form-check--footer > div.check-arrow-12::after { left: 220px; }
.form-check--footer > div.check-arrow-13::after { left: 240px; }

.modal-service-price .modal-dialog {
  max-width: 992px;
}

.modal-service-price .modal-content {
  background: #f0f0f0;
}

.modal-service-price .modal-body {
  padding: 15px 80px 40px 40px;
}

.modal-service-price h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-service-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-service-price .modal-body-service-text {
  padding-left: 50px;
  padding-bottom: 20px;
}

.modal-service-price .modal-body-service-text table {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.modal-service-price .modal-body-service-text table td:first-child {
  text-align: left;
}

.modal-service-price .modal-body-service-text table td {
  padding: 5px 5px;
}

.modal-service-price .modal-body-service-text table tr:nth-child(1),
.modal-service-price .modal-body-service-text table tr:nth-child(2) {
  background: #6b6b6b;
  color: #fff;
  font-weight: normal;
}

.loadingoverlay {
  z-index: 999 !important;
}

.ch-service-map-container {
  position: sticky;
  top: 0;
}
.service-calendar {
	padding: 0 25px 25px 25px;
    border-radius: 4px;
    background: url(/theme/images/bg-th.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}

.phone-info-text {
  font-size: 12px;
  line-height: 12px;
  margin-left: 5px;
}

.show-hide--map-container {
  margin-bottom: 10px;
  display: none;
}

.show-hide--map-container a {
  text-decoration: underline;
  font-size: 14px;
}

.cookies-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-color: #333333;
  color: #ffffff;
  z-index: 9999;
}

.cookies-container .container {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  height: 85px;
  align-items: center;
}

.cookies-container .cookies-container__button button {
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 10px;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cookies-container .cookies-container__link a {
  text-decoration: underline;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
}

.cookies-container .cookies-container__image {
  margin-right: 20px;
}

.cookies-container .cookies-container__button {
  margin-left: 50px;
  margin-right: 40px;
}

.cookies-container .cookies-container__text {
  font-size: 14px;
}



.cookies-container-mobile {
  position: fixed;
  bottom: 0;
  width: 185px;
  height: 50px;
  background-color: #ffffff;
  color: #333333;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 2px 3px 10px rgb(0 0 0 / 40%);
  left: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  height: 50px;
  align-items: center;
  padding: 0 8px;
}

.cookies-container-mobile .cookies-container__text {
  font-size: 11px;
  line-height: 13px;
}

.cookies-container-mobile .cookies-container__text a {
  text-decoration: underline;
  font-weight: bold;  
}

.cookies-container-mobile .cookies-container__image {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .cookies-container {
    display: none;
  } 
}

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

@media (max-width: 991px) {
  .cookies-container .cookies-container__image {
    margin-right: 15px;
  }

  .cookies-container .cookies-container__text {
    font-size: 12px;
  }

  .cookies-container .cookies-container__button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cookies-container .cookies-container__button button {
    width: 120px;
    font-size: 12px;
  }

  .cookies-container .cookies-container__link a {
    font-size: 12px;
  }
}


/* stickers detail card */
.product-details-gallery__stickers {
  gap: 10px !important;
}

.product-details-gallery__stickers .sticker {
  width: 60px;
  height: 60px;
  background: url(./images/actions10.png) 0 0 no-repeat;
}

.product-details-gallery__stickers .sticker.hit {
  background-position: 0 0;
  background-size: 100%;
}

.product-details-gallery__stickers .sticker.new {
  background-position: 0 -60px;
  background-size: 100%;
}

.product-details-gallery__stickers .sticker.discount {
  background-position: 0 -120px;
  background-size: 100%;
}

.product-details-gallery__stickers .sticker.gift {
  background-position: 0 -240px;
  background-size: 100%;
}

.product-details-gallery__stickers .sticker.testdrive {
  background-position: 0 -300px;
  background-size: 100%;
}

.product-details-gallery__stickers .sticker.seasonal {
  background-position: 0 -360px;
  background-size: 100%;
}

.product-details-gallery__stickers-right .sticker.service,
.product-details-gallery__stickers-right .sticker.service2 {
  text-align: center;
  color: #f10;
  font-size: 11px;
  line-height: 13px;
  width: 140px;
  display: inline-block;
  height: 36px;
  padding: 5px 0;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Arial;
  background: url(./images/sticker-big.png) 0 0 no-repeat;
  cursor: pointer;
}

.product-details-gallery__stickers-right .sticker.service.active:hover,
.product-details-gallery__stickers-right .sticker.service2.active:hover {
  width: 140px;
  background: url(./images/sticker-big.png) 0 0 no-repeat;
  background-position: 0 -36px;
  color: #fff;
}

.product-details-gallery__stickers-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  position: absolute;
  right: 28px;
  top: 22px;
  z-index: 2;
}

.stickers-left .product-sticker img {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}

.product-details-counter__input {
  background: #fff;
}
.banners_title {
	text-align: left;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    margin: 40px 0 20px;
}

.product-detail-desc-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
	.product-detail-desc-item {
		flex-wrap: wrap;
	}
}

.product-detail-desc-item-img {
	margin-right: 20px;
	margin-bottom: 20px;
	flex: 0 0 auto;
}
.product-detail-desc-item-desc {}
@media (max-width: 767.98px) {
	.product-detail-desc-item-img {
		flex: 0 1 auto;
	}
}

tr.checkout-tk-item.disabled td {
  color: #6c757d;
}

.cart-checkout-payment input:disabled ~ .checkout-checkbox__label {
  color: #6c757d;
}

.cart-checkout-payment input:disabled ~ .checkout-checkbox__indicator:after {
  border: 1px solid #6c757d;
}

.lh-40 {
  line-height: 40px !important;
}

.payment-info-container {
  display: none;
  font-size: 13px;
}

/*.checkout-checkbox:has(> input[name=payment_physic]:checked) + .payment-info-container {
  display: block !important; 
}*/

.payment-info-container a {
  font-weight: bold;
  text-decoration: underline;
}

.payment-info-container a:hover {
  text-decoration: none;
}

.sticker-cashback {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(./images/cashback.svg) 0 0 no-repeat;
}

.product-details-gallery__stickers .sticker-cashback {
  width: 60px !important;
  height: 60px !important;
}

#checkoutForm .checkout-checkbox__label a {
  text-decoration: underline;
  font-weight: bold;
}

.checkout-checkbox__input--agree {
  width: 0;
}

@media (max-width: 575.98px) {
  body {
    padding-top: 91px;
  }
}

.slider-info div img { display: none; }
.slider-info div:first-child img { display: block; }

.label-filter {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}

.sticker-discount-value {
  height: 35px;
  width: 35px;
  background: #ff0000;
  border-radius: 20px;
  line-height: 35px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.product-details-gallery__stickers .sticker-discount-value {
  height: 60px;
  width: 60px;
  background: #ff0000;
  border-radius: 40px;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

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

.block-service--not-available {
  width: 550px;
  display: inline-block;
  text-align: left;
}

.block-service--not-available b {
  color: #e52521;
  white-space: nowrap;
}

.page-service--not-available {
  display: flex;
  justify-content: center;
}

.block-service--not-available-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0px 40px;
}

.block-service--not-available-3 {
  width: 224px;
  position: relative;
}

.block-service--not-available-3 svg {
  position: absolute;
  left: -80px;
  bottom: 0;
}

@media (max-width: 991px) {
  .page-service--not-available {
    justify-content: left;
  }

  .icon-service--not-available svg {
    width: 69px;
    height: 69px;
  }

  .block-service--not-available {
    width: auto;
  }

  .block-service--not-available-text {
    margin: 50px 14px 50px 0px;
  }

  .block-service--not-available-3 {
    width: 69px;
  }

  .block-service--not-available-3 svg {
    display: none;
  }
}

.sticker-matador-2000 {
  width: 35px;
  height: 43px;
  background: url(/theme/images/ma2000s.jpg) 0 0 no-repeat;
}

.sticker-matador-2500 {
  width: 35px;
  height: 43px;
  background: url(/theme/images/ma2500s.jpg) 0 0 no-repeat;
}

.product-details-gallery__stickers .sticker-matador-2000 {
  width: 60px;
  height: 73px;
  background: url(/theme/images/ma2000.jpg) 0 0 no-repeat;
}

.product-details-gallery__stickers .sticker-matador-2500 {
  width: 60px;
  height: 73px;
  background: url(/theme/images/ma2500.jpg) 0 0 no-repeat;
}

.p-relative {
  position: relative;
}

.p-absolute-call-text {
  position: absolute;
  top: 38px;
}

.tirefitting-button-text {
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
  width: 260px;
}

a[data-popup--service],
a[data-popup--guar] {
  cursor: pointer;
}

.product-catalog-card__preview > a {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  padding: 10px 0;
}

.filter-block__label {
  text-transform: uppercase;
}

.product-catalog-card__name-wrapper {
  justify-content: start !important;
  margin-top: 10px;
}

.form-time-text--icon {
  margin-right: 22px;
}

.ch-service-form .form-group .form-time-text--icon-free::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #D2DD20;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #90980A;
  border-style: solid;
  border-radius: 4px;
}

.ch-service-form .form-group .form-time-text--icon-busy::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #FF6933;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #B50000;
  border-style: solid;
  border-radius: 4px;
}

.ch-service-form .form-group .form-time-text--icon-selected::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #FFCE00;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #FFCE00;
  border-style: solid;
  border-radius: 4px;
}

.form-time-text--icon-free,
.form-time-text--icon-busy,
.form-time-text--icon-selected {
  margin-right: 22px;
}

.modal-tirefitting-time .modal-dialog {
  /*width: 470px;*/
  max-width: 470px;
}

.modal-tirefitting-time .modal-content,
.modal-cart-add .modal-content {
  padding-top: 0;
  background-color: #ffffff;
  border: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
}

.modal-tirefitting-time .modal-body {
  padding: 60px 30px 30px 30px;
}

.modal-cart-add .modal-body {
  padding: 20px 30px 30px 30px;
}

.form-time-button--modal-title {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 20px;
}

.form-time-button--modal-icon {
  margin-bottom: 10px;
}

.form-time-button--modal-icon .form-icon {
  display: inline-block;
  position: relative;
  top: -2px;
}

.form-time-button--modal-icon-time {
  padding-left: 8px;
  font-weight: 900;
}

.modal-tirefitting-time-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 91px;
  width: 100%;
  height: 100%;
  max-height: -webkit-calc(100% - 65px);
  max-height: -moz-calc(100% - 65px);
  max-height: calc(100% - 65px);
  overflow: scroll;
  z-index: 99;
  -webkit-box-shadow: 0 15px 12px rgba(0, 0, 0, 0.38);
     -moz-box-shadow: 0 15px 12px rgba(0, 0, 0, 0.38);
          box-shadow: 0 15px 12px rgba(0, 0, 0, 0.38);
}

body:not(.tirefitting-time-open) .modal-tirefitting-time-mobile {
    display: none;
}

.modal-tirefitting-time-mobile--content {
  padding: 20px;
}

.modal-tirefitting-time-mobile--content .checkout-checkbox {
  margin-left: 0;
}

.modal-tirefitting-time-mobile--header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.modal-tirefitting-time-mobile--header .modal-tirefitting-time-mobile--header--btn-prev {
  font-size: 14px;
  padding-top: 10px;
  display: inline-block;
  padding-left: 20px;
}

.modal-tirefitting-time-mobile--header .modal-tirefitting-time-mobile--header--btn-prev span {
  padding-left: 6px;
}

.modal-tirefitting-time-mobile--header--close {
  padding: 10px 10px 0 0 !important;
}

.form-group .form-info-text{
  font-size: 12px;
}

.header-r__mobile--search {
  display: none;
}

.header-r__mobile--search.active {
  display: block;
}

#modalError .modal-body h5,
#modalErrorDocs .modal-body h5,
#modalInfo .modal-body h5 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 15px;
  width: 100%;
}

#modalError .modal-body p,
#modalErrorDocs .modal-body p,
#modalInfo .modal-body p {
  font-size: 14px;
}

#modalError .modal-content,
#modalErrorDocs .modal-content,
#modalInfo .modal-content {
  padding-top: 0;
  background-color: #ffffff;
  border: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
}

#modalError .modal-body,
#modalErrorDocs .modal-body,
#modalInfo .modal-body {
  padding: 40px 30px 30px 30px;
}

/*body.modal-open #modalError,*/
body.modal-open #modalInfo {
  display: flex !important;
  height: 100%;
} 

body.modal-open #modalError .modal-dialog,
body.modal-open #modalErrorDocs .modal-dialog,
body.modal-open #modalInfo .modal-dialog {
  margin: auto;
}

.tirereturn-success p {
  font-size: 14px;
}

.btn-modal {
  background-color: #ffcf00;
  min-width: 240px;
  height: 41px;
  border-radius: 4px;
  border: none;
  color: black;
  font-weight: bold;
  line-height: 1.23;
  text-align: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s linear;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.btn-modal:hover {
  background-color: #dbb300;
}

.btn-ellow {
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0px 4px 4px 0px !important;
     -moz-border-radius: 0px 4px 4px 0px !important;
          border-radius: 0px 4px 4px 0px !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: initial;
  border-color: #000;
}

.btn-ellow:hover, .btn-ellow:focus {
  /*border-color: #000;
  background-color: initial;*/
}

.btn-ellow:disabled {
  border-color: #000;
  background-color: initial;
  cursor: initial;
}

.service-button--body {
  width: 150px;
  margin-bottom: 15px
}

.service-button--header {
  display: flex;
  align-items: center;
  height: 47px;
  border-radius: 11px;
  cursor: pointer;
  margin-bottom: 0;
}

.service-button--header.service--tire {
  background: #00F277;
}

.service-button--header.service--seasonal {
  background: #55CDFF;
}

.service-button--header img {
  margin-left: 10px;
}

.service-button--header span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.1px;
  margin-left: 5px;
}

.service-button--body input:checked + .service-button--header {
  border-radius: 11px 11px 0 0 !important;
}

.service-button--content {
  -webkit-transition: height .3s ease;
  height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 11px 11px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.service-button--body input:checked ~ .service-button--content {
  height: 90px;
}

.service-button--body input {
  display: none;
}

.service-button--content-btn {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-top: 8px;
  cursor: pointer;
}

.service-button--content-btn .icon {
  width: 3px;
  height: 32px;
  background: #D9D9D9;
}

.service-button--content-btn .icon.icon-autoproducts {
  background: #FFCE00; 
}

.service-button--content-btn span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}

.service-button--content-btn.bnt-record:hover > .icon {
  background: #00F277;
}

.service-button--content-btn.bnt-cancel:hover > .icon {
  background: #FF0000;
}

.tyres-filter-text-desktop {
  font-size: 18px;
  margin-top: -10px;
}

.tyres-filter-text-mobile {
  font-size: 14px;
}

@media (max-width: 767px) {
  .tyres-filter-text-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .tyres-filter-text-mobile {
    display: none;
  }
}

.tyres-filter-block-mobile-popup {
  display: flex;
  margin-top: 15px;
}

.tyres-filter-icon-mobile {
  margin-right: 10px;
}

#servicesForm .chzn-container {
  width: 100% !important;
}

#servicesForm .chzn-container-single .chzn-single {
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  padding: 7px 0 0 9px;
}

#servicesForm .chzn-container-single .chzn-single div {
  top: 7px;
}

.tirefitting-title-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .tirefitting-title-flex {
    flex-direction: column;
  }

  .ch-service-price--button {
    margin-bottom: 20px;
  }

  .tirefitting-title-flex .page_title {
    margin-bottom: 5px;
  }
}

.ch-service-price--button {
  width: 140px;
  height: 26px;
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding: 5px 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-timer-container {
  margin-bottom: 10px;
  max-width: 260px;
}

.service-timer-container--title {
  font-size: 15px;
  font-weight: 700;
  color: #535353;
}

.service-timer-container--title.red,
.service-timer-container-mobile--title.red {
  color: #FF0000;
}

.service-timer-container--timer {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #535353;
}

.service-timer-container-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .content-tirefitting {
    padding-top: 50px;
  }

  .service-timer-container-mobile {
    display: block;
    height: 37px;
    background: #D9D9D9;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    font-weight: 700;
    color: #535353;
  }  
}

.product-selection-controls #autobrand_chzn,
.product-selection-controls #automodel_chzn,
.product-selection-controls #autoyear_chzn,
.product-selection-controls #automodif_chzn {
  max-width: 126px;
}

.search_for_car--element {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.filter-icon {
  flex: 0 0 87px;
  width: 87px;
  height: 87px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 35px;
}

.filter-btn {
  border-color: #ffce00;
  background-color: #ffce00;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  width: 158px;
  float: right;
  margin-top: 12px;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-title {
  color: #000;
  font: 900 15px Arial;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.search-container {
  font: 400 14px Arial;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 9px 9px;
  border-top: 5px solid #FFCE00;
  margin-bottom: 40px;
}

.search-item {
  padding: 0 0 15px 0;
}

.search-item--name {
  padding: 14px 30px;
  color: #000;
  font: 900 15px Arial;
  text-transform: uppercase;
  margin-bottom: 5px;
  background: #F5F5F5;
}

.search-item--header {
  padding: 10px 40px;
  font-weight: 700;
  color: #000;
}

.search-item--header-param {
  display: inline-block;
  white-space: nowrap;
  margin-top: 10px;
}

.search-item--element {
  padding: 4px 40px;
  color: #000;
  align-items: center;
}

.search-item--element a {
  border: 1px solid #FFCE00;
  border-radius: 4px;
  height: auto;
  color: #000;
  font: 400 14px / 26px Arial;
  padding: 4px 20px 4px 15px;
  display: block;
  line-height: 17px;
  width: 100%;
}

.search-item--element a:hover:after, .search-item--element a:after {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  content: '';
  margin-top: -7px;
  background: url(/theme/assets/images/search-m.png) 0 0 no-repeat;
}

.search-item--element a:hover {
  background: #FFCE00;
}

.search-for-car--info {
  font-size: 14px;
}

.search-for-car--info b {
  color: #FF0000;
}

.tooltip-hover {
  position: relative;
}

.tooltip-hover--icon {
  width: 13px;
  height: 13px;
  background-image: url(/theme/assets/images/info.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.tooltip-hover--text {
  width: 184px;
  position: absolute;
  left: calc(100% + 7px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #F3F3F3;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));
  padding: 8px 6px 8px 18px;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #000000;
  z-index: 2;
  display: none;
}

.tooltip-hover--text:before {
  content: "";
  position: absolute;
  left: -8px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-width: 4px 8px 4px 0;
  border-color: transparent #F3F3F3 transparent transparent;
  border-style: solid;
}

.tooltip-hover:hover > .tooltip-hover--text {
  display: block;
  white-space: normal;
}

.font-w-initial {
  font-weight: initial;
}

.font-w-700 {
  font-weight: 700 !important;
}

.search-auto-text {
  font-size: 15px;
}

.filter-items-item--element-long {
  grid-column: span 2;
}

.sorting-col {
  display: inline-block;
}

.pagination-2 {
  margin-left: 20px;
}

.filter-mobile--container {
  display: none;
}

.sorting-select {
  position: relative;
}

.sorting-title {
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  padding-bottom: 10px;
}

.sorting-title .sorting-title--icon {
  margin-right: 10px;
}

.sorting-title .sorting-title--arrow {
  margin-left: 5px;
}

.sorting-body {
  position: absolute;
  background: #fff;
  z-index: 99;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  font-size: 14px;
  right: 15px;
}

.sorting-body--element {
  padding: 8px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

.sorting-body--element:hover {
  background: #ebebeb;
}

.sorting-col label.checkbox-2 {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .search-item--name {
    padding: 14px 10px;
  }

  .search-item--header {
    padding: 10px 10px;
  }

  .search-item--element {
    padding: 4px 10px;
  }

  .search-item--element a {
    font: 400 12px / 26px Arial;
    line-height: 18px;
  }

  .pagination-2 {
    margin-left: 0;
    white-space: nowrap;
  }

  .sorting-title,
  .sorting-body {
    font-size: 12px;
  }

  .sorting-body {
    right: 0;
  }

  .sorting-col label.checkbox-2 span {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .sorting-col {
    display: block;
  }

  .filter-mobile--container {
    display: block;
  }

  .filter-desktop--container {
    display: none;
  }

  .page_title {
    display: none;
  }

  .modal-body .page_title {
    display: block;
  }
}

@media (max-width: 390.98px) {
  .search-item--element a {
    font: 400 11px / 26px Arial;
    padding: 4px 20px 4px 4px;
    line-height: 16px;
  }
}

.discount-card--info {
  background: #F5F5F5;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 17px;
}

.discount-card--info a {
  font-weight: 700;
}

.discount-card--info a:hover {
  text-decoration: underline;
}

@media (min-width: 575px) {
  .header-r__mobile--top {
    display: none;
  }
}

@media (max-width: 574px) {
  .content {
    padding-top: 45px;
  }

  .section-main-slider {
    padding-top: 45px !important;
  }

  .header-r-nav__link--ras-gar,
  .header-r-nav .header-r-nav__link:last-child {
    display: none;
  }
}

@media (max-width: 1319.98px) {
  body.menu-open:before {
    top: 30px !important;
  }
}

.header-r__mobile--top {
  background: #D9D9D9;
  height: 30px;
}

.header-r__mobile--top-container {
  display: flex;
  justify-content: space-between;
}

.header-r__mobile--top-left a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.header-r__mobile--top-right a.right-address {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  padding-right: 20px;
}

.header-r__mobile--top-right a.right-phone {
  font-size: 12px;
  font-weight: 600;
}

.header-r__mobile--top-container a:hover {
  text-decoration: none;
}

.responsive-menu {
  top: 30px !important;
}

.search-widget-r__input--mobile {
  height: 30px !important;
}

.search-widget-r--mobile {
  position: relative;
  margin-left: 25px;
  margin-right: 10px;
}

.search-widget-r--mobile input {
  border-radius: 4px;
  padding: 12px 20px 12px 50px;
}

.checkout-map-nav tr.checkout-delivery--point:hover td,
.checkout-map-nav tr.checkout-tk-item:hover td {
  background-color: rgba(255, 207, 0, 0.9) !important;
}

.checkout-delivery-address-error {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 207, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 207, 0, 0.5);
    box-shadow: 0px 0px 5px 5px rgba(255, 207, 0, 0.5);
}

.d-flex-end {
  display: flex;
  justify-content: flex-end;
}

.mr-30 {
  margin-right: 30px;
}

.compatibility-container {
  width: 100%;
  min-height: 100px;
}

.compatibility-header {
  background: #656565;
  color: #ffffff;
  font-weight: bold;
}

.compatibility-brand__item__head,
.compatibility-brand__item--model,
.compatibility-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 30px;
}

.compatibility-brand__item__head > div,
.compatibility-brand__item--model > div,
.compatibility-header > div {
  width: 33%;
}

.compatibility-brand__item:nth-child(even) {
  background: #f3f3f3;
}

.compatibility-brand__item__head {
  cursor: pointer;
  font-weight: bold;
}

.compatibility-brand__item__body {
  display: none;
}

.compatibility-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.compatibility-filter__title {
  margin-bottom: 10px;
  margin-right: 10px;
}

.compatibility-brand__item--model a {
  text-decoration: underline;
  color: #ff0909;
  text-decoration-color: #ff0909;
}

.compatibility-brand__item--model a:hover {
  text-decoration: none;
}

.compatibility-brand__item__head a {
  text-decoration: underline;
  text-decoration-color: #21ff21;
}

.compatibility--arrow {
  position: relative;
  bottom: 1px;
}

.compatibility--arrow img {
  transform: rotate(270deg);
}

.compatibility-brand__item__head.active .compatibility--arrow__left img {
  transform: rotate(0deg) !important;
}

/* Checkout */
.checkout-page-new .checkout-grid__column_left {
  flex: 0 0 50%;
  max-width: 50%;
}

.checkout-page-new .checkout-grid__column_right {
  flex: 0 0 calc(100% - 50%);
  max-width: calc(100% - 50%);
}

.checkout-page-new .cart-checkout__container {
  width: 226px;
  height: auto;
  background-color: #F0F0F0;
  border: #C6C5C5 solid 1px;
  border-radius: 4px;
  padding: 20px;
}

.checkout-page-new .cart-checkout__container .cart-checkout__items--item {
  padding-top: 20px;
}

.checkout-page-new .cart-checkout__container .cart-checkout__title {
  font-size: 14px;
  font-weight: 700;
}

.checkout-page-new .cart-checkout__container .cart-checkout__items--item__title {
  font-size: 14px;
  font-weight: 700;
}

.checkout-page-new .cart-checkout__container .cart-checkout__items--item__title span {
  color: #FC0005;
}

.checkout-page-new .cart-checkout__container .cart-checkout__items--item__typesize {
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}

.checkout-page-new .cart-checkout__container .cart-checkout__items--item__price {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
}

.checkout-page-new .cart-checkout__container .cart-checkout__items--total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.checkout-page-new .cart-checkout__container .cart-checkout__items--total__sum {
  font-size: 20px;
  font-weight: 700;
}

.checkout-page-new .calendar-date--info {
  font-size: 14px;
  font-weight: 400; 
}

.checkout-page-new .cart-checkout__group {
  margin-bottom: 20px;
}

.checkout-page-new .checkout-checkbox__indicator:after,
.checkout-checkbox-new .checkout-checkbox__indicator:after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.checkout-page-new .checkout-checkbox__indicator:before,
.checkout-checkbox-new .checkout-checkbox__indicator:before {
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
}

.checkout-page-new input:checked ~ .checkout-checkbox__indicator:before {
  background-color: #FFCE00;
}

.checkout-page-new .cart-checkout__info {
  text-align: left;
}

.checkout-page-new .cart-checkout__items--total__sum--old {
  color: #656565;
  text-decoration: line-through;
}

.checkout-page-new .form-control {
  border-radius: 4px;
}

.checkout-page-new .form-control-attachment__icon {
  right: 35px;
}

.checkout-page-new .checkout-map-nav .form-control-required {
  right: 25px;
}

.checkout-page-new .checkout-delivery--point.active {
  font-weight: 700;
}

.checkout-page-new .form-control-desc {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding-top: 5px;
}

.checkout-page-new .delivery-tk-desc {
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}

.checkout-page-new .delivery-tk-desc a {
  font-weight: 700;
}

.checkout-page-new .delivery-tk-desc a:hover {
  text-decoration: underline;
}

.checkout-page-new .checkout-calendar {
  padding: 0 25px 25px 25px;
  border-radius: 4px;
  background: url(/theme/images/bg-th.jpg) 0 0 no-repeat;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}

.bootstrap-datetimepicker-widget table td.day-green:not(.active) {
  background-color: #0A8C0333 !important;
  color: #0A8C03 !important;
}

.badge-step {
  background: #FFCE00;
  margin-right: 5px;
  padding: 0px 30px 0 10px;
  white-space: nowrap;
  clip-path: polygon(
      0 0,
      0 0,
      100% 0,
      80% 0,
      90% 100%,
      100% 100%,
      0 100%,
      0 100%
    );
}

.step-tabs.active .badge-step {
  background: #FFCE00;
}

.step-tabs.filled .badge-step {
  background: #FFF0B3;
}

.step-tabs.disabled .badge-step {
  background: #D9D9D9;
}

.btn-yellow {
  background-color: #FFCE00;
  height: 38px;
  border-radius: 4px;
  border: none;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0 40px;
  cursor: pointer;
  transition: all 0.2s linear;
  line-height: 38px;
  display: inline-block;
}

.btn-color-red {
  background-color: #F00000;
  color: #FFFFFF;
}

.step-tabs {
  border-bottom: 1px solid #D9D9D9;
}

.step-tabs__filled {
  font-size: 14px;
  font-weight: 400;
}

.step-tabs.active .step-tabs__filled {
  display: none;
}

.step-tabs.filled .step-tabs__body {
  display: none;
}

.step-tabs.disabled .step-tabs__body,
.step-tabs.disabled .step-tabs__filled {
  display: none;
}

.checkout-page-new .checkout-map {
  height: 365px;
}

.checkout-page-new .payment-info-container a {
  font-weight: bold;
  text-decoration: none;
}

.checkout-page-new .payment-info-container a:hover {
  text-decoration: underline;
}

.checkout-page-new  .checkout-checkbox__label a {
  text-decoration: none !important;
}

.checkout-page-new  .checkout-checkbox__label a:hover {
  text-decoration: underline !important;
}

.checkout-page-new  .cart-checkout-form .form-group .form-info-text {
  padding: 5px 0 0 0;
}

.cart-checkout-new .cart-checkout--order__title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}

.cart-checkout-new .cart-product--item {
  border: 1px solid #C6C5C5;
  border-radius: 4px;
}

.cart-checkout-new .cart-product--item__left {
  display: flex;
  padding: 20px 40px 20px 20px;
  border-right: 1px solid #C6C5C5;
}

.cart-checkout-new .cart-product--item__right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 40px 20px 40px;
  justify-content: center;
}

.cart-checkout-new .cart-product--item__bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 12px 20px 2px 20px;
  justify-content: flex-start;
  border-top: 1px solid #C6C5C5;
  flex-wrap: wrap;
}

.cart-product--item__bottom .cart-product--item__bottom--title {
  font-size: 14px;
  font-weight: 700;
  padding-right: 15px;
  padding-bottom: 10px;
}

.cart-checkout-new .cart-product--item__bottom .product-sticker--block {
  margin-right: 10px;
  margin-bottom: 10px;
}

.cart-checkout-new .cart-product--item__image {
  margin-right: 20px;
}

.cart-checkout-new .cart-product--item__image--img {
  width: 105px;
  height: 105px;
  flex: 0 0 auto;
}

.cart-checkout-new .cart-product--item__image--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-checkout-new .cart-product--item__info {
  width: 100%;
}

.cart-checkout-new .cart-product--item__name {
  font-size: 14px;
  font-weight: 700;
}

.cart-checkout-new .cart-product--item__typesize {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}

.cart-checkout-new .cart-product--item__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.cart-checkout-new .cart-product--item__total,
.cart-checkout-new .cart-checkout--total,
.cart-modal-new .cart-modal--total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.cart-checkout-new .cart-product--item__price--desc,
.cart-checkout-new .cart-product--item__total--desc,
.cart-checkout-new .cart-checkout--total__desc,
.cart-modal-new .cart-modal--total__desc {
  font-size: 12px;
  font-weight: 700;
}

.cart-checkout-new .cart-product--item__price--value {
  font-size: 16px;
  font-weight: 400;
}

.cart-checkout-new .cart-product--item__total--value,
.cart-checkout-new .cart-checkout--total__value,
.cart-modal-new .cart-modal--total__value {
  font-size: 24px;
  font-weight: 700;
  padding-left: 30px;
}

.cart-checkout-new .cart-checkout--summary__item {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 17px;
}

.cart-checkout-new .cart-checkout--summary__item span {
  font-weight: 700;
}

.cart-checkout-new .cart-checkout--summary__item:last-child {
  padding-bottom: 0;
}

.cart-checkout-new .cart-checkout--oferta__text,
.cart-modal-new .cart-modal--oferta__text {
  font-size: 10px;
  font-weight: 400;
}

.cart-checkout-new .cart-checkout--oferta__text a,
.cart-modal-new .cart-modal--oferta__text a {
  font-weight: bold;
  text-decoration: underline;
}

.cart-checkout-new .cart-checkout--oferta__text a:hover,
.cart-modal-new .cart-modal--oferta__text a:hover {
  text-decoration: none;
}

.cart-checkout-new .cart-checkout--footer,
.cart-modal-new .cart-modal--footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cart-checkout-new .cart-checkout--tirefitting__title {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-checkout-new .chzn-container {
  margin-bottom: 0;
}

.cart-checkout-new .cart-checkout--tirefitting__timer {
  width: 210px;
  height: 100px;
  background-color: #FFF;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  text-align: center;
}

.cart-checkout-new .cart-checkout--tirefitting__timer .service-timer-container {
  margin-bottom: 0;
}

.cart-checkout-new .cart-checkout--tirefitting__timer .service-timer-container--title {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: -5px;
}

.cart-checkout-new .cart-checkout--tirefitting__timer .service-timer-container--timer {
  font-size: 40px;
}

.cart-checkout-new .cart-checkout--tirefitting__display {
  display: flex;
  flex-direction: row-reverse;
  justify-content: initial;
}

.cart-checkout-new .cart-checkout--tirefitting__fixed {
  position: fixed;
  z-index: 99;
  top: 0;
}

.cart-checkout-new .pos-absolute {
  position: absolute;
}

.btn-yellow:disabled {
  background-color: #D9D9D9;
}

.btn-yellow-block {
  width: 210px;
}

.btn-yellow-outline {
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

.btn-yellow.btn-yellow-outline:hover {
  background-color: #FFCE00;
  border: 1px solid #FFF;
}

.fs-14 {
  font-size: 14px;
}

.product-sticker--block {
  display: flex;
  background: #FFF0B3;
  border: 1px solid #FFB800;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  width: 210px;
  height: 38px;
  cursor: pointer;
}

.product-sticker--block:hover {
  background: #FFCE00;
}

.product-sticker--block__image {
  padding-right: 10px;
}

.product-sticker--block__name {
  font-size: 12px;
  font-weight: 700;
}

.cart-checkout--stickers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
}

.cart-checkout--stickers .product-sticker--block {
  margin-top: 10px;
  margin-right: 10px;
}

.checkout-page-new .step-tabs__head--title {
    font-family: "Arial Black";
    font-size: 15px;
    color: black;
    font-weight: 900;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.checkout-page-new .p-absolute-call-text {
  position: initial;
  top: 38px;
  margin-top: -15px;
}

/* CART */
.cart-page-new .cart-total--container {
  width: 100%;
  height: auto;
  background-color: #F0F0F0;
  border: #C6C5C5 solid 1px;
  border-radius: 4px;
  padding: 20px 30px;
}

.cart-page-new .cart-total--container .cart-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cart-page-new .cart-total--container .cart-quantity {
  font-size: 12px;
  font-weight: 700;
}

.cart-page-new .cart-total--container .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.cart-page-new .cart-total--container .cart-total--sum {
  font-size: 24px;
  font-weight: 700;
}

.w-100 {
  width: 100%;
}

.cart-page-new .cart-product--item__container,
.cart-modal-new .cart-product--item__container {
  display: flex;
  padding: 20px 40px 20px 20px;
  border: 1px solid #C6C5C5;
  border-radius: 4px;
}

.cart-page-new .cart-product--item__image,
.cart-modal-new .cart-product--item__image {
  margin-right: 20px;
}

.cart-page-new .cart-product--item__image--img,
.cart-modal-new .cart-product--item__image--img {
  width: 105px;
  height: 105px;
  flex: 0 0 auto;
}

.cart-page-new .cart-product--item__image--img img,
.cart-modal-new .cart-product--item__image--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-page-new .cart-product--item__info,
.cart-modal-new .cart-product--item__info {
  width: 100%;
  position: relative;
}

.cart-page-new .cart-product--item__name,
.cart-modal-new .cart-product--item__name {
  font-size: 14px;
  font-weight: 700;
  margin-right: 30px;
}

.cart-page-new .cart-product--item__name span,
.cart-modal-new .cart-product--item__name span {
  color: #FC0005;
}

.cart-page-new .cart-product--item__typesize,
.cart-modal-new .cart-product--item__typesize {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}

.cart-page-new .cart-product--item__price,
.cart-modal-new .cart-product--item__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  min-width: 250px;
}

.cart-page-new .cart-product--item__total,
.cart-modal-new .cart-product--item__total,
.cart-page-new .cart-checkout--total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
  min-width: 250px;
}

.cart-page-new .cart-product--item__price--desc,
.cart-page-new .cart-product--item__total--desc,
.cart-modal-new .cart-product--item__price--desc,
.cart-modal-new .cart-product--item__total--desc,
.cart-page-new .cart-checkout--total__desc {
  font-size: 12px;
  font-weight: 700;
}

.cart-page-new .cart-product--item__price--value,
.cart-modal-new .cart-product--item__price--value {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.cart-page-new .cart-product--item__total--value,
.cart-modal-new .cart-product--item__total--value,
.cart-page-new .cart-checkout--total__value,
.cart-modal-new .cart-checkout--total__value {
  font-size: 24px;
  font-weight: 700;
  padding-left: 30px;
}

.cart-page-new .cart-product--item__total--counter,
.cart-modal-new .cart-product--item__total--counter {
  display: flex;
  align-items: center;
}

.cart-page-new .cart-product--item__total--counter .counter,
.cart-modal-new .cart-product--item__total--counter .counter,
.detail-page-new .detail--counter .counter {
  display: flex;
  align-items: center;
  border: 1px solid #C6C5C5;
  border-radius: 4px;
  height: 25px;
  background: #fff;
}

.detail-page-new .detail--counter .counter {
  border: none;
}

.cart-page-new .cart-product--item__total--counter .counter__input,
.cart-modal-new .cart-product--item__total--counter .counter__input,
.detail-page-new .detail--counter .counter__input {
  width: 28px;
  height: 23px;
  background-color: #fff;
  border: none;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.cart-page-new .cart-product--item__total--counter .counter__button,
.cart-modal-new .cart-product--item__total--counter .counter__button,
.detail-page-new .detail--counter .counter__button {
  background: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 14px;
}

.cart-page-new .cart-product--item__total--counter .counter__button.counter__button--minus,
.cart-modal-new .cart-product--item__total--counter .counter__button.counter__button--minus,
.detail-page-new .detail--counter .counter__button.counter__button--minus {
  margin-left: 5px;
}

.cart-page-new .cart-product--item__total--counter .counter__button.counter__button--plus,
.cart-modal-new .cart-product--item__total--counter .counter__button.counter__button--plus,
.detail-page-new .detail--counter .counter__button.counter__button--plus {
  margin-right: 5px;
}

.cart-page-new .cart-product--item__bottom,
.cart-modal-new .cart-product--item__bottom {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-top: 1px solid #C6C5C5;
  padding-top: 15px;
}

.cart-page-new .cart-product--item__bottom--title,
.cart-modal-new .cart-product--item__bottom--title {
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 0;
  padding-right: 0;
}

.cart-page-new .cart-product--item__bottom--cans,
.cart-modal-new .cart-product--item__bottom--cans {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cart-page-new .cart-product--item__bottom--can-item,
.cart-modal-new .cart-product--item__bottom--can-item {
  font-size: 10px;
  font-weight: 400;
  padding-right: 25px;
  padding-top: 5px;
}

.cart-page-new .cart-product--item__bottom--can-item:before,
.cart-modal-new .cart-product--item__bottom--can-item:before {
    content: "";
    display: block;
    background: url("/theme/assets/ext/icons/icon-can-check.svg") no-repeat;
    width: 8px;
    height: 8px;
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}

.cart-page-new .cart-product--item__delete,
.cart-modal-new .cart-product--item__delete {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cart-page-new .cart-product--item__delete:before,
.cart-modal-new .cart-product--item__delete:before {
    content: "";
    display: block;
    background: url("/theme/assets/ext/icons/icon-cart-delete.svg") no-repeat;
    width: 22px;
    height: 22px;
    position: relative;
}

.cart-page-new .cart--oferta__text,
.cart-modal-new .cart--oferta__text,
.detail-page-new .cart--oferta__text {
  font-size: 10px;
  font-weight: 400;
}

.cart-page-new .cart--oferta__text a,
.cart-modal-new .cart--oferta__text a,
.detail-page-new .cart--oferta__text a {
  font-weight: bold;
  text-decoration: underline;
}

.cart-page-new .cart--oferta__text a:hover,
.cart-modal-new .cart--oferta__text a:hover,
.detail-page-new .cart--oferta__text a:hover {
  text-decoration: none;
}

.cart-page-new .cart-product--empty {
  font-size: 14px;
  font-weight: 700; 
}

.cart-page-new .cart-product--empty__image {
  display: flex;
  justify-content: center;
}

.modal-cart-add .cart-modal__container {
    padding: 0 30px 0 30px;
}

.modal-cart-add .modal-title {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-right: 35px;
}

.modal-cart-add .cart-modal--buttons {
    display: flex;
    justify-content: space-between;
}

.modal-cart-add .cart-modal--buttons .cart-modal-btn {
    width: 50%;
}

.modal-cart-add .cart-modal--buttons .cart-modal-btn:first-child {
    background: #FFF0B3;
    border: 1px solid #FFB800;
    margin-right: 10px;
}

.modal-cart-add .cart-modal--buttons .cart-modal-btn:last-child {
    margin-left: 10px;
}

.tooltip-container {
  position: relative;
  z-index: 3;
}
.tooltip-container--icon {
  width: 11px;
  height: 11px;
  background-image: url("/theme/assets/ext/icons/icon-tooltip.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: relative;
  top: 1px;
}
.tooltip-container.active .tooltip-container--icon {
  background-image: url("/theme/assets/ext/icons/icon-tooltip.svg");
}
.tooltip-container--text {
  width: 184px;
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #F3F3F3;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));
  padding: 8px 6px 8px 18px;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #000000;
  z-index: 2;
  border-radius: 4px;
}
.tooltip-container:not(.active) .tooltip-container--text {
  display: none;
}
@media (max-width: 767.98px) {
  .tooltip-container--text {
    top: calc(100% - 24px);
    transform: none;
    padding: 8px;
    width: 180px;
  }
}
.tooltip-container--text:before {
  content: "";
  position: absolute;
  left: -8px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-width: 4px 8px 4px 0;
  border-color: transparent #F3F3F3 transparent transparent;
  border-style: solid;
}
@media (max-width: 767.98px) {
  .tooltip-container--:before {
    left: auto;
    right: 20px;
    top: -4px;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #F3F3F3 transparent;
    border-style: solid;
    display: none;
  }
}

@media (max-width: 575.98px) {
    .cart-checkout--tirefitting__timer {
        display: none;
    }

    .btn-yellow-block {
        width: 160px;
    }

    .checkout-page-new .step-tabs__head--name {
        width: 260px !important;
        font-size: 12px;
    }

    .cart-page-new .cart-product--item__container,
    .cart-modal-new .cart-product--item__container {
      display: block;
    }

    .cart-page-new .cart-product--item__image,
    .cart-modal-new .cart-product--item__image {
      float: left;
    }
}

@media (max-width: 767px) {
    .checkout-page-new .checkout-checkbox {
        margin-left: 0; 
    }

    .cart-checkout-new .cart-product--item__left {
        border-right: initial;
    }

    .cart-checkout-new .cart-checkout--footer {
        flex-direction: column;
    }

    .checkout-page-new .step-tabs__head--name {
        width: 370px;
    }
}

@media (min-width: 768px) {
  .cart-checkout-new .cart-checkout--oferta__text,
  .cart-modal-new .cart-modal--oferta__text {
    max-width: 450px;
  }

  .cart-page-new .cart--oferta__text,
  .cart-modal-new .cart--oferta__text,
  .detail-page-new .cart--oferta__text {
    max-width: 450px;
  }
}

@media (max-width: 1319px) {
    .checkout-page-new .cart-checkout__container {
        display: none;
    }
}

@media (min-width: 992px) {
    .checkout-page-new .checkout-map-nav {
        display: block;
        height: 365px;
    }
}

@media (min-width: 1320px) {
  .checkout-page-new .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .checkout-page-new .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .cart-page-new .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 59.5%;
    flex: 0 0 59.5%;
    max-width: 59.5%;
  }

  .cart-page-new .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40.5%;
    flex: 0 0 40.5%;
    max-width: 40.5%;
  }
}

/* DETAIL */
.detail-page-new .product-details-gallery__container {
  box-shadow: initial;
}

.detail-page-new .product-details--box-wrapper__top {
  display: flex;
}

.detail-page-new .detail-price--container {
  width: 100%;
  height: auto;
  background-color: #F0F0F0;
  border: #C6C5C5 solid 1px;
  border-radius: 4px;
  padding: 20px 30px;
}

.detail-page-new .detail-price--container .detail-total--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.detail-page-new .detail-price--container .detail-total--quantity {
  font-size: 12px;
  font-weight: 700;
}

.detail-page-new .detail-price--container .detail-price--price,
.detail-page-new .detail-price--container .detail-price--total,
.detail-page-new .detail-price--container .detail-price--qty {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.detail-page-new .detail-price--container .detail-price--price {
  margin-bottom: 5px;
}

.detail-page-new .detail-price--container .detail-price--total {
  margin-bottom: 10px;
}

.detail-page-new .detail-price--container .detail-price--price-value {
  font-size: 24px;
  font-weight: 700;
  padding-left: 10px;
}

.detail-page-new .detail-price--container .detail-price--total-value {
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
}

.detail-page-new .detail-price--container .detail-price--qty-value {
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px;
}

.detail-page-new .detail-action--container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 15px;
  width: 100%;
}

.detail-page-new .detail-action--container .detail-action--container--title {
  font-size: 14px;
  font-weight: 700;
  padding-right: 15px;
  padding-bottom: 10px;
}

.detail-page-new .detail-action--container .product-sticker--block {
  width: 100%;
  margin-bottom: 10px;
}

.detail-page-new .detail-params--container {
  font-size: 14px;
  font-weight: 400;
  min-width: 238px;
}

.detail-page-new .detail-params__title {
  font-weight: 700;
  padding-bottom: 5px;
}

.detail-page-new .detail-params__item {
  padding-bottom: 5px;
}

.detail-page-new .detail-can {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-left: 1px solid #C6C5C5;
  margin-top: 35px;
  padding: 5px 0 0 15px;
}

.detail-page-new .detail-can--title {
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 0;
  padding-right: 0;
}

.detail-page-new .detail-can--cans {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.detail-page-new .detail-can--can-item {
  font-size: 10px;
  font-weight: 400;
  padding-top: 5px;
}

.detail-page-new .detail-can--can-item:before {
    content: "";
    display: block;
    background: url("/theme/assets/ext/icons/icon-can-check.svg") no-repeat;
    width: 8px;
    height: 8px;
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}

.detail-page-new .detail--counter {
  margin-left: 20px;
}

.detail-page-new .detail-price--container {
  margin-right: 15px;
}

.detail-page-new .detail-price--container__top {
  display: flex;
}

.detail-page-new .detail-price--container__top--left {
  min-width: 225px;
}

.product-details-box-bottom {
  display: flex;
}

.detail-page-new .detail-technology__item {
  display: flex;
  margin-bottom: 15px;
}

.detail-page-new .detail-technology__description {
  font-size: 11px;
  font-weight: 400;
  padding-left: 10px;
}

.detail-page-new .detail-can--container__mobile,
.detail-page-new .detail-counter__mobile {
  display: none;
}

.detail-page-new .detail-similar--container {
  margin-top: 40px;
  min-height: 40px;
}

.detail-page-new .product-details-tabs-desktop__title--params,
.detail-page-new .product-details-tabs-desktop__content--params {
  display: none;
}

.detail-page-new .product-details-description .detail-technology {
  display: none;
}

@media (min-width: 1320px) {
  .detail-page-new .product-details__column_left {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .detail-page-new .product-details__column_right {
    flex: 0 0 calc(100% - 40%);
    max-width: calc(100% - 40%);
  }

  .detail-page-new .detail-price--container {
    min-width: 490px;
    max-width: 490px;
  }

  .detail-page-new .product-details-map-block .base-tabs__content--list {
    width: 40% !important;
  }

  .detail-page-new .product-details-map-block .base-tabs__content--map {
    width: 60% !important;
  }

  .detail-page-new .product-details-map-block .product-details-map {
    height: 416px;
  }
}

@media (min-width: 992px) {
  .detail-page-new .product-details-map-block .base-tabs__content {
    width: 100%;
  }

  .detail-page-new .product-details-map-block .product-details__column_left,
  .detail-page-new .product-details-map-block .product-details__column_right {
    max-width: 100%;
  }

  .detail-page-new .product-details-map-block .base-tabs__body {
    display: flex;
  }

  .detail-page-new .product-details-map-block .base-tabs__content--list {
    width: 50%;
  }

  .detail-page-new .product-details-map-block .base-tabs__content--map {
    width: 50%;
  }

  .detail-page-new .product-details-map-block .product-details-map {
    height: 416px;
  }
}

@media (min-width: 768px) {
  .detail-page-new .product-details-map-block .base-tabs {
    width: 100%;
  }

  .detail-page-new .product-details-map-block .base-tabs__head {
    display: none;
  }

  .detail-page-new .product-details-map-block .base-tabs__content:not(.active) {
    display: block !important;
  }
}

@media (max-width: 1319px) {
  .detail-page-new .product-details--box-wrapper__top {
    display: flex;
    flex-direction: column;
  }

  .detail-page-new .detail-action--container {
    padding-left: 0;
  }

  .detail-page-new .detail-params--container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
    .modal-cart-add {
      padding: 0;
    }

    .modal-cart-add .modal-dialog {
        width: 100%;
        max-width: initial;
        margin: 0;
    }

    .cart-modal-new .cart-modal--footer {
        flex-direction: column;
    }

    .cart-modal-new .cart-modal--total {
        margin-top: 10px;
    }

    .modal-cart-add .cart-modal__container {
        padding: 0;
    }

    .detail-page-new .product-details-map-block .product-details-map {
      height: 300px;
    }
}

@media (max-width: 767.98px) {
  .detail-page-new .detail-price--container {
    position: relative;
    width: auto;
    border: initial;
    border-radius: 0;
    border-top: #C6C5C5 solid 1px;
    border-bottom: #C6C5C5 solid 1px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .detail-page-new .detail-price--container__top--right,
  .detail-page-new .detail--counter {
    display: none;
  }

  .detail-page-new .detail-price--container .detail-price--price, 
  .detail-page-new .detail-price--container .detail-price--total {
    justify-content: space-between;
  }

  .detail-page-new .detail-price--container__top--left {
    min-width: 100%;
  }

  .detail-page-new .detail-can--container__mobile {
    display: block;
    margin-bottom: 10px;
  }

  .detail-page-new .detail-counter__mobile {
    display: block;
    margin-left: 0;
    margin-right: 60px;
  }

  .detail-page-new .detail-counter__mobile .counter {
    height: 38px;
  }

  .detail-page-new .detail-btn--container {
    display: flex;
  }

  .detail-page-new .detail-can {
    display: flex;
    align-items: flex-start;
    border-left: initial;
    border-top: 1px solid #C6C5C5;
    margin-top: 20px;
    padding: 20px 0 0 0;
    flex-direction: column;
  }

  .detail-page-new .detail-can--cans {
    flex-direction: row;
  }

  .detail-page-new .detail-can--can-item {
    padding-right: 25px;
  }

  .detail-page-new .product-details-params {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .detail-page-new .detail-params--container {
    display: none;
  }

  .detail-page-new .product-details-params .detail-params--container {
    display: initial;      
  }

  .detail-page-new .product-details-params .detail-params__item {
    display: flex;
    justify-content: space-between;
  }

  .detail-page-new .product-details-tabs-desktop__title--params,
  .detail-page-new .product-details-tabs-desktop__content--params {
    display: initial;
  }

  .detail-page-new .detail-technology {
    display: none;
  }

  .detail-page-new .product-details-description .detail-technology {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .detail-page-new .product-details-description .detail-technology .detail-technology__image {
    min-width: 60px;
  }

  .detail-page-new .product-details-map-block .base-tabs__body {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .modal-cart-add .cart-modal--buttons {
    flex-direction: column;
  }

  .modal-cart-add .cart-modal--buttons .cart-modal-btn {
    width: 100%;
  }

  .modal-cart-add .cart-modal--buttons .cart-modal-btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .modal-cart-add .cart-modal--buttons .cart-modal-btn:last-child {
    margin-left: 0;
  }

  .modal-cart-add .modal-body {
    padding: 20px 15px 20px 15px;
  }

  .cart-modal-new .cart-product--item__container {
    padding: 20px 20px 20px 20px;
  }

  .filter-block__content .d-flex-end {
    flex-direction: column;
    justify-content: flex-start;
  }

  .filter-block__content .d-flex-end .sorting-col {
    display: flex;
    justify-content: flex-end;
  }

  .filter-block__content .d-flex-end .sorting-col.mr-30 {
    margin-right: 0;
  }
}

@media (max-width: 410px) {
  .detail-page-new .detail-counter__mobile {
    margin-right: 20px;
  }
}

.user-panel--operator {
  background-color: #000;
  color: #eaeaea;
  padding: 12px 0;
  font-weight: bold;
  font-size: 13px;
}

.user-panel--operator__flex {
  display: flex;
  justify-content: space-between;
}

.user-panel--operator a {
  color: #eaeaea;
}

.cart-product--item__price--value--old {
  font-size: 14px;
  line-height: 14px;
  color: #636363;
  position: relative;
  margin-left: 10px;
}

.cart-product--item__price--value--old:before {
  content: "";
  background-color: #AE0000;
  transform: rotate(164deg);
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .brands-r .slider-arrow-r {
    top: 45px;
  }

  .brands-r .slider-arrow-r_left {
    left: 10px !important;
  }

  .brands-r .slider-arrow-r_right {
    right: 10px !important;
  }
}

.header-r__mobile--top-left .header-action-button--location {
  padding-right: 20px;
}

@media (max-width: 375.98px) {
  .header-r__mobile--top-container a {
    font-size: 11px !important;
  }

  .header-r__mobile--top-left .header-action-button--location,
  .header-r__mobile--top-right a.right-address {
    padding-right: 5px;
  }
}

.header-r__mobile--top-container a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .compatibility-container {
    width: 660px;
  }
}

.policy-link-footer {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

.policy-link-footer:hover {
  text-decoration: none;
}

.form-group--agree-policy label div {
  margin-left: 10px;
}

.form-group--agree-policy label a {
  text-decoration: underline;
  font-weight: 700;
}

.form-group--agree-policy label a:hover {
  text-decoration: none;
}
