@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../fonts/ProximaNova/Regular/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova/Regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Regular/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/Regular/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Italic';
  src: url("../fonts/ProximaNova/Italic/ProximaNova-RegularIt.eot");
  src: url("../fonts/ProximaNova/Italic/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Italic/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova/Italic/ProximaNova-RegularIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Proxima Nova Bold Italic';
  src: url("../fonts/ProximaNova/BoldItalic/ProximaNova-BoldIt.eot");
  src: url("../fonts/ProximaNova/BoldItalic/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/BoldItalic/ProximaNova-BoldIt.woff") format("woff"), url("../fonts/ProximaNova/BoldItalic/ProximaNova-BoldIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Black Italic';
  src: url("../fonts/ProximaNova/BlackItalic/ProximaNova-BlackIt.eot");
  src: url("../fonts/ProximaNova/BlackItalic/ProximaNova-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/BlackItalic/ProximaNova-BlackIt.woff") format("woff"), url("../fonts/ProximaNova/BlackItalic/ProximaNova-BlackIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Condensed Extra Bold Italic';
  src: url("../fonts/ProximaNovaExtraCondensed/BoldItalic/ProximaNovaCond-ExtrabldIt.eot");
  src: url("../fonts/ProximaNovaExtraCondensed/BoldItalic/ProximaNovaCond-ExtrabldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtraCondensed/BoldItalic/ProximaNovaCond-ExtrabldIt.woff") format("woff"), url("../fonts/ProximaNovaExtraCondensed/BoldItalic/ProximaNovaCond-ExtrabldIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Extra Condensed Italic';
  src: url("../fonts/ProximaNovaExtraCondensed/Italic/ProximaNovaExCn-RegularIt.eot");
  src: url("../fonts/ProximaNovaExtraCondensed/Italic/ProximaNovaExCn-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtraCondensed/Italic/ProximaNovaExCn-RegularIt.woff") format("woff"), url("../fonts/ProximaNovaExtraCondensed/Italic/ProximaNovaExCn-RegularIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap Reboot v4.0.0
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 18px;
}

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

a:hover {
  color: none;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  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;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -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%;
      -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%;
      -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%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -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%;
      -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%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -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%;
      -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%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -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%;
      -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%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -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;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -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%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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%;
  }
}

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-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;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: 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;
      -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;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-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;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: 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;
          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;
          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;
          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;
        -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;
        -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;
        -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;
        -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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-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;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: 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;
        -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;
        -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;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: 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;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: 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;
            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;
            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;
            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;
        -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;
        -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;
        -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;
        -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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-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;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: 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;
        -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;
        -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;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: 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;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: 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;
            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;
            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;
            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;
        -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;
        -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;
        -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;
        -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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-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;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: 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;
        -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;
        -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;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: 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;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: 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;
            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;
            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;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !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;
        -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;
        -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;
        -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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-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;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: 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;
        -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;
        -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;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: 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;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: 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;
            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;
            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;
            align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
  font-style: italic;
}

@media (max-width: 575.98px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb a {
  color: #000;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #999;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #999;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-transform: uppercase;
  font-family: "Proxima Nova Bold Italic", sans-serif;
}

.nav-link {
  display: block;
  padding: 0.4rem 1rem;
  color: #fff;
  cursor:pointer;
}

.nav-link:hover {
  text-decoration:underline;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
          border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.nav-pills .nav-link {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! formstone v1.4.10 [dropdown.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}

.fs-dropdown, .fs-dropdown *, .fs-dropdown :after, .fs-dropdown :before, .fs-dropdown:after, .fs-dropdown:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.fs-dropdown-mobile .fs-dropdown-element, .fs-dropdown-native .fs-dropdown-element {
  z-index: 7;
}

.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element, .fs-dropdown-native.fs-dropdown-multiple .fs-dropdown-element {
  z-index: -1;
}

.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  -o-text-overflow: clip;
     text-overflow: clip;
}

.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}

.fs-dropdown-group {
  display: block;
  font-size: 75%;
}

.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.fs-dropdown-item_placeholder {
  display: none;
}

.fs-dropdown-item_selected {
  background: #ddd;
}

.fs-dropdown-item_disabled {
  cursor: default;
  opacity: .5;
}

.fs-dropdown-open {
  z-index: 3;
}

.fs-dropdown-open .fs-dropdown-options {
  display: block;
}

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}

.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}

.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}

.fs-dropdown-disabled {
  opacity: .5;
}

.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-group, .fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

