@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cc1212;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #2ecc71;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #2ecc71;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #cc1212;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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] {
  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: 0.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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

.row {
  display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #92e4b5;
}

.table-hover .table-success:hover {
  background-color: #afecc9;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e48484;
}

.table-hover .table-danger:hover {
  background-color: #eda8a8;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #2ecc71;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #2ecc71;
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #2ecc71;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #2ecc71;
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #2ecc71;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2ecc71;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2ecc71;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2ecc71;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2ecc71;
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #cc1212;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23cc1212' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23cc1212' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #cc1212;
  box-shadow: 0 0 0 0.2rem rgba(204, 18, 18, 0.25);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #cc1212;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23cc1212' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23cc1212' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #cc1212;
  box-shadow: 0 0 0 0.2rem rgba(204, 18, 18, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #cc1212;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cc1212;
}

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(204, 18, 18, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cc1212;
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cc1212;
  box-shadow: 0 0 0 0.2rem rgba(204, 18, 18, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-success:hover {
  color: #fff;
  background-color: #27ad60;
  border-color: #25a25a;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 212, 134, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #25a25a;
  border-color: #229854;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 212, 134, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #cc1212;
  border-color: #cc1212;
}

.btn-danger:hover {
  color: #fff;
  background-color: #a90f0f;
  border-color: #9d0e0e;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 54, 54, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #cc1212;
  border-color: #cc1212;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9d0e0e;
  border-color: #910d0d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 54, 54, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #2ecc71;
  border-color: #2ecc71;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #2ecc71;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #cc1212;
  border-color: #cc1212;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #cc1212;
  border-color: #cc1212;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 18, 18, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #cc1212;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc1212;
  border-color: #cc1212;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 18, 18, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

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

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

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

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

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #2ecc71;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #25a25a;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #cc1212;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #9d0e0e;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 18, 18, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #186a3b;
  background-color: #d5f5e3;
  border-color: #c4f1d7;
}

.alert-success hr {
  border-top-color: #afecc9;
}

.alert-success .alert-link {
  color: #0f4024;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #6a0909;
  background-color: #f5d0d0;
  border-color: #f1bdbd;
}

.alert-danger hr {
  border-top-color: #eda8a8;
}

.alert-danger .alert-link {
  color: #3b0505;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #186a3b;
  background-color: #c4f1d7;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #186a3b;
  background-color: #afecc9;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #186a3b;
  border-color: #186a3b;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6a0909;
  background-color: #f1bdbd;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6a0909;
  background-color: #eda8a8;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6a0909;
  border-color: #6a0909;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #2ecc71 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #2ecc71 !important;
}

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #2ecc71 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #208e4e !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #cc1212 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #860c0c !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

input,
textarea {
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@font-face {
  font-family: BebasNeue;
  src: url(/fonts/BebasNeue-Thin.woff?5c273f23392190c4a0c0ad2d7d4a88fc);
  font-weight: 100;
}

@font-face {
  font-family: BebasNeue;
  src: url(/fonts/BebasNeue-Light.woff?f867274fe8e245f7eae3280538b5e62e);
  font-weight: 300;
}

@font-face {
  font-family: BebasNeue;
  src: url(/fonts/BebasNeue-Regular.woff?3b8c796cfd13a253ee7d5b69ed67dd7a);
  font-weight: 400;
}

@font-face {
  font-family: BebasNeue;
  src: url(/fonts/BebasNeue-Bold.woff?b39324fd59a2f8a6f4a0aba782db2afa);
  font-weight: 700;
}

@font-face {
  font-family: BebasNeue;
  src: url(/fonts/BebasNeue-Book.woff?af648296abcf49cbe392914d30d9a12c);
  font-weight: 900;
}

@font-face {
  font-family: Roboto_Condensed;
  src: url(/fonts/RobotoCondensed-Light.woff?af4ac744898a68c36717292487c14a57);
  font-weight: 100;
}

@font-face {
  font-family: Roboto_Condensed;
  src: url(/fonts/RobotoCondensed-Medium.woff?d03004f46c4387983ca25c8938d6d2aa);
  font-weight: 400;
}

@font-face {
  font-family: Roboto_Condensed;
  src: url(/fonts/RobotoCondensed-SemiBold.woff?917744a944a57f7bba780e995a5395ff);
  font-weight: 542;
}

@font-face {
  font-family: Roboto_Condensed;
  src: url(/fonts/RobotoCondensed-Bold.woff?47bcbaebcd22bbebce8e768bfc845740);
  font-weight: 700;
}

@font-face {
  font-family: Roboto_Condensed;
  src: url(/fonts/RobotoCondensed-ExtraBold.woff?596da8c5102a4466609ba337298d5e33);
  font-weight: 900;
}

* {
  box-sizing: border-box;
}

h1 {
  padding: 0;
  margin: 0;
}

h1.main-title {
  text-transform: uppercase;
  color: #fff;
  flex: 0 0 auto;
  text-align: center;
  font-size: 40px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

h2 {
  padding: 0;
  margin: 0;
}

h3 {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #fff;
  outline: none;
}

textarea:focus {
  border: 2px solid #cc1212 !important;
}

textarea.error {
  border-color: #db422c !important;
}

input:focus {
  border: 1px solid #545b63 !important;
}

input.error {
  border-color: #db422c !important;
}

input:-webkit-autofill {
  -webkit-transition: all 0s 50000s;
  transition: all 0s 50000s;
  color: #fff !important;
  border: 2px solid #686d78;
}

input:-webkit-autofill:hover {
  -webkit-transition: all 0s 50000s;
  transition: all 0s 50000s;
  color: #fff !important;
  border: 2px solid #686d78;
}

input:-webkit-autofill:focus {
  -webkit-transition: all 0s 50000s;
  transition: all 0s 50000s;
  color: #fff !important;
  border: 2px solid #686d78;
}

input:-webkit-autofill:active {
  -webkit-transition: all 0s 50000s;
  transition: all 0s 50000s;
  color: #fff !important;
  border: 2px solid #686d78;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.search__form {
  width: 100%;
  padding: 56px 0 0 44px;
}

.search__form input {
  width: 100%;
  background: transparent;
  border: none;
  font-family: Roboto_Condensed;
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1.2px;
  padding: 0 15px;
}

.search__form input:focus {
  border: none !important;
}

.search__form:before {
  content: "";
  width: 100%;
  height: 4px;
  background: url(/images/line.svg?2351e26c95b8e6319cee9f8e9e2e30ad) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -22px;
}

.search__form:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #cc1212;
  background-size: 100%;
  position: absolute;
  left: 61px;
  bottom: 7px;
}

.search__form input::-webkit-input-placeholder {
  color: #ffffff;
}

.block_12__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.block_12__form input {
  width: 58%;
  background: url(/images/line.svg?2351e26c95b8e6319cee9f8e9e2e30ad) center bottom no-repeat transparent;
  background-size: 100% auto;
  font-family: Roboto_Condensed;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.9px;
  padding: 0 0 28px 76px;
}

.block_12__form input:focus {
  border: none !important;
}

.block_12__form:before {
  content: "";
  width: 46px;
  height: 61px;
  background: url(/images/block_12__form.png?09773d1078b8419ba41ccfeb12e0cfe0) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.block_12__form input::-webkit-input-placeholder {
  color: #fff;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

body {
  background: #151617;
  font-size: 14px;
  font-family: Roboto_Condensed;
  font-weight: 400;
  margin: 0;
}

body.overlay {
  overflow: hidden;
}

body.overlay .main_wrp {
  position: unset;
}

body.page {
  background-color: #151617;
}

body.page .main_wrp {
  background: none;
  padding-top: 100px;
  margin-top: 0;
}

body.page .main_wrp .block_7__wrp {
  background: none;
}

body.page .main_wrp .block_8__top {
  margin-top: 50px;
}

body.page.product-page .main_wrp {
  padding-top: 0;
}

body.contacts-page .main_wrp {
  background: none;
  margin-top: 0;
  padding-top: 0;
}

body.gallery-page .main_wrp.client-photos {
  background-image: url(/images/client-photos-bg.png?843158dfcb22c0ace3d9d8a922936534);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-skin {
  background: none;
  box-shadow: none !important;
}

.fancybox-margin {
  margin-right: 0 !important;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-overlay {
  background: rgba(23, 24, 26, 0.9);
}

.slick-slide {
  outline: none;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper.wrapper_bigger {
  max-width: 1300px;
  padding: 0;
}

.top_slider {
  background: url(/images/top_slider.jpg?501fd48b40e63337e74fab622d922211) center no-repeat;
  background-size: cover;
}

.top_slider .top_slider__img {
  max-width: 100%;
  max-height: 75%;
  position: relative;
  top: -12%;
}

.top_slider__slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: none;
  position: relative;
}

.top_slider__helms {
  max-width: 100%;
  max-height: 75%;
  width: auto;
  height: auto;
}

.top_slider__content {
  width: 1312px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.button {
  width: 350px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/top_slider__button.svg?58237e359f57f1554ebbd71029117a3f) center no-repeat;
  background-size: 100%;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  transition: opacity 0.3s ease-out;
}

.button:hover {
  opacity: 0.7 !important;
  color: #fff;
  text-decoration: none;
}

.button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.file-counter {
  margin-left: 5px;
  font-weight: bold;
}

.button-top_slider {
  position: absolute;
  top: 70%;
  bottom: 0;
  margin: 0 auto;
}

.top_slider__video {
  width: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 17%;
  left: -40%;
  right: 0;
  margin: auto;
}

.top_slider__video:hover .top_slider__circle {
  background: url(/images/top_slider__circle.png?b0df64365db5c890213f972be62507ed) center no-repeat #cc1212;
  border: 3px solid #cc1212;
}

.top_slider__circle {
  width: 81px;
  height: 81px;
  background: url(/images/top_slider__circle.png?b0df64365db5c890213f972be62507ed) center no-repeat;
  background-size: 25%;
  border: 3px solid #fff;
  border-radius: 100%;
  transition: background 0.3s ease-out, border 0.3s ease-out;
}

.top_slider__watch {
  font-family: Roboto_Condensed;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.9px;
  margin: 14px 0 0;
}

.top_slider__slide-2 {
  justify-content: flex-end;
}

.wrapper-top_slider {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.top_slider__mike {
  max-width: 63%;
  position: relative;
  right: 8%;
}

.top_slider__title {
  max-width: 400px;
  font-family: BebasNeue;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 2.4px;
  position: relative;
  margin: 0 0 17px;
}

.top_slider__title:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -34px;
  top: -10px;
}

.top_slider__title span {
  color: #cc1212;
}

.top_slider__small {
  max-width: 320px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.9px;
}

.button-send {
  margin: 65px 0 0 -5%;
}

.top_slider__arrow {
  width: 66px;
  height: 66px;
  background: url(/images/top_slider__arrow.svg?01734379f4c6aa63b53c354c71d71f6f) center no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.3s ease-out;
}

.top_slider__arrow:hover {
  opacity: 0.7;
}

.top_slider__arrow:before {
  content: "";
  width: 33px;
  height: 11px;
  background: url(/images/top_slider__ar.png?4ce9106ba0b1c8e24770eeaf5bb9d8b6) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_slider__arrow-prev {
  left: 5%;
}

.top_slider__arrow-next {
  right: 5%;
  transform: rotate(180deg);
}

.main_wrp {
  max-width: 100vw;
  background: url(/images/block_2.png?e7a231075e0dad6ccd95229bd5ef063c) center top no-repeat;
  background-size: 100% auto;
  overflow-x: hidden;
  z-index: 1;
  position: relative;
  padding: 10% 0 0;
  margin: -12% 0 0;
}

.main_wrp.no-overflow {
  overflow-x: visible;
}

.main_wrp.series-page .block_3 {
  margin-top: 0;
}

.wrapper-block_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block_2__left {
  width: 43%;
}

.block_2__right {
  width: 50%;
}

.block_2__h2 {
  max-width: 480px;
  font-family: BebasNeue;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 3.5px;
  position: relative;
  margin: 0 0 64px 40px;
}

.block_2__h2:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -52px;
  top: -18px;
}

.block_2__top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 34px;
}

.block_2__text {
  font-family: BebasNeue;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.block_2__slider {
  width: 1200px;
  max-width: 100%;
  margin: 0 0 90px -35px;
}

.block_2__slider .slick-track {
  min-width: 100%;
}

.block_2__slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  outline: none;
  transition: transform 0.3s ease-out;
}

.block_2__slide:hover .block_2__wrp img {
  transform: translateY(-25px) scale(1.1);
}

.block_2__slide:not(.slick-active) {
  transform: scale(0);
}

.block_2__wrp {
  width: 230px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/block_2__wrp.png?894a58fc458dd3077bcb80ced1ac6367) center no-repeat;
  background-size: 270px;
  position: relative;
}

.block_2__wrp img {
  max-width: 60%;
  max-height: 70%;
  transition: transform 0.25s ease-out;
}

.block_2__bottom {
  max-width: 160px;
  margin: -12px 0 0;
}

.block_2__grey {
  font-size: 14px;
  color: #828996;
  font-weight: 300;
  margin: 0 0 20px;
}

.block_2__price {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.button-block_2 {
  margin: 0 0 0 -45px;
  width: 48%;
}

.block_2__navs {
  display: flex;
  margin: 0 32px 0 0;
}

.block_2__arrow {
  width: 28px;
  height: 10px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin: 0 8px;
  transition: opacity 0.3s ease-out;
}

.block_2__arrow:hover {
  opacity: 0.7;
}

.block_2__arrow-next {
  transform: rotate(180deg);
}

.block_3 {
  background: url(/images/block_3.png?e52cda946a6f672e445561d46bf7b6d9) center top no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  margin: 180px 0 0;
  padding: 4% 0 32%;
}

.block_3__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block_3__row {
  font-size: 18px;
  color: #cc1212;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin: 0 0 17px;
}

.block_3__h2 {
  font-family: BebasNeue;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

.block_3__content {
  width: 56%;
  display: flex;
  flex-direction: column;
  margin: 147px 0 0;
}

.block_3__img_wrp {
  width: 269px;
  position: relative;
  margin: 0 0 66px;
}

.block_3__img_wrp img {
  max-width: 100%;
}

.block_3__img_tag {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.2px;
  position: absolute;
  top: -3px;
  right: -100px;
}

.block_3__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px;
}

.block_3__img {
  width: 35%;
  position: relative;
}

.block_3__img:before {
  content: "";
  width: 40%;
  height: 70px;
  background: url(/images/block_3__logo.png?fbb792cfd9f18ff6837a753d4a921e7a) left top no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.block_3__img img {
  width: 100%;
}

.block_3__text {
  width: 55%;
  margin: -14px 0 0;
}

.block_3__title {
  font-family: BebasNeue;
  font-size: 24px;
  color: #cc1212;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin: 0 0 25px;
}

.block_3__grey {
  font-size: 16px;
  color: #777d89;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.block_3__grey a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}

.block_3__grey a:hover {
  color: #cc1212;
}

.block_3__bot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block_3__right {
  width: 55%;
}

.block_3__all {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  position: relative;
  padding: 0 0 16px;
}

.block_3__all:before {
  content: "";
  width: 100%;
  height: 8px;
  background: url(/images/line.svg?2351e26c95b8e6319cee9f8e9e2e30ad) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}

.block_3__all:after {
  content: "";
  width: 30px;
  height: 10px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 0;
  transform: translateX(48px) rotate(180deg);
  transition: transform 0.3s ease-out;
}

.block_3__all:hover:before {
  transform: translateY(-8px);
}

.block_3__all:hover:after {
  transform: translateX(52px) rotate(180deg);
}

.block_4 {
  background: url(/images/block_4.png?1b9cfdc8ccb944fbd1efd7c2f2843422) center top no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  margin: -16% 0 0;
  padding: 10% 0 32%;
}

.block_4.block_reaper {
  background: url(/images/block_reaper.png?504ec12434c11eca10a6fc7922733279) center top no-repeat;
}

.block_4.block_evil {
  background: url(/images/block_evil.png?094e64f1eb335d7a45f235f25c357862) center top no-repeat;
}

.block_4.block_memorial {
  margin: 6% 0 -32%;
}

.block_3__img_big {
  width: 73%;
  z-index: 1;
  position: absolute;
  right: -28%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wrapper-block_4 {
  display: flex;
  justify-content: flex-end;
}

.block_3__img_big-2 {
  left: -28%;
  right: inherit;
}

.block_3__content-right {
  align-items: flex-end;
  margin: 70px 0 0;
}

.block_3__content-right .button-block_2 {
  margin: 0 -45px 0 0;
}

.block_3__content-right .block_3__img_wrp {
  width: 308px;
}

.block_3__content-right .block_3__img_tag {
  top: -28px;
  right: inherit;
  left: -78px;
}

.block_3__content-right .block_3__img:before {
  left: inherit;
  right: 0;
}

.block_5 {
  background: url(/images/block_5.png?57de5bd1711fef077f0b6ecc07439bdd) center top no-repeat;
  background-size: cover;
  z-index: 2;
  position: relative;
  margin: -26% 0 0;
  padding: 4% 0 20%;
}

.block_5.block_superheroes {
  background: url(/images/block_superheroes.png?b17dcb79c479d35c15f845e197b0fbf7) center top no-repeat;
}

.block_5.block_joker {
  background: url(/images/block_joker.png?9d6313c3d2eb7b67fec66849a96d3991) center top no-repeat;
}

.view__all {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35%;
  margin: auto;
  transition: opacity 0.3s ease-out;
}

.view__all:hover {
  opacity: 0.7;
}

.view__all span {
  background: url(/images/eye.svg?0461bda96a351bd4903cc9bdc2f83ec5) left center no-repeat;
  background-size: 27px;
  padding: 0 0 0 40px;
}

.block_6 {
  background: url(/images/block_6.png?d04e8eaa594606e6d9045017714baf0f) top center no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  padding: 10% 0 200px;
  margin: -6% 0 0;
}

.block_6__h2 {
  max-width: 560px;
  font-family: BebasNeue;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  line-height: 87px;
  letter-spacing: 3.5px;
  z-index: 1;
  position: relative;
  margin: 0 0 42px 40px;
}

.block_6__h2:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -52px;
  top: -18px;
}

.block_6__slide {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 11px 40px;
}

.block_6__left {
  width: calc(49% + 40px);
}

.block_6__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  margin: 0 0 19px;
  transform: translateY(100px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transition-delay: 0.25s;
}

.block_6__h3 {
  font-size: 20px;
  font-weight: 700;
  color: #cc1212;
  letter-spacing: 1px;
}

.block_6__number {
  border: 2px solid #cc1212;
  font-size: 16px;
  color: #777d89;
  font-weight: 300;
  letter-spacing: 0.8px;
  padding: 9px 20px;
}

.block_6__slider {
  width: calc(100% + 40px);
  margin: -112px 0 0 -40px;
}

.block_6__text {
  font-size: 18px;
  color: #777d89;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.9px;
  opacity: 0;
  margin: 0 0 33px;
  transform: translateY(100px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transition-delay: 0.25s;
}

.block_6__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  margin: 0 0 0 -40px;
  transform: translateY(100px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transition-delay: 0.4s;
}

.block_6__img {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/block_6__img.png?b4c5f96dc4dca44c619a6104106aab29) center no-repeat;
  background-size: 120%;
}

.block_6__img img {
  max-width: 60%;
  max-height: 70%;
}

.block_6__info {
  width: calc(100% - 226px);
}

.block_6__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 22px;
}

.block_6__h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  margin: 0;
}

.block_6__grey {
  max-width: 218px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.6px;
  margin: 0 0 42px;
}

.block_6__price {
  font-family: BebasNeue;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.2px;
}

.block_6__counter {
  font-size: 16px;
  color: #cc1212;
  font-weight: 400;
  letter-spacing: 0.8px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.block_6__right {
  width: 33%;
  height: 553px;
  position: relative;
}

.block_6__image {
  width: 20%;
  height: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}

.block_6__image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.7) 70%, #333);
  position: absolute;
  left: 0;
  top: 0;
}

.block_6__image:after {
  content: "";
  width: 2px;
  height: 68px;
  background: #cc1212;
  position: absolute;
  left: -12px;
  top: 0;
}

.slick-active .block_6__image {
  width: 100%;
  height: 100%;
}

.slick-active .block_6__bot {
  opacity: 1;
  transform: translateY(0);
}

.slick-active .block_6__text {
  opacity: 1;
  transform: translateY(0);
}

.slick-active .block_6__top {
  opacity: 1;
  transform: translateY(0);
}

.slick-active .block_8__h3 {
  opacity: 1;
  transform: translateY(0);
}

.slick-active .block_8__price {
  opacity: 1;
  transform: translateY(0);
}

.block_6__stars {
  width: 145px;
  height: 22px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}

.block_6__stars div {
  width: 17%;
  height: 100%;
  background: url(/images/block_6__stars.png?28353928e9021ecbf903309b31bd8c12) center no-repeat;
  background-size: contain;
  margin: 0 3.75% 0 0;
}

.block_6__stars div:last-child {
  margin: 0;
}

.block_6__arrow-prev {
  display: none;
}

.block_6__arrow-next {
  font-family: BebasNeue;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 296px;
  top: -40px;
}

.block_6__arrow-next:after {
  content: "";
  width: 30px;
  height: 14px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 0;
  transform: translateX(48px) rotate(180deg);
  transition: transform 0.3s ease-out;
}

.block_6__arrow-next:hover:after {
  transform: translateX(52px) rotate(180deg);
}

.block_6__sld {
  width: 460px;
  height: 293px;
  opacity: 0.3;
  position: absolute;
  right: -492px;
  top: 360px;
}

.block_6__sl {
  width: 202px;
  height: 293px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 30px 0 0;
}

.block_6__sl div {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-out;
}

.block_6__sl:hover div {
  transform: scale(1.3);
}

.cashback {
  width: 100%;
  height: 209px;
  display: flex;
  justify-content: space-between;
  background: #151617;
  position: relative;
  margin: 158px 0 0;
}

.cashback:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/cashback.jpg?aac5fc3b55e5630fa6751cf44cdb299a) center no-repeat;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
}

.cashback * {
  position: relative;
}

.cashback img {
  height: 100%;
}

.cashback__wrp {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.cashback__img {
  width: 21%;
  height: 81%;
  background: url(/images/cashback__img.png?51771eced176fd311e2010df05d49440) center no-repeat;
  background-size: contain;
}

.cashback__text {
  width: 24%;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.cashback__text b {
  display: block;
  margin: 0 0 6px;
}

.button-cashback {
  width: 35%;
}

.block_7__wrp {
  background: url(/images/block_7.png?e5b005bdb7ebb3c7e00d27dd9b6ab997) top -60px center no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  padding: 200px 0 0;
  margin: -200px 0 0;
}

.block_7__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 65px;
}

.block_7__h2 {
  font-family: BebasNeue;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3.6px;
  z-index: 1;
  position: relative;
  margin: 0 0 19px;
}

.block_7__h2:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -52px;
  top: 10px;
}

.block_7__grey {
  max-width: 235px;
  font-size: 16px;
  color: #777d89;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.8px;
}

.block_7__row {
  width: 104%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 85px -4%;
}

.block_7__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.block_7__element:hover img {
  transform: scale(1.2);
}

.block_7__img {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/block_7__img.png?1e23871539a4dcf618661e64e4454a43) 26% center no-repeat;
  background-size: 140%;
}

.block_7__img img {
  max-width: 75%;
  max-height: 75%;
  transition: transform 0.3s ease-out;
}

.block_7__count {
  font-size: 14px;
  color: #c01617;
  font-weight: 300;
  letter-spacing: 0.7px;
  margin: 0 0 16px;
}

.block_7__title {
  max-width: 120px;
  font-family: BebasNeue;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.38px;
}

.block_7__bot {
  display: flex;
  justify-content: center;
}

.block_8__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 242px 0 90px;
}

.block_8__red {
  font-size: 18px;
  color: #cc1212;
  letter-spacing: 2px;
  margin: 0 0 28px;
}

.block_8__wrp {
  display: flex;
  justify-content: space-between;
}

.block_8__left {
  width: 58%;
  position: relative;
}

.block_8__left.loading:after {
  opacity: 1;
  pointer-events: auto;
}

.block_8__left.loading .block_8__img {
  opacity: 0;
}

.block_8__left:after {
  content: "";
  width: 100%;
  height: 70%;
  background: url(/images/top_slider__content.png?1c8f63606988abcdde5dfd4c4da64c59) center no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: opacity 0.3s ease-out;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.block_8__img {
  height: 452px !important;
  opacity: 1;
  position: relative;
  margin: 0 0 50px;
  transition: opacity 0.3s ease-out;
}

.block_8__img:after {
  content: "";
  width: 2px;
  height: 28px;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block_8__img:before {
  content: "";
  width: 2px;
  height: 28px;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.block_8__label {
  width: 142px;
  height: 134px;
  background: url(/images/block_8__label.png?19d0903d71fb6d275b32c22ac17dd1e4) center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  right: 35px;
  top: 12px;
}

.block_8__bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.block_8__h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.8px;
  opacity: 0;
  margin: 0 0 10px;
  transform: translateY(100px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transition-delay: 0.3s;
}

.block_8__price {
  font-family: BebasNeue;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.2px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition-delay: 0.35s;
}

.block_3__all-block_8 {
  margin: 4px 48px 0 0;
}

.block_8__right {
  width: 34%;
}

.block_8__head {
  font-size: 30px;
  color: #cc1212;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.5px;
  position: relative;
  margin: -16px 0 53px;
}

.block_8__sld {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block_8__el {
  width: 45%;
  cursor: pointer;
  opacity: 0.3;
  margin: 0 0 50px;
  transition: opacity 0.3s ease-out;
}

.block_8__el:hover {
  opacity: 1;
}

.block_8__el:hover .block_8__image:after {
  height: 20px;
}

.block_8__el:hover .block_8__image:before {
  height: 20px;
}

.block_8__el.active {
  opacity: 1;
}

.block_8__el.active .block_8__image:after {
  height: 20px;
}

.block_8__el.active .block_8__image:before {
  height: 20px;
}

.block_8__image {
  width: 100%;
  height: 115px;
  opacity: 1;
  position: relative;
  margin: 0 0 15px;
}

.block_8__image:after {
  content: "";
  width: 2px;
  height: 0;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  transition: height 0.3s ease-out;
  left: 0;
  bottom: 0;
}

.block_8__image:before {
  content: "";
  width: 2px;
  height: 0;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  transition: height 0.3s ease-out;
  right: 0;
  top: 0;
}

.block_8__lbl {
  width: 58px;
  height: 54px;
  background: url(/images/block_8__label.png?19d0903d71fb6d275b32c22ac17dd1e4) center no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  right: 7px;
  top: 7px;
}

.block_8__txt {
  max-width: 60%;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.block_8__arrow {
  width: 40px;
  height: 14px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 13px;
  margin: 0 8px;
  transition: opacity 0.3s ease-out;
}

.block_8__arrow:hover {
  opacity: 0.7;
}

.block_8__arrow-next {
  left: inherit;
  right: 0;
  transform: rotate(180deg);
}

.block_8__link {
  background: url(/images/eye.svg?0461bda96a351bd4903cc9bdc2f83ec5) left center no-repeat;
  background-size: 27px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 0 0 0 40px;
  transition: opacity 0.3s ease-out;
}

.block_8__link:hover {
  opacity: 0.7;
}

.block_9__wrp {
  background: url(/images/block_9.png?50ef7de361acb60e6defc00b4f27a4ef) top center no-repeat;
  background-size: cover;
  padding: 300px 0 0;
}

.block_9__top {
  display: flex;
  justify-content: center;
  margin: 0 0 104px;
}

.block_9__h2 {
  font-family: BebasNeue;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3.6px;
  z-index: 1;
  position: relative;
  margin: 0 0 19px;
}

.block_9__h2:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -52px;
  top: 10px;
}

.block_9__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 233px;
}

.block_9__left {
  width: 37%;
}

.block_9__h3 {
  font-size: 24px;
  color: #cc1212;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin: 0 0 40px;
}

.block_9__text {
  font-size: 16px;
  color: #949aa6;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.8px;
  margin: 0 0 37px;
}

.block_9__text:last-child {
  margin: 0;
}

.block_9__right {
  width: 56%;
}

.block_9__photo {
  width: 100%;
  height: 451px;
  background: url(/images/block_9__photo.jpg?694c3f67333d031b3931ff84fa8497c0) center no-repeat;
  background-size: cover;
  position: relative;
  margin: 14px 0 0;
}

.block_9__logo {
  width: 33%;
  height: 224px;
  background: url(/images/block_9__logo.png?42a5bc16f2bd28f51c9f2e4da235f54e) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -14%;
  top: -96px;
}

.block_9__tag {
  width: 106%;
  height: 340px;
  background: url(/images/block_9__tag.png?29610e87fcf3cfb094faa86d79c1218d) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -3%;
  bottom: -180px;
}

.block_9__bot {
  display: flex;
  justify-content: center;
}

.block_3__all-block_9 {
  margin: 0 70px 0 0;
}

.block_10 {
  margin: 275px 0 0;
}

.block_10__top {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 0 72px;
}

.block_10__h2 {
  font-family: BebasNeue;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3.6px;
  z-index: 1;
  position: relative;
  margin: 0 0 19px;
}

.block_10__h2:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -52px;
  top: 10px;
}

.block_10__counter {
  border: 2px solid #cc1212;
  font-size: 16px;
  color: #777d89;
  letter-spacing: 0.8px;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 9px 15px;
}

.block_3__all-block_10 {
  position: absolute;
  right: 50px;
  top: 43px;
}

.block_10__slider {
  width: calc(100% + 60px);
  margin: 0 0 80px -30px;
}

.block_10__slide {
  width: calc((100% - 120px) / 3);
  margin: 0 30px;
}

.block_10__slide:hover .block_10__wrp:after {
  height: 28px;
}

.block_10__slide:hover .block_10__wrp:before {
  height: 28px;
}

.block_10__slide:hover .block_10__image {
  transform: scale(1.2);
}

.block_10__slide:hover .block_10__text {
  text-decoration: underline;
}

.block_10__wrp {
  width: 100%;
  height: 287px;
  overflow: hidden;
  position: relative;
  margin: 0 0 40px;
}

.block_10__wrp:after {
  content: "";
  width: 2px;
  height: 0;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  transition: height 0.3s ease-out;
  left: 0;
  bottom: 0;
}

.block_10__wrp:before {
  content: "";
  width: 2px;
  height: 0;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  transition: height 0.3s ease-out;
  right: 0;
  top: 0;
}

.block_10__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease-out;
}

.block_10__date {
  font-size: 14px;
  color: #73757e;
  font-weight: 300;
  letter-spacing: 0.7px;
  margin: 0 0 10px;
}

.block_10__text {
  max-width: 80%;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.9px;
}

.block_10__bot {
  width: 160px;
  font-size: 30px;
  color: #cc1212;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.5px;
  position: relative;
  margin: auto;
}

.block_10__arrow {
  width: 40px;
  height: 14px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 13px;
  margin: 0 8px;
  transition: opacity 0.3s ease-out;
}

.block_10__arrow:hover {
  opacity: 0.7;
}

.block_10__arrow-next {
  left: inherit;
  right: 0;
  transform: rotate(180deg);
}

.block_11 {
  margin: 196px 0 0;
}

.block_11__wrp {
  display: flex;
  justify-content: space-between;
}

.block_11__left {
  width: 29%;
  height: 381px;
  position: relative;
}

.block_11__left img {
  width: 100%;
}

.block_11__link {
  width: 32%;
  height: 147px;
  background: url(/images/block_11__link.png?bc39d09e57d4500d83e63341e0e319a7) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -5%;
  top: 8px;
  transition: opacity 0.3s ease-out;
}

.block_11__link:hover {
  opacity: 0.7;
}

.block_11__right {
  width: 62%;
  margin: -8px 0 0;
}

.block_11__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 22px;
}

.block_11__h2 {
  width: 49%;
  font-family: BebasNeue;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  line-height: 87px;
  letter-spacing: 3.5px;
  position: relative;
  margin: 0 0 0 40px;
}

.block_11__h2:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -52px;
  top: -18px;
}

.block_11__tag {
  width: 34%;
  position: relative;
}

.block_11__tag img {
  width: 100%;
}

.block_11__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.9px;
  position: absolute;
  left: 13%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.block_11__text {
  font-size: 18px;
  color: #777d89;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.9px;
  margin: 0 0 65px;
}

.button-block_11 {
  margin: 0 0 0 -5%;
}

.block_12 {
  margin: 20px 0 0;
}

.block_12 img {
  width: 100%;
}

.block_12__wrp {
  background: #1f2023;
}

.block_12__wrappper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: -70px 0 0;
}

