/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../font/coresans/CoreSansC-35Light.woff2") format("woff2"), url("../font/coresans/CoreSansC-35Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/coresans/CoreSansC-45Regular.woff2") format("woff2"), url("../font/coresans/CoreSansC-45Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/coresans/CoreSansC-55Medium.woff2") format("woff2"), url("../font/coresans/CoreSansC-55Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/coresans/CoreSansC-75ExtraBold.woff2") format("woff2"), url("../font/coresans/CoreSansC-75ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../font/coresans/CoreSansC-65Bold.woff2") format("woff2"), url("../font/coresans/CoreSansC-65Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Core Sans C", sans-serif;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
  --small: 12px;
  --smallLine: 16px;
  --medium: 14px;
  --normal: 16px;
  --large: 18px;
  --xxl: 26px;

  --xxlLine: 26px;

  --bold: 700;
  --captions: #00000099;

  --lightBlue: #edf2fc;
}

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:not(:focus-visible) {
  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;
}
/* Sizes */
p .sizeXXL {
  font-size: var(--xxl);
  line-height: var(--xxlLine);
}
p .sizeS {
  font-size: var(--small);
  line-height: var(--smallLine);
}

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]) {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

.container {
  width: 100%;
  padding-right: 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,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

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

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

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  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 {
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

@font-face {
  font-family: "Acrom";
  src: url("../font/Acrom-Bold.eot");
  src: local("Acrom Bold"), local("Acrom-Bold"), url("../font/Acrom-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Acrom-Bold.woff") format("woff"),
    url("../font/Acrom-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acrom";
  src: url("../font/Acrom-Thin.eot");
  src: local("Acrom Thin"), local("Acrom-Thin"), url("../font/Acrom-Thin.eot?#iefix") format("embedded-opentype"), url("../font/Acrom-Thin.woff") format("woff"),
    url("../font/Acrom-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acrom";
  src: url("../font/Acrom-Light.eot");
  src: local("Acrom Light"), local("Acrom-Light"), url("../font/Acrom-Light.eot?#iefix") format("embedded-opentype"), url("../font/Acrom-Light.woff") format("woff"),
    url("../font/Acrom-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acrom";
  src: url("../font/Acrom-ExtraBold.eot");
  src: local("Acrom ExtraBold"), local("Acrom-ExtraBold"), url("../font/Acrom-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Acrom-ExtraBold.woff") format("woff"),
    url("../font/Acrom-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acrom";
  src: url("../font/Acrom-Medium.eot");
  src: local("Acrom Medium"), local("Acrom-Medium"), url("../font/Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Acrom-Medium.woff") format("woff"),
    url("../font/Acrom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

::-moz-selection {
  color: #fff;
  background-color: #102131;
}

::selection {
  color: #fff;
  background-color: #102131;
}

body {
  /* font-family: "Acrom", sans-serif; */
  font-size: 16px;
  line-height: 1.35;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  color: #102131;
  background-color: white;
  height: 100%;
  width: 100%;
}

textarea:focus,
input:focus {
  outline: none;
}

header {
  padding: 30px 0;
}

header h1 {
  text-align: center;
  font-size: 32px;
}

.logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 160px;
}

.logo-brand-svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.logo-brand-png {
  width: 100%;
  height: 100%;
}

.dropul {
  min-width: 200px;
  display: none;
}

.drop-down:hover > ul {
  display: block;
}

.drop-down ul {
  z-index: 999;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}

.drop-down ul li {
  border-bottom-style: solid;
  border-color: #505050;
}

.drop-down .dropul__menu-contact li {
  background-color: rgba(255, 255, 255, 0.9);
}

.drop-down .dropul__menu-contact li:first-child {
  border-radius: 20px 20px 0 0;
}

.drop-down .dropul__menu-contact li:last-child {
  border-radius: 0 0 20px 20px;
}

.drop-down__mobile {
  position: relative;
}

.drop-down__mobile a {
  height: unset;
}

.drop-down__mobile::before {
  content: "";
  right: 15%;
  top: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.dropul__rotate::before {
  top: 25px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropul__mobile {
  list-style-type: none;
  text-align: left;
  padding-left: 5px;
  text-align: left;
  width: 85%;
}

.dropul__mobile li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.dropul__mobile li a {
  font-size: 18px;
  color: white;
  font-weight: 500;
}

.dropul__mobile li:last-child {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu .drop-down ul li,
.flyout-menu .fly-drop-down ul li {
  border-bottom-style: solid;
  border-color: #505050;
}

.drop-down ul li {
  color: #333745;
  background-color: white;
  position: relative;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eee;
  max-width: 100vw;
  width: 100%;
}

.drop-down ul li a {
  padding: 11px 25px 12px 9px;
  display: block;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
}

.drop-down ul li:hover > a {
  color: #fff;
}

.fly-drop-down ul li:hover > a {
  color: #fff;
}

.drop-down ul li:hover,
.drop-down ul > li:hover > a {
  background-color: #102131;
  border-color: #102131;
}

.drop-down.menu-contact ul {
  left: -65%;
  padding-top: 30%;
}

.drop-down.menu-contact ul::before {
  position: absolute;
  left: 46%;
  top: 7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}

.drop-down.menu-contact ul li:hover,
.drop-down.menu-contact ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #eee;
}

.fly-drop-down ul > li:hover > a {
  background-color: #102131;
  border-color: #102131;
}

.menu-contact-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px 20px;
  font-size: 14px;
}

.menu-contact-list__item_mobile {
  width: 100%;
}

.menu-contact-list__item_mobile .menu-contact-item__icon {
  width: 30px;
  height: 30px;
  margin-right: 40px;
}

.menu-contact-list__item_mobile .menu-contact-item__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 24px;
  color: white;
}

.menu-contact-list__item_mobile .menu-contact-item__text a {
  color: white;
}

.menu-contact-list__item_space-top {
  margin-top: 30px;
}

.menu-contact-item__icon {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.menu-contact-item__icon img {
  height: 100%;
}

.menu-contact-item__text {
  font-weight: 700;
  color: #102131;
}

.menu-contact-item__text p {
  margin-bottom: 0;
}

.menu-contact-item__number {
  padding: 0 !important;
  margin: 0;
}

#menuNumber {
  margin-left: 40px;
}

.menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  position: relative;
  margin-right: 40px;
}

.menu__list-content {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.menu__list-item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}

.menu__list-item-text {
  text-decoration: none;
  color: white;
  font-weight: 700;
  width: 100px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 5px 10px;
}

.menu__list-item-text:hover {
  border-radius: 40px;
  color: white;
  text-decoration: none;
}

.menu__list-item_after-blocks:after {
  margin-left: 25px;
  content: "";
  position: absolute;
  top: 35%;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
}

/*.menu__list-item:last-child {
      margin-right: 0px;
      position: absolute;
      right: 135px;
      top: 42%;
      transform: translateY(-50%);
  }*/

.menu__list-item_after-blocks:last-child {
  margin-right: 0px;
}

.menu__list-item_after-blocks:last-child:after {
  width: 0px;
  height: 0px;
}

.menu-btn {
  z-index: 115;
  position: absolute;
  top: 0px;
  right: 5%;
  display: block;
  width: 38px;
  height: 30px;
  padding: 20px 5px 0px;
}

.menu-btn span {
  position: relative;
  display: block;
}

.menu-btn span:after {
  top: 9px;
}

.menu-btn.on span {
  background-color: transparent;
}

.menu-btn.on span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.on span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  transform: rotate(-45deg) translate(7px, -8px);
}

.menu__minor.on {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
}

body.static {
  overflow: hidden;
}

.menu-btn span {
  width: 100%;
  height: 5px;
  background-color: #cecece;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}

.menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
}

.menu-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

.menu-btn span:after,
.menu-btn span:before {
  width: 100%;
  height: 5px;
  background-color: #cecece;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}

.menu__minor {
  background-color: #102131;
  display: -webkit-box;
  display: flex;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  overflow: auto;
  padding: 60px 10px 50px 20px;
}

.menu__minor-list-content {
  list-style: none;
}

.menu__minor-list-item {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.menu__minor-list-item-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 4.5rem;
}

.menu__minor-list-item:active,
.menu__minor-list-item:hover > .menu__minor-list-item-text {
  color: #ffdddd;
}

.menu__minor-list-item:active .menu__minor-list-item-text,
.menu__minor-list-item:hover .menu__minor-list-item-text {
  color: #2277aa;
  text-decoration: none;
}

.menu__minor-list-item:last-child {
  border: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu-btn {
    display: block;
  }

  .menu__minor {
    display: none;
  }

  .menu__minor-nav {
    display: -webkit-box;
    display: flex;
  }

  .menu__main {
    display: none;
  }

  .menu {
    position: absolute;
  }
}

@media only screen and (min-width: 320px) {
  .menu-btn,
  .menu__minor-nav {
    display: block;
  }

  .menu__main {
    display: none;
  }

  .menu {
    position: absolute;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-btn,
  .menu__minor-nav {
    display: none;
  }

  .menu__main {
    display: block;
  }

  .menu {
    position: relative;
  }
}

@media (max-width: 768px) {
  header {
    background: #102131aa;
    position: fixed;
    height: 70px;
  }
}

@media (min-width: 768px) {
  header {
    position: fixed;
    height: 90px;
    left: 0;
    right: 0;
    top: 0;
    background: #102131;
    padding: 15px 0;
    z-index: 999;
  }
}

header {
  z-index: 3;
  width: 100%;
  color: white;
}

@media (max-width: 767px) {
  section {
    padding: 40px 20px;
  }

  .accordion {
    margin-top: 0px;
  }

  .main-features-single__icon img {
    height: 75px;
    width: 75px;
  }

  .black-features-single__icon img {
    height: 75px;
    width: 75px;
  }
}

@media (min-width: 768px) {
  section {
    padding: 90px 20px;
  }

  .accordion {
    margin-top: 2px;
  }

  .main-features-single__icon img {
    height: 85px;
    width: 85px;
  }
}

section {
  position: relative;
}

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

.bhome.home {
  background: url("../img/main-bg-2.webp") no-repeat;
}

.banner {
  background: url("../img/banner-otkrylis-origin.jpg") no-repeat;
  background-size: cover !important;
  height: 100%;
  padding: 200px 0 150px 0;
}

.bzamena-filtrov {
  background: url("../img/zamena-filtrov.jpg") no-repeat;
}

.bzamena-masla {
  background: url("../img/zamena-masla.jpg") no-repeat;
}

.bto {
  background: url("../img/to.jpg") no-repeat;
}

.bremont-vyihlopnoy-sistemyi {
  background: url("../img/remont-vyihlopnoy-sistemyi.jpg") no-repeat;
}

.bremont-hodovoy {
  background: url("../img/remont-hodovoy.jpg") no-repeat;
}

.bremont-dvigatelya {
  background: url("../img/remont-dvigatelya.jpg") no-repeat;
}

.bremont-avtokonditsionera {
  background: url("../img/remont-avtokonditsionera.jpg") no-repeat;
}

.bremont-avtoelektriki {
  background: url("../img/remont-avtoelektriki.jpg") no-repeat;
}

.bpokraska {
  background: url("../img/pokraska.jpg") no-repeat;
}

.bpdr {
  background: url("../img/pdr.jpg") no-repeat;
}

.bkuzovnoy-remont {
  background: url("../img/kuzovnoy-remont.jpg") no-repeat;
}

.bhimchistka-salona {
  background: url("../img/himchistka-salona.jpg") no-repeat;
}

.bdiagnostika {
  background: url("../img/diagnostika.jpg") no-repeat;
}

.bdiagnostika-hodovoy {
  background: url("../img/diagnostika-hodovoy.jpg") no-repeat;
}

.babout {
  background: url("../img/about.jpg") no-repeat;
}

.b404 {
  background: url("../img/404.jpg") no-repeat;
}

.bmasla {
  background: url("../img/masla.jpg") no-repeat;
}

.bspasibo {
  background: url("../img/spasibo.jpg") no-repeat;
}

.bcontacts {
  background: url("../img/contacts.jpg") no-repeat;
}

.bremont-korobki {
  background: url("../img/remont-korobki.jpg") no-repeat;
}

.bpolirovka {
  background: url("../img/polirovka.jpg") no-repeat;
}

.bshinomontazh {
  background: url("../img/shinomontazh.jpg") no-repeat;
}

.bblack-friday {
  background: url("../img/black-friday.jpg") no-repeat;
  min-height: 900px;
}

@media (min-width: 480px) and (max-width: 768px) {
  .bblack-friday {
    min-height: 650px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .bblack-friday {
    min-height: 400px;
  }
}

@media (min-width: 980) and (max-width: 1368) {
  .bblack-friday {
    min-height: 650px;
  }
}

@media (max-width: 480px) {
}

.block-title {
  font-size: 36px;
  color: #102131;
  font-weight: 600;
  line-height: 1.35;
}

.block-title.white {
  color: #fff;
}

.banner > .container {
  height: 100%;
}

.banner-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  height: 100%;
}

.banner-content__pdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}

.banner-content-item {
  margin-bottom: 20px;
}

.banner-title {
  font-size: 58px;
  font-weight: 700;
}

.banner-title h1 {
  font-size: 58px;
  font-weight: 700;
}

.banner-title__pdr {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.banner-text {
  font-size: 25px;
  max-width: 400px;
}

.banner-text__pdr {
  font-size: 25px;
  max-width: 500px;
  font-weight: 400;
}

.banner-btn {
  margin-top: 20px;
  background-color: #e64747;
  text-align: center;
  width: 20%;
  color: inherit;
  padding: 13px 20px;
  border: 0;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.banner-btn:hover {
  box-shadow: 2px 1px 10px 1px #6c0f0f;
  color: inherit;
  text-decoration: none;
}

.banner-btn__dark {
  background-color: #102131;
  color: white;
  width: 65%;
}

.banner-btn__dark:hover {
  box-shadow: 2px 1px 10px 1px black;
  color: white;
}

.banner .footer-form input {
  color: white;
}

.features-lead-section {
  background-color: #102131;
  color: white;
}

.features-lead-section__light {
  background-color: #fff;
  color: #102131;
}

.features-lead-list {
  width: 80%;
}

.features-lead-list-content {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.features-lead-list__item {
  display: -webkit-box;
  display: flex;
  width: 46%;
  height: 80px;
  float: left;
  margin-left: 20px;
}

.features-lead-list__item:nth-child(odd) {
  margin-right: 10px;
}

.features-lead-list_full {
  width: 100%;
}

.features-lead-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.features-lead-item__icon {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background-color: rgb(16, 33, 49);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.features-lead-item__icon img {
  width: 90px;
  margin-right: 10px;
}

.features-lead-item__text {
  max-width: 100%;
  font-size: 16px;
}

.main-features-section {
  /* background-color: #edf2fc; */
  background: url(../img/bg-3.png) 50% -50px no-repeat;
  background-size: 100% 84%;
  color: #102131;
  /* padding-bottom: 100px; */
  /* margin-bottom: 230px; */
}

.reasons-title {
  margin-bottom: 50px;
}

.reasons-items {
  margin-bottom: 90px;
}

.reasons-items-list {
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.reasons-item {
  position: relative;
  width: 21%;
  /* height: 200px; */
  display: -webkit-box;
  display: flex;
}

.reasons-item-number {
  position: absolute;
  color: rgba(222, 235, 255, 0.7);
  font-size: 140px;
  font-weight: 800;
}

.reasons-item-content {
  z-index: 3;
  font-size: 18px;
  font-weight: 500;
  padding-top: 50%;
}

.reasons-btn {
  margin-top: 60px;
}

.reasons-btn .banner-btn {
  width: 25%;
  color: white;
}

.main-features-list-content {
  padding-left: 0;
  list-style: none;
}

.main-features__item {
  display: inline;
  width: 25%;
  height: 300px;
  float: left;
  margin-bottom: 10px;
  padding: 20px;
}

.black-features-list-content {
  padding-left: 0;
  list-style: none;
}

.black-features__item {
  display: inline;
  width: 33%;
  height: 250px;
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.black-features-single__icon {
  margin: 0 auto;
  padding: 0px 0 20px 0;
}

.black-features-single__text {
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .black-features-single__icon img {
    height: 90px;
    width: 90px;
  }
}

.paddingtop50 {
  padding-top: 50px;
}

.main-features-single {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

.main-features-single__icon {
  margin: 0;
  padding: 0px 0 20px 0;
}

.main-features-single__text {
  font-size: 20px;
  font-weight: 700;
  word-break: break-all;
}

.main-features-single__description-wrap {
  font-weight: 400;
}

.about-us-section {
  padding-bottom: 0;
  padding-top: 70px;
}

.about-us:not(.banner) {
  margin-bottom: 40px;
}

.about-us-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 40px;
}

.about-us-title .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.about-us-title_pdr .section-content {
  /*    width: 85%*/

  padding-left: 0;
}

.about-us-list-content {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-us-list__item {
  display: -webkit-box;
  display: flex;
  width: calc(50% - 25px);
}

.about-us-list_full {
  width: 100%;
  height: 50px;
}

.about-us-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.about-us-item__icon {
  margin: 0;
  padding: 0;
}

.about-us-item__icon img {
  width: 20px;
  margin-right: 20px;
}

.about-us-item__text {
  font-size: 15px;
  font-weight: 400;
}

.about-us-item__text_full {
  max-width: 100%;
}

.price-list {
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  max-width: 820px;
  margin: 0 auto;
}

.price-list__description {
  font-size: 12px;
  font-weight: 400;
  bottom: -60px;
  min-width: 250px;
  width: 60%;
  right: 10%;
}

.accordion-item {
  margin-top: 30px;
}

.accordion-toggle {
  cursor: pointer;
  padding: 24px 50px 25px 20px;
  position: relative;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  background-color: #102131;
}

.accordion-toggle.active:after {
  content: "-";
  position: absolute;
  right: 47px;
  top: 5px;
  width: 0;
  height: 0;
  font-size: 2.5rem;
  color: #102131;
}

.accordion-toggle:before {
  content: "+";
  position: absolute;
  right: 50px;
  top: 5px;
  width: 0;
  height: 0;
  font-size: 2.5rem;
  color: #fff;
}

.accordion-toggle.active:before {
  display: none;
}

.accordion-content {
  display: none;
  padding: 20px;
}

.accordion-toggle.active {
  color: #102131;
  background: #edf2fc;
}

.brand-list-section {
  padding-top: 0;
}

.brand-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.brand-list-title {
  margin-bottom: 40px;
}

.brand-item {
  width: 10%;
  padding: 15px;
}

.brand-item img {
  width: 100%;
}

.location-section {
  padding: 0;
}

.slider-section {
  padding-bottom: 40px;
  padding-top: 20px;
}

.slider-section__item {
  width: 160px;
  height: 527px;
  border-radius: 100%;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .auto-service li a {
    font-size: 15px;
  }

  .slider-section__item {
    height: 305px !important;
  }

  .slider-section__item.team {
    height: 75% !important;
  }
}

.slider-section__item-text {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  font-weight: 700;
  color: white;
  font-size: 18px;
}

.teamhead span {
  font-size: 16px;
  font-weight: 700;
}

.teamhead {
  font-size: 15px;
  max-width: 100px;
  color: black;
  font-weight: 400;
}

.slider-section__item-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin-right: 30px;
}

.slider-section__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 5%;
  margin-right: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-slide {
  margin-left: 27px;
}

.slick-list {
  margin-left: -27px;
}

.slider-btn {
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

.slider-btn__item {
  display: -webkit-box;
  display: flex;
}

.slider-btn__more {
  padding-top: 2px;
  text-decoration: none;
  color: #102131;
  font-weight: 700;
  margin: 0 20px;
}

.slider-btn__more:hover {
  text-decoration: none;
  color: #102131;
}

.slider-btn__prev {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  background: url("../img/arrow.svg") center no-repeat;
  background-size: cover;
}

.slider-btn__next {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  background: url("../img/arrow.svg") center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

footer {
  background-color: #102131;
  color: white;
  padding: 90px 0 30px 0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-contacts li a {
  color: white;
  text-decoration: none;
}

.footer-contacts-item {
  font-size: 14px;
}

.footer-contacts-item__space-top {
  margin-top: 30px;
}

.schedule {
  opacity: 0.5;
}

.our-partners img {
  margin-top: 10px;
}

.auto-service li {
  margin-bottom: 14px;
}

.auto-service li a {
  color: white;
  text-decoration: none;
}

.footer-form {
  padding: 20px;
}

.footer-form input {
  background-color: transparent;
  border: 1px solid #102131;
  border-radius: 10px;
  padding: 5px 30px 5px 30px;
  color: #7f8991;
  margin-bottom: 20px;
  width: 100%;
  height: 64px;
}

.footer-form input::-webkit-input-placeholder {
  font-weight: 700;
  color: #102131;
}

.footer-form input::-moz-placeholder {
  font-weight: 700;
  color: #102131;
}

.footer-form input:-ms-input-placeholder {
  font-weight: 700;
  color: #102131;
}

.footer-form input::-ms-input-placeholder {
  font-weight: 700;
  color: #102131;
}

.footer-form input::placeholder {
  font-weight: 700;
  color: #102131;
}

.footer-form input:hover {
  box-shadow: 2px 1px 10px 1px #0a141e;
}

.footer-form button.order-form-button,
.footer-form input[type="submit"] {
  background-color: #e64747;
  padding: 20px 22px;
  border: none;
  width: 100%;
  color: white;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  transition: background 0.3s;
}

.footer-form button.order-form-button:hover,
.footer-form input[type="submit"]:hover {
  /* box-shadow: 2px 1px 10px 1px #6c0f0f; */
  background: #a53c3c;
  color: white;
}

.footer-form .input__pdr {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
}

.footer-form .input__pdr::-webkit-input-placeholder {
  color: white;
}

.footer-form .input__pdr::-moz-placeholder {
  color: white;
}

.footer-form .input__pdr:-ms-input-placeholder {
  color: white;
}

.footer-form .input__pdr::-ms-input-placeholder {
  color: white;
}

.footer-form .input__pdr::placeholder {
  color: white;
}

.footer-form__row form {
  display: -webkit-box;
  display: flex;
}

.footer-form__row input {
  margin-right: 30px;
  /* padding:10px 30px */
}

.footer-form__row input[type="submit"] {
  padding: 20px 30px;
  margin-top: unset;
}

.footer-social h5 {
  margin-bottom: 5px;
}

.footer-social-list {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
}

.footer-social-list li {
  margin-right: 10px;
}

.footer-social-list li img {
  height: 30px;
}

footer .order4 {
  padding-left: 0;
}

.messagedesk {
  height: 30px !important;
}

.footer-social-list li img:hover {
  box-shadow: 1px 1px 10px 1px #737373;
  border-radius: 100%;
  color: white;
}

@media (max-width: 1200px) {
  #menuNumber {
    display: none;
  }

  .section-content {
    text-align: left;
    padding: 0 20px;
    margin-top: 30px;
  }

  .features-lead-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-us-title {
    margin-bottom: 40px;
  }

  .footer-form input[type="submit"] {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  footer .order4 {
    padding-left: 15px;
  }

  .about-us-title {
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .menu__minor.on body {
    overflow: hidden;
    overflow-height: 100vh;
  }

  .banner-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .main-features-single__text {
    font-size: 18px;
  }

  .main-features-single__description-wrap {
    font-size: 14px;
  }

  .reasons-item {
    width: 50%;
  }

  .reasons-item-content {
    padding-top: 35%;
  }

  .banner-title__pdr,
  .banner-text__pdr {
    max-width: unset;
    text-align: center;
    margin-bottom: 50px;
  }

  /* .price-list_item-title {
          width: 65%
      }
  
      .price-list_item-price {
          width: 32%
      } */

  .price-list__description {
    right: 0;
  }

  .slider-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .about-us-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-list_full {
    width: 45%;
  }

  .about-us-item__text {
    font-size: 18px;
  }

  footer h5 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 40px;
  }

  .footer-contacts {
    text-align: left;
    margin: 30px 0;
  }

  .footer-contacts li {
    font-size: 15px;
  }

  .footer-contacts h5 {
    text-align: center;
  }

  .footer-social h5 {
    text-align: center;
  }

  .footer-social-list {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .footer-social-list li img {
    height: 40px;
    margin: 20px 10px 0 10px;
  }
}

@media (max-width: 768px) {
  h2 {
    text-align: center;
  }

  .banner {
    padding: 170px 0 110px 0;
  }

  .banner-content {
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }

  .banner-title {
    margin-bottom: 65px;
  }

  .brand-item {
    width: 20%;
  }

  .main-features__item {
    width: 50%;
  }

  .black-features__item {
    width: 50%;
  }

  .main-features-single {
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }

  .features-lead-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }

  .features-lead-item__text {
    max-width: 100%;
  }

  .features-lead-list__item {
    width: 45%;
    margin-bottom: 50px;
    margin-left: 0;
    height: unset;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .auto-service {
    margin-top: 0px;
  }

  .features-lead-list__item:nth-child(odd) {
    margin-right: 0;
  }

  .about-us-section .footer-form__row form,
  .reasons-section .footer-form__row form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .about-us-list__item {
    width: 100%;
  }

  .about-us-list_full {
    width: 45%;
    padding-left: 7%;
  }

  .reasons-btn .banner-btn {
    width: 70%;
  }

  /* .price-list_item-title {
          width: 70%;
          font-size: 22px
      }
  
      .price-list_item-price {
          width: 30%;
          font-size: 24px;
          padding: 15px
      } */

  .price-list__description {
    width: 80%;
    right: 0;
  }
}

@media (max-width: 576px) {
  body {
    overflow-x: hidden;
    padding: 0;
  }

  h2 {
    font-size: 32px;
  }

  header .menu-contact-list__item_mobile .menu-contact-item__text {
    font-size: 18px;
  }

  header .menu-contact-list__item_mobile .menu-contact-item__icon {
    margin-right: 20px;
  }

  .logo {
    margin-left: 30px;
    display: none;
  }

  .menu {
    width: 75%;
  }

  .banner {
    padding: 120px 20px 50px;
  }

  .banner-title {
    margin-bottom: 25px;
  }

  .banner-title h1 {
    font-size: 36px;
  }

  .banner-text {
    font-size: 18px;
  }

  .brand-item {
    padding: 5px;
  }

  .brand-list-title {
    text-align: center;
  }

  .main-features-title {
    text-align: center;
  }

  .reasons-item {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .reasons-item-content {
    padding-top: 30%;
    text-align: center;
  }

  .reasons-item {
    width: 100%;
    /* height: 150px */
  }

  .reasons-btn {
    margin-top: 40px;
  }

  .reasons-btn .banner-btn {
    width: 100%;
  }

  .features-lead-list__item {
    width: 40%;
  }

  .about-us-list-content {
    padding: 20px;
    width: 100%;
  }

  .about-us-list-content .about-us-list__item {
    margin-right: 0;
    width: 100%;
  }

  .about-us-list__item {
    width: unset;
    height: unset;
    margin: 0;
    margin-bottom: 20px;
  }

  .about-us-item__text_full {
    font-size: 20px;
  }

  .banner-title__pdr h1 {
    font-size: 32px;
  }

  .banner-text__pdr {
    font-size: 18px;
    padding: 0 30px;
  }

  footer h5 {
    font-size: 24px;
  }

  .auto-service {
    margin-top: 0px;
  }

  .features-lead-list_full {
    margin-bottom: 30px;
  }

  .features-lead-item__text {
    font-size: 14px;
  }

  .features-lead-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .features-lead-item__text {
    max-width: 100%;
  }

  .features-lead-item__icon img {
    width: 120px;
    margin-right: 0;
  }

  .price-list-section {
    padding: 0px 10px 20px;
  }

  /* .price-list_item-title {
          width: 70%;
          font-size: 18px;
          padding: 13px;
          margin-right: 15px
      } */

  /* .price-list_item-price {
          width: 30%;
          font-size: 18px;
          padding: 5px
      } */
}

@media (max-width: 320px) {
  h2 {
    font-size: 26px;
  }

  .menu {
    display: none;
  }

  .banner-title {
    margin-bottom: 15px;
  }

  .banner-title__pdr h1 {
    font-size: 20px;
  }

  .banner-text__pdr {
    font-size: 12px;
  }

  .banner .footer-form input {
    padding: 15px;
    margin-bottom: 10px;
  }

  .banner .footer-form input[type="submit"] {
    margin-top: 0;
    padding: 10px;
  }
}

.offerta {
}

.dropul.dropul_next {
  left: 100%;
  top: 0;
}

@media (max-width: 768px) {
  .offerta a {
    color: #ccc;
  }

  .drop-down:hover .dropul_next {
    display: none;
  }

  .drop-down_next:hover .dropul_next {
    display: block;
  }

  .drop-down__mobile_next {
    position: relative;
  }

  .drop-down__mobile_next a {
    height: unset;
  }

  .drop-down__mobile_next::before {
    content: "";
    right: 15%;
    top: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .drop-down__mobile::before,
  .drop-down__mobile_next::before {
    -webkit-transform-origin: 10px 5px;
    transform-origin: 10px 5px;
    top: 27px;
  }

  .drop-down__mobile_next::before {
    right: 0;
  }

  .dropul__mobile_next {
    list-style-type: none;
    text-align: left;
    padding-left: 15px;
    text-align: left;
    width: 100%;
    display: none;
  }

  .dropul__mobile_next li {
    padding: 10px 0;
    border: none;
  }

  .dropul__mobile_next li a {
    font-size: 18px;
    color: white;
    font-weight: 500;
    padding-left: 20px;
  }

  .dropul__mobile_next li:last-child {
    margin-bottom: 20px;
    border: none;
  }

  ul.dropul_next {
    left: 100.2%;
    top: 0;
    display: none;
  }

  .drop-down__mobile-item {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 4.5rem;
  }

  .dropul__mobile_next:active .drop-down__mobile-item {
    color: #2277aa;
    text-decoration: none;
  }

  .dropul__mobile_next:hover .drop-down__mobile-item {
    color: #2277aa;
    text-decoration: none;
  }

  .dropul__mobile_next:last-child {
    border: 0;
  }

  .dropul__mobile li {
    padding: 0;
  }

  .menu__minor li {
    display: block;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  .menu__minor li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 15px 30px 15px 5px;
  }

  .logo-brand-icon {
    height: 0.86598em;
    padding-top: 0.86598em;
  }

  .logo-brand > svg,
  .logo-brand-icon > svg,
  .logo-brand-full > svg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .logo-brand > svg,
  .logo-brand-icon > svg,
  .logo-brand-full > svg {
    display: inline-block;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
  }

  .logo-brand-icon {
    font-size: 2.5rem;
  }

  .logo-brand-icon a {
    color: #fff;
  }

  .logo-brand-icon {
    z-index: 1;
    width: 1em;
    float: left;
  }

  .logo-brand-icon a {
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .logo-brand-icon-svg {
    width: 100%;
  }

  @media (max-width: 768px) {
    .headfix {
      position: fixed;
    }

    .about-us-section {
      padding-top: 0px;
    }
  }

  .mobile-phone {
    margin-left: 20%;
    text-align: center;
  }

  .mobile-phone a {
    font-size: 18px;
  }
}

@media (min-width: 577px) {
  .logo-brand-icon {
    display: none;
  }

  .mobile {
    display: none;
  }

  .padleft80 {
    padding-left: 80px;
    margin-top: -40px;
  }
}

.linefull {
  width: 76%;
  margin-left: 32px;
}

.features-lead-link {
  color: white;
}

.breadcrumbs {
  margin: 20px 0;
}

.padding20 {
  padding-top: 20px !important;
}

.eef2fc {
  background-color: #eef2fc !important;
  color: #071c2e !important;
}

.message {
  max-width: 32px;
}

.onlymob {
  display: none;
}

@media (max-width: 576px) {
  .onlymob {
    display: block;
  }

  .onlymob h5 {
    text-align: center;
    margin: 10px 0;
  }

  .onlydesktop {
    display: none;
  }

  .teamhead {
    max-width: 320px;
    position: relative;
    text-align: center;
  }
}

.width32 {
  width: 32px !important;
}

.features-lead-item__text a:hover {
  color: #c8dbfc;
}

.bblack {
  background-color: #000 !important;
  color: #fff;
}

.bblack.accordion-toggle.active {
  background-color: #e64747 !important;
  color: #fff;
}

.bblack.accordion-toggle:before {
  color: #fff;
}

.bblack.accordion-toggle.active:after {
  color: #000;
}

.bblack .section-title {
  color: #fff;
}

.padding20 {
  padding: 20px;
}

.section-text {
  padding: 20px;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 768px) {
  .padding33p {
    padding: 0px 33%;
  }

  .height120 {
    height: 120px !important;
  }

  .section-text {
    width: 66%;
  }

  .okrtop {
    position: relative;
    background: -moz-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#00ffffff', GradientType=0);
    border-radius: 40% 40% 0 0;
    margin-top: -250px;
  }

  .okrbottom {
    position: relative;
    background: -moz-linear-gradient(bottom, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#00ffffff', GradientType=0);
    border-radius: 0 0 100% 100%;
    height: 200px;
  }

  .nodisplay {
    display: none;
  }
}

.black-features-single__text a {
  color: #fff;
}

@media (max-width: 768px) {
  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }

  .order6 {
    order: 6;
  }

  .partners h5 {
    text-align: center;
    margin-bottom: 15px;
  }

  .partners {
    margin-bottom: 40px;
  }

  .fleft {
    float: left;
    margin: 10px;
  }

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

.fleft {
  max-width: 150px;
}

/*NEW STYLE*/

.headfix > .row {
  align-items: center;
}

.menu-right {
  display: flex;
  align-items: center;
}

.menu-right .call {
  margin-right: 20px;
  font-size: 0;
  display: block !important;
}

.menu-right svg {
  width: 32px;
  height: 32px;
}

.menu-right .lang {
  display: flex;
  align-items: center;
  position: relative;
}

.menu-right .lang a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.menu-right .lang .active {
  font-weight: 500;
}

.menu-right .lang:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 12px;
}

.lang a:last-child {
  margin-left: 16px;
}

.drop-down:not(.menu-contact) ul.dropul {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}

.drop-down:not(.menu-contact) ul.dropul li {
  background-color: transparent;
}

.drop-down:not(.menu-contact) ul.dropul li:last-child {
  border-bottom: 0;
}

.banner-title h1 {
  margin-bottom: 90px;
}

.banner .footer-form input {
  min-width: calc(33.33% - 15px);
  width: auto;
}

.banner .footer-form input:first-child {
  margin-right: 20px;
}

.bhome .footer-form {
  padding: 0;
}

.bhome {
  position: relative;
}

.banner.bhome {
  min-height: 710px;
  display: flex;
  align-items: center;
  padding: 180px 0 25px;
}

.bhome:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgb(16, 33, 49);
  opacity: 0.5;
  z-index: 1;
}

.bhome .container {
  z-index: 2;
  position: relative;
}

.bhome .order-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bhome h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 80px;
}

.bhome h1 {
  margin-bottom: 15px;
}

.banner .arrow-next {
  position: absolute;
  bottom: 8vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  animation: arrow 1.5s infinite;
  z-index: 2;
}

@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, -12px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: translate(0, 12px);
  }
}

/**/
.features-lead-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 55px;
  justify-content: center;
}

.features-lead-logos .item {
  display: flex;
  align-items: center;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 10px;
  height: 78px;
  padding: 0 15px;
  margin: 0 15px 25px;
  text-decoration: none;
}

.features-lead-logos img {
  width: 124px;
  margin-right: 14px;
}

.features-lead-logos span {
  font-size: 13px;
  color: #fff;
  width: 120px;
  padding-right: 5px;
  margin-bottom: 0;
}

.features-lead-logos .item:first-child {
  padding: 0 15px 0 10px;
}

.features-lead-logos .item:first-child img {
  margin-right: 6px;
  width: 138px;
}

@media (min-width: 1200px) {
  .menu__list-item-text:hover,
  .lang a:hover {
    color: #e64747;
  }
}

@media (max-width: 1200px) {
  .banner-title h1 {
    font-size: 46px;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .banner-title h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .bhome h2 {
    font-size: 22px;
  }

  .banner .footer-form input {
    width: 100%;
  }

  .banner .footer-form input:first-child {
    margin-right: 0;
  }

  .bhome .arrow-next {
    bottom: 5vh;
  }

  .footer-form input {
    padding: 0 25px;
    height: 54px;
  }

  .footer-form input[type="submit"] {
    padding: 12px 25px;
  }

  .headfix {
    max-width: 100%;
  }

  .menu-right {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
  }

  header {
    padding: 0;
  }

  .headfix > .row {
    height: 70px;
  }

  .menu-btn {
    top: 39%;
    transform: translateY(-50%);
  }

  .banner-title h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .menu-right {
    right: 65px;
  }

  .banner {
    padding: 120px 10px 100px;
  }

  .features-lead-logos .item {
    width: 100%;
    margin: 0 0 15px;
  }

  .features-lead-logos {
    padding-bottom: 40px;
  }

  .menu-right .call {
    display: block !important;
    margin: 0 !important;
    right: auto;
    left: 0;
  }

  .menu-right {
    left: 20px;
    right: auto;
  }

  .menu,
  .headfix .col-2,
  .headfix .col-10 {
    position: static;
  }
}

.about-us-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.about-us-form .image img {
  max-width: 100%;
  border-radius: 50%;
}

.about-us-form .image {
  width: 40%;
  position: relative;
}

.about-us-form .text {
  position: absolute;
  top: 5%;
  left: -50px;
  max-width: 220px;
  text-align: left;
}

.about-us-form .text p {
  font-size: 20px;
  color: #102131;
}

.about-us-form b {
  font-weight: 700;
  font-size: 20px;
}

.about-us-form .left {
  width: 60%;
  padding-right: 25px;
}

.about-us-form .left p {
  font-size: 20px;
  color: #102131;
  max-width: 365px;
  margin-bottom: 50px;
}

.about-us-form .title {
  font-size: 36px;
  color: #e64646;
  margin-bottom: 20px;
}

.route {
  text-align: center;
  padding-bottom: 25px;
}

.route .section-title {
  margin-bottom: 40px;
}

.route .route-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.route a {
  font-size: 0;
  margin: 0 15px 15px;
}

.route img {
  max-height: 30px;
}

.reviews {
  overflow: hidden;
}

.reviews:not(.--v2) .swiper-container {
  overflow: visible;
}

.review.swiper-slide {
  padding: 40px 45px;
  border: 1px solid #102131;
  border-radius: 10px;
}

.review .review-header {
  margin-bottom: 10px;
}

.review .date {
  font-size: 12px;
  font-weight: 300;
  color: #010101;
}

.review .review-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review .review-info p {
  font-size: 15px;
  color: #102131;
}

.review .photo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(16 33 49 / 38%);
  position: relative;
}

.review .photo img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.review b {
  font-size: 17px;
  color: #102131;
  width: calc(100% - 46px);
  padding-left: 6px;
}

.review .stars {
  display: inline-block;
  margin-right: 3px;
  font-size: 0;
  vertical-align: middle;
}

.review .stars img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.review-text p {
  font-size: 14px;
  line-height: 1.3;
}

footer .footer-form {
  padding: 0;
}

@media (max-width: 991px) {
  .about-us-form .image img {
    max-width: 70%;
    margin-bottom: 20px;
  }

  .about-us-form .image {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-us-form .left {
    width: 100%;
    padding-right: 0;
  }

  .about-us-form .text {
    left: 0;
    position: static;
    max-width: 100%;
    text-align: center;
  }

  .about-us-form .title {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }

  .about-us-form .left p {
    max-width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }

  .about-us-form .left p,
  .about-us-form .text b,
  .about-us-form .text p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about-us-section {
    padding-top: 40px;
  }

  .route {
    padding: 0 15px 20px;
  }

  .route img {
    max-height: 25px;
  }

  .about-us:not(.banner) {
    margin-bottom: 30px;
  }

  .about-us-title .section-title {
    margin-bottom: 40px;
  }
}

/*review*/
.reviews .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.reviews:not(.--v2) .swiper-pagination {
  display: none;
}

.reviews:not(.--v2) .swiper-slide {
  width: 45%;
  opacity: 0.4;
  box-sizing: border-box;
}

.reviews:not(.--v2) .swiper-slide-active {
  background: #edf2fc;
  border-color: #edf2fc;
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 46px !important;
  height: 46px;
  background: #e64646;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.swiper-pagination-bullet-active {
  background: #e64646 !important;
}

.reviews:not(.--v2) {
  padding-bottom: 20px;
}

.sitemap {
  margin-bottom: 14px;
}

footer ul {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    display: none !important;
  }

  .reviews .swiper-pagination {
    display: block;
  }

  .reviews .swiper-slide {
    width: 85%;
  }

  .review.swiper-slide {
    padding: 20px 25px 15px;
  }

  .reviews .swiper-pagination {
    bottom: 5px !important;
  }

  .reviews .section-title {
    margin-bottom: 30px;
  }

  .review .review-info {
    max-width: 100%;
    min-height: 65px;
  }

  .review .stars {
    width: 100%;
  }
}

.auto-service li a {
  font-size: 15px;
}

footer h5 {
  font-size: 15px;
  font-weight: 400;
}

.footer-contacts-item__space-top {
  margin-top: 0;
}

.footer-contacts-item {
  margin-bottom: 10px;
}

.footer-contacts-item__space-top {
  padding-top: 5px;
}

.footer-contacts-item__space-top,
.footer-contacts-item p {
  margin-bottom: 0;
}

.social-footer ul {
  display: flex;
  align-items: center;
}

.social-footer li {
  font-size: 0;
  margin: 0 12px 10px 0;
}

.social-footer a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.social-footer img {
  position: absolute;
  max-width: inherit;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.social-footer .inst img {
  width: 48px;
  height: 48px;
}

.footer-bottom {
  padding: 50px 0 40px;
}

.lead-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lead-logos .item:last-child {
  padding-right: 0;
}

.lead-logos .item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
}

.lead-logos img {
  width: 95px;
  margin-right: 15px;
}

.lead-logos span {
  font-size: 10px;
  color: #fff;
}

.lead-logos .item:last-child img {
  margin-right: 5px;
  width: 105px;
}

.about-us-section input {
  border-color: #102131;
}

.about-us-section input::placeholder {
  color: #102131;
}

.offerta a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.offerta a:hover {
  color: #fff;
}

.auto-service li a:hover {
  color: #e64646;
}

@media (max-width: 1200px) {
  .lead-logos .item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .lead-logos,
  .social-footer ul {
    justify-content: center;
  }

  .lead-logos .item {
    padding: 5px 10px;
  }

  .social-footer li {
    margin: 0 5px 10px;
  }

  .footer-form {
    margin-top: 45px;
  }
}

footer .footer-form input {
  border-color: #fff;
}

footer .footer-form input::placeholder {
  color: #fff;
}

.about-us-list-inner {
  justify-content: flex-start;
  padding-top: 15px;
}

.about-us-list-inner .about-us-list_full {
  height: auto;
  width: 40%;
}

.about-us-list-inner .about-us-item {
  margin-bottom: 12px;
}

.faq.section {
  padding-top: 40px;
}

.reasons-title h2 {
  line-height: 1.2;
}

.reasons-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
}

.reasons-item-content b {
  display: block;
}

.one-click {
  background: #edf2fc;
  padding: 60px 95px 50px;
  max-width: 720px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
}

.one-click .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.one-click .text {
  width: 100%;
  padding-right: 15px;
  margin-bottom: 30px;
}

.one-click .section-title {
  margin-bottom: 20px;
}

.one-click h2 {
  margin-bottom: 0;
  line-height: 1.1;
}

.one-click p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  background-color: rgb(230, 70, 70);
  min-height: 64px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  border-radius: 25px;
  transform: rotate(-5deg);
}

.one-click .footer-form {
  width: 100%;
  padding: 0;
}

.one-click .footer-form input:last-child {
  margin-right: 0;
}

.one-click .submit_description {
  font-size: 40px;
  line-height: 1.1;
}

.one-click .section-title {
  margin-bottom: 10px;
}

.midorder-form-button {
}

.binner .banner-title h1 {
  max-width: 1050px;
}

.banner-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.banner-form ul {
  margin-right: 40px;
  padding: 0;
}

.banner-form li {
  font-size: 23px;
  color: #fff;
  position: relative;
  list-style: none;
  padding: 5px 0;
  padding-left: 40px;
  font-weight: 400;
}

.banner-form li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/check-mark.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
}

.banner .footer-form input {
  min-width: calc(35% - 15px);
}

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

.features-lead-list-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-lead-list-inner .features-lead-list__item {
  height: auto;
  margin: 0 0 15px;
  width: calc(25% - 15px);
}

.features-lead-list-inner .features-lead-item__icon {
  height: 36px;
  width: 36px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.features-lead-list-inner .features-lead-item__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.features-lead-list-inner .features-lead-item__text {
  width: calc(100% - 36px);
  padding-left: 10px;
  font-size: 15px;
}

.features-lead.inner .section-title {
  margin-bottom: 30px;
}

.features-lead-title {
  margin-bottom: 30px;
}

.section-content p {
  font-size: 15px;
}

.section-content li,
.about-us-list p {
  font-size: 15px;
}

.section-content ul {
  padding-left: 15px;
}

.about-us-list p {
  text-align: left;
}

@media (max-width: 1200px) {
  .features-lead-list-inner .features-lead-list__item {
    width: calc(50% - 10px);
  }

  .section-content li,
  .about-us-list p,
  .features-lead-item__text,
  .section-content p {
    font-size: 14px;
  }

  .one-click .text {
    width: 100%;
    text-align: center;
  }

  .one-click .footer-form {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .one-click .footer-form input:first-child {
    margin-right: 15px;
  }

  .about-us-list-inner .about-us-list_full {
    width: 100%;
    padding-left: 0;
  }

  .about-us-list-inner .about-us-item__text_full {
    text-align: left;
  }

  .about-us-item__text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .features-lead-item__text {
    padding-left: 0;
  }

  .features-lead-item__icon {
    margin-bottom: 10px;
  }

  .features-lead-list {
    padding: 0;
  }

  .one-click .footer-form form {
    flex-wrap: wrap;
  }

  .one-click .footer-form input {
    width: 100%;
    margin-right: 0 !important;
  }

  .about-us-title_pdr .section-content {
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }

  .banner-form li {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .lead-logos {
    padding-top: 30px;
    display: block;
  }

  .lead-logos .item {
    padding: 0;
  }

  .lead-logos .item:last-child img {
    margin-right: 8px;
    margin-left: -5px;
  }

  .main-features-list-content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .main-features-single {
    display: block;
  }

  .main-features-single__text {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .main-features-single {
    text-align: left;
  }

  .main-features__item {
    float: none;
    height: auto;
  }

  .features-lead-list-inner .features-lead-list__item {
    width: 100%;
  }

  .features-lead-list-inner .features-lead-item__text {
    text-align: left;
  }

  .features-lead-list-inner .features-lead-item {
    width: 100%;
    flex-direction: row;
  }

  .features-lead-list-inner .features-lead-item__icon {
    margin-bottom: 0;
  }
}

.submit_description {
  font-size: 38px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .banner .footer-form input,
  .footer-form input {
    max-width: 278px;
    min-width: inherit;
    width: 100%;
  }

  .banner-form.footer-form form {
    width: 100%;
  }
}

.block_pdr {
  padding: 45px 0 20px;
}

.block_pdr .block-title {
  text-align: center;
  margin-bottom: 50px;
}

.block_pdr .container {
  max-width: 730px;
}

.block_pdr-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pdr-item {
  width: calc(50% - 16px);
  border-width: 2px;
  border-color: rgb(255, 69, 69);
  border-style: solid;
  border-radius: 30px;
  margin-bottom: 20px;
}

.pdr-header {
  height: 85px;
  display: flex;
  align-items: center;
  padding: 10px 35px;
  background-color: #ff4545;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 26px 26px 0 0;
}

.pdr-content {
  padding: 43px 30px;
}

.pdr-content td {
  padding: 7px 0;
  color: #0e1114;
  font-size: 15px;
}

.pdr-content td:last-child {
  padding-left: 20px;
  font-weight: 500;
  text-align: left;
  color: #ff4545;
}

.pdr-item.type-2 {
  border-color: #102131;
}

.pdr-item.type-2 .pdr-header {
  background-color: #102131;
}

.pdr-item.type-2 td:last-child {
  color: #102131;
}

@media (max-width: 768px) {
  .pdr-item {
    width: 100%;
  }

  .block-title {
    font-size: 30px;
  }

  .pdr-header {
    font-size: 22px;
  }
}

/* new-style */
.bhome .banner-content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bhome .footer-form {
  width: 36.33%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 64px 71px;
}

.bhome .banner-title {
  width: 55.33%;
  margin-bottom: 0;
}

.bhome .title-form {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 12px;
}

.bhome .text {
  font-size: 15px;
  margin-bottom: 30px;
}

.banner.bhome .footer-form button,
.banner.bhome .footer-form input {
  width: 100%;
  max-width: 270px;
  margin: 0 0 8px;
}

.bhome .order-form {
  margin-bottom: 30px;
}

.bhome .contact-main {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.bhome .contact-main a {
  display: inline-block;
  color: #fff;
}

.bhome .subtitle {
  font-size: 20px;
  margin-bottom: 0;
}

.photo--gallery .block-title {
  text-align: center;
  margin-bottom: 40px;
}

.photo--gallery {
  padding: 60px 0 25px;
  overflow: hidden;
}

.mySwiper2 {
  margin-bottom: 12px;
  position: relative;
}

.mySwiper2 .button {
  background-color: #fff;
}

.mySwiper {
  width: 194px;
  margin: 0 auto;
  height: 82px;
}

.mySwiper .swiper-slide {
  width: 82px;
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.mySwiper2 .swiper-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.mySwiper .swiper-slide:before,
.mySwiper2 .swiper-slide:before {
  padding-bottom: 100%;
  display: block;
  content: "";
}

.mySwiper .swiper-slide img,
.mySwiper2 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.mySwiper .swiper-slide img {
  opacity: 0.7;
  transition: all 0.3s;
}

.mySwiper .swiper-slide-thumb-active img {
  opacity: 1;
}

.price-list-section .section-title > * {
  font-size: 36px;
  color: #102131;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 60px;
}

@media (max-width: 1399px) {
  .bhome .footer-form {
    padding: 46px 55px;
  }
}

@media (max-width: 1199px) {
  .bhome .footer-form {
    padding: 36px 40px;
  }

  .bhome .title-form {
    font-size: 26px;
  }

  .footer-form input[type="submit"] {
    padding: 5px 15px;
  }

  .footer-form input {
    height: 54px;
  }

  .bhome .order-form {
    margin-bottom: 15px;
  }

  .bhome h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .bhome .banner-title {
    width: 100%;
    text-align: center;
  }

  .bhome h1 {
    margin-bottom: 14px;
  }

  .bhome .subtitle {
    font-size: 18px;
    margin-bottom: 0;
  }

  .banner .arrow-next {
    bottom: 3vh;
  }

  .bhome .footer-form {
    width: 100%;
    padding: 26px;
    max-width: 500px;
    margin: 20px auto 0;
  }

  .menu-btn {
    right: 0;
  }

  .main-header .headfix {
    position: relative;
  }
}

@media (max-width: 766px) {
  .banner.bhome {
    padding: 100px 0 30px;
    display: block;
  }

  .footer-form input {
    height: 46px;
  }

  .menu-btn {
    right: 26px;
  }

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

@media (max-width: 575px) {
  .mySwiper {
    display: none;
  }

  .photo--gallery .block-title {
    text-align: center;
    margin-bottom: 35px;
  }

  .mySwiper2 {
    max-width: 90%;
    margin: 0 auto;
  }
}

/* services main */
.main-services {
  background: #102131;
  padding: 90px 0 80px;
}

.main-services .block-title {
  text-align: center;
  margin-bottom: 50px;
}

.services--list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}

.services--list li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #808991;
  width: calc(33.33% - 34px);
  min-height: 56px;
}

.services--list a {
  font-size: 15px;
  color: #fff;
  padding-right: 45px;
  position: relative;
  display: block;
  width: 100%;
}

.services--list a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e64646 url(../img/arrow_right-detail.png) center no-repeat;
  margin-top: -11px;
}

.main-services .link-to-service {
  color: #fff;

  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px; /* 135% */
  position: relative;
}
.link-to-service-wrapper{
  text-align: center;
}
.main-services .link-to-service:hover{
  text-decoration: none !important;
}
.main-services .link-to-service:hover:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.form-free {
  position: relative;
  padding: 60px;
  border-radius: 20px;
  background: #102131;
  max-width: 820px;
  margin: 40px auto -230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 26px 46px 0px rgba(16, 33, 49, 0.25);
}

.form-free .text-left {
  width: calc(100% - 300px);
}

.form-free .midorder-form {
  width: 280px;
}

.form-free .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #e64646;
  line-height: 1.2;
}

.form-free p {
  font-size: 18px;
  color: #fff;
}

.form-free input {
  width: 100%;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 10px;
  padding: 0 26px;
  height: 64px;
  margin-bottom: 10px;
  font-style: 20px;
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}

.form-free input::placeholder {
  color: #fff;
}

.form-free input:last-child {
  margin-bottom: 0;
}

.form-free [type="submit"] {
  background-color: #e64646;
  border-color: #e64646;
}

.reviews:not(.--v2) .swiper-container {
  margin-bottom: 55px;
}

.reviews .add-review {
  border-width: 1px;
  border-color: rgb(16, 33, 49);
  border-style: solid;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #102131;
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 64px;
  text-decoration: none;
  transition: all .3s;
}
.reviews .add-review:hover{
background: #102131;
color: #FFFFFF;
}

.banner-title .title-inner {
  font-size: 50px;
}

.service-inner-page {
  background: url(../img/bg-3.png) bottom center no-repeat;
  background-size: 100% auto;
  margin-bottom: 60px;
  position: relative;
  /* padding-bottom: 160px; */
  padding-top: 45px;
  background-position-y: bottom 175px;
}

.service-inner-page .features-lead-section__light {
  background-color: transparent;
}

.service-inner-page .reasons-item-number {
  font-size: 36px;
  color: #102131;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.service-inner-page .reasons-items-list {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.service-inner-page .reasons-item {
  display: block;
  z-index: 2;
}

.service-inner-page .reasons-item-content {
  padding-top: 0;
}

.service-inner-page .reasons-title {
  margin-bottom: 60px;
}

.service-inner-pag .reasons-item-content b {
  display: block;
  margin-bottom: 10px;
}

.service-inner-page .reasons-item-number:after {
  content: "";
  border-radius: 50%;
  background-color: rgb(199, 219, 251);
  position: absolute;
  width: 42px;
  height: 42px;
  left: 0;
  top: 50%;
  margin-top: -21px;
  z-index: -1;
}

.form-free.type-white {
  /* position: absolute; */
  background: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-top: 110px;
  z-index: 1;
}

.form-free.type-white p,
.form-free.type-white .title {
  color: #102131;
}

.form-free.type-white input {
  border-color: #102131;
  color: #102131;
}

.form-free.type-white input::placeholder {
  color: #102131;
}

.form-free.type-white [type="submit"] {
  border-color: #e64646;
  color: #fff;
}

.form-free.type-white:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 54px;
  background: #102131;
  border-radius: 20px 20px 0 0;
}

.service--price .block-title {
  margin-bottom: 60px;
  text-align: center;
}

.service--price_list {
  max-width: 820px;
  margin: 0 auto;
}

.price-list_item,
.service--price_list .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.price-list_item-title,
.service--price_list .text {
  border-radius: 10px;
  color: #102131;
  background-color: #edf2fc;
  padding: 12px 15px 12px 32px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 210px);
}

.price-list_item-title h5 {
  margin-bottom: 0;
  font-size: 18px;
}

.price-list_item-price,
.service--price_list .price {
  width: 190px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  background-color: rgb(16, 33, 49);
  padding: 12px 15px 12px 32px;
}

.price-list_item-price > * {
  margin-bottom: 0;
}

.spacer_45 {
  height: 45px;
}

@media screen and (max-width: 780px) {
  .form-free.type-white {
    position: relative;
    bottom: 0px;
  }

  .bhome .title-form {
    font-size: 30px;
  }

  .bhome .text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .bhome .order-form {
    margin-bottom: 12px;
  }

  .bhome .contact-main {
    font-size: 15px;
  }

  .bhome .footer-form {
    padding: 42px 52px;
  }

  .banner.bhome {
    padding: 65px 0 20px;
  }
}

@media (max-height: 630px) {
  .bhome .title-form {
    font-size: 23px;
  }

  .bhome .text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .bhome .order-form {
    margin-bottom: 10px;
  }

  .bhome .contact-main {
    font-size: 14px;
  }

  .bhome .footer-form {
    padding: 26px 40px;
  }

  .banner.bhome {
    padding: 180px 0 10px;
  }
}

@media (min-width: 768px) {
  .services--list li:not(:nth-child(3n)) {
    margin-right: 51px;
  }

  .menu-right .call-2 {
    margin-right: 20px;
    font-size: 0;
    display: block !important;
    text-decoration: none;
    color: white;
    font-weight: 700;
    box-sizing: border-box;
    font-size: 14px;
  }

  .menu-right .call {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .main-features-section {
    background-size: auto 92%;
  }

  .form-free .text-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .midorder-form {
    max-width: 400px;
    margin: 0 auto;
  }

  .menu-right .call-2 {
    display: none !important;
  }

  .banner-title .title-inner {
    font-size: 35px;
  }

  .banner-form li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .service-inner-page {
    padding-bottom: 295px;
  }

  .form-free.type-white {
    max-width: 490px;
  }

  .price-list_item-title,
  .service--price_list .text {
    width: 65%;
  }

  .price-list_item-price,
  .service--price_list .price {
    width: 33%;
  }

  .price-list_item,
  .service--price_list .item:not(:last-child) {
    margin-bottom: 15px;
  }

  .banner-title .title-inner {
    font-size: 30px;
  }

  .services--list {
    justify-content: space-between;
  }

  .services--list li {
    width: calc(50% - 20px);
  }

  .main-services {
    padding: 65px 0 60px;
  }

  .form-free {
    margin: 0px auto -154px;
    padding: 50px 36px;
  }

  .main-features-section {
    padding-left: 0;
    padding-right: 0;
  }

  .form-free .title {
    font-size: 30px;
  }

  .form-free p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .service-inner-page .reasons-item-number {
    display: table;
    margin: 0 auto 20px;
  }

  .service-inner-page .reasons-item {
    margin-bottom: 25px;
    height: auto;
  }

  .form-free.type-white {
    padding-top: 85px;
    max-width: 340px;
    position: relative;
    bottom: 0px;
  }

  .service-inner-page {
    padding-bottom: 27px;
    background-size: auto 100%;
    margin-bottom: 40px;
  }

  .services--list li {
    width: 100%;
  }

  .main-services {
    padding: 55px 0 50px;
  }

  footer .footer-form input,
  .banner.bhome .footer-form input {
    max-width: 280px;
    min-width: auto;
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    height: 56px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    padding: 0 26px;
    height: 64px;
    font-style: 18px;
    color: #fff;
    font-weight: 600;
    background-color: transparent;
  }

  .banner.bhome {
    padding: 100px 0 55px;
  }

  footer .footer-form input [type="submit"],
  .banner.bhome .footer-form [type="submit"] {
    background-color: #e64646;
    border-color: #e64646;
  }

  .bhome {
    background: url("../img/main_mobile.jpg") no-repeat;
  }

  .bpdr {
    background: url("../img/pdr375.jpg") no-repeat;
  }

  .babout {
    background: url("../img/about375.jpg") no-repeat;
  }

  .bto {
    background: url("../img/zamena-radiatora-pechki375.jpg") no-repeat;
  }

  .bremont-avtokonditsionera {
    background: url("../img/remont-avtokonditsionera375.jpg") no-repeat;
  }

  .bremont-hodovoy {
    background: url("../img/remont-hodovoy375.jpg") no-repeat;
  }

  .bremont-avtoelektriki {
    background: url("../img/remont-avtoelektriki375.jpg") no-repeat;
  }

  .bremont-dvigatelya {
    background: url("../img/remont-dvigatelya375.jpg") no-repeat;
  }

  .bpokraska {
    background: url("../img/pokraska375.jpg") no-repeat;
  }

  .bkuzovnoy-remont {
    background: url("../img/kuzovnoy-remont375.jpg") no-repeat;
  }

  .bdiagnostika-hodovoy {
    background: url("../img/diagnostika-hodovoy375.jpg") no-repeat;
  }

  .bshinomontazh {
    background: url("../img/shinomontazh375.jpg") no-repeat;
  }

  .bblack-friday {
    background: url("../img/black-friday375.jpg") no-repeat;
    min-height: 650px;
  }

  /* .bzamena-filtrov {background:url("../img/zamena-filtrov375.jpg") no-repeat;}
      .bzamena-masla {background:url("../img/zamena-masla375.jpg") no-repeat;}
      .bremont-vyihlopnoy-sistemyi {background:url("../img/remont-vyihlopnoy-sistemyi375.jpg") no-repeat;}
      .bremont-hodovoy {background:url("../img/remont-hodovoy375.jpg") no-repeat;}
      .bhimchistka-salona {background:url("../img/himchistka-salona375.jpg") no-repeat;}
      .bdiagnostika {background:url("../img/diagnostika375.jpg") no-repeat;}
      .b404 {background:url("../img/404375.jpg") no-repeat;}
      .bmasla {background:url("../img/masla375.jpg") no-repeat;}
      .bspasibo {background:url("../img/spasibo375.jpg") no-repeat;}
      .bcontacts {background:url("../img/contacts375.jpg") no-repeat;}
      .bremont-korobki {background:url("../img/remont-korobki375.jpg") no-repeat;}
      .bpolirovka {background:url("../img/polirovka375.jpg") no-repeat;}       */
}

.shino-price .price-list_item-title {
  width: 53%;
}

.shino-price .price-list_item-price {
  width: 22%;
}

@media (max-width: 575px) {
  .price-list_item-title,
  .service--price_list .text,
  .price-list_item-price,
  .service--price_list .price {
    font-size: 14px;
    padding: 12px 10px 12px 15px;
  }

  .bhome.home {
    background: url(../img/home375.jpg) no-repeat;
  }
}

/** Main Aktsii **/

.page-template-page-aktsii .actions-list {
  padding: 0;
}

.countdown ul.main-aktsii {
  display: flex;
  padding: 0;
  width: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  column-gap: 5px;
  flex-direction: row;
  margin-bottom: 0;
}
.countdown ul.main-aktsii li {
  display: inline-block;
}
.countdown ul.main-aktsii li span {
  display: inline;
  width: inherit;
  height: inherit;
  background: none;
  border-radius: 10px;
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 27px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.54px;
}
.ai-timer.unactive .countdown ul.main-aktsii li span {
  color: #102131;
}

.countdown ul.main-aktsii li span.name {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.action-item .unactive .countdown {
  color: #102131;
}
.aktsii-call_to_action div.dark-button {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .page-template-page-aktsii header {
    height: 90px;
    z-index: 9999;
  }
  .page-template-page-aktsii .action-banner {
    margin: 124px 0 0 0;
  }
}

.action-top {
  position: relative;
  padding: 55px 0 40px;
}
.action-top .container {
  z-index: 2;
  position: relative;
}
.action-top .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: auto 205%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.action-top .bg:after {
  background: linear-gradient(90deg, #e64747 62.74%, rgba(230, 71, 71, 0) 88.5%);
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.action-top .h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: #fff;
  margin-bottom: 20px;
}
.action-top .text {
  max-width: 540px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}

.actions-list {
  padding: 70px 0 150px;
}

.action-item {
  position: relative;
  display: flex;
  border-radius: 8px;
  background: #f1f4fc;
  overflow: hidden;
}
.action-item:not(:first-child) {
  margin-top: 30px;
}
.action-item .ai-bg {
  width: 50%;
  background-size: cover;
  background-position: center;
}
.action-item .ai-content {
  width: 50%;
  padding: 30px 30px 30px 55px;
}
.action-item .text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.action-item .text {
  display: grid;
  row-gap: 15px;
  margin-bottom: 25px;
}
.ai-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}
.action-item .link {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
  transition: all 0.3s;
}

.action-item .btn {
  border-radius: 10px;
  background: #102131;
  min-width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  max-width: 50%;
  text-decoration: none;
  transition: all 0.3s;
}
.ai-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-footer .prices span {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
.ai-footer .prices {
  display: grid;
  gap: 3px;
}
.ai-footer .prices .price {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
.ai-footer .discount {
  text-decoration: line-through;
}
.ai-footer .discount + .price {
  color: #e64747;
}

.ai-timer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 30px 12px 18px;
  border-radius: 0px 8px;
  background: rgba(255, 255, 255, 0.7);
}
.ai-timer p {
  margin-bottom: 5px;
  color: #102131;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.action-item .countdown {
  color: #102131;
  font-size: 27px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.54px;
}
.action-item .countdown span {
  color: #102131;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}
.ai-timer.active {
  background: #e64747;
}
.ai-timer.active .countdown span,
.ai-timer.active > * {
  color: #fff !important;
}

.actions-list .btn-secondary {
  color: #102131;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 10px;
  border: 1px solid #102131;
  padding: 20px 55px;
  display: table;
  margin: 70px auto 0;
  text-decoration: none;
  transition: all 0.3s;
}
div.btn.btn-secondary {
  color: #102131;
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 10px;
  border: 1px solid #102131;
  padding: 20px 55px;
  display: table;
  margin: 70px auto 0;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.form-by-click {
  margin-bottom: 100px;
  position: relative;
}
.form-by-click .form-free {
  margin: auto;
  z-index: 10;
}
#content-block {
  overflow: hidden;
}

.decor {
  position: absolute;
  z-index: -1;
}
.decor img {
  max-width: 100%;
}

.decor.animation-1 {
  left: -7%;
  top: -74%;
  max-width: 400px;
  animation-name: spin;
  animation-duration: 31s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.decor.animation-2 {
  right: 6%;
  top: 24%;
  max-width: 88px;
  transition: all 0.8s;
}
.decor.animation-3 {
  right: 12%;
  top: -29%;
  max-width: 60px;
  transition: all 0.8s;
}
.decor.animation-4 {
  right: 4%;
  top: -35%;
  max-width: 57px;
  transition: all 0.8s;
}
.decor.animation-5 {
  right: -3%;
  top: 96%;
  max-width: 360px;
  transition: all 0.8s;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.reasons-section.v2 .reasons-title {
  margin-bottom: 55px;
}
.reasons-section.v2 .reasons-item {
  display: block;
}
.reasons-section.v2 .reasons-item-number {
  position: relative;
  color: #102131;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.reasons-section.v2 .reasons-item-content {
  color: #102131;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  padding-top: 0;
}
.reasons-section.v2 {
  background: none;
}
@media (min-width: 1024px) {
  .action-item .link:hover {
    text-decoration: none;
  }
  .action-item .btn:hover {
    background-color: #e64747;
  }
  .actions-list .btn-secondary:hover {
    background-color: #e64747;
    border-color: #e64747;
    color: #fff;
  }
  div .btn.btn-secondary:hover {
    background-color: #e64747;
    border-color: #e64747;
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .form-by-click .decor {
    display: none;
  }
}

@media (max-width: 991px) {
  .action-item {
    flex-wrap: wrap;
  }
  .action-item .ai-bg {
    width: 100%;
    height: 195px;
  }
  .action-item .ai-content {
    width: 100%;
    padding: 15px;
  }
  .ai-timer {
    bottom: auto;
    top: 133px;
    border-radius: 0px 8px 0px 0px;
  }
  .action-item .countdown span,
  .ai-timer p {
    font-size: 11px;
  }
  .action-item .countdown {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .aktsii-call_to_action .open-request-popup.dark-button.popupa {
    display: inherit;
  }
  .ai-title {
    font-size: 20px;
  }
  .action-item .text p {
    font-size: 13px;
  }
  .ai-footer .prices span {
    font-size: 16px;
  }
  .ai-footer .prices .price {
    font-size: 24px;
  }
  .action-item .btn {
    height: 56px;
    padding: 10px 25px;
    font-size: 17px;
  }
  .action-item .prices .link {
    display: block;
  }
  .action-top .bg {
    background-size: cover;
  }
  .action-top .bg:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  .action-top {
    text-align: center;
    padding: 40px 0;
  }
  .page-template-page-aktsii .action-top {
    text-align: center;
    padding: 80px 0 40px;
  }

  .action-top .h2 {
    font-size: 25px;
  }
  .action-top .text {
    font-size: 14px;
  }
  .actions-list {
    padding: 45px 0 60px;
  }
  .reasons-section.v2 .reasons-item-number {
    text-align: center;
    margin-bottom: 5px;
  }
  .reasons-section.v2 .reasons-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .actions-list .btn-secondary,
  div.btn.btn-secondary {
    font-size: 16px;
    padding: 18px 50px;
    margin: 45px auto 0;
  }
}

/* PopUp main Aktzii */
.popup-form,
.popup-succsess {
  transform: translate(-50%, -35%) !important;
}
.page-template-page-aktsii .popup-form {
  padding: 35px 75px 50px 60px;
}
.page-template-page-aktsii .form-wrapper h2 {
  color: #e64646;
}
/* Success PopUP */
.popup-succsess {
  max-width: 420px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0px 0px 20px rgba(16, 33, 49, 0.2);
  border-radius: 20px;
}
.popup-succsess .form-wrapper h2 {
  font-weight: 400;
  color: #000;
}
.popup-succsess .form-wrapper {
  align-items: center;
  /* width: 301px; */
}
.popup-succsess .form-wrapper p {
  margin-bottom: 16px;
  padding: 0 15px;
}
.popup-succsess .form-wrapper img {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
}
.form-wrapper p.sizeS {
  font-size: var(--small);
  line-height: var(--smallLine);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .popup-succsess,
  .page-template-page-aktsii .popup-form {
    width: calc(100% - 50px);
    padding: 58px 30px;
  }
  .form-wrapper p.sizeS {
    color: rgba(0, 0, 0, 0.5);
  }
}

.midorder-form input[type="submit"],
.footer-form input[type="submit"]{
  display: none !important;
}
.bfooter-form button,
.form-free button {
  width: 100%;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 10px;
  padding: 0 26px;
  height: 64px;
  margin-bottom: 10px;
  font-style: 20px;
  color: #fff;
  font-weight: 600;
  background-color: transparent;
  background-color: #e64646;
  border-color: #e64646;
  transition: background 0.3s;
}
.bfooter-form button:hover,
.form-free button:hover {
  background: #a53c3c;
}
@media (min-width: 992px) {
  .banner .footer-form button,
  .footer-form button {
    max-width: 278px;
    min-width: inherit;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .bfooter-form button {
    max-width: 280px;
    margin: auto;
    display: block;
  }
}

/* About us */

.section-title.about-title {
  margin-bottom: 0px;
  text-align: center;
}

.section-title.about-title .block-title {
  margin-bottom: 50px;
}
.banner.about-us {
  margin-top: 55px;
  padding: 103px 0;
  background-position-y: 55%;
}

.banner.about-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); */
  z-index: 1;
}
.banner.about-us .container {
  z-index: 2;
  position: relative;
}

.about-us .banner-title h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.team-main {
  padding: 45px 20px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 20px;
}

.team-item span {
  font-size: var(--medium);
  color: var(--captions);

  display: block;
}
.team-item h3 {
  font-size: var(--large);
  font-weight: var(--bold);
}
.team-item-img {
  height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-template-template-partspage-about-php .route {
  /* background-color: var(--lightBlue); */
}

.swiper.swiperAbout {
  overflow: visible;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiperAbout .swiper-slide.team-members {
  width: 267px !important;
  margin-right: 10px;
}

.swiperAbout .button {
  background-color: #102131;
}

/* Achivments */
.blue-background {
  background-color: var(--lightBlue);
}

.achievements {
  background: url(../img/bg-3.png) top center no-repeat;
  background-size: 100% auto;
  position: relative;
  background-position-y: 550px;
  background-position-x: center;
}

.achievements .block-title {
  text-align: center;
  margin-bottom: 50px;
}

.achievements_grid {
  display: grid;
  align-items: center;
  grid-template-columns: 415px auto;
  column-gap: 54px;
}

.achievements-list__item {
  margin-bottom: 40px;
  max-width: 320px;
}
.achievements-item_count {
  color: #000;
  font-size: 96px;
  font-weight: 700;
  line-height: 140%;
}
.achievements-item__text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  line-height: 140%;
}
.achievements_img {
  width: 650px;
}
.achievements_img_container {
  width: 100%;
  height: 594px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-position: center;
}
.achievements_img img {
  width: 100%;
}

.swiperGallery .swiper-slide img {
  display: block;
  width: 250px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.swiperGallery {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.team {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  section.team .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .team-main {
    display: none;
  }
  .team-item-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team-item-desc span {
    text-align: center;
  }

  .banner.about-us {
    margin-top: 0px;
    padding: 140px 0 69px 0;
    background-position-y: center;
  }

  .achievements {
    background-size: 300%;
    background-position-y: 450px;
  }
  .achievements_grid {
    grid-template-columns: 100%;
    row-gap: 50px;
  }
  .achievements-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .achievements_img {
    width: 100%;
  }
  .achievements_img_container {
    width: 100%;
    height: 370px;
  }
  .achievements .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .photo--gallery.blue-background .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .swiperGallery .swiper-slide {
    width: 267px !important;
    padding-left: 15px;
  }
  .swiperGallery {
    overflow: visible;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .achievements_grid {
    grid-template-columns: 100%;
    row-gap: 50px;
  }
  .achievements {
    background-size: 300%;
    background-position-y: 450px;
  }
  .achievements-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .swiperGallery .swiper-slide {
    width: 267px !important;
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px) {
  section.team {
    display: none;
  }
  .page-template-template-partspage-about-php .route {
    /* display: none; */
  }
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

.fancybox-close-small{
  color: #000;
  opacity: 0.6;
}
#shadow-host-companion{
  padding: 0 !important;
}



.section-content ul{
  list-style: none;
  padding-left: 0;
}
.section-content ul li .about-us-item__icon{
  display: none;
}
.section-content ul li .about-us-item{
  margin-bottom: 0;
}
.section-content ul li{
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px !important;
}
.section-content ul li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;

  background: center / cover url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -46 417.81333 417' width='24'%3E%3Cg%3E%3Cpath d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0' fill='%23E64747' data-original='%232196F3' class='active-path' data-old_color='%232196f3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