/*! formstone v1.4.10 [dropdown.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-dropdown.fs-light .fs-dropdown-selected {
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  color: #263238;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  padding: 0 40px 0 15px;
}

.fs-dropdown.fs-light .fs-dropdown-selected:after {
  width: 11px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 9px;
  content: '';
  display: block;
  margin: -3.5px 0 0;
  background: url(../img/arrow-down--black.png) 0 0 no-repeat;
}

.fs-dropdown.fs-light.fs-dropdown-focus .fs-dropdown-selected:after, .no-touchevents .fs-dropdown.fs-light .fs-dropdown-selected:hover:after {
  border-top-color: #263238;
}

.fs-dropdown.fs-light .fs-dropdown-options {
  max-height: 260px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.fs-dropdown.fs-light .fs-dropdown-group {
  border-bottom: 1px solid #78909c;
  color: #546e7a;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.fs-dropdown.fs-light .fs-dropdown-item {
  background: #fff;
  color: #263238;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 15px;
  text-align: left;
}

.fs-dropdown.fs-light .fs-dropdown-item:last-child {
  border-bottom: 0;
}

.no-touchevents .fs-dropdown.fs-light .fs-dropdown-item:hover {
  color: #141a1e;
  background-color: #f9f9f9;
}

.fs-dropdown.fs-light .fs-dropdown-item_selected, .no-touchevents .fs-dropdown.fs-light .fs-dropdown-item_selected:hover {
  background: #f0f0f0;
}

.fs-dropdown.fs-light .fs-dropdown-item_disabled, .no-touchevents .fs-dropdown.fs-light .fs-dropdown-item_disabled:hover {
  color: #263238;
  background-color: #fff;
  border-color: #546e7a;
  opacity: .5;
}

.fs-light.fs-dropdown-open .fs-dropdown-selected {
  background-color: #fff;
}

.fs-light.fs-dropdown-cover .fs-dropdown-options {
  border-width: 1px;
}

.fs-light.fs-dropdown-bottom .fs-dropdown-options {
  border-width: 1px 1px 0;
}

.fs-light.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}

.fs-light.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-width: 1px;
}

.fs-light.fs-dropdown-multiple {
  border: 1px solid #546e7a;
}

.fs-light.fs-dropdown-multiple .fs-dropdown-options {
  border: none;
}

.fs-light.fs-dropdown-disabled {
  opacity: .5;
}

.fs-light.fs-dropdown-disabled .fs-dropdown-selected, .no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-selected:hover {
  background: #fff;
  border-color: #546e7a;
  color: #263238;
  cursor: default;
}

.fs-light.fs-dropdown-disabled .fs-dropdown-selected:after, .no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-selected:hover:after {
  border-top-color: #546e7a;
}

.fs-light.fs-dropdown-disabled .fs-dropdown-options {
  background: #fff;
  border-color: #546e7a;
}

.fs-light.fs-dropdown-disabled .fs-dropdown-group, .fs-light.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #546e7a;
  color: #263238;
}

.fs-light.fs-dropdown-disabled .fs-dropdown-item, .no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #263238;
  background-color: #fff;
}

.fs-light.fs-dropdown-disabled .fs-dropdown-item_selected, .no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #fff;
}

.fs-light.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}

.fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid #546e7a;
  border-width: 0 0 0 1px;
}

.fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  border: none;
  max-height: 260px;
  height: auto;
}

.fs-light.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

.fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar, .fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

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

::-moz-placeholder {
  color: #666;
}

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

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

::placeholder {
  color: #666;
}

body {
  min-width: 320px;
  position: relative;
}

body input, body textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: #ccc 1px solid;
  color: #666;
  font-size: 1rem;
  font-family: "Proxima Nova Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  outline: none;
  padding: 8px 10px;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

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

b,
strong {
  font-weight: bold;
}

.section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 5rem 0 5.5rem;
}

.section--sm-top-indent {
  padding-top: 3rem;
}

.section--grey {
  background-color: #f0f0f0;
}

.section--dark-grey {
  background-color: #444;
}

.news-block.section--white .text a {
  color: #444;
}

.simple-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.heading {
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova Black Italic", sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}

.heading h2 {
  color: #666;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  margin-bottom:1.25rem;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Proxima Nova Bold", sans-serif;
}

h6 {
  font-size: 1rem;
}

.section--dark-grey h1, .section--dark-grey h2, .section--dark-grey h3, .section--dark-grey h4, .section--dark-grey h5, .section--dark-grey h6 {
  color: #fff;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.header {
  max-width: 1600px;
  margin: 0 auto;
}

.header-line {
  background-color: #f0f0f0;
  margin: 0 0 20px;
}

.header-line .row {
  height: 40px;
}

.h-contacts {
  font-size: 0.875rem;
  font-style: italic;
}

.h-contacts .mail {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .h-contacts .mail {
    padding: 0 15px 0 0;
  }
}

.h-contacts .mail a {
  color: #000;
}

.h-contacts .address {
  padding: 0 15px 0 0;
}

.h-contacts .phone-wrap {
  background-color: #ff652d;
  height: 100%;
}

.h-contacts .phone {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 11px 15px 0;
}

.h-contacts .phone a {
  color: #fff;
}

.h-contacts .code {
  font-weight: 400;
}

.header-panel {
  background: url(../img/header-panel-bg.png) 50% 0 no-repeat;
  position: relative;
  z-index: 50;
  font-size: 0.875rem;
  font-family: "Proxima Nova Italic", sans-serif;
}

@media only screen and (max-width: 1200px) {
  .header-panel {
    background-position: -368px 0;
  }
}

@media only screen and (max-width: 630px) {
  .header-panel {
    background: url(../img/header-panel-bg--sm.png) 100% 0 no-repeat;
  }
}

@media only screen and (max-width: 378px) {
  .header-panel {
    background: url(../img/header-panel-bg--xs.png) 50% 0 no-repeat;
  }
}

.header-panel > .row {
  height: 80px;
}

.logo {
  padding: 0 15px 0;
}

.h-information {
  padding: 0 11px 0 0;
}

@media only screen and (max-width: 991px) {
  .h-information {
    padding: 0;
  }
}

.h-information .item {
  display: inline-block;
}

.h-information .account {
  color: #fff;
  font-family: "Proxima Nova Bold Italic", sans-serif;
  position: relative;
  padding: 0 14px 0 0;
}

.h-information .account a {
  color: #fff;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
}

.h-information .account a:before {
  content: '';
  background: url(../img/icon-proflie.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}

@media only screen and (max-width: 1240px) {
  .h-information .account a:before {
    top: -16px;
  }
}

@media only screen and (max-width: 1240px) {
  .h-information .user-name {
    display: none;
  }
}

.h-information .orders {
  padding: 0 6px;
}

@media only screen and (max-width: 991px) {
  .h-information .orders {
    display: none;
  }
}

.h-information .message {
  padding: 0 6px;
}

@media only screen and (max-width: 991px) {
  .h-information .message {
    display: none;
  }
}

.h-cart {
  margin: 0 0 0 6px;
  padding: 0 10px 0 30px;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .h-cart {
    padding: 0 12px 0 0;
  }
}

.h-cart .ico {
  position: absolute;
  top: -3px;
  left: 0;
  background: url(../img/icon-cart.png) 0 0 no-repeat;
  width: 16px;
  height: 19px;
}

@media only screen and (max-width: 1100px) {
  .h-cart .ico {
    top: -2px;
  }
}

.h-cart .item {
  display: inline-block;
}

@media only screen and (max-width: 1100px) {
  .h-cart .item a {
    display: none;
  }
}

.h-cart .sum {
  padding: 0 7px 0 0;
}

.h-cart .count {
  padding: 0 0 0 7px;
}

.h-search {
  background-color: #444;
  position: absolute;
  top: 80px;
  left: 15px;
  width: 100%;
  height: 80px;
  display: none;
}

.h-search--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h-search-input {
  margin: 0 15px 0 0;
  border: 1px solid #808080;
  color: #fff;
  background-color: transparent;
}

.h-search-toggle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 44px;
  height: 19px;
  padding: 0 15px 0 10px;
}

.h-search-toggle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  background: url(../img/icon-loupe.png) 0 0 no-repeat;
  width: 19px;
  height: 19px;
}

.h-search-toggle--active:after {
  content: '';
  height: 5px;
  width: 45px;
  background-color: #ff652d;
  position: absolute;
  bottom: -30px;
  right: 14px;
}

@media only screen and (max-width: 370px) {
  .h-search-toggle--active:after {
    width: 20px;
    right: 29px;
  }
}

.toggle-menu {
  height: 16px;
  width: 23px;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: top .15s ease;
  -o-transition: top .15s ease;
  transition: top .15s ease;
  margin: 0 15px 0 0;
}

@media only screen and (min-width: 768px) {
  .toggle-menu {
    display: none;
  }
}

.toggle-menu__lines {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.toggle-menu__lines:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 0;
}

.toggle-menu__lines:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

.toggle-menu--active {
  right: 15px;
  top: 90px;
  position: absolute;
}

.toggle-menu--active .toggle-menu__lines {
  background-color: transparent;
}

.toggle-menu--active .toggle-menu__lines:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}

.toggle-menu--active .toggle-menu__lines:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  background-color: #fff;
}

.nav-wrap > .nav .nav-item--has-dropdown.nav-item--active {
  position: relative;
}

.nav-wrap > .nav .nav-item--has-dropdown.nav-item--active:after {
  content: '';
  height: 5px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  background-color: #ff652d;
  position: absolute;
  bottom: -25px;
  left: 16px;
}

@media only screen and (max-width: 620px) {
  .menu .nav-item--has-dropdown {
    display: none;
  }
}

.menu {
  display: none;
  min-width: 320px;
  background-color: #222222;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 115px 0 50px;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menu .nav {
  display: block;
  text-align: center;
  font-size: 1rem;
}

.menu .nav-item {
  padding: 0.4rem 1rem;
}

.menu .nav-link {
  display: inline;
}

.menu .item {
  text-align: center;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
}

.menu .account {
  color: #fff;
  font-family: "Proxima Nova Bold Italic", sans-serif;
  position: relative;
  padding: 0.4rem 1rem;
}

.menu .account a {
  color: #fff;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
}

.menu .account span {
  position: relative;
}

.menu .account span:before {
  content: '';
  background: url(../img/icon-proflie.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: -30px;
}

.menu .menu-cart {
  text-align: center;
  position: relative;
  padding: 15px 0 0;
}

.menu .menu-cart .ico {
  display: inline-block;
  position: relative;
  top: 1px;
  background: url(../img/icon-cart.png) 0 0 no-repeat;
  width: 16px;
  height: 19px;
  margin: 0 8px 0 0;
}

.menu .item-cart {
  display: inline-block;
  padding: 0.4rem 0.5rem;
}

.dropdown-menu {
  background-color: #444;
  height: auto !important;
  padding: 18px 0 23px 156px;
  position: absolute;
  z-index: 1000;
  left: 15px;
  top: 80px;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 620px) {
  .dropdown-menu {
    display: none !important;
  }
}

.dropdown-menu--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-menu-inner {
  padding: 0;
  margin: 0;
  font-family: "Proxima Nova Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
}

.dropdown-menu-inner li {
  list-style: none;
  line-height: 1.875;
}

.menu .dropdown-menu-inner {
  text-align: center;
  padding: 0 0 15px;
  font-family: "Proxima Nova Bold Italic", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.menu .dropdown-menu-inner a {
  color: #fff;
}

.main-slider-wrap {
  margin: -100px 0 0;
}

.main-slider-holder {
  max-height: 610px;
  min-height: 390px;
}

.main-slider-holder:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.main-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slider .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
}

.main-slider .content {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 0 0 0 28px;
  z-index: 50;
}

@media only screen and (max-width: 767px) {
  .main-slider .content {
    padding: 0 0 0 28px;
  }
}

.main-slider .category {
  color: #fff;
  text-transform: uppercase;
  font-family: "Proxima Nova Italic", sans-serif;
  line-height: 1;
}

.main-slider .title {
  font-size: 6.25rem;
  font-family: "Proxima Nova Black Italic", sans-serif;
  line-height: 1;
  margin: -5px 0 -4px;
}

@media only screen and (max-width: 1140px) {
  .main-slider .title {
    font-size: 5rem;
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider .title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider .title {
    font-size: 3rem;
  }
}

.main-slider .title a {
  color: #fff;
}

.main-slider .title a:hover {
  text-decoration: none;
}

.main-slider .price {
  color: #ff652d;
  font-size: 3rem;
  font-family: "Proxima Nova Italic", sans-serif;
  line-height: 1;
  padding: 0 0 41px;
}

@media only screen and (max-width: 1140px) {
  .main-slider .price {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider .price {
    font-size: 1.75rem;
  }
}

.main-slider .currency {
  font-size: 1.5rem;
}

.main-slider .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #222;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 30;
}

.main-slider .slick-prev {
  right: 45px;
}

.main-slider .slick-prev:before {
  content: '';
  display: block;
  background: url(../img/slider-arrows.png) 0 0 no-repeat;
  width: 14px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.main-slider .slick-next {
  right: 0;
}

.main-slider .slick-next:before {
  content: '';
  display: block;
  background: url(../img/slider-arrows.png) 100% 0 no-repeat;
  width: 14px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.main-slider .slick-dots {
  height: 3px;
  position: absolute;
  bottom: 31px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.main-slider .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 3px;
  text-indent: -9999px;
  border: 0;
  background-color: #888887;
  cursor: pointer;
  margin: 0 5px;
}

.main-slider .slick-dots li.slick-active {
  background-color: #ff652d;
}

.category-catalog .item-in {
  padding: 0 0 1rem;
}

.category-catalog .figure {
  display: block;
  position: relative;
  height: 200px;
}

.category-catalog .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .category-catalog .img {
    max-width: 100%;
  }
}

.category-catalog .title {
  font-family: "Proxima Nova Condensed Extra Bold Italic", sans-serif;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.category-catalog .title a {
  color: #000;
}

.category-catalog .subtitle a {
  color: #666;
}

.category-catalog .category-list {
  padding: 0 15px;
}

.to-cart {
  color: #999;
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  text-transform: uppercase;
}

.to-cart:after {
  content: '';
  background: url(../img/arrow-right--orange.png) 0 0 no-repeat;
  width: 11px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 9px;
  position: relative;
  top: 1px;
}

.to-back-link {
  font-size: 1.125rem;
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  text-transform: uppercase;
}

.to-back-link:before {
  content: '';
  display: inline-block;
  background: url(../img/arrow-right--orange.png) 0 0 no-repeat;
  width: 11px;
  height: 14px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 1px;
  position: relative;
  margin: 0 7px 0 0;
}

.m-right {
  margin-right:20px;
}

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

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

.popular-product {
  padding-bottom: 1rem;
}

.popular-product .item {
  position: relative;
  border-left: 1px solid #ccc;
  margin: 0 0 63px;
}

.popular-product .item:first-child {
  border-left: 0;
}

@media only screen and (max-width: 991px) {
  .popular-product .item:nth-child(2n+1) {
    border-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .popular-product .item {
    border-left: 0;
  }
}

.popular-product .item-in {
  padding: 0 15px 23px;
}

.popular-product .figure {
  position: relative;
  height: 280px;
}

.popular-product .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.popular-product .category {
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  text-transform: uppercase;
  padding: 0 0 2px;
}

.popular-product .category a {
  color: #666;
}

.popular-product .title {
  font-size: 1.5rem;
  font-family: "Proxima Nova Black Italic", sans-serif;
  line-height: 1;
  padding: 0 0 10px;
}

.popular-product .title a {
  color: #000;
}

.popular-product .bottom {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  padding: 0 30px;
}

.popular-product .bottom::after {
  display: block;
  clear: both;
  content: "";
}

.popular-product .price {
  font-size: 1.5rem;
  font-family: "Proxima Nova Bold Italic", sans-serif;
  color: #ff652d;
  float: left;
}

.popular-product .price.old-price, .catalog .price.old-price {
  font-size: 0.8rem;
  margin-left:10px;
  color:#666;
  text-decoration:line-through;
}

.popular-product .currency {
  font-family: "Proxima Nova Italic", sans-serif;
  font-size: 1rem;
}

.popular-product .price.old-price .currency, .catalog .price.old-price .currency {
  font-size: 0.5rem;
}

.popular-product .action {
  float: right;
  padding: 6px 0 0;
}

.news-block {
  padding-bottom: 0;
}

.news-block .item {
  border-left: 1px solid #606060;
  margin: 0 0 5rem;
}

.news-block .item:first-child {
  border-left: 0;
}

.news-block.section--white .item {
  border-left: 0px;
  margin: 0 0 5rem;
}

.news-block.section--white .item:nth-child(odd) {
  border-right: 1px solid #606060;
}

.news-block .item > div {
  padding-left: 15px;
  padding-right: 15px;
}

.news-block .figure {
  padding: 0 0 1.5rem;
}

.news-block .img {
  max-width: 100%;
  width: 100%;
}

.news-block .date {
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #999;
  padding: 0 0 0.625rem;
}

.news-block .text a {
  color: #fff;
}

.news-block .text a:hover {
  text-decoration: none;
}

.pages { margin-left:30px; }
.pages b { background-color:#444; color:#FFF; padding:5px 12px 5px 12px; }
.pages a { text-decoration:none; margin-right:10px; }

.text-block {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog {
  padding-bottom: 1rem;
}

.catalog .item {
  position: relative;
  border-left: 1px solid #ccc;
  margin: 0 0 63px;
}

@media only screen and (min-width: 1200px) {
  .catalog .item:nth-child(3n+1) {
    border-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .catalog .item:nth-child(2n+1) {
    border-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog .item {
    border-left: 0;
  }
}

.catalog .item-in {
  padding: 0 15px 23px;
}

.catalog .figure {
  position: relative;
  height: 280px;
}

.catalog .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.catalog .category {
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  text-transform: uppercase;
  padding: 0 0 2px;
}

.catalog .category a {
  color: #666;
}

.catalog .title {
  font-size: 1.5rem;
  font-family: "Proxima Nova Black Italic", sans-serif;
  line-height: 1;
  padding: 0 0 10px;
}

.catalog .title a {
  color: #000;
}

.catalog .bottom {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  padding: 0 30px;
}

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

.catalog .price {
  font-size: 1.5rem;
  font-family: "Proxima Nova Bold Italic", sans-serif;
  color: #ff652d;
  float: left;
}

.catalog .currency {
  font-family: "Proxima Nova Italic", sans-serif;
  font-size: 1rem;
}

.catalog .action {
  float: right;
  padding: 6px 0 0;
}

.side-catalog {
  padding: 0;
  margin: 0 15px 40px 15px;
}

@media only screen and (max-width: 575px) {
  .side-catalog {
    border: 1px solid #ccc;
  }
}

.side-catalog ul {
  list-style: none;
}

.side-catalog ul li {
  padding: 0 0 0.6rem;
}

.side-catalog ul ul {
  padding: 1rem 0 1.2125rem;
  margin: 0;
}

.side-catalog .title {
  color: #000;
  text-transform: uppercase;
  font-family: "Proxima Nova Condensed Extra Bold Italic", sans-serif;
}

.side-catalog.grey .title {
  color: #666;
}

.side-catalog .subtitle {
  font-size: 1rem;
  line-height: 1;
}

.side-catalog .subtitle a {
  color: #666;
}

.side-catalog a.active {
  color: #ff652d;
  font-family: "Proxima Nova Bold", sans-serif;
  pointer-events: none;
}

.side-catalog.grey a.active {
  color: #ff652d;
  font-family: "Proxima Nova Condensed Extra Bold Italic", sans-serif;
}

.side-catalog .toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fafafa;
  padding: .75rem 1rem;
  cursor: pointer;
  font-family: "Proxima Nova Bold", sans-serif;
  color: #000;
  font-size: 1.125rem;
  position: relative;
}

.side-catalog .toggle:before {
  content: '';
  background: url(../img/icon__arrow.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  width: 16px;
  height: 8px;
}

@media only screen and (min-width: 576px) {
  .side-catalog .toggle {
    display: none;
  }
}

.side-catalog.active .toggle:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.side-catalog-in {
  margin: 0;
  padding: 0;
}

.side-catalog-in > li:first-child {
  padding-top: 4px;
}

.side-catalog-in > li:last-child {
  padding-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .side-catalog-in {
    border-top: 1px solid #ccc;
    display: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 576px) {
  .side-catalog-in {
    display: block !important;
  }
}

.button {
  display: table;
  line-height: 40px;
  padding: 0 16px 0 20px;
  background-color: #ff652d;
  text-transform: uppercase;
  color: #fff;
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  cursor: pointer;
  border:0 none;
}

.button.grey {
  padding: 0 10px 0 20px;
  background-color: #333;
}

.button:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow-right--white.png) 0 0 no-repeat;
  width: 11px;
  height: 14px;
  margin: 0 0 0 11px;
  position: relative;
  top: 1px;
}

.button.grey:after {
  background: none;
  margin: 0;
}

.rmvThisLineNow:hover {
  opacity:0.6;
}

.button:hover {
  text-decoration: none;
}

.show-more {
  margin: auto;
}

.catalog-item {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .catalog-item {
    padding-top: 100px;
  }
}

.catalog-item:before {
  content: '';
  padding-top: 50%;
  display: block;
}

@media only screen and (max-width: 991px) {
  .catalog-item:before {
    display: none;
    max-height: none;
  }
}

.catalog-item .to-back {
  position: absolute;
  top: 48px;
  left: 30px;
  z-index: 100;
}

.product-details {
  max-width: 505px;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 48px 30px 0 30px;
  z-index: 50;
}

@media only screen and (max-width: 991px) {
  .product-details {
    position: relative;
    max-width: none;
    width: 100%;
    top: auto;
    left: auto;
    padding-top: 20px;
  }
}

.product-details .category {
  font-size: 1.125rem;
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  text-transform: uppercase;
  padding: 121px 0 3px;
}

@media only screen and (max-width: 991px) {
  .product-details .category {
    padding-top: 40px;
  }
}

.product-details .title h1 {
  font-size: 3.889rem;
  font-family: "Proxima Nova Black Italic", sans-serif;
  color: #222;
  line-height: 0.9;
  padding: 0 0 6px;
}

@media only screen and (max-width: 1100px) {
  .product-details .title h1 {
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 1000px) {
  .product-details .title h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .product-details .title h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 360px) {
  .product-details .title h1 {
    font-size: 2rem;
  }
}

.product-details .price {
  color: #ff652d;
  font-size: 3rem;
  display:inline-block;
  font-family: "Proxima Nova Bold Italic", sans-serif;
  padding: 0 0px 9px;
}

.product-details .price.old-price {
  margin-left:20px;
  color:#666;
  text-decoration:line-through;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1100px) {
  .product-details .price {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 1000px) {
  .product-details .price {
    font-size: 2.2rem;
  }
}

.product-details .price .currency {
  font-size: 1.5rem;
  font-family: "Proxima Nova Italic", sans-serif;
}

.product-details .price.old-price .currency {
  font-size: 1rem;
}

.product-details .choice-size {
  padding: 0 0 16px;
}

.product-details .choice-size::after {
  display: block;
  clear: both;
  content: "";
}

.product-details .choice-size .caption {
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  font-size: 1.125rem;
  color: #222;
  padding: 0 0 4px;
}

.product-details .choice-size .select-size-wrap {
  float: left;
  margin: 0 20px 0 0;
}

.product-details .choice-size .table-size {
  float: left;
  font-size: 1rem;
  padding: 9px 0 0;
}

.product-details .choice-size .table-size a {
  color: #333;
  text-decoration: underline;
}

.product-details .action {
  margin-bottom: 30px;
}

.product-details .action span.addToBasket {
  cursor: pointer;
  clear: both;
}

.product-details .salert {
  color: #666;
  border:1px dotted orange;
  padding:8px 13px;
  display:inline-block;
}

.product-details .salert a {
  color: green;
  border-bottom:1px dashed green;
  margin-left:10px;
}

.product-details .salert a:hover {
  text-decoration: none;
  border-bottom:0 none;
}

.product-details .salert.none { display:none; }

.product-slider {
  position: absolute;
  top: 0;
  right: 30px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .product-slider {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
  }
}

.product-slider-general {
  position: absolute;
  top: 80px;
  right: 160px;
  width: 50%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
}

.product-slider-general .img {
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .product-slider-general .img {
    max-width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .product-slider-general {
    position: relative;
    top: auto;
    right: auto;
    width: -webkit-calc(100% - 165px);
    width: calc(100% - 165px);
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .product-slider-general {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 30px 0;
  }
}

.product-slider-preview {
  position: absolute;
  top: 80px;
  right: 0;
  width: 105px;
}

@media only screen and (max-width: 991px) {
  .product-slider-preview {
    right: 30px;
    top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .product-slider-preview {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 480px) {
  .product-slider-preview {
    padding: 0 40px;
  }
}

.product-slider-preview .item {
  width: 105px;
  height: 105px;
  cursor: pointer;
  position: relative;
  margin: 10px 0 10px;
}

@media only screen and (max-width: 640px) {
  .product-slider-preview .item {
    margin: 0;
    height: auto;
    width: auto;
  }
  .product-slider-preview .item:before {
    content: '';
    padding-top: 100%;
    display: block;
  }
}

.product-slider-preview .item.slick-current:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
}

.product-slider-preview .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
}

.product-slider-preview .slick-arrow {
  padding: 0;
  position: absolute;
  overflow: hidden;
  border: 0;
  text-indent: -9999px;
  width: 16px;
  height: 9px;
  cursor: pointer;
  left: 50%;
  margin-left: -8px;
}

.product-slider-preview .slick-arrow:focus {
  outline: 0;
}

@media only screen and (max-width: 640px) {
  .product-slider-preview .slick-arrow {
    margin-left: 0;
  }
}

.product-slider-preview .slick-prev {
  top: -19px;
  background: url(../img/arrow-up--grey.png) 0 0 no-repeat;
}

@media only screen and (max-width: 640px) {
  .product-slider-preview .slick-prev {
    left: 15px;
    top: 50%;
    margin-top: -4.5px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@media only screen and (max-width: 480px) {
  .product-slider-preview .slick-prev {
    left: 10px;
  }
}

.product-slider-preview .slick-next {
  bottom: -19px;
  background: url(../img/arrow-up--grey.png) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 640px) {
  .product-slider-preview .slick-next {
    right: 15px;
    left: auto;
    top: 50%;
    margin-top: -4.5px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (max-width: 480px) {
  .product-slider-preview .slick-next {
    right: 10px;
  }
}

.cart .table-wrap {
  padding: 0 15px;
}

.cart-table {
  width: 100%;
  color: #666;
  margin: 0 0 24px;
}

.cart-table tr {
  border-bottom: 1px solid #ccc;
}

.cart-table tbody tr:last-child {
  border-bottom: 0;
}

.cart-table th {
  font-size: 1rem;
  font-family: "Proxima Nova Bold", sans-serif;
  text-transform: uppercase;
  color: #000;
  padding: 6px 10px;
}

.cart-table th:first-child {
  padding-left: 0;
}

.cart-table td {
  padding: 32px 10px;
}

.cart-table .figure {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .cart-table .figure {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cart-table .title {
  font-size: 1.125rem;
  font-family: "Proxima Nova Bold", sans-serif;
}

.cart-table .title a {
  color: #000;
}

.cart-table .category {
  font-size: 0.875rem;
}

.cart-table .price {
  white-space: nowrap;
}

.cart-table .count {
  white-space: nowrap;
}

.cart-table .input-count {
  width: 76px;
  margin: 0 6px 0 0;
}

.cart-table .cost {
  white-space: nowrap;
}

.cart-table .delete {
  text-align: right;
}

.cart-table .icon-delete {
  cursor: pointer;
}

.cart-table .total {
  font-size: 1.5rem;
  font-family: "Proxima Nova Bold", sans-serif;
  color: #000;
}

.cart-table .sum {
  font-size: 1.5rem;
  font-family: "Proxima Nova Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000;
  white-space: nowrap;
}

.cart-actions {
  padding: 0 15px;
}

.cart-actions .to-order {
  margin: 0 0 0 auto;
}

@media (max-width: 575.98px) {
  .cart-actions .to-back {
    padding: 60px 0 0;
  }
}

.footer {
  background-color: #222;
  max-width: 1600px;
  margin: 0 auto;
  padding: 5rem 15px;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .footer {
    padding-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  .footer {
    text-align: center;
  }
}

.footer .caption {
  font-family: "Proxima Nova Black Italic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 0.875rem;
}

.footer .payment {
  text-align: right;
}

@media (max-width: 575.98px) {
  .footer .payment {
    padding: 0 0 40px;
  }
}

@media (max-width: 575.98px) {
  .footer .payment {
    text-align: center;
  }
}

.footer .payment img {
  margin: 0 0 0 23px;
}

@media (max-width: 991.98px) {
  .footer .payment img {
    margin: 0 0 0 7px;
  }
}

@media (max-width: 767.98px) {
  .footer .payment img {
    margin: 0 0 0 2px;
  }
}

@media (max-width: 575.98px) {
  .footer .payment img {
    margin: 0 5px;
  }
}

.footer .copy {
  line-height: 1.5;
  color: #999;
}

.footer .policy {
  line-height: 1.5;
}

.footer .policy a {
  color: #fff;
}

.f-menu {
  list-style: none;
  padding: 0 0 2.75rem;
  margin: 0;
}

.f-menu li {
  line-height: 1.875;
}

.f-catalog {
  float: left;
  list-style: none;
  padding: 0 0 2.75rem;
  margin: 0;
}

.f-catalog--first {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .f-catalog {
    width: 50%;
  }
  .f-catalog:last-child {
    padding-left: 15px;
  }
}

@media (max-width: 575.98px) {
  .f-catalog {
    float: none;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .f-catalog--first {
    padding-right: 35px;
  }
}

.f-catalog li {
  line-height: 1.875;
}

.f-contacts {
  padding: 0 0 2.75rem;
}

.f-contacts .address {
  line-height: 1.125;
  color: #999;
  padding: 0 0 2.25rem;
}

.f-contacts .phone {
  line-height: 1.875;
}

.f-contacts .mail {
  line-height: 1.875;
}

.f-contacts .mail a {
  color: #fff;
}

.smart-filter { margin-bottom:26px; }
.smart-filter a { display:inline-block; background-color:#222222; color:#FFFFFF; font-size:14px; font-style:Italic; text-transform:uppercase; margin:0px 10px 10px 0px; line-height:100%; padding:7px 13px 6px 10px; }
.smart-filter a:hover { text-decoration:none; background-color:#666666; }
.smart-filter a.a { background-color:#ff652d; }

/* cart */