.block_12__left {
  width: 15%;
}

.block_12__right {
  width: 78%;
}

.block_12__h2 {
  font-family: BebasNeue;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3.5px;
  margin: 0 0 40px;
}

.block_12__row {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.block_12__white {
  font-size: 32px;
  color: #fff;
  letter-spacing: 1.84px;
}

.block_12__grey {
  font-size: 18px;
  color: #73757e;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.9px;
  padding: 22px 0 0;
  margin: 0 0 0 60px;
}

.button-block_12 {
  width: 43%;
}

.footer {
  background: url(/images/footer.png?1c6b2fd56da2664c979346761c6dacb2) center top no-repeat;
  background-size: cover;
  padding: 98px 0 0;
}

.wrapper-footer {
  display: flex;
  justify-content: space-between;
}

.footer__title {
  font-family: BebasNeue;
  font-size: 24px;
  color: #cc1212;
  letter-spacing: 1.38px;
  margin: 0 0 34px;
}

.footer__block {
  margin: 0 0 25px;
}

.footer__block:last-child {
  margin: 0;
}

.footer__grey {
  font-size: 14px;
  color: #828996;
  font-weight: 300;
  letter-spacing: 0.7px;
  margin: 0 0 5px;
}

.footer__white {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.footer__white-address {
  line-height: 24px;
}

.footer__white-address a {
  color: #fff;
}

.footer__block-address {
  padding: 0 0 0 37px;
}

.footer__block-1 {
  background: url(/images/footer__block-1.png?0b397146e25ba166538d73f1d77ab97c) left top no-repeat;
  background-size: 16px 20px;
}

.footer__block-2 {
  background: url(/images/footer__block-2.png?f1131affa4245bd5d7ab614129ad2bf3) left top no-repeat;
  background-size: 20px;
}

.footer__block-3 {
  background: url(/images/footer__block-3.png?77b904c382f647baef757d29f080e0aa) left top no-repeat;
  background-size: 13px 22px;
}

.footer__bottom {
  background: url(/images/footer__bottom.png?961f728049e5b70da40199f0f2c0d43f) center top no-repeat;
  background-size: cover;
  padding: 180px 0 83px;
}

.footer__red {
  font-size: 14px;
  color: #cc1212;
  font-weight: 400;
  letter-spacing: 0.7px;
  margin: 0 0 34px;
}

.footer_img-1 {
  max-width: 165px;
}

.footer__red-grey {
  color: #73757e;
}

.footer__red-copy {
  color: #5d626b;
  font-weight: 300;
  line-height: 24px;
}

.footer__socials {
  display: flex;
  align-items: center;
}

.footer__socials a {
  margin: 0 11px 0 0;
  transition: opacity 0.3s ease-out;
}

.footer__socials a:last-child {
  margin: 0;
}

.footer__socials a:hover {
  opacity: 0.7;
}

.footer__google {
  width: 22px;
  height: 15px;
  background: url(/images/footer__google.png?f1abbc29da29d2ce09c15bfae16702a9) center no-repeat;
  background-size: contain;
}

.footer__print {
  width: 15px;
  height: 18px;
  background: url(/images/footer__print.png?f8a7b6e1b13c1ed7a1948d2977faabf9) center no-repeat;
  background-size: contain;
}

.footer__you {
  width: 17px;
  height: 12px;
  background: url(/images/footer__you.png?9c925bea8fbba7f1ca052f6ed58d50b3) center no-repeat;
  background-size: contain;
}

.footer__twit {
  width: 16px;
  height: 13px;
  background: url(/images/footer__twit.png?cae7835200e47d5c21ebb70ab7eb949d) center no-repeat;
  background-size: contain;
}

.footer__face {
  width: 9px;
  height: 17px;
  background: url(/images/footer__face.png?50b33e5aef5f0fb88de7ea2c2c2baa59) center no-repeat;
  background-size: contain;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  padding: 19px 80px;
  transition: 0.3s ease;
}

.header.stuck {
  background: #141516;
  box-shadow: 0 51px 60.52px 7.48px rgba(0, 0, 0, 0.8);
}

.header.message {
  top: 40px;
}

@media (max-width: 480px) {
  .header.message {
    top: 35px;
  }
}

@media (max-width: 358px) {
  .header.message {
    top: 33px;
  }
}

.header__logo {
  width: 67px;
  height: 47px;
  background: url(/images/header__logo.png?a02ea09d2ed1d841e793683faf424f54) center no-repeat;
  background-size: contain;
  margin: 0;
}

.header__nav {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  justify-content: center;
}

.header__nav a {
  font-family: BebasNeue;
  font-size: 1vw;
  color: #fff;
  letter-spacing: 1.6px;
  cursor: pointer;
  margin: 0 19px;
  transition: color 0.3s ease-out;
}

.header__nav a:hover,
.header__nav a.active {
  color: #cc1212;
}

.header__nav > div {
  font-family: BebasNeue;
  font-size: 1vw;
  color: #fff;
  letter-spacing: 1.6px;
  cursor: pointer;
  margin: 0 19px;
  transition: color 0.3s ease-out;
  position: relative;
  padding: 0 11px 0 0;
  height: 58px;
  display: flex;
  align-items: center;
}

.header__nav > div:hover {
  color: #cc1212;
}

.header__nav > div:hover:after {
  transform: rotate(-180deg);
}

.header__nav > div:hover .header__links {
  opacity: 1;
  pointer-events: auto;
}

.header__nav > div:hover .header__links:before {
  width: 43px;
}

.header__nav > div:after {
  content: "";
  width: 8px;
  height: 5px;
  background: url(/images/header__nav.png?b6e2d024aa7d8edb28c8f643433b1a83) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -5px;
  top: auto;
  margin: auto;
  transition: transform 0.3s ease-out;
}

.header__nav > div.header__close {
  display: none;
}

.header__nav > div.header__close:after {
  display: none;
}

.header__nav > a {
  font-family: BebasNeue;
  font-size: 1vw;
  color: #fff;
  letter-spacing: 1.6px;
  cursor: pointer;
  margin: 0 19px;
  transition: color 0.3s ease-out;
}

.header__nav > a:hover {
  color: #cc1212;
}

.header__links {
  background-color: #151617;
  box-shadow: 0 51px 68px 8px rgba(0, 0, 0, 0.93);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 58px 54px;
  transition: opacity 0.3s ease-out;
}

.header__links:before {
  content: "";
  width: 0;
  height: 2px;
  background: #cc1212;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.3s ease-out;
}

.header__links a {
  display: block;
  color: #fff;
  white-space: nowrap;
  margin: 0 0 25px;
  transition: color 0.3s ease-out;
}

.header__links a:hover,
.header__links a.active {
  color: #cc1212;
}

.header__links a:last-child {
  margin: 0;
}

.header__right {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  flex: 0 0 15%;
  justify-content: flex-end;
}

.header__right div,
.header__right a {
  cursor: pointer;
  position: relative;
  margin: 0 0 0 20px;
  transition: opacity 0.3s ease-out;
}

.header__right div:hover,
.header__right a:hover {
  opacity: 0.7;
}

.header__right div:first-child,
.header__right a:first-child {
  margin: 0;
}

.header__right .header__search:before {
  content: "";
  width: 233px;
  height: 2px;
  background: #cc1212;
  position: absolute;
  left: 0;
  bottom: -40px;
}

.header__search {
  width: 18px;
  height: 18px;
  background: url(/images/header__search.png?629152c3606df483943cf19072253a88) center no-repeat;
  background-size: contain;
}

.header__pin {
  width: 21px;
  height: 21px;
  background: url(/images/header__pin.png?bd0efa05d28b45b34c2297391308f020) center no-repeat;
  background-size: contain;
}

.header__cart {
  width: 21px;
  height: 20px;
  background: url(/images/header__cart.png?b248e20437fd978c45611035f0feab2a) center no-repeat;
  background-size: contain;
}

.header__label {
  width: 26px;
  height: 25px;
  background: url(/images/header__label.png?7aaf60852724489b5970028f2cbe7d63) center no-repeat;
  background-size: contain;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1.2px;
  right: -13px;
  top: -15px;
  padding: 0 0 0 4px;
}

.header__socilas {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
  position: fixed;
  right: 10px;
  top: 268px;
  transition: opacity 0.1s ease-out;
}

.header__socilas.inactive {
  opacity: 0;
  pointer-events: none;
}

.header__socilas a {
  margin: 0 0 25px;
  transition: opacity 0.3s ease-out;
}

.header__socilas a:hover {
  opacity: 0.7;
}

.header__grey {
  color: #5d626b;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.65px;
  transform: rotate(-90deg);
  margin: 28px 4px 0 0;
}

.to_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  position: fixed;
  left: 79px;
  bottom: 100px;
  transition: opacity 0.3s ease-out;
}

.to_top.active {
  opacity: 1;
  pointer-events: auto;
}

.to_top.active:hover {
  opacity: 0.7;
}

.to_top__img {
  width: 63px;
  height: 83px;
  background: url(/images/top_slider__arrow.svg?01734379f4c6aa63b53c354c71d71f6f) center no-repeat;
  background-size: contain;
  position: relative;
  transform: rotate(90deg);
}

.to_top__img:before {
  content: "";
  width: 33px;
  height: 11px;
  background: url(/images/top_slider__ar.png?4ce9106ba0b1c8e24770eeaf5bb9d8b6) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.to_top__text {
  font-family: BebasNeue;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.cart_window {
  width: 517px;
  height: 100vh;
  background: #141516;
  box-shadow: 0 51px 61px 8px rgba(0, 0, 0, 0.8);
  z-index: 3;
  position: fixed;
  right: 0;
  top: 0;
  padding: 129px 0 0 68px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.cart_window.active {
  transform: translateX(0);
}

.cart_window__close {
  width: 24px;
  height: 24px;
  background: url(/images/cart_window__close.png?ce70f045bc018b2f0a792faccb6d11fa) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 42px;
  top: 80px;
  transition: opacity 0.3s ease-out;
}

.cart_window__close:hover {
  opacity: 0.7;
}

.cart_window__title {
  font-family: BebasNeue;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2.76px;
  margin: 0 0 0 57px;
}

.cart_window__wrp {
  margin: 0 -20px 17px;
  max-height: calc(100vh - 400px);
  overflow-y: auto;
}

@media (max-width: 1000px) {
  .cart_window__wrp {
    margin: 0 -48px 17px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }
}

@media (max-width: 640px) {
  .cart_window__wrp {
    margin: 0;
  }
}

.cart_window__element {
  display: flex;
  align-items: center;
}

.cart_window__element:hover .cart_window__image:before {
  transform: translateY(-15px) scale(1.1);
}

.cart_window__element:hover .cart_window__image img {
  transform: translateY(-15px) scale(1.1);
}

.cart_window__image {
  width: 183px;
  height: 183px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/cart_window__image.png?65bc19059d3294f3d11ac3f62a7567a0) center no-repeat;
  background-size: contain;
  position: relative;
}

.cart_window__image:before {
  content: "";
  width: 22%;
  height: 30px;
  background: url(/images/block_3__logo.png?fbb792cfd9f18ff6837a753d4a921e7a) center no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  right: 23%;
  top: 49px;
  transition: transform 0.3s ease-out;
}

.cart_window__image img {
  max-width: 50%;
  max-height: 50%;
  transition: transform 0.3s ease-out;
}

.cart_window__content {
  max-width: 165px;
  position: relative;
}

.cart_window__remove {
  position: absolute;
  right: -28px;
  bottom: 3px;
}

.cart_window__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #828996;
  letter-spacing: 0.7px;
  margin: 0 0 20px;
}

.cart_window__price {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.cart_window__counter {
  width: 22px;
  height: 29px;
  background: url(/images/cart_window__counter.png?8c8db176f52aecf7cfb14ebd96f940d4) center no-repeat;
  background-size: contain;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1.2px;
  position: absolute;
  right: -30px;
  top: -19px;
}

.button-cart_window {
  margin: 0 0 42px;
}

.cart_window__cont {
  max-width: 350px;
  font-size: 11px;
  color: #576471;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  cursor: pointer;
  transition: color 0.3s ease-out;
}

.cart_window__cont span {
  position: relative;
}

.cart_window__cont span:after {
  content: "";
  width: 15px;
  height: 5px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 0;
  transform: translateX(30px) rotate(180deg);
  transition: transform 0.3s ease-out;
}

.cart_window__cont:hover {
  color: #fff;
}

.cart_window__cont:hover span:after {
  transform: translateX(34px) rotate(180deg);
}

.search {
  width: 100%;
  height: 182px;
  background: #141516;
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  transition: box-shadow 0.5s, ease-out, transform 0.3s ease-out;
}

.search.active {
  box-shadow: 0 51px 61px 8px rgba(0, 0, 0, 0.8);
  transform: translateY(0);
}

.search__lupe {
  width: 18px;
  height: 18px;
  background: url(/images/header__search.png?629152c3606df483943cf19072253a88) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 17px;
  bottom: 5px;
}

.search__close {
  width: 24px;
  height: 24px;
  background: url(/images/cart_window__close.png?ce70f045bc018b2f0a792faccb6d11fa) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 42px;
  bottom: 5px;
  transition: opacity 0.3s ease-out;
}

.search__close:hover {
  opacity: 0.7;
}

.ser_1 {
  background: url(/images/ser_1.png?86393dfdfd58f9b726ab9f63dedf9101) center top no-repeat #151617;
  background-size: cover;
  background-blend-mode: soft-light;
  position: relative;
  margin: -450px 0 0;
  padding: 250px 0 31%;
}

.ser_1 .block_3__img_wrp {
  width: 295px;
}

.ser_2 {
  background: url(/images/ser_2.png?4618ac90dfbe7f9c571df76c2c6ef52d) center top no-repeat;
  background-size: cover;
  position: relative;
  margin: -500px 0 0;
  padding: 250px 0 31%;
}

.ser_2 .block_3__img_wrp {
  width: 262px;
}

.ser_3 {
  background: url(/images/ser_3.png?3fa15c580bb4f9970467f9e62e0a629f) center top no-repeat;
  background-size: cover;
  position: relative;
  margin: -500px 0 0;
  padding: 250px 0 20%;
}

.ser_3 .block_3__img_wrp {
  width: 262px;
}

.header__close {
  display: none;
}

.header__menu {
  display: none;
}

.top_slider__img-tablet {
  display: none !important;
}

.top_slider__img-mobile {
  display: none !important;
}

.breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs .back-btn {
  display: none;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs ul li {
  margin: 0 5px;
  position: relative;
}

.breadcrumbs ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 2px 5px;
}

.breadcrumbs ul li a:hover {
  color: #cc1212;
}

.breadcrumbs ul li:first-child {
  padding-left: 20px;
}

.breadcrumbs ul li:first-child:before {
  content: url(/images/home.png?c823d9881e2127000a0ff549bc166408);
  left: 5px;
  position: absolute;
}

.breadcrumbs ul li:last-child a {
  pointer-events: none;
  color: #777d89;
  text-decoration: underline;
}

.breadcrumbs ul li:last-child a:hover {
  color: #777d89;
}

.series-slider {
  padding-top: 50px;
}

.series-slider .slick-list {
  padding: 0 20px;
}

.series-slider .items {
  padding: 0 30px;
  margin-bottom: 30px;
}

.series-slider .series-slider-arrow {
  top: 105%;
  left: 30%;
}

.series-slider .series-slider-arrow-next {
  left: auto;
  right: 30%;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 45px;
}

.title-row p {
  color: #fff;
  flex: 0 0 50%;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
}

.title-row h2 {
  text-transform: uppercase;
  color: #fff;
  flex: 0 0 auto;
  text-align: center;
  font-size: 40px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

.title-row h2:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: 45%;
  top: -30px;
}

.title-row .morebtn {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.title-row .morebtn a {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
}

.title-row .count-series {
  text-align: right;
  flex: 0 0 25%;
  display: flex;
  justify-content: flex-end;
}

.title-row .count-series p {
  flex: none;
  border: 1px solid #cc1212;
  padding: 5px 10px;
  width: auto;
  color: #777d89;
  font-size: 16px;
  font-weight: 300;
}

.title-row .rs-slide-nav {
  flex: 0 0 25%;
}

.title-row.designs {
  padding: 0;
}

.title-row .clean-btn {
  display: flex;
  align-items: center;
  flex: 0 0 25%;
  justify-content: flex-end;
}

.title-row .clean-btn p {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}

.title-row.wishlist {
  padding: 0;
  padding-top: 80px;
}

.title-row.wishlist .count-series {
  justify-content: flex-start;
}

.title-row .navigation {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
}

.title-row .navigation ul {
  display: flex;
  align-items: center;
}

.title-row .navigation ul li {
  border-width: 1px;
  border-color: #73757e;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.title-row .navigation ul li.active {
  border-color: #cc1212;
}

.title-row .navigation ul li.unclick {
  border: none;
  margin: 0 -5px;
  width: auto;
  margin-left: 0;
}

.title-row .navigation ul li a {
  font-size: 12px;
  color: #fff !important;
  font-weight: 300;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-row.blog {
  padding: 0;
  padding-top: 50px;
  margin-bottom: 100px;
}

.title-row.allseries {
  padding: 0;
  padding-top: 50px;
}

.title-row h1 {
  text-transform: uppercase;
  color: #fff;
  flex: 0 0 auto;
  text-align: center;
  font-size: 40px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

.title-row h1:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: 45%;
  top: -30px;
}

.title-row.cart-title {
  padding: 0;
  padding-top: 80px;
}

.title-row.cart-title .count-series {
  justify-content: flex-end;
}

.title-row.video-page {
  padding: 25px 0;
  margin-bottom: 20px;
}

.title-row.video-page .navigation {
  justify-content: flex-end;
}

.title-row.video-page h1:before {
  display: none;
}

.title-row.video-page-2 {
  padding: 25px 0;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.title-row.video-page-2 .navigation {
  justify-content: flex-end;
}

.series-item {
  width: 586px;
  height: 280px;
  box-shadow: 0 0 15px 5.06px rgba(0, 0, 0, 0.26);
  position: relative;
}

.series-item .image {
  width: 100%;
  height: 100%;
}

.series-item .image img {
  width: 100%;
  height: 100%;
}

.series-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 48%;
}

.series-item .overlay img {
  max-width: 200px;
}

.series-item .overlay button {
  display: inline-block;
  margin-top: 20px;
  background: none;
}

.series-item .overlay span {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 16.6px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.series-slider-arrow {
  width: 40px;
  height: 10px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: -5%;
  top: 45%;
  margin: 0 8px;
  transition: opacity 0.3s ease-out;
}

.series-slider-arrow:hover {
  opacity: 0.7;
}

.series-slider-arrow-next {
  left: inherit;
  right: -5%;
  transform: rotate(180deg);
}

.tog_select {
  width: 245px;
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

.tog_select span {
  position: absolute;
  left: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.tog_select img {
  right: 15px;
  position: absolute;
}

.tog_select .options {
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
}

.tog_select .options li {
  width: 245px;
  height: 55px;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #151617;
}

.tog_select .options li:hover {
  color: #cc1212;
  background: #191a1b;
}

.tog_select .options li.hidden {
  display: none;
}

.tog_select .options.active {
  display: block;
}

.tog_select p.select,
.tog_select input[type=text].select {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
  background-color: transparent;
  padding-left: 95px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.tog_select input[type=text].select {
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
}

.designs-catalog {
  display: grid;
  grid-template-columns: 75% 25%;
}

.designs-catalog .sort-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 100%;
  margin-bottom: 50px;
  grid-column-start: 1;
  grid-column-end: 4;
}

.designs-catalog .sort-row .catalog-navigation {
  display: flex;
  align-items: center;
}

.designs-catalog .sort-row .catalog-navigation p {
  margin-right: 15px;
  color: #576471;
  font-weight: 300;
  font-size: 16px;
}

.designs-catalog .sort-row .catalog-navigation ul {
  display: flex;
  align-items: center;
}

.designs-catalog .sort-row .catalog-navigation ul li {
  border-width: 1px;
  border-color: #73757e;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.designs-catalog .sort-row .catalog-navigation ul li:hover {
  border-color: #cc1212;
}

.designs-catalog .sort-row .catalog-navigation ul li.active {
  border-color: #cc1212;
}

.designs-catalog .sort-row .catalog-navigation ul li.unclick {
  border: none;
  margin: 0 -5px;
  width: auto;
  margin-left: 0;
}

.designs-catalog .sort-row .catalog-navigation ul li.unclick a {
  pointer-events: none;
  letter-spacing: 5px;
}

.designs-catalog .sort-row .catalog-navigation ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.designs-catalog .catalog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-grow: 1;
  height: 100%;
}

.designs-catalog .sidebar-filtr {
  width: 200px;
  min-width: 200px;
  justify-self: end;
}

.design-item {
  width: 100%;
  max-width: 235px;
  min-width: 200px;
  height: 465px;
  position: relative;
}

.design-item:nth-of-type(3n + 2) {
  justify-self: center;
}

.design-item:nth-of-type(3n) {
  justify-self: end;
}

.design-item .di-image {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.design-item .image {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.design-item .image:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  background: url(/images/design-bg.png?20ee1f0c8fb2b60e54b63dcc1ab2da40);
  background-size: cover;
  background-position: center;
  left: -20%;
  top: -22%;
  z-index: -1;
}

.design-item .image:after {
  content: url(/images/watermark-logo.png?fee0e6de4092b9aaefeea204ec641b28);
  z-index: 1;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.3s ease;
}

.design-item .image .badge-mark {
  position: absolute;
  left: 2%;
  top: 7%;
  z-index: 1;
}

.design-item .image .badge-mark p {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background: #16607f;
  font-weight: 400;
  padding: 3px 12px;
  margin-bottom: 10px;
}

.design-item .image .badge-mark p.red {
  background: #cc1212;
}

.design-item .image .watermark {
  position: absolute;
  right: -3%;
  top: 0;
}

.design-item .image .watermark img {
  max-width: 100%;
}

.design-item .image img {
  max-width: 220px;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.design-item .status {
  display: flex;
  align-items: center;
  position: absolute;
  top: 107%;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}

.design-item .status img {
  margin-right: 10px;
  width: auto;
}

.design-item .status p {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
}

.design-item:hover .status {
  opacity: 1;
}

.design-item:hover .add-to-wish {
  opacity: 1;
  z-index: 1;
}

.design-item:hover .di-add {
  pointer-events: auto;
  opacity: 1;
  bottom: 0;
}

.design-item:hover .di-image {
  transform: translateY(-15px) scale(1.1);
}

.design-item:hover .image:after {
  transform: translateY(-15px) scale(1.1);
}

.design-item .add-to-wish {
  position: absolute;
  right: 0;
  top: 82%;
  transition: 0.3s ease;
  opacity: 1;
  z-index: -1;
}

.design-item .add-to-wish > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.design-item .add-to-wish > div img {
  width: auto;
}

.design-item .add-to-wish > div .tool-pop {
  position: absolute;
  right: auto;
  left: 50%;
  background-color: #272727;
  width: 150px;
  padding: 12px 0;
  border-right: 2px solid #cc1212;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: -16.09px 15.004px 24.03px 2.97px rgba(6, 7, 7, 0.45);
}

.design-item .add-to-wish > div .tool-pop:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #272727;
}

.design-item .add-to-wish > div .tool-pop p {
  font-size: 12px;
  color: #828996;
  font-weight: 300;
  text-transform: uppercase;
}

.design-item .add-to-wish > div:hover .tool-pop {
  opacity: 1;
  left: 120%;
  z-index: 1;
}

.design-item .text p {
  font-weight: 300;
  color: #828996;
  font-size: 14px;
  margin-bottom: 20px;
}

.design-item .text a {
  font-weight: 300;
  color: #828996;
  font-size: 14px;
  margin-bottom: 20px;
}

.design-item .price {
  display: flex;
  align-items: center;
}

.design-item .price p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.design-item .price p.old-price {
  color: #cc1212;
  margin-left: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}

.design-item .price p.old-price:before {
  content: "";
  border-bottom: 1px solid #cc1212;
  position: absolute;
  width: 50px;
  height: 1px;
  transform: rotate(-25deg);
  top: 50%;
  left: 10%;
}

.design-item .di-add {
  width: 300px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  outline: none;
}

.design-item .di-add img {
  margin-right: 10px;
  margin-top: -5px;
}

.banners-wrap {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  justify-content: space-between;
}

.design-banner {
  background-color: #fff;
  box-shadow: 0 10px 40.94px 5.06px rgba(0, 0, 0, 0.26);
  width: 430px;
  height: 247px;
  position: relative;
  margin-bottom: 100px;
  flex: 0 0 49%;
}

.design-banner .overlay-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 35px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(21, 22, 23, 0.3);
  transition: 0.3s ease;
}

.design-banner .overlay-text p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.design-banner .overlay-text p.name {
  font-size: 30px;
  font-family: BebasNeue;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}

.design-banner.db-1 {
  background: url(/images/design-banner-bg-1.png?9b8459144c6bdc61035bdc2a583392e4);
  background-position: center;
  background-size: cover;
}

.design-banner.db-1 .overlay-text {
  padding-left: calc(45% + 45px);
  padding-top: 45px;
}

.design-banner.db-2 {
  background: url(/images/design-banner-bg-2.png?786575ef645e1c0ab15cca72a7542e7c);
  background-position: center;
  background-size: cover;
}

.design-banner:after {
  content: ". . .";
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  right: 3px;
  top: 13px;
}

.design-banner:hover .overlay-text {
  background-color: rgba(21, 22, 23, 0);
}

.sidebar-filtr {
  position: relative;
}

.sidebar-filtr .close-button {
  display: none;
}

.sidebar-filtr .side-title {
  border-bottom: 1px solid #cc1212;
  width: 100%;
  text-align: right;
  padding: 25px 0;
  position: relative;
}

.sidebar-filtr .side-title:after {
  position: absolute;
  content: "";
  width: 300%;
  left: 100%;
  bottom: -1px;
  height: 1px;
  background: #cc1212;
  min-height: 1px;
}

.sidebar-filtr .side-title p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.sidebar-filtr .side-list {
  text-align: right;
  font-weight: 400;
  padding: 15px 0;
}

.sidebar-filtr .side-list .side-list-down {
  margin: 10px 0;
}

.sidebar-filtr .side-list .side-list-down li a {
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
}

.sidebar-filtr .side-list li a {
  padding: 10px 0;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.sidebar-filtr .side-list li a:hover {
  color: #cc1212;
}

.sidebar-filtr .side-list li a span {
  font-size: 16px;
  font-weight: 400;
  color: #cc1212;
  margin-right: 15px;
}

.sidebar-filtr .base-color-check {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar-filtr .base-color-check label span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  margin-right: 20px;
}

.sidebar-filtr .base-color-check label span svg {
  position: absolute;
  left: 6px;
  height: 15px;
  opacity: 0;
  transition: 0.2s ease;
}

.sidebar-filtr .base-color-check label span.white {
  background: #fff;
}

.sidebar-filtr .base-color-check label span.white svg path {
  stroke: #000;
}

.sidebar-filtr .base-color-check label span.blue {
  background: #005578;
}

.sidebar-filtr .base-color-check label span.green {
  background: #009640;
}

.sidebar-filtr .base-color-check label span.red {
  background: #cc1212;
}

.sidebar-filtr .base-color-check label span.orange {
  background: #ea5b0c;
}

.sidebar-filtr .base-color-check label span.black {
  background: #333;
}

.sidebar-filtr .base-color-check label span.yellow {
  background: #ffd616;
}

.sidebar-filtr .base-color-check label span.yellow svg path {
  stroke: #000;
}

.sidebar-filtr .base-color-check label span.pink {
  background: #6a0f5a;
}

.sidebar-filtr .base-color-check label:nth-child(4n) span {
  margin-right: 0;
}

.sidebar-filtr .base-color-check label input:checked ~ span svg {
  opacity: 1;
}

.sidebar-filtr .base-color-check label input:checked ~ span:before {
  width: 46px;
  height: 46px;
  content: "";
  border-radius: 50%;
  border: 1px solid #cc1212;
  position: absolute;
  transition: 0.3s ease;
}

.sidebar-filtr .avail-check {
  padding: 30px 0;
}

.sidebar-filtr .avail-check label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 20px;
}

.sidebar-filtr .avail-check label p {
  font-size: 19px;
  color: #fff;
  font-weight: 300;
  margin-right: 5px;
}

.sidebar-filtr .avail-check label span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.sidebar-filtr .avail-check label input:checked ~ span {
  border-color: #cc1212;
  background: #cc1212;
}

.sidebar-filtr .avail-check label input:checked ~ span:before {
  content: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  position: absolute;
  top: 14%;
}

.sidebar-filtr .base-helmet-check label {
  width: 100%;
  padding: 33px 0;
  cursor: pointer;
}

.sidebar-filtr .base-helmet-check label .image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.sidebar-filtr .base-helmet-check label .image span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.sidebar-filtr .base-helmet-check label p {
  font-size: 14px;
  color: #828996;
  font-weight: 300;
  text-align: right;
  padding-left: 40px;
}

.sidebar-filtr .base-helmet-check label input:checked ~ .image span {
  border-color: #cc1212;
  background: #cc1212;
}

.sidebar-filtr .base-helmet-check label input:checked ~ .image span:before {
  content: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  position: absolute;
  top: 14%;
}

.widget {
  width: 100%;
}

.widget .widget-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.widget .widget-slides {
  width: 100%;
}

.widget .widget-slides .ws-item {
  margin-bottom: 30px;
}

.widget .widget-slides .ws-item img {
  width: 100%;
  margin-bottom: 20px;
}

.widget .widget-slides .ws-item p {
  font-size: 15px;
  color: #828996;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.widget .widget-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.widget a.widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.widget a.widget-button img {
  position: absolute;
  left: 0;
}

.widget-slider-arrow {
  width: 40px;
  height: 10px;
  background: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674) center no-repeat;
  background-size: contain;
  cursor: pointer;
  left: auto;
  top: auto;
  margin: 0 8px;
  transition: opacity 0.3s ease-out;
}

.widget-slider-arrow:hover {
  opacity: 0.7;
}

.widget-slider-arrow-next {
  left: inherit;
  right: auto;
  transform: rotate(180deg);
}

.sidebar-notification {
  width: 430px;
  height: 210px;
  position: fixed;
  right: calc(50% - 400px);
  top: 50%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s ease;
}

.sidebar-notification.show {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-notification svg {
  position: relative;
}

.sidebar-notification .overlay-notif {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}

.sidebar-notification .overlay-notif a.reset {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.sidebar-notification .overlay-notif a.reset img {
  margin-right: 10px;
}

.price-range {
  padding: 33px 0;
}

.price-range #slider-range {
  margin-bottom: 30px;
}

.price-range .amounts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.price-range .amounts label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-range .amounts label input {
  width: 85px;
  height: 40px;
  text-align: center;
  border: 1px solid #3b3e42;
  background: transparent;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.price-range .amounts label p {
  font-size: 16px;
  color: #53575f;
  font-weight: 300;
}

.price-range .ui-slider-horizontal {
  height: 2px;
  background: #3b3e42;
  border: none;
}

.price-range .ui-slider-horizontal .ui-slider-range {
  height: 4px;
  background: #cc1212;
  top: -2px;
}

.price-range .ui-slider-horizontal .ui-slider-handle {
  width: 6px;
  height: 18px;
  background: #fff;
  border-radius: 0;
  outline-color: transparent;
  top: -8px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-width: 0 !important;
}

.price-range .ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
}

.price-range .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  outline: none;
}

.price-range .ui-slider-horizontal .ui-slider-handle.ui-state-active {
  outline: none;
}

.price-range .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
  outline: none;
}

.price-range .ui-slider-horizontal .ui-slider-handle.ui-state-default {
  outline: none;
}

.show-filtr {
  display: none;
}

.overlay-main {
  display: none;
}

.overlay-main.show {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 15;
  background: #000;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.cashback-block {
  background: url(/images/cashback-bg.png?9b19a0d7408a2a7ba50cd8000e95089d);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0c0c0d;
  height: 550px;
  width: 100%;
  padding: 75px 60px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-top: 90px;
}

.cashback-block .inner-text {
  margin-top: 15px;
  padding-left: 20px;
}

.cashback-block .inner-text p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  max-width: 410px;
  letter-spacing: 1px;
}

.cashback-block .inner-text p.title {
  font-size: 136px;
  color: #fff;
  line-height: normal;
  font-family: BebasNeue;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cashback-block .inner-text .button {
  margin-top: 50px;
}

.banner-howto {
  background: url(/images/howto-bg.png?b56abf94a8fa7d8e52c060cf0633781e);
  background-size: contain;
  background-position: right;
  background-color: #e2e8ef;
  height: 320px;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 50px;
}

.banner-howto a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  padding: 70px 100px;
  color: #151617;
}

.banner-howto a p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.banner-howto a p.title {
  font-size: 40px;
  line-height: normal;
  font-family: BebasNeue;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0;
}

.banner-howto a p.title:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -30px;
  top: 0;
}

.text-block {
  color: #fff;
  margin-bottom: 130px;
}

.text-block h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.text-block p {
  font-weight: 300;
  color: #949aa6;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 30px;
  margin-bottom: 30px;
}

.text-block p.red {
  font-size: 18px;
  color: #cc1212;
}

.text-block a {
  color: #fff;
  text-decoration: underline;
}

.text-block h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1.8px;
}

.text-block ul {
  color: #cc1212;
  margin-bottom: 30px;
  list-style: unset;
  padding-left: 20px;
}

.text-block ul li p {
  font-size: 18px;
  color: #7b808a;
  margin-bottom: 10px;
}

.text-block .with-img {
  display: flex;
  align-items: flex-start;
}

.text-block .with-img .text-float {
  padding-right: 100px;
}

.text-block .with-img .text-float.right {
  padding-left: 100px;
  padding-right: 0;
}

.text-block .with-img .video-with-caption {
  min-width: 700px;
}

.text-block .with-img .video-with-caption .video-block {
  height: 450px;
  margin-bottom: 30px;
}

.text-block .with-img .video-with-caption .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-block .with-img .video-with-caption .caption button {
  background: none;
}

.text-block .with-img .video-with-caption .caption p {
  margin: 0;
  color: #fff;
}

.text-block .with-img .video-with-caption .caption p.price {
  font-size: 24px;
  font-family: BebasNeue;
  font-weight: 700;
}

.text-block h2 {
  font-size: 40px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.text-block .big-image {
  margin-bottom: 30px;
}

.text-block .big-image img {
  width: 100%;
}

.text-block .video-block {
  position: relative;
  width: 100%;
  height: 455px;
  margin-bottom: 50px;
}

.text-block .video-block .overplay-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/images/overlay-bg-2.png?dfa541b2d2c4e5abc584416e6e108c0b);
  background-size: cover;
  background-position: center;
  transition: 0.5s ease;
}

.text-block .video-block .overplay-btn .block_8__label {
  pointer-events: auto;
  cursor: pointer;
}

.text-block .video-block .overplay-btn.hide {
  opacity: 0;
  pointer-events: none;
}

.text-block .video-block iframe {
  width: 100%;
  height: 100%;
}

.lang-n-cur {
  display: flex;
  align-items: center;
  flex: 0 0 15%;
  font-family: BebasNeue;
  letter-spacing: 1.6px;
}

.lang-n-cur.mobile-show {
  display: none;
}

.lang-n-cur .header__logo {
  margin-right: 2vw;
}

.lang-n-cur .tog_select {
  width: auto;
  height: 58px;
}

.lang-n-cur .tog_select span {
  font-family: Roboto_Condensed;
  font-weight: 300;
  font-size: 0.8vw;
}

.lang-n-cur .tog_select img {
  right: 0;
}

.lang-n-cur .tog_select.currency {
  padding-left: 0;
}

.lang-n-cur .tog_select.currency span {
  position: relative;
  margin-right: 10px;
}

.lang-n-cur .tog_select.currency .select {
  margin-left: 20px;
  padding-left: 0;
}

.lang-n-cur .tog_select.currency .options {
  left: 95px;
}

.lang-n-cur .tog_select .options {
  left: 0;
  width: auto;
  padding: 25px 30px;
  right: auto;
  background-color: #151617;
  box-shadow: 0 51px 67.64px 8.36px rgba(0, 0, 0, 0.93);
}

.lang-n-cur .tog_select .options li {
  width: auto;
  border: none;
  padding: 6px 0;
  height: auto;
  font-size: 1vw;
  background: transparent;
  min-width: 80px;
}

.lang-n-cur .tog_select .options img {
  position: relative;
  margin-right: 0.5vw;
}

.lang-n-cur .tog_select .options:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 2px;
  background: #cc1212;
}

