/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../Users/Julia/AppData/Roaming/npm/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../Users/Julia/AppData/Roaming/npm/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../Users/Julia/AppData/Roaming/npm/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/sass/css.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*Defaults*/ /*$img: "Images/";*/
:root {
  --swiper-theme-color: #ea651d;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.7rem);
  padding-left: var(--bs-gutter-x, 1.7rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 3.4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

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

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

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
  .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    overflow-y: auto;
  }
}
.mfp-wrap.mfp-img-video {
  background: rgba(13, 4, 27, 0.5);
}
.mfp-wrap.mfp-img-video .mfp-content {
  max-width: 1562px;
}
.mfp-wrap.mfp-img-video .mfp-iframe-holder {
  padding-top: 100px;
  padding-bottom: 135px;
}
@media (max-width: 991.98px) {
  .mfp-wrap.mfp-img-video .mfp-iframe-holder {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.9rem;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  z-index: 1045;
  max-width: 100%;
}
.mfp-content h3,
.mfp-content .h3 {
  color: #242424;
  margin: 0px 0 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
}
@media (max-width: 991.98px) {
  .mfp-content h3,
  .mfp-content .h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .mfp-content h3,
  .mfp-content .h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-counter {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: "Montserrat", Tahoma, sans-serif;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .mfp-counter {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: calc(50% - 25px);
  margin-top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .mfp-arrow {
    width: 40px;
    height: 40px;
  }
}
.mfp-arrow:active {
  margin-top: 0px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  background: #EFFCF8;
}
.mfp-arrow:before, .mfp-arrow:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L21 12M21 12L14 19M21 12L3 12' stroke='%238B8B8B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  text-indent: 0;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
@media (max-width: 991.98px) {
  .mfp-arrow:before, .mfp-arrow:after {
    width: 17px;
    height: 17px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0212 3.57447L14.7871 8.34043M14.7871 8.34043L10.0212 13.1064M14.7871 8.34043L2.53179 8.34043' stroke='%238B8B8B' stroke-width='1.3617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.mfp-arrow:after {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L21 12M21 12L14 19M21 12L3 12' stroke='%23ea651d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  .mfp-arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0212 3.57447L14.7871 8.34043M14.7871 8.34043L10.0212 13.1064M14.7871 8.34043L2.53179 8.34043' stroke='%23ea651d' stroke-width='1.3617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.mfp-arrow:hover {
  background: #f1f8fc;
}
.mfp-arrow:hover:before {
  opacity: 0;
}
.mfp-arrow:hover:after {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  transform: rotate(180deg);
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 4.54rem;
  padding-bottom: 4.54rem;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 102.2rem;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  text-align: center;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: #000;
  border-radius: 16px;
}
@media (min-width: 1400px) {
  .mfp-iframe-scaler iframe {
    width: 90%;
    height: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mfp-iframe-scaler .mfp-close, .mfp-iframe-scaler button.mfp-close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .mfp-iframe-scaler .mfp-close, .mfp-iframe-scaler button.mfp-close {
    top: 20px;
    right: 20px;
  }
}
.mfp-iframe-scaler .mfp-close:before, .mfp-iframe-scaler button.mfp-close:before {
  display: block;
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: none;
  border: 1px dashed #fff;
  border-radius: 50%;
  transform: none;
}
.mfp-iframe-scaler .mfp-close:after, .mfp-iframe-scaler button.mfp-close:after {
  display: block;
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7489 10.6065L23.3347 9.19233L16.9707 15.5563L10.6067 9.19233L9.19253 10.6065L15.5565 16.9705L9.19253 23.3345L10.6067 24.7487L16.9707 18.3847L23.3347 24.7487L24.7489 23.3345L18.3849 16.9705L24.7489 10.6065Z' fill='%238E8E8E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  border-radius: 50%;
  transform: none;
}
.mfp-iframe-scaler .mfp-close:hover, .mfp-iframe-scaler button.mfp-close:hover {
  background: #ea651d;
}
.mfp-iframe-scaler .mfp-close:hover:before, .mfp-iframe-scaler .mfp-close:hover:after, .mfp-iframe-scaler button.mfp-close:hover:before, .mfp-iframe-scaler button.mfp-close:hover:after {
  transform: none !important;
}
.mfp-iframe-scaler .mfp-close:hover:after, .mfp-iframe-scaler button.mfp-close:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7489 10.6065L23.3347 9.19233L16.9707 15.5563L10.6067 9.19233L9.19253 10.6065L15.5565 16.9705L9.19253 23.3345L10.6067 24.7487L16.9707 18.3847L23.3347 24.7487L24.7489 23.3345L18.3849 16.9705L24.7489 10.6065Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 30px 0 30px;
  margin: 0 auto;
  max-height: 90vh !important;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-with-pager .mfp-content {
  margin: 20px auto 150px;
  height: calc(100vh - 20px - 150px);
}
@media (max-width: 1199.98px) {
  .mfp-with-pager .mfp-content {
    margin: 15px auto 100px;
    height: calc(100vh - 15px - 100px);
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-content {
    margin: 15px auto 65px;
    height: calc(100vh - 15px - 65px);
  }
}
.mfp-with-pager .mfp-content .mfp-figure {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  position: relative;
}
.mfp-with-pager .mfp-content .mfp-figure:after {
  background: none;
  box-shadow: none;
}
.mfp-with-pager img.mfp-img {
  padding-bottom: 150px;
  max-height: calc(100vh - 150px) !important;
}
@media (max-width: 1199.98px) {
  .mfp-with-pager img.mfp-img {
    max-height: calc(100vh - 100px) !important;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager img.mfp-img {
    max-height: calc(100vh - 65px) !important;
    padding-bottom: 65px;
  }
}
.mfp-with-pager .mfp-bottom-bar {
  background: none;
  text-align: center;
  margin-top: 0px;
  height: 150px;
  display: flex;
  align-items: center;
  align-content: center;
  top: auto;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .mfp-with-pager .mfp-bottom-bar {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-bottom-bar {
    height: 65px;
  }
}
.mfp-with-pager .mfp-bottom-bar .mfp-title {
  display: none;
}
.mfp-with-pager .mfp-bottom-bar .mfp-counter {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-family: "Montserrat", Tahoma, sans-serif;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.mfp-with-pager .mfp-bottom-bar .mfp-counter span {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 48px;
  line-height: 24px;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span {
    font-weight: 300;
    font-size: 40px;
    line-height: 20px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span {
    font-weight: 300;
    font-size: 30px;
    line-height: 16px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.mfp-with-pager .mfp-bottom-bar .mfp-counter span:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  transform: rotate(10deg);
  background: #fff;
  color: #fff;
  left: -10px;
  top: -7px;
}
@media (max-width: 1199.98px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span:before {
    height: 35px;
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span:before {
    height: 25px;
    top: -5px;
  }
}
.mfp-with-pager .mfp-pager {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: auto;
}
@media (max-width: 991.98px) {
  .mfp-with-pager .mfp-pager {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .mfp-with-pager .mfp-pager {
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-pager {
    bottom: 15px;
  }
}
.mfp-with-pager .mfp-pager .mfp-page {
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
  flex: 0 0 120px;
}
@media (max-width: 1199.98px) {
  .mfp-with-pager .mfp-pager .mfp-page {
    flex: 0 0 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-pager .mfp-page {
    flex: 0 0 50px;
    height: 50px;
  }
}
.mfp-with-pager .mfp-pager .mfp-page:before {
  border: 5px solid #a8d5ff;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  display: block;
  position: absolute;
  content: "";
  opacity: 0;
}
@media (max-width: 767.98px) {
  .mfp-with-pager .mfp-pager .mfp-page:before {
    border: 2px solid #a8d5ff;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }
}
.mfp-with-pager .mfp-pager .mfp-page.active:before {
  opacity: 1;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin: 1rem 0 1rem;
  position: relative;
  word-wrap: break-word;
  padding-right: 4rem;
}
@media (max-width: 991.98px) {
  .mfp-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-family: "Montserrat", Tahoma, sans-serif;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }
}

.mfp-text {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 30px 30px 30px 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #000;
  position: relative;
  width: 1245px;
}
@media (max-width: 1399.98px) {
  .mfp-text {
    width: 1145px;
  }
}
@media (max-width: 1199.98px) {
  .mfp-text {
    width: 965px;
  }
}
@media (max-width: 991.98px) {
  .mfp-text {
    width: 100%;
    padding: 30px 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
  }
}
.mfp-text h2, .mfp-text h3 {
  color: #242424;
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin: 0 0 20px;
}
.mfp-text h2 .fa-ico, .mfp-text h3 .fa-ico {
  margin-right: 10px;
}
.mfp-text a {
  color: #ea651d;
  text-decoration: underline;
}
.mfp-text a:hover {
  color: #7951a1;
  text-decoration: none;
}
.mfp-text p {
  margin: 0 0 20px;
}
.mfp-text .right {
  text-align: right;
}
.mfp-text ul {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}
.mfp-text ul li {
  list-style: none;
  margin: 0 0 15px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .mfp-text ul li {
    margin: 0 0 10px;
  }
}
@media (max-width: 767.98px) {
  .mfp-text ul li {
    margin: 0 0 10px;
  }
}
.mfp-text ul li:before {
  display: block;
  position: absolute;
  content: "";
  background: #242424;
  width: 12px;
  height: 1px;
  left: 0;
  top: 13px;
}
.mfp-text ul li ol {
  margin: 0px 0 20px;
}
.mfp-text ul li ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 102%;
  width: auto;
  height: auto;
  background: transparent;
  counter-increment: li1;
  content: counter(li1) ".";
  color: #000;
}
.mfp-text ol {
  list-style: none;
  counter-reset: li1;
  margin: 30px 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .mfp-text ol {
    margin: 20px 0;
  }
}
.mfp-text ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 102%;
  counter-increment: li1;
  content: counter(li1) ".";
  color: #000;
}
.mfp-text ol > li ol {
  margin: 10px 0 30px 0px;
  counter-reset: li2;
}
.mfp-text ol > li ol li {
  padding: 0 0 0 40px;
}
.mfp-text ol > li ol li:before {
  counter-increment: li2;
  content: counter(li1) "." counter(li2) ".";
}
.mfp-text ol > li ol li ol {
  counter-reset: li3;
  margin: 10px 0 15px 0px;
}
.mfp-text ol > li ol li ol li {
  padding: 0 0 0 50px;
}
.mfp-text ol > li ol li ol li:before {
  counter-increment: li3;
  content: counter(li1) "." counter(li2) "." counter(li3) ".";
}
.mfp-text ol > li ol li ol li ol {
  counter-reset: li4;
  margin: 10px 0 15px 0px;
}
.mfp-text ol > li ol li ol li ol li:before {
  counter-increment: li4;
  content: counter(li1) "." counter(li2) "." counter(li3) "." counter(li4);
}
.mfp-text ol > li ul {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}
.mfp-text ol > li ul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
}
.mfp-text ol > li ul li:before {
  display: block;
  position: absolute;
  content: "";
  background: #242424;
  width: 12px;
  height: 1px;
  left: 0;
  top: 13px;
}
.mfp-text ol li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 10px;
}
.mfp-text ol li.top {
  padding: 0 0 0 30px;
}
.mfp-text ol li.top:before {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
}
.mfp-text ol li ol {
  margin: 10px 0 30px 0px;
  counter-reset: li2;
}
.mfp-text ol li ol li {
  padding: 0 0 0 40px;
}
.mfp-text ol li ol li:before {
  counter-increment: li2;
  content: counter(li1) "." counter(li2) ".";
}
.mfp-text ol li ol li ol {
  counter-reset: li3;
  margin: 10px 0 15px 0px;
}
.mfp-text ol li ol li ol li {
  padding: 0 0 0 50px;
}
.mfp-text ol li ol li ol li:before {
  counter-increment: li3;
  content: counter(li1) "." counter(li2) "." counter(li3) ".";
}
.mfp-text ol li ol li ol li ol {
  counter-reset: li4;
  margin: 10px 0 15px 0px;
}
.mfp-text ol li ol li ol li ol li:before {
  counter-increment: li4;
  content: counter(li1) "." counter(li2) "." counter(li3) "." counter(li4);
}
.mfp-text ol li ul {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}
.mfp-text ol li ul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
}
.mfp-text ol li ul li:before {
  display: block;
  position: absolute;
  content: "";
  background: #242424;
  width: 12px;
  height: 1px;
  left: 0;
  top: 13px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery {
  background: rgba(0, 0, 0, 0.6);
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.68rem;
    padding-right: 0.68rem;
  }
}
.mfp-header {
  bottom: 100%;
  top: auto !important;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px !important;
}
@media (max-width: 991.98px) {
  .mfp-header {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    font-family: "Montserrat", Tahoma, sans-serif;
    font-size: 26px !important;
  }
}
@media (max-width: 767.98px) {
  .mfp-header {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
    font-size: 22px !important;
  }
}

.mfp-close,
button.mfp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: none;
  padding: 0;
  border: none;
}
.mfp-close:before, .mfp-close:after,
button.mfp-close:before,
button.mfp-close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background-color: #8E8E8E;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-close:before,
button.mfp-close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.mfp-close:after,
button.mfp-close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.mfp-close:hover:before,
button.mfp-close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.mfp-close:hover:after,
button.mfp-close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.mfp-img-group .mfp-close,
.mfp-img-group button.mfp-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: #fff;
  padding: 0;
  border: none;
}
.mfp-img-group .mfp-close:before, .mfp-img-group .mfp-close:after,
.mfp-img-group button.mfp-close:before,
.mfp-img-group button.mfp-close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background-color: #8E8E8E;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-img-group .mfp-close:before,
.mfp-img-group button.mfp-close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.mfp-img-group .mfp-close:after,
.mfp-img-group button.mfp-close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.mfp-img-group .mfp-close:hover:before,
.mfp-img-group button.mfp-close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.mfp-img-group .mfp-close:hover:after,
.mfp-img-group button.mfp-close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animated.flash {
  animation-name: flash;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  animation-name: shake;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  animation-name: bounce;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  animation-name: tada;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -webkit-animation-name: swing;
  transform-origin: top center;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  animation-name: pulse;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(18rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.animated.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  animation-duration: 0.25s;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

.sequentialChild > * {
  opacity: 0;
}
.sequentialChild > *:nth-child(1) {
  animation-delay: 300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(2) {
  animation-delay: 600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(3) {
  animation-delay: 900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(4) {
  animation-delay: 1200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(5) {
  animation-delay: 1500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(6) {
  animation-delay: 1800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(7) {
  animation-delay: 2100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(8) {
  animation-delay: 2400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(9) {
  animation-delay: 2700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(10) {
  animation-delay: 3000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(11) {
  animation-delay: 3300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(12) {
  animation-delay: 3600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(13) {
  animation-delay: 3900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(14) {
  animation-delay: 4200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(15) {
  animation-delay: 4500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(16) {
  animation-delay: 4800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(17) {
  animation-delay: 5100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(18) {
  animation-delay: 5400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(19) {
  animation-delay: 5700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(20) {
  animation-delay: 6000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(21) {
  animation-delay: 6300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(22) {
  animation-delay: 6600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(23) {
  animation-delay: 6900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(24) {
  animation-delay: 7200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(25) {
  animation-delay: 7500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(26) {
  animation-delay: 7800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(27) {
  animation-delay: 8100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(28) {
  animation-delay: 8400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(29) {
  animation-delay: 8700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild > *:nth-child(30) {
  animation-delay: 9000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}

/*
Design
*/
html,
body {
  overflow-x: hidden;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  html,
  body {
    display: flex;
    min-height: 100%;
  }
}
html#wyswyg,
body#wyswyg {
  display: block;
  background: #fff;
}
html#wyswyg .hidden,
body#wyswyg .hidden {
  opacity: 1;
  visibility: visible;
}
@media print {
  html,
  body {
    min-height: inherit;
  }
}

html {
  font-size: 0.5208333vw;
}
@media (max-width: 991.98px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 10px;
  }
}

body {
  background: #f4f4f3;
  color: #242424;
  overflow: hidden;
  font: 400 1.8rem "Montserrat", Tahoma, sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
  font-variant-ligatures: no-contextual !important;
}
@media (max-width: 1399.98px) {
  body {
    font: 400 2.6rem "Montserrat", Tahoma, sans-serif;
  }
}
@media (min-width: 992px) {
  body {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  body {
    font: 400 18px "Montserrat", Tahoma, sans-serif;
  }
}

.preserveScrollTop, .dropdown-menu-active {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

*:hover, *:active, *:focus {
  outline: none;
  outline: 0;
}

@media (min-width: 992px) {
  #outer {
    flex-direction: column;
    display: flex;
    width: 100%;
  }
}

#body {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  #body {
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 100%;
  }
}
#body.container {
  padding-top: 3.5rem;
}
@media (max-width: 991.98px) {
  #body.container {
    padding-top: 30px;
  }
}

.container {
  padding: 0 1.5rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 172.8rem;
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 20px;
  }
}
.container .container {
  padding: 0;
}
.container .container.solutions {
  margin-top: 0;
}

.slogan {
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .slogan {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.slogan:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  background: #dddddd url(../img/bg-title.png) no-repeat center;
  background-size: cover;
}
.slogan span {
  margin-left: 0.5rem;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #6a3b90;
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .slogan span {
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (min-width: 992px) {
  .slogan img {
    height: 6.2rem;
  }
}

.header {
  position: relative;
  z-index: 11;
}
.header__inner {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .header__inner {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .header__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__inner .logo {
  position: relative;
  width: 41.6666666667%;
}
@media (max-width: 991.98px) {
  .header__inner .logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .header__inner .logo img {
    height: 6.6rem;
  }
}
.header__contacts {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .header__contacts {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header__contacts {
    flex-direction: column;
  }
}
.header__contacts__item {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header__contacts__item {
    margin: 5px 0;
  }
}
@media (max-width: 570px) {
  .header__contacts__item {
    flex-direction: column;
  }
}
.header__contacts .phone {
  padding-left: 1.5rem;
}
@media (max-width: 991.98px) {
  .header__contacts .phone {
    padding-left: 15px;
    margin-bottom: 0;
    margin: 5px 0;
  }
}
@media (max-width: 767.98px) {
  .header__contacts .phone {
    padding: 0;
  }
}
.header__contacts .phone a[href^="tel:"] {
  color: #242424;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
}
@media (max-width: 991.98px) {
  .header__contacts .phone a[href^="tel:"] {
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.header__contacts .phone a[href^="tel:"]:hover {
  color: #242424;
}
.header__contacts .mail {
  padding: 0 1.5rem;
}
@media (max-width: 991.98px) {
  .header__contacts .mail {
    padding: 0 15px;
  }
}
@media (max-width: 570px) {
  .header__contacts .mail {
    flex-direction: column;
    margin-top: 10px;
  }
}
.header__contacts .mail a {
  color: #242424;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
}
@media (max-width: 991.98px) {
  .header__contacts .mail a {
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 570px) {
  .header__contacts .mail a {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.header__contacts .mail a:hover {
  color: #ea651d;
}
.header__contacts .icons {
  display: flex;
  align-items: center;
}
.header__contacts .icons a {
  margin: 0 1.5rem;
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__contacts .icons a {
    margin: 0 15px;
  }
}

.notice {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .notice {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none !important;
  }
}
.notice.nav-active {
  transform: translateY(-100%);
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.notice:before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
  width: 100vw;
}
.notice .text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
}
@media (max-width: 991.98px) {
  .notice .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.notice .text a {
  color: #ea651d;
  text-decoration: none;
}
.notice .text a:hover {
  color: #7951a1;
}
.notice .close {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  cursor: pointer;
  color: #7951a1;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .notice .close {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-left: 10px;
  }
}
.notice .close:after {
  margin-left: 0.5rem;
  transform: rotate(45deg);
  content: "+";
  font-size: 3rem;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .notice .close:after {
    margin-left: 5px;
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .notice .close span {
    display: none;
  }
}
.notice .close:hover {
  color: #ea651d;
}

.footer {
  padding-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer__menu {
  margin-bottom: 3.5rem;
  position: relative;
  background: #fff;
}
@media (max-width: 991.98px) {
  .footer__menu {
    padding: 20px 0 10px;
  }
}
.footer__menu:before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100vw;
  border-top: 0.1rem solid #ddd;
  opacity: 0.67;
}
@media (max-width: 991.98px) {
  .footer__menu:before {
    border-width: 1px;
  }
}
.footer__menu ul {
  display: flex;
  margin: 0;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .footer__menu ul {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (max-width: 575.98px) {
  .footer__menu ul {
    margin: 0 -10px;
  }
}
@media (max-width: 991.98px) {
  .footer__menu ul li {
    width: 33.3333333333%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .footer__menu ul li {
    width: 50%;
    padding: 0 10px;
  }
}
.footer__menu ul li a, .footer__menu ul li span {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  text-decoration: none;
  cursor: pointer;
  color: #242424;
  display: flex;
  align-items: center;
  height: 6rem;
}
@media (max-width: 991.98px) {
  .footer__menu ul li a, .footer__menu ul li span {
    height: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 575.98px) {
  .footer__menu ul li a, .footer__menu ul li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.footer__menu ul li a:hover, .footer__menu ul li span:hover {
  color: #ea651d;
}
.footer__menu ul li span {
  color: #ea651d;
}
.footer__contacts {
  position: relative;
}
.footer__contacts .row .col-12 {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .footer__contacts .row .col-12 {
    margin-bottom: 20px;
  }
}
.footer__contacts .row .col-12:last-child {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575.98px) {
  .footer__contacts .row .col-12:last-child {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .footer__contacts .row .col-xxl-4 {
    width: 100%;
  }
}
.footer__contacts__item {
  position: relative;
}
.footer__contacts__item:before {
  content: "";
  display: flex;
  height: 4.6rem;
  margin-right: 2rem;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .footer__contacts__item:before {
    width: 46px !important;
    flex: 0 0 46px !important;
    background-position: center;
    height: 46px;
    margin-right: 20px;
  }
}
.footer__contacts__item.phone {
  padding-left: 4.7rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer__contacts__item.phone {
    padding-left: 66px;
  }
}
.footer__contacts__item.phone:before {
  width: 2.7rem;
  left: 0;
  top: 0.5rem;
  position: absolute;
  flex: 0 0 2.7rem;
  background-image: url(../img/icons/svg/mobile.svg);
}
@media (max-width: 991.98px) {
  .footer__contacts__item.phone:before {
    width: 27px;
    top: 5px;
    flex: 0 0 27px;
  }
}
.footer__contacts__item.phone a {
  color: #242424;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: "Montserrat", Tahoma, sans-serif;
}
@media (max-width: 1399.98px) {
  .footer__contacts__item.phone a {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .footer__contacts__item.phone a {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 575.98px) {
  .footer__contacts__item.phone a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.footer__contacts__item.phone a:hover {
  color: #242424;
}
.footer__contacts__item.phone a.ico-whatsapp {
  margin: 0 0.5rem;
  background: url(../img/icons/whatsapp.png) no-repeat;
  background-size: 100%;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .footer__contacts__item.phone a.ico-whatsapp {
    width: 24px;
    height: 24px;
    margin: 0 5px;
  }
}
.footer__contacts__item.phone a.ico-telegram {
  margin: 0 0.5rem;
  background: url(../img/icons/telegram.png) no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .footer__contacts__item.phone a.ico-telegram {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .footer__contacts__item.phone a span {
    font-size: 70%;
  }
}
.footer__contacts__item.mail {
  padding-left: 6.6rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer__contacts__item.mail {
    padding-left: 66px;
  }
}
.footer__contacts__item.mail:before {
  width: 4.6rem;
  flex: 0 0 4.6rem;
  left: 0;
  top: 0.5rem;
  position: absolute;
  background-image: url(../img/icons/svg/mail.svg);
}
@media (max-width: 991.98px) {
  .footer__contacts__item.mail:before {
    width: 46px;
    flex: 0 0 46px;
    top: 5px;
  }
}
.footer__contacts__item.mail a {
  color: #242424;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .footer__contacts__item.mail a {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .footer__contacts__item.mail a {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 575.98px) {
  .footer__contacts__item.mail a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.footer__contacts__item.mail a:hover {
  color: #ea651d;
}
.footer__contacts__item.address {
  align-items: center;
  display: flex;
}
.footer__contacts__item.address:before {
  width: 3.6rem;
  flex: 0 0 3.6rem;
  background-image: url(../img/icons/svg/map.svg);
}
@media (max-width: 991.98px) {
  .footer__contacts__item.address:before {
    width: 36px;
    flex: 0 0 36px;
  }
}
.footer__contacts .icons {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 -1.5rem;
}
@media (max-width: 991.98px) {
  .footer__contacts .icons {
    margin: 0 -15px;
  }
}
@media (max-width: 575.98px) {
  .footer__contacts .icons {
    margin: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.footer__contacts .icons a, .footer__contacts .icons span {
  margin: 0 1.5rem;
  display: inline-flex;
}
@media (max-width: 991.98px) {
  .footer__contacts .icons a, .footer__contacts .icons span {
    margin: 0 15px;
  }
}
.footer .copyright {
  color: #777;
}
@media (min-width: 992px) {
  .footer .copyright {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .footer .copyright {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.footer .copyright a {
  color: #7951a1;
  text-decoration: none;
}
.footer .copyright a:hover {
  color: #ea651d;
}
.footer .copyright p {
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  .footer .copyright p {
    margin: 0;
  }
}

.menu {
  /* test */
  /* end test */
}
@media (min-width: 992px) {
  .menu {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 103;
    background-color: #fff;
    overflow: hidden;
    transform: translate3d(-100%, 0, 0);
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .menu:before {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    height: 44px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
.menu .close {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  padding: 0;
  border: none;
  opacity: 0;
}
.menu .close:before, .menu .close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background-color: #8E8E8E;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu .close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.menu .close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.menu .close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.menu .close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
@media (min-width: 992px) {
  .menu.nav-active {
    left: 10px;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 11;
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .menu.nav-active {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.6s ease 0s;
  }
}
.menu.nav-active .close {
  opacity: 1;
  z-index: 103;
}
@media (max-width: 991.98px) {
  .menu.nav-active .menu-sub {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .menu.nav-active .menu-sub.visible {
    transform: translate3d(0, 0, 0);
    transition: all 0.9s ease;
    opacity: 1;
    z-index: 103;
  }
}
@media (min-width: 992px) {
  .menu.nav-active .menu-sub__links.visible {
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 2;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .menu.nav-active .menu-sub__links.visible {
    position: static;
    top: auto;
    visibility: visible;
    pointer-events: auto;
  }
}
.menu-main {
  /* test */
  /* end */
}
@media (max-width: 991.98px) {
  .menu-main {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
}
.menu-main .logo {
  padding: 20px 40px 20px 15px;
}
.menu-main .logo__item {
  display: block;
  position: relative;
  margin: 0 auto;
}
.menu-main .logo img {
  max-height: 40px;
}
.menu-main .btn {
  margin-top: 15px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  font-size: 14px;
}
.menu-main__links .menu-main__link {
  display: flex;
  padding: 15px 16px;
  position: relative;
  align-items: center;
  align-content: center;
  color: #242424;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  font-family: "Montserrat", Tahoma, sans-serif;
  cursor: pointer;
}
.menu-main__links .menu-main__link:before {
  display: block;
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: 0;
  border-bottom: 1px solid #7951a1;
  opacity: 0.67;
}
.menu-main__links .menu-main__link span {
  align-items: center;
  align-content: center;
  display: flex;
  flex: 1 1;
}
.menu-main__links .menu-main__link .btn-sub {
  flex: 0 0 10px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  height: 18px;
  background: url(../img/icons/svg/arrowm.svg) no-repeat center;
  padding: 0 10px;
}
.menu-main__links .menu-main__link.active, .menu-main__links .menu-main__link.visible {
  background: #fff;
  color: #ea651d;
}
@media (max-width: 991.98px) {
  .menu-main__links .menu-main__link.active, .menu-main__links .menu-main__link.visible {
    background: #F5FAFF;
  }
}
@media (min-width: 992px) {
  .menu-main__mob {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu-main__mob {
    list-style: none;
    padding: 0;
    padding-top: 12px;
    margin: 12px 0 65px; /* test */
    border-top: 1px solid rgba(0, 66, 105, 0.15);
  }
}
.menu-main__mob .menu-main__link {
  padding-left: 44px;
}
@media (min-width: 992px) {
  .menu-sub {
    flex: 0 0 75%;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .menu-sub {
    height: 100%;
    padding-top: 0;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    left: -100%;
    flex-wrap: wrap;
    flex-direction: row;
    display: block;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: all 0.8s ease;
    border-top: 1px solid #EAF6FE;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .menu-sub__header {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu-sub__header {
    display: flex;
    flex: 0 0 100%;
    height: 44px;
    align-items: center;
    align-content: center;
    box-shadow: 0px 1px 0px #fefefe;
    background: #fff;
    margin-bottom: 15px;
  }
}
.menu-sub__header__back {
  display: flex;
  flex: 0 0 auto;
  height: 44px;
  align-items: center;
  align-content: center;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.menu-sub__header__back:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5L5 12M5 12L12 19M5 12H19' stroke='%237951a1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.menu-sub__header__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #7951a1;
  flex: 1 1;
  display: flex;
}
@media (max-width: 991.98px) {
  .menu-sub__header__title {
    padding-right: 16px;
  }
}
@media (max-width: 400px) {
  .menu-sub__header__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.menu-sub__header__title a {
  display: block;
  color: #7951a1;
}
.menu-sub__header__title a span {
  flex: 1 1;
}
.menu-sub__header__title a span img {
  display: none;
}
@media (max-width: 991.98px) {
  .menu-sub__links {
    top: 0px;
    padding-right: 0;
    transform: translate3d(0, 0, 0);
    left: auto;
    display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
  }
}
.menu-sub__links .menu-row {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .menu-sub__links .menu-row {
    display: flex;
  }
}
@media (min-width: 992px) {
  .menu-sub__links .menu-row__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .menu-sub__links .menu-row__item .menu-sub__link__sub:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .menu-sub__links .menu-sub__link {
    margin-bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link {
    width: 100%;
  }
}
.menu-sub__links .menu-sub__link a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #ea651d;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link a {
    padding: 12px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Tahoma, sans-serif;
    color: #242424;
  }
}
.menu-sub__links .menu-sub__link a:before {
  display: block;
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: 0;
  border-bottom: 1px solid #7951a1;
  opacity: 0.67;
}
.menu-sub__links .menu-sub__link a .btn-sub {
  width: 10px;
  position: absolute;
  right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  height: 18px;
  background: url(../img/icons/svg/arrowm.svg) no-repeat center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link.active a {
    background: #F5FAFF;
    color: #ea651d;
  }
}
@media (min-width: 992px) {
  .menu-sub__links .menu-sub__link__sub {
    margin-top: 32px;
    margin-bottom: 6px;
  }
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link__sub a {
    padding-right: 30px;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link__sub a .btn-sub {
    position: absolute;
    top: calc(50% - 9px);
    right: 16px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    display: flex;
    background: url(../img/icons/svg/arrowm.svg) no-repeat;
  }
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link__title {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu-sub__links .menu-sub__link_ul {
    display: block !important;
    margin: 0 0 34px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link_ul {
    min-height: calc(100% + 48px);
    padding-top: 0;
    background: #fff;
    position: fixed;
    top: -48px;
    display: block !important;
    width: 100%;
    left: 0;
    transform: translate3d(100%, 0, 0);
    transition: all 0.8s ease;
  }
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link_ul.active {
    transform: translate3d(0, 0, 0);
    transition: all 0.9s ease;
    z-index: 103;
  }
}
.menu-sub__links .menu-sub__link_ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-sub__links .menu-sub__link_ul ul li {
  margin: 0px;
  padding: 0px 16px;
}
.menu-sub__links .menu-sub__link_ul ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  color: #242424;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", Tahoma, sans-serif;
  padding: 12px 16px;
  position: relative;
}
.menu-sub__links .menu-sub__link_ul ul li a:before {
  display: block;
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: 0;
  border-bottom: 1px solid #7951a1;
  opacity: 0.67;
}
@media (max-width: 991.98px) {
  .menu-sub__links .menu-sub__link_ul ul li.active a {
    background: #F5FAFF;
    color: #ea651d;
  }
}
.menu-sub__links .menu-sub__link_ul .services__btns {
  padding: 0 16px;
  margin: 15px 0;
}
@media (max-width: 991.98px) {
  .menu-sub__links.clicked + .menu-sub__link_ul {
    transform: translate3d(0, 0, 0);
    z-index: 5;
  }
}

.header {
  padding-bottom: 6rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .header {
    padding-bottom: 60px;
  }
}
.header__menu {
  height: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .header__menu {
    display: flex;
    align-items: center;
    height: 60px;
  }
}
.header__menu:before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 100vw;
  border-top: 0.1rem solid #ddd;
  opacity: 0.67;
}
@media (max-width: 991.98px) {
  .header__menu:before {
    border-width: 1px;
  }
}
.header__menu .container {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header__menu .container {
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header__menu .container .menuTop {
  display: flex;
  list-style: none;
  margin: 0 -1.5rem;
  padding: 0;
  flex: 1 1;
  justify-content: space-between;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .header__menu .container .menuTop {
    display: none;
  }
}
.header__menu .container .menuTop__item {
  height: 6rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: #242424;
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.header__menu .container .menuTop li {
  position: relative;
  transition: all 0.25s ease;
}
.header__menu .container .menuTop li ul {
  position: absolute;
  list-style: none;
  top: 100%;
  left: -9999px;
  width: 27.8rem;
  padding: 0 0 0 0.1rem;
  display: block;
  flex-wrap: wrap;
  margin: 0;
  min-height: 100%;
}
.header__menu .container .menuTop li ul li {
  position: static;
  background: #fff;
}
.header__menu .container .menuTop li ul li:last-child a:before {
  display: none;
}
.header__menu .container .menuTop li ul li:last-child li a:before {
  display: block;
}
.header__menu .container .menuTop li ul li:last-child li:last-child a:before {
  display: none;
}
.header__menu .container .menuTop li ul li a, .header__menu .container .menuTop li ul li span {
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  text-decoration: none;
  color: #242424;
  display: block;
  position: relative;
}
.header__menu .container .menuTop li ul li a:before, .header__menu .container .menuTop li ul li span:before {
  display: block;
  position: absolute;
  content: "";
  left: 1.5rem;
  bottom: 0;
  right: 1.5rem;
  border-bottom: 0.1rem solid #ddd;
  opacity: 0.67;
}
.header__menu .container .menuTop li ul li a:hover, .header__menu .container .menuTop li ul li span:hover {
  color: #ea651d;
}
.header__menu .container .menuTop li ul li ul:before {
  display: none;
}
.header__menu .container .menuTop li.act .menuTop__item {
  color: #ea651d;
}
.header__menu .container .menuTop li:hover .menuTop__item {
  color: #ea651d;
}
.header__menu .container .menuTop li:hover ul {
  left: 0;
  z-index: 5;
}
.header__menu .container .menuTop li:hover ul ul {
  left: -9999px;
  top: 0px;
}
.header__menu .container .menuTop li:hover ul li:hover a {
  color: #ea651d;
}
.header__menu .container .menuTop li:hover ul li:hover ul {
  left: 100%;
}
.header__menu .container .menuTop li:hover ul li:hover ul ul {
  left: -9999px;
}
.header__menu .container .menuTop li:hover ul li:hover ul li a {
  color: #242424;
}
.header__menu .container .menuTop li:hover ul li:hover ul li:hover a {
  color: #ea651d;
}
.header__menu .container .menuTop li:hover ul li:hover ul li:hover ul {
  left: 100%;
}
@media (max-width: 991.98px) {
  .header__menu .container .icons {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}
.header__menu .container .icons .ico {
  margin-left: 3rem;
}

.stickTop .header__menu {
  position: fixed;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 0.4rem 4.4rem 1.4rem rgba(204, 202, 202, 0.25);
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .stickTop .header__menu {
    background: rgb(255, 255, 255);
  }
}
.stickTop .header__menu:hover {
  background: rgb(255, 255, 255);
}

a {
  color: #ea651d;
  transition: all 0.25s ease;
  text-decoration: none;
}
a:hover {
  color: #7951a1;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: none;
  outline: 0;
}

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

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  font-weight: 700;
  line-height: 100%;
  margin: 0.3rem 0 0.4rem 0;
}

h1 {
  text-align: center;
}

h1,
.h1 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  margin: 0 0 3rem;
  position: relative;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin: 0px 0 20px;
  }
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
h1 a,
.h1 a {
  text-decoration: none;
  color: #242424;
}
h1 span,
.h1 span {
  color: #ea651d;
}

.h1 {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .h1 {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
.h1:after {
  display: block;
  position: absolute;
  content: "";
  width: 66.6666666667%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.1rem solid #91c9df;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .h1:after {
    border-width: 1px;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  margin: 0px 0 3rem;
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin: 0px 0 30px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
h2 a, .h2 a {
  text-decoration: none;
  color: #242424;
}
h2 a:hover, .h2 a:hover {
  color: #7951a1;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  margin: 3rem 0 1.5rem;
  text-transform: none;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin: 30px 0 15px;
  }
}
h3 a,
.h3 a {
  text-decoration: none;
  color: #242424;
}
h3 a:hover,
.h3 a:hover {
  text-decoration: none;
}

h5, h4 {
  color: #242424;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin: 2.5rem 0 1.5rem;
}
@media (max-width: 991.98px) {
  h5, h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin: 20px 0 15px;
  }
}

/*.row {
  @include media-breakpoint-down(md) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-2,.col-3,.col-4,.col-6,.col-12,.col {
    @include media-breakpoint-down(md) {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}*/
.hidden {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991.98px) {
  .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-10, .row .col-11, .row .col-12, .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.divEdit {
  margin: 0 0 15px;
}

.divModuleRights {
  z-index: 999;
}

.adminDivCreate {
  margin: 0 0 10px;
}

.adminEditDelText {
  margin: 0 0 10px;
}

.spanEditDel {
  padding: 0 10px 0;
}
.spanEditDel img {
  vertical-align: middle;
  margin: 0 3px 0;
  border: 0;
}

.absolute .spanEditDel {
  position: relative;
  top: -20px;
}

.divAddModule {
  margin: 0 0 10px;
}

.divMoveForm {
  margin: 15px 0 25px;
}

.spanSort {
  padding: 0 10px 0;
}
.spanSort input.inactive,
.spanSort input.active,
.spanSort input.error {
  border: 1px solid #000;
  width: 50px;
  height: 20px;
  padding-left: 15px;
  background: url(adminimg/sort_inactive.png) no-repeat left;
  color: #000;
}
.spanSort input.active {
  background: url(adminimg/sort_active.png) no-repeat left;
}
.spanSort input.error {
  background: url(adminimg/sort_error.png) no-repeat left;
}

.pageEdit {
  margin: 10px 0 0;
}

.pageInput {
  width: 30px;
  padding: 0 5px;
}

#groupEditor {
  padding: 0 0 20px;
  background: #e9e9e4;
  border: 2px solid #82827F;
  width: 420px;
}
#groupEditor .closeImg {
  text-align: right;
}
#groupEditor .mainDiv {
  margin: 20px 20px 0 20px;
}
#groupEditor table {
  margin: 15px 0 0;
}
#groupEditor .fieldGroupEditor {
  padding: 5px;
}
#groupEditor .fieldGroupEditor input {
  width: 250px;
}
#groupEditor .submitGroupEditor {
  padding: 5px;
  text-align: center;
}
#groupEditor .error {
  font-size: 11px;
  font-weight: bold;
  color: #E00000;
}
#groupEditor .info {
  font-size: 11px;
  font-weight: bold;
  color: #00AF00;
}

.divModuleRights {
  position: fixed;
  top: 50px;
  right: 30px;
  border: 1px solid black;
  width: 360px;
  padding: 2px;
  background-color: white;
  z-index: 9999;
  font-size: 14px;
}
.divModuleRights .moduleRightsContainer {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 40px;
}
.divModuleRights input[type=submit] {
  position: absolute;
  bottom: 5px;
  left: 120px;
  z-index: 200;
}
.divModuleRights input[type=submit]:hover {
  position: absolute;
}
.divModuleRights .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.divModuleRights .title a {
  cursor: pointer;
}
.divModuleRights .module {
  padding: 4px;
  margin: 5px 2px;
  border: 1px solid black;
}
.divModuleRights .module .role {
  clear: both;
  padding: 3px 0 3px 0;
}

.leftalign, .divEdit, .adminDivCreate, .adminEditDelText, .leftalign a, .divEdit a, .adminDivCreate a, .adminEditDelText a, #flashUploadDiv a, .edit a {
  font: 11px Tahoma !important;
  color: #666;
}

.adminTopPanel {
  border-bottom: 1px solid #DCE0D4;
  width: 100%;
  background: #111;
  font: 12px "Montserrat", Tahoma, sans-serif;
  position: fixed;
  bottom: 0px;
  z-index: 2000;
  box-shadow: 0 0 5px #333;
}
.adminTopPanel table {
  width: 980px !important;
  text-align: center;
  margin: 0 auto;
}
.adminTopPanel table td {
  text-align: left;
}
.adminTopPanel a:hover, .adminTopPanel a:visited, .adminTopPanel a:link {
  color: #fff;
  font: 12px "Montserrat", Tahoma, sans-serif;
}
.adminTopPanel .divEdit {
  margin-bottom: 0;
  color: #7951a1;
}

.tdAdminTopPanel {
  padding: 5px;
}

.metaEditBlock {
  padding: 5px 10px;
  color: #fff;
}
.metaEditBlock textarea, .metaEditBlock input {
  color: #333;
}

.metaEdit {
  margin-top: 10px;
  position: absolute;
  z-index: 999;
  padding: 10px;
  bottom: 25px;
  width: 450px;
  background: #111;
  border: 1px solid #DCE0D4;
}
.metaEdit p {
  display: inline;
}
.metaEdit p#descriptionContent, .metaEdit p#h1Content, .metaEdit p#keywordsContent, .metaEdit p#titleContent, .metaEdit p#lastmodifiedContent {
  display: block;
  color: #888;
}
.metaEdit input[type=text], .metaEdit textarea {
  margin-bottom: 10px;
}
.metaEdit input[type=text]:hover, .metaEdit input[type=text]:focus, .metaEdit textarea:hover, .metaEdit textarea:focus {
  color: #000;
}
.metaEdit textarea {
  height: 70px;
}
.metaEdit p {
  margin: 3px 0;
}

.metaEdit .field {
  margin-bottom: 10px;
}

.metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
  width: 97%;
}

.metaRed {
  font-weight: normal;
  color: #ff0000;
}

.metaGreen {
  font-weight: normal;
  color: #66CC33;
}

.podMenu {
  text-align: left;
  position: absolute;
  bottom: 25px;
  z-index: 999;
  visibility: hidden;
  width: 215px;
  background: #333;
  border: 1px solid #DCE0D4;
  margin-top: 10px;
}

.podMenuRel {
  padding: 5px 0px 5px 5px;
}
.podMenuRel a {
  text-decoration: none;
  color: #fff;
}
.podMenuRel:hover a {
  color: #7951a1;
}

.adminDivFormText {
  background: #F5F6EA;
  padding: 5px;
  border: 1px solid #DCE0D4;
  color: #000;
}
.adminDivFormText a {
  color: #000;
}
.adminDivFormText .adminEditDelText {
  font-size: 80%;
}
.adminDivFormText .adminEditDelText a {
  color: #9D160A;
}

.adminInfoBox {
  color: #aa0000;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #DB7474;
  padding: 8px;
  background: #FFF3EB;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.5);
  animation: myfirst 2.5s infinite;
}
@keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
/* Forms */
/* Заявка отправлена успешно */
.divForm .divFormStar {
  margin: 10px 0;
}

.divListErrors {
  margin: 10pt 0;
}
.divListErrors .divError {
  color: #FF0000;
  margin: 3pt 0;
  padding-left: 10pt;
}
.divListErrors .desc {
  font-size: 90%;
  color: #333333;
}

.divListErrorsHead {
  font-weight: bold;
  margin-bottom: 10pt;
}

.divFormStruct {
  padding-top: 6px;
}
.divFormStruct li {
  list-style-type: none;
}
.divFormStruct .inactive {
  font-weight: bold;
}

.listExtraField {
  margin-top: 10px;
}
.listExtraField input {
  width: 50%;
}

.docList .listItem {
  margin-bottom: 15px;
}
.docList .listPhoto {
  float: left;
  margin-right: 10px;
}
.docList .listDate {
  font-size: 80%;
  margin-right: 5px;
}
.docList .listTitle {
  font-weight: bold;
}
.docList .listTitle a {
  font-weight: normal;
}
.docList .listPreview {
  margin-top: 3px;
}
.docItem {
  font-family: "Montserrat", Tahoma, sans-serif;
}
.docItem .docDate {
  font-size: 12px;
  color: #888;
  margin: 0 0 5px;
}
.docItem .docText {
  margin-top: 3px;
}
.docItem .docBack {
  text-align: right;
  padding: 10px 0;
}

.jserror {
  display: block;
  margin-top: 5px;
}
.jserror span {
  background: url(img/invalid.png) no-repeat 3px 3px;
  padding-left: 24px;
  color: #FB0F00;
}

.jssuccess {
  display: inline-block;
  background: url(img/valid.png) no-repeat;
  height: 16px;
  width: 16px;
  position: relative;
  top: 5px;
  left: 3px;
}

.error_message {
  position: fixed;
  width: 260px;
  top: 50%;
  left: 50%;
  color: black;
  margin-left: -130px;
  margin-top: -130px;
  z-index: 1000;
}
.error_message .error_block_header {
  background: url(img/wrench.png) 2px 2px no-repeat #CCCCCC;
  height: 20px;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 5px 5px 0px 0px;
  text-align: right;
}
.error_message .error_block_body {
  padding: 18px 5px 18px 5px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0px 0px 5px 5px;
}
.error_message a {
  position: relative;
  background: url(img/close.png) 2px 2px no-repeat;
  height: 20px;
  width: 20px;
  float: right;
}

.divMoveForm {
  position: relative;
  z-index: 1000;
}
.divMoveForm .selectbox .select {
  width: 665px;
}
.divMoveForm .selectbox .dropdown {
  width: 665px;
}
.divMoveForm .selectbox .dropdown li {
  margin: 0;
}
.divMoveForm .selectbox .dropdown li:after {
  display: none;
}

.divFilter {
  margin: 15px 0;
  padding: 10px;
  border: 1px dashed #bcdbed;
  width: 67%;
}
.divFilter table {
  width: auto;
}
.divFilter table td {
  vertical-align: middle;
  padding: 5px;
}
.divFilter table td input[type=text] {
  margin-right: 10px;
}

.content {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
}
@media (max-width: 1399.98px) {
  .content {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.content p {
  margin: 0 0 1.5rem;
}
@media (max-width: 1399.98px) {
  .content p {
    margin: 0 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .content p {
    margin: 0 0 15px;
  }
}
.content p + p:last-child {
  margin: 0;
}
.content a[href^="tel:"] {
  color: #242424;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.content a[href^="mailto:"] {
  white-space: nowrap;
}
.content a {
  color: #ea651d;
  text-decoration: none;
}
.content a:hover {
  color: #7951a1;
  text-decoration: none;
}
.content a.ico-whatsapp {
  margin: 0 0.5rem;
  background: url(../img/icons/whatsapp.png) no-repeat;
  background-size: 100%;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .content a.ico-whatsapp {
    width: 24px;
    height: 24px;
    margin: 0 5px;
  }
}
.content a.ico-telegram {
  margin: 0 0.5rem;
  background: url(../img/icons/telegram.png) no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .content a.ico-telegram {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
}
.content__text {
  margin: 0 auto;
  max-width: 52%;
}
@media (max-width: 991.98px) {
  .content__text {
    max-width: 100%;
  }
}
.content h2,
.content .h2 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  margin: 3rem 0 2rem;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 991.98px) {
  .content h2,
  .content .h2 {
    margin: 30px 0 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.content h2 a,
.content .h2 a {
  text-decoration: none;
  color: #242424;
}
.content h2 a:hover,
.content .h2 a:hover {
  text-decoration: none;
}
.content ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.content ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .content ul {
    margin: 0 0 20px;
  }
}
.content ul li {
  margin: 0 0 1.5rem;
  position: relative;
  padding-left: 3rem;
  line-height: 130%;
}
@media (max-width: 991.98px) {
  .content ul li {
    margin: 0 0 10px;
    padding-left: 30px;
  }
}
.content ul li:before {
  left: 1rem;
  top: 0.9rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #7951a1;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
}
@media (max-width: 1399.98px) {
  .content ul li:before {
    top: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .content ul li:before {
    top: 7px;
    left: 10px;
    width: 7px;
    height: 7px;
  }
}
.content ul li ul {
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .content ul li ul {
    margin-top: 10px;
  }
}
.content ul.orange li {
  padding-left: 3.8rem;
}
@media (max-width: 991.98px) {
  .content ul.orange li {
    padding-left: 38px;
  }
}
.content ul.orange li:before {
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  top: 0.5rem;
  background: url(../img/icons/svg/bull-orange.svg) no-repeat;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .content ul.orange li:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
  }
}
.content ul.cols {
  display: flex;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .content ul.cols {
    margin: 0 -15px;
  }
}
.content ul.cols li {
  padding: 0 1.5rem;
}
@media (max-width: 991.98px) {
  .content ul.cols li {
    padding: 0 15px;
  }
}
.content ul.cols.col3 li {
  width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  .content ul.cols.col3 li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .content ul.cols.col3 li {
    width: 100%;
  }
}
.content ul.cols.col2 li {
  width: 50%;
}
@media (max-width: 480px) {
  .content ul.cols.col2 li {
    width: 100%;
  }
}
.content ul.history li {
  position: relative;
  padding-left: 9.8rem;
  padding-bottom: 1.5rem;
  margin: 0;
}
@media (max-width: 991.98px) {
  .content ul.history li {
    padding-left: 98px;
    padding-bottom: 15px;
  }
}
.content ul.history li:before {
  display: none;
}
.content ul.history li:after {
  border-left: 1px solid #259cc2;
  left: 6.8rem;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  content: "";
}
@media (max-width: 991.98px) {
  .content ul.history li:after {
    left: 68px;
  }
}
.content ul.history li div {
  color: #259cc2;
  font-size: 1.8rem;
  line-height: 100%;
  position: absolute;
  width: 7rem;
  padding-right: 2px;
  text-align: right;
  left: 0;
  top: 0.2rem;
  background: #def5fe;
  z-index: 1;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .content ul.history li div {
    font-size: 18px;
    width: 70px;
    padding-right: 2px;
    top: 2px;
  }
}
.content ul.history li:last-child:after {
  display: none;
}
.content ol {
  margin: 2.4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: li1;
}
.content ol:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .content ol {
    margin: 20px 0;
  }
}
.content ol li {
  margin: 0 0 1.5rem;
  position: relative;
  padding-left: 3.6rem;
}
@media (max-width: 991.98px) {
  .content ol li {
    margin: 0 0 15px;
    position: relative;
    padding-left: 36px;
  }
}
.content ol li:before {
  display: block;
  position: absolute;
  content: "";
  left: 0.2rem;
  top: 0.2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  align-content: center;
  counter-increment: li1;
  content: counter(li1) ".";
}
@media (max-width: 991.98px) {
  .content ol li:before {
    left: 2px;
    top: 2px;
    width: 20px;
  }
}
.content .whiteBox {
  background: rgba(255, 255, 255, 0.5);
  border: 0.1rem solid #88c9de;
  padding: 3.5rem 3rem;
  margin-bottom: 7rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
}
@media (max-width: 991.98px) {
  .content .whiteBox {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    padding: 30px 25px;
    border-width: 1px;
  }
}
.content .whiteBox p {
  text-indent: 2.5rem;
  margin: 0 0 1rem;
}
@media (max-width: 991.98px) {
  .content .whiteBox p {
    text-indent: 25px;
    margin: 0 0 10px;
  }
}
.content .whiteBox p strong {
  color: #ea651d;
}
.content .whiteBox p strong:first-child {
  color: #7951a1;
}
.content .fleft, .content .image-left {
  float: left;
  margin: 0.5rem 3rem 1.5rem 0.5rem;
  max-width: 50%;
  display: block;
  min-width: 30rem;
}
@media (max-width: 991.98px) {
  .content .fleft, .content .image-left {
    margin: 20px auto;
    float: none;
    max-width: 100%;
    min-width: inherit;
  }
}
.content .fleft img, .content .image-left img {
  margin: 0 auto;
  display: block;
}
.content .fright, .content .image-right {
  float: right;
  margin: 0.5rem 0 1.5rem 3rem;
  max-width: 50%;
  display: block;
  min-width: 30rem;
}
@media (max-width: 991.98px) {
  .content .fright, .content .image-right {
    margin: 20px auto;
    float: none;
    max-width: 100%;
    min-width: inherit;
  }
}
.content .fright img, .content .image-right img {
  margin: 0 auto;
  display: block;
}
.content .center {
  text-align: center;
}

.doc {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.doc img {
  width: 5rem;
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .doc img {
    width: 40px;
    margin-right: 10px;
  }
}

.formField input[type=text],
.formField input[type=password],
.formField input[type=phone],
.formField input[type=tel],
.formField input[type=email],
.formField textarea,
.formField .input,
.search-page input[type=text],
.search-page input[type=password],
.search-page input[type=phone],
.search-page input[type=tel],
.search-page input[type=email],
.search-page textarea,
.search-page .input, .searchText input[type=text],
.searchText input[type=password],
.searchText input[type=phone],
.searchText input[type=tel],
.searchText input[type=email],
.searchText textarea,
.searchText .input,
.header__search input[type=text],
.header__search input[type=password],
.header__search input[type=phone],
.header__search input[type=tel],
.header__search input[type=email],
.header__search textarea,
.header__search .input,
.searchTop input[type=text],
.searchTop input[type=password],
.searchTop input[type=phone],
.searchTop input[type=tel],
.searchTop input[type=email],
.searchTop textarea,
.searchTop .input,
.bx-soa-customer-field input[type=text],
.bx-soa-customer-field input[type=password],
.bx-soa-customer-field input[type=phone],
.bx-soa-customer-field input[type=tel],
.bx-soa-customer-field input[type=email],
.bx-soa-customer-field textarea,
.bx-soa-customer-field .input,
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=phone],
.form-group input[type=tel],
.form-group input[type=email],
.form-group textarea,
.form-group .input, .form input[type=text],
.form input[type=password],
.form input[type=phone],
.form input[type=tel],
.form input[type=email],
.form textarea,
.form .input {
  border: 0.1rem solid #B8BCCA;
  height: 4.5rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  padding: 0px 1.5rem;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.25s ease;
  margin: 0;
  display: inline-block;
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (max-width: 991.98px) {
  .formField input[type=text],
  .formField input[type=password],
  .formField input[type=phone],
  .formField input[type=tel],
  .formField input[type=email],
  .formField textarea,
  .formField .input,
  .search-page input[type=text],
  .search-page input[type=password],
  .search-page input[type=phone],
  .search-page input[type=tel],
  .search-page input[type=email],
  .search-page textarea,
  .search-page .input, .searchText input[type=text],
  .searchText input[type=password],
  .searchText input[type=phone],
  .searchText input[type=tel],
  .searchText input[type=email],
  .searchText textarea,
  .searchText .input,
  .header__search input[type=text],
  .header__search input[type=password],
  .header__search input[type=phone],
  .header__search input[type=tel],
  .header__search input[type=email],
  .header__search textarea,
  .header__search .input,
  .searchTop input[type=text],
  .searchTop input[type=password],
  .searchTop input[type=phone],
  .searchTop input[type=tel],
  .searchTop input[type=email],
  .searchTop textarea,
  .searchTop .input,
  .bx-soa-customer-field input[type=text],
  .bx-soa-customer-field input[type=password],
  .bx-soa-customer-field input[type=phone],
  .bx-soa-customer-field input[type=tel],
  .bx-soa-customer-field input[type=email],
  .bx-soa-customer-field textarea,
  .bx-soa-customer-field .input,
  .form-group input[type=text],
  .form-group input[type=password],
  .form-group input[type=phone],
  .form-group input[type=tel],
  .form-group input[type=email],
  .form-group textarea,
  .form-group .input, .form input[type=text],
  .form input[type=password],
  .form input[type=phone],
  .form input[type=tel],
  .form input[type=email],
  .form textarea,
  .form .input {
    border-width: 1px;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: "Montserrat", Tahoma, sans-serif;
    padding: 0px 15px;
  }
}
.formField input[type=text]::-webkit-input-placeholder,
.formField input[type=password]::-webkit-input-placeholder,
.formField input[type=phone]::-webkit-input-placeholder,
.formField input[type=tel]::-webkit-input-placeholder,
.formField input[type=email]::-webkit-input-placeholder,
.formField textarea::-webkit-input-placeholder,
.formField .input::-webkit-input-placeholder,
.search-page input[type=text]::-webkit-input-placeholder,
.search-page input[type=password]::-webkit-input-placeholder,
.search-page input[type=phone]::-webkit-input-placeholder,
.search-page input[type=tel]::-webkit-input-placeholder,
.search-page input[type=email]::-webkit-input-placeholder,
.search-page textarea::-webkit-input-placeholder,
.search-page .input::-webkit-input-placeholder, .searchText input[type=text]::-webkit-input-placeholder,
.searchText input[type=password]::-webkit-input-placeholder,
.searchText input[type=phone]::-webkit-input-placeholder,
.searchText input[type=tel]::-webkit-input-placeholder,
.searchText input[type=email]::-webkit-input-placeholder,
.searchText textarea::-webkit-input-placeholder,
.searchText .input::-webkit-input-placeholder,
.header__search input[type=text]::-webkit-input-placeholder,
.header__search input[type=password]::-webkit-input-placeholder,
.header__search input[type=phone]::-webkit-input-placeholder,
.header__search input[type=tel]::-webkit-input-placeholder,
.header__search input[type=email]::-webkit-input-placeholder,
.header__search textarea::-webkit-input-placeholder,
.header__search .input::-webkit-input-placeholder,
.searchTop input[type=text]::-webkit-input-placeholder,
.searchTop input[type=password]::-webkit-input-placeholder,
.searchTop input[type=phone]::-webkit-input-placeholder,
.searchTop input[type=tel]::-webkit-input-placeholder,
.searchTop input[type=email]::-webkit-input-placeholder,
.searchTop textarea::-webkit-input-placeholder,
.searchTop .input::-webkit-input-placeholder,
.bx-soa-customer-field input[type=text]::-webkit-input-placeholder,
.bx-soa-customer-field input[type=password]::-webkit-input-placeholder,
.bx-soa-customer-field input[type=phone]::-webkit-input-placeholder,
.bx-soa-customer-field input[type=tel]::-webkit-input-placeholder,
.bx-soa-customer-field input[type=email]::-webkit-input-placeholder,
.bx-soa-customer-field textarea::-webkit-input-placeholder,
.bx-soa-customer-field .input::-webkit-input-placeholder,
.form-group input[type=text]::-webkit-input-placeholder,
.form-group input[type=password]::-webkit-input-placeholder,
.form-group input[type=phone]::-webkit-input-placeholder,
.form-group input[type=tel]::-webkit-input-placeholder,
.form-group input[type=email]::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder,
.form-group .input::-webkit-input-placeholder, .form input[type=text]::-webkit-input-placeholder,
.form input[type=password]::-webkit-input-placeholder,
.form input[type=phone]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form .input::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
.formField input[type=text]::-moz-placeholder,
.formField input[type=password]::-moz-placeholder,
.formField input[type=phone]::-moz-placeholder,
.formField input[type=tel]::-moz-placeholder,
.formField input[type=email]::-moz-placeholder,
.formField textarea::-moz-placeholder,
.formField .input::-moz-placeholder,
.search-page input[type=text]::-moz-placeholder,
.search-page input[type=password]::-moz-placeholder,
.search-page input[type=phone]::-moz-placeholder,
.search-page input[type=tel]::-moz-placeholder,
.search-page input[type=email]::-moz-placeholder,
.search-page textarea::-moz-placeholder,
.search-page .input::-moz-placeholder, .searchText input[type=text]::-moz-placeholder,
.searchText input[type=password]::-moz-placeholder,
.searchText input[type=phone]::-moz-placeholder,
.searchText input[type=tel]::-moz-placeholder,
.searchText input[type=email]::-moz-placeholder,
.searchText textarea::-moz-placeholder,
.searchText .input::-moz-placeholder,
.header__search input[type=text]::-moz-placeholder,
.header__search input[type=password]::-moz-placeholder,
.header__search input[type=phone]::-moz-placeholder,
.header__search input[type=tel]::-moz-placeholder,
.header__search input[type=email]::-moz-placeholder,
.header__search textarea::-moz-placeholder,
.header__search .input::-moz-placeholder,
.searchTop input[type=text]::-moz-placeholder,
.searchTop input[type=password]::-moz-placeholder,
.searchTop input[type=phone]::-moz-placeholder,
.searchTop input[type=tel]::-moz-placeholder,
.searchTop input[type=email]::-moz-placeholder,
.searchTop textarea::-moz-placeholder,
.searchTop .input::-moz-placeholder,
.bx-soa-customer-field input[type=text]::-moz-placeholder,
.bx-soa-customer-field input[type=password]::-moz-placeholder,
.bx-soa-customer-field input[type=phone]::-moz-placeholder,
.bx-soa-customer-field input[type=tel]::-moz-placeholder,
.bx-soa-customer-field input[type=email]::-moz-placeholder,
.bx-soa-customer-field textarea::-moz-placeholder,
.bx-soa-customer-field .input::-moz-placeholder,
.form-group input[type=text]::-moz-placeholder,
.form-group input[type=password]::-moz-placeholder,
.form-group input[type=phone]::-moz-placeholder,
.form-group input[type=tel]::-moz-placeholder,
.form-group input[type=email]::-moz-placeholder,
.form-group textarea::-moz-placeholder,
.form-group .input::-moz-placeholder, .form input[type=text]::-moz-placeholder,
.form input[type=password]::-moz-placeholder,
.form input[type=phone]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form textarea::-moz-placeholder,
.form .input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.formField input[type=text]:-moz-placeholder,
.formField input[type=password]:-moz-placeholder,
.formField input[type=phone]:-moz-placeholder,
.formField input[type=tel]:-moz-placeholder,
.formField input[type=email]:-moz-placeholder,
.formField textarea:-moz-placeholder,
.formField .input:-moz-placeholder,
.search-page input[type=text]:-moz-placeholder,
.search-page input[type=password]:-moz-placeholder,
.search-page input[type=phone]:-moz-placeholder,
.search-page input[type=tel]:-moz-placeholder,
.search-page input[type=email]:-moz-placeholder,
.search-page textarea:-moz-placeholder,
.search-page .input:-moz-placeholder, .searchText input[type=text]:-moz-placeholder,
.searchText input[type=password]:-moz-placeholder,
.searchText input[type=phone]:-moz-placeholder,
.searchText input[type=tel]:-moz-placeholder,
.searchText input[type=email]:-moz-placeholder,
.searchText textarea:-moz-placeholder,
.searchText .input:-moz-placeholder,
.header__search input[type=text]:-moz-placeholder,
.header__search input[type=password]:-moz-placeholder,
.header__search input[type=phone]:-moz-placeholder,
.header__search input[type=tel]:-moz-placeholder,
.header__search input[type=email]:-moz-placeholder,
.header__search textarea:-moz-placeholder,
.header__search .input:-moz-placeholder,
.searchTop input[type=text]:-moz-placeholder,
.searchTop input[type=password]:-moz-placeholder,
.searchTop input[type=phone]:-moz-placeholder,
.searchTop input[type=tel]:-moz-placeholder,
.searchTop input[type=email]:-moz-placeholder,
.searchTop textarea:-moz-placeholder,
.searchTop .input:-moz-placeholder,
.bx-soa-customer-field input[type=text]:-moz-placeholder,
.bx-soa-customer-field input[type=password]:-moz-placeholder,
.bx-soa-customer-field input[type=phone]:-moz-placeholder,
.bx-soa-customer-field input[type=tel]:-moz-placeholder,
.bx-soa-customer-field input[type=email]:-moz-placeholder,
.bx-soa-customer-field textarea:-moz-placeholder,
.bx-soa-customer-field .input:-moz-placeholder,
.form-group input[type=text]:-moz-placeholder,
.form-group input[type=password]:-moz-placeholder,
.form-group input[type=phone]:-moz-placeholder,
.form-group input[type=tel]:-moz-placeholder,
.form-group input[type=email]:-moz-placeholder,
.form-group textarea:-moz-placeholder,
.form-group .input:-moz-placeholder, .form input[type=text]:-moz-placeholder,
.form input[type=password]:-moz-placeholder,
.form input[type=phone]:-moz-placeholder,
.form input[type=tel]:-moz-placeholder,
.form input[type=email]:-moz-placeholder,
.form textarea:-moz-placeholder,
.form .input:-moz-placeholder {
  color: #777;
  opacity: 1;
}
.formField input[type=text]:-ms-input-placeholder,
.formField input[type=password]:-ms-input-placeholder,
.formField input[type=phone]:-ms-input-placeholder,
.formField input[type=tel]:-ms-input-placeholder,
.formField input[type=email]:-ms-input-placeholder,
.formField textarea:-ms-input-placeholder,
.formField .input:-ms-input-placeholder,
.search-page input[type=text]:-ms-input-placeholder,
.search-page input[type=password]:-ms-input-placeholder,
.search-page input[type=phone]:-ms-input-placeholder,
.search-page input[type=tel]:-ms-input-placeholder,
.search-page input[type=email]:-ms-input-placeholder,
.search-page textarea:-ms-input-placeholder,
.search-page .input:-ms-input-placeholder, .searchText input[type=text]:-ms-input-placeholder,
.searchText input[type=password]:-ms-input-placeholder,
.searchText input[type=phone]:-ms-input-placeholder,
.searchText input[type=tel]:-ms-input-placeholder,
.searchText input[type=email]:-ms-input-placeholder,
.searchText textarea:-ms-input-placeholder,
.searchText .input:-ms-input-placeholder,
.header__search input[type=text]:-ms-input-placeholder,
.header__search input[type=password]:-ms-input-placeholder,
.header__search input[type=phone]:-ms-input-placeholder,
.header__search input[type=tel]:-ms-input-placeholder,
.header__search input[type=email]:-ms-input-placeholder,
.header__search textarea:-ms-input-placeholder,
.header__search .input:-ms-input-placeholder,
.searchTop input[type=text]:-ms-input-placeholder,
.searchTop input[type=password]:-ms-input-placeholder,
.searchTop input[type=phone]:-ms-input-placeholder,
.searchTop input[type=tel]:-ms-input-placeholder,
.searchTop input[type=email]:-ms-input-placeholder,
.searchTop textarea:-ms-input-placeholder,
.searchTop .input:-ms-input-placeholder,
.bx-soa-customer-field input[type=text]:-ms-input-placeholder,
.bx-soa-customer-field input[type=password]:-ms-input-placeholder,
.bx-soa-customer-field input[type=phone]:-ms-input-placeholder,
.bx-soa-customer-field input[type=tel]:-ms-input-placeholder,
.bx-soa-customer-field input[type=email]:-ms-input-placeholder,
.bx-soa-customer-field textarea:-ms-input-placeholder,
.bx-soa-customer-field .input:-ms-input-placeholder,
.form-group input[type=text]:-ms-input-placeholder,
.form-group input[type=password]:-ms-input-placeholder,
.form-group input[type=phone]:-ms-input-placeholder,
.form-group input[type=tel]:-ms-input-placeholder,
.form-group input[type=email]:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
.form-group .input:-ms-input-placeholder, .form input[type=text]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form input[type=phone]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form .input:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
.formField input[type=text]:focus,
.formField input[type=password]:focus,
.formField input[type=phone]:focus,
.formField input[type=tel]:focus,
.formField input[type=email]:focus,
.formField textarea:focus,
.formField .input:focus,
.search-page input[type=text]:focus,
.search-page input[type=password]:focus,
.search-page input[type=phone]:focus,
.search-page input[type=tel]:focus,
.search-page input[type=email]:focus,
.search-page textarea:focus,
.search-page .input:focus, .searchText input[type=text]:focus,
.searchText input[type=password]:focus,
.searchText input[type=phone]:focus,
.searchText input[type=tel]:focus,
.searchText input[type=email]:focus,
.searchText textarea:focus,
.searchText .input:focus,
.header__search input[type=text]:focus,
.header__search input[type=password]:focus,
.header__search input[type=phone]:focus,
.header__search input[type=tel]:focus,
.header__search input[type=email]:focus,
.header__search textarea:focus,
.header__search .input:focus,
.searchTop input[type=text]:focus,
.searchTop input[type=password]:focus,
.searchTop input[type=phone]:focus,
.searchTop input[type=tel]:focus,
.searchTop input[type=email]:focus,
.searchTop textarea:focus,
.searchTop .input:focus,
.bx-soa-customer-field input[type=text]:focus,
.bx-soa-customer-field input[type=password]:focus,
.bx-soa-customer-field input[type=phone]:focus,
.bx-soa-customer-field input[type=tel]:focus,
.bx-soa-customer-field input[type=email]:focus,
.bx-soa-customer-field textarea:focus,
.bx-soa-customer-field .input:focus,
.form-group input[type=text]:focus,
.form-group input[type=password]:focus,
.form-group input[type=phone]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=email]:focus,
.form-group textarea:focus,
.form-group .input:focus, .form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=phone]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form textarea:focus,
.form .input:focus {
  color: #242424;
  border-color: #ea651d;
  outline: none !important;
  outline: 0 !important;
}
.formField input[type=text]:required,
.formField input[type=password]:required,
.formField input[type=phone]:required,
.formField input[type=tel]:required,
.formField input[type=email]:required,
.formField textarea:required,
.formField .input:required,
.search-page input[type=text]:required,
.search-page input[type=password]:required,
.search-page input[type=phone]:required,
.search-page input[type=tel]:required,
.search-page input[type=email]:required,
.search-page textarea:required,
.search-page .input:required, .searchText input[type=text]:required,
.searchText input[type=password]:required,
.searchText input[type=phone]:required,
.searchText input[type=tel]:required,
.searchText input[type=email]:required,
.searchText textarea:required,
.searchText .input:required,
.header__search input[type=text]:required,
.header__search input[type=password]:required,
.header__search input[type=phone]:required,
.header__search input[type=tel]:required,
.header__search input[type=email]:required,
.header__search textarea:required,
.header__search .input:required,
.searchTop input[type=text]:required,
.searchTop input[type=password]:required,
.searchTop input[type=phone]:required,
.searchTop input[type=tel]:required,
.searchTop input[type=email]:required,
.searchTop textarea:required,
.searchTop .input:required,
.bx-soa-customer-field input[type=text]:required,
.bx-soa-customer-field input[type=password]:required,
.bx-soa-customer-field input[type=phone]:required,
.bx-soa-customer-field input[type=tel]:required,
.bx-soa-customer-field input[type=email]:required,
.bx-soa-customer-field textarea:required,
.bx-soa-customer-field .input:required,
.form-group input[type=text]:required,
.form-group input[type=password]:required,
.form-group input[type=phone]:required,
.form-group input[type=tel]:required,
.form-group input[type=email]:required,
.form-group textarea:required,
.form-group .input:required, .form input[type=text]:required,
.form input[type=password]:required,
.form input[type=phone]:required,
.form input[type=tel]:required,
.form input[type=email]:required,
.form textarea:required,
.form .input:required {
  outline: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.formField input[type=text]:disabled,
.formField input[type=password]:disabled,
.formField input[type=phone]:disabled,
.formField input[type=tel]:disabled,
.formField input[type=email]:disabled,
.formField textarea:disabled,
.formField .input:disabled,
.search-page input[type=text]:disabled,
.search-page input[type=password]:disabled,
.search-page input[type=phone]:disabled,
.search-page input[type=tel]:disabled,
.search-page input[type=email]:disabled,
.search-page textarea:disabled,
.search-page .input:disabled, .searchText input[type=text]:disabled,
.searchText input[type=password]:disabled,
.searchText input[type=phone]:disabled,
.searchText input[type=tel]:disabled,
.searchText input[type=email]:disabled,
.searchText textarea:disabled,
.searchText .input:disabled,
.header__search input[type=text]:disabled,
.header__search input[type=password]:disabled,
.header__search input[type=phone]:disabled,
.header__search input[type=tel]:disabled,
.header__search input[type=email]:disabled,
.header__search textarea:disabled,
.header__search .input:disabled,
.searchTop input[type=text]:disabled,
.searchTop input[type=password]:disabled,
.searchTop input[type=phone]:disabled,
.searchTop input[type=tel]:disabled,
.searchTop input[type=email]:disabled,
.searchTop textarea:disabled,
.searchTop .input:disabled,
.bx-soa-customer-field input[type=text]:disabled,
.bx-soa-customer-field input[type=password]:disabled,
.bx-soa-customer-field input[type=phone]:disabled,
.bx-soa-customer-field input[type=tel]:disabled,
.bx-soa-customer-field input[type=email]:disabled,
.bx-soa-customer-field textarea:disabled,
.bx-soa-customer-field .input:disabled,
.form-group input[type=text]:disabled,
.form-group input[type=password]:disabled,
.form-group input[type=phone]:disabled,
.form-group input[type=tel]:disabled,
.form-group input[type=email]:disabled,
.form-group textarea:disabled,
.form-group .input:disabled, .form input[type=text]:disabled,
.form input[type=password]:disabled,
.form input[type=phone]:disabled,
.form input[type=tel]:disabled,
.form input[type=email]:disabled,
.form textarea:disabled,
.form .input:disabled {
  color: #8B8B8B;
  padding: 0;
  height: unset;
  background-color: transparent;
  border: none;
}

.formField textarea,
.bx-soa-customer-field textarea {
  height: 10.5rem;
  padding: 1rem 1.6rem;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .formField textarea,
  .bx-soa-customer-field textarea {
    height: 110px;
    padding: 10px 16px;
  }
}
.formField.valid input[type=text]:valid,
.formField.valid input[type=password]:valid,
.formField.valid input[type=phone]:valid,
.formField.valid input[type=tel]:valid,
.formField.valid input[type=email]:valid,
.formField.valid textarea:valid,
.formField.valid .input:valid,
.bx-soa-customer-field.valid input[type=text]:valid,
.bx-soa-customer-field.valid input[type=password]:valid,
.bx-soa-customer-field.valid input[type=phone]:valid,
.bx-soa-customer-field.valid input[type=tel]:valid,
.bx-soa-customer-field.valid input[type=email]:valid,
.bx-soa-customer-field.valid textarea:valid,
.bx-soa-customer-field.valid .input:valid {
  border-color: #06e278;
  background: #fff url(../img/icons/valid.png) no-repeat right top;
}
.formField.valid input[type=text]:invalid,
.formField.valid input[type=password]:invalid,
.formField.valid input[type=phone]:invalid,
.formField.valid input[type=tel]:invalid,
.formField.valid input[type=email]:invalid,
.formField.valid textarea:invalid,
.formField.valid .input:invalid,
.bx-soa-customer-field.valid input[type=text]:invalid,
.bx-soa-customer-field.valid input[type=password]:invalid,
.bx-soa-customer-field.valid input[type=phone]:invalid,
.bx-soa-customer-field.valid input[type=tel]:invalid,
.bx-soa-customer-field.valid input[type=email]:invalid,
.bx-soa-customer-field.valid textarea:invalid,
.bx-soa-customer-field.valid .input:invalid {
  border-color: #f42e14;
  background: #fff url(../img/icons/invalid.png) no-repeat right top;
}
.formField.valid input[type=text]:invalid + .error,
.formField.valid input[type=password]:invalid + .error,
.formField.valid input[type=phone]:invalid + .error,
.formField.valid input[type=tel]:invalid + .error,
.formField.valid input[type=email]:invalid + .error,
.formField.valid textarea:invalid + .error,
.formField.valid .input:invalid + .error,
.bx-soa-customer-field.valid input[type=text]:invalid + .error,
.bx-soa-customer-field.valid input[type=password]:invalid + .error,
.bx-soa-customer-field.valid input[type=phone]:invalid + .error,
.bx-soa-customer-field.valid input[type=tel]:invalid + .error,
.bx-soa-customer-field.valid input[type=email]:invalid + .error,
.bx-soa-customer-field.valid textarea:invalid + .error,
.bx-soa-customer-field.valid .input:invalid + .error {
  color: #f42e14;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  display: block;
}
@media (max-width: 991.98px) {
  .formField.valid input[type=text]:invalid + .error,
  .formField.valid input[type=password]:invalid + .error,
  .formField.valid input[type=phone]:invalid + .error,
  .formField.valid input[type=tel]:invalid + .error,
  .formField.valid input[type=email]:invalid + .error,
  .formField.valid textarea:invalid + .error,
  .formField.valid .input:invalid + .error,
  .bx-soa-customer-field.valid input[type=text]:invalid + .error,
  .bx-soa-customer-field.valid input[type=password]:invalid + .error,
  .bx-soa-customer-field.valid input[type=phone]:invalid + .error,
  .bx-soa-customer-field.valid input[type=tel]:invalid + .error,
  .bx-soa-customer-field.valid input[type=email]:invalid + .error,
  .bx-soa-customer-field.valid textarea:invalid + .error,
  .bx-soa-customer-field.valid .input:invalid + .error {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.formField.invalid input[type=text]:invalid,
.formField.invalid input[type=password]:invalid,
.formField.invalid input[type=phone]:invalid,
.formField.invalid input[type=tel]:invalid,
.formField.invalid input[type=email]:invalid,
.formField.invalid textarea:invalid,
.formField.invalid .input:invalid,
.bx-soa-customer-field.invalid input[type=text]:invalid,
.bx-soa-customer-field.invalid input[type=password]:invalid,
.bx-soa-customer-field.invalid input[type=phone]:invalid,
.bx-soa-customer-field.invalid input[type=tel]:invalid,
.bx-soa-customer-field.invalid input[type=email]:invalid,
.bx-soa-customer-field.invalid textarea:invalid,
.bx-soa-customer-field.invalid .input:invalid {
  border-color: #f42e14;
  background: #fff url(../img/icons/invalid.png) no-repeat right top;
}
.formField.invalid input[type=text]:valid,
.formField.invalid input[type=password]:valid,
.formField.invalid input[type=phone]:valid,
.formField.invalid input[type=tel]:valid,
.formField.invalid input[type=email]:valid,
.formField.invalid textarea:valid,
.formField.invalid .input:valid,
.bx-soa-customer-field.invalid input[type=text]:valid,
.bx-soa-customer-field.invalid input[type=password]:valid,
.bx-soa-customer-field.invalid input[type=phone]:valid,
.bx-soa-customer-field.invalid input[type=tel]:valid,
.bx-soa-customer-field.invalid input[type=email]:valid,
.bx-soa-customer-field.invalid textarea:valid,
.bx-soa-customer-field.invalid .input:valid {
  border-color: #06e278;
  background: #fff url(../img/icons/valid.png) no-repeat right top;
}
.formField.form-error input[type=text],
.formField.form-error input[type=password],
.formField.form-error input[type=phone],
.formField.form-error input[type=tel],
.formField.form-error input[type=email],
.formField.form-error textarea,
.formField.form-error .input,
.bx-soa-customer-field.form-error input[type=text],
.bx-soa-customer-field.form-error input[type=password],
.bx-soa-customer-field.form-error input[type=phone],
.bx-soa-customer-field.form-error input[type=tel],
.bx-soa-customer-field.form-error input[type=email],
.bx-soa-customer-field.form-error textarea,
.bx-soa-customer-field.form-error .input {
  border-color: #ED0131;
}
.formField.form-error .form__label-error,
.bx-soa-customer-field.form-error .form__label-error {
  display: block;
}

.formButton input[type=submit],
.formButton input[type=button],
.formButton button,
.formField button,
.formButton .btn,
.formField .btn,
.btn,
.search-page input[type=submit],
.searchTop button, .form__button {
  display: inline-flex;
  align-items: center;
  align-content: center;
  height: 5rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #fff !important;
  padding: 0px 2rem;
  border: 0.1rem solid #fff;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  text-align: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  z-index: 0;
  transition: all 0.25s ease;
  box-sizing: border-box;
  border-radius: 3rem;
  width: auto;
  font-feature-settings: "pnum" on, "lnum" on;
  background: #ea651d;
}
@media (max-width: 991.98px) {
  .formButton input[type=submit],
  .formButton input[type=button],
  .formButton button,
  .formField button,
  .formButton .btn,
  .formField .btn,
  .btn,
  .search-page input[type=submit],
  .searchTop button, .form__button {
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    padding: 0px 20px;
    border-width: 1px;
    border-radius: 30px;
  }
}
@media (max-width: 767.98px) {
  .formButton input[type=submit],
  .formButton input[type=button],
  .formButton button,
  .formField button,
  .formButton .btn,
  .formField .btn,
  .btn,
  .search-page input[type=submit],
  .searchTop button, .form__button {
    height: 45px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.formButton input[type=submit]:hover,
.formButton input[type=button]:hover,
.formButton button:hover,
.formField button:hover,
.formButton .btn:hover,
.formField .btn:hover,
.btn:hover,
.search-page input[type=submit]:hover,
.searchTop button:hover, .form__button:hover {
  text-decoration: none;
  background: #7951a1;
}
.formButton input[type=submit].btn-blue,
.formButton input[type=button].btn-blue,
.formButton button.btn-blue,
.formField button.btn-blue,
.formButton .btn.btn-blue,
.formField .btn.btn-blue,
.btn.btn-blue,
.search-page input[type=submit].btn-blue,
.searchTop button.btn-blue, .form__button.btn-blue {
  background: #7951a1;
}
.formButton input[type=submit].btn-blue:hover,
.formButton input[type=button].btn-blue:hover,
.formButton button.btn-blue:hover,
.formField button.btn-blue:hover,
.formButton .btn.btn-blue:hover,
.formField .btn.btn-blue:hover,
.btn.btn-blue:hover,
.search-page input[type=submit].btn-blue:hover,
.searchTop button.btn-blue:hover, .form__button.btn-blue:hover {
  text-decoration: none;
  background: #ea651d;
}
.formButton input[type=submit].btn-lilac,
.formButton input[type=button].btn-lilac,
.formButton button.btn-lilac,
.formField button.btn-lilac,
.formButton .btn.btn-lilac,
.formField .btn.btn-lilac,
.btn.btn-lilac,
.search-page input[type=submit].btn-lilac,
.searchTop button.btn-lilac, .form__button.btn-lilac {
  background: #6a3b90;
}
.formButton input[type=submit].btn-lilac:hover,
.formButton input[type=button].btn-lilac:hover,
.formButton button.btn-lilac:hover,
.formField button.btn-lilac:hover,
.formButton .btn.btn-lilac:hover,
.formField .btn.btn-lilac:hover,
.btn.btn-lilac:hover,
.search-page input[type=submit].btn-lilac:hover,
.searchTop button.btn-lilac:hover, .form__button.btn-lilac:hover {
  text-decoration: none;
  background: #ea651d;
}
.formButton input[type=submit].btn-white,
.formButton input[type=button].btn-white,
.formButton button.btn-white,
.formField button.btn-white,
.formButton .btn.btn-white,
.formField .btn.btn-white,
.btn.btn-white,
.search-page input[type=submit].btn-white,
.searchTop button.btn-white, .form__button.btn-white {
  background: #fff;
  color: #6a3b90 !important;
}
.formButton input[type=submit].btn-white:hover,
.formButton input[type=button].btn-white:hover,
.formButton button.btn-white:hover,
.formField button.btn-white:hover,
.formButton .btn.btn-white:hover,
.formField .btn.btn-white:hover,
.btn.btn-white:hover,
.search-page input[type=submit].btn-white:hover,
.searchTop button.btn-white:hover, .form__button.btn-white:hover {
  text-decoration: none;
  background: #7951a1;
  color: #fff !important;
}
.formButton input[type=submit].btn-border,
.formButton input[type=button].btn-border,
.formButton button.btn-border,
.formField button.btn-border,
.formButton .btn.btn-border,
.formField .btn.btn-border,
.btn.btn-border,
.search-page input[type=submit].btn-border,
.searchTop button.btn-border, .form__button.btn-border {
  border: none;
  background-color: transparent;
  color: #ea651d !important;
  border-radius: 3rem;
  background: #fff;
  border: 2px solid #5d2480;
  color: #5d2480 !important;
}
@media (max-width: 991.98px) {
  .formButton input[type=submit].btn-border,
  .formButton input[type=button].btn-border,
  .formButton button.btn-border,
  .formField button.btn-border,
  .formButton .btn.btn-border,
  .formField .btn.btn-border,
  .btn.btn-border,
  .search-page input[type=submit].btn-border,
  .searchTop button.btn-border, .form__button.btn-border {
    border-radius: 30px;
  }
}
.formButton input[type=submit].btn-border:hover,
.formButton input[type=button].btn-border:hover,
.formButton button.btn-border:hover,
.formField button.btn-border:hover,
.formButton .btn.btn-border:hover,
.formField .btn.btn-border:hover,
.btn.btn-border:hover,
.search-page input[type=submit].btn-border:hover,
.searchTop button.btn-border:hover, .form__button.btn-border:hover {
  border: 0.2rem solid #ea651d;
  color: #ea651d !important;
}
@media (max-width: 991.98px) {
  .formButton input[type=submit].btn-border:hover,
  .formButton input[type=button].btn-border:hover,
  .formButton button.btn-border:hover,
  .formField button.btn-border:hover,
  .formButton .btn.btn-border:hover,
  .formField .btn.btn-border:hover,
  .btn.btn-border:hover,
  .search-page input[type=submit].btn-border:hover,
  .searchTop button.btn-border:hover, .form__button.btn-border:hover {
    border-width: 2px;
  }
}
.formButton input[type=submit].btn-border.btn-arrow span:after,
.formButton input[type=button].btn-border.btn-arrow span:after,
.formButton button.btn-border.btn-arrow span:after,
.formField button.btn-border.btn-arrow span:after,
.formButton .btn.btn-border.btn-arrow span:after,
.formField .btn.btn-border.btn-arrow span:after,
.btn.btn-border.btn-arrow span:after,
.search-page input[type=submit].btn-border.btn-arrow span:after,
.searchTop button.btn-border.btn-arrow span:after, .form__button.btn-border.btn-arrow span:after {
  content: "";
  display: flex;
  margin-left: auto;
  width: 3, 4rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34 16' style='enable-background:new 0 0 34 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%230582be;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%230582be;stroke-width:1.5;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1.1' y1='8' x2='33.1' y2='8'/%3E%3Cline class='st1' x1='26.8' y1='1' x2='33.1' y2='8'/%3E%3Cline class='st1' x1='33.1' y1='8' x2='26.8' y2='15.1'/%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  .formButton input[type=submit].btn-border.btn-arrow span:after,
  .formButton input[type=button].btn-border.btn-arrow span:after,
  .formButton button.btn-border.btn-arrow span:after,
  .formField button.btn-border.btn-arrow span:after,
  .formButton .btn.btn-border.btn-arrow span:after,
  .formField .btn.btn-border.btn-arrow span:after,
  .btn.btn-border.btn-arrow span:after,
  .search-page input[type=submit].btn-border.btn-arrow span:after,
  .searchTop button.btn-border.btn-arrow span:after, .form__button.btn-border.btn-arrow span:after {
    width: 34px;
    height: 16px;
  }
}
.formButton input[type=submit].btn-border.btn-arrow:hover span:after,
.formButton input[type=button].btn-border.btn-arrow:hover span:after,
.formButton button.btn-border.btn-arrow:hover span:after,
.formField button.btn-border.btn-arrow:hover span:after,
.formButton .btn.btn-border.btn-arrow:hover span:after,
.formField .btn.btn-border.btn-arrow:hover span:after,
.btn.btn-border.btn-arrow:hover span:after,
.search-page input[type=submit].btn-border.btn-arrow:hover span:after,
.searchTop button.btn-border.btn-arrow:hover span:after, .form__button.btn-border.btn-arrow:hover span:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34 16' style='enable-background:new 0 0 34 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2347aa42;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%2347aa42;stroke-width:1.5;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1.1' y1='8' x2='33.1' y2='8'/%3E%3Cline class='st1' x1='26.8' y1='1' x2='33.1' y2='8'/%3E%3Cline class='st1' x1='33.1' y1='8' x2='26.8' y2='15.1'/%3E%3C/svg%3E");
  transform: translateX(0.5rem);
}
@media (max-width: 991.98px) {
  .formButton input[type=submit].btn-border.btn-arrow:hover span:after,
  .formButton input[type=button].btn-border.btn-arrow:hover span:after,
  .formButton button.btn-border.btn-arrow:hover span:after,
  .formField button.btn-border.btn-arrow:hover span:after,
  .formButton .btn.btn-border.btn-arrow:hover span:after,
  .formField .btn.btn-border.btn-arrow:hover span:after,
  .btn.btn-border.btn-arrow:hover span:after,
  .search-page input[type=submit].btn-border.btn-arrow:hover span:after,
  .searchTop button.btn-border.btn-arrow:hover span:after, .form__button.btn-border.btn-arrow:hover span:after {
    transform: translateX(5px);
  }
}

.js-expand-btn {
  cursor: pointer;
  transition: all 0.25s ease;
}

.js-expand .hidden {
  display: none !important;
}

.formButton--width .btn {
  width: 100%;
}

.formField {
  position: relative;
  margin-bottom: 1.5rem;
  color: #242424;
}
@media (max-width: 991.98px) {
  .formField {
    margin-bottom: 15px;
  }
}
.formField:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.formField .title {
  display: block;
  margin-bottom: 5px;
  color: #242424;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
}
@media (max-width: 991.98px) {
  .formField .title {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.formField .star {
  color: #259cc2;
  font-weight: 400;
}
.formField label {
  display: flex;
  align-items: center;
  align-content: flex-start;
}
.formField label span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
}
@media (max-width: 991.98px) {
  .formField label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.formField label a {
  text-decoration: underline;
}
.formField label a:hover {
  text-decoration: none;
}
.formField input[type=text] + label, .formField input[type=email] + label, .formField input[type=phone] + label, .formField input[type=password] + label, .formField textarea + label {
  margin-top: 5px;
}
.formField.text {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
}
.formField .field-info {
  padding: 0 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #708999;
  margin-top: 4px;
  display: block;
}
.formField .info {
  position: absolute;
  top: 12px;
  right: 24px;
  width: 16px;
  height: 16px;
  display: block;
}
.formField .info .fa-ico {
  position: absolute;
  top: 0;
  left: 12px;
  cursor: pointer;
}
.formField--ico:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  left: 12px;
  top: 12px;
}
.formField--ico input[type=text], .formField--ico input[type=email], .formField--ico input[type=phone], .formField--ico input[type=password] {
  padding-left: 40px;
}
.formField.ico-user:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3332 14V12.6667C13.3332 11.9594 13.0522 11.2811 12.5521 10.781C12.052 10.281 11.3737 10 10.6665 10H5.33317C4.62593 10 3.94765 10.281 3.44755 10.781C2.94746 11.2811 2.6665 11.9594 2.6665 12.6667V14' stroke='%239BB4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00016 7.33333C9.47292 7.33333 10.6668 6.13943 10.6668 4.66667C10.6668 3.19391 9.47292 2 8.00016 2C6.5274 2 5.3335 3.19391 5.3335 4.66667C5.3335 6.13943 6.5274 7.33333 8.00016 7.33333Z' stroke='%239BB4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.formField.ico-key:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3335 4.99998L12.6668 2.66665M14.0002 1.33331L12.6668 2.66665L14.0002 1.33331ZM7.59352 7.73998C7.93774 8.07962 8.21138 8.484 8.39869 8.92984C8.58599 9.37567 8.68325 9.85416 8.68487 10.3377C8.68649 10.8213 8.59243 11.3004 8.40813 11.7475C8.22382 12.1946 7.95289 12.6008 7.61095 12.9427C7.269 13.2847 6.8628 13.5556 6.41572 13.7399C5.96864 13.9242 5.48952 14.0183 5.00594 14.0167C4.52236 14.015 4.04388 13.9178 3.59804 13.7305C3.15221 13.5432 2.74783 13.2695 2.40818 12.9253C1.74027 12.2338 1.37069 11.3076 1.37904 10.3462C1.3874 9.38479 1.77302 8.46514 2.45285 7.78531C3.13268 7.10548 4.05232 6.71986 5.01371 6.71151C5.9751 6.70315 6.90131 7.07273 7.59285 7.74065L7.59352 7.73998ZM7.59352 7.73998L10.3335 4.99998L7.59352 7.73998ZM10.3335 4.99998L12.3335 6.99998L14.6668 4.66665L12.6668 2.66665L10.3335 4.99998Z' stroke='%239BB4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.formField .reviewStars-input {
  overflow: hidden;
  position: relative;
  float: left;
}
.formField .reviewStars-input .jq-radio {
  opacity: 0;
  width: 26px;
  margin: 0;
  height: 26px;
  position: absolute !important;
  top: 0;
  z-index: 0;
  border: none;
  background: url(../img/icons/star.svg) no-repeat;
  background-size: 26px auto;
}
.formField .reviewStars-input .jq-radio.checked ~ label {
  filter: none;
  transition: all 0.25s ease;
}
.formField .reviewStars-input label {
  background: url(../img/icons/star.svg) no-repeat;
  background-size: 26px auto;
  filter: grayscale(100%);
  transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 26px;
  width: 26px;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0;
}
.formField .reviewStars-input label:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.formField .reviewStars-input label:hover,
.formField .reviewStars-input label:hover ~ label {
  filter: none;
}
.formField .reviewStars-input .star-0-styler {
  left: 0px;
}
.formField .reviewStars-input .star-1-styler {
  left: 15px;
}
.formField .reviewStars-input .star-2-styler {
  left: 30px;
}
.formField .reviewStars-input .star-3-styler {
  left: 45px;
}
.formField .reviewStars-input .star-4-styler {
  left: 60px;
}
.formField .reviewStars-input .star-5-styler {
  left: 75px;
}

@media (max-width: 575.98px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

#toTop {
  padding: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  display: none;
  color: #242424;
  z-index: 50;
  transition: all 0.3s ease;
}
#toTop span {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50% 0 0 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: #DFE5FB;
}
@media (max-width: 991.98px) {
  #toTop span {
    width: 44px;
    height: 44px;
  }
}
#toTop:hover span:before {
  transform: translateY(-0.5rem);
}

.printBtn {
  display: none;
}

.mfp-text-form .mfp-content .forms {
  background: #91c9df;
  padding: 30px;
  box-sizing: border-box;
  max-width: 360px;
  box-shadow: 0px 45px 25px -20px rgba(174, 197, 191, 0.22);
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content .forms {
    padding: 40px 24px 24px 24px;
  }
}
.mfp-text-form .mfp-content .form-consult {
  background: #91c9df;
  padding: 30px;
  box-sizing: border-box;
  max-width: 760px;
  box-shadow: 0px 45px 25px -20px rgba(174, 197, 191, 0.22);
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content .form-consult {
    max-width: 360px;
    padding: 40px 24px 24px 24px;
  }
}
.mfp-text-form .mfp-content .form-consult:before {
  display: none;
}
.mfp-text-form .mfp-content .form-consult__item {
  width: 100%;
  margin: 0;
}
.mfp-text-form .mfp-content .form-consult .text {
  display: none;
}

.mfp-content .displaynone {
  display: block;
}
.mfp-content .mpf-text {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 730px;
  box-sizing: border-box;
  margin: 0 auto;
}
.mfp-content .mpf-text.reviews__item {
  height: auto !important;
}
.mfp-content .mpf-text .text__text {
  text-overflow: inherit;
  display: block;
  overflow: visible;
}
.mfp-content .mpf-text .text .more {
  display: none;
}
.mfp-content .mpf-text .link {
  position: relative;
  right: auto;
  bottom: auto;
}
.mfp-content form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #323338;
  margin: 0 0 15px;
}
.mfp-content form .formField {
  margin: 0 0 15px;
}
.mfp-content form .formButton {
  margin-top: 15px;
}
.mfp-content form .formButton button {
  width: 100%;
  max-width: 100%;
}

.search-page__form {
  position: relative;
}
.search-page__form input[type=text] {
  height: 5rem;
  padding-right: 27rem;
  border-radius: 0 3rem 3rem 0;
}
@media (max-width: 991.98px) {
  .search-page__form input[type=text] {
    height: 45px;
    padding-right: 100px;
    border-radius: 0 30px 30px 0;
  }
}
.search-page__form .btn, .search-page__form input[type=submit] {
  position: absolute;
  right: 0;
  top: -0.1rem;
  width: 26.3rem;
  height: 5.2rem;
}
@media (max-width: 991.98px) {
  .search-page__form .btn, .search-page__form input[type=submit] {
    height: 47px;
    top: -1px;
    width: auto;
  }
}

.jq-checkbox {
  width: 4.5rem;
  height: 4.5rem;
  border: 0.1rem solid #B8BCCA;
  background: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  flex: 0 0 4.5rem;
  cursor: pointer;
  margin: 0 1rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991.98px) {
  .jq-checkbox {
    width: 45px;
    height: 45px;
    border: 1px solid #B8BCCA;
    flex: 0 0 45px;
    margin: 0 10px 0 0;
  }
}

.jq-checkbox .jq-checkbox__div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2.8rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.38918 2.64656C8.77971 2.25604 8.77971 1.62287 8.38918 1.23235C7.99866 0.841822 7.36549 0.841822 6.97497 1.23235L3.43944 4.76788L2.02522 3.35367C1.6347 2.96314 1.00153 2.96314 0.611008 3.35367C0.220484 3.74419 0.220484 4.37736 0.611008 4.76788L2.73191 6.88879C2.73205 6.88892 2.73219 6.88906 2.73233 6.8892C2.78114 6.93802 2.83375 6.98073 2.8892 7.01734C3.27735 7.27362 3.80483 7.23091 4.14654 6.8892C4.14674 6.889 4.14693 6.88881 4.14713 6.88861L8.38918 2.64656Z' fill='%2347aa42'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  opacity: 0;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .jq-checkbox .jq-checkbox__div {
    width: 28px;
    height: 25px;
  }
}

.jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
}

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: grayscale(100%);
  transition: all 0.25s ease;
}

.jq-radio {
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #232630;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  display: flex !important;
  flex: 0 0 1.6rem;
  margin: 0 0.7rem 0px 0;
  position: relative;
  transition: all 0.25s ease;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .jq-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #232630;
    flex: 0 0 16px;
    margin: 0 7px 0px 0;
  }
}
.jq-radio__div {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  flex: 0 0 0.8rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.25s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .jq-radio__div {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
  }
}

.jq-radio.checked {
  background: #ea651d;
  border: 0.1rem solid #ea651d;
}
@media (max-width: 991.98px) {
  .jq-radio.checked {
    border-width: 1px;
  }
}
.jq-radio.checked .jq-radio__div {
  opacity: 1;
}

.jq-radio.focused {
  border-color: #ea651d;
}

.jq-radio.disabled {
  background: rgba(255, 255, 255, 0.3);
  border: 0.1rem solid rgba(0, 66, 105, 0.28);
}
@media (max-width: 991.98px) {
  .jq-radio.disabled {
    border-width: 1px;
  }
}

.files {
  position: relative;
}
.files .jq-file {
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 60px;
  height: 45px;
  position: relative;
}
.files .jq-file:after {
  display: block;
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 10px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-color: #ea651d;
  background-image: url(../img/icons/file.png);
  background-position: center;
}
.files .jq-file:before {
  content: "Добавить документ";
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
}
.files .jq-file__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
}
.files .jq-file__browse {
  display: none !important;
}
.files .jq-file.changed:after {
  background-color: #7951a1;
}
.files .jq-file.changed:before {
  content: "Добавлено";
}
.files .jq-file.changed .jq-file__name {
  color: #ea651d;
}
.files .jq-file label {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.files .jq-file label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: flex;
  flex: 0 0 24px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 14C3.55228 14 4 14.4477 4 15V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7956 2 19V15C2 14.4477 2.44772 14 3 14Z' fill='%23828282'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 2.29289C11.6834 1.90237 12.3166 1.90237 12.7071 2.29289L17.7071 7.29289C18.0976 7.68342 18.0976 8.31658 17.7071 8.70711C17.3166 9.09763 16.6834 9.09763 16.2929 8.70711L12 4.41421L7.70711 8.70711C7.31658 9.09763 6.68342 9.09763 6.29289 8.70711C5.90237 8.31658 5.90237 7.68342 6.29289 7.29289L11.2929 2.29289Z' fill='%23828282'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C12.5523 2 13 2.44772 13 3V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V3C11 2.44772 11.4477 2 12 2Z' fill='%23828282'/%3E%3C/svg%3E");
}

.jq-file {
  display: block !important;
}

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
  left: 0 !important;
}

.js-files-autoupload .jq-file__name {
  display: inline;
  color: #242424;
}

.jq-file__browse {
  display: inline;
  color: #ea651d;
  text-decoration: underline;
  margin-left: 5px;
}

.jq-file.disabled .jq-file__name {
  color: #888;
}

.files__list {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #3f3f3f;
  overflow: hidden;
}
.files__list__item {
  width: 5.9rem;
  height: 5.9rem;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  margin: 1.1rem 2.3rem 0 0;
  text-indent: -9999px;
}
@media (max-width: 991.98px) {
  .files__list__item {
    width: 52px;
    height: 52px;
  }
}
.files__list__item.uploading {
  position: absolute;
  opacity: 0;
}
.files__list__item .close,
.files__list__item .delete {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: absolute;
  right: -0.9rem;
  top: -0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23F3F3F3'/%3E%3Cpath d='M5 11L11 5M5 5L11 11' stroke='%23111827' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.8rem;
}
@media (max-width: 991.98px) {
  .files__list__item .close,
  .files__list__item .delete {
    background-size: 16px;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
  }
}
.files__list__item .close:hover,
.files__list__item .delete:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23F3F3F3'/%3E%3Cpath d='M5 11L11 5M5 5L11 11' stroke='%230457D4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.files-add {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  color: #259cc2;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: "Montserrat", Tahoma, sans-serif;
  transition: all 0.25s ease;
}
.files-add.formField {
  margin: 20px 0;
}
.files-add:before {
  content: "";
  flex: 0 0 16px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  height: 16px;
  background-color: #259cc2;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.79995 0.199951H4.19995V4.19995L0.199951 4.19995L0.199951 5.79995H4.19995V9.79995H5.79995V5.79995H9.79995V4.19995L5.79995 4.19995V0.199951Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
}
.files-add:hover {
  color: #ea651d;
}
.files-add:hover:before {
  background-color: #ea651d;
}

.jq-selectbox {
  cursor: pointer;
  display: block !important;
  margin: 0;
  z-index: 3 !important;
  box-sizing: border-box;
}
.jq-selectbox.opened {
  z-index: 4 !important;
}
.jq-selectbox.opened.dropup .jq-selectbox__select {
  border-radius: 0 0 4px 4px;
  border-top-color: transparent;
}
.jq-selectbox.opened.dropup .jq-selectbox__dropdown {
  border-bottom: none !important;
  border-radius: 4px 4px 0 0 !important;
}
.jq-selectbox.opened.dropdown .jq-selectbox__select {
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
}
.jq-selectbox.opened.dropdown .jq-selectbox__dropdown {
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
}
.jq-selectbox.dropup .jq-selectbox__dropdown {
  border-bottom: none !important;
  border-radius: 4px 4px 0 0 !important;
}
.jq-selectbox.dropdown .jq-selectbox__dropdown {
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
}

.jq-selectbox__select {
  height: 48px;
  border-radius: 4px;
  padding: 0 30px 0 16px;
  box-sizing: border-box;
  border: none;
  background: #fff;
  line-height: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #8B8B8B;
  box-sizing: border-box;
  transition: all 0.25s ease;
  border: 1px solid #B8BCCA;
}

.jq-selectbox__select:hover {
  background: #F8FAFC;
}

.jq-selectbox__select:active {
  background: #F8FAFC;
}

.jq-selectbox.changed {
  z-index: 2;
}

.jq-selectbox.disabled .jq-selectbox__select {
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  font-feature-settings: "pnum" on, "lnum" on;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 20px;
  right: 16px;
  overflow: hidden;
  box-sizing: border-box;
  width: 9px;
  height: 6px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.22928 5.22267C4.83425 5.64372 4.16574 5.64372 3.77072 5.22267L0.450953 1.68421C-0.148153 1.04564 0.30462 1.86545e-08 1.18024 9.52032e-08L7.81976 6.75649e-07C8.69538 7.52198e-07 9.14815 1.04564 8.54905 1.68421L5.22928 5.22267Z' fill='%23646464'/%3E%3C/svg%3E");
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.5;
}

.jq-selectbox__dropdown {
  width: 100% !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 5px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #B8BCCA;
}
.jq-selectbox__dropdown ul {
  margin: 0 !important;
}

.jq-selectbox__search {
  margin: 5px;
  display: none;
}

.jq-selectbox ul {
  margin: 0 !important;
  padding: 0 !important;
}
.jq-selectbox ul:before {
  display: none !important;
}

.jq-selectbox li {
  min-height: inherit !important;
  line-height: normal !important;
  white-space: normal !important;
  padding: 8px 16px 8px !important;
  color: #242424;
  margin: 0 !important;
  transition: all 0.25s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", Tahoma, sans-serif;
}
.jq-selectbox li:before, .jq-selectbox li:after {
  display: none !important;
}
.jq-selectbox li:last-child {
  border: none;
}

.jq-selectbox li.selected,
.jq-selectbox li.sel {
  background-color: #EFFCF8;
  position: relative;
  padding-right: 30px;
}
.jq-selectbox li.selected:after,
.jq-selectbox li.sel:after {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 12px;
  top: calc(50% - 8px);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 4L5.99996 11.3333L2.66663 8' stroke='%239BB4C4' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: block !important;
}

.jq-selectbox li:hover {
  background-color: #EFFCF8;
  color: #ea651d;
}

.jq-selectbox li.disabled {
  color: #aaa;
  display: none !important;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231f20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}

.jq-select-multiple li.disabled {
  color: #aaa;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type=email].styler,
input[type=number].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif;
}

input[type=search].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type=email].styler:hover,
input[type=number].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #b3b3b3;
}

input[type=email].styler:focus,
input[type=number].styler:focus,
input[type=password].styler:focus,
input[type=search].styler:focus,
input[type=tel].styler:focus,
input[type=text].styler:focus,
input[type=url].styler:focus,
textarea.styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}

button.styler,
input[type=button].styler,
input[type=submit].styler,
input[type=reset].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #fff;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type=button].styler::-moz-focus-inner,
input[type=submit].styler::-moz-focus-inner,
input[type=reset].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:after {
  content: "";
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover,
input[type=reset].styler:hover {
  background-color: #e6e6e6;
  background-position: 0 -10px;
}

button.styler:not([disabled]):active,
input[type=button].styler:not([disabled]):active,
input[type=submit].styler:not([disabled]):active,
input[type=reset].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}

.navigator {
  margin: 0px 0 2rem;
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #555;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .navigator {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin: 0px 0 20px;
  }
}
.navigator a {
  color: #5d2480;
  text-decoration: none;
}
.navigator a:hover {
  color: #ea651d;
  text-decoration: none;
}
.navigator i {
  width: 2.5rem;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .navigator i {
    width: 25px;
  }
}
.navigator i:before {
  content: "/";
  display: flex;
}
.navigator.js-tinyscrollbar {
  position: relative;
}
@media (max-width: 991.98px) {
  .navigator.js-tinyscrollbar {
    height: 21px;
  }
}
@media (max-width: 991.98px) {
  .navigator.js-tinyscrollbar:before {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: rgba(244, 244, 243, 0);
    background: linear-gradient(to right, rgba(244, 244, 243, 0) 0%, rgb(244, 244, 243) 100%);
    z-index: 2;
  }
}
.navigator.js-tinyscrollbar .scrollbar {
  opacity: 0;
  position: absolute;
}
.navigator.js-tinyscrollbar .viewport {
  position: relative;
}
@media (max-width: 991.98px) {
  .navigator.js-tinyscrollbar .viewport {
    width: 100%;
    height: 21px;
    overflow: hidden;
  }
}
.navigator.js-tinyscrollbar .viewport .overview {
  padding: 0;
  margin: 0;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .navigator.js-tinyscrollbar .viewport .overview {
    display: flex;
    position: absolute;
    list-style: none;
    align-items: center;
    align-content: center;
    left: 0;
    top: 0;
  }
}
.navigator.js-tinyscrollbar .viewport .overview span:last-child {
  margin-right: 3rem;
}
@media (max-width: 991.98px) {
  .navigator.js-tinyscrollbar .viewport .overview span:last-child {
    margin-right: 30px;
  }
}
.navigator__inner {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #555;
  padding: 0;
  position: relative;
  flex: 0 0 calc(100% - 4.8rem);
  /*overflow: hidden;
  overflow-x: auto;*/
  display: flex;
  align-items: center;
  align-content: center;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .navigator__inner {
    margin: 0px -15px 0px 0;
    white-space: nowrap;
    flex: 0 0 calc(100% - 48px);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.navigator__inner a {
  color: #128F6A;
  text-decoration: none;
}
.navigator__inner a:hover {
  color: #ea651d;
  text-decoration: none;
}
.navigator__inner i {
  margin: 0 1.2rem 0 1.6rem;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .navigator__inner i {
    margin: 0 12px;
  }
}
.navigator__inner i:before {
  content: "";
  width: 0.1rem;
  height: 1.8rem;
  background: #F3F3F3;
  display: flex;
}
@media (max-width: 991.98px) {
  .navigator__inner i:before {
    width: 1px;
    height: 18px;
  }
}
.navigator__inner.js-tinyscrollbar {
  position: relative;
}
@media (max-width: 991.98px) {
  .navigator__inner.js-tinyscrollbar {
    height: 21px;
  }
}
@media (max-width: 991.98px) {
  .navigator__inner.js-tinyscrollbar:before {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 2;
  }
}
.navigator__inner.js-tinyscrollbar .scrollbar {
  opacity: 0;
  position: absolute;
}
.navigator__inner.js-tinyscrollbar .viewport {
  position: relative;
}
@media (max-width: 991.98px) {
  .navigator__inner.js-tinyscrollbar .viewport {
    width: 100%;
    height: 21px;
    overflow: hidden;
  }
}
.navigator__inner.js-tinyscrollbar .viewport .overview {
  padding: 0;
  margin: 0;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .navigator__inner.js-tinyscrollbar .viewport .overview {
    display: flex;
    position: absolute;
    list-style: none;
    align-items: center;
    align-content: center;
    left: 0;
    top: 0;
  }
}
.navigator__inner.js-tinyscrollbar .viewport .overview span:last-child {
  margin-right: 3rem;
}
@media (max-width: 991.98px) {
  .navigator__inner.js-tinyscrollbar .viewport .overview span:last-child {
    margin-right: 30px;
  }
}
.navigator__inner__item {
  overflow: hidden;
  display: flex;
  position: relative;
  width: 100%;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.navigator__inner__item:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
@media (min-width: 992px) {
  .navigator__inner__item:before {
    width: 3rem;
    background: rgba(245, 250, 255, 0);
    background: linear-gradient(to right, rgba(245, 250, 255, 0) 0%, rgb(245, 250, 255) 100%);
  }
}
.navigator__inner__list {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding: 5rem 2rem 8.5rem;
  border-radius: 1.8rem 1.8rem 0px 0px;
  transform: translateY(100%);
  transition: all 0.6s ease;
  z-index: 19 !important;
  box-shadow: 0px 1.5rem 5rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .navigator__inner__list {
    padding: 50px 20px 85px;
    border-radius: 18px 18px 0px 0px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.3);
  }
}
.navigator__inner__list__item {
  display: flex;
  margin: 2rem 0 0;
  align-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navigator__inner__list__item {
    margin: 20px 0 0;
  }
}
.navigator__inner__list__item:first-child {
  margin: 0;
}
.navigator__inner__list__item a {
  color: #242424 !important;
}
.navigator__inner__list .close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 2;
  display: none;
}
@media (max-width: 991.98px) {
  .navigator__inner__list .close {
    display: block;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
  }
}
.navigator__inner__list .close:before, .navigator__inner__list .close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 0.15rem;
  background-color: #676879;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 991.98px) {
  .navigator__inner__list .close:before, .navigator__inner__list .close:after {
    width: 12px;
    height: 1.5px;
  }
}
.navigator__inner__list .close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.navigator__inner__list .close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.navigator__inner__list .close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.navigator__inner__list .close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.navigator__inner__list.nav-active {
  transform: translateY(0);
}

.back {
  margin-top: 3rem;
}
.back a {
  display: inline-flex;
  padding-left: 3.5rem;
  position: relative;
  color: #7951a1;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .back a {
    padding-left: 35px;
  }
}
.back a:before {
  display: block;
  position: absolute;
  content: "";
  content: "←";
  font-size: 3rem;
  line-height: 100%;
  transition: all 0.25s ease;
  display: flex;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .back a:before {
    font-size: 30px;
    line-height: 60%;
  }
}
.back a:hover {
  color: #ea651d;
}
.back a:hover:before {
  transform: translateX(-0.5rem);
}
@media (max-width: 991.98px) {
  .back a:hover:before {
    transform: translateX(-5px);
  }
}

#nav_dropdown {
  display: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #nav_dropdown {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    height: 30px;
    transition: all 0.25s ease;
    cursor: pointer;
    z-index: 15;
    padding-left: 34px;
    align-items: center;
  }
}
#nav_dropdown:before {
  display: block;
  position: absolute;
  content: "";
  height: 3rem;
  width: 3rem;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6ZM2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12ZM3 17C2.44772 17 2 17.4477 2 18C2 18.5523 2.44772 19 3 19H21C21.5523 19 22 18.5523 22 18C22 17.4477 21.5523 17 21 17H3Z' fill='%237951a1'/%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  #nav_dropdown:before {
    height: 30px;
    width: 30px;
  }
}
#nav_dropdown.active {
  z-index: 105;
  position: fixed;
  right: 2rem;
  top: 1.5rem;
}
@media (max-width: 991.98px) {
  #nav_dropdown.active {
    right: 20px;
    top: 20px;
    left: auto;
  }
}
#nav_dropdown.active:before {
  opacity: 0;
}
#nav_dropdown.active span {
  opacity: 0;
}
#nav_dropdown span {
  text-transform: uppercase;
  color: #242424;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  #nav_dropdown span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}

.paging, .divNewsPages, .divArtPages {
  margin: 3rem 0 0px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .paging, .divNewsPages, .divArtPages {
    margin: 30px 0 0px;
  }
}
@media (max-width: 767.98px) {
  .paging, .divNewsPages, .divArtPages {
    position: relative;
    margin: 24px 0 0px;
  }
}
.paging a, .paging span, .paging strong, .divNewsPages a, .divNewsPages span, .divNewsPages strong, .divArtPages a, .divArtPages span, .divArtPages strong {
  min-width: 3.5rem;
  height: 3.5rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.6rem;
  margin: 0 0.5rem;
  background: #ea651d;
}
@media (max-width: 991.98px) {
  .paging a, .paging span, .paging strong, .divNewsPages a, .divNewsPages span, .divNewsPages strong, .divArtPages a, .divArtPages span, .divArtPages strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    min-width: 35px;
    height: 35px;
    padding: 0 3px;
    border-radius: 6px;
    margin: 0 5px;
  }
}
.paging a:hover, .divNewsPages a:hover, .divArtPages a:hover {
  background: #7951a1;
  color: #fff;
}
.paging span, .divNewsPages span, .divArtPages span {
  color: #ea651d;
  background: none;
}
.paging strong, .divNewsPages strong, .divArtPages strong {
  background: #7951a1;
  color: #fff;
  font-weight: 500;
}

.paging-inner, .mfp-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .paging-inner, .mfp-nav {
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  .paging-inner, .mfp-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.paging-inner a, .paging-inner div, .mfp-nav a, .mfp-nav div {
  width: 41.5rem;
  padding: 1.6rem;
  background: #FCFBFB;
  border-radius: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .paging-inner a, .paging-inner div, .mfp-nav a, .mfp-nav div {
    width: 49%;
    padding: 12px;
    border-radius: 4px;
  }
}
.paging-inner a .arrow, .paging-inner div .arrow, .mfp-nav a .arrow, .mfp-nav div .arrow {
  display: flex;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #3D3D3D;
}
@media (max-width: 991.98px) {
  .paging-inner a .arrow, .paging-inner div .arrow, .mfp-nav a .arrow, .mfp-nav div .arrow {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.paging-inner a .arrow .fa-circle-grey, .paging-inner div .arrow .fa-circle-grey, .mfp-nav a .arrow .fa-circle-grey, .mfp-nav div .arrow .fa-circle-grey {
  position: absolute;
  top: calc(50% - 1.8rem);
  margin: 0;
}
@media (max-width: 991.98px) {
  .paging-inner a .arrow .fa-circle-grey, .paging-inner div .arrow .fa-circle-grey, .mfp-nav a .arrow .fa-circle-grey, .mfp-nav div .arrow .fa-circle-grey {
    top: calc(50% - 18px);
  }
}
.paging-inner a.prev, .paging-inner a.mfp-prev, .paging-inner div.prev, .paging-inner div.mfp-prev, .mfp-nav a.prev, .mfp-nav a.mfp-prev, .mfp-nav div.prev, .mfp-nav div.mfp-prev {
  padding: 1.6rem 1.6rem 1.6rem 7.6rem;
}
@media (max-width: 991.98px) {
  .paging-inner a.prev, .paging-inner a.mfp-prev, .paging-inner div.prev, .paging-inner div.mfp-prev, .mfp-nav a.prev, .mfp-nav a.mfp-prev, .mfp-nav div.prev, .mfp-nav div.mfp-prev {
    padding: 12px 12px 12px 64px;
    height: 60px;
    box-sizing: border-box;
  }
}
.paging-inner a.prev .arrow .fa-circle-grey, .paging-inner a.mfp-prev .arrow .fa-circle-grey, .paging-inner div.prev .arrow .fa-circle-grey, .paging-inner div.mfp-prev .arrow .fa-circle-grey, .mfp-nav a.prev .arrow .fa-circle-grey, .mfp-nav a.mfp-prev .arrow .fa-circle-grey, .mfp-nav div.prev .arrow .fa-circle-grey, .mfp-nav div.mfp-prev .arrow .fa-circle-grey {
  left: 1.6rem;
}
@media (max-width: 991.98px) {
  .paging-inner a.prev .arrow .fa-circle-grey, .paging-inner a.mfp-prev .arrow .fa-circle-grey, .paging-inner div.prev .arrow .fa-circle-grey, .paging-inner div.mfp-prev .arrow .fa-circle-grey, .mfp-nav a.prev .arrow .fa-circle-grey, .mfp-nav a.mfp-prev .arrow .fa-circle-grey, .mfp-nav div.prev .arrow .fa-circle-grey, .mfp-nav div.mfp-prev .arrow .fa-circle-grey {
    left: 15px;
  }
}
.paging-inner a.prev .arrow .fa-circle-grey:before, .paging-inner a.mfp-prev .arrow .fa-circle-grey:before, .paging-inner div.prev .arrow .fa-circle-grey:before, .paging-inner div.mfp-prev .arrow .fa-circle-grey:before, .mfp-nav a.prev .arrow .fa-circle-grey:before, .mfp-nav a.mfp-prev .arrow .fa-circle-grey:before, .mfp-nav div.prev .arrow .fa-circle-grey:before, .mfp-nav div.mfp-prev .arrow .fa-circle-grey:before {
  transform: rotate(180deg);
}
.paging-inner a.next, .paging-inner a.mfp-next, .paging-inner div.next, .paging-inner div.mfp-next, .mfp-nav a.next, .mfp-nav a.mfp-next, .mfp-nav div.next, .mfp-nav div.mfp-next {
  justify-content: flex-end;
  padding: 1.6rem 7.6rem 1.6rem 1.6rem;
}
@media (max-width: 991.98px) {
  .paging-inner a.next, .paging-inner a.mfp-next, .paging-inner div.next, .paging-inner div.mfp-next, .mfp-nav a.next, .mfp-nav a.mfp-next, .mfp-nav div.next, .mfp-nav div.mfp-next {
    padding: 12px 64px 12px 12px;
    height: 60px;
    box-sizing: border-box;
  }
}
.paging-inner a.next .arrow, .paging-inner a.mfp-next .arrow, .paging-inner div.next .arrow, .paging-inner div.mfp-next .arrow, .mfp-nav a.next .arrow, .mfp-nav a.mfp-next .arrow, .mfp-nav div.next .arrow, .mfp-nav div.mfp-next .arrow {
  justify-content: flex-end;
  text-align: right;
}
.paging-inner a.next .arrow .fa-circle-grey, .paging-inner a.mfp-next .arrow .fa-circle-grey, .paging-inner div.next .arrow .fa-circle-grey, .paging-inner div.mfp-next .arrow .fa-circle-grey, .mfp-nav a.next .arrow .fa-circle-grey, .mfp-nav a.mfp-next .arrow .fa-circle-grey, .mfp-nav div.next .arrow .fa-circle-grey, .mfp-nav div.mfp-next .arrow .fa-circle-grey {
  right: 1.6rem;
}
@media (max-width: 991.98px) {
  .paging-inner a.next .arrow .fa-circle-grey, .paging-inner a.mfp-next .arrow .fa-circle-grey, .paging-inner div.next .arrow .fa-circle-grey, .paging-inner div.mfp-next .arrow .fa-circle-grey, .mfp-nav a.next .arrow .fa-circle-grey, .mfp-nav a.mfp-next .arrow .fa-circle-grey, .mfp-nav div.next .arrow .fa-circle-grey, .mfp-nav div.mfp-next .arrow .fa-circle-grey {
    right: 15px;
  }
}
.paging-inner a.next .title, .paging-inner a.mfp-next .title, .paging-inner div.next .title, .paging-inner div.mfp-next .title, .mfp-nav a.next .title, .mfp-nav a.mfp-next .title, .mfp-nav div.next .title, .mfp-nav div.mfp-next .title {
  text-align: right;
}
.paging-inner a .title, .paging-inner div .title, .mfp-nav a .title, .mfp-nav div .title {
  flex: 0 0 100%;
  color: #3D3D3D;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin-top: 0.4rem;
}
@media (max-width: 991.98px) {
  .paging-inner a .title, .paging-inner div .title, .mfp-nav a .title, .mfp-nav div .title {
    display: none;
  }
}
.paging-inner a:hover, .paging-inner div:hover, .mfp-nav a:hover, .mfp-nav div:hover {
  background: #EFFCF8;
}
.paging-inner a:hover .arrow .fa-circle, .paging-inner a:hover .arrow .fa-circle-grey, .paging-inner div:hover .arrow .fa-circle, .paging-inner div:hover .arrow .fa-circle-grey, .mfp-nav a:hover .arrow .fa-circle, .mfp-nav a:hover .arrow .fa-circle-grey, .mfp-nav div:hover .arrow .fa-circle, .mfp-nav div:hover .arrow .fa-circle-grey {
  background: #ea651d;
}
.paging-inner a:hover .arrow .fa-circle:after, .paging-inner a:hover .arrow .fa-circle-grey:after, .paging-inner div:hover .arrow .fa-circle:after, .paging-inner div:hover .arrow .fa-circle-grey:after, .mfp-nav a:hover .arrow .fa-circle:after, .mfp-nav a:hover .arrow .fa-circle-grey:after, .mfp-nav div:hover .arrow .fa-circle:after, .mfp-nav div:hover .arrow .fa-circle-grey:after {
  opacity: 1;
}
.paging-inner a:hover .arrow .fa-circle.fi-arrow:before, .paging-inner a:hover .arrow .fa-circle.fi-arrow-grey:before, .paging-inner a:hover .arrow .fa-circle-grey.fi-arrow:before, .paging-inner a:hover .arrow .fa-circle-grey.fi-arrow-grey:before, .paging-inner div:hover .arrow .fa-circle.fi-arrow:before, .paging-inner div:hover .arrow .fa-circle.fi-arrow-grey:before, .paging-inner div:hover .arrow .fa-circle-grey.fi-arrow:before, .paging-inner div:hover .arrow .fa-circle-grey.fi-arrow-grey:before, .mfp-nav a:hover .arrow .fa-circle.fi-arrow:before, .mfp-nav a:hover .arrow .fa-circle.fi-arrow-grey:before, .mfp-nav a:hover .arrow .fa-circle-grey.fi-arrow:before, .mfp-nav a:hover .arrow .fa-circle-grey.fi-arrow-grey:before, .mfp-nav div:hover .arrow .fa-circle.fi-arrow:before, .mfp-nav div:hover .arrow .fa-circle.fi-arrow-grey:before, .mfp-nav div:hover .arrow .fa-circle-grey.fi-arrow:before, .mfp-nav div:hover .arrow .fa-circle-grey.fi-arrow-grey:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99996 12.6667L12.6666 8.00002M12.6666 8.00002L7.99996 3.33335M12.6666 8.00002L3.33329 8.00002' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.page {
  padding: 0 0 6rem;
}
@media (max-width: 991.98px) {
  .page {
    padding: 0 0 40px;
  }
}
.page__main {
  background: #def5fe url(../img/bg-body.jpg) no-repeat center -120px;
  overflow: hidden;
  padding: 0;
}

/* top*/
.fi-search {
  width: 3rem;
  height: 3rem;
  position: relative;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .fi-search {
    width: 30px;
    height: 30px;
  }
}
.fi-search:before {
  display: block;
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-size: 100%;
  background-image: url(../img/icons/svg/ico-search.svg);
  background-size: 100%;
}
@media (max-width: 991.98px) {
  .fi-search:before {
    width: 30px;
    height: 30px;
  }
}

.fi-lj {
  width: 3rem;
  height: 3rem;
  position: relative;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .fi-lj {
    width: 30px;
    height: 30px;
  }
}
.fi-lj:before {
  display: block;
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url(../img/icons/svg/ico-lj.svg);
  background-size: 100%;
}
@media (max-width: 991.98px) {
  .fi-lj:before {
    width: 30px;
    height: 30px;
  }
}

.fi-vk {
  width: 3rem;
  height: 3rem;
  position: relative;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .fi-vk {
    width: 30px;
    height: 30px;
  }
}
.fi-vk:before {
  display: block;
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url(../img/icons/svg/ico-vk.svg);
  background-size: 100%;
}
@media (max-width: 991.98px) {
  .fi-vk:before {
    width: 30px;
    height: 30px;
  }
}

.fi-help-circle {
  width: 16px;
  height: 16px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-help-circle:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00016 14.6666C11.6821 14.6666 14.6668 11.6818 14.6668 7.99992C14.6668 4.31802 11.6821 1.33325 8.00016 1.33325C4.31826 1.33325 1.3335 4.31802 1.3335 7.99992C1.3335 11.6818 4.31826 14.6666 8.00016 14.6666Z' stroke='%2383B4FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 11.3333H8.00667' stroke='%2383B4FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.06006 5.99989C6.21679 5.55434 6.52616 5.17863 6.93336 4.93931C7.34056 4.7 7.81932 4.61252 8.28484 4.69237C8.75036 4.77222 9.1726 5.01424 9.47678 5.37558C9.78095 5.73691 9.94743 6.19424 9.94672 6.66656C9.94672 7.99989 7.94672 8.66656 7.94672 8.66656' stroke='%2383B4FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-help-grey {
  width: 16px;
  height: 16px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-help-grey:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00001 14.6666C11.6819 14.6666 14.6667 11.6819 14.6667 7.99998C14.6667 4.31808 11.6819 1.33331 8.00001 1.33331C4.31811 1.33331 1.33334 4.31808 1.33334 7.99998C1.33334 11.6819 4.31811 14.6666 8.00001 14.6666Z' fill='white' stroke='%23708999' stroke-width='0.666667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 11.3333H8.00667' stroke='%23708999' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.06 6.00001C6.21673 5.55446 6.5261 5.17875 6.9333 4.93944C7.3405 4.70012 7.81926 4.61264 8.28478 4.69249C8.7503 4.77234 9.17254 5.01436 9.47672 5.3757C9.78089 5.73703 9.94737 6.19436 9.94666 6.66668C9.94666 8.00001 7.94666 8.66668 7.94666 8.66668' stroke='%23708999' stroke-width='0.666667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-arrow-white {
  width: 13px;
  height: 13px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-arrow-white:before {
  display: block;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00001 14.6666C11.6819 14.6666 14.6667 11.6819 14.6667 7.99998C14.6667 4.31808 11.6819 1.33331 8.00001 1.33331C4.31811 1.33331 1.33334 4.31808 1.33334 7.99998C1.33334 11.6819 4.31811 14.6666 8.00001 14.6666Z' fill='white' stroke='%23708999' stroke-width='0.666667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 11.3333H8.00667' stroke='%23708999' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.06 6.00001C6.21673 5.55446 6.5261 5.17875 6.9333 4.93944C7.3405 4.70012 7.81926 4.61264 8.28478 4.69249C8.7503 4.77234 9.17254 5.01436 9.47672 5.3757C9.78089 5.73703 9.94737 6.19436 9.94666 6.66668C9.94666 8.00001 7.94666 8.66668 7.94666 8.66668' stroke='%23708999' stroke-width='0.666667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* mobmenu */
.fi-phone {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-phone:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0405 19.5063C10.3853 18.0666 5.93339 13.6147 4.49371 7.95952C3.94869 5.81867 5.79086 4 8 4L9 4C9.55228 4 9.99474 4.44883 10.0492 4.99842C10.1413 5.92696 10.3603 6.81815 10.6888 7.65437L9.16948 9.17366C10.352 11.6447 12.3553 13.648 14.8263 14.8305L16.3456 13.3112C17.1818 13.6397 18.073 13.8587 19.0016 13.9508C19.5512 14.0053 20 14.4477 20 15L20 16C20 18.2091 18.1813 20.0513 16.0405 19.5063Z' stroke='%23B8BCCA' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fi-callback {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-callback:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0405 19.5063C10.3853 18.0666 5.93339 13.6147 4.49371 7.95952C3.94869 5.81867 5.79086 4 8 4L9 4C9.55228 4 9.99474 4.44883 10.0492 4.99842C10.1413 5.92696 10.3603 6.81815 10.6888 7.65437L9.16948 9.17366C10.352 11.6447 12.3553 13.648 14.8263 14.8305L16.3456 13.3112C17.1818 13.6397 18.073 13.8587 19.0016 13.9508C19.5512 14.0053 20 14.4477 20 15L20 16C20 18.2091 18.1813 20.0513 16.0405 19.5063Z' stroke='%23B8BCCA' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-whatsapp {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-whatsapp:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C14.3946 3 16.6522 3.93878 18.3567 5.64331C20.0612 7.34784 21 9.60539 21 12C21 14.3946 20.0612 16.652 18.3567 18.3567C16.6522 20.0612 14.3946 21 12 21C10.5336 21 9.08601 20.6398 7.7991 19.9566L3.65424 20.9845C3.47379 21.0293 3.28441 20.9756 3.1545 20.8455C3.02376 20.7148 2.97102 20.5251 3.01552 20.3458L4.04329 16.2009C3.36008 14.914 3 13.4664 3 12C3 7.04462 7.04407 3 12 3ZM8.12993 18.9357C9.30505 19.5961 10.6432 19.9453 12 19.9453C16.3811 19.9453 19.9453 16.3811 19.9453 12C19.9453 7.61893 16.3811 4.05469 12 4.05469C7.61893 4.05469 4.05469 7.61893 4.05469 12C4.05469 13.3568 4.40378 14.6949 5.06433 15.8699C5.13011 15.9871 5.14879 16.125 5.11638 16.2553L4.24983 19.7502L7.74458 18.8835C7.87518 18.8512 8.01292 18.8699 8.12993 18.9357ZM15.5801 12.6843C16.0246 12.8987 16.4094 13.2516 16.7589 13.6013C17.4722 14.2997 17.5532 15.396 16.5915 16.3579C15.4286 17.5206 13.8301 17.3597 12.3387 16.6814C11.0181 16.0809 9.85014 15.1128 9.36811 14.6355L9.3644 14.6318C8.88718 14.1497 7.91915 12.9818 7.31847 11.6612C6.30334 9.42892 6.93409 8.11647 7.64216 7.40854C8.58959 6.46096 9.68726 6.51452 10.3989 7.24113C10.7483 7.5905 11.1012 7.97516 11.3156 8.41983C11.6357 9.08395 11.544 9.71786 11.0573 10.2046C10.9083 10.3535 10.661 10.5407 10.4502 10.7005C10.3478 10.7781 10.2539 10.8491 10.1841 10.9062C10.2598 11.3576 11.0213 12.2615 11.3787 12.6203C11.7376 12.9779 12.6413 13.74 13.0937 13.8156C13.151 13.7454 13.2222 13.6515 13.2997 13.5491C13.4594 13.3383 13.6462 13.0917 13.7953 12.9426C14.282 12.4559 14.9158 12.3642 15.5801 12.6843ZM12.7752 15.7213C14.1259 16.3356 15.1589 16.2988 15.8457 15.612C16.2467 15.211 16.4275 14.7529 16.0207 14.3545L16.0131 14.347L16.0122 14.3461C15.8345 14.1685 15.4661 13.8004 15.1219 13.6345C14.8246 13.4911 14.6838 13.5456 14.541 13.6885C14.4462 13.7832 14.3032 13.9717 14.1618 14.1581C14.0235 14.3403 13.8868 14.5205 13.7982 14.6091C13.378 15.0293 12.7272 14.9512 11.8637 14.3766C11.3483 14.0337 10.8482 13.5808 10.6339 13.3671L10.6328 13.3659C10.4191 13.1516 9.96618 12.6515 9.62327 12.1361C9.04868 11.2727 8.97041 10.6218 9.39077 10.2015C9.47929 10.113 9.65943 9.97632 9.84164 9.83806C10.0281 9.69661 10.2166 9.55352 10.3114 9.45872C10.5226 9.24751 10.5891 8.923 9.65293 7.98683L9.64538 7.97914C9.25014 7.57553 8.78872 7.75337 8.38786 8.15423C7.70107 8.84102 7.66427 9.87401 8.27854 11.2246C8.81783 12.4103 9.71253 13.4838 10.112 13.8879C10.5159 14.2874 11.5895 15.182 12.7752 15.7213Z' fill='%23B8BCCA'/%3E%3C/svg%3E");
}

.fi-viber {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-viber:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6151 2C16.5803 2 18.4327 2.7472 19.8313 4.10399C21.2298 5.46077 22 7.25794 22 9.16443V12.7368C22 14.6433 21.2298 16.4405 19.8313 17.7972C18.4328 19.154 16.5803 19.9012 14.6151 19.9012H10.7354L8.55745 22.3928C8.17464 22.8307 7.77772 23.0526 7.37771 23.0526C7.19559 23.0526 6.28702 22.9819 6.28702 21.5847V19.2369C5.09622 18.7 4.07606 17.8678 3.31846 16.8109C2.45592 15.6075 2 14.1987 2 12.7368V9.16439C2 7.25794 2.77019 5.46081 4.16879 4.10399C5.56735 2.7472 7.41984 2 9.38494 2H14.6151ZM14.6151 18.6676C17.986 18.6676 20.7285 16.0071 20.7285 12.7368V9.16439C20.7285 5.89412 17.986 3.23355 14.6151 3.23355H9.38494C6.01394 3.23355 3.2715 5.89412 3.2715 9.16435V12.7368C3.2715 15.1481 4.83268 17.3665 7.15634 18.2571C7.39907 18.3501 7.55852 18.5776 7.55852 18.8307V21.5847C7.55852 21.5994 7.55869 21.6135 7.55898 21.6271C7.56831 21.6169 7.57793 21.6062 7.58776 21.5949L9.95609 18.8855C10.0769 18.7473 10.2542 18.6676 10.441 18.6676H14.6151ZM11.7536 4.4471C11.4025 4.4471 11.1178 4.72326 11.1178 5.06388C11.1178 5.40451 11.4025 5.68066 11.7536 5.68066C14.8847 5.68066 17.432 8.15204 17.432 11.1897C17.432 11.5303 17.7167 11.8065 18.0678 11.8065C18.4189 11.8065 18.7035 11.5303 18.7035 11.1897C18.7035 7.47182 15.5857 4.4471 11.7536 4.4471ZM15.3053 12.9944C14.921 12.6214 14.4083 12.416 13.8619 12.416C13.3154 12.416 12.8028 12.6214 12.4183 12.9945L12.1284 13.2758C12.0587 13.3434 11.965 13.3806 11.8645 13.3806C11.764 13.3806 11.6704 13.3434 11.6007 13.2759L9.60318 11.338C9.46018 11.1992 9.46018 10.9647 9.60301 10.8262L9.89342 10.5446C10.6893 9.77238 10.6893 8.51597 9.89338 7.7438L9.31303 7.18089C8.92857 6.80787 8.4159 6.60248 7.86954 6.60248C7.32318 6.60248 6.81055 6.80791 6.42639 7.18069L6.34722 7.25741C5.43 8.14742 5.09696 9.47234 5.40949 10.9882C5.70329 12.4135 6.54303 13.8561 7.77401 15.0506C9.3254 16.5555 11.3016 17.454 13.0605 17.4541H13.0608C14.1701 17.4541 15.1198 17.1017 15.8077 16.4343L15.8859 16.3583C16.6817 15.5862 16.6817 14.3298 15.8858 13.5576L15.3053 12.9944ZM14.9862 15.4864L14.9081 15.5624C14.4643 15.993 13.8256 16.2205 13.0608 16.2205H13.0605C11.6314 16.2204 9.99124 15.4569 8.67304 14.1783C7.61761 13.1542 6.90138 11.9353 6.65623 10.7463C6.42978 9.64779 6.63937 8.71852 7.24608 8.12982L7.32525 8.0531C7.46953 7.91309 7.66284 7.83599 7.86954 7.83599C8.07628 7.83599 8.26959 7.91309 8.41395 8.05314L8.9943 8.61605C9.29446 8.90725 9.29446 9.3811 8.99443 9.67226L8.70402 9.95384C8.06298 10.5759 8.06298 11.5881 8.70411 12.2102L10.7017 14.1481C11.0114 14.4487 11.4244 14.6142 11.8646 14.6142C12.3046 14.6142 12.7176 14.4487 13.0276 14.148L13.3176 13.8666C13.4619 13.7266 13.6552 13.6495 13.862 13.6495C14.0687 13.6495 14.262 13.7266 14.4063 13.8667L14.9867 14.4297C15.2869 14.721 15.2869 15.1948 14.9862 15.4864ZM11.7536 10.5814C12.0994 10.5814 12.3807 10.8543 12.3807 11.1897C12.3807 11.5303 12.6654 11.8065 13.0165 11.8065C13.3676 11.8065 13.6522 11.5303 13.6522 11.1897C13.6522 10.1741 12.8005 9.34781 11.7536 9.34781C11.4025 9.34781 11.1178 9.62396 11.1178 9.96459C11.1178 10.3052 11.4024 10.5814 11.7536 10.5814ZM13.9829 9.02683C13.3874 8.44911 12.5957 8.13094 11.7536 8.13094C11.4024 8.13094 11.1178 7.85475 11.1178 7.51412C11.1178 7.1735 11.4025 6.89734 11.7536 6.89734C12.9353 6.89734 14.0463 7.34385 14.8819 8.15458C15.7176 8.96527 16.1778 10.0432 16.1777 11.1897C16.1777 11.5304 15.893 11.8065 15.542 11.8065H15.5419C15.1908 11.8065 14.9062 11.5304 14.9062 11.1897C14.9063 10.3727 14.5784 9.60458 13.9829 9.02683Z' fill='%23B8BCCA'/%3E%3C/svg%3E");
}

/* won cases */
.fi-user {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-user:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5V2.5C6.75329 2.5 2.5 6.75329 2.5 12H3.5ZM12 3.5C16.6944 3.5 20.5 7.30558 20.5 12H21.5C21.5 6.75329 17.2467 2.5 12 2.5V3.5ZM8 15.5H16V14.5H8V15.5ZM14.5 9C14.5 10.3807 13.3807 11.5 12 11.5V12.5C13.933 12.5 15.5 10.933 15.5 9H14.5ZM12 11.5C10.6193 11.5 9.5 10.3807 9.5 9H8.5C8.5 10.933 10.067 12.5 12 12.5V11.5ZM9.5 9C9.5 7.61929 10.6193 6.5 12 6.5V5.5C10.067 5.5 8.5 7.067 8.5 9H9.5ZM12 6.5C13.3807 6.5 14.5 7.61929 14.5 9H15.5C15.5 7.067 13.933 5.5 12 5.5V6.5ZM8 14.5C6.32644 14.5 4.86693 15.4138 4.09215 16.7673L4.96002 17.2641C5.56395 16.2091 6.69948 15.5 8 15.5V14.5ZM12 20.5C9.05981 20.5 6.46801 19.0076 4.94101 16.7367L4.11117 17.2947C5.81603 19.8301 8.71291 21.5 12 21.5V20.5ZM4.94101 16.7367C4.03101 15.3834 3.5 13.7545 3.5 12H2.5C2.5 13.9594 3.09373 15.7816 4.11117 17.2947L4.94101 16.7367ZM16 15.5C17.3005 15.5 18.436 16.2091 19.04 17.2641L19.9078 16.7673C19.1331 15.4138 17.6736 14.5 16 14.5V15.5ZM20.5 12C20.5 13.7545 19.969 15.3834 19.059 16.7367L19.8888 17.2947C20.9063 15.7816 21.5 13.9594 21.5 12H20.5ZM19.059 16.7367C17.532 19.0076 14.9402 20.5 12 20.5V21.5C15.2871 21.5 18.184 19.8301 19.8888 17.2947L19.059 16.7367Z' fill='%23646464'/%3E%3C/svg%3E");
}

.fi-summa {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-summa:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H12H21M3 5H21V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17V5Z' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 13H10' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-date {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-date:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H20V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V4Z' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 8H20' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 3V5' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3V5' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-number {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-number:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17V5H10L12 7H21V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-shield {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-shield:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3L12.197 2.54043C12.0712 2.48652 11.9288 2.48652 11.803 2.54043L12 3ZM12 21L11.7519 21.4341C11.9056 21.522 12.0944 21.522 12.2481 21.4341L12 21ZM18.3939 5.74025L18.197 6.19982L18.3939 5.74025ZM8.02317 18.7275L7.7751 19.1616L8.02317 18.7275ZM11.803 2.54043L5.40912 5.28068L5.80304 6.19982L12.197 3.45957L11.803 2.54043ZM4.5 6.6594V13.5181H5.5V6.6594H4.5ZM7.7751 19.1616L11.7519 21.4341L12.2481 20.5659L8.27124 18.2934L7.7751 19.1616ZM12.2481 21.4341L16.2249 19.1616L15.7288 18.2934L11.7519 20.5659L12.2481 21.4341ZM19.5 13.5181V6.6594H18.5V13.5181H19.5ZM18.5909 5.28068L12.197 2.54043L11.803 3.45957L18.197 6.19982L18.5909 5.28068ZM19.5 6.6594C19.5 6.05935 19.1424 5.51705 18.5909 5.28068L18.197 6.19982C18.3808 6.27861 18.5 6.45938 18.5 6.6594H19.5ZM16.2249 19.1616C18.2501 18.0044 19.5 15.8506 19.5 13.5181H18.5C18.5 15.4918 17.4424 17.3142 15.7288 18.2934L16.2249 19.1616ZM4.5 13.5181C4.5 15.8506 5.74986 18.0044 7.7751 19.1616L8.27124 18.2934C6.55757 17.3142 5.5 15.4918 5.5 13.5181H4.5ZM5.40912 5.28068C4.8576 5.51705 4.5 6.05935 4.5 6.6594H5.5C5.5 6.45938 5.6192 6.27861 5.80304 6.19982L5.40912 5.28068Z' fill='%23646464'/%3E%3Cpath d='M15 10L11 14L9 12' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-shield-white {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.fi-shield-white:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3L12.2954 2.31064C12.1068 2.22979 11.8932 2.22979 11.7046 2.31064L12 3ZM12 21L11.6279 21.6512C11.8585 21.7829 12.1415 21.7829 12.3721 21.6512L12 21ZM18.3939 5.74025L18.0985 6.42961L18.3939 5.74025ZM8.02317 18.7275L7.65106 19.3787L8.02317 18.7275ZM11.7046 2.31064L5.31064 5.05089L5.90152 6.42961L12.2954 3.68936L11.7046 2.31064ZM4.25 6.6594V13.5181H5.75V6.6594H4.25ZM7.65106 19.3787L11.6279 21.6512L12.3721 20.3488L8.39527 18.0763L7.65106 19.3787ZM12.3721 21.6512L16.3489 19.3787L15.6047 18.0763L11.6279 20.3488L12.3721 21.6512ZM19.75 13.5181V6.6594H18.25V13.5181H19.75ZM18.6894 5.05089L12.2954 2.31064L11.7046 3.68936L18.0985 6.42961L18.6894 5.05089ZM19.75 6.6594C19.75 5.95935 19.3328 5.32666 18.6894 5.05089L18.0985 6.42961C18.1904 6.469 18.25 6.55939 18.25 6.6594H19.75ZM16.3489 19.3787C18.4521 18.1769 19.75 15.9403 19.75 13.5181H18.25C18.25 15.4021 17.2405 17.1416 15.6047 18.0763L16.3489 19.3787ZM4.25 13.5181C4.25 15.9403 5.54793 18.1769 7.65106 19.3787L8.39527 18.0763C6.7595 17.1416 5.75 15.4021 5.75 13.5181H4.25ZM5.31064 5.05089C4.6672 5.32665 4.25 5.95935 4.25 6.6594H5.75C5.75 6.55939 5.8096 6.469 5.90152 6.42961L5.31064 5.05089Z' fill='white'/%3E%3Cpath d='M15 10L11 14L9 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* up */
.fi-up:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19V5' stroke='%23fe5d0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12L12 5L19 12' stroke='%23fe5d0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}
@media (max-width: 991.98px) {
  .fi-up:before {
    width: 24px;
    height: 24px;
  }
}

/* other */
.fi-arrow:before {
  content: "";
  width: 34px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34 16' style='enable-background:new 0 0 34 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='1.1' y1='8' x2='33.1' y2='8'/%3E%3Cline class='st1' x1='26.8' y1='1' x2='33.1' y2='8'/%3E%3Cline class='st1' x1='33.1' y1='8' x2='26.8' y2='15.1'/%3E%3C/svg%3E");
}

.fi-arrow-grey:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99996 12.6667L12.6666 8.00002M12.6666 8.00002L7.99996 3.33335M12.6666 8.00002L3.33329 8.00002' stroke='%238B8B8B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-copy:before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2422 15H5.27344C4.30408 15 3.51562 14.2115 3.51562 13.2422V5.27344C3.51562 4.30408 4.30408 3.51562 5.27344 3.51562H13.2422C14.2115 3.51562 15 4.30408 15 5.27344V13.2422C15 14.2115 14.2115 15 13.2422 15ZM5.27344 4.6875C4.95035 4.6875 4.6875 4.95035 4.6875 5.27344V13.2422C4.6875 13.5653 4.95035 13.8281 5.27344 13.8281H13.2422C13.5653 13.8281 13.8281 13.5653 13.8281 13.2422V5.27344C13.8281 4.95035 13.5653 4.6875 13.2422 4.6875H5.27344ZM2.34375 10.3125H1.75781C1.43472 10.3125 1.17188 10.0497 1.17188 9.72656V1.75781C1.17188 1.43472 1.43472 1.17188 1.75781 1.17188H9.72656C10.0497 1.17188 10.3125 1.43472 10.3125 1.75781V2.31445H11.4844V1.75781C11.4844 0.788452 10.6959 0 9.72656 0H1.75781C0.788452 0 0 0.788452 0 1.75781V9.72656C0 10.6959 0.788452 11.4844 1.75781 11.4844H2.34375V10.3125Z' fill='%236F7482'/%3E%3C/svg%3E");
}

.fi-like:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath d='M8.25 21.75H3.64277C2.86943 21.75 2.24409 21.1199 2.25004 20.3466L2.31372 11.9895C2.31958 11.2243 2.94143 10.6071 3.70653 10.6071H8.25M8.25 21.75H17.8358C18.4886 21.75 19.0539 21.2967 19.1955 20.6594L21.7466 10.6952C21.94 9.82531 21.2781 9 20.387 9H16.5C15.6224 9 14.933 8.41244 15.1032 7.55143L15.822 3.91286C15.9921 3.05185 15.3332 2.25 14.4556 2.25H14.1818C13.6864 2.25 13.2284 2.5132 12.9787 2.94099L8.25 10.6071M8.25 21.75V10.6071' stroke='%2300A861'/%3E%3C/svg%3E%0A");
}

.fi-dislike:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath d='M15.7804 2.25L20.3876 2.25C21.161 2.25 21.7863 2.88012 21.7803 3.6534L21.7167 12.0105C21.7108 12.7757 21.089 13.3929 20.3239 13.3929L15.7804 13.3929M15.7804 2.25L6.19457 2.25C5.54177 2.25 4.97653 2.70329 4.83491 3.34055L2.28374 13.3048C2.09042 14.1747 2.75232 15 3.6434 15H7.53039C8.40804 15 9.09734 15.5876 8.92724 16.4486L8.20838 20.0871C8.03828 20.9482 8.6972 21.75 9.57476 21.75H9.84858C10.3439 21.75 10.802 21.4868 11.0517 21.059L15.7804 13.3929M15.7804 2.25V13.3929' stroke='%23FF0000'/%3E%3C/svg%3E");
}

/* contacts */
.fi-mail-green:before {
  content: "";
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5.5V4.75C2.58579 4.75 2.25 5.08579 2.25 5.5H3ZM21 5.5H21.75C21.75 5.08579 21.4142 4.75 21 4.75V5.5ZM3 6.25H21V4.75H3V6.25ZM20.25 5.5V16.8333H21.75V5.5H20.25ZM18.3333 18.75H5.66667V20.25H18.3333V18.75ZM3.75 16.8333V5.5H2.25V16.8333H3.75ZM5.66667 18.75C4.60812 18.75 3.75 17.8919 3.75 16.8333H2.25C2.25 18.7203 3.77969 20.25 5.66667 20.25V18.75ZM20.25 16.8333C20.25 17.8919 19.3919 18.75 18.3333 18.75V20.25C20.2203 20.25 21.75 18.7203 21.75 16.8333H20.25Z' fill='%2328B289'/%3E%3Cpath d='M3 7.5L12 13.5L21 7.5' stroke='%2328B289' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-phone-green:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0405 19.5063C10.3853 18.0666 5.93339 13.6147 4.49371 7.95952C3.94869 5.81867 5.79086 4 8 4L9 4C9.55228 4 9.99474 4.44883 10.0492 4.99842C10.1413 5.92696 10.3603 6.81815 10.6888 7.65437L9.16948 9.17366C10.352 11.6447 12.3553 13.648 14.8263 14.8305L16.3456 13.3112C17.1818 13.6397 18.073 13.8587 19.0016 13.9508C19.5512 14.0053 20 14.4477 20 15L20 16C20 18.2091 18.1813 20.0513 16.0405 19.5063Z' stroke='%2328B289' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-address:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='11' r='2' stroke='%23B8BCCA' stroke-width='2'/%3E%3Cpath d='M12 22L17.5 16.5C20.5376 13.4624 20.5376 8.53757 17.5 5.5C14.4624 2.46244 9.53757 2.46244 6.5 5.5C3.46244 8.53757 3.46244 13.4624 6.5 16.5L12 22Z' stroke='%23B8BCCA' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fi-mail-grey:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5V4C2.44772 4 2 4.44772 2 5H3ZM21 5H22C22 4.44772 21.5523 4 21 4V5ZM3 6H21V4H3V6ZM20 5V17H22V5H20ZM19 18H5V20H19V18ZM4 17V5H2V17H4ZM5 18C4.44772 18 4 17.5523 4 17H2C2 18.6569 3.34315 20 5 20V18ZM20 17C20 17.5523 19.5523 18 19 18V20C20.6569 20 22 18.6569 22 17H20Z' fill='%23B8BCCA'/%3E%3Cpath d='M3 7L12 13L21 7' stroke='%23B8BCCA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-phone-grey:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0405 19.5063C10.3853 18.0666 5.93339 13.6147 4.49371 7.95952C3.94869 5.81867 5.79086 4 8 4L9 4C9.55228 4 9.99474 4.44883 10.0492 4.99842C10.1413 5.92696 10.3603 6.81815 10.6888 7.65437L9.16948 9.17366C10.352 11.6447 12.3553 13.648 14.8263 14.8305L16.3456 13.3112C17.1818 13.6397 18.073 13.8587 19.0016 13.9508C19.5512 14.0053 20 14.4477 20 15L20 16C20 18.2091 18.1813 20.0513 16.0405 19.5063Z' stroke='%23B8BCCA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-times:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23B8BCCA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 8V13H16' stroke='%23B8BCCA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fi-metro-moscow:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url(../img/icons/fi-metro-moscow.svg);
}

.fi-metro-piter:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url(../img/icons/fi-metro-piter.svg);
}

/* docs */
.fi-download:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00002 1.33337C8.36821 1.33337 8.66669 1.63185 8.66669 2.00004V9.05723L10.1953 7.52864C10.4556 7.26829 10.8777 7.26829 11.1381 7.52864C11.3984 7.78899 11.3984 8.2111 11.1381 8.47145L8.47142 11.1381C8.21108 11.3985 7.78896 11.3985 7.52862 11.1381L4.86195 8.47145C4.6016 8.2111 4.6016 7.78899 4.86195 7.52864C5.1223 7.26829 5.54441 7.26829 5.80476 7.52864L7.33335 9.05723V2.00004C7.33335 1.63185 7.63183 1.33337 8.00002 1.33337ZM3.33335 11.3334C3.70154 11.3334 4.00002 11.6319 4.00002 12V13.3334H12V12C12 11.6319 12.2985 11.3334 12.6667 11.3334C13.0349 11.3334 13.3334 11.6319 13.3334 12V13.3334C13.3334 14.0698 12.7364 14.6667 12 14.6667H4.00002C3.26364 14.6667 2.66669 14.0698 2.66669 13.3334V12C2.66669 11.6319 2.96516 11.3334 3.33335 11.3334Z' fill='%2328B289'/%3E%3C/svg%3E");
}

.fi-eye:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99998 8.00004C9.99998 9.10461 9.10455 10 7.99998 10C6.89541 10 5.99998 9.10461 5.99998 8.00004C5.99998 6.89547 6.89541 6.00004 7.99998 6.00004C9.10455 6.00004 9.99998 6.89547 9.99998 8.00004Z' fill='%2328B289'/%3E%3Cpath d='M14.5963 7.7019C13.1575 4.82427 10.6021 3.33337 7.99998 3.33337C5.3979 3.33337 2.84251 4.82427 1.40369 7.7019C1.30985 7.88958 1.30985 8.1105 1.40369 8.29818C2.84251 11.1758 5.3979 12.6667 7.99998 12.6667C10.6021 12.6667 13.1575 11.1758 14.5963 8.29818C14.6901 8.1105 14.6901 7.88958 14.5963 7.7019ZM7.99998 11.3334C6.02079 11.3334 3.99868 10.2529 2.75308 8.00004C3.99868 5.74723 6.02079 4.66671 7.99998 4.66671C9.97917 4.66671 12.0013 5.74723 13.2469 8.00004C12.0013 10.2529 9.97917 11.3334 7.99998 11.3334Z' fill='%2328B289'/%3E%3C/svg%3E");
}

/* variable */
.fa-ico {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.fa-circle {
  background: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
}
.fa-circle:after {
  display: block;
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #D7F4EB;
  transition: all 0.25s ease;
  opacity: 0;
  border-radius: 50%;
}

.fa-circle-grey {
  background: #F3F3F3;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
}
.fa-circle-grey:after {
  display: block;
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #D7F4EB;
  transition: all 0.25s ease;
  opacity: 0;
  border-radius: 50%;
}

/*
Modules
*/
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}

.tooltip-inner {
  max-width: 22.72rem;
  padding: 0.25rem 0.5rem;
  color: #333;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.about--main {
  padding: 6.5rem 0;
  background: url(../img/about/bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .about--main {
    padding: 40px 0;
  }
}
.about .content {
  display: flex;
  margin: 0 -1.5rem;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .about .content {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin: 0 -15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .about .content {
    flex-direction: column;
  }
}
.about .content p {
  flex: 1 1;
  padding: 0 1.5rem;
}
@media (max-width: 991.98px) {
  .about .content p {
    padding: 0 15px;
  }
}
.about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about ul.cols {
  display: flex;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .about ul.cols {
    margin: 0 -15px;
  }
}
.about ul.cols li {
  padding: 0 1.5rem;
}
@media (max-width: 991.98px) {
  .about ul.cols li {
    padding: 0 15px;
  }
}
.about ul.cols.col3 li {
  width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  .about ul.cols.col3 li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .about ul.cols.col3 li {
    width: 100%;
  }
}
.about ul.cols.col2 li {
  width: 50%;
}
@media (max-width: 480px) {
  .about ul.cols.col2 li {
    width: 100%;
  }
}
.about ul.cols li {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #3c2256;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .about ul.cols li {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}
.about ul .image {
  height: 8rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 4rem;
  line-height: 2.7rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #7951a1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .about ul .image {
    height: 80px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 40px;
    line-height: 27px;
    font-family: "Montserrat", Tahoma, sans-serif;
    align-items: center;
  }
}
.about ul .image img {
  height: 8rem;
}
@media (max-width: 991.98px) {
  .about ul .image img {
    height: auto;
    max-height: 80px;
  }
}
.about ul .image strong {
  font-weight: 600;
  font-size: 5.7rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991.98px) {
  .about ul .image strong {
    font-size: 57px;
    margin-bottom: 2px;
  }
}
.about .center {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .about .center {
    margin-top: 20px;
  }
}
.about .center .btn {
  width: 100%;
  max-width: 26rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .about .center .btn {
    max-width: 260px;
    font-size: 18px;
  }
}

.solutions.container {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .solutions.container {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.solutions__item {
  margin: 0 -15px 30px;
}
@media (min-width: 992px) {
  .solutions__item {
    display: flex;
    margin: 0 -1.5rem 3rem;
  }
}
.solutions__item .image {
  flex: 0 0 28%;
  position: relative;
  padding: 0 1.5rem;
  display: flex;
}
@media (max-width: 991.98px) {
  .solutions__item .image {
    flex: 0 0 100vw;
    margin-left: -20px;
    height: 250px;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 15px;
  }
}
.solutions__item .image img {
  position: absolute;
  max-width: inherit;
  right: 1.5rem;
  top: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 991.98px) {
  .solutions__item .image img {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
  }
}
.solutions__item .text {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
}
@media (max-width: 991.98px) {
  .solutions__item .text {
    padding: 0 15px;
  }
}
.solutions__item .text .content {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .solutions__item .text .content {
    margin-bottom: 15px;
  }
}
.solutions__item .text .content a {
  color: #7951a1;
  text-decoration: none;
}
.solutions__item .text .content a:hover {
  color: #ea651d;
}
.solutions__item .text .more {
  margin-top: auto;
}
.solutions__item .text .more a {
  display: flex;
  position: relative;
}
.solutions__item .text .more a:before {
  width: 100vw;
  left: 5rem;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  content: "";
  background: #ea651d;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .solutions__item .text .more a:before {
    left: 50px;
  }
}
.solutions__item .text .more a span {
  display: flex;
  width: 100%;
  max-width: 53.2rem;
  padding: 0 1.5rem;
  border-radius: 5rem;
  height: 8.5rem;
  border: 0.2rem solid #ea651d;
  background: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .solutions__item .text .more a span {
    max-width: 532px;
    padding: 0 15px;
    border-radius: 50px;
    height: 85px;
    border-width: 2px;
  }
}
.solutions__item .text .more a span:before {
  border-right: 0.2rem solid #f4f4f3;
  border-radius: 5rem;
  display: block;
  position: absolute;
  content: "";
  top: -0.4rem;
  left: -0.4rem;
  bottom: -0.4rem;
  right: -0.4rem;
  background: #f4f4f3;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .solutions__item .text .more a span:before {
    border-width: 2px;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 50px;
  }
}
.solutions__item .text .more a span img {
  max-height: 90%;
}
@media (min-width: 992px) {
  .solutions__item .text .more a span img {
    height: 6.2rem;
  }
}
.solutions__item .text .more a:hover span {
  max-width: 100%;
}
.solutions__item:nth-of-type(2n) .image {
  order: 2;
}
.solutions__item:nth-of-type(2n) .image img {
  right: auto;
  left: 1.5rem;
}
@media (max-width: 991.98px) {
  .solutions__item:nth-of-type(2n) .image img {
    left: 15px;
  }
}
.solutions__item:nth-of-type(2n) .text .more a {
  justify-content: flex-end;
}
.solutions__item:nth-of-type(2n) .text .more a:before {
  right: 5rem;
  left: auto;
  background: #7951a1;
}
@media (max-width: 991.98px) {
  .solutions__item:nth-of-type(2n) .text .more a:before {
    right: 50px;
  }
}
.solutions__item:nth-of-type(2n) .text .more a span {
  border-color: #7951a1;
}

.services.row {
  margin-top: 3rem;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .services.row {
    margin-top: 30px;
  }
}
.services.row .col-12 {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .services.row .col-12 {
    margin-bottom: 30px;
  }
}
.services__item {
  height: 30rem;
  border-radius: 1.5rem;
  position: relative;
  display: block;
}
@media (max-width: 991.98px) {
  .services__item {
    height: 300px;
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .services__item {
    height: 240px;
  }
}
.services__item .title {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 3rem 0;
  display: block;
  max-width: 40rem;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .services__item .title {
    max-width: 400px;
    padding: 30px 30px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 400px) {
  .services__item .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.services__item .more {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 26.3rem;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .services__item .more {
    right: 30px;
    bottom: 30px;
    width: 263px;
  }
}
@media (max-width: 400px) {
  .services__item .more {
    width: auto;
    left: 30px;
  }
}
.services__item .more.btn {
  color: #7951a1;
}
.services__item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  background-color: #ea651d;
  border-radius: 1.5rem;
}
@media (max-width: 991.98px) {
  .services__item .image {
    border-radius: 15px;
  }
}
.services__item.orange .image {
  background-color: #ff8b3f;
}
.services__item.orange .more.btn {
  color: #7951a1 !important;
}
.services__item.orange .more.btn:hover {
  color: #fff !important;
  background-color: #7951a1;
}
.services__item.lilac .image {
  background-color: #955ab1;
}
.services__item.lilac .more.btn {
  color: #ea651d !important;
}
.services__item.lilac .more.btn:hover {
  color: #fff !important;
  background-color: #ea651d;
}

.partners.row {
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .partners.row {
    margin-top: 30px;
  }
}
.partners__item {
  display: block;
  margin-bottom: 4rem;
  color: #7951a1 !important;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .partners__item {
    margin-bottom: 30px;
  }
}
.partners__item .image {
  display: flex;
  height: 20rem;
  background: #fff;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
}
@media (max-width: 991.98px) {
  .partners__item .image {
    height: 200px;
    border-radius: 15px;
    padding: 10px;
  }
}
.partners__item .image img {
  max-width: 100%;
  max-height: 100%;
}
.partners__item .title {
  display: block;
  margin-top: 1.2rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  text-align: center;
}
@media (max-width: 991.98px) {
  .partners__item .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-top: 12px;
  }
}
.partners__item:hover {
  color: #ea651d !important;
}

.contactsList p {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .contactsList p {
    flex-wrap: wrap;
  }
}
.contactsList p strong {
  flex: 0 0 39.5rem;
  margin-right: 15px;
  font-weight: 600;
  color: #7951a1;
}
@media (max-width: 991.98px) {
  .contactsList p strong {
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
    flex: 0 0 100%;
  }
}
.contactsList p .ico {
  margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .contactsList p .ico {
    margin-right: 15px;
  }
}
.contactsList p .ico-small {
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .contactsList p .ico-small {
    margin-right: 10px;
  }
}
.contactsList p .ico-small img {
  max-height: 2.4rem;
}
@media (max-width: 991.98px) {
  .contactsList p .ico-small img {
    max-height: 24px;
  }
}
.contactsList p .ico-whatsapp {
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .contactsList p .ico-whatsapp {
    margin-right: 10px;
  }
}
.contactsList p .ico-telegram {
  margin: 0;
}
.contactsList p .ico-telegram img {
  max-height: 2.2rem;
}
@media (max-width: 991.98px) {
  .contactsList p .ico-telegram img {
    max-height: 22px;
  }
}

.contactsMap iframe {
  height: calc(100% - 1.5rem);
}
@media (max-width: 991.98px) {
  .contactsMap iframe {
    height: calc(100% - 15px);
  }
}
@media (max-width: 575.98px) {
  .contactsMap iframe {
    height: 350px !important;
    margin-bottom: 15px;
  }
}

.modules .row {
  margin-top: 5rem;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .modules .row {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .modules .row {
    margin-top: 0;
  }
}
.modules .row .col-12 {
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .modules .row .col-12 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .modules .row .col-12 {
    margin-bottom: 20px;
  }
}
.modules__item {
  display: flex;
  text-decoration: none;
  color: #fff !important;
  height: 7rem;
  background: #7951a1;
  position: relative;
  align-items: center;
}
@media (max-width: 991.98px) {
  .modules__item {
    height: 70px;
  }
}
.modules__item:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background: url(../img/logo-wht.png) no-repeat center;
  background-size: 100% auto;
  width: 4.9rem;
  height: 3rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .modules__item:after {
    right: 10px;
    width: 49px;
    height: 30px;
  }
}
@media (max-width: 400px) {
  .modules__item:after {
    width: 30px;
  }
}
.modules__item:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transition: all 0.25s ease;
}
.modules__item .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  position: relative;
  z-index: 1;
  padding-right: 5rem;
}
@media (max-width: 991.98px) {
  .modules__item .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .modules__item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 400px) {
  .modules__item .title {
    padding-right: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.modules__item .image {
  flex: 0 0 12.3rem;
  margin-left: 1.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .modules__item .image {
    flex: 0 0 123px;
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .modules__item .image {
    flex: 0 0 80px;
  }
}
@media (max-width: 400px) {
  .modules__item .image {
    flex: 0 0 50px;
  }
}
.modules__item .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .modules__item .image img {
    width: 10rem;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .modules__item .image img {
    max-width: 60px;
  }
}
@media (max-width: 400px) {
  .modules__item .image img {
    max-width: 40px;
  }
}
.modules__item:hover:before {
  opacity: 0;
}
.modules__item.module01 {
  background: #704f9a;
}
.modules__item.module02 {
  background: #328815;
}
.modules__item.module03 {
  background: #3b5675;
}
.modules__item.module04 {
  background: #876053;
}
.modules__item.module05 {
  background: #b87555;
}
.modules__item.module06 {
  background: #4d5e8b;
}
.modules__item.module07 {
  background: #055fa8;
}
.modules__item.module08 {
  background: #822f3b;
}
.modules__item.module09 {
  background: #2b796e;
}
.modules__item.module10 {
  background: #a188c5;
}
.modules .btn {
  height: 7rem;
  border-radius: 7rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 991.98px) {
  .modules .btn {
    height: 70px;
    border-radius: 70px;
  }
}
@media (max-width: 575.98px) {
  .modules .btn {
    font-size: 16px;
    line-height: 130%;
  }
}

.reviews.row {
  justify-content: center;
}
.reviews__item {
  display: block;
  margin-bottom: 30px;
  color: #7951a1 !important;
}
@media (max-width: 991.98px) {
  .reviews__item {
    margin-bottom: 30px;
  }
}
.reviews__item .image {
  height: 50rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .reviews__item .image {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .reviews__item .image {
    height: auto;
  }
}
.reviews__item .image img {
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.reviews__item .title {
  display: block;
  margin-top: 1.2rem;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
}
@media (max-width: 991.98px) {
  .reviews__item .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-top: 12px;
  }
}
.reviews__item:hover {
  color: #ea651d !important;
}

.faq__item {
  padding: 1.5rem;
  border-bottom: 0.1rem solid #7951a1;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .faq__item {
    border-width: 1px;
    padding: 15px;
  }
}
.faq__item .title,
.faq__item a {
  position: relative;
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #7951a1;
  padding: 0 4.8rem 0 0;
  cursor: pointer;
  display: block;
}
@media (max-width: 1399.98px) {
  .faq__item .title,
  .faq__item a {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .faq__item .title,
  .faq__item a {
    padding: 0 48px 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.faq__item .title:after,
.faq__item a:after {
  display: block;
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 0px;
  top: -0.1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.12109 11.5H19.0917M10.6064 19.9853V3.01474' stroke='%237951a1'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.25s ease;
}
@media (max-width: 1399.98px) {
  .faq__item .title:after,
  .faq__item a:after {
    top: 0.6rem;
  }
}
@media (max-width: 991.98px) {
  .faq__item .title:after,
  .faq__item a:after {
    width: 24px;
    height: 24px;
    right: 0px;
    top: -1px;
  }
}
.faq__item .title:hover,
.faq__item a:hover {
  text-decoration: none;
}
.faq__item .desc {
  color: #242424;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.faq__item .desc p {
  margin: 0 0 1rem;
}
@media (max-width: 991.98px) {
  .faq__item .desc p {
    margin: 0 0 10px;
  }
}
.faq__item .desc p:last-child {
  margin: 0;
}
.faq__item.active {
  background: #fff;
}
.faq__item.active .title {
  color: #242424;
}
.faq__item.active .title:after {
  transform: rotate(45deg);
}
.faq__item.active .desc {
  opacity: 1;
  height: auto;
  margin: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .faq__item.active .desc {
    margin: 15px 0;
  }
}

.metod__item {
  margin-bottom: 4rem;
  display: flex;
}
.metod__item.align-center {
  align-items: center;
}
@media (max-width: 440px) {
  .metod__item {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .metod__item {
    margin-bottom: 30px;
  }
}
.metod__item .image {
  flex: 0 0 10rem;
  margin-right: 3rem;
}
@media (max-width: 991.98px) {
  .metod__item .image {
    flex: 0 0 60px;
    margin-right: 15px;
  }
}
@media (max-width: 440px) {
  .metod__item .image {
    margin: 0 auto 15px;
    flex: 0 0 auto;
  }
}
@media (max-width: 440px) {
  .metod__item .image img {
    height: 50px;
    display: block;
    margin: 0 auto;
  }
}
.metod__item .text ul {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 991.98px) {
  .metod__item .text ul {
    margin-bottom: 15px !important;
  }
}

.gallery.galleryList {
  justify-content: center;
}
.gallery.galleryList .gallery__item {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .gallery.galleryList .gallery__item {
    margin-bottom: 30px;
  }
}
.gallery.documents {
  justify-content: center;
}
.gallery.documents .gallery__item a {
  height: 100%;
  display: flex;
}

.swiper-pagination-bullets {
  position: relative !important;
  top: auto;
  left: auto;
  bottom: auto;
  margin-top: 0px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: none;
  transition: all 0.25s ease;
  margin: 0 0.3rem;
  opacity: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #fff;
  border: 0.2rem solid #7951a1;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullets .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-width: 2px;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3rem;
  background: #7951a1;
  opacity: 0;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullets .swiper-pagination-bullet:after {
    border-radius: 30px;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.swiper-container {
  position: relative;
  overflow: visible;
}
.swiper-container .slide, .swiper-container .swiper-slide {
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.swiper-container .slide.swiper-slide-visible, .swiper-container .slide.swiper-slide-active, .swiper-container .swiper-slide.swiper-slide-visible, .swiper-container .swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .swiper-container.js-slider-mob, .swiper-container.js-slider-mob-service {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .swiper-container.js-slider-mob .slide, .swiper-container.js-slider-mob .swiper-slide, .swiper-container.js-slider-mob-service .slide, .swiper-container.js-slider-mob-service .swiper-slide {
    visibility: visible;
    opacity: 1;
  }
}

.sliderTop {
  position: relative;
}
@media (min-width: 992px) {
  .sliderTop .swiper-pagination {
    display: none !important;
  }
}
.sliderTop .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide.hasMobPic {
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sliderTop .swiper-slide.hasMobPic .container {
    background: none !important;
  }
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide.hasMobPic .container {
    padding-top: 25px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.sliderTop .swiper-slide:before {
  display: block;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.sliderTop .swiper-slide .container {
  position: relative;
}
.sliderTop .swiper-slide .title {
  height: 28.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 9rem;
  line-height: 9rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #5d2480;
  margin: 0 0 3rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: "Montserrat", Tahoma, sans-serif;
    height: 160px;
    margin: 0 0 30px;
  }
}
.sliderTop .swiper-slide .title:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
  z-index: -1;
}
.sliderTop .swiper-slide .title strong {
  color: #ea651d;
}
.sliderTop .swiper-slide .title img {
  height: 25rem;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .title img {
    height: auto;
    max-height: 180px;
  }
}
.sliderTop .swiper-slide .title img.image-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .title img.image-mob {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .title img.image-mob + img {
    display: none;
  }
}
.sliderTop .swiper-slide .text {
  color: #ea651d;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-bottom: 50px;
  }
}
.sliderTop .swiper-slide .text strong {
  color: #5d2480;
}
@media (min-width: 992px) {
  .sliderTop .swiper-slide .text strong {
    display: block;
  }
}
.sliderTop .swiper-slide .text p {
  margin: 0 0 1.5rem;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .text p {
    margin: 0 0 15px;
  }
}
.sliderTop .swiper-slide .text .center {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .text .center {
    margin-top: 50px;
  }
}
.sliderTop .swiper-slide .text .center .btn {
  width: 100%;
  max-width: 26rem;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .text .center .btn {
    max-width: 260px;
  }
}
.sliderTop .swiper-slide .list {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .list {
    margin: 0 -15px;
  }
}
@media (max-width: 700px) {
  .sliderTop .swiper-slide .list {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .sliderTop .swiper-slide .list {
    margin: 0 -10px;
  }
}
.sliderTop .swiper-slide .list__item {
  color: #5d2480;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  text-align: center;
  margin-bottom: 2rem;
  flex: 1 1;
  padding: 0 1.5rem;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .list__item {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .sliderTop .swiper-slide .list__item {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .sliderTop .swiper-slide .list__item {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    font-family: "Montserrat", Tahoma, sans-serif;
    padding: 0 10px;
  }
}
.sliderTop .swiper-slide .list__item .icon {
  height: 10.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .list__item .icon {
    height: 80px;
    margin-bottom: 10px;
  }
}
.sliderTop .swiper-slide .list__item .icon img {
  height: 10.6rem;
  width: auto;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-slide .list__item .icon img {
    max-height: 80px;
  }
}
.sliderTop--inner .swiper-slide {
  height: 28.6rem;
  background-position: center;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .sliderTop--inner .swiper-slide {
    height: auto;
    padding-bottom: 25px;
  }
}
.sliderTop--inner .swiper-slide .title {
  padding: 0px 0 3rem;
  margin: 0;
  height: auto;
  display: flex;
}
@media (max-width: 991.98px) {
  .sliderTop--inner .swiper-slide .title {
    padding: 0px 0 30px;
  }
}
.sliderTop--inner .swiper-slide .title:before {
  display: none;
}
.sliderTop--inner .swiper-slide .title img {
  height: 16rem;
}
@media (max-width: 991.98px) {
  .sliderTop--inner .swiper-slide .title img {
    height: auto;
    max-height: 155px;
  }
}
.sliderTop--inner .swiper-slide .title__item {
  height: 15.5rem;
  align-items: center;
  align-content: center;
}
@media (max-width: 991.98px) {
  .sliderTop--inner .swiper-slide .title__item {
    height: auto;
  }
}
.sliderTop--inner .swiper-slide .text {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 3.6rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #5d2480;
  margin: 0;
}
.sliderTop--inner .swiper-slide .text strong {
  display: inline;
}
@media (max-width: 991.98px) {
  .sliderTop--inner .swiper-slide .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin: 0;
  }
}
.sliderTop .swiper-pagination-bullets {
  position: absolute !important;
  bottom: 2rem;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .sliderTop .swiper-pagination-bullets {
    bottom: 20px;
  }
}
.sliderTop .swiper-container {
  display: flex;
}
.sliderTop .swiper-container .swiper-wrapper {
  height: auto;
}

.swiper-button {
  width: 7.1rem !important;
  height: 7.3rem !important;
  text-indent: -9999px;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .swiper-button {
    display: none !important;
  }
}
.swiper-button:before, .swiper-button:after {
  display: block;
  position: absolute;
  content: "";
  width: 7.1rem;
  height: 7.3rem;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/icons/slider-btn-right.png);
}
.swiper-button:after {
  opacity: 0;
  z-index: 1;
  background-image: url(../img/icons/slider-btn-right-hover.png);
}
.swiper-button.swiper-button-prev:before {
  background-image: url(../img/icons/slider-btn-left.png);
}
.swiper-button.swiper-button-prev:after {
  background-image: url(../img/icons/slider-btn-left-hover.png);
}
.swiper-button:hover:before {
  opacity: 0;
}
.swiper-button:hover:after {
  opacity: 1;
}
.swiper-button.swiper-button-disabled {
  cursor: auto;
}
.swiper-button.swiper-button-disabled:before {
  opacity: 0.5 !important;
}
.swiper-button.swiper-button-disabled:after {
  display: none;
}

.swiper-button-next {
  right: 2.6rem !important;
  left: auto;
}

.swiper-button-prev {
  left: 2.6rem !important;
  right: auto;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 3;
}

/*---  sliders ---*/
.swiper-container.js-slider-three {
  margin: 0 -1.5rem;
  display: flex;
  padding-bottom: 3rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-three {
    margin: 0 -15px;
    padding-bottom: 30px;
  }
}
.swiper-container.js-slider-three .swiper-wrapper {
  height: auto;
}
.swiper-container.js-slider-three .swiper-slide {
  padding: 0 1.5rem;
  width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-three .swiper-slide {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .swiper-container.js-slider-three .swiper-slide {
    width: 100%;
  }
}
.swiper-container.js-slider-two, .swiper-container.js-slider-examples {
  margin: 0 -15px;
}
.swiper-container.js-slider-two .swiper-slide, .swiper-container.js-slider-examples .swiper-slide {
  padding: 0 1.5rem;
  width: 50%;
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-two .swiper-slide, .swiper-container.js-slider-examples .swiper-slide {
    padding: 0 15px;
  }
}
@media (max-width: 750px) {
  .swiper-container.js-slider-two .swiper-slide, .swiper-container.js-slider-examples .swiper-slide {
    width: 100%;
  }
}
.swiper-container.js-slider-mob {
  margin: 0 -1.5rem;
  position: relative;
  display: flex;
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-mob {
    margin: 0 -15px;
    padding-bottom: 30px;
    position: relative;
  }
}
.swiper-container.js-slider-mob .swiper-wrapper {
  display: flex;
}
@media (min-width: 992px) {
  .swiper-container.js-slider-mob .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.swiper-container.js-slider-mob .swiper-slide {
  padding: 0 1.5rem;
  width: 33.3333333333%;
  opacity: 1;
  visibility: visible;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-mob .swiper-slide {
    width: 50%;
    margin: 0;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .swiper-container.js-slider-mob .swiper-slide {
    width: 100%;
  }
}

.news {
  margin-bottom: 8rem;
  margin-top: 7rem;
}
@media (max-width: 991.98px) {
  .news {
    margin-bottom: 60px;
    margin-top: 50px;
  }
}
.news .swiper-container .swiper-pagination {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .news .swiper-container .swiper-pagination {
    margin-top: 20px;
  }
}
.news .center {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .news .center {
    margin-top: 20px;
  }
}
.news .center .btn {
  width: 100%;
  max-width: 26rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .news .center .btn {
    max-width: 260px;
    font-size: 18px;
  }
}
.news.row {
  margin-top: 0;
  margin-bottom: 0;
}
.news.row .col-12 {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .news.row .col-12 {
    margin-bottom: 30px;
  }
}
.news__item {
  padding: 6rem 2rem 2rem;
  display: flex;
  text-decoration: none;
  color: #242424;
  background: #fff;
  position: relative;
}
@media (max-width: 991.98px) {
  .news__item {
    padding: 60px 20px 20px;
  }
}
@media (max-width: 480px) {
  .news__item {
    flex-direction: column;
  }
}
.news__item .date {
  display: block;
  color: #555;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  position: absolute;
  left: 2rem;
  top: 2rem;
}
@media (max-width: 991.98px) {
  .news__item .date {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    font-family: "Montserrat", Tahoma, sans-serif;
    left: 20px;
    top: 20px;
  }
}
.news__item .title {
  font-weight: 600;
}
.news__item .image {
  width: 24rem;
  flex: 0 0 24rem;
  overflow: hidden;
  min-height: 24rem;
  position: relative;
  display: flex;
  margin: 0 1.2rem 0 0;
}
@media (max-width: 991.98px) {
  .news__item .image {
    width: 200px;
    flex: 0 0 200px;
    min-height: 200px;
    margin: 0 12px 0 0;
  }
}
@media (max-width: 575.98px) {
  .news__item .image {
    width: 150px;
    flex: 0 0 150px;
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .news__item .image {
    width: 100%;
    flex: 0 0 100%;
    min-height: inherit;
    padding-bottom: 100%;
    margin-bottom: 15px;
  }
}
.news__item .image__item {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news__item .image:before {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #7951a1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(106, 59, 144, 0);
  transition: all 0.25s ease;
  z-index: 1;
}
.news__item .text {
  display: flex;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .news__item .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: "Montserrat", Tahoma, sans-serif;
  }
}
.news__item .text__item {
  transition: all 0.25s ease;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 6;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .news__item .text__item {
    -ms-line-clamp: 5;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
.news__item .text .more {
  margin-top: auto;
  display: flex;
  transition: all 0.25s ease;
  color: #7951a1;
}
.news__item .text .more:hover {
  color: #ea651d;
}
.news__item:hover .image:before {
  background: rgba(106, 59, 144, 0.3);
}

.news-detail {
  overflow: hidden;
}
.news-detail .date {
  display: block;
  color: #555;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .news-detail .date {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    font-family: "Montserrat", Tahoma, sans-serif;
    margin-bottom: 15px;
  }
}

.b-tab .tab-nav {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 0.1rem solid rgba(0, 66, 105, 0.28);
}
@media (max-width: 991.98px) {
  .b-tab .tab-nav {
    margin: 0 0 20px;
    border-width: 1px;
  }
}
.b-tab .tab-nav li, .b-tab .tab-nav .tab {
  height: 3.2rem;
  position: relative;
  padding: 0 3rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: "Montserrat", Tahoma, sans-serif;
  color: #242424;
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .b-tab .tab-nav li, .b-tab .tab-nav .tab {
    padding: 0 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: "Montserrat", Tahoma, sans-serif;
    height: 32px;
  }
}
.b-tab .tab-nav li:before, .b-tab .tab-nav .tab:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -0.1rem;
  height: 0.2rem;
  background: #ea651d;
  opacity: 0;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .b-tab .tab-nav li:before, .b-tab .tab-nav .tab:before {
    bottom: -1px;
    height: 2px;
  }
}
.b-tab .tab-nav li.active:before, .b-tab .tab-nav .tab.active:before {
  opacity: 1;
}
.b-tab .box {
  position: absolute;
  opacity: 0;
  transition: all 0.25s ease;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  z-index: -1;
  height: 0;
}
.b-tab .box.active {
  position: relative;
  opacity: 1;
  overflow: visible;
  z-index: 1;
  display: block;
  height: auto;
}
.b-tab .box.content {
  margin: 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../Users/Julia/AppData/Roaming/npm/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../Users/Julia/AppData/Roaming/npm/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../Users/Julia/AppData/Roaming/npm/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../Users/Julia/AppData/Roaming/npm/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../Users/Julia/AppData/Roaming/npm/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../Users/Julia/AppData/Roaming/npm/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/nouislider/dist/nouislider.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