.cart {
  padding:10px 0 0;
}

.cart-list {
  width:100%;
  margin:0 0 50px;
}

@media only screen and (max-width:999px) {
  .cart-list {
    display:block;
    border-top:1px solid #000;
    margin:0 0 26px;
  }
}

.cart-list th {
  text-align:left;
  padding:10px 15px;
  vertical-align:bottom;
  line-height:1.2;
  font-size:14px;
  font-family:ALS_Schlangesans_Bold,"Open Sans",arial,sans-serif;
}

.rmvThisLineNow { color:red; cursor:pointer; font-size:18px; }

@media only screen and (max-width:999px) {
  .cart-list tbody {
    display:block;
  }
}

.cart-list__item {
  border-bottom:1px solid #e0e0e0;
}

.cart-list__item:nth-last-of-type(2) {
  border-bottom:0;
}

@media only screen and (max-width:999px) {
  .cart-list__item {
    display:block;
    padding:26px 0 29px;
  }
  .cart-list__item:after,
  .cart-list__item:before {
    content:" ";
    display:table;
  }
  .cart-list__item:after {
    clear:both;
  }
}

.cart-list__cell {
  padding:10px 15px;
}

@media only screen and (max-width:999px) {
  .cart-list__cell {
    display:block;
    padding-right:0;
    padding-left:0;
  }
}