.lang-n-cur .tog_select p.select {
  font-size: 1vw;
  white-space: nowrap;
  padding-right: 15px;
  border: none;
}

.lang-n-cur .tog_select p.select img {
  position: relative;
  margin-right: 0.5vw;
}

.lang-n-cur .tog_select.language p.select {
  padding-left: 0;
  width: 80px;
}

section.terms {
  background: url(/images/terms-bg.png?b8b5f337bc1fee9896f62fe5da56d2f9);
  background-size: cover;
  background-position: top;
  max-width: 1760px;
  margin: 0 auto;
}

section.article-page {
  padding-top: 30px;
}

section.article-page .date {
  margin-bottom: 20px;
}

section.article-page .date p {
  font-weight: 300;
  color: #73757e;
  font-size: 14px;
}

section.about-page {
  background: url(/images/about-bg.png?fd68ee74ee67da740515e1a73c9d4a33);
  background-size: cover;
  background-position: top;
  max-width: 1760px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

section.about-page .about-inner > div {
  display: flex;
}

section.about-page .about-inner .left {
  flex: 0 0 50%;
}

section.about-page .about-inner .right {
  flex: 0 0 50%;
  padding-left: 100px;
}

section.about-page .about-inner img {
  width: 100%;
  margin-top: -40px;
}

section.about-page .about-inner p {
  font-size: 16px;
  color: #949aa6;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 60px;
}

section.about-page .about-inner p.sub-title {
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

section.about-page .about-inner .title h1 {
  font-size: 72px;
  color: #fff;
  line-height: normal;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

section.founders-page {
  background: url(/images/about-bg.png?fd68ee74ee67da740515e1a73c9d4a33);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 1760px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

section.founders-page .founders-inner .text {
  display: flex;
}

section.founders-page .founders-inner .text p {
  font-size: 16px;
  color: #949aa6;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 60px;
}

section.founders-page .founders-inner .text p.sub-title {
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

section.founders-page .founders-inner .text .left {
  flex: 0 0 50%;
  position: relative;
}

section.founders-page .founders-inner .text .left.fire-helmet:before {
  content: url(/images/Ketchup-LOK-Jam.png?d42b4d9c00f395d0f067e3a4a7eb1fcc);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

section.founders-page .founders-inner .text .left.fire-helmet img {
  position: absolute;
  left: -330px;
  top: -89px;
  width: 140%;
}

section.founders-page .founders-inner .text .right {
  flex: 0 0 50%;
  padding-left: 54px;
}

section.founders-page .founders-inner .video-block {
  width: 100%;
  margin-bottom: 95px;
}

section.founders-page .founders-inner .video-block .tab-video {
  width: 100%;
  height: 590px;
  position: relative;
}

section.founders-page .founders-inner .video-block .tab-video iframe {
  width: 100%;
  height: 100%;
}

section.founders-page .founders-inner .video-block .tab-video .overplay-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/overlay-bg-3.png?d6b92181207afcef40da07bf1bbb7bd4);
  background-position: center;
  background-size: cover;
  padding: 60px 70px;
  z-index: 0;
  transition: 1.5s ease;
}

section.founders-page .founders-inner .video-block .tab-video .overplay-btn.hide {
  opacity: 0;
  pointer-events: none;
}

section.founders-page .founders-inner .video-block .tab-video .overplay-btn .block_8__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
}

section.founders-page .title h1 {
  font-size: 72px;
}

section.error-page {
  background-image: url(/images/404-bg.png?4ebb38b76b88aaf18082d4ba546e1c7c);
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 140px;
  margin-top: -80px;
  padding-bottom: 200px;
  margin-bottom: -100px;
}

section.error-page .title-row {
  justify-content: center;
}

section.error-page h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 40px;
}

section.error-page p {
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 420px;
  font-size: 18px;
  letter-spacing: 0.8px;
}

section.error-page .search-block {
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 65px;
  background-color: #161717;
  margin-top: 45px;
  margin-bottom: 60px;
}

section.error-page .search-block .search__form {
  position: relative;
  padding: 0 40px;
}

section.error-page .search-block .search__form .search__lupe {
  bottom: 7px;
}

section.error-page .search-block .search__form:after {
  display: none;
}

section.error-page .search-block .search__form:before {
  height: 2px;
}

section.error-page .button {
  margin: 0 auto;
}

section.checkout .title-row {
  justify-content: center;
}

section.checkout .checkout-inner {
  width: 100%;
}

section.checkout .checkout-inner form {
  width: 100%;
  margin-bottom: 90px;
}

section.checkout .checkout-inner form .first-step {
  display: flex;
  justify-content: space-between;
}

section.checkout .checkout-inner form .billing-details {
  width: 50%;
  max-width: 560px;
}

section.checkout .checkout-inner form .different-adress {
  width: 50%;
  max-width: 560px;
}

section.checkout .checkout-inner form .different-adress > div {
  overflow: hidden;
  transition: opacity 0.3s, max-height 0.6s;
}

section.checkout .checkout-inner form .different-adress:not(.active) > div {
  opacity: 0;
  max-height: 0;
}

section.checkout .checkout-inner form .different-adress.active > div {
  opacity: 1;
  max-height: 300px;
}

section.checkout .checkout-inner form .default-input.two-inputs {
  display: flex;
  justify-content: space-between;
}

section.checkout .checkout-inner form .default-input.two-inputs label {
  max-width: 260px;
  width: 100%;
}

section.checkout .checkout-inner form .default-input.three-inputs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}

section.checkout .checkout-inner form .default-input.three-inputs label {
  width: 100%;
}

section.checkout .checkout-inner form .default-input label {
  width: 100%;
  margin-bottom: 20px;
}

section.checkout .checkout-inner form .default-input label p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 15px;
}

section.checkout .checkout-inner form .default-input label p span {
  color: #cc1212;
  margin-left: 5px;
}

section.checkout .checkout-inner form .default-input label input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  background: none;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
}

section.checkout .checkout-inner form .default-input label textarea {
  width: 100%;
  height: 115px;
  padding: 10px 15px;
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  background: none;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
  resize: none;
}

section.checkout .checkout-inner form .select-item {
  width: 100%;
}

section.checkout .checkout-inner form .select-item label {
  width: 100%;
  margin-bottom: 20px;
}

section.checkout .checkout-inner form .select-item label p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 15px;
}

section.checkout .checkout-inner form .select-item label + .tog_select {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

section.checkout .checkout-inner form .select-item label + .tog_select .options {
  width: 100%;
  max-height: 400px;
  height: 400px;
  padding-right: 37px;
  background: #151617;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
  border-top: none;
}

section.checkout .checkout-inner form .select-item label + .tog_select .options li {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
  border-left: none;
  border-top: none;
}

section.checkout .checkout-inner form .select-item label + .tog_select p.select {
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
}

section.checkout .checkout-inner form label.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 35px;
}

section.checkout .checkout-inner form label.checkbox p {
  font-size: 36px;
  color: #fff;
  line-height: 30px;
}

section.checkout .checkout-inner form label.checkbox span {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

section.checkout .checkout-inner form label.checkbox input:checked ~ span {
  background: #cc1212;
  border-color: #cc1212;
}

section.checkout .checkout-inner form label.checkbox input:checked ~ span:before {
  content: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  position: absolute;
  top: auto;
}

section.checkout .checkout-inner form .second-step label.checkbox p {
  font-size: 20px;
}

section.contacts {
  height: 446px;
  background-image: url(/images/map-bg.png?b8b35ec8a978201ae1f13ea49eef209d);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

section.contacts .title {
  text-align: center;
  padding-top: 50px;
}

section.contacts .title h1 {
  position: relative;
  margin-bottom: 0;
}

section.contacts .title h1:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  top: -30px;
  width: auto;
  height: 0;
}

section.contacts .mark-block {
  width: 190px;
  margin: 0 auto;
  text-align: center;
}

section.contacts .mark-block .adress {
  background: #fff;
  padding: 18px 30px;
  text-align: center;
  position: relative;
}

section.contacts .mark-block .adress:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #fff;
  transform: translate(-50%);
}

section.contacts .mark-block .adress p {
  font-size: 16px;
  font-weight: 300;
  color: #151617;
  line-height: normal;
}

section.contacts .mark-block img {
  margin-bottom: -30px;
  margin-left: 4px;
}

section.contacts a.whole-map {
  display: flex;
  position: absolute;
  left: 15%;
  bottom: 30px;
  align-items: center;
}

section.contacts a.whole-map svg {
  width: 17px;
  margin-right: 10px;
}

section.contacts a.whole-map svg polygon {
  fill: #fff;
}

section.contacts a.whole-map p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: normal;
}

.title-text {
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}

.title-text h1 {
  font-family: BebasNeue;
  font-weight: 700;
  color: #fff;
  padding-left: 25px;
  font-size: 40px;
}

.title-text:before {
  content: ". . .";
  font-size: 16px;
  color: #cc1212;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  left: -10px;
  top: 0;
}

.conditions {
  display: flex;
  justify-content: space-between;
}

.conditions .item {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  padding-right: 60px;
}

.conditions .item p {
  font-size: 16px;
  color: #fff;
}

.conditions .item .name {
  display: flex;
  align-items: flex-start;
}

.conditions .item .name img {
  margin-right: 2vw;
}

.conditions .item .name p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.recently-slider .title-row .count-series {
  justify-content: flex-start;
}

.recently-slider .title-row .rs-slide-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.recently-slider .title-row .rs-slide-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.recently-slider .items .slick-list {
  padding: 50px 0;
}

.recently-slider .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recently-slider .items .item .design-item {
  width: 100%;
}

.recently-slider.essentials {
  padding-top: 50px;
}

.product-series-bg {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  position: relative;
  padding-top: 100px;
  background-position: center;
  background-size: cover;
  margin-bottom: 105px;
}

.product-series-bg.grinster-bg {
  background-image: url(/images/grinster-bg.png?be149e4a8f43f71046b11b8b7423b9c9);
}

.product-series-bg.venom-bg {
  background-image: url(/images/venom-bg.png?2aa4f76b6550e6880577657d5dcaaff6);
}

.product-series-bg.reaper-bg {
  background-image: url(/images/reaper-bg.png?8477511a12009ba4eecdb6b285de230e);
}

.product-series-bg.superheroes-bg {
  background-image: url(/images/superheroes-bg.png?9de49f1c0b2496e718e0896ed8a05c9f);
}

.product-series-bg .title {
  text-align: center;
}

.product-series-bg .title p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-top: 20px;
}

.product-series-bg .explore {
  text-align: center;
}

.product-series-bg .explore p {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.product-series-bg .explore img {
  cursor: pointer;
}

.product-info {
  position: relative;
  background: #191a1b;
}

.product-info #accordion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 20;
  flex-wrap: wrap;
}

.product-info #accordion h3 {
  order: 0;
}

.product-info .ui-accordion-content {
  position: relative;
  top: 100%;
  flex: 1 1 100%;
  order: 1;
}

.product-inner {
  display: flex;
  color: #fff;
  margin-bottom: 105px;
}

.product-inner .left {
  flex: 1 0 auto;
  max-width: 699px;
  display: flex;
  padding-right: 8%;
  align-items: flex-start;
  position: relative;
  height: 685px;
}

.product-inner .left .slide-nav-prod {
  width: 100px;
}

.product-inner .left .slide-nav-prod .slick-prev {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.product-inner .left .slide-nav-prod .slick-next {
  opacity: 1;
  transform: rotate(-90deg);
  bottom: -50px;
  left: 30px;
  width: auto;
  height: auto;
  top: auto;
}

.product-inner .left .slide-nav-prod .slick-next:before {
  content: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.product-inner .left .slide-nav-prod .slick-current {
  position: relative;
}

.product-inner .left .slide-nav-prod .slick-current:after {
  width: 60px;
  content: "";
  height: 2px;
  background: #cc1212;
  bottom: 0;
  left: 15px;
  position: absolute;
}

.product-inner .left .main-img-slide {
  margin-top: -8%;
  max-width: 100%;
  max-height: 570px;
  padding-left: 20px;
}

.product-inner .left .custom-rate {
  position: absolute;
  bottom: auto;
  top: 490px;
  left: 120px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .product-inner .left .custom-rate {
    top: 495px;
    left: auto;
    right: 0;
  }
}

.product-inner .left .custom-rate p {
  font-size: 18px;
  font-weight: 300;
  margin-right: 5px;
}

.product-inner .left .custom-rate span {
  display: flex;
  align-items: center;
}

.product-inner .left .custom-rate span i {
  width: 22px;
  height: 24px;
  cursor: pointer;
  background-image: url(/images/star-blank.png?3025bece3c87bc49d5aef9c80533ee70);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  margin-right: 5px;
}

.product-inner .left .custom-rate span i.active {
  background-image: url(/images/block_6__stars.png?28353928e9021ecbf903309b31bd8c12);
}

.product-inner .left .socials {
  position: absolute;
  bottom: 0;
}

.product-inner .left .socials p {
  font-size: 18px;
  font-weight: 300;
  color: #4b4e55;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.product-inner .left .socials .icons {
  display: flex;
  align-items: center;
}

.product-inner .left .socials .icons a {
  display: block;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border: 1px solid #37383c;
  border-radius: 50%;
  transition: 0.3s ease;
}

.product-inner .left .socials .icons a:hover {
  opacity: 0.5;
}

.product-inner .right {
  flex: 1 0 auto;
  max-width: 500px;
}

.product-inner .right .status-av {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-inner .right .status-av p {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 5px;
}

.product-inner .right .status-av .tooltip-icon {
  margin-top: -5px;
  position: relative;
  cursor: pointer;
}

.product-inner .right .prod-title {
  width: 100%;
  margin-bottom: 50px;
}

.product-inner .right .prod-title h1 {
  font-size: 30px;
  font-family: BebasNeue;
  font-weight: 700;
  width: auto;
  line-height: normal;
  letter-spacing: 1px;
}

.product-inner .right .prod-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}

.product-inner .right .prod-price p {
  font-size: 36px;
  margin-right: 15px;
  line-height: normal;
}

.product-inner .right .prod-price span {
  position: relative;
  color: #cc1212;
  font-size: 24px;
  font-weight: 400;
}

.product-inner .right .prod-price span:before {
  content: "";
  border-bottom: 1px solid #cc1212;
  position: absolute;
  width: 90%;
  height: 1px;
  transform: rotate(-20deg);
  top: 50%;
  left: 5%;
}

.product-inner .right .prod-price span .label-price {
  position: absolute;
  right: -75%;
  top: -70%;
  color: #fff;
  background: #cc1212;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
}

.product-inner .right .prod-price span .label-price:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: none;
  background: transparent;
  border-bottom: none;
  width: 0;
  height: 0;
  left: 15%;
  border-left: 0 solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cc1212;
}

.product-inner .right .prod-price span .label-price p {
  margin-right: 0;
  font-size: 12px;
}

.product-inner .right .prod-options .prod-sizes {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}

.product-inner .right .prod-options .prod-sizes:before {
  width: 560px;
  transition: 0.5s ease;
  height: 150px;
  background-image: url(/images/reminder.png?26ff9cc81f8006845b6be07e19e15287);
  background-position: center;
  background-repeat: no-repeat;
  content: "Don't forget to choose size";
  position: absolute;
  top: -20px;
  left: -6%;
  display: flex;
  align-items: flex-start;
  padding: 33px 0;
  justify-content: center;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  box-sizing: border-box;
}

.product-inner .right .prod-options .prod-sizes .nnn {
  width: 70px;
  font-size: 18px;
  font-weight: 300;
}

.product-inner .right .prod-options .prod-sizes .labels {
  display: flex;
  align-items: center;
  z-index: 10;
}

.product-inner .right .prod-options .prod-sizes .labels label {
  display: flex;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  margin-bottom: 0;
}

.product-inner .right .prod-options .prod-sizes .labels label span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.product-inner .right .prod-options .prod-sizes .labels label p {
  font-weight: 300;
  font-size: 19px;
  text-transform: uppercase;
}

.product-inner .right .prod-options .prod-sizes .labels label input:checked ~ span {
  background: #cc1212;
  border-color: #cc1212;
}

.product-inner .right .prod-options .prod-sizes .labels label input:checked ~ span:before {
  content: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  position: absolute;
  top: auto;
}

.product-inner .right .prod-options .prod-sizes.show:before {
  opacity: 1;
  pointer-events: auto;
  top: -120px;
}

.product-inner .right .prod-options .size-guide-btn {
  width: 100%;
  border: 1px solid #3b3e42;
  transition: 0.2s ease;
  margin-bottom: 35px;
}

.product-inner .right .prod-options .size-guide-btn a {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 18px 0;
}

.product-inner .right .prod-options .size-guide-btn:hover {
  background: #1f2022;
  border-color: #1f2022;
}

.product-inner .right .prod-options .prod-selects {
  display: flex;
  margin-bottom: 40px;
}

.product-inner .right .prod-options .prod-selects .tog_select {
  width: 100%;
}

.product-inner .right .prod-options .prod-selects .tog_select .options {
  width: 100%;
}

.product-inner .right .prod-options .prod-selects .tog_select .options li {
  width: 100%;
}

.product-inner .right .prod-options .submit-row {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

.product-inner .right .prod-options .submit-row .di-add {
  margin-left: -10%;
}

.product-inner .right .prod-options .submit-row .di-add img {
  margin-right: 10px;
}

.product-inner .right .prod-options .submit-row .di-add img.incart {
  display: none;
}

.product-inner .right .prod-options .submit-row .di-add.added {
  background: url(/images/button-added.png?ebd8bc13dcce0839e4f092cfb3247878) center no-repeat;
}

.product-inner .right .prod-options .submit-row .di-add.added img.addtocart {
  display: none;
}

.product-inner .right .prod-options .submit-row .di-add.added img.incart {
  display: block;
}

.product-inner .right .prod-options .submit-row .add-wish {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
}

.product-inner .right .prod-options .submit-row .add-wish span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 51px;
  height: 51px;
}

.product-inner .right .prod-options .submit-row .add-wish a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
}

.product-inner .right .prod-options .submit-row .add-wish img.addedwish {
  display: none;
}

.product-inner .right .prod-options .submit-row .add-wish.added img.addwish {
  display: none;
}

.product-inner .right .prod-options .submit-row .add-wish.added img.addedwish {
  display: block;
}

.product-inner .right .prod-delivery {
  display: flex;
  align-items: center;
}

.product-inner .right .prod-delivery p {
  margin: 0 15px;
  font-weight: 300;
  font-size: 16px;
}

.product-inner .right .prod-delivery p span {
  margin-left: 10px;
  font-weight: 400;
}

.product-inner .right .prod-delivery a {
  color: #cc1212;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

#accordion .tab_btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto_Condensed;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  padding: 2vw 3.5vw;
}

#accordion .tab_btn.ui-accordion-header-active {
  background: #151617;
}

#accordion .tab_btn span.ui-accordion-header-icon {
  display: none;
}

#accordion .tab_btn span.reviews-mark {
  position: absolute;
  right: 15%;
  top: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-transform: none;
  z-index: 1;
}

#accordion .tab_btn span.reviews-mark:before {
  content: url(/images/review-mark.png?74793ef4a8b065ac93fd95d445857808);
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -10px;
}

#accordion .tab_btn:hover {
  background: #151617;
}

#accordion .tab_content {
  background: transparent;
  border: none;
  font-family: Roboto_Condensed;
  font-weight: 400;
  padding: 70px 0;
  padding-bottom: 350px;
  position: relative;
}

#accordion .tab_content .tab-video {
  width: 100%;
  height: 620px;
  margin-bottom: -310px;
  position: relative;
  margin-top: 60px;
}

#accordion .tab_content .tab-video:after {
  position: absolute;
  content: "";
  width: 200vw;
  left: -100vw;
  height: 350px;
  z-index: -1;
  top: 310px;
  background: #151617;
}

#accordion .tab_content .tab-video .overplay-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 60px 70px;
  z-index: 0;
  transition: 1.5s ease;
  pointer-events: none;
}

#accordion .tab_content .tab-video .overplay-btn:before {
  content: "";
  width: 2px;
  height: 28px;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

#accordion .tab_content .tab-video .overplay-btn:after {
  content: "";
  width: 2px;
  height: 28px;
  background: #cc1212;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

#accordion .tab_content .tab-video .overplay-btn.hide {
  opacity: 0;
  pointer-events: none;
}

#accordion .tab_content .tab-video .overplay-btn.hide .block_8__label {
  display: none;
}

#accordion .tab_content .tab-video .overplay-btn .block_8__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  pointer-events: none;
}

#accordion .tab_content .tab-video .overplay-btn .title p {
  font-family: BebasNeue;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  letter-spacing: 1.5px;
  line-height: normal;
}

#accordion .tab_content .tab-video iframe {
  width: 100%;
  height: 100%;
}

#accordion .tab_content .images {
  display: flex;
  flex-direction: column;
}

#accordion .tab_content .images div {
  text-align: center;
  margin-bottom: 40px;
}

#accordion .tab_content .images div p {
  font-size: 16px;
  color: #7b808a;
}

#accordion .tab_content .images div img {
  margin: auto;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

#accordion .tab_content .images.images-mob {
  display: none;
}

#accordion .tab_content .inner {
  display: flex;
  justify-content: space-between;
}

#accordion .tab_content.tab_3_content {
  background-image: url(/images/world.png?99c3839dcb13f77abe0093acbaac56c6);
  background-position: 20% 3%;
  background-repeat: no-repeat;
}

#accordion .tab_content.tab_3_content .inner .product-text {
  max-width: 700px;
}

#accordion .tab_content.tab_5_content .product-text {
  padding-right: 70px;
}

.product-text {
  max-width: 800px;
  width: 100%;
}

.product-text .title {
  margin-bottom: 35px;
}

.product-text .title p {
  font-family: BebasNeue;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  letter-spacing: 1.5px;
  line-height: inherit;
}

.product-text .title.small p {
  font-size: 30px;
}

.product-text p {
  font-weight: 300;
  color: #949aa6;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 30px;
}

.product-text p.sub-title {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0;
  color: #fff;
}

.product-text p.sub-title svg {
  width: 65px;
  margin-right: 10px;
}

.product-text p.sub-title svg path {
  fill: #333;
}

.product-text p a {
  color: #fff;
  text-decoration: underline;
}

.product-text p.large-text {
  font-size: 26px;
  margin-bottom: 30px;
}

.product-text span.light-gray,
.product-text p.light-gray,
.product-text li.light-gray {
  color: #b0b6b8;
}

.product-text span.white,
.product-text p.white,
.product-text li.white {
  color: #ffffff;
}

.product-text span.red,
.product-text p.red,
.product-text li.red {
  color: #cc1212;
}

.product-text ul.default {
  color: #cc1212;
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 20px;
}

.product-text ul.default li p {
  font-size: 20px;
  color: #7b808a;
  margin-bottom: 10px;
}

.product-text ul.tech-info li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cc1212;
  padding: 15px 0;
}

.product-text ul.tech-info li:last-child {
  border-bottom: none;
}

.product-text ul.tech-info li span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.product-text ul.tech-info li span:first-child {
  font-size: 16px;
  color: #7b808a;
  font-weight: 300;
  min-width: 250px;
}

.product-text .what-in-box {
  display: flex;
  flex-wrap: wrap;
}

.product-text .what-in-box .item {
  width: 200px;
  margin-right: 30px;
  text-align: center;
}

.product-text .what-in-box .item .image {
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-text .what-in-box .item .image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.product-text .what-in-box .item .image span.label {
  position: absolute;
  left: 10%;
  top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  font-size: 22px;
}

.product-text .what-in-box .item .image span.label:before {
  z-index: -1;
  content: url(/images/klaksa.png?ae797438175d6e7779571446bd13f179);
  position: absolute;
  top: -7px;
  left: -17px;
}

.product-text .what-in-box .item p {
  color: #fff;
}

.product-text .reviews-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.product-text .reviews-row .di-add {
  color: #fff;
}

.product-text .reviews-row .di-add img {
  margin-right: 10px;
  color: #fff;
}

.product-text .reviews-navigation {
  display: flex;
  align-items: center;
}

.product-text .reviews-navigation ul {
  display: flex;
  align-items: center;
}

.product-text .reviews-navigation ul li {
  border-width: 1px;
  border-color: #73757e;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.product-text .reviews-navigation ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-text .reviews-navigation ul li.active {
  border-color: #cc1212;
}

.product-text .reviews-navigation ul li.unclick {
  border: none;
  margin: 0 -5px;
  width: auto;
  margin-left: 0;
}

.product-text .some-custom-infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0;
}

.product-text .some-custom-infos p {
  margin-right: 20px;
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.product-text .some-custom-infos p svg {
  margin-right: 20px;
  width: 28px;
  height: auto;
}

.product-text .some-custom-infos p svg path {
  fill: #333;
}

.product-text .deliv-companies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
}

.product-text .deliv-companies .item {
  width: 108px;
  height: 70px;
  box-shadow: 0.872px 12.985px 40.94px 5.06px rgba(0, 0, 0, 0.33);
  margin-right: 22px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-text .payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  max-width: 750px;
}

.product-text .payments .item {
  width: 108px;
  height: 70px;
  box-shadow: 0.872px 12.985px 40.94px 5.06px rgba(0, 0, 0, 0.33);
  margin-right: 22px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-text .reviews-inner .item {
  border-bottom: 1px solid #333537;
  margin-bottom: 40px;
  max-width: 730px;
}

.product-text .reviews-inner .item:last-child {
  border-bottom: none;
}

.product-text .reviews-inner .item p {
  font-size: 18px;
}

.product-text .reviews-inner .item .title-row {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
}

.product-text .reviews-inner .item .title-row p {
  color: #cc1212;
  font-weight: 700;
  font-size: 20px;
}

.product-text .reviews-inner .item .title-row span {
  flex: none;
  border: 1px solid #cc1212;
  padding: 8px 15px;
  width: auto;
  color: #777d89;
  font-size: 16px;
  font-weight: 300;
}

.product-text .reviews-inner .item .custom-rate {
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-rate {
  display: flex;
  align-items: flex-start;
}

.custom-rate p {
  font-size: 18px;
  font-weight: 300;
  margin-right: 5px;
}

.custom-rate span {
  display: flex;
  align-items: center;
}

.custom-rate span i {
  width: 22px;
  height: 24px;
  background-image: url(/images/star-blank.png?3025bece3c87bc49d5aef9c80533ee70);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  margin-right: 5px;
}

.custom-rate span i.active {
  background-image: url(/images/block_6__stars.png?28353928e9021ecbf903309b31bd8c12);
}

.blog-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-inner .item {
  max-width: 360px;
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 40px;
}

.article-inner {
  display: flex;
  justify-content: space-between;
}

.article-inner .text-block {
  max-width: 900px;
}

.article-inner .text-block .title {
  margin-bottom: 40px;
}

.article-inner .text-block .title h1 {
  font-family: BebasNeue;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  letter-spacing: 1.5px;
  line-height: normal;
}

.article-inner .text-block .with-img {
  margin-bottom: 30px;
}

.article-inner .text-block .with-img img {
  max-width: 400px;
}

.share-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.share-row p {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  margin-right: 10px;
}

.share-row .links {
  display: flex;
  align-items: center;
}

.share-row .links a {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #37383c;
  border-radius: 50%;
  transition: 0.3s ease;
  padding: 10px;
}

.share-row .links a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.share-row .links a:hover {
  opacity: 0.8;
}

.share-row a.more-news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.share-row a.more-news img {
  margin-right: 10px;
}

.widgets {
  width: 200px;
}

.all-series-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all-series-inner .series-item {
  margin: 0;
  margin-bottom: 30px;
  width: 49%;
  height: auto;
}

.all-series-inner .series-item .overlay {
  transition: 0.3s ease;
}

.all-series-inner .series-item .overlay:hover {
  background: rgba(0, 0, 0, 0.75);
  padding-left: 40%;
}

.send-helmet {
  padding-top: 30px;
  display: flex;
  margin-bottom: 220px;
}

.send-helmet .left {
  padding-right: 80px;
}

.send-helmet .left .block_11__link {
  width: 100px;
  left: 0;
  top: 50px;
}

.send-helmet .text {
  margin-bottom: 50px;
}

.send-helmet .text p {
  font-size: 16px;
  font-weight: 300;
  color: #949aa6;
  max-width: 700px;
  letter-spacing: 1px;
  line-height: 36px;
}

.send-helmet .sendhelmet-form form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.send-helmet .sendhelmet-form form > div .button-block_11 {
  background-image: url(/images/button-red-long.png?f0866c9c83c33b27d381f7cea265c212);
  flex: 1 0 auto;
  margin: 0 0 0 -10%;
}

.send-helmet .sendhelmet-form form > div label {
  width: 49%;
  min-width: 220px;
  margin-bottom: 20px;
}

.send-helmet .sendhelmet-form form > div label p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.send-helmet .sendhelmet-form form > div label p span {
  color: #cc1212;
}

.send-helmet .sendhelmet-form form > div label input {
  width: 100%;
  background: transparent;
  border: 1px solid #3b3e42;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.send-helmet .sendhelmet-form form > div label input:-ms-input-placeholder {
  color: #ffffff;
}

.send-helmet .sendhelmet-form form > div label input::-moz-placeholder {
  color: #ffffff;
}

.send-helmet .sendhelmet-form form > div label input::placeholder {
  color: #ffffff;
}

.send-helmet .sendhelmet-form form > div label.fileupload {
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 0;
  cursor: pointer;
}

.send-helmet .sendhelmet-form form > div label.fileupload p {
  margin: 0;
  margin-left: 15px;
  color: #fefeff;
  font-size: 18px;
  font-weight: 300;
}

.send-helmet .sendhelmet-form form > div textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #3b3e42;
  padding: 10px 15px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  resize: none;
  margin-bottom: 50px;
}

.send-helmet .sendhelmet-form form > div textarea:-ms-input-placeholder {
  color: #ffffff;
}

.send-helmet .sendhelmet-form form > div textarea::-moz-placeholder {
  color: #ffffff;
}

.send-helmet .sendhelmet-form form > div textarea::placeholder {
  color: #ffffff;
}

.send-helmet .sendhelmet-form form .textarea p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.send-helmet .sendhelmet-form form .textarea p span {
  color: #cc1212;
}

.send-helmet .sendhelmet-form p.title {
  font-family: BebasNeue;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#hidden-content {
  display: none;
}

#hidden-content.accepted {
  width: 890px;
  padding: 90px 0;
  background: #151617;
  border: 4px solid #cc1212;
}

#hidden-content.accepted .fancybox-close-small {
  display: none;
}

#hidden-content.accepted .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

#hidden-content.accepted .inner img {
  margin-bottom: 20px;
}

#hidden-content.accepted .inner h2 {
  text-align: center;
  font-size: 48px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
  line-height: normal;
}

#hidden-content.accepted .inner p {
  font-size: 16px;
  color: #777d89;
  font-weight: 300;
}

.blaze-bg-image {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  padding-top: 8%;
}

.blaze-bg-image img {
  width: 100%;
}

.clients-slider-bot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin: 20px auto;
  font-size: 30px;
  color: #cc1212;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.5px;
}

.clients-slider-wrap {
  position: relative;
}

.clients-slider-wrap .title-row {
  padding: 0 25px;
}

.clients-slider-wrap .title-row .count-series {
  justify-content: flex-start;
}

.clients-slider-wrap .title-row .morebtn {
  padding-right: 50px;
}

.clients-slider-wrap .clients-slider {
  margin-bottom: 50px;
}

.clients-slider-wrap .clients-slider .item {
  margin: 0 25px;
  height: 380px;
  overflow: hidden;
}

.clients-slider-wrap .clients-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.founder-image {
  position: relative;
  margin-bottom: 100px;
}

.founder-image img {
  width: 100%;
}

.founder-image .quote {
  position: absolute;
  background-image: url(/images/quote-bg.png?0c18a9321f4562eb1faa2127e2edf089);
  background-size: cover;
  background-position: center;
  width: 343px;
  height: 343px;
  left: 105px;
  bottom: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 70px;
}

.founder-image .quote span {
  position: absolute;
  right: 45px;
  bottom: 30px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
}

.founder-image .quote p {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  letter-spacing: 1px;
}

.image-bg-decor {
  max-width: 970px;
  width: 100%;
  position: absolute;
  left: -5%;
  top: 860px;
}

.image-bg-decor img {
  width: 100%;
}

.thanks-block {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
}

.thanks-block img:first-child {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40px);
  opacity: 0.7;
  z-index: -1;
}

.wishlist-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wishlist-inner .design-item {
  margin: 15px;
}

.cart-list {
  padding-top: 100px;
  margin-bottom: 30px;
}

.cart-item {
  display: flex;
  align-items: center;
  min-height: 130px;
  border-bottom: 2px solid #cc1212;
  position: relative;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item .image {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  max-width: 200px;
  height: 130px;
  margin-bottom: -2px;
  border-bottom: 2px solid #151617;
  position: relative;
}

.cart-item .image .img-wrap {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item .image img {
  max-width: 100%;
}

.cart-item .image .label {
  position: absolute;
  left: 0;
  top: 15px;
  width: 24px;
  height: 26px;
  background-image: url(/images/klaksa-2.png?19a8f89b8ec135de9526199721bd1ca2);
  background-position: center;
  background-size: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item .name {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 355px;
  padding-bottom: 20px;
}

.cart-item .name .labels {
  display: flex;
  align-items: center;
}

.cart-item .name .labels label {
  display: flex;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
  margin-bottom: 0;
}

.cart-item .name .labels label span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.cart-item .name .labels label p {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.cart-item .name .labels label input:checked ~ span {
  background: #cc1212;
  border-color: #cc1212;
}

.cart-item .name .labels label input:checked ~ span:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
}

.cart-item .name h4 {
  font-weight: 300;
  color: #828996;
  font-size: 14px;
  max-width: 250px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.cart-item .quanity {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3b3e42;
  padding: 20px;
  width: 110px;
}

.cart-item .quanity button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  outline: none;
}

.cart-item .quanity p.quanity-span {
  color: #fff;
  width: 50px;
  text-align: center;
}

.cart-item .unit-price {
  max-width: 200px;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 38px;
  color: #fff;
}

.cart-item .unit-price p {
  font-size: 18px;
}

.cart-item .unit-price p.old {
  position: absolute;
  bottom: 22px;
  font-weight: 300;
  color: #cc1212;
  font-size: 16px;
}

.cart-item .unit-price p.old:before {
  content: "";
  border-bottom: 1px solid #cc1212;
  position: absolute;
  width: 90%;
  height: 1px;
  transform: rotate(-20deg);
  top: 50%;
  left: 5%;
}

.cart-item .total-price {
  max-width: 200px;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.cart-item .total-price p {
  font-size: 18px;
}

.cart-item .delete-btn {
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
}

.cart-item .delete-btn button {
  background: none;
  outline: none;
}

.cart-item:first-child span.title {
  display: block;
}

.cart-item span.title {
  position: absolute;
  top: -60px;
  font-size: 14px;
  color: #828996;
  font-weight: 300;
  display: none;
}

.cart-add-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.cart-add-info .left {
  max-width: 575px;
  width: 50%;
}

.cart-add-info .additional {
  background: #191a1b;
  max-width: 575px;
  padding: 58px;
  margin-bottom: 50px;
}

.cart-add-info .additional h4 {
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
}

.cart-add-info .additional form {
  width: 100%;
}

.cart-add-info .additional form p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.cart-add-info .additional form .tog_select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}

.cart-add-info .additional form .tog_select .options {
  width: 100%;
  max-height: 400px;
  height: 400px;
  padding-right: 37px;
  background: #151617;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
  border-top: none;
}

.cart-add-info .additional form .tog_select .options li {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
  border-left: none;
  border-top: none;
}

.cart-add-info .additional form .tog_select p.select {
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
}

.cart-add-info .additional form .form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}

.cart-add-info .additional form .form-row label {
  max-width: 217px;
  width: 100%;
  margin-bottom: 15px;
}

.cart-add-info .additional form .form-row label input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  background: none;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
}

.cart-add-info .additional form .form-row label input:-ms-input-placeholder {
  color: #ffffff;
}

.cart-add-info .additional form .form-row label input::-moz-placeholder {
  color: #ffffff;
}

.cart-add-info .additional form .form-row label input::placeholder {
  color: #ffffff;
}

.cart-add-info .additional form .form-row.radio {
  padding-top: 10px;
}

.cart-add-info .additional form .form-row.radio label {
  display: flex;
  cursor: pointer;
}

.cart-add-info .additional form .form-row.radio label span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.cart-add-info .additional form .form-row.radio label p {
  font-size: 19.2px;
  font-weight: 300;
  color: #fff;
}

.cart-add-info .additional form .form-row.radio label input:checked ~ span {
  background: #cc1212;
  border-color: #cc1212;
}

.cart-add-info .additional form .form-row.radio label input:checked ~ span:before {
  content: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  position: absolute;
  top: auto;
}

.cart-add-info .additional form .submit {
  background: none;
  background-image: url(/images/button-red-long.png?f0866c9c83c33b27d381f7cea265c212);
  width: 100%;
  height: 85px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 5px;
}

.cart-add-info .additional form .submit:disabled {
  background-image: url(/images/button-red-long-disabled.png?e9ff003a00115fc919b414a293d7b7c8);
  cursor: not-allowed;
}

.coupon-block {
  background: #191a1b;
  max-width: 575px;
  padding: 58px;
}

.coupon-block form {
  width: 100%;
}

.coupon-block form > p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 20px;
}

.coupon-block form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupon-block form > div input {
  max-width: 288px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  background: none;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
}

.coupon-block form > div input:-ms-input-placeholder {
  color: #ffffff;
}

.coupon-block form > div input::-moz-placeholder {
  color: #ffffff;
}

.coupon-block form > div input::placeholder {
  color: #ffffff;
}

.coupon-block form > div button {
  background: none;
  background-image: url(/images/top_slider__button.png?f6384aa7488279cce5efaa48fddc6431);
  width: 100%;
  height: 38px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  flex: 0 0 170px;
}

.coupon-block form > div button:disabled {
  background-image: url(/images/button-added.png?ebd8bc13dcce0839e4f092cfb3247878);
  cursor: not-allowed;
}

.cart-totals {
  background: #191a1b;
  max-width: 575px;
  padding: 58px 0;
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.cart-totals h4 {
  padding: 0 58px;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
}

.cart-totals .warning {
  display: flex;
  align-items: center;
  padding: 0 58px;
  margin-top: auto;
  margin-bottom: 0;
}

.cart-totals .warning p {
  font-size: 16px;
  font-weight: 300;
  color: #73757e;
  margin-left: 15px;
}

.cart-totals ul.total-info {
  padding: 0 58px;
  margin-bottom: 65px;
}

.cart-totals ul.total-info li {
  width: 100%;
  display: flex;
  margin-bottom: 18px;
}

.cart-totals ul.total-info li p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}

.cart-totals ul.total-info li p:first-child {
  font-size: 24px;
  color: #73757e;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.6px;
}

.cart-totals ul.total-info li .dots {
  display: block;
  flex-grow: 10;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}

.cart-totals ul.total-info li .dots:before {
  content: "..................................................................................................";
  position: absolute;
  bottom: 0;
  left: -3px;
  line-height: 28px;
  font-size: 14px;
  color: #73757e;
  letter-spacing: 7px;
}

.cart-totals ul.total-info li.total {
  margin-top: 65px;
}

.cart-totals ul.total-info li.total p {
  font-size: 36px;
  line-height: 15px;
}

.cart-totals ul.total-info li.total p:first-child {
  font-size: 24px;
  line-height: 25px;
}

.cart-totals ul.total-info li.total .dots:before {
  line-height: 14px;
}