.cart-list__figure {
  padding:19px 0;
}

@media only screen and (max-width:999px) {
  .cart-list__figure {
    display:none;
  }
}

.cart-list__figure a {
    float: left;
    padding: 15px 15px;
    text-align: center;
    margin: 0 10px 0 0;
}

.cart-list__image {
  vertical-align:top;
}

.cart-list__title {
  font-size:18px;
  line-height:1.2;
}

.cart-list__title span {
  display:block;
  font-family: "Proxima Nova Extra Condensed Italic", sans-serif;
  font-size: 1.125rem;
  color: #222;
  padding: 0 0 4px;
}

.cart-list__quantity input {
  width:60px;
}

.updateBasketNow { margin-right:20px; }

@media only screen and (max-width:999px) {
  .cart-list__title {
    padding:0 0 7px;
  }
}

.cart-list__packing {
  font-size:18px;
  line-height:1.2;
}

@media only screen and (max-width:999px) {
  .cart-list__packing {
    padding:0 0 21px;
  }
}

.cart-list__count {
  width:90px;
  display:inline-block;
  margin:10px 0 10px 6px;
}

.cart-list__price {
  font-size:18px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
  color:#000;
}

@media only screen and (max-width:999px) {
  .cart-list__price {
    padding:0 0 22px;
  }
}