.cart-totals a.proceed {
  background-image: url(/images/button-red-long.png?f0866c9c83c33b27d381f7cea265c212);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.checkout-inner .title {
  margin: 40px 0;
}

.checkout-inner .title h3 {
  text-align: center;
  font-size: 36px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.checkout-inner .totals {
  display: flex;
  justify-content: space-between;
  background: #191a1b;
  box-shadow: 2.548px 72.956px 91.67px 11.33px rgba(0, 0, 0, 0.18);
}

.checkout-inner .totals .cart-totals {
  max-width: 700px;
  padding: 70px 15px;
  width: 100%;
}

.checkout-inner .totals .cart-totals label.checkbox {
  padding: 0 58px;
}

.checkout-inner .totals .cart-totals label.checkbox p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.checkout-inner .totals .cart-totals label.checkbox p a {
  color: #fff;
  text-decoration: underline;
}

.checkout-inner .totals .cart-totals label.checkbox p span {
  color: #cc1212;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  display: inline-block;
}

.checkout-inner .totals .cart-totals label.checkbox input:checked ~ span {
  background: #cc1212;
  border-color: #cc1212;
}

.checkout-inner .totals .order-includes {
  padding: 70px 0;
  padding-left: 100px;
  width: 100%;
  max-width: 500px;
  padding-right: 10px;
}

.checkout-inner .totals .order-includes h4 {
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #fff;
}

.checkout-inner .totals .order-includes .orders-list {
  display: flex;
  flex-direction: column;
  padding-left: 22px;
  margin-bottom: 100px;
}

.checkout-inner .totals .order-includes .orders-list .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 2px solid #cc1212;
}

.checkout-inner .totals .order-includes .orders-list .item:last-child {
  border-bottom: none;
}

.checkout-inner .totals .order-includes .orders-list .item .image {
  width: 80px;
  text-align: center;
  position: relative;
  flex: 0 0 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-inner .totals .order-includes .orders-list .item .image img {
  max-width: 90%;
}

.checkout-inner .totals .order-includes .orders-list .item .image span {
  position: absolute;
  left: -15px;
  top: 0;
  width: 22px;
  height: 24px;
  background-image: url(/images/klaksa-2.png?19a8f89b8ec135de9526199721bd1ca2);
  background-position: center;
  background-size: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-inner .totals .order-includes .orders-list .item .name {
  padding-left: 10px;
  flex: 0 0 200px;
  padding-right: 25px;
}

.checkout-inner .totals .order-includes .orders-list .item .name p {
  font-size: 14px;
  font-weight: 300;
  color: #828996;
  margin-bottom: 10px;
}

.checkout-inner .totals .order-includes .orders-list .item .name .size {
  display: flex;
  align-items: center;
}

.checkout-inner .totals .order-includes .orders-list .item .name .size span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #cc1212;
  margin-right: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  background: #cc1212;
}

.checkout-inner .totals .order-includes .orders-list .item .name .size span:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
}

.checkout-inner .totals .order-includes .orders-list .item .name .size p {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.checkout-inner .totals .order-includes .orders-list .item .price {
  flex: 0 0 88px;
  text-align: center;
}

.checkout-inner .totals .order-includes .orders-list .item .price span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.checkout-inner .totals .order-includes .orders-list .item .price p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.checkout-inner .totals .order-includes a.back {
  display: flex;
  align-items: center;
}

.checkout-inner .totals .order-includes a.back img {
  margin-right: 15px;
  width: 15px;
}

.checkout-inner .totals .order-includes a.back p {
  font-size: 11px;
  color: #576471;
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
}

.checkout-inner .totals .order-includes a.back:hover p {
  color: #fff;
}

.checkout-inner .step-back {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: auto;
  justify-content: center;
}

.checkout-inner .step-back img {
  width: 15px;
  margin-right: 15px;
}

.checkout-inner .step-back p {
  font-size: 18px;
  color: #576471;
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
}

.second-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.second-step .card-pay {
  width: 50%;
  max-width: 560px;
}

.second-step .paypal-pay {
  width: 50%;
  max-width: 560px;
}

.second-step .klarna-pay {
  width: 50%;
  max-width: 560px;
}

.second-step .items {
  display: flex;
  flex-wrap: wrap;
}

.second-step .items.paypal-items {
  align-items: center;
  padding-top: 23px;
  flex-wrap: nowrap;
}

.second-step .items .item {
  width: 73px;
  height: 48px;
  box-shadow: 0.872px 12.985px 40.94px 5.06px rgba(0, 0, 0, 0.33);
  margin-right: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-step .items .item img {
  max-width: 60%;
}

.second-step .items .item.paypal {
  background: #fff;
  width: 162px;
  height: 62px;
}

.second-step .items .item.paypal img {
  max-width: 100%;
  width: auto;
}

.second-step .desc {
  background-color: #191a1b;
  box-shadow: 0.872px 24.985px 40.94px 5.06px rgba(0, 0, 0, 0.33);
  max-width: 528px;
  width: 100%;
  min-height: 105px;
  padding: 25px 35px;
  margin-bottom: 20px;
  position: relative;
}

.second-step .desc:before {
  content: "";
  position: absolute;
  left: 55px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #191a1b;
}

.second-step .desc p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  line-height: normal;
}

.second-step .desc_whiteBg {
  background-color: #ffffff;
}

.second-step .desc_whiteBg:before {
  border-bottom-color: #ffffff;
}

.second-step .desc_hidden:not(.active) {
  display: none;
}

.confirmation-inner {
  background-image: url(/images/blaze-big-2.png?7fab0dd15208750cd67c69e040269936);
  background-repeat: no-repeat;
  background-color: #191a1b;
  background-position: 45% -110%;
  background-size: auto;
  padding: 70px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 2.548px 72.956px 91.67px 11.33px rgba(0, 0, 0, 0.18);
  margin-bottom: 140px;
}

.confirmation-inner a {
  background-image: url(/images/button-red-long.png?f0866c9c83c33b27d381f7cea265c212);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 95px;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.confirmation-inner img {
  margin-bottom: 30px;
}

.confirmation-inner p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}

.confirmation-inner span {
  color: #cc1212;
  font-weight: 300;
  font-size: 72px;
  line-height: normal;
  margin-bottom: 50px;
}

.faq-title {
  justify-content: center;
  position: relative;
  padding-top: 85px;
}

.faq-title .count-series {
  margin-left: 0;
  justify-content: flex-start;
  position: absolute;
  left: 0;
}

.faq-title h1:before {
  left: 30%;
}

.faq-inner {
  padding: 35px 0;
  width: 100%;
  margin-bottom: 50px;
}

.faq-inner #accordion-faq {
  margin-bottom: 100px;
}

.faq-inner .ui-accordion-header {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  outline: none;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-family: Roboto_Condensed;
}

.faq-inner .ui-accordion-header span.ui-accordion-header-icon {
  display: block;
  background-image: url(/images/minus.png?694022edda683d098017627cb9c09e61);
  background-position: center;
  margin-right: 20px;
  margin-top: 0;
}

.faq-inner .ui-accordion-header span.ui-accordion-header-icon.ui-icon-triangle-1-e {
  background-image: url(/images/plus.png?dd850f41ccc76766d379f0a95e0edc30);
}

.faq-inner .ui-accordion-content {
  background: none;
  border: none;
  padding: 0;
  font-family: Roboto_Condensed;
  margin-bottom: 40px;
}

.faq-inner .ui-accordion-content p {
  font-size: 16px;
  font-weight: 300;
  color: #949aa6;
  line-height: 36px;
  letter-spacing: 0.8px;
}

.form-default h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  line-height: normal;
  margin-bottom: 50px;
}

.form-default form {
  width: 100%;
}

.form-default form label {
  width: 100%;
  margin-bottom: 20px;
}

.form-default form label p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.form-default form label p span {
  color: #cc1212;
}

.form-default form label input {
  width: 100%;
  background: transparent;
  border: 1px solid #3b3e42;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.form-default form label textarea {
  width: 100%;
  min-height: 95px;
  background: transparent;
  border: 1px solid #3b3e42;
  padding: 10px 15px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.form-default form label.upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

.form-default form label.upload p {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.form-default form .submit-row {
  display: flex;
  align-items: center;
}

.form-default form .submit-row .button-block_11 {
  flex: 1 0 auto;
  margin: 0 0 0 -5%;
  font-size: 14px;
}

.form-default form .two-inputs {
  display: flex;
  justify-content: space-between;
}

.form-default form .two-inputs label {
  max-width: 49%;
}

.contacts-inner {
  display: flex;
  padding: 70px 0;
}

.contacts-inner .info {
  max-width: 300px;
  padding-right: 100px;
}

.contacts-inner .info h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  line-height: normal;
  margin-bottom: 50px;
}

.contacts-inner .info .footer__wp {
  margin-bottom: 50px;
}

.contacts-inner .info .footer__red-grey {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

.contacts-inner .form-default {
  width: 100%;
}

.client-photo-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.client-photo-inner .item-photo-gallery {
  width: 260px;
  height: 380px;
  margin: 22px 0;
  position: relative;
}

.client-photo-inner .item-photo-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.client-photo-inner .item-photo-gallery .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.2s ease;
}

.client-photo-inner .item-photo-gallery .overlay a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.client-photo-inner .item-photo-gallery .overlay a span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9d9d9d;
  border-radius: 50%;
  margin-bottom: 10px;
}

.client-photo-inner .item-photo-gallery .overlay a span img {
  width: auto;
  max-width: 60%;
  height: auto;
}

.client-photo-inner .item-photo-gallery .overlay a p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.client-photo-inner .item-photo-gallery .overlay a:nth-child(2) {
  margin-bottom: 0;
}

.client-photo-inner .item-photo-gallery:hover .overlay {
  opacity: 1;
}

.popup-slider {
  max-width: 1200px;
  background: transparent;
  padding-top: 150px;
}

.popup-slider .photo-slider {
  position: relative;
}

.popup-slider .photo-slider .item {
  height: 100%;
  transform: scale(0.5);
  transition: 0.3s ease;
}

.popup-slider .photo-slider .item span {
  display: none;
}

.popup-slider .photo-slider .item.slick-current {
  transform: scale(1);
}

.popup-slider .photo-slider .item.slick-current span {
  display: flex;
  justify-content: center;
}

.popup-slider .photo-slider .item .image {
  max-width: 400px;
  height: 580px;
  margin-bottom: 30px;
}

.popup-slider .photo-slider .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.popup-slider .photo-slider .photo-slider-next {
  position: absolute;
  bottom: 25%;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  right: 90px;
}

.popup-slider .photo-slider .photo-slider-next img {
  transform: rotate(180deg);
  margin-left: 10px;
}

.popup-slider .photo-slider .photo-slider-prev {
  position: absolute;
  bottom: 25%;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  left: 90px;
  z-index: 1;
}

.popup-slider .photo-slider .photo-slider-prev img {
  margin-right: 10px;
}

.popup-slider .fancybox-close-small {
  position: absolute;
  left: 50%;
  top: 5%;
  width: 70px;
  height: 70px;
  transform: translate(-50%);
  border: 1px solid #9d9d9d;
  border-radius: 50%;
  outline: none;
}

.popup-slider .fancybox-close-small svg path {
  fill: #d8d7d7;
}

.video-inner {
  width: 100%;
  padding-right: 50px;
}

.video-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video-items .video-item {
  width: 250px;
  position: relative;
  margin-bottom: 65px;
}

.video-items .video-item .image {
  width: 100%;
  height: 160px;
  position: relative;
  margin-bottom: 25px;
}

.video-items .video-item .image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-items .video-item .image:before {
  width: 3px;
  height: 27px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #cc1212;
}

.video-items .video-item .image:after {
  width: 3px;
  height: 27px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #cc1212;
}

.video-items .video-item .overlay-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
}

.video-items .video-item .overlay-btn img {
  width: 100%;
}

.video-items .video-item p {
  max-width: 200px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}

#hidden-content-3 {
  padding: 0;
  padding-top: 150px;
}

#hidden-content-3 .inner {
  width: 100%;
}

#hidden-content-3 .inner .video-slider {
  width: 100%;
}

.video-slider .item {
  margin-top: 85px;
  min-height: 520px;
  padding-top: 25px;
}

.video-slider .item.slick-current {
  margin-top: 0;
  padding: 0;
  padding-top: 25px;
}

.video-slider .item.slick-current .video-block {
  width: 700px;
  height: 450px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 50px;
}

.video-slider .item.slick-current .video-block iframe {
  display: block;
}

.video-slider .item.slick-current .video-block .over-btn.hide {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.video-slider .item.slick-current .video-block .over-btn .play-btn {
  pointer-events: auto;
  width: 150px;
  top: 5px;
}

.video-slider .item.slick-current .video-caption {
  width: 100%;
  max-width: 700px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-slider .item.slick-current .video-caption p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.video-slider .item.slick-current .video-caption p .price {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: BebasNeue;
}

.video-slider .item.slick-current .video-caption a {
  display: block;
}

.video-slider .item.zero .video-block {
  margin-right: 0;
  margin-left: auto;
}

.video-slider .item.zero .video-caption {
  margin-right: 0;
  margin-left: auto;
}

.video-slider .item .video-block {
  height: 115px;
  width: 180px;
  position: relative;
  transition: 0.5s linear;
  margin-bottom: 18px;
}

.video-slider .item .video-block iframe {
  display: none;
  width: 100%;
  height: 100%;
}

.video-slider .item .video-block .over-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.6s ease;
  z-index: 1;
}

.video-slider .item .video-block .over-btn img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-slider .item .video-block .over-btn .play-btn {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 0;
  pointer-events: none;
  width: 60px;
}

.video-slider .item .video-block .over-btn .play-btn img {
  width: 100%;
}

.video-slider .item .video-caption {
  width: 180px;
  margin-left: 0;
  margin-right: auto;
  transition: 0.5s ease;
}

.video-slider .item .video-caption p {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.9px;
  transition: 0.5s ease;
}

.video-slider .item .video-caption p .price {
  display: none;
}

.video-slider .item .video-caption a {
  display: none;
}

.video-slider .video-slider-next {
  position: absolute;
  bottom: 45%;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  right: 20px;
}

.video-slider .video-slider-next img {
  transform: rotate(180deg);
  margin-left: 10px;
}

.video-slider .video-slider-prev {
  position: absolute;
  bottom: 45%;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  left: 20px;
  z-index: 1;
}

.video-slider .video-slider-prev img {
  margin-right: 10px;
}

.ask-paul-popup {
  background: transparent;
  overflow: unset;
}

.ask-paul-popup .inner {
  width: 995px;
  height: 500px;
  border: 0.35vw solid #cc1212;
  background: #191a1b;
  position: relative;
  overflow: unset;
  margin: auto;
  padding: 70px;
}

.ask-paul-popup .form-default {
  max-width: 500px;
}

.ask-paul-popup .form-default form label {
  max-width: 430px;
}

.ask-paul-popup img {
  position: absolute;
  max-height: 120%;
  max-width: 80%;
}

.ask-paul-popup img.paul {
  bottom: 0;
  right: -100px;
}

.ask-paul-popup img.paul-sign {
  right: -55px;
  bottom: -18%;
}

.ask-paul-popup .default-button {
  background-image: url(/images/button-red-long.png?f0866c9c83c33b27d381f7cea265c212);
  height: 95px;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -30px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.ask-paul-popup .default-button.short {
  background: url(/images/top_slider__button.svg?58237e359f57f1554ebbd71029117a3f) center no-repeat;
}

.ask-paul-popup .fancybox-close-small {
  opacity: 1;
  border: 1px solid #53575f;
  padding: 2px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  right: 18px;
  top: 16px;
}

.ask-paul-popup .fancybox-close-small svg path {
  fill: #53575f;
}

.ask-paul-popup .pop-up-default {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ask-paul-popup .pop-up-default .default-button {
  margin-left: 0;
}

.ask-paul-popup .pop-up-default p.title {
  margin-left: 100px;
  max-width: 255px;
}

.ask-paul-popup p.title {
  font-size: 40px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
  line-height: normal;
}

.size-chart-popup {
  background: transparent;
  max-width: 1190px;
  width: 100%;
  padding: 0;
}

.size-chart-popup .fancybox-close-small {
  opacity: 1;
  border: 1px solid #53575f;
  padding: 2px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  right: 18px;
  top: 16px;
}

.size-chart-popup .fancybox-close-small svg path {
  fill: #53575f;
}

.size-chart-popup .inner {
  border: 0.35vw solid #cc1212;
  background: #191a1b;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 75px;
}

.size-chart-popup p.title {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-size: 32px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 1.1px;
  position: relative;
  margin-bottom: 20px;
}

.size-chart-popup p.text {
  font-size: 16px;
  color: #777d89;
  font-weight: 300;
  line-height: 30px;
  max-width: 685px;
  margin-bottom: 20px;
}

.size-chart-popup .head-img {
  position: absolute;
  right: -290px;
  bottom: -130px;
}

.size-chart-popup .chose-size {
  max-width: 685px;
}

.size-chart-popup .chose-size .select-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}

.size-chart-popup .chose-size .select-row > p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.size-chart-popup .chose-size .select-row .tog_select {
  width: 82px;
}

.size-chart-popup .chose-size .select-row .tog_select .select {
  padding-left: 20px;
}

.size-chart-popup .chose-size .select-row .tog_select .options {
  width: 100%;
}

.size-chart-popup .chose-size .select-row .tog_select .options li {
  width: 100%;
}

.size-chart-popup .chose-size #size-slider {
  margin-bottom: 40px;
}

.size-chart-popup .chose-size #size-slider.ui-slider-horizontal {
  height: 2px;
  background: #3b3e42;
  border: none;
}

.size-chart-popup .chose-size #size-slider.ui-slider-horizontal:after {
  right: -4px;
  content: "";
  position: absolute;
  height: 2px;
  background: #3b3e42;
  width: 5px;
}

.size-chart-popup .chose-size #size-slider.ui-slider-horizontal .ui-slider-range {
  height: 4px;
  background: #cc1212;
  top: -2px;
}

.size-chart-popup .chose-size #size-slider.ui-slider-horizontal .ui-slider-handle {
  width: 6px;
  height: 18px;
  background: #fff;
  border-radius: 0;
  outline-color: transparent;
  top: -8px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-width: 0 !important;
}

.size-chart-popup .chose-size #size-slider.ui-slider-horizontal .ui-slider-handle.ui-state-default {
  outline: none;
}

.size-chart-popup .chose-size #size-amount {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.size-chart-popup .chose-size .recommend-size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin-bottom: 50px;
  box-shadow: 0.994px 18.974px 45.39px 5.61px rgba(0, 0, 0, 0.47);
}

.size-chart-popup .chose-size .recommend-size p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.size-chart-popup .chose-size .sizes-list ul {
  list-style: none;
}

.size-chart-popup .chose-size .sizes-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid #cc1212;
  padding: 3px 0;
}

.size-chart-popup .chose-size .sizes-list ul li:first-child {
  font-size: 16px;
  font-weight: 300;
  color: #73757e;
  margin-bottom: 20px;
  border-bottom: none;
}

.size-chart-popup .chose-size .sizes-list ul li:last-child {
  border-bottom: none;
}

.size-chart-popup .chose-size .sizes-list ul li span {
  width: calc(100% / 3);
}

.size-chart-popup .chose-size .sizes-list ul li span:nth-child(2) {
  text-align: center;
}

.size-chart-popup .chose-size .sizes-list ul li span:nth-child(3) {
  text-align: right;
}

.prod-review .inner {
  height: auto;
  width: 900px;
}

.prod-review .pop-up-default {
  max-width: 100%;
}

.prod-review .pop-up-default .form-default {
  max-width: 100%;
}

.prod-review .pop-up-default .form-default h4 {
  font-size: 48px;
  margin-bottom: 20px;
}

.prod-review .pop-up-default .form-default form label {
  max-width: 100%;
}

.prod-review .pop-up-default .form-default form label.upload img {
  position: relative;
}

.prod-review .pop-up-default .form-default form .two-inputs label {
  max-width: 49%;
}

.prod-review .pop-up-default .form-default p.text {
  font-size: 16px;
  font-weight: 300;
  color: #777d89;
  margin-bottom: 25px;
}

.rating p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.rating #stars {
  display: flex;
  margin-bottom: 50px;
}

.rating #stars .star {
  margin-right: 20px;
}

.rating #stars .star i {
  cursor: pointer;
}

.rating #stars .star i svg {
  transition: 0.2s ease;
}

.rating #stars .star.hover svg path {
  fill: #fff;
}

.rating #stars .star.selected svg path {
  fill: #fff;
}

.cashback-popup {
  background: transparent;
  margin: auto;
}

.cashback-popup .cashback-block-popup {
  height: auto;
  display: flex;
  align-items: center;
  padding: 32px 50px;
  background: url(/images/cashback-popup-bg.png?5591197104cbfd36adb3be5c5e9dd606);
  margin-bottom: 0;
  margin-top: 0;
}

.cashback-popup .cashback-block-popup .inner-text {
  margin-top: 0;
}

.cashback-popup .cashback-block-popup .inner-text p {
  font-size: 20px;
  margin-bottom: 20px;
}

.cashback-popup .cashback-block-popup .inner-text p.title {
  font-size: 100px;
  margin-bottom: 0;
}

.cashback-popup .cashback-block-popup .inner-text a.button {
  background: none;
  margin: 0;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  color: #576471;
  justify-content: flex-start;
}

.cashback-popup .cashback-block-popup .inner-text a.button img {
  margin-left: 10px;
  width: 15px;
  transform: rotate(180deg);
}

.cashback-popup .inner {
  padding: 0;
  background: #191a1b;
  border: 0.35vw solid #cc1212;
  margin: auto;
}

.cashback-popup .inner .pop-up-default {
  padding: 70px 80px;
}

.cashback-popup .fancybox-close-small {
  opacity: 1;
  border: 1px solid #53575f;
  padding: 2px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  right: 65px;
  top: 64px;
}

.cashback-popup .fancybox-close-small svg path {
  fill: #53575f;
}

.prod-stock .inner {
  background: #191a1b;
  height: auto;
  background-image: url(/images/prod-stock-bg.png?5164c9ccbd3aa01dfeebe75ab01eabec);
  background-size: cover;
  overflow: hidden;
}

.prod-stock .pop-up-default {
  max-width: 400px;
}

.prod-stock .pop-up-default .default-button {
  height: 85px;
  margin-left: -10%;
}

.prod-stock .pop-up-default p.title {
  margin-left: 0;
  max-width: none;
}

.prod-stock img.prod-stock-box {
  position: absolute;
  right: -136px;
  bottom: -75px;
}

.prod-stock img.prod-stock-available {
  position: absolute;
  right: 0;
  top: 80px;
}

.prod-stock p.text {
  font-size: 16px;
  color: #777d89;
  font-weight: 300;
  line-height: 30px;
  max-width: 685px;
  margin-bottom: 20px;
}

.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  z-index: 20;
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #0a0b0c;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.checkout .title-row {
  justify-content: center;
}

section.checkout .checkout-inner {
  width: 100%;
}

section.checkout .checkout-inner form {
  width: 100%;
  margin-bottom: 90px;
}

section.checkout .checkout-inner form .first-step {
  display: flex;
  justify-content: space-between;
}

section.checkout .checkout-inner form .billing-details {
  width: 50%;
  max-width: 560px;
}

section.checkout .checkout-inner form .different-adress {
  width: 50%;
  max-width: 560px;
}

section.checkout .checkout-inner form label.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 35px;
}

section.checkout .checkout-inner form label.checkbox p {
  font-size: 36px;
  color: #fff;
  line-height: 30px;
}

section.checkout .checkout-inner form label.checkbox span {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  min-width: 25px;
  border-radius: 50%;
  border: 1px solid #676a74;
  margin-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

section.checkout .checkout-inner form label.checkbox input:checked ~ span {
  background: #cc1212;
  border-color: #cc1212;
}

section.checkout .checkout-inner form label.checkbox input:checked ~ span:before {
  content: url(/images/check-icon.png?cf11983bcbdb389e6cdd3ade421dd7e1);
  position: absolute;
  top: auto;
}

section.checkout .checkout-inner form .default-input.two-inputs {
  display: flex;
  justify-content: space-between;
}

section.checkout .checkout-inner form .default-input.two-inputs label {
  max-width: 260px;
  width: 100%;
}

section.checkout .checkout-inner form .default-input label {
  width: 100%;
  margin-bottom: 20px;
}

section.checkout .checkout-inner form .default-input label p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 15px;
}

section.checkout .checkout-inner form .default-input label p span {
  color: #cc1212;
  margin-left: 5px;
}

section.checkout .checkout-inner form .default-input label input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  background: none;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
}

section.checkout .checkout-inner form .default-input label textarea {
  width: 100%;
  height: 115px;
  padding: 10px 15px;
  padding-left: 15px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  background: none;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
  resize: none;
}

section.checkout .checkout-inner form .select-item {
  width: 100%;
}

section.checkout .checkout-inner form .select-item label {
  width: 100%;
  margin-bottom: 20px;
}

section.checkout .checkout-inner form .select-item label p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 15px;
}