@media only screen and (max-width:999px) {
  .cart-list__quantity {
    float:left;
  }
}

.cart-list__sum {
  font-size:18px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
  color:#000;
}

@media only screen and (max-width:999px) {
  .cart-list__sum {
    display:none;
  }
}

.cart-list__remove {
  line-height:40px;
}

@media only screen and (max-width:999px) {
  .cart-list__remove {
    float:right;
  }
}

.cart-list__head {
  border-bottom:1px solid #000;
}

@media only screen and (max-width:999px) {
  .cart-list__head {
    display:none;
  }
}

.cart-list__foot {
  border-top:1px solid #000;
  border-bottom:0;
}

@media only screen and (max-width:999px) {
  .cart-list__foot {
    padding:4px 0 0;
  }
}

.cart-list__total-title {
  font-size:18px;
  font-family:ALS_Schlangesans_Bold,"Open Sans",arial,sans-serif;
  text-transform:uppercase;
  padding-top:15px;
}

@media only screen and (max-width:999px) {
  .cart-list__total-title {
    float:left;
  }
}

.cart-list__total-sum {
  color:#f60;
  font-size:18px;
  font-weight:600;
  padding-top:15px;
}
.orange {
  color:#f60;
}

@media only screen and (max-width:999px) {
  .cart-list__total-sum {
    float:right;
    padding-top:5px;
  }
}