section.checkout .checkout-inner form .select-item label + .tog_select {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

section.checkout .checkout-inner form .select-item label + .tog_select p.select {
  padding-left: 15px;
  font-weight: 300;
  color: #686d78;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
}

section.checkout .checkout-inner form .select-item label + .tog_select .options {
  width: 100%;
  max-height: 400px;
  height: 400px;
  padding-right: 37px;
  background: #151617;
  border-width: 1px;
  border-color: #3b3e42;
  border-style: solid;
  border-top: none;
}

section.checkout .checkout-inner form .select-item label + .tog_select .options li {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-weight: 300;
  color: #686d78;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
  border-left: none;
  border-top: none;
}

@media (max-width: 1600px) {
  .block_3 {
    padding: 50px 0 500px;
    margin: 50px 0 0;
  }

  .block_3__img_big {
    width: 65%;
    right: -15%;
  }

  .block_3__img_big-2 {
    left: -15%;
    right: inherit;
  }

  .block_4 {
    padding: 50px 0 500px;
  }

  .block_5 {
    padding: 50px 0 250px;
  }

  .block_8__top {
    margin: 150px 0 50px;
  }

  .block_9__wrp {
    padding: 150px 0 0;
  }

  .block_10 {
    margin: 150px 0 0;
  }

  .block_11 {
    margin: 150px 0 0;
  }

  .ser_2 {
    padding: 100px 0 250px;
  }

  .view__all {
    bottom: -120px;
  }

  .popup-slider {
    max-height: 90vh;
    padding-top: 44px;
    height: 100%;
  }

  .popup-slider .inner {
    height: 100%;
  }

  .popup-slider .inner .photo-slider {
    height: 100%;
  }

  .popup-slider .inner .photo-slider .photo-slider-next {
    bottom: 25%;
  }

  .popup-slider .inner .photo-slider .photo-slider-prev {
    bottom: 25%;
  }

  .popup-slider .fancybox-close-small {
    left: auto;
  }

  .popup-slider .photo-slider .item .image {
    height: 450px;
  }
}

@media (max-width: 1400px) {
  .top_slider__arrow {
    opacity: 0.4;
  }

  .block_3__img_big {
    width: 45%;
    right: 0;
  }

  .block_3__img_big-2 {
    left: 0;
    right: inherit;
  }

  .block_3 {
    padding: 50px 0 350px;
  }

  .block_4 {
    padding: 50px 0 350px;
  }

  .block_5 {
    padding: 50px 0 250px;
  }

  .ser_2 {
    padding: 100px 0 150px;
  }

  .block_6__slider {
    width: 100%;
    margin: 0 0 0 -40px;
  }

  .block_6__slide {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .block_6__h2 {
    max-width: 100%;
  }

  .block_6__right {
    margin: 0 0 40px;
  }

  .block_6__left {
    width: 100%;
  }

  .block_6__sld {
    width: calc(60% + 60px);
    height: 450px;
    left: 35%;
    top: 233px;
  }

  .block_6__sl {
    height: 450px;
  }

  .block_6__arrow-next {
    right: inherit;
    left: 50%;
    bottom: inherit;
    top: 325px;
  }

  .block_6__image {
    width: 100%;
    height: 75%;
  }

  .block_6__info {
    max-width: 400px;
    margin: 0 0 0 30px;
  }

  .block_6__bot {
    justify-content: flex-start;
  }

  .series-slider-arrow {
    left: -10px;
  }

  .series-slider-arrow-next {
    right: -10px;
    left: auto;
  }
}

@media (max-width: 1300px) {
  .block_7__wrp {
    padding: 120px 0 0;
  }

  .block_7__top {
    margin: 0 0 30px;
  }

  .ask-paul-popup {
    padding-top: 100px;
  }
}

@media (max-width: 1200px) {
  .header {
    padding: 19px 40px;
  }

  .block_2__h2 {
    font-size: 64px;
    line-height: 78px;
  }

  .block_7__row {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 85px;
  }

  .block_7__element {
    width: 50%;
    margin: 0 0 40px;
  }

  .block_8__right {
    width: 35%;
  }

  .series-slider-arrow {
    top: 105%;
    left: 45%;
  }

  .series-slider-arrow-next {
    left: auto;
    right: 45%;
  }

  .design-banner {
    width: 49%;
  }

  .header__right {
    flex: 0 0 10%;
  }

  .cart-add-info .additional {
    padding: 25px;
  }

  .cart-add-info .left {
    max-width: 49%;
  }

  .coupon-block {
    padding: 25px;
  }

  .cart-totals {
    max-width: 49%;
    padding: 25px 0;
  }

  .cart-totals h4 {
    padding: 0 25px;
  }

  .cart-totals .warning {
    padding: 0 25px;
  }

  .cart-totals ul.total-info {
    padding: 0 25px;
    margin-bottom: 20px;
  }

  .popup-slider {
    max-width: 100%;
    max-height: none;
    height: auto;
  }

  .ask-paul-popup {
    width: 90%;
    padding: 30px;
    padding-top: 100px;
  }

  .ask-paul-popup .inner {
    width: 100%;
  }

  .series-slider .items {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .design-item .image img {
    max-width: 75%;
  }

  .product-inner .left {
    max-width: 50%;
  }

  .main-img-slide .slick-slide img {
    width: 100%;
  }

  .article-inner .text-block {
    padding-right: 15px;
  }

  section.checkout .checkout-inner form .billing-details {
    width: 49%;
  }

  section.checkout .checkout-inner form .different-adress {
    width: 49%;
  }
}

@media (max-width: 1100px) {
  .block_6__right {
    width: 35%;
    height: 500px;
  }

  .block_6__sld {
    width: calc(58% + 60px);
    left: 37%;
    top: 179px;
  }

  .block_6__arrow-next {
    top: 260px;
  }

  .design-item {
    width: 80%;
  }

  .design-item .image {
    height: 200px;
  }

  .design-item .image:before {
    width: 125%;
    height: 125%;
    left: -12.5%;
    top: -12.5%;
  }

  .header__nav > div {
    margin: 0 10px;
    font-size: 12px;
  }

  .header__nav > a {
    margin: 0 10px;
    font-size: 12px;
  }

  .client-photo-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-photo-inner .item-photo-gallery {
    margin: 15px;
  }

  .video-inner {
    padding-right: 0;
  }

  .designs-catalog .sidebar-filtr {
    margin-left: 50px;
  }

  .lang-n-cur .tog_select span {
    font-size: 12px;
  }

  .lang-n-cur .tog_select p.select {
    font-size: 14px;
  }

  .conditions .item {
    padding: 0 10px;
  }

  .big-title h3 {
    font-size: 70px;
    line-height: normal;
  }

  .video-slider .item.slick-current .video-block {
    width: 90%;
  }

  .video-slider .item.slick-current .video-caption {
    max-width: 90%;
  }

  .size-chart-popup .head-img {
    display: none;
  }

  .prod-review .pop-up-default .form-default {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .wrapper {
    padding: 0 6%;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .header__menu {
    width: 32px;
    display: block;
    font-family: BebasNeue;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.36px;
    position: relative;
    padding: 30px 0 0;
  }

  .header__menu:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }

  .header__menu:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 11px;
  }

  .header__nav {
    width: 179px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #141516;
    pointer-events: none;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    padding: 80px 0 0;
    transform: translateX(-100%);
    transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
  }

  .header__nav.active {
    pointer-events: auto;
    box-shadow: 49px -14px 104px 13px rgba(0, 0, 0, 0.58);
    transform: translateX(0);
    z-index: 10;
    justify-content: flex-start;
  }

  .header__nav a {
    font-size: 12px;
  }

  .header__nav > a {
    width: 100%;
    line-height: 18px;
    padding: 10px 70px 6px 47px;
    margin: 0 0 4px;
    transition: background 0.1s ease-in, color 0.1s ease-out;
  }

  .header__nav > a:after {
    right: 40px;
    top: auto;
    transform: rotate(-90deg);
  }

  .header__nav > a.active {
    background: #0c0c0d;
    color: #fff;
  }

  .header__nav > a.active .header__links {
    max-height: 100vh;
    pointer-events: auto;
    padding: 67px 35px 0;
  }

  .header__nav > div {
    width: 100%;
    line-height: 18px;
    padding: 10px 70px 6px 47px;
    margin: 0 0 4px;
    transition: background 0.1s ease-in, color 0.1s ease-out;
  }

  .header__nav > div:after {
    right: 40px;
    top: auto;
    transform: rotate(-90deg);
  }

  .header__nav > div.active {
    background: #0c0c0d;
    color: #fff;
  }

  .header__nav > div.active .header__links {
    max-height: 100vh;
    pointer-events: auto;
    padding: 67px 35px 0;
  }

  .header__nav > div.header__close {
    display: flex;
  }

  .header__close {
    width: 24px !important;
    height: 24px !important;
    background: url(/images/cart_window__close.png?ce70f045bc018b2f0a792faccb6d11fa) center no-repeat !important;
    background-size: contain;
    position: absolute !important;
    right: 13px;
    top: 60px;
    padding: 0 !important;
    margin: 0 !important;
    transition: opacity 0.3s ease-out;
    display: flex;
  }

  .header__close:after {
    display: none;
  }

  .header__close:hover {
    opacity: 0.7;
  }

  .header__links {
    width: 150px;
    height: 100vh;
    max-height: 0;
    background: #0c0c0d;
    box-shadow: 49px -14px 104px 13px rgba(0, 0, 0, 0.58);
    opacity: 1;
    overflow: hidden;
    position: fixed;
    left: 179px;
    top: 0;
    padding: 0 35px;
    transition: max-height 0.1s ease-out, padding 0.1s ease-out;
  }

  .header__links a {
    white-space: normal;
  }

  .button {
    width: 227px;
    height: 54px;
    background: url(/images/top_slider__button.png?f6384aa7488279cce5efaa48fddc6431) center no-repeat;
    background-size: contain;
  }

  .top_slider__video {
    top: 30%;
  }

  .top_slider__circle {
    width: 48px;
    height: 48px;
  }

  .top_slider__watch {
    font-size: 16px;
    margin: 8px 0 0;
  }

  .top_slider__mike {
    max-width: 75%;
    right: -10%;
  }

  .top_slider__title {
    max-width: 50%;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.4px;
    margin: 75px 0 5px;
  }

  .top_slider__title:before {
    left: -35px;
    top: -4px;
  }

  .top_slider__small {
    max-width: 40%;
    font-size: 15px;
    line-height: 21px;
  }

  .button-send {
    margin: 25px 0 0 -5%;
  }

  .top_slider .top_slider__img {
    display: none;
  }

  .top_slider .top_slider__img-tablet {
    max-height: 65%;
    display: block !important;
    position: relative;
    top: -3%;
    margin: 0 0 50px;
  }

  .button-top_slider {
    top: inherit;
    bottom: 5%;
  }

  .block_2__h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2px;
    margin: 0 0 49px 28px;
  }

  .block_2__h2:before {
    left: -35px;
    top: -4px;
  }

  .block_2__left {
    width: auto;
    height: 433px;
    margin: 0 0 0 -18%;
  }

  .block_2__right {
    width: 67%;
  }

  .block_2__text {
    font-size: 20px;
  }

  .block_2__wrp {
    background-size: 100%;
  }

  .block_2__grey {
    margin: 0 0 16px;
  }

  .block_2__slider {
    width: 700px;
    margin: 0 0 50px -16px;
  }

  .block_2 {
    padding: 60px 0 0;
  }

  .block_3 {
    padding: 30px 0 200px;
  }

  .block_3__row {
    font-size: 13px;
    margin: 0 0 14px;
  }

  .block_3__h2 {
    font-size: 36px;
  }

  .block_3__img_wrp {
    width: 142px;
    margin: 0 0 27px;
  }

  .block_3__content {
    margin: 87px 0 0;
  }

  .block_3__img {
    display: none;
  }

  .block_3__img_tag {
    font-size: 16px;
    top: -10px;
    right: -70px;
  }

  .block_3__text {
    width: 100%;
    margin: 0;
  }

  .block_3__title {
    font-size: 18px;
  }

  .block_3__grey {
    line-height: 30px;
  }

  .block_3__block {
    margin: 0 0 47px;
  }

  .block_3__right {
    max-width: 154px;
  }

  .block_3__content-right .block_3__img_wrp {
    width: 167px;
  }

  .block_3__content-right .block_3__img_tag {
    top: -18px;
    left: -70px;
  }

  .block_4 {
    padding: 50px 0 200px;
  }

  .block_5 {
    padding: 50px 0 200px;
  }

  .ser_1 {
    margin: -260px 0 0;
    padding: 100px 0 31%;
  }

  .ser_2 {
    padding: 0 0 150px;
    margin: -200px 0 0;
  }

  .ser_3 {
    padding: 0 0 150px;
    margin: -129px 0 0;
  }

  .view__all {
    font-size: 12px;
    bottom: -70px;
  }

  .block_6__slider {
    margin: 0;
  }

  .block_6__right {
    width: 48%;
    height: 423px;
    margin: 0 0 60px;
  }

  .block_6__sld {
    width: 40%;
    height: 225px;
    right: 5%;
    left: inherit;
    top: 198px;
  }

  .block_6__sl {
    height: 225px;
    margin: 0 14px 0 0;
  }

  .block_6__arrow-next {
    font-size: 16px;
    left: 60%;
    top: 440px;
  }

  .block_6__arrow-next:after {
    width: 20px;
    height: 15px;
    right: 20px;
  }

  .block_6__h2 {
    width: 35%;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 2.5px;
    position: absolute;
    right: 6%;
    top: 44px;
    margin: 0;
  }

  .block_6__h2:before {
    left: -10%;
    top: -3px;
  }

  .block_6__counter {
    width: 35%;
    right: 6%;
    top: -5px;
  }

  .block_6__info {
    max-width: 100%;
    margin: 0;
  }

  .cashback {
    width: calc(113.7%);
    height: 250px;
    margin: 90px 0 0 -6.5%;
  }

  .cashback img {
    left: -10%;
    position: absolute;
    left: -22%;
    top: 0;
  }

  .cashback__img {
    width: 25%;
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .cashback__wrp {
    flex-direction: column;
    align-items: flex-end;
    padding: 0 5% 0 0;
  }

  .cashback__text {
    width: 30%;
  }

  .button-cashback {
    margin: 0 2.5% 0 0;
  }

  .block_7__h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin: 0 0 14px;
  }

  .block_7__h2:before {
    left: -30px;
    top: 7px;
  }

  .block_7__grey {
    line-height: 28px;
  }

  .block_7__row {
    margin: 0;
  }

  .block_7__element {
    width: 47%;
    flex-direction: row;
  }

  .block_7__img {
    width: 250px;
    height: 250px;
  }

  .block_7__wr {
    text-align: left;
  }

  .block_8__left {
    display: none;
  }

  .block_8__right {
    width: 100%;
  }

  .block_8__head {
    max-width: 211px;
    font-size: 24px;
    margin: -24px auto 70px;
  }

  .block_8__el {
    width: 47%;
    opacity: 1;
  }

  .block_8__image {
    height: 200px;
  }

  .block_8__txt {
    font-size: 16px;
  }

  .block_8__wr {
    display: flex;
    justify-content: center;
  }

  .block_9__h2 {
    font-size: 36px;
    letter-spacing: 2px;
  }

  .block_9__h2:before {
    left: -30px;
    top: 7px;
  }

  .block_9__top {
    margin: 0 0 37px;
  }

  .block_9__wrapper {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin: 0 0 60px;
  }

  .block_9__right {
    width: 100%;
  }

  .block_9__photo {
    margin: 0 0 90px;
  }

  .block_9__logo {
    height: 162px;
  }

  .block_9__left {
    width: 71%;
    z-index: 1;
  }

  .block_9__h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    margin: 0 0 30px;
  }

  .block_9__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    margin: 0 0 24px;
  }

  .block_9__bot {
    width: 71%;
    justify-content: flex-start;
    margin: 0 0 0 29%;
  }

  .block_10__h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin: 0;
  }

  .block_10__h2:before {
    left: -30px;
    top: 7px;
  }

  .block_10__counter {
    top: -8px;
  }

  .block_3__all-block_10 {
    top: 0;
  }

  .block_10__slider {
    width: calc(100% + 34px);
    margin: 0 0 70px -17px;
  }

  .block_10__slide {
    width: calc((100% - 68px) / 3);
    margin: 0 17px;
  }

  .block_10__wrp {
    height: 163px;
    margin: 0 0 30px;
  }

  .block_10__text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }

  .block_11__left {
    width: 23%;
    height: 176px;
  }

  .block_11__link {
    width: 30%;
    height: 60px;
  }

  .block_11__right {
    width: 68%;
    margin: 0;
  }

  .block_11__tag {
    display: none;
  }

  .block_11__h2 {
    width: 100%;
    font-size: 36px;
    line-height: inherit;
    letter-spacing: 2px;
    margin: 0 0 0 27px;
  }

  .block_11__h2:before {
    left: -30px;
    top: 7px;
  }

  .block_11__h2 br {
    display: none;
  }

  .block_11__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    margin: 0 0 45px;
  }

  .button-block_11 {
    width: 312px;
    height: 74px;
  }

  .block_12 {
    margin: 40px 0 0;
  }

  .block_12__wrp {
    padding: 80px 0 0;
  }

  .block_12__h2 {
    font-size: 36px;
    letter-spacing: 1.32px;
  }

  .block_12__white {
    font-size: 24px;
    white-space: nowrap;
    letter-spacing: 1.38px;
  }

  .block_12__wrappper {
    align-items: center;
  }

  .block_12__grey {
    font-size: 16px;
    line-height: 36px;
    margin: 0 0 0 10%;
  }

  .block_12__grey br {
    display: none;
  }

  .block_12__form {
    flex-direction: column;
    align-items: flex-start;
  }

  .block_12__form input {
    width: 100%;
    padding: 0 0 38px 76px;
    margin: 0 0 40px;
  }

  .button-block_12 {
    width: 271px;
    height: 70px;
    margin: 0 0 0 -5%;
  }

  .footer {
    padding: 48px 0 0;
  }

  .wrapper-footer {
    flex-wrap: wrap;
  }

  .footer__col {
    width: 100%;
    margin: 0 0 49px;
  }

  .footer__title {
    font-size: 18px;
  }

  .footer__nav {
    display: flex;
    justify-content: space-between;
  }

  .footer__nav a {
    font-size: 18px;
  }

  .footer__wrp {
    display: flex;
    justify-content: flex-start;
  }

  .footer__block {
    margin: 0 42px 0 0;
  }

  .footer__wp {
    display: flex;
    justify-content: space-between;
  }

  .footer__bottom {
    padding: 50px 0 0;
  }

  .footer__red {
    margin: 0 0 20px;
  }

  .to_top {
    position: static;
  }

  .search {
    height: 110px;
  }

  .search.active {
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.8);
  }

  .search__form {
    padding: 30px 0 0 44px;
  }

  .cart_window {
    width: 300px;
    padding: 67px 30px 0;
  }

  .cart_window__title {
    font-size: 36px;
    letter-spacing: 2px;
    margin: 0 0 0 26px;
  }

  .cart_window__image {
    width: 124px;
    height: 140px;
  }

  .cart_window__counter {
    right: 0;
  }

  .cart_window__remove {
    right: 0;
  }

  .cart_window__text {
    margin: 0 0 12px;
  }

  .cart_window__close {
    left: 25px;
    top: 25px;
  }

  .top_slider__arrow {
    display: none !important;
  }

  .breadcrumbs .back-btn {
    width: 100%;
    border: 1px solid #272727;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .breadcrumbs .back-btn a {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .breadcrumbs .back-btn a img {
    margin-right: 5px;
  }

  .breadcrumbs ul {
    display: none;
  }

  .designs-catalog {
    grid-template-columns: 1fr;
  }

  .designs-catalog .sidebar-filtr {
    position: fixed;
    right: -500px;
    transition: 0.5s ease;
    margin-left: 0;
    padding-right: 100px;
    padding-left: 100px;
    width: 400px;
    background: #151617;
    top: 0;
    padding-bottom: 50px;
  }

  .designs-catalog .sidebar-filtr .close-button {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    border: 1px solid #3d4143;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .designs-catalog .sidebar-filtr .close-button img {
    width: 10px;
  }

  .designs-catalog .sidebar-filtr .sidebar-notification {
    right: -100%;
  }

  .designs-catalog .sidebar-filtr.show {
    right: 0;
    z-index: 20;
    overflow: auto;
    height: 100%;
  }

  .designs-catalog .sidebar-filtr.show .sidebar-notification {
    position: fixed;
    right: 300px;
    top: 35%;
  }

  .show-filtr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    background: #3b3e42;
    margin-bottom: 35px;
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .show-filtr p {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
  }

  .design-item {
    height: 405px;
    margin-bottom: 10px;
  }

  .design-item .add-to-wish {
    opacity: 1;
    z-index: 1;
    right: 10%;
    top: 75%;
  }

  .design-item .status {
    opacity: 1;
  }

  .design-item .status p {
    letter-spacing: 1px;
  }

  .design-item a.di-add {
    pointer-events: auto;
    opacity: 1;
    bottom: 0;
  }

  .design-banner {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .design-banner .overlay-text {
    padding: 10%;
  }

  .design-banner.db-1 .overlay-text {
    padding-left: calc(45% + 35px);
    padding-top: 10%;
  }

  .cashback-block {
    height: 350px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .cashback-block img {
    max-width: 25%;
  }

  .cashback-block .inner-text p {
    font-size: 16px;
  }

  .cashback-block .inner-text p.title {
    font-size: 10vw;
  }

  .banner-howto {
    height: 220px;
    margin-bottom: 20px;
  }

  .banner-howto a {
    padding: 30px 50px;
  }

  .banner-howto a p.title {
    font-size: 3vw;
  }

  .text-block {
    margin-bottom: 30px;
  }

  .text-block .with-img {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block .with-img img {
    order: 0;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .text-block .with-img .text-float {
    order: 1;
  }

  .text-block .with-img .text-float.right {
    padding-left: 0;
  }

  .text-block .with-img .video-with-caption {
    width: 100%;
    margin-bottom: 20px;
  }

  .lang-n-cur {
    flex: auto;
    padding: 0 20px;
  }

  .lang-n-cur .currency {
    display: none;
  }

  .product-series-bg {
    min-height: 0;
    padding-top: 120px;
    margin-bottom: 25px;
  }

  .product-series-bg .title p {
    margin-bottom: 20px;
  }

  .product-inner {
    padding-top: 60px;
    flex-direction: column;
    align-items: center;
  }

  .product-inner .left {
    max-width: 100%;
    padding-right: 0;
    min-height: 500px;
    height: auto;
  }

  .product-inner .left .main-img-slide {
    max-height: 500px;
  }

  .product-inner .left .socials {
    right: 0;
    top: 0;
  }

  .product-inner .left .socials p {
    transform: rotate(90deg);
    display: block;
    width: 55px;
    white-space: nowrap;
    margin-bottom: 165px;
  }

  .product-inner .left .socials .icons {
    flex-direction: column;
  }

  .product-inner .left .socials .icons a {
    margin: 0;
    margin-bottom: 10px;
  }

  .product-inner .right {
    max-width: 100%;
    width: 100%;
  }

  .product-inner .right .prod-options .prod-sizes {
    flex-wrap: wrap;
  }

  .product-inner .right .prod-options .prod-sizes .labels {
    flex-wrap: wrap;
  }

  .product-inner .right .prod-options .submit-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .send-helmet {
    flex-direction: column;
  }

  .send-helmet .left {
    padding-right: 0;
  }

  .send-helmet .left .helmet {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }

  .send-helmet .left .helmet img {
    max-width: 290px;
  }

  .send-helmet .left .block_11__link {
    left: 20%;
  }

  section.about-page .about-inner > div {
    flex-direction: column;
  }

  section.about-page .about-inner > div .left {
    flex: auto;
    text-align: center;
  }

  section.about-page .about-inner > div .right {
    flex: auto;
    padding: 0;
  }

  section.about-page .about-inner > div img {
    max-width: 400px;
    margin: 0 auto;
  }

  section.founders-page .founders-inner .text {
    flex-direction: column;
  }

  section.founders-page .founders-inner .text .right {
    padding: 0;
  }

  section.founders-page .founders-inner .text .left.fire-helmet img {
    position: relative;
    left: 0;
    top: 0;
    width: 60%;
  }

  section.founders-page .founders-inner .video-block .tab-video {
    height: 400px;
  }

  section.error-page .button {
    background: url(/images/top_slider__button.svg?58237e359f57f1554ebbd71029117a3f) center no-repeat;
    width: auto;
    height: 75px;
  }

  section.checkout .checkout-inner form label.checkbox p {
    font-size: 25px;
  }

  .wishlist-inner {
    justify-content: space-around;
  }

  .cart-add-info {
    flex-direction: column;
    align-items: center;
  }

  .cart-add-info .left {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .cart-add-info .left .additional {
    width: 100%;
    margin-bottom: 20px;
  }

  .coupon-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-totals {
    width: 100%;
    max-width: 575px;
  }

  .second-step .desc {
    width: 95%;
  }

  .second-step .items .item.paypal img {
    max-width: 85%;
  }

  .ask-paul-popup {
    padding: 0;
  }

  .ask-paul-popup .inner {
    padding: 20px;
    height: auto;
  }

  .ask-paul-popup .form-default {
    max-width: 100%;
  }

  .ask-paul-popup .form-default form label {
    max-width: 100%;
  }

  .ask-paul-popup .pop-up-default {
    max-width: 100%;
    align-items: center;
  }

  .ask-paul-popup .pop-up-default p.title {
    margin-left: 0;
  }

  .cashback-popup .inner {
    width: 100%;
  }

  .cashback-popup .cashback-block-popup {
    padding: 20px;
  }

  .cashback-popup .cashback-block-popup img {
    max-width: 35%;
  }

  .prod-stock .pop-up-default {
    max-width: 50%;
    align-items: flex-start;
  }

  .prod-stock .pop-up-default .default-button {
    margin-left: 0;
  }

  .prod-stock img.prod-stock-box {
    display: block;
  }

  .block_2__slide:hover .block_2__wrp img {
    transform: translateY(-15px) scale(1.1);
  }

  .wrapper-footer_bottom .footer__col {
    width: 50%;
  }

  .title-row p {
    font-size: 2vw;
  }

  .main-img-slide .slick-slide img {
    width: auto;
    max-width: 100%;
  }

  .product-info #accordion {
    flex-direction: column;
  }

  .product-info #accordion h3 {
    order: unset;
  }

  .product-info #accordion .ui-accordion-content {
    flex: unset;
    order: unset;
  }

  .product-info #accordion .tab_btn {
    width: 100%;
    margin: 5px 0;
    background: #151617;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product-info #accordion .tab_btn span.reviews-mark {
    right: auto;
    left: 15%;
  }

  .product-info #accordion .tab_btn span.ui-accordion-header-icon {
    display: block;
    order: 1;
    background-image: url(/images/minus.png?694022edda683d098017627cb9c09e61);
    background-position: center;
  }

  .product-info #accordion .tab_btn span.ui-accordion-header-icon.ui-icon-triangle-1-e {
    background-image: url(/images/plus.png?dd850f41ccc76766d379f0a95e0edc30);
  }

  .product-info #accordion .tab_btn.ui-accordion-header-active {
    border: 2px solid #cc1212;
  }

  .product-info #accordion .tab_content {
    width: 100%;
    padding: 30px 0;
    padding-bottom: 50px;
  }

  .product-info #accordion .tab_content .text {
    max-width: none;
    width: 100%;
  }

  .product-info #accordion .tab_content .text .what-in-box .item {
    width: 170px;
  }

  .product-info #accordion .tab_content .text .what-in-box .item img {
    max-width: 100%;
  }

  .product-info #accordion .tab_content .text .what-in-box .item .image {
    height: 180px;
    width: 100%;
  }

  .product-info #accordion .tab_content .images {
    display: none;
  }

  .product-info #accordion .tab_content .images.images-mob {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 30px;
  }

  .product-info #accordion .tab_content .images.images-mob img {
    max-width: 265px;
  }

  .product-info #accordion .tab_content .tab-video {
    height: 350px;
    margin-bottom: 0;
  }

  .product-info #accordion .tab_content .tab-video .overplay-btn {
    background-position: bottom;
  }

  #recently-slider-items.essentials-slider .item .design-item .image {
    height: auto;
  }

  .series-item .overlay img {
    width: 65%;
  }

  .series-page-inner .text-block .with-img {
    margin-bottom: 20px;
  }

  .series-page-inner .text-block .with-img:nth-child(2) .text-float {
    padding-right: 0;
  }

  #hidden-content.accepted {
    width: auto;
    max-width: 890px;
    padding: 40px;
  }

  .founder-image .quote {
    left: 3%;
  }

  .checkout-inner .totals .order-includes {
    padding-left: 35px;
  }

  .contacts-inner .info {
    padding-right: 20px;
  }

  .contacts-inner .info .footer__wp {
    flex-direction: column;
  }

  .popup-slider .photo-slider .item .image {
    margin: auto;
    margin-bottom: 10px;
  }

  .video-slider .item.slick-current .video-block {
    height: 350px;
  }
}

@media (max-width: 992px) {
  #accordion .tab-video .overplay-btn {
    display: none;
  }
}

@media (max-width: 880px) {
  .series-slider-arrow {
    left: 44%;
  }

  .series-slider-arrow-next {
    left: auto;
    right: 44%;
  }

  .cashback-block {
    height: auto;
  }

  .banner-howto {
    height: auto;
  }

  .banner-howto a {
    position: relative;
  }

  .conditions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .conditions .item {
    max-width: 250px;
    margin-right: 15px;
  }

  .conditions .item p {
    font-size: 14px;
  }

  .conditions .item .name p {
    font-size: 16px;
  }

  .text-block p {
    margin-bottom: 15px;
  }

  .text-block .with-img .video-with-caption {
    min-width: 0;
  }

  .video-items {
    justify-content: space-around;
  }

  #hidden-content-3 {
    height: 100%;
  }

  .share-row {
    flex-wrap: wrap;
  }

  .share-row a.more-news {
    margin: 10px 0;
    margin-left: 0;
  }

  .title h1 {
    font-size: 25px;
  }

  .cart-item .unit-price {
    margin-left: 10px;
  }

  .checkout-inner .totals {
    flex-direction: column;
    align-items: center;
  }

  .checkout-inner .totals .order-includes {
    padding: 30px;
  }

  .checkout-inner .totals .order-includes .orders-list {
    margin-bottom: 15px;
  }

  .checkout-inner .totals .order-includes .orders-list .item {
    justify-content: space-between;
  }

  .checkout-inner .totals .cart-totals {
    padding: 30px;
  }

  section.checkout .checkout-inner form {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .top_slider {
    padding-top: 50px;
  }

  .header {
    padding-top: 20px;
  }

  .widgets {
    display: none;
  }

  .all-series-inner {
    justify-content: center;
  }

  .all-series-inner .series-item {
    width: 100%;
    max-width: 586px;
  }

  .cart-item {
    flex-direction: column;
  }

  .cart-item .image {
    margin-bottom: 10px;
  }

  .cart-item .name {
    height: auto;
    margin-bottom: 10px;
    align-items: center;
  }

  .cart-item .name h4 {
    max-width: none;
  }

  .cart-item .name span.title {
    display: none;
  }

  .cart-item .quanity {
    margin-bottom: 10px;
  }

  .cart-item .quanity span.title {
    display: none;
  }

  .cart-item .unit-price {
    margin-left: 0;
    width: 200px;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .cart-item .unit-price span.title {
    margin-right: 10px;
    width: 60px;
  }

  .cart-item .unit-price p.old {
    position: relative;
    bottom: auto;
    margin-left: 10px;
  }

  .cart-item .total-price {
    width: 200px;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .cart-item .total-price span.title {
    margin-right: 10px;
    width: 60px;
  }

  .cart-item .delete-btn {
    position: absolute;
    right: 5%;
    top: 5%;
  }

  .cart-item .delete-btn span.title {
    margin-right: 10px;
  }

  .cart-item span.title {
    display: block;
    position: relative;
    top: auto;
  }

  .cart-list {
    padding-top: 0;
  }

  .second-step {
    flex-direction: column;
    align-items: center;
  }

  .second-step .card-pay {
    width: 100%;
  }

  .second-step .paypal-pay {
    width: 100%;
  }

  .second-step .klarna-pay {
    width: 100%;
  }

  .second-step .items.paypal-items {
    flex-wrap: wrap;
  }

  .confirmation-inner {
    background-position: 45% -50%;
    background-size: 70%;
  }

  .contacts-inner {
    flex-direction: column;
  }

  .contacts-inner .info {
    width: 100%;
    max-width: none;
  }

  .contacts-inner .info .footer__wp {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .contacts-inner .info .footer__wp .footer__block {
    margin-bottom: 15px;
  }

  .video-slider .video-slider-next {
    bottom: 0;
    right: 15%;
  }

  .video-slider .video-slider-prev {
    bottom: 0;
    left: 15%;
  }

  .ask-paul-popup {
    padding-top: unset;
  }

  .ask-paul-popup button.default-button {
    margin-left: 0;
  }

  .rating p {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .rating #stars .star {
    margin-right: 10px;
    transform: scale(0.6);
    width: 25px;
  }

  .cashback-popup {
    padding: 0;
  }

  .cashback-popup .cashback-block-popup .inner-text p {
    font-size: 2vw;
    margin-bottom: 10px;
  }

  .cashback-popup .cashback-block-popup .inner-text p.title {
    font-size: 10vw;
  }

  .cashback-popup .cashback-block-popup .inner-text a.button {
    font-size: 2vw;
  }

  .cashback-popup .cashback-block-popup img {
    max-width: none;
    width: 30vw;
  }

  .cashback-popup .fancybox-close-small {
    top: 15px;
    right: 15px;
  }

  .cashback-popup .inner .pop-up-default {
    padding: 20px;
  }

  .prod-stock .pop-up-default {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .prod-stock img.prod-stock-box {
    display: none;
  }

  .product-info #accordion .tab_btn span.reviews-mark {
    left: 100px;
  }

  .article-inner .text-block {
    max-width: 100%;
    padding-right: 0;
  }

  .founder-image .quote {
    padding: 20px;
    width: 30vw;
    height: 30vw;
  }

  .founder-image .quote p {
    line-height: normal;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .founder-image .quote span {
    position: absolute;
    right: 3vw;
    bottom: 1vw;
  }

  section.checkout .checkout-inner form .first-step {
    flex-direction: column;
    align-items: center;
  }

  section.checkout .checkout-inner form .billing-details {
    width: 100%;
  }

  section.checkout .checkout-inner form .different-adress {
    width: 100%;
  }

  .client-photo-inner .item-photo-gallery {
    width: 150px;
    height: 200px;
  }

  .client-photo-inner .item-photo-gallery .overlay a {
    margin-bottom: 10px;
  }

  .client-photo-inner .item-photo-gallery .overlay a span {
    width: 40px;
    height: 40px;
  }

  .title-row h2 {
    font-size: 35px;
  }

  .size-chart-popup .inner {
    padding: 20px;
  }

  #size-slider label {
    flex-direction: column;
    line-height: normal;
  }

  .prod-review .pop-up-default {
    align-items: flex-start;
  }

  .prod-review .pop-up-default .form-default h4 {
    font-size: 25px;
  }

  .prod-review .pop-up-default .form-default p.text {
    margin-bottom: 15px;
  }

  .designs-catalog .sort-row,
  .designs-catalog .show-filtr,
  .designs-catalog .banners-wrap {
    grid-column-end: 3;
  }

  .designs-catalog .catalog-items {
    grid-template-columns: 1fr 1fr;
  }

  .design-item {
    justify-self: center;
  }

  .design-item:nth-of-type(3n - 2),
  .design-item:nth-of-type(3n) {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .wrapper {
    padding: 0 5%;
  }

  .header {
    padding: 15px 20px;
  }

  .header__menu {
    width: 30px;
    font-size: 11px;
    letter-spacing: 2.64px;
    padding: 24px 0 0;
  }

  .header__menu:after {
    top: 10px;
  }

  .header__links {
    max-width: 100vw;
  }

  .header__nav {
    max-width: 100vw;
  }

  .search {
    height: 60px;
  }

  .search__form {
    padding: 14px 0 0 30px;
  }

  .search__form:before {
    height: 3px;
    bottom: -14px;
  }

  .search__form:after {
    display: none;
  }

  .search__form input {
    font-size: 18px;
  }

  .search__close {
    width: 20px;
    height: 20px;
    right: 5%;
    bottom: 2px;
  }

  .header__pin {
    display: none;
  }

  .cart_window {
    width: 100%;
    padding: 44px 5% 0;
  }

  .cart_window__title {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 0 16px;
  }

  .cart_window__close {
    width: 20px;
    height: 20px;
    left: inherit;
    right: 5%;
    top: 18px;
  }

  .cart_window__image {
    width: 80px;
    height: 90px;
  }

  .cart_window__image:before {
    height: 20px;
    top: 20px;
  }

  .cart_window__text {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 6px;
  }

  .cart_window__price {
    font-size: 14px;
  }

  .button {
    width: 170px;
    height: 48px;
    font-weight: 400;
    text-transform: unset;
  }

  .button-cart_window {
    margin: 0 0 20px;
  }

  .footer__face {
    width: 7px;
    height: 12px;
  }

  .footer__you {
    width: 12px;
    height: 9px;
  }

  .footer__twit {
    width: 12px;
    height: 9px;
  }

  .footer__print {
    width: 11px;
    height: 13px;
  }

  .footer__google {
    width: 16px;
    height: 11px;
  }

  .header__grey {
    display: none;
  }

  .top_slider__video {
    display: none;
  }

  .top_slider .top_slider__img-tablet {
    display: none !important;
  }

  .top_slider .top_slider__img-mobile {
    width: auto;
    height: 75%;
    max-height: initial;
    display: block !important;
    position: static;
    margin: 0 0 100px;
  }

  .button-top_slider {
    bottom: 20%;
  }

  .top_slider__helms {
    margin: 0 0 70px;
  }

  .top_slider__small {
    display: none;
  }

  .top_slider__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.9px;
    margin: 50px 0 0;
  }

  .top_slider__mike {
    max-width: 100%;
    position: absolute;
    right: -20%;
    top: 0;
  }

  .button-send {
    margin: 0 0 0 -10%;
  }

  .top_slider__slide {
    padding: 40px 0 0;
  }

  .block_2__h2 {
    display: none;
  }

  .block_2__left {
    display: none;
  }

  .block_2__right {
    width: 100%;
  }

  .block_2 {
    padding: 20px 0 0;
  }

  .block_2__text {
    font-size: 16px;
  }

  .block_2__wrp {
    height: 160px;
    background-size: 100%;
  }

  .block_2__wrp img {
    max-height: 100%;
    max-width: 100%;
  }

  .block_2__grey {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 8px;
  }

  .block_2__top {
    margin: 0 0 10px;
  }

  .block_2__bottom {
    margin: 0;
  }

  .block_2__price {
    font-size: 14px;
  }

  .block_2__slider {
    width: 550px;
    margin: 0 0 30px;
  }

  .button-block_2 {
    margin: auto;
  }

  .block_3__top {
    margin: 20px 0 0;
  }

  .block_3__row {
    font-size: 11px;
    margin: 0 0 8px;
  }

  .block_3__h2 {
    font-size: 24px;
  }

  .block_3__content {
    width: 42%;
    margin: 50px 0 0;
  }

  .block_3__block {
    display: none;
  }

  .block_3__img_wrp {
    width: 109px;
    margin: 0 0 20px;
    width: 100% !important;
  }

  .block_3__img_tag {
    font-size: 14px;
    font-weight: 300;
    top: -28px;
    right: 0;
  }

  .block_3__bot {
    flex-direction: column;
    align-items: flex-start;
  }

  .block_3__bot .button-block_2 {
    margin: 0 0 10px -30px;
  }

  .block_3__right {
    max-width: 100%;
    width: 100%;
  }

  .block_3__all {
    font-size: 11px;
    font-weight: 400;
    padding: 0 0 8px;
  }

  .block_3__all:after {
    width: 24px;
    height: 8px;
    transform: translateX(32px) rotate(180deg);
  }

  .block_3__all:hover:before {
    transform: translateY(-2px);
  }

  .block_3__all:hover:after {
    transform: translateX(36px) rotate(180deg);
  }

  .block_3__img_big {
    width: 55%;
  }

  .block_4 {
    margin: 0;
    padding: 30px 0;
  }

  .block_4.block_memorial {
    margin: 0;
  }

  .block_3__content-right {
    align-items: flex-start;
  }

  .block_3__content-right .block_3__bot {
    flex-direction: column-reverse;
  }

  .block_3__content-right .button-block_2 {
    margin: 0 0 10px -30px;
  }

  .block_3__content-right .block_3__img_tag {
    top: -28px;
    left: 0;
  }

  .ser_1 {
    padding: 30px 0;
    margin: 0;
  }

  .ser_2 {
    padding: 30px 0;
    margin: 0;
  }

  .ser_3 {
    padding: 30px 0;
    margin: 0;
    padding: 30px 0 110px;
  }

  .block_3 {
    padding: 30px 0;
    margin: 0;
  }

  .block_5 {
    margin: 0;
    padding: 30px 0 130px;
  }

  .block_6__slide {
    padding: 0 0 10px 30px;
  }

  .block_6__right {
    width: 64%;
    height: 283px;
    margin: 0 0 38px;
  }

  .block_6__stars {
    width: 93px;
    height: 15px;
    bottom: 24px;
  }

  .block_6__h2 {
    width: 60%;
    min-height: 52px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1.38px;
    position: static;
    margin: 0 0 26px 22px;
  }

  .block_6__h2:before {
    left: 10px;
    top: -2px;
  }

  .block_6__counter {
    text-align: right;
    top: -3px;
  }

  .block_6__sld {
    width: 300px;
    height: 225px;
    left: 70%;
    right: inherit;
    top: 136px;
  }

  .block_6__arrow-next {
    font-weight: 400;
    left: 55%;
    top: 290px;
  }

  .block_6__number {
    display: none;
  }

  .block_6__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }

  .block_6__img {
    width: 140px;
    height: 140px;
  }

  .block_6__slider {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
  }

  .block_6__h4 {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin: 0 0 6px;
  }

  .block_6__head {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }

  .block_6__price {
    font-size: 18px;
  }

  .block_6__grey {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .block_6__info {
    width: calc(100% - 140px);
  }

  .block_6 {
    padding: 10% 0 0;
    margin: 0;
  }

  .cashback {
    width: calc(111.11%);
    margin: 73px 0 0 -5%;
  }

  .cashback:before {
    background: url(/images/cashback-mobile.jpg?ab463102d0e1436bd640e066af4ac1f7) center no-repeat;
    background-size: cover;
    opacity: 0.7;
  }

  .cashback img {
    display: none;
  }

  .cashback__img {
    display: none;
  }

  .cashback__wrp {
    align-items: center;
    padding: 0 15%;
  }

  .cashback__text {
    width: 100%;
    text-align: center;
  }

  .button-cashback {
    width: 100%;
    margin: 0;
  }

  .block_7__wrp {
    padding: 80px 0 0;
    margin: 0;
  }

  .block_7__h2 {
    font-size: 24px;
    letter-spacing: 1.38px;
    margin: 0 0 10px;
    margin: 0;
  }

  .block_7__h2:before {
    left: -25px;
    top: 2px;
  }

  .block_7__grey {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
  }

  .block_7__element {
    width: 100%;
    margin: 0;
  }

  .block_7__element:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .block_7__img {
    width: 165px;
    height: 165px;
  }

  .block_7__count {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .block_7__title {
    max-width: 70px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.17px;
  }

  .button-block_7 {
    width: 220px;
    height: 60px;
  }

  .block_8__top {
    margin: 70px 0 40px;
  }

  .block_8__red {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin: 0 0 20px;
  }

  .block_8__head {
    margin: -24px auto 40px;
  }

  .block_8__el {
    margin: 0 0 30px;
  }

  .block_8__image {
    height: 85px;
  }

  .block_8__lbl {
    width: 46px;
    height: 43px;
    right: 3px;
    top: 3px;
  }

  .block_8__txt {
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .block_8__link {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .block_9__wrp {
    padding: 80px 0 0;
  }

  .block_9__h2 {
    font-size: 24px;
    letter-spacing: 1.38px;
  }

  .block_9__h2:before {
    left: -25px;
    top: 2px;
  }

  .block_9__logo {
    display: none;
  }

  .block_9__top {
    margin: 0 0 17px;
  }

  .block_9__photo {
    height: 192px;
  }

  .block_9__left {
    width: 100%;
  }

  .block_9__tag {
    width: 100%;
    height: 133px;
    background: url(/images/block_9__tag.png?29610e87fcf3cfb094faa86d79c1218d) left center no-repeat;
    background-size: contain;
    right: 0;
    bottom: inherit;
    top: 140px;
  }

  .block_9__bot {
    width: 100%;
    margin: 0;
  }

  .block_10 {
    margin: 100px 0 0;
  }

  .block_10__counter {
    display: none;
  }

  .block_10__h2 {
    font-size: 24px;
    letter-spacing: 1.38px;
  }

  .block_10__h2:before {
    left: -25px;
    top: 2px;
  }

  .block_10__top {
    position: static;
    margin: 0 0 35px;
  }

  .block_3__all-block_10 {
    width: 110px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: -70px;
    margin: auto;
  }

  .block_10__bot {
    width: 90%;
    font-size: 0;
    position: absolute;
    top: -10px;
  }

  .block_10__wrp {
    height: 106px;
    margin: 0 0 20px;
  }

  .block_10__date {
    font-size: 12px;
  }

  .block_10__text {
    font-size: 14px;
    line-height: 18px;
  }

  .block_11__left {
    display: none;
  }

  .block_11__right {
    width: 100%;
  }

  .block_11__h2 {
    font-size: 24px;
    letter-spacing: 1.38px;
  }

  .block_11__h2:before {
    left: -25px;
    top: 2px;
  }

  .block_11__text {
    margin: 0 0 35px;
  }

  .button-block_11 {
    width: 220px;
    height: 60px;
    margin: auto;
  }

  .block_12__left {
    display: none;
  }

  .block_12__right {
    width: 100%;
  }

  .block_12__h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1.38px;
    margin: 0 0 16px;
  }

  .block_12__white {
    display: none;
  }

  .block_12__grey {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.7px;
    padding: 0;
    margin: 0;
  }

  .block_12__form:before {
    top: -14px;
  }

  .block_12__form input {
    padding: 0 0 20px 60px;
  }

  .button-block_12 {
    width: 220px;
    height: 60px;
    margin: auto;
  }

  .footer__col {
    width: 45%;
    margin: 0 0 49px;
  }

  .footer__nav {
    flex-direction: column;
  }

  .footer__nav a {
    font-size: 16px;
  }

  .footer__title {
    font-size: 24px;
  }

  .footer__wrp {
    flex-wrap: wrap;
  }

  .footer__wp {
    flex-wrap: wrap;
  }

  .footer__block {
    width: 100%;
    background: none;
    padding: 0;
    margin: 0 0 20px;
  }

  .to_top {
    left: 0;
    right: 0;
    margin: auto;
  }

  .view__all {
    bottom: -90px;
  }

  .title-row {
    justify-content: center;
    padding: 0 15px;
  }

  .title-row p {
    display: none;
  }

  .title-row .count-series {
    display: none;
  }

  .title-row .clean-btn p {
    display: block;
  }

  .series-slider .items {
    padding: 0;
  }

  .series-slider .slick-list {
    padding: 0 15px;
  }

  .series-slider-arrow {
    left: 40%;
  }

  .series-slider-arrow-next {
    left: auto;
    right: 40%;
  }

  .catalog-items {
    flex-direction: column;
    align-items: center;
  }

  .catalog-items .design-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .catalog-items .sort-row {
    flex: auto;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .catalog-items .sort-row .tog_select {
    width: 100%;
  }

  .catalog-items .sort-row .tog_select .options {
    width: 100%;
  }

  .catalog-items .sort-row .tog_select .options li {
    width: 100%;
  }

  .design-banner {
    flex-basis: auto;
    height: 200px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .design-banner .overlay-text {
    padding: 5%;
  }

  .design-banner.db-2 {
    margin-bottom: 60px;
  }

  .design-banner.db-1 .overlay-text {
    padding-left: calc(45% + 35px);
    padding-top: 5%;
  }

  .banner-howto {
    background-size: cover;
    background-position: 100px;
  }

  .banner-howto a p.title {
    font-size: 20px;
  }

  .text-block .with-img .text-float {
    padding-right: 0;
  }

  .text-block .with-img .video-with-caption .video-block {
    height: 250px;
  }

  .text-block .video-block {
    height: 300px;
  }

  .text-block ul li p {
    margin-bottom: 0;
  }

  .show-filtr {
    margin-bottom: 50px;
  }

  .lang-n-cur .language {
    display: none;
  }

  .lang-n-cur.mobile-show {
    flex-direction: column;
    display: flex;
    padding: 0;
    align-items: flex-start;
  }

  .lang-n-cur.mobile-show:after {
    display: none;
  }

  .lang-n-cur.mobile-show.active {
    background: inherit;
  }

  .lang-n-cur.mobile-show .language {
    display: flex;
    height: 50px;
  }

  .lang-n-cur.mobile-show .language img {
    left: 120px;
  }

  .lang-n-cur.mobile-show .currency {
    display: flex;
    height: 50px;
  }

  .lang-n-cur.mobile-show .currency img {
    left: 100px;
  }

  .lang-n-cur.mobile-show .currency span {
    display: none;
  }

  .lang-n-cur.mobile-show .currency .select {
    padding-left: 0;
    margin-left: 0;
  }

  .lang-n-cur.mobile-show .tog_select {
    width: 100%;
  }

  .lang-n-cur.mobile-show .tog_select img {
    right: auto;
  }

  .lang-n-cur.mobile-show .tog_select .options {
    position: fixed;
    top: 0;
    left: 179px;
    box-shadow: 49px -14px 104px 13px rgba(0, 0, 0, 0.58);
    background: #0c0c0d;
    height: 100%;
  }

  .lang-n-cur.mobile-show .tog_select .options img {
    left: auto;
    right: auto;
    margin-right: 10px;
  }

  .lang-n-cur.mobile-show .tog_select .options li {
    font-size: 14px;
  }

  .lang-n-cur.mobile-show .tog_select p.select {
    width: 100%;
    padding-left: 47px;
  }

  .lang-n-cur.mobile-show .tog_select p.select img {
    left: auto;
    right: auto;
    margin-right: 10px;
  }

  .lang-n-cur .header__logo {
    margin-right: 0;
    margin-top: 0;
  }

  .product-inner .left {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .product-inner .left .slide-nav-prod {
    order: 1;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .product-inner .left .slide-nav-prod .slick-next {
    opacity: 1;
    transform: rotate(180deg);
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    top: 45%;
    right: -25px;
  }

  .product-inner .left .slide-nav-prod .slick-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    left: -25px;
    top: 55%;
  }

  .product-inner .left .slide-nav-prod .slick-prev:before {
    content: url(/images/block_2__arrow.png?88fe0f1e9fa7c49df3bdc49b8062a674);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }

  .product-inner .left .slide-nav-prod .slick-slide img {
    margin: 0 auto;
    max-width: 90%;
  }

  .product-inner .left .slide-nav-prod .slick-current:after {
    left: 50%;
    transform: translate(-50%);
  }

  .product-inner .left .main-img-slide {
    order: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
  }

  .product-inner .left .socials {
    bottom: auto;
    display: none;
  }

  .product-inner .left .custom-rate {
    position: relative;
    order: 2;
    top: auto;
    left: auto;
  }

  .product-inner .right .prod-options .submit-row .add-wish {
    display: none;
  }

  .product-inner .right .prod-options .submit-row .di-add {
    width: 100%;
    height: auto;
    text-transform: uppercase;
    min-height: 60px;
    margin-left: 0;
    background: url(/images/button-red-long.png?f0866c9c83c33b27d381f7cea265c212) center no-repeat;
    background-size: cover;
  }

  .product-inner .right .prod-options .prod-sizes:before {
    width: 100%;
    left: auto;
    background-size: 100%;
    padding: 0;
    padding-top: 13%;
    display: none;
  }

  section.product {
    padding-top: 100px;
  }

  section.error-page h2 {
    line-height: normal;
    font-size: 60px;
    margin-bottom: 20px;
  }

  section.error-page .title-row {
    margin-bottom: 20px;
  }

  section.error-page .search-block {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  section.error-page .button {
    font-size: 11px;
    text-transform: uppercase;
  }

  section.founders-page .founders-inner .text p {
    line-height: normal;
  }

  section.founders-page .founders-inner .text .left.fire-helmet {
    flex: 100%;
  }

  section.founders-page .founders-inner .text .left.fire-helmet img {
    width: 100%;
  }

  section.founders-page .founders-inner .video-block {
    margin-bottom: 20px;
  }

  section.founders-page .founders-inner .video-block .tab-video {
    height: 250px;
  }

  section.contacts a.whole-map {
    left: 15px;
  }

  .founder-image {
    margin-bottom: 20px;
  }

  .founder-image .quote {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .thanks-block {
    padding-top: 60px;
  }

  .cart-item {
    margin-bottom: 25px;
  }

  .faq-title {
    padding-top: 50px;
  }

  .popup-slider .inner .photo-slider .photo-slider-next {
    bottom: 0;
    right: 0;
  }

  .popup-slider .inner .photo-slider .photo-slider-prev {
    bottom: 0;
    right: 0;
    left: 0;
  }

  .popup-slider .photo-slider .item .image {
    max-width: 300px;
    height: 400px;
  }

  .video-slider .video-slider-next {
    bottom: 15%;
  }

  .video-slider .video-slider-prev {
    bottom: 15%;
  }

  .video-slider .item.slick-current .video-block {
    height: 300px;
    margin-bottom: 20px;
  }

  .video-slider .item.slick-current .video-caption {
    flex-direction: column;
    text-align: center;
  }

  .video-slider .item.slick-current .video-caption p {
    margin-bottom: 15px;
  }

  #hidden-content-3 {
    padding-top: 50px;
  }

  .design-item {
    height: 420px;
  }

  .design-item a.di-add {
    background-size: contain;
    height: 70px;
    margin-top: 15px;
  }

  .header__right:before {
    display: none;
  }

  .top_slider__slide-2 .wrapper-top_slider {
    position: relative;
  }

  .block_2__slide:hover .block_2__wrp img {
    transform: translateY(-8px) scale(1.1);
  }

  .block_6__image:after {
    display: none;
  }

  .wrapper-footer_bottom .footer__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 30px;
  }

  .designs-catalog .sidebar-filtr {
    padding-right: 15px;
    padding-left: 50px;
    width: 275px;
  }

  .designs-catalog .sidebar-filtr.show .sidebar-notification {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
  }

  .designs-catalog .sidebar-filtr.show .sidebar-notification svg {
    display: none;
  }

  .designs-catalog .sidebar-filtr.show .sidebar-notification .overlay-notif {
    position: relative;
  }

  .sidebar-filtr .widget {
    display: none;
  }

  .cashback-block .inner-text {
    margin-top: 0;
    padding-left: 0;
  }

  .cashback-block .inner-text .button {
    margin-top: 10px;
  }

  .conditions .item {
    margin-bottom: 15px;
  }

  .main-img-slide .slick-slide img {
    margin: 0 auto;
  }

  .product-series-bg.grinster-bg {
    display: none;
  }

  #accordion .tab_content .inner .product-text .reviews-row {
    flex-direction: column;
  }

  #accordion .tab_content .inner .product-text .reviews-row .di-add {
    width: 100%;
    height: 70px;
  }

  #accordion .tab_content .inner .product-text .reviews-inner .item .title-row {
    justify-content: space-between;
  }

  #accordion .tab_content .inner .product-text .reviews-inner .item .title-row span {
    display: none;
  }

  #accordion .tab_content .inner .product-text .reviews-inner .item .title-row p {
    display: block;
    flex: auto;
  }

  #accordion .tab_content.tab_5_content .text {
    padding-right: 0;
  }

  .share-row p {
    margin-bottom: 10px;
  }

  .share-row a.more-news {
    margin: 0 auto;
    margin-top: 30px;
  }

  .series-page .block_5 {
    padding-bottom: 80px;
  }

  .clients-slider-wrap .title-row {
    flex-direction: column;
  }

  .clients-slider-wrap .title-row h2 {
    margin-bottom: 20px;
  }

  .clients-slider-bot span {
    display: none;
  }

  .big-title h3 {
    font-size: 44px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .contacts-inner .info .footer__wp .footer__block {
    width: auto;
  }

  .ask-paul-popup button.default-button {
    background: url(/images/top_slider__button.svg?58237e359f57f1554ebbd71029117a3f) center no-repeat;
  }

  .banners-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 568px) {
  .series-item {
    height: auto;
  }

  .series-item .overlay img {
    width: 35vw;
  }

  .title-row {
    flex-direction: column;
  }

  .title-row h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }

  .title-row h2:before {
    display: none;
  }

  .title-row.blog {
    margin-bottom: 40px;
  }

  .series-slider-arrow {
    height: 15px;
  }

  .recently-slider .title-row .rs-slide-nav > div {
    position: absolute;
    top: 35%;
    z-index: 2;
  }

  .recently-slider .title-row .rs-slide-nav > div.series-slider-arrow-prev {
    right: auto;
    left: 10%;
  }

  .recently-slider .title-row .rs-slide-nav > div.series-slider-arrow-next {
    left: auto;
    right: 10%;
  }

  .text-block p {
    line-height: normal;
    font-size: 14px;
  }

  .text-block h3 {
    font-size: 18px;
  }

  .text-block h4 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: normal;
    letter-spacing: unset;
  }

  .text-block ul li p {
    font-size: 14px;
  }

  .cashback-block {
    margin-top: 10px;
  }

  .product-inner .right .prod-options .prod-sizes .nnn {
    display: none;
  }

  .product-inner .right .prod-options .prod-sizes .labels label {
    margin-right: 10px;
  }

  .product-inner .right .prod-options .prod-sizes .labels label span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .product-inner .right .prod-options .prod-selects {
    flex-direction: column;
  }

  .product-inner .right .prod-options .prod-selects .tog_select {
    height: auto;
    flex-direction: column;
    min-height: 55px;
  }

  .product-inner .right .prod-options .prod-selects .tog_select span {
    top: 14px;
  }

  .product-inner .right .prod-options .prod-selects .tog_select img {
    top: 24px;
  }

  .product-inner .right .prod-options .prod-selects .tog_select p.select {
    height: 55px;
  }

  .product-inner .right .prod-options .prod-selects .tog_select ul.options.active {
    position: relative;
  }

  .product-inner .left .slide-nav-prod .slick-current:after {
    width: 80%;
  }

  #accordion .tab_btn {
    padding: 10px 15px;
  }

  #accordion .tab_content .inner .product-text p {
    line-height: normal;
  }

  #accordion .tab_content .inner .product-text p.sub-title {
    font-size: 20px;
  }

  #accordion .tab_content .inner .product-text p.large-text {
    font-size: 24px;
  }

  #accordion .tab_content .inner .product-text .what-in-box {
    flex-direction: column;
  }

  #accordion .tab_content .inner .product-text .what-in-box .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  #accordion .tab_content .inner .product-text .what-in-box .item p {
    text-align: left;
  }

  #accordion .tab_content .inner .product-text .what-in-box .item .image {
    width: 100px;
    flex: 0 0 80px;
    height: auto;
    margin-right: 10px;
  }

  #accordion .tab_content .inner .product-text .some-custom-infos {
    justify-content: space-around;
  }

  #accordion .tab_content .inner .product-text .some-custom-infos p {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  #accordion .tab_content .inner .product-text .some-custom-infos p svg {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #accordion .tab_content .inner .product-text .title p {
    font-size: 24px;
  }

  #accordion .tab_content .inner .product-text ul.tech-info li span:first-child {
    min-width: 100px;
  }

  #accordion .tab_content .tab-video .overplay-btn .block_8__label {
    width: 70px;
    height: 70px;
  }

  #accordion .tab_content .tab-video .overplay-btn .title p {
    font-size: 20px;
  }

  .blog-inner {
    justify-content: center;
  }

  .blog-inner .item {
    width: 100%;
  }

  .blog-inner .item .block_10__wrp {
    height: 200px;
  }

  .title-text {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .title-text h1 {
    font-size: 25px;
  }

  .send-helmet {
    margin-bottom: 50px;
  }

  .send-helmet .sendhelmet-form form > div {
    flex-direction: column;
  }

  .send-helmet .sendhelmet-form form > div textarea {
    margin-bottom: 20px;
  }

  .send-helmet .sendhelmet-form form > div label {
    width: 100%;
  }

  .send-helmet .sendhelmet-form form > div label.fileupload {
    justify-content: center;
    order: 0;
    margin-bottom: 10px;
  }

  .send-helmet .sendhelmet-form form > div .button-block_11 {
    width: 100%;
    margin: 0;
    order: 1;
  }

  section.about-page {
    padding: 20px 0;
  }

  section.about-page .about-inner p {
    line-height: normal;
    margin-bottom: 20px;
  }

  section.about-page .about-inner p.sub-title {
    font-size: 22px;
    line-height: normal;
  }

  section.about-page .about-inner .title h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  section.about-page .about-inner > div img {
    width: 90%;
  }

  section.founders-page {
    padding: 20px 0;
  }

  section.contacts {
    height: auto;
    background-size: cover;
  }

  section.contacts a.whole-map {
    left: auto;
    justify-content: center;
    bottom: auto;
    position: relative;
    margin: 20px 0;
  }

  section.checkout .checkout-inner form .default-input.two-inputs {
    flex-direction: column;
  }

  section.checkout .checkout-inner form .default-input.two-inputs label {
    max-width: 100%;
  }

  section.checkout .checkout-inner form .default-input label input {
    font-size: 14px;
  }

  section.checkout .checkout-inner form .default-input label textarea {
    font-size: 14px;
  }

  section.checkout .checkout-inner form label.checkbox p {
    font-size: 20px;
  }

  .cart-totals ul.total-info li p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: right;
  }

  .cart-totals ul.total-info li p:first-child {
    font-size: 16px;
    letter-spacing: 0;
  }

  .cart-totals ul.total-info li .dots:before {
    font-size: 10px;
  }

  .cart-totals a.proceed {
    background-size: 130%;
    font-size: 13px;
    font-weight: 500;
  }

  .cart-totals .warning p {
    font-size: 14px;
  }

  .second-step .desc {
    padding: 15px;
    width: 100%;
  }

  .second-step .items {
    justify-content: space-around;
  }

  .second-step .items .item {
    margin: 10px;
  }

  .confirmation-inner {
    padding: 20px 0;
    background-position: 45% -20%;
    margin-bottom: 40px;
  }

  .confirmation-inner span {
    font-size: 55px;
    margin-bottom: 0;
  }

  .confirmation-inner a {
    background-size: 130%;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .faq-inner .ui-accordion-header {
    font-size: 20px;
  }

  .faq-inner .ui-accordion-content p {
    line-height: normal;
  }

  .popup-slider .fancybox-close-small {
    top: 0;
    width: 35px;
    height: 35px;
  }

  .popup-slider .photo-slider .item .image {
    max-width: 280px;
    height: 380px;
  }

  .size-chart-popup p.title {
    font-size: 25px;
  }

  .size-chart-popup p.text {
    font-size: 15px;
    line-height: normal;
  }

  .size-chart-popup .chose-size #size-slider.ui-slider-horizontal {
    width: 95%;
  }

  .product-info #accordion .tab_content .tab-video {
    height: 150px;
    margin-top: 20px;
  }

  .product-info #accordion .tab_content .tab-video .overplay-btn {
    padding: 15px;
  }

  .product-info #accordion .tab_content .images.images-mob img {
    width: 75%;
  }

  .article-inner .text-block .title h1 {
    font-size: 20px;
  }

  .article-inner .text-block .with-img img {
    max-width: 100%;
  }

  .share-row {
    margin-bottom: 20px;
  }

  .share-row .links {
    flex-wrap: wrap;
  }

  .share-row .links a {
    margin-bottom: 10px;
  }

  #hidden-content.accepted {
    padding: 20px;
  }

  #hidden-content.accepted .inner h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .clients-slider-wrap .clients-slider .item {
    height: 300px;
  }

  .cart-item .delete-btn {
    right: 0;
  }

  .cart-add-info .additional form .submit {
    background-size: 130%;
  }

  .cart-add-info .additional form .form-row label {
    max-width: 100%;
  }

  .coupon-block form > div {
    flex-direction: column;
  }

  .coupon-block form > div input {
    margin-bottom: 15px;
  }

  .coupon-block form > div button {
    flex: auto;
    background-size: contain;
  }

  .checkout-inner .totals .order-includes {
    padding: 15px;
    margin-bottom: 20px;
  }

  .checkout-inner .totals .order-includes .orders-list {
    padding-left: 0;
  }

  .checkout-inner .totals .order-includes .orders-list .item {
    flex-direction: column;
    align-items: center;
  }

  .checkout-inner .totals .order-includes .orders-list .item .image {
    width: auto;
    height: auto;
    flex: auto;
  }

  .checkout-inner .totals .order-includes .orders-list .item .image span {
    left: -5px;
  }

  .checkout-inner .totals .order-includes .orders-list .item .name {
    padding: 0 15px;
    flex: auto;
  }

  .checkout-inner .totals .order-includes .orders-list .item .price {
    flex: auto;
  }

  .checkout-inner .totals .order-includes a.back {
    justify-content: center;
  }

  .checkout-inner .totals .cart-totals {
    padding: 0;
  }

  .checkout-inner .totals .cart-totals label.checkbox {
    padding: 0 25px;
  }

  .checkout-inner .totals .cart-totals label.checkbox p {
    font-size: 14px;
    line-height: normal;
  }

  .form-default form .submit-row {
    flex-direction: column-reverse;
  }

  .form-default form .submit-row .button-block_11 {
    margin: 0;
  }

  .form-default form .submit-row label.upload {
    justify-content: center;
    margin-bottom: 10px;
  }

  .form-default form .two-inputs {
    flex-direction: column;
  }

  .form-default form .two-inputs label {
    max-width: none;
  }

  #size-slider label:nth-child(3n+1) p,
  #size-slider label:nth-child(3n) p {
    display: none;
  }

  #size-slider label:nth-child(3n+1) span,
  #size-slider label:nth-child(3n) span {
    display: none;
  }

  #size-slider label:first-of-type p {
    display: block;
  }

  #size-slider label:first-of-type span {
    display: block;
  }

  #size-slider label:last-child p {
    display: block;
  }

  #size-slider label:last-child span {
    display: block;
  }

  .prod-review .pop-up-default .form-default form .two-inputs label {
    max-width: 100%;
  }

  .cashback-popup .cashback-block-popup img {
    display: none;
  }

  .cashback-popup .cashback-block-popup .inner-text p {
    font-size: 14px;
    line-height: normal;
  }

  .cashback-popup .cashback-block-popup .inner-text p.title {
    font-size: 60px;
  }

  .cashback-popup .cashback-block-popup .inner-text a.button {
    font-size: 16px;
    color: #fff;
  }

  .cashback-popup .cashback-block-popup .inner-text a.button img {
    display: block;
  }

  .designs-catalog .sort-row,
  .designs-catalog .show-filtr,
  .designs-catalog .banners-wrap {
    grid-column-end: 2;
  }

  .designs-catalog .catalog-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ask-paul-popup p.title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .ask-paul-popup .form-default form label p {
    font-size: 16px;
  }

  .ask-paul-popup button.default-button {
    height: 50px;
  }

  .popup-slider .inner .photo-slider .photo-slider-next {
    bottom: -40px;
    right: 0;
  }

  .popup-slider .inner .photo-slider .photo-slider-prev {
    bottom: -40px;
    left: 0;
    right: auto;
  }
}