.cart__actions:after,
.cart__actions:before {
  content:" ";
  display:table;
}

.cart__actions:after {
  clear:both;
}

@media only screen and (max-width:480px) {
  .cart__actions {
    text-align:center;
  }
}

.cart__to-order {
  float:right;
}

.cart__backward {
  float:left;
}

@media only screen and (max-width:480px) {
  .cart__button {
    float:none;
    display:inline-block;
    margin:0 20px 30px;
    width:200px;
    padding:0;
  }
}

fieldset {
  border:1px solid silver;
  margin:0 2px;
  padding:.35em .625em .75em;
}

legend {
  border:0;
  padding:0;
}

textarea {
  overflow:auto;
}

optgroup {
  font-weight:700;
}

.order-form input[type=text], .order-form input[type=password] { width:50%; }
.order-form input[type=radio] { position:relative; bottom:1px; margin:0 5px 0 3px; }
.order-form textarea { width:70%; }
.order-form .fs-dropdown { width:50%; }

.login-form input[type=text], .login-form input[type=password] { width:100%; }

.infoRow { margin:0 0 20px 0; }
.infoRow.error { color:red; font-size:16px; }
.infoRow.success { color:green; }

.fieldSet { margin-bottom:8px; }
.fieldSet label { color:#777; }
.fieldSet label span { color:red; }
.fieldSet.end { margin-bottom:30px; }

.fieldSet div { margin-top:2px; margin-bottom:16px; }
.fieldSet div.radio { margin-bottom:0px; }
.fieldSet div.radio label { margin-left:5px; }

.alert { border:2px dashed #ff652d; padding:10px 20px; float:left; margin-bottom:20px; }

.alert.attention { border-color:orange; margin:10px 0 30px 0; }
.alert.error { border-color:red; }

.cb { clear:both; }

fieldset { padding:20px; border:1px solid #DDD; }

.textBlock { margin-bottom:40px; }

.dealerBlock { font-size: 0.95rem; }

.dealerWebsite, .dealerPhone, .dealerEmail { height:24px; }

.dealerContactsBlock .text { height:23px; }

.news-block .item > div.dealerAddress { background:url("/img/address-icon.png") 1px 2px no-repeat; padding-left:35px; margin:0 0 12px 15px; }
.dealerPhone { background:url("/img/phone-icon.png") left 2px no-repeat; padding-left:32px;  }
.dealerEmail { background:url("/img/email-icon.png") left 2px no-repeat; padding-left:32px;  }
.dealerWebsite { background:url("/img/www-icon.png") left 2px no-repeat; padding-left:32px; }

.news-block .date.dealerName {
  font-size: 1.325rem;
  padding: 0 0 1.1rem 15px;
}

.country { display:none; }