@media (max-width: 400px) {
  .series-item {
    height: 100%;
  }

  .series-item .overlay img {
    width: 25vw;
  }

  .series-item .overlay a {
    display: inline-block;
    margin-top: 5px;
  }

  .series-item .overlay span {
    right: 10px;
    top: 5px;
    font-size: 11px;
  }

  .series-slider {
    padding-top: 20px;
  }

  .series-slider .slick-list {
    padding: 0;
  }

  .title-row {
    margin-bottom: 10px;
  }

  .tog_select {
    width: 100%;
  }

  section.error-page {
    padding-bottom: 100px;
  }

  section.error-page h2 {
    font-size: 40px;
  }

  section.error-page p {
    line-height: 30px;
  }

  section.error-page .search-block {
    margin-bottom: 20px;
  }

  section.founders-page .title h1 {
    font-size: 50px;
  }

  .contacts-inner {
    padding: 20px 0;
  }

  .contacts-inner .info .footer__wp {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contacts-inner .info h4 {
    margin-bottom: 15px;
  }

  .form-default h4 {
    margin-bottom: 20px;
  }

  .send-helmet .left .block_11__link {
    left: 0;
  }

  .size-chart-popup .chose-size .sizes-list ul li {
    font-size: 13px;
  }
}

.footer__nav a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.8px;
  margin: 0 0 15px;
  transition: color 0.3s ease-out;
}

.footer__nav a:last-child {
  margin: 0;
}

.footer__nav a:hover {
  color: #cc1212;
}

.ui-accordion .ui-accordion-content {
  overflow: visible;
}

#recently-slider-items.essentials-slider .item .design-item {
  height: 350px;
}

#recently-slider-items.essentials-slider .item .design-item .image {
  min-height: 100px;
}

#recently-slider-items.essentials-slider .item .design-item .image:before {
  display: none;
}

#recently-slider-items.essentials-slider .item .design-item .image:after {
  display: none;
}

.series-page-inner .text-block .with-img {
  margin-bottom: 100px;
}

.series-page-inner .text-block .with-img:nth-child(2) .text-float {
  padding-right: 80px;
}

.title h1 {
  font-size: 40px;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
  line-height: normal;
}

.big-title h3 {
  font-size: 118px;
  color: #fff;
  font-family: BebasNeue;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 130px;
  margin-bottom: 50px;
}

.simplebar-track.simplebar-vertical {
  width: 2px !important;
  right: 17px;
  top: 15px !important;
  bottom: 15px;
  background-color: #3b3e42;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 5px;
  right: -2px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  background: #cc1212;
  opacity: 1;
  border-radius: 0;
}

.client-photos .title-row {
  padding: 0;
  padding-top: 70px;
}

.client-photos .title-row .count-series {
  justify-content: flex-start;
}

.client-photos .title-row .navigation {
  justify-content: flex-end;
}

#size-slider label {
  position: absolute;
  width: 25px;
  margin-left: -10px;
  text-align: center;
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto_Condensed;
  opacity: 0.5;
  display: flex;
  cursor: pointer;
}

#size-slider label:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #3b3e42;
  left: 12px;
  bottom: -28px;
  position: absolute;
}

#enquiry-popup .form-default form .submit-row .button-block_11 {
  font-size: 11px;
}

.main-img-slide .item img {
  width: 502px;
  background: url(/images/product_background-min.png) no-repeat center;
  background-size: contain;
}

.slide-nav-prod .item img {
  width: 93px;
}

.series-slider .slick-slide {
  margin: 0 15px;
}

.navigation ul {
  display: flex;
  align-items: center;
}

.navigation ul li {
  border-width: 1px;
  border-color: #73757e;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.navigation ul li.active {
  border-color: #cc1212;
}

.navigation ul li.unclick {
  border: none;
  margin: 0 -5px;
  width: auto;
  margin-left: 0;
}

.navigation ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-popup {
  background: url(/images/subscribe_popup_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  overflow: unset;
  box-shadow: 0 0 20px 0px #dd0808;
}

.subscribe-popup__close {
  position: absolute;
  background: url(/images/close-btn.png) no-repeat;
  width: 28px;
  height: 28px;
  right: 18px !important;
  top: 16px !important;
}

.subscribe-popup__close:active {
  background-image: url(/images/close-btn-active.png);
}

.subscribe-popup__bar {
  width: 450px;
  float: right;
  position: relative;
}

.subscribe-popup__text-input {
  font-size: 21px;
  color: #fff;
  margin-top: 47px;
  display: block;
  max-width: 100%;
}

.subscribe-popup__text-input input {
  color: #fff;
  font-size: 18px;
  display: block;
  background: none;
  border: 1px solid #3b3e42;
  margin-top: 8px;
  padding: 5px 13px;
  width: 500px;
  max-width: 100%;
}

.subscribe-popup__checkbox {
  font-size: 14px;
  color: #686d78;
  margin-top: 17px;
  position: relative;
}

.subscribe-popup__checkbox label {
  float: left;
  margin-right: 15px;
  margin-top: 6px;
}

.subscribe-popup__checkbox input {
  display: block;
  opacity: 0;
  position: absolute;
}

.subscribe-popup__checkbox input:checked + .checker {
  border: none;
  background: url(/images/checkbox_active.jpg) no-repeat;
}

.subscribe-popup__checkbox > div {
  width: calc(100% - 40px);
  display: inline-block;
  line-height: 18px;
}

.subscribe-popup__checkbox .checker {
  width: 20px;
  height: 20px;
  border: 1px solid #3b3e42;
  box-sizing: border-box;
  display: block;
}

.subscribe-popup__title {
  font-family: "BebasNeue", sans-serif;
  font-size: 42px;
  color: #fff;
  letter-spacing: 4px;
  width: 100%;
}

.subscribe-popup__text {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}

.subscribe-popup__submit {
  margin-top: 30px;
  width: calc(100% + 40px);
  margin-left: -40px;
  height: 75px;
  background: url("/images/subscribe_btn.png") no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease 0s;
}

.subscribe-popup__submit:hover {
  opacity: 0.7;
}

.subscribe-popup__image {
  position: absolute;
  left: -15%;
  top: 0;
  width: 65%;
}

.subscribe-success {
  background-size: cover;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.subscribe-success__image {
  width: 100%;
}

.subscribe-success__wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  height: 60%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.subscribe-success__title {
  font-family: "BebasNeue", sans-serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: 4px;
  margin: 11px 0;
}

.subscribe-success__continue {
  flex-shrink: 0;
  width: 320px;
  height: 75px;
  background: url("/images/subscribe_btn.png") no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease 0s;
}

.subscribe-success__continue:hover {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .subscribe-popup__text-input input {
    color: #fff;
    border-color: #fff;
  }

  .subscribe-popup__text-input input:-moz-placeholder {
    color: #fff;
  }

  .subscribe-popup__text-input input:-ms-input-placeholder {
    color: #fff;
  }

  .subscribe-popup__text-input input::-moz-placeholder {
    color: #fff;
  }

  .subscribe-popup__text-input input::-webkit-input-placeholder {
    color: #fff;
  }

  .subscribe-popup__checkbox {
    color: #fff;
  }

  .subscribe-popup__bar {
    width: 350px;
  }

  .subscribe-popup__title {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-popup {
    background: #070807;
    padding: 0;
  }

  .subscribe-popup .required-sign {
    display: none;
  }

  .subscribe-popup__bar {
    margin-left: auto;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .subscribe-popup__image {
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
    margin-bottom: -92px;
    display: block;
    margin-top: -92px;
  }

  .subscribe-popup__submit {
    width: 600px;
    max-width: 100%;
  }

  .subscribe-popup__title {
    font-size: 28px;
    text-align: center;
  }

  .subscribe-popup__text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 0;
  }

  .subscribe-popup__text-label {
    display: none;
  }

  .subscribe-popup__text-input {
    margin-top: 26px;
  }

  .subscribe-popup__checkbox > div {
    line-height: 16px;
    font-weight: 300;
  }

  .subscribe-popup__submit {
    margin-left: auto;
  }
}

@media screen and (max-width: 639px) {
  .subscribe-popup {
    max-width: 88%;
  }

  .subscribe-popup__submit {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .subscribe-success__wrapper {
    height: 90%;
  }

  .subscribe-success__title {
    margin: 0;
  }
}

.add-to-wish2 {
  z-index: 1;
  position: absolute;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.add-to-wish2.active .pop2,
.add-to-wish2.active .img2 {
  display: none;
}

.add-to-wish2:not(.active) .pop1,
.add-to-wish2:not(.active) .img1 {
  display: none;
}

.add-to-wish2 a {
  position: absolute;
  right: auto;
  left: 50%;
  background-color: #272727;
  width: 150px;
  padding: 12px 0;
  border-right: 2px solid #cc1212;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: -16px 15px 24px 3px rgba(6, 7, 7, 0.45);
}

.add-to-wish2 a:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #272727;
}

.add-to-wish2 p {
  font-size: 12px;
  color: #828996;
  font-weight: 300;
  text-transform: uppercase;
}

.add-to-wish2:hover {
  z-index: 2;
}

.add-to-wish2:hover a {
  opacity: 1;
  left: 120%;
  z-index: 1;
}

.autocomplete-suggestions {
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
  background: #141516;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  color: #aaa;
}

.autocomplete-selected {
  background: #000;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #c51414;
}

.autocomplete-group {
  padding: 10px 10px 2px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.autocomplete-no-suggestion {
  padding: 20px;
}

.popup_stock {
  background: #1b1b1b no-repeat right bottom;
  background-size: contain;
  padding: 50px 40px;
  border: 5px solid #c51414;
  position: relative;
  width: 800px;
  max-width: 100%;
}

@media (max-width: 639px) {
  .popup_stock {
    padding: 40px 20px;
  }
}

.popup_stock__close {
  position: absolute;
  border-radius: 20px;
  border: 1px solid #fff;
  right: 20px;
  top: 20px;
  cursor: pointer;
  opacity: 0.9;
  width: 20px;
  height: 20px;
}

.popup_stock__close:hover,
.popup_stock__close:active {
  opacity: 1;
}

.popup_stock__title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.popup_stock__title img {
  max-height: 100%;
  margin-left: 10px;
}

@media (max-width: 639px) {
  .popup_stock__title {
    font-size: 32px;
  }
}

.popup_stock__text {
  color: #777d89;
  font-size: 20px;
  margin-bottom: 2em;
}

@media (max-width: 639px) {
  .popup_stock__text {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), -2px -2px 2px rgba(0, 0, 0, 0.5);
  }
}

.popup_stock__accept {
  margin-left: -40px;
}

.popup-guideline {
  background-color: #1b1b1b !important;
  border: 4px solid #c51414;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: 100% !important;
  width: 910px;
  max-width: 90% !important;
  position: relative;
  padding: 40px !important;
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 620px) {
  .popup-guideline {
    padding: 15px !important;
  }
}

.popup-guideline__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 620px) {
  .popup-guideline__close {
    top: 10px;
    right: 10px;
  }
}

.popup-guideline .title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 620px) {
  .popup-guideline .title {
    font-size: 30px;
    line-height: 1.25;
  }
}

.popup-guideline .title2 {
  margin-top: 40px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .popup-guideline .title2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.popup-guideline .list li {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}

.popup-guideline .list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c51414;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.popup-guideline .list li:last-child {
  font-size: 13px;
  font-weight: 300;
}

.popup-guideline .list li:last-child:before {
  display: none;
}

.popup-guideline .list.list-small li {
  margin-top: 10px;
}

.popup-guideline {
  background-color: #1b1b1b !important;
  border: 4px solid #c51414;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: 100% !important;
  width: 910px;
  max-width: 90% !important;
  position: relative;
  padding: 40px !important;
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 620px) {
  .popup-guideline {
    padding: 15px !important;
  }
}

.popup-guideline__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 620px) {
  .popup-guideline__close {
    top: 10px;
    right: 10px;
  }
}

.popup-guideline .title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 620px) {
  .popup-guideline .title {
    font-size: 30px;
    line-height: 1.25;
  }
}

.popup-guideline .title2 {
  margin-top: 40px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .popup-guideline .title2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.popup-guideline .list li {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}

.popup-guideline .list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c51414;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.popup-guideline .list li:last-child {
  font-size: 13px;
  font-weight: 300;
}

.popup-guideline .list li:last-child:before {
  display: none;
}

.popup-guideline .list.list-small li {
  margin-top: 10px;
}

.header-top-message {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background-color: #494f57;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

@media (max-width: 480px) {
  .header-top-message {
    font-size: 12px;
  }
}

@media (max-width: 358px) {
  .header-top-message {
    font-size: 10px;
  }
}

.header-top-message .container {
  line-height: 1.3;
}

body.message {
  margin-top: 40px;
}

@media (max-width: 480px) {
  body.message {
    margin-top: 35px;
  }
}

@media (max-width: 358px) {
  body.message {
    margin-top: 33px;
  }
}

.add-to-wish:not(.active) img:first-child,
.add-to-wish:not(.active) a:nth-child(3) {
  display: none;
}

.add-to-wish.active img:nth-child(2),
.add-to-wish.active a:last-child {
  display: none;
}

.product-inner .right .prod-options .submit-row .add-wish {
  justify-content: flex-start;
}

.product-inner .right .prod-options .submit-row .add-wish span {
  min-width: 51px;
  margin-right: 20px;
}

.product-inner .right .prod-options .submit-row .add-wish:not(.active) img:first-child,
.product-inner .right .prod-options .submit-row .add-wish:not(.active) a:nth-child(2) {
  display: none;
}

.product-inner .right .prod-options .submit-row .add-wish.active img:nth-child(2),
.product-inner .right .prod-options .submit-row .add-wish.active a:last-child {
  display: none;
}

.sidebar-filtr .base-color-check label span.white svg path,
.sidebar-filtr .base-color-check label span.yellow svg path {
  stroke: #000000;
}

.sidebar-filtr .side-list li a.active {
  color: #cc1212;
}

.hidden-input-wrap {
  display: none;
}

input.error {
  color: #ff8383 !important;
}

.form-errors {
  color: red;
  font-size: 16px;
}

.form-errors_absolute {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}

.form-errors > * {
  color: red;
  font-size: 16px;
}

.tog_select p.select {
  padding-left: 105px;
}

.video-items,
.client-photo-inner {
  position: relative;
}

.video-items > .navigation,
.client-photo-inner > .navigation {
  width: 100%;
  display: flex;
}

@media (max-width: 640px) {
  .video-items > .navigation,
  .client-photo-inner > .navigation {
    justify-content: center;
    margin-bottom: 25px;
  }

  .video-items > .navigation:first-child,
  .client-photo-inner > .navigation:first-child {
    margin-top: -25px;
  }
}

@media (min-width: 641px) {
  .video-items > .navigation,
  .client-photo-inner > .navigation {
    flex-direction: row-reverse;
  }

  .video-items > .navigation:first-child,
  .client-photo-inner > .navigation:first-child {
    position: absolute;
    top: -80px;
    right: 0;
  }
}

.video-items > .navigation p,
.client-photo-inner > .navigation p {
  display: none;
}

.client-photo-inner .title-row {
  width: 100%;
}

.client-photo-inner .title-row .navigation p {
  display: none;
}

@media (min-width: 641px) {
  .client-photo-inner > .navigation:first-child {
    top: -113px;
  }
}

.blog-inner {
  position: relative;
}

.blog-inner .navigation p {
  display: none;
}

@media (min-width: 641px) {
  .blog-inner > .navigation:first-child {
    position: absolute;
    top: -138px;
  }
}

.blog-inner > .navigation:last-child {
  margin-top: 40px;
  width: 100%;
}

.cart-title p {
  flex: 0 0 25%;
}

.cart-empty {
  font-size: 24px;
  color: #ffffff;
}

.form-errors.active {
  margin: 20px 0;
}

.cart-totals a.proceed.disabled {
  background-image: url(/images/button-red-long-disabled.png);
  cursor: not-allowed;
}

.default__text {
  font-size: 16px;
  color: #949aa6;
  font-weight: 300;
  line-height: 36px;
}

.photo-gallery {
  margin-top: 80px;
  margin-bottom: 80px;
}

.photo-gallery .items {
  display: grid;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 640px) {
  .photo-gallery .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .photo-gallery .items {
    grid-template-columns: 1fr 1fr;
  }
}

.photo-gallery .items img {
  width: 100%;
}

.faq-questions.active .faq-category.featured {
  display: block;
}

.faq-questions.active .faq-category:not(.featured) {
  display: none;
}

.faq-questions:not(.active) .faq-category:not(.active) {
  display: none;
}

.required-sign {
  color: #c51414;
}

.close-btn.fancybox-close-small {
  opacity: 1;
  border: 1px solid #fff;
  padding: 2px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  right: 18px;
  top: 16px;
}

.close-btn.fancybox-close-small path {
  fill: #fff;
}

.fancy-transparent .fancybox-bg {
  background: transparent;
}

.transparent {
  background: transparent;
}

.top_slider__countdown {
  color: #ffffff;
  font-size: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  position: absolute;
}

@media (max-width: 640px) {
  .top_slider__countdown {
    font-size: 30px;
  }
}

.top_slider__countdown > div {
  display: grid;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.top_slider__countdown > div > span {
  font-size: 30px;
  width: 100%;
}

@media (max-width: 640px) {
  .top_slider__countdown > div > span {
    font-size: 20px;
  }
}

.top_slider__sale {
  height: auto;
}

@media (min-width: 768px) {
  .top_slider__sale {
    margin-top: 100px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .top_slider__sale {
    margin-top: 50px;
  }
}

@media (max-width: 640px) {
  .top_slider__sale {
    margin-top: 0;
  }
}

@media (min-width: 423px) {
  .top_slider__sale {
    max-width: 80%;
  }

  .top_slider__sale.mobile {
    display: none;
  }
}

@media (max-width: 422px) {
  .top_slider__sale {
    max-width: 100%;
  }

  .top_slider__sale:not(.mobile) {
    display: none;
  }
}

.product-inner .add-to-wish2 {
  right: 0;
  bottom: 0;
}

.block_2__slider .add-to-wish2 {
  left: 0;
}

.high-load {
  display: none;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10, 10, 10, 0.98);
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.5);
  padding: 24px 30px;
  z-index: 9999;
  border-top: 2px solid #cc1212;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 840px) {
  .cookie-consent {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}

.cookie-consent__content {
  flex: 1;
}

.cookie-consent__title {
  color: #fff;
  font-family: "BebasNeue", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .cookie-consent__title {
    font-size: 18px;
  }
}

.cookie-consent__text {
  color: #a0a1a5;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 640px) {
  .cookie-consent__text {
    font-size: 13px;
  }
}

.cookie-consent__link {
  color: #cc1212;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.cookie-consent__link:hover {
  color: #ff3333;
}

.cookie-consent__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .cookie-consent__actions {
    width: 100%;
    flex-direction: column;
  }
}

.cookie-consent__btn {
  font-family: "Roboto_Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 28px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .cookie-consent__btn {
    width: 100%;
    padding: 14px 20px;
  }
}

.cookie-consent__btn--accept {
  background-color: #cc1212;
  color: #fff;
}

.cookie-consent__btn--accept:hover {
  background-color: #e61515;
}

.cookie-consent__btn--reject {
  background-color: transparent;
  color: #a0a1a5;
  border: 1px solid #3b3e42;
}

.cookie-consent__btn--reject:hover {
  border-color: #75767a;
  color: #fff;
}

.card-number-wrapper:not(.active) {
  display: none;
}

.card-number-input-wrapper {
  border: 1px solid #3b3e42;
  display: block;
  padding: 10px;
}

.date-of-birth:not(.active) {
  display: none !important;
}

