

/* Start:/assets/css/css.css?1778151851529254*/
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./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: #ffef19;
  --color_h: #000;
  --color_link: #000;
  --color_link_hover: #db0a2a;
}

/*!
 * 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: rgb(10.4, 88, 202.4);
}

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, 2.2rem);
  padding-left: var(--bs-gutter-x, 2.2rem);
  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: 4.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: #fff;
  opacity: 0.8;
}

.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-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: #000;
  margin: 0px 0 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
}
@media (max-width: 991.98px) {
  .mfp-content h3,
  .mfp-content .h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, 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", Helvetica, 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: 1.4rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .mfp-counter {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: calc(50% - 24px);
  margin-top: 0;
  padding: 0;
  width: 5.4rem;
  height: 5.4rem;
  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: rgb(255, 255, 255);
}
.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='%235B5B64' 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='%23505777' 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='%230457D4' 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='%230457D4' 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%;
}
.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;
}

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

/* 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", Helvetica, 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", Helvetica, 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", Helvetica, 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", Helvetica, 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", Helvetica, 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", Helvetica, 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: 700;
  font-size: 3.6px;
  line-height: 4.3px;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin: 3.4rem 0 1.7rem;
  position: relative;
  word-wrap: break-word;
  padding-right: 4rem;
}
@media (max-width: 991.98px) {
  .mfp-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }
}

.mfp-text {
  width: 100%;
  width: 1300px;
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 30px;
  font-weight: 400;
  font-size: 1.7px;
  line-height: 2.35px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
}
@media (max-width: 1399.98px) {
  .mfp-text {
    width: 1140px;
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .mfp-text {
    margin: 0 auto;
    width: 960px;
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .mfp-text {
    padding: 20px;
    width: 100%;
  }
}
.mfp-text h1, .mfp-text h2, .mfp-text h3 {
  color: #000;
}
.mfp-text a {
  color: var(--color_link);
  text-decoration: underline;
}
.mfp-text a:hover {
  color: var(--color_link_hover);
  text-decoration: none;
}
.mfp-text p {
  margin: 0 0 10px;
}
.mfp-text h2:first-child,
.mfp-text h3:first-child {
  margin-top: 15px;
  padding-right: 40px;
}
.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: #000;
  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: #000;
  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: #000;
  width: 12px;
  height: 1px;
  left: 0;
  top: 13px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-image-holder .mfp-close,
.mfp-image-holder button.mfp-close {
  top: 0px;
  right: 0;
}

.mfp-img-works .mfp-container {
  width: 122rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5.4rem;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-container {
    padding: 32px 20px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-container:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-arrow {
    top: auto;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-arrow.mfp-arrow-left {
    float: left;
    left: auto;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-arrow.mfp-arrow-right {
    right: auto;
    float: right;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works--video .mfp-text {
    padding: 20px 60px;
  }
}
.mfp-img-works .mfp-content {
  max-width: 100%;
  background: none;
}
.mfp-img-works .mfp-content .mfp-text {
  background: none;
  font-weight: 400;
  font-size: 2.15px;
  line-height: 3.2px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-content .mfp-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.mfp-img-works .mfp-content .mfp-text.container {
  padding: 0;
}
.mfp-img-works .mfp-content .mfp-text .image {
  text-align: center;
}
.mfp-img-works .mfp-content .mfp-text .image img {
  width: 100%;
}
.mfp-img-works .mfp-content .mfp-text .title {
  color: #fff;
  font-weight: 700;
  font-size: 3.6px;
  line-height: 4.3px;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin: 3.4rem 0 1.7rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-content .mfp-text .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 18px 0;
    text-align: center;
  }
}
.mfp-img-works .mfp-content .mfp-text .text {
  position: relative;
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-content .mfp-text .text {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-content .mfp-text .text p {
    margin: 18px 0 0;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-content .mfp-text .more {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-content .mfp-text .more .btn {
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.mfp-img-works .mfp-close,
.mfp-img-works button.mfp-close {
  background: #fff;
  top: 0px;
  right: -5.4rem;
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-close,
  .mfp-img-works button.mfp-close {
    width: 32px;
    height: 32px;
    top: -32px;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .mfp-img-works .mfp-close:before, .mfp-img-works .mfp-close:after,
  .mfp-img-works button.mfp-close:before,
  .mfp-img-works button.mfp-close:after {
    width: 20px;
    height: 2px;
  }
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-text-group .mfp-container {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container {
    height: auto;
  }
}
.mfp-text-group .mfp-container .mfp-content {
  width: 50%;
  margin: 0;
  background: #fff;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-content {
    min-height: inherit;
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-content {
    width: 100%;
  }
}
.mfp-text-group .mfp-container .mfp-content .container {
  padding: 3.6rem 4.5rem;
  min-height: 100%;
  background: #fff;
  position: relative;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-content .container {
    padding: 40px 20px;
  }
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-title {
  font-weight: 700;
  font-size: 4.5px;
  line-height: 4.5px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  margin: 0px 0 3.9rem;
  position: relative;
  text-align: left;
  padding: 0;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-content .container .mfp-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0px 0 24px;
    text-align: left;
  }
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-description {
  width: 100%;
  background: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0 0 10.5rem;
  color: #000;
  font-weight: 400;
  font-size: 2.1px;
  line-height: 3.2px;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-content .container .mfp-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0 0 0px;
  }
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-description p {
  margin: 0 0 2.2rem;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-content .container .mfp-description p {
    margin: 0 0 15px;
  }
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-description .images {
  margin-top: 3.6rem;
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-description .images__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 52.7rem;
}
@media (max-width: 575.98px) {
  .mfp-text-group .mfp-container .mfp-content .container .mfp-description .images__item {
    margin: 0 0 24px;
    height: 377px;
  }
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-description .images__two .images__item {
  height: 25rem;
}
@media (max-width: 575.98px) {
  .mfp-text-group .mfp-container .mfp-content .container .mfp-description .images__two .images__item {
    height: 222px;
  }
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-description .images__two .images__item:last-child {
  margin-top: 2.7rem;
}
@media (max-width: 575.98px) {
  .mfp-text-group .mfp-container .mfp-content .container .mfp-description .images__two .images__item:last-child {
    margin: 0 0 24px;
  }
}
.mfp-text-group .mfp-container .mfp-content .container .mfp-nav {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .mfp-text-group .mfp-container .mfp-content .container .mfp-nav {
    position: absolute !important;
    left: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    margin: 0;
  }
}
.mfp-text-group .mfp-container .mfp-content .mfp-close, .mfp-text-group .mfp-container .mfp-content button.mfp-close {
  right: 1.5rem;
  top: 1rem;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-content .mfp-close, .mfp-text-group .mfp-container .mfp-content button.mfp-close {
    top: 10px;
    right: 10px;
  }
}
.mfp-text-group .mfp-container .mfp-arrow {
  bottom: 2.3rem;
  top: auto;
}
.mfp-text-group .mfp-container .mfp-arrow-left {
  left: calc(50% + 4rem);
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-arrow-left {
    left: 20px;
  }
}
.mfp-text-group .mfp-container .mfp-arrow-right {
  left: auto;
  right: 4rem;
}
@media (max-width: 991.98px) {
  .mfp-text-group .mfp-container .mfp-arrow-right {
    right: 20px;
  }
}

@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;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@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", Helvetica, 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", Helvetica, 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", Helvetica, sans-serif;
    font-size: 22px !important;
  }
}

.mfp-close,
button.mfp-close {
  position: absolute;
  top: 0px;
  right: -5.4rem;
  transform: none !important;
  width: 5.4rem;
  height: 5.4rem;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  text-indent: -9999px;
  background: #fff;
}
@media (max-width: 991.98px) {
  .mfp-close,
  button.mfp-close {
    width: 32px;
    height: 32px;
    top: -32px;
    right: 0;
  }
}
.mfp-close:before, .mfp-close:after,
button.mfp-close:before,
button.mfp-close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2.7rem;
  height: 0.3rem;
  max-height: 2px;
  background-color: #000;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 991.98px) {
  .mfp-close:before, .mfp-close:after,
  button.mfp-close:before,
  button.mfp-close:after {
    width: 20px;
    height: 2px;
  }
}
.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);
}

/*
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-of-type(1) {
  animation-delay: 200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(2) {
  animation-delay: 400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(3) {
  animation-delay: 600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(4) {
  animation-delay: 800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(5) {
  animation-delay: 1000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(6) {
  animation-delay: 1200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(7) {
  animation-delay: 1400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(8) {
  animation-delay: 1600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(9) {
  animation-delay: 1800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(10) {
  animation-delay: 2000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(11) {
  animation-delay: 2200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(12) {
  animation-delay: 2400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(13) {
  animation-delay: 2600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(14) {
  animation-delay: 2800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(15) {
  animation-delay: 3000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(16) {
  animation-delay: 3200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(17) {
  animation-delay: 3400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(18) {
  animation-delay: 3600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(19) {
  animation-delay: 3800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(20) {
  animation-delay: 4000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(21) {
  animation-delay: 4200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(22) {
  animation-delay: 4400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(23) {
  animation-delay: 4600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(24) {
  animation-delay: 4800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(25) {
  animation-delay: 5000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(26) {
  animation-delay: 5200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(27) {
  animation-delay: 5400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(28) {
  animation-delay: 5600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(29) {
  animation-delay: 5800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(30) {
  animation-delay: 6000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(31) {
  animation-delay: 6200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(32) {
  animation-delay: 6400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(33) {
  animation-delay: 6600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(34) {
  animation-delay: 6800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(35) {
  animation-delay: 7000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(36) {
  animation-delay: 7200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(37) {
  animation-delay: 7400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(38) {
  animation-delay: 7600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(39) {
  animation-delay: 7800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(40) {
  animation-delay: 8000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(41) {
  animation-delay: 8200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(42) {
  animation-delay: 8400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(43) {
  animation-delay: 8600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(44) {
  animation-delay: 8800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(45) {
  animation-delay: 9000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(46) {
  animation-delay: 9200ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(47) {
  animation-delay: 9400ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(48) {
  animation-delay: 9600ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(49) {
  animation-delay: 9800ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.sequentialChild:nth-of-type(50) {
  animation-delay: 10000ms;
  animation-duration: 200ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}

/*
Design
*/
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  html,
  body {
    display: flex;
    min-height: 100%;
  }
}
@media print {
  html,
  body {
    min-height: inherit;
  }
}

html {
  font-size: 0.5208333vw;
}
@media (max-width: 1199.98px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 10px;
  }
}
html:has(body#wyswyg) {
  overflow: auto;
}

body {
  background: #fff;
  color: #000;
  font: 400 1.6rem "Montserrat", Helvetica, sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
  font-variant-ligatures: no-contextual !important;
}
@media (min-width: 992px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  body {
    font: 400 16px "Montserrat", Helvetica, sans-serif;
  }
}
body#wyswyg {
  display: block;
  background: #fff;
  overflow: visible;
}
body#wyswyg .hidden {
  visibility: visible !important;
}

.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: 1.2rem;
}
@media (max-width: 1199.98px) {
  #body.container {
    padding-top: 12px;
  }
}
#body.container:before {
  display: block;
  position: absolute;
  content: "";
  border-top: 1px solid #dbe2e5;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container {
  padding: 0 2.2rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 170.8rem;
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 990px;
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 20px;
  }
}
.container .container {
  padding: 0;
}

.header {
  position: relative;
  z-index: 11;
  background: #fff;
}
.header__inner {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@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 .row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.header__inner .logo {
  position: relative;
}
@media (max-width: 1199.98px) {
  .header__inner .logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
.header__inner .logo a {
  color: #000;
  text-decoration: none;
  display: flex;
  position: relative;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .header__inner .logo a {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .header__inner .logo a {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.header__inner .logo a:hover {
  color: #000;
}
.header__inner .logo img {
  height: 5rem;
}
@media (max-width: 1199.98px) {
  .header__inner .logo img {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .header__inner .logo img {
    height: 41px;
  }
}
@media (min-width: 1200px) {
  .header__inner .logo__image {
    transform: translateY(-1.8rem);
  }
}
.header__inner .logo__image img {
  display: block;
  height: auto;
  width: 16.8rem;
}
@media (max-width: 1199.98px) {
  .header__inner .logo__image img {
    width: 168px;
  }
}
@media (max-width: 575.98px) {
  .header__inner .logo__image img {
    width: 130px;
  }
}
.header__inner .logo__image img:last-child {
  margin-top: 1.2rem;
  position: absolute;
}
@media (max-width: 1199.98px) {
  .header__inner .logo__image img:last-child {
    margin-top: 12px;
    position: relative;
  }
}
.header__inner .logo__title {
  position: absolute;
  left: 18.5rem;
  bottom: -0.5rem;
  text-transform: uppercase;
  flex: 0 0 20rem;
}
@media (max-width: 1199.98px) {
  .header__inner .logo__title {
    width: auto;
    position: relative;
    margin-left: 15px;
    left: auto;
    bottom: auto;
    flex: 0 0 250px;
    margin-bottom: -5px;
  }
}
@media (max-width: 575.98px) {
  .header__inner .logo__title {
    font-weight: 700;
    font-size: 9px;
    line-height: 15px;
    font-family: "Montserrat", Helvetica, sans-serif;
    flex: 0 0 140px;
    margin-bottom: -2px;
    margin-left: 12px;
  }
}
@media (max-width: 575.98px) {
  .header__inner .logo__title br {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__inner--rus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .header__inner--rus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 1199.98px) {
  .header__inner--rus .logo a {
    align-items: center;
  }
}
.header__search {
  position: relative;
}
.header__search form {
  display: flex;
  position: relative;
}
@media (max-width: 575.98px) {
  .header__search form {
    margin-bottom: 10px;
  }
}
.header__search form .formField {
  flex: 1 1;
  position: static;
  margin: 0;
}
.header__search form .formField input[type=text] {
  height: 5rem;
  background: #fff;
  border-color: #ffef19;
  border-left-color: transparent;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  right: 0;
}
@media (max-width: 1199.98px) {
  .header__search form .formField input[type=text] {
    font-size: 14px;
    height: 45px;
  }
}
.header__search form .formField input[type=text]:focus {
  border-color: #ffef19;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
.header__search form .formField input[type=text]:-webkit-input-placeholder {
  color: #6e7176;
  opacity: 1;
}
@media (max-width: 400px) {
  .header__search form .formField input[type=text]:-webkit-input-placeholder {
    opacity: 0;
    display: none;
  }
}
.header__search form .formField input[type=text]:-moz-placeholder {
  color: #6e7176;
  opacity: 1;
}
@media (max-width: 400px) {
  .header__search form .formField input[type=text]:-moz-placeholder {
    opacity: 0;
    display: none;
  }
}
.header__search form .formField input[type=text]:-ms-input-placeholder {
  color: #6e7176;
  opacity: 1;
}
@media (max-width: 400px) {
  .header__search form .formField input[type=text]:-ms-input-placeholder {
    opacity: 0;
    display: none;
  }
}
.header__search form .formField .btn {
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  height: 5rem;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .header__search form .formField .btn {
    height: 45px;
  }
}
.header__search__menu {
  flex: 0 0 20rem;
}
@media (max-width: 1199.98px) {
  .header__search__menu {
    flex: 0 0 200px;
  }
}
@media (max-width: 575.98px) {
  .header__search__menu {
    flex: 0 0 170px;
  }
}
.header__search__menu .btn {
  width: 100%;
  font-size: 2rem;
  height: 5rem;
}
@media (max-width: 1199.98px) {
  .header__search__menu .btn {
    font-size: 20px;
    padding: 0;
    height: 45px;
  }
}
.header__search__menu .btn .fa-ico {
  margin-right: 1.5rem;
}
@media (max-width: 1199.98px) {
  .header__search__menu .btn .fa-ico {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .header__search__menu .btn:hover .fa-ico {
    filter: invert(100%);
  }
}
.header__search__menu .btn.active {
  background-color: #db0a2a;
  color: #fff !important;
  border-color: #db0a2a;
  z-index: 11;
}
.header__search__menu .btn.active .fa-ico {
  background-image: none;
}
.header__search__menu .btn.active .fa-ico:before, .header__search__menu .btn.active .fa-ico:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .header__search__menu .btn.active:hover .fa-ico {
    filter: invert(0);
  }
}
.header__btn .btn {
  width: 100%;
  height: 5rem;
}
@media (max-width: 1199.98px) {
  .header__btn .btn {
    height: 45px;
  }
}
.header__contacts {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header__contacts {
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding-bottom: 0;
  }
}
.header__contacts__item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .header__contacts__item {
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    flex-direction: column;
    align-items: first baseline;
  }
}
@media (max-width: 575.98px) {
  .header__contacts__item {
    display: none;
  }
}
@media (min-width: 576px) {
  .header__contacts__item__menu {
    display: none;
  }
}
.header__contacts__item__menu a {
  text-transform: uppercase;
  color: #db0a2a;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", Helvetica, sans-serif;
  transition: all 0.25s ease;
}
.header__contacts a, .header__contacts span {
  display: flex;
  align-items: center;
  margin-left: 2.4rem;
}
.header__contacts a span, .header__contacts span span {
  margin: 0;
}
.header__contacts a.ico-call, .header__contacts span.ico-call {
  cursor: pointer;
  color: #000;
  transition: all 0.25s ease;
}
.header__contacts a.ico-call:before, .header__contacts span.ico-call:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  margin-right: 0.5rem;
  background: url(/assets/css/../img/icons/svg/call.svg) no-repeat;
  background-size: 100%;
}
.header__contacts a.ico-call:hover, .header__contacts span.ico-call:hover {
  color: #db0a2a;
}
.header__contacts a.ico-call span, .header__contacts span.ico-call span {
  display: inline-flex;
  border-bottom: 0.2rem solid #ffef19;
}
.header__contacts a[href^="tel:"] {
  color: #000;
}
.header__contacts a[href^="tel:"]:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  margin-right: 0.5rem;
  background: url(/assets/css/../img/icons/svg/phone.svg) no-repeat;
  background-size: 100%;
}
.header__contacts a[href^="tel:"]:hover {
  color: #000;
}
.header__contacts a[href^="tel:"]:first-child {
  font-weight: 700;
}
.header__contacts a[href^="mailto:"] {
  color: #000;
}
.header__contacts a[href^="mailto:"]:before {
  content: "";
  width: 1.9rem;
  height: 1.6rem;
  display: inline-flex;
  margin-right: 0.5rem;
  background: url(/assets/css/../img/icons/svg/mail.svg) no-repeat;
  background-size: 100%;
}
.header__contacts a[href^="mailto:"] span {
  display: inline-flex;
  border-bottom: 0.2rem solid #ffef19;
}
.header__contacts a[href^="mailto:"]:hover {
  color: #db0a2a;
}

.footer {
  padding-bottom: 6rem;
  padding-top: 6rem;
  background-color: #1c2025;
}
@media (max-width: 1199.98px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #db0a2a;
  text-decoration: none;
}
.footer .logo {
  margin: 0 0 1.5rem;
}
@media (max-width: 1199.98px) {
  .footer .logo {
    margin: 0 0 15px;
  }
}
.footer .logo__item img {
  height: 7.3rem;
  display: block;
}
@media (max-width: 1199.98px) {
  .footer .logo__item img {
    height: 73px;
  }
}
@media (max-width: 575.98px) {
  .footer .logo__item img {
    height: 60px;
    margin: 0 auto;
  }
}
.footer .logo__item--rus img {
  height: auto;
  width: 24.4rem;
  display: block;
}
@media (max-width: 1199.98px) {
  .footer .logo__item--rus img {
    width: 244px;
  }
}
@media (max-width: 575.98px) {
  .footer .logo__item--rus img {
    width: 200px;
  }
}
.footer .logo__item--rus img:last-child {
  margin-top: 1.2rem;
}
@media (max-width: 1199.98px) {
  .footer .logo__item--rus img:last-child {
    margin-top: 12px;
  }
}
@media (max-width: 1199.98px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__info {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .footer__info {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .footer__info {
    text-align: center;
    width: 100%;
  }
}
.footer__info p {
  margin: 0 0 1rem;
}
@media (max-width: 1199.98px) {
  .footer__info p {
    margin: 0 0 10px;
  }
}
.footer__info p:last-child {
  margin: 0;
}
.footer .copyright {
  color: #646567;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-top: 1.5rem;
}
@media (max-width: 1199.98px) {
  .footer .copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer .copyright {
    margin-top: 30px;
    text-align: center;
  }
}
.footer .copyright a {
  color: #646567;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .copyright p {
  margin: 0;
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
.footer__menu__item {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .footer__menu__item {
    margin-bottom: 40px;
  }
}
.footer__menu__item:before {
  display: block;
  position: absolute;
  content: "";
  border-bottom: 1px solid #24282e;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .footer__menu__item {
    display: none;
  }
}
.footer__menu__item ul {
  margin: 0 -2.2rem;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
@media (max-width: 1199.98px) {
  .footer__menu__item ul {
    margin: 0 -15px;
    padding-bottom: 15px;
    justify-content: space-between;
  }
}
.footer__menu__item ul li {
  padding: 0 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  position: relative;
}
@media (min-width: 1200px) {
  .footer__menu__item ul li {
    flex: 1;
  }
}
@media (max-width: 1199.98px) {
  .footer__menu__item ul li {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (min-width: 1200px) {
  .footer__menu__item ul li:last-child {
    flex: 0;
  }
}
.footer__menu__item ul li .title {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  .footer__menu__item ul li .title {
    font-size: 15px;
  }
}
.footer__menu__item ul li ul {
  margin: 2rem 0 0;
  display: block;
  float: left;
}
@media (max-width: 1199.98px) {
  .footer__menu__item ul li ul {
    display: none;
  }
}
.footer__menu__item ul li ul li {
  margin: 0 0 1rem;
  padding: 0;
  white-space: nowrap;
}
.footer__contacts {
  position: relative;
}
@media (max-width: 1199.98px) {
  .footer__contacts {
    margin-bottom: 30px;
  }
}
.footer__contacts__item {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #fff;
}
.footer__contacts .title {
  font-weight: 700;
  text-transform: uppercase;
}
.footer__contacts p {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .footer__contacts p {
    margin: 0 0 10px;
  }
}
.footer__contacts p.ico:before {
  content: "";
  display: flex;
  width: 2.5rem;
  margin-right: 0.5rem;
  opacity: 0.4;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1199.98px) {
  .footer__contacts p.ico:before {
    width: 25px;
    margin-right: 5px;
  }
}
.footer__contacts p.address:before {
  height: 1.7rem;
  background-image: url(/assets/css/../img/icons/address-white.png);
}
@media (max-width: 1199.98px) {
  .footer__contacts p.address:before {
    height: 17px;
  }
}
.footer__contacts p.phone:before {
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:white;%7D%0A%3C/style%3E%3Cpath class='st0' d='M14.91,10.85c-0.81-0.65-1.56-0.97-2.28-0.97c-1.04,0-1.79,0.66-2.47,1.34c-0.08,0.08-0.17,0.11-0.3,0.11 c-0.57,0-1.58-0.72-3-2.13C5.2,7.54,4.57,6.48,4.99,6.05c1.15-1.15,1.51-2.3-0.25-4.48C4.11,0.79,3.5,0.41,2.86,0.41 C2,0.41,1.35,1.1,0.77,1.7c-0.1,0.1-0.19,0.2-0.29,0.3c-0.65,0.65-0.65,2.07,0,3.8c0.71,1.9,2.13,3.96,3.97,5.81 c1.43,1.43,2.98,2.58,4.5,3.36c1.32,0.68,2.6,1.04,3.61,1.04c0,0,0,0,0,0c0.63,0,1.14-0.14,1.48-0.42c0.69-0.57,1.96-1.62,1.95-2.86 C16,12.05,15.63,11.42,14.91,10.85z'/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .footer__contacts p.phone:before {
    height: 16px;
  }
}
.footer__contacts p.mail:before {
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19 16' style='enable-background:new 0 0 19 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:white;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M9.66,9.41c0.01,0,0.01,0,0.02,0c0.13-0.01,0.26-0.04,0.37-0.11c0.12-0.07,0.22-0.18,0.31-0.35l3.2-8.41 c0.04-0.12,0.03-0.25-0.04-0.35c-0.07-0.1-0.18-0.17-0.31-0.18c-0.31-0.02-0.63,0.05-0.9,0.21L0.72,6.92 C0.43,7.09,0.2,7.35,0.06,7.67C0.01,7.78,0.02,7.91,0.08,8.02c0.06,0.11,0.17,0.18,0.29,0.2l9.23,1.19 C9.62,9.41,9.64,9.41,9.66,9.41z'/%3E%3Cpath class='st0' d='M18.79,8.31l-4-6.96c-0.08-0.13-0.22-0.21-0.38-0.2c-0.15,0.01-0.29,0.11-0.34,0.25l-2.99,7.87l-0.04,0.07 c-0.13,0.26-0.33,0.47-0.58,0.62c-0.25,0.15-0.53,0.23-0.83,0.23l-0.08,0L0.88,9.08c-0.15-0.02-0.3,0.05-0.38,0.17 C0.41,9.38,0.4,9.54,0.48,9.67l2.63,4.56h-1.1c-0.22,0-0.4,0.18-0.4,0.4v0.79c0,0.22,0.18,0.4,0.4,0.4h15 c0.22,0,0.4-0.18,0.4-0.4v-0.79c0-0.22-0.18-0.4-0.4-0.4h-5.3l6.49-3.76C18.96,10.03,19.22,9.07,18.79,8.31z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .footer__contacts p.mail:before {
    height: 16px;
  }
}
.footer__contacts p.social:before {
  height: 1.8rem;
  background-image: url(/assets/css/../img/icons/social-white.png);
}
@media (max-width: 1199.98px) {
  .footer__contacts p.social:before {
    height: 18px;
  }
}
.footer__contacts .title {
  text-transform: uppercase;
}
.footer__contacts a[href^="tel:"]:hover {
  color: #fff;
}
.footer__contacts .social__item {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  background-color: #fff;
  margin-right: 0.5rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    margin-right: 5px;
  }
}
.footer__contacts .social__item:before, .footer__contacts .social__item:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease;
}
.footer__contacts .social__item:after {
  opacity: 0;
}
.footer__contacts .social__item:hover:before {
  opacity: 0;
}
.footer__contacts .social__item:hover:after {
  opacity: 1;
}
.footer__contacts .social__item.vk:before {
  width: 1.6rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 6' style='enable-background:new 0 0 9 6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231C2025;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.91,5.97C1.83,5.97,0.07,3.73,0,0h1.54c0.05,2.74,1.19,3.9,2.09,4.13V0h1.45v2.36C5.97,2.27,6.9,1.19,7.22,0 h1.45C8.42,1.46,7.41,2.54,6.69,2.98C7.41,3.34,8.57,4.28,9,5.97H7.4C7.06,4.84,6.2,3.96,5.07,3.84v2.13L4.91,5.97L4.91,5.97z'/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.vk:before {
    width: 16px;
    height: 11px;
  }
}
.footer__contacts .social__item.vk:after {
  width: 1.6rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 6' style='enable-background:new 0 0 9 6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.91,5.97C1.83,5.97,0.07,3.73,0,0h1.54c0.05,2.74,1.19,3.9,2.09,4.13V0h1.45v2.36C5.97,2.27,6.9,1.19,7.22,0 h1.45C8.42,1.46,7.41,2.54,6.69,2.98C7.41,3.34,8.57,4.28,9,5.97H7.4C7.06,4.84,6.2,3.96,5.07,3.84v2.13L4.91,5.97L4.91,5.97z'/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.vk:after {
    width: 16px;
    height: 11px;
  }
}
.footer__contacts .social__item.vk:hover {
  background: #4372B8;
}
.footer__contacts .social__item.max:before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 720'%3E%3Cpath fill='%231C2025' d='M350.4,9.6C141.8,20.5,4.1,184.1,12.8,390.4c3.8,90.3,40.1,168,48.7,253.7,2.2,22.2-4.2,49.6,21.4,59.3,31.5,11.9,79.8-8.1,106.2-26.4,9-6.1,17.6-13.2,24.2-22,27.3,18.1,53.2,35.6,85.7,43.4,143.1,34.3,299.9-44.2,369.6-170.3C799.6,291.2,622.5-4.6,350.4,9.6h0ZM269.4,504c-11.3,8.8-22.2,20.8-34.7,27.7-18.1,9.7-23.7-.4-30.5-16.4-21.4-50.9-24-137.6-11.5-190.9,16.8-72.5,72.9-136.3,150-143.1,78-6.9,150.4,32.7,183.1,104.2,72.4,159.1-112.9,316.2-256.4,218.6h0Z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.max:before {
    width: 16px;
    height: 16px;
  }
}
.footer__contacts .social__item.max:after {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 720'%3E%3Cpath fill='%23ffffff' d='M350.4,9.6C141.8,20.5,4.1,184.1,12.8,390.4c3.8,90.3,40.1,168,48.7,253.7,2.2,22.2-4.2,49.6,21.4,59.3,31.5,11.9,79.8-8.1,106.2-26.4,9-6.1,17.6-13.2,24.2-22,27.3,18.1,53.2,35.6,85.7,43.4,143.1,34.3,299.9-44.2,369.6-170.3C799.6,291.2,622.5-4.6,350.4,9.6h0ZM269.4,504c-11.3,8.8-22.2,20.8-34.7,27.7-18.1,9.7-23.7-.4-30.5-16.4-21.4-50.9-24-137.6-11.5-190.9,16.8-72.5,72.9-136.3,150-143.1,78-6.9,150.4,32.7,183.1,104.2,72.4,159.1-112.9,316.2-256.4,218.6h0Z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.max:after {
    width: 16px;
    height: 16px;
  }
}
.footer__contacts .social__item.max:hover {
  background: #4372B8;
  background: #44ccff;
  background: linear-gradient(45deg, #44ccff 0%, #9933dd 100%);
}
.footer__contacts .social__item.youtube:before {
  width: 0.9rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 10' style='enable-background:new 0 0 9 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231C2025;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,0 0,10 8.76,5.12 '/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.youtube:before {
    width: 9px;
    height: 10px;
  }
}
.footer__contacts .social__item.youtube:after {
  width: 0.9rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 10' style='enable-background:new 0 0 9 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,0 0,10 8.76,5.12 '/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.youtube:after {
    width: 9px;
    height: 10px;
  }
}
.footer__contacts .social__item.youtube:hover {
  background: #D8362A;
}
.footer__contacts .social__item.rutube:before {
  width: 1.7rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.24517 9.00647H3.43209V6.67665H9.24517C9.58472 6.67665 9.82082 6.73659 9.93931 6.84127C10.0578 6.94596 10.1312 7.14011 10.1312 7.42373V8.26028C10.1312 8.55911 10.0578 8.75326 9.93931 8.85794C9.82082 8.96263 9.58472 9.00736 9.24517 9.00736V9.00647ZM9.64397 4.48014H0.966797V14.4436H3.43209V11.2021H7.97538L10.1312 14.4436H12.8918L10.515 11.1869C11.3913 11.0553 11.7847 10.7834 12.1093 10.3351C12.4338 9.88686 12.5965 9.1702 12.5965 8.21376V7.46667C12.5965 6.89943 12.5372 6.45118 12.4338 6.10761C12.3303 5.76405 12.1535 5.46522 11.9024 5.1968C11.6371 4.94271 11.3417 4.76376 10.9871 4.64387C10.6326 4.53919 10.1896 4.47925 9.64397 4.47925V4.48014Z' fill='%23100943'%3E%3C/path%3E%3Cpath d='M14.7866 4.4792C15.8326 4.4792 16.6805 3.63095 16.6805 2.58457C16.6805 1.5382 15.8326 0.689941 14.7866 0.689941C13.7405 0.689941 12.8926 1.5382 12.8926 2.58457C12.8926 3.63095 13.7405 4.4792 14.7866 4.4792Z' fill='%23ED143B'%3E%3C/path%3E%3C/svg%3E");
  margin-top: -0.1rem;
  margin-left: 0.1rem;
  filter: grayscale(100%);
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.rutube:before {
    width: 17px;
    height: 15px;
    margin-top: -1px;
    margin-left: 1px;
  }
}
.footer__contacts .social__item.rutube:after {
  width: 1.7rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.24517 9.00647H3.43209V6.67665H9.24517C9.58472 6.67665 9.82082 6.73659 9.93931 6.84127C10.0578 6.94596 10.1312 7.14011 10.1312 7.42373V8.26028C10.1312 8.55911 10.0578 8.75326 9.93931 8.85794C9.82082 8.96263 9.58472 9.00736 9.24517 9.00736V9.00647ZM9.64397 4.48014H0.966797V14.4436H3.43209V11.2021H7.97538L10.1312 14.4436H12.8918L10.515 11.1869C11.3913 11.0553 11.7847 10.7834 12.1093 10.3351C12.4338 9.88686 12.5965 9.1702 12.5965 8.21376V7.46667C12.5965 6.89943 12.5372 6.45118 12.4338 6.10761C12.3303 5.76405 12.1535 5.46522 11.9024 5.1968C11.6371 4.94271 11.3417 4.76376 10.9871 4.64387C10.6326 4.53919 10.1896 4.47925 9.64397 4.47925V4.48014Z' fill='%23100943'%3E%3C/path%3E%3Cpath d='M14.7866 4.4792C15.8326 4.4792 16.6805 3.63095 16.6805 2.58457C16.6805 1.5382 15.8326 0.689941 14.7866 0.689941C13.7405 0.689941 12.8926 1.5382 12.8926 2.58457C12.8926 3.63095 13.7405 4.4792 14.7866 4.4792Z' fill='%23ED143B'%3E%3C/path%3E%3C/svg%3E");
  margin-top: -0.1rem;
  margin-left: 0.1rem;
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.rutube:after {
    width: 17px;
    height: 15px;
    margin-top: -1px;
    margin-left: 1px;
  }
}
.footer__contacts .social__item.rutube:hover {
  background: #f2f3f5;
}
.footer__contacts .social__item.telegram:before {
  width: 1.4rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 16' style='enable-background:new 0 0 18 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%231C2025;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.66,15.87c1.08,0.49,1.48-0.53,1.48-0.53L18,0.57c-0.02-0.99-1.33-0.39-1.33-0.39L0.7,6.64 c0,0-0.76,0.28-0.7,0.76s0.67,0.72,0.67,0.72L4.7,9.51c0,0,1.21,4.1,1.46,4.88c0.22,0.76,0.43,0.79,0.43,0.79 c0.22,0.09,0.43-0.07,0.43-0.07l2.61-2.43L13.66,15.87z M14.36,3.19c0,0,0.56-0.35,0.54,0c0,0,0.09,0.05-0.2,0.37 c-0.27,0.28-6.63,6.16-7.48,6.94c-0.07,0.05-0.11,0.12-0.11,0.21l-0.25,2.18c-0.04,0.23-0.34,0.25-0.4,0.05L5.4,9.37 c-0.04-0.14,0-0.3,0.13-0.39L14.36,3.19z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.telegram:before {
    width: 14px;
    height: 12px;
  }
}
.footer__contacts .social__item.telegram:after {
  width: 1.4rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 16' style='enable-background:new 0 0 18 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.66,15.87c1.08,0.49,1.48-0.53,1.48-0.53L18,0.57c-0.02-0.99-1.33-0.39-1.33-0.39L0.7,6.64 c0,0-0.76,0.28-0.7,0.76s0.67,0.72,0.67,0.72L4.7,9.51c0,0,1.21,4.1,1.46,4.88c0.22,0.76,0.43,0.79,0.43,0.79 c0.22,0.09,0.43-0.07,0.43-0.07l2.61-2.43L13.66,15.87z M14.36,3.19c0,0,0.56-0.35,0.54,0c0,0,0.09,0.05-0.2,0.37 c-0.27,0.28-6.63,6.16-7.48,6.94c-0.07,0.05-0.11,0.12-0.11,0.21l-0.25,2.18c-0.04,0.23-0.34,0.25-0.4,0.05L5.4,9.37 c-0.04-0.14,0-0.3,0.13-0.39L14.36,3.19z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .footer__contacts .social__item.telegram:after {
    width: 14px;
    height: 12px;
  }
}
.footer__contacts .social__item.telegram:hover {
  background: #37aee2;
}
.footer__btn {
  margin-top: 2rem;
}
@media (max-width: 1199.98px) {
  .footer__btn {
    margin-top: 20px;
  }
}
.footer__btn .btn {
  padding: 0 3rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .footer__btn .btn {
    padding: 0 20px;
    height: 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 575.98px) {
  .footer__btn .btn {
    width: 100%;
  }
}

.menu {
  /* test */
  /* end test */
}
@media (min-width: 1200px) {
  .menu {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .menu {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    z-index: 103;
    background-color: #f3f3f5;
    overflow: hidden;
    transform: translate3d(0, -150%, 0);
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .menu.nav-active {
    left: 10px;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 11;
    position: absolute;
  }
}
@media (max-width: 1199.98px) {
  .menu.nav-active {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.6s ease 0s;
  }
}
@media (max-width: 1199.98px) {
  .menu.nav-active .menu-sub {
    left: 0;
  }
}
@media (max-width: 1199.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: 1200px) {
  .menu.nav-active .menu-sub__links.visible {
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 2;
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .menu.nav-active .menu-sub__links.visible {
    position: static;
    top: auto;
    visibility: visible;
    pointer-events: auto;
  }
}
.menu-main {
  /* test */
  /* end */
}
@media (max-width: 1199.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: 0px 50px 0px 20px;
  height: 72px;
  display: flex;
  align-items: center;
  display: none;
}
.menu-main .logo a {
  display: flex;
  align-items: flex-end;
}
.menu-main .logo a span {
  font-size: 11px;
  line-height: 100%;
  margin-left: 10px;
  transform: translateY(-1px);
}
.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 {
  padding: 0 4%;
}
.menu-main__links .menu-main__link {
  display: flex;
  padding: 15px 15px;
  position: relative;
  align-items: center;
  align-content: center;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-main__links .menu-main__link:before {
  display: block;
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #cfcfcf;
}
.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 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33325 15.4336L12.7999 8.50023L5.33325 1.56689' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .menu-main__links .menu-main__link:hover {
    color: #db0a2a;
  }
}
@media (min-width: 992px) {
  .menu-main__links .menu-main__link:hover .btn-sub {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33325 15.4336L12.7999 8.50023L5.33325 1.56689' stroke='%23db0a2a' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .menu-main__mob {
    display: none;
  }
}
@media (max-width: 1199.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: 1200px) {
  .menu-sub {
    flex: 0 0 75%;
    position: relative;
  }
}
@media (max-width: 1199.98px) {
  .menu-sub {
    height: 100%;
    padding-top: 0;
    background: #f3f3f5;
    position: fixed;
    width: 100%;
    top: 0;
    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: 1200px) {
  .menu-sub__header {
    display: none;
  }
}
@media (max-width: 1199.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='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.menu-sub__header__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #5d5d5d;
  text-transform: uppercase;
  flex: 1 1;
  display: flex;
}
@media (max-width: 1199.98px) {
  .menu-sub__header__title {
    padding-right: 16px;
  }
}
.menu-sub__header__title a {
  display: block;
  color: #5d5d5d;
  width: 100%;
  padding-right: 40px;
  text-align: center;
}
.menu-sub__header__title a span {
  flex: 1 1;
}
.menu-sub__header__title a span img {
  display: none;
}
@media (max-width: 1199.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;
  padding: 0 4%;
}
@media (min-width: 1200px) {
  .menu-sub__links .menu-row {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .menu-sub__links .menu-row__item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .menu-sub__links .menu-row__item .menu-sub__link__sub:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .menu-sub__links .menu-sub__link {
    margin-bottom: 12px;
  }
}
@media (max-width: 1199.98px) {
  .menu-sub__links .menu-sub__link {
    width: 100%;
  }
}
.menu-sub__links .menu-sub__link a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .menu-sub__links .menu-sub__link a {
    padding: 12px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #000;
  }
}
.menu-sub__links .menu-sub__link a:before {
  display: block;
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: 0;
  border-bottom: 1px solid #cfcfcf;
  opacity: 0.67;
}
.menu-sub__links .menu-sub__link a .btn-sub {
  flex: 0 0 20px;
  width: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33325 15.4336L12.7999 8.50023L5.33325 1.56689' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199.98px) {
  .menu-sub__links .menu-sub__link.active a {
    background: #dbe1e4;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .menu-sub__links .menu-sub__link__sub {
    margin-top: 32px;
    margin-bottom: 6px;
  }
}
@media (max-width: 1199.98px) {
  .menu-sub__links .menu-sub__link__sub a {
    padding-right: 30px;
    position: relative;
  }
}
@media (max-width: 1199.98px) {
  .menu-sub__links .menu-sub__link__title {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu-sub__links .menu-sub__link_ul {
    display: block !important;
    margin: 0 0 34px;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .menu-sub__links .menu-sub__link_ul {
    min-height: calc(100% + 48px);
    padding-top: 0;
    background: #f3f3f5;
    position: fixed;
    top: -59px;
    display: block !important;
    width: 100%;
    left: 0;
    transform: translate3d(100%, 0, 0);
    transition: all 0.8s ease;
  }
}
@media (max-width: 1199.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 4%;
}
.menu-sub__links .menu-sub__link_ul ul li {
  margin: 0px;
  padding: 0;
}
.menu-sub__links .menu-sub__link_ul ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding: 12px 15px;
  position: relative;
  text-transform: uppercase;
}
.menu-sub__links .menu-sub__link_ul ul li a:before {
  display: block;
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #cfcfcf;
  opacity: 0.67;
}
@media (min-width: 992px) {
  .menu-sub__links .menu-sub__link_ul ul li a:hover {
    color: #db0a2a;
  }
}
@media (max-width: 1199.98px) {
  .menu-sub__links .menu-sub__link_ul ul li.active a {
    background: #dbe1e4;
    color: #000;
  }
}
.menu-sub__links .menu-sub__link_ul .services__btns {
  padding: 0 16px;
  margin: 15px 0;
}
@media (max-width: 1199.98px) {
  .menu-sub__links.clicked + .menu-sub__link_ul {
    transform: translate3d(0, 0, 0);
    z-index: 5;
  }
}

.header {
  padding-top: 5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .header {
    padding-top: 50px;
  }
}
.header__menu {
  height: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background: #f3f3f5;
}
@media (max-width: 1199.98px) {
  .header__menu {
    display: flex;
    align-items: center;
    height: 55px;
  }
}
.header__menu__logo {
  transform: translateX(-100%);
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease;
}
.header__menu__logo img {
  height: 4rem;
}
@media (max-width: 1199.98px) {
  .header__menu__logo img {
    height: 40px;
  }
}
.header__menu__search {
  display: flex;
  align-items: center;
}
.header__menu__search .btn.btn-menu {
  width: 14rem;
  height: 4rem;
  margin-right: 2.2rem;
}
@media (max-width: 1199.98px) {
  .header__menu__search .btn.btn-menu {
    width: 140px;
    height: 40px;
    margin-right: 22px;
  }
}
.header__menu .container {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@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;
  padding: 0;
  flex: 0 0 50%;
  justify-content: space-between;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .header__menu .container .menuTop {
    display: none;
  }
}
.header__menu .container .menuTop__item {
  height: 5rem;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  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: 32rem;
  padding: 1rem 0;
  display: block;
  flex-wrap: wrap;
  margin: 0 0 0 -2.2rem;
  min-height: 100%;
  background: #fff;
  box-shadow: 0px 0.7rem 1.5rem 0px rgba(0, 0, 0, 0.1);
}
.header__menu .container .menuTop li ul li {
  position: static;
  background: #fff;
  margin: 0;
}
.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: 1rem 2.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.header__menu .container .menuTop li ul li ul:before {
  display: none;
}
.header__menu .container .menuTop li.act .menuTop__item {
  color: #db0a2a;
}
.header__menu .container .menuTop li:hover .menuTop__item {
  color: #db0a2a;
}
.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: #db0a2a;
}
.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: #000;
}
.header__menu .container .menuTop li:hover ul li:hover ul li:hover a {
  color: #000;
}
.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;
}
@media (max-width: 1199.98px) {
  .header__menu .container .icons .ico {
    margin-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .header__contacts {
    flex: 1 1;
  }
}
.header__contacts__item__btn {
  width: 24.3rem;
  transform: translateX(100%);
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease;
}
@media (max-width: 1199.98px) {
  .header__contacts__item__btn {
    width: 243px;
  }
}
@media (max-width: 575.98px) {
  .header__contacts__item__btn {
    display: none;
  }
}
.header__contacts__item__btn .btn {
  height: 4rem;
  width: 100%;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .header__contacts__item__btn .btn {
    font-size: 14px;
    height: 40px;
  }
}

.stickTop .header__menu, .dropdown-menu-active .header__menu {
  position: fixed;
  top: 0;
  z-index: 104;
  height: 7.2rem;
  background: rgb(255, 255, 255);
  box-shadow: 0rem 0.5rem 1.6rem rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  .stickTop .header__menu, .dropdown-menu-active .header__menu {
    background: rgb(255, 255, 255);
  }
}
.stickTop .header__menu:hover, .dropdown-menu-active .header__menu:hover {
  background: rgb(255, 255, 255);
}
.stickTop .header__menu .container, .dropdown-menu-active .header__menu .container {
  justify-content: flex-start;
}
.stickTop .header__menu__logo, .dropdown-menu-active .header__menu__logo {
  opacity: 1;
  transform: translateX(0);
  margin-right: 4.4rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .stickTop .header__menu__logo, .dropdown-menu-active .header__menu__logo {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .stickTop .header__menu__logo img, .dropdown-menu-active .header__menu__logo img {
    height: auto;
    width: 90px;
  }
}
@media (max-width: 1199.98px) {
  .stickTop .header__menu #nav_dropdown, .dropdown-menu-active .header__menu #nav_dropdown {
    left: 170px;
    top: 10px;
  }
}
@media (max-width: 400px) {
  .stickTop .header__menu #nav_dropdown, .dropdown-menu-active .header__menu #nav_dropdown {
    left: 120px;
  }
}
.stickTop .header__menu #nav_dropdown span, .dropdown-menu-active .header__menu #nav_dropdown span {
  display: none;
}
.stickTop .header__menu .menuTop, .dropdown-menu-active .header__menu .menuTop {
  flex: 0 0 auto;
}
.stickTop .header__menu .menuTop li, .dropdown-menu-active .header__menu .menuTop li {
  margin-right: 2.5rem;
}
.stickTop .header__menu .menuTop li ul li, .dropdown-menu-active .header__menu .menuTop li ul li {
  margin: 0;
}
.stickTop .header__contacts, .dropdown-menu-active .header__contacts {
  flex: 1 1;
}
.stickTop .header__contacts__item, .dropdown-menu-active .header__contacts__item {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .stickTop .header__contacts__item, .dropdown-menu-active .header__contacts__item {
    display: none;
  }
}
.stickTop .header__contacts__item__btn, .dropdown-menu-active .header__contacts__item__btn {
  opacity: 1;
  transform: translateX(0);
  margin-left: 4.4rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .stickTop .header__contacts__item__btn, .dropdown-menu-active .header__contacts__item__btn {
    display: none;
  }
}

.dropdown-menu-active .header__menu {
  background: rgb(255, 255, 255);
}

a {
  color: #000;
  transition: all 0.25s ease;
  text-decoration: none;
}
a:hover {
  color: #db0a2a;
  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", Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 100%;
  margin: 0.3rem 0 0.4rem 0;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  margin: 0 0 3rem;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  h1,
  .h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0px 0 20px;
  }
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
h1 a,
.h1 a {
  text-decoration: none;
  color: #000;
}
h1 span,
.h1 span {
  color: #000;
}

h2, .h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 130%;
  color: #000;
  margin: 0 0 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  h2, .h2 {
    margin: 0px 0 25px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-family: "Montserrat", Helvetica, sans-serif;
    line-height: 130%;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 20px;
  }
}
h2 a, .h2 a {
  text-decoration: none;
  color: #000;
}
h2 a:hover, .h2 a:hover {
  text-decoration: none;
  color: #db0a2a;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  margin: 0 0 2rem;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  h3,
  .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 575.98px) {
  h3,
  .h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
h3 a,
.h3 a {
  text-decoration: none;
  color: #000;
}
h3 a:hover,
.h3 a:hover {
  text-decoration: none;
}

h5, h4 {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  h5, h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0 0 15px;
  }
}
@media (max-width: 575.98px) {
  h5, h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}

/*.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;
}

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

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

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1199.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(/assets/css/adminimg/sort_inactive.png) no-repeat left;
  color: #000;
}
.spanSort input.active {
  background: url(/assets/css/adminimg/sort_active.png) no-repeat left;
}
.spanSort input.error {
  background: url(/assets/css/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", Helvetica, 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", Helvetica, sans-serif;
}
.adminTopPanel .divEdit {
  margin-bottom: 0;
  color: #db0a2a;
}

.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: #db0a2a;
}

.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", Helvetica, 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(/assets/css/img/invalid.png) no-repeat 3px 3px;
  padding-left: 24px;
  color: #FB0F00;
}

.jssuccess {
  display: inline-block;
  background: url(/assets/css/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(/assets/css/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(/assets/css/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: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
}
@media (max-width: 1199.98px) {
  .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.content p {
  margin: 0 0 1.5rem;
}
@media (max-width: 1199.98px) {
  .content p {
    margin: 0 0 15px;
  }
}
.content p + p:last-child {
  margin: 0;
}
.content a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #ffef19;
}
.content a:hover {
  color: #db0a2a;
  text-decoration: underline;
  text-decoration-color: #ffef19;
}
.content a.ico-whatsapp {
  margin: 0 0.5rem;
  background: url(/assets/css/../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(/assets/css/../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 a[href^="tel:"] {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.content a[href^="mailto:"] {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid #ffef19;
}
.content a[href^="mailto:"]:hover {
  color: #db0a2a;
  text-decoration: none;
}
.content__header {
  margin-bottom: 4.5rem;
}
@media (max-width: 1199.98px) {
  .content__header {
    margin-bottom: 40px;
  }
}
.content__header .image {
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .content__header .image img {
    max-height: 400px;
  }
}
.content__header .image .image-about {
  position: relative;
}
@media (max-width: 991.98px) {
  .content__header .image .image-about {
    height: auto;
    margin-left: -20px;
  }
}
.content__header .image .image-about img {
  display: block;
}
@media (max-width: 991.98px) {
  .content__header .image .image-about img {
    height: auto;
    width: 100vw;
    max-width: inherit;
    margin: 0;
    position: relative;
    max-height: inherit;
  }
}
.content__header .image .image-about:before {
  display: none;
}
@media (max-width: 991.98px) {
  .content__header .text {
    order: 3;
    margin-top: 15px;
  }
}
.content__header ul.about-list {
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .content__header ul.about-list {
    margin-top: 30px;
  }
}
.content__header ul.about-list li {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  display: flex;
  padding: 0;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .content__header ul.about-list li {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.content__header ul.about-list li:before {
  display: none;
}
.content__header ul.about-list li strong {
  width: 10rem;
  flex: 0 0 10rem;
  border: 0.2rem solid #000;
  height: 4.6rem;
  margin-right: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .content__header ul.about-list li strong {
    width: 100px;
    flex: 0 0 100px;
    border: 2px solid #000;
    height: 46px;
    margin-right: 15px;
    font-size: 20px;
  }
}
.content--service {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  display: block;
}
@media (max-width: 1199.98px) {
  .content--service {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.content--service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4.4rem;
}
@media (max-width: 1199.98px) {
  .content--service__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .content--service__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.content--service__item {
  height: 6.2rem;
  display: flex;
  padding: 0 2rem;
  align-items: center;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: 600;
  padding-right: 6rem;
}
.content--service__item:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #e7e7ed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -2;
}
.content--service__item img {
  filter: invert(100%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6.2rem;
  z-index: -1;
}
.content__item h2, .content__item .h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 130%;
  color: #000;
  margin: 0 0 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .content__item h2, .content__item .h2 {
    margin: 0px 0 25px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-family: "Montserrat", Helvetica, sans-serif;
    line-height: 130%;
  }
}
@media (max-width: 575.98px) {
  .content__item h2, .content__item .h2 {
    font-size: 20px;
  }
}
.content__item h2 a, .content__item .h2 a {
  text-decoration: none;
  color: #000;
}
.content__item h2 a:hover, .content__item .h2 a:hover {
  text-decoration: none;
}
.content__item table {
  margin-bottom: 2rem;
}
.content__item table tr td, .content__item table tr th {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dbe2e5;
}
.content ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.content ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .content ul {
    margin: 0 0 10px;
  }
}
.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: #a2aaad;
  display: block;
  position: absolute;
  content: "";
}
@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(/assets/css/../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 ul.feature {
  display: flex;
  margin: 4.5rem -2.2rem;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .content ul.feature {
    margin: 40px -15px;
  }
}
@media (max-width: 991.98px) {
  .content ul.feature {
    flex-wrap: wrap;
  }
}
.content ul.feature li {
  padding: 0 2.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .content ul.feature li {
    padding: 0 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .content ul.feature li {
    width: 33.3333333333%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .content ul.feature li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .content ul.feature li {
    width: 100%;
  }
}
.content ul.feature li:before {
  display: none;
}
.content ul.feature li strong {
  font-size: 4.8rem;
  line-height: 110%;
  text-transform: none;
}
@media (max-width: 1199.98px) {
  .content ul.feature li strong {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .content ul.feature li strong {
    display: block;
  }
}
.content ul.feature li strong sup {
  font-size: 60%;
}
@media (max-width: 480px) {
  .content ul.feature li br {
    display: none;
  }
}
@media (min-width: 992px) {
  .content .aboutInner ul.feature li {
    max-width: 20%;
  }
}
.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", Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .content .whiteBox {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, 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: #000;
}
.content .whiteBox p strong:first-child {
  color: #db0a2a;
}
.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;
}
.content .center a {
  text-decoration: none;
}
.content .center a:hover {
  text-decoration: underline;
}

.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 #dbe2e5;
  height: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  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: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: "Montserrat", Helvetica, 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: #231815;
  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: #231815;
  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: #231815;
  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: #231815;
  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: #000;
  border-color: #000;
  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=number]: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=number]: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(/assets/css/../img/icons/valid.png) no-repeat right top;
}
.formField.valid input[type=text]:invalid,
.formField.valid input[type=number]: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=number]: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: #db0a2a;
  background: #fff url(/assets/css/../img/icons/invalid.png) no-repeat right top;
}
.formField.valid input[type=text]:invalid + .error,
.formField.valid input[type=number]: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=number]: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: #db0a2a;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  display: block;
}
@media (max-width: 991.98px) {
  .formField.valid input[type=text]:invalid + .error,
  .formField.valid input[type=number]: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=number]: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", Helvetica, sans-serif;
  }
}
.formField.invalid input[type=text]:invalid,
.formField.invalid input[type=number]: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=number]: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: #db0a2a;
  background: #fff url(/assets/css/../img/icons/invalid.png) no-repeat right top;
}
.formField.invalid input[type=text]:valid,
.formField.invalid input[type=number]: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=number]: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(/assets/css/../img/icons/valid.png) no-repeat right top;
}
.formField.form-error input[type=text],
.formField.form-error input[type=number],
.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=number],
.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;
}
.formField__ranges .title,
.bx-soa-customer-field__ranges .title {
  margin-bottom: 0.5rem;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  .formField__ranges .title,
  .bx-soa-customer-field__ranges .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 1199.98px) {
  .formField__ranges .title,
  .bx-soa-customer-field__ranges .title {
    margin-bottom: 5px;
  }
}
.formField__ranges .title input[type=text],
.formField__ranges .title input[type=number],
.bx-soa-customer-field__ranges .title input[type=text],
.bx-soa-customer-field__ranges .title input[type=number] {
  width: 7rem;
  height: 2.4rem;
  margin: 0 0.5rem;
  display: inline-flex;
  padding: 0 0.3rem;
  font-size: 1.4rem;
}
@media (max-width: 1199.98px) {
  .formField__ranges .title input[type=text],
  .formField__ranges .title input[type=number],
  .bx-soa-customer-field__ranges .title input[type=text],
  .bx-soa-customer-field__ranges .title input[type=number] {
    width: 60px;
    height: 24px;
    margin: 0 5px;
    padding: 0 3px;
    font-size: 14px;
  }
}

.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: 4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000 !important;
  padding: 0px 2rem;
  border: 0.1rem solid #ffef19;
  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;
  width: auto;
  font-feature-settings: "pnum" on, "lnum" on;
  background: #ffef19;
  text-transform: uppercase;
}
@media (max-width: 1199.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: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0px 20px;
    border-width: 1px;
  }
}
@media (max-width: 575.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: 40px;
  }
}
.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: #db0a2a;
  border-color: #db0a2a;
  color: #fff !important;
}
.formButton input[type=submit].link,
.formButton input[type=button].link,
.formButton button.link,
.formField button.link,
.formButton .btn.link,
.formField .btn.link,
.btn.link,
.search-page input[type=submit].link,
.searchTop button.link,
.form__button.link {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: yellow;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .formButton input[type=submit].link,
  .formButton input[type=button].link,
  .formButton button.link,
  .formField button.link,
  .formButton .btn.link,
  .formField .btn.link,
  .btn.link,
  .search-page input[type=submit].link,
  .searchTop button.link,
  .form__button.link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.formButton input[type=submit].link:hover,
.formButton input[type=button].link:hover,
.formButton button.link:hover,
.formField button.link:hover,
.formButton .btn.link:hover,
.formField .btn.link:hover,
.btn.link:hover,
.search-page input[type=submit].link:hover,
.searchTop button.link:hover,
.form__button.link:hover {
  color: #db0a2a !important;
  border: none;
  background: none;
}
.formButton input[type=submit].btn-grey,
.formButton input[type=button].btn-grey,
.formButton button.btn-grey,
.formField button.btn-grey,
.formButton .btn.btn-grey,
.formField .btn.btn-grey,
.btn.btn-grey,
.search-page input[type=submit].btn-grey,
.searchTop button.btn-grey,
.form__button.btn-grey {
  background: #a2aaad;
  border: none;
}
.formButton input[type=submit].btn-grey:hover,
.formButton input[type=button].btn-grey:hover,
.formButton button.btn-grey:hover,
.formField button.btn-grey:hover,
.formButton .btn.btn-grey:hover,
.formField .btn.btn-grey:hover,
.btn.btn-grey:hover,
.search-page input[type=submit].btn-grey:hover,
.searchTop button.btn-grey:hover,
.form__button.btn-grey:hover {
  text-decoration: none;
  background: #db0a2a;
  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: 0.3rem solid #ffef19;
  background-color: #fff;
  color: #000 !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-width: 2px;
  }
}
.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 {
  color: #000 !important;
  background-color: #ffef19;
}
.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);
  }
}
.formButton input[type=submit].btn-search,
.formButton input[type=button].btn-search,
.formButton button.btn-search,
.formField button.btn-search,
.formButton .btn.btn-search,
.formField .btn.btn-search,
.btn.btn-search,
.search-page input[type=submit].btn-search,
.searchTop button.btn-search,
.form__button.btn-search {
  padding: 0;
  height: 2.2rem;
  width: 2.2rem;
  background-color: transparent;
  border: none;
}
.formButton input[type=submit].btn-search:before,
.formButton input[type=button].btn-search:before,
.formButton button.btn-search:before,
.formField button.btn-search:before,
.formButton .btn.btn-search:before,
.formField .btn.btn-search:before,
.btn.btn-search:before,
.search-page input[type=submit].btn-search:before,
.searchTop button.btn-search:before,
.form__button.btn-search:before {
  display: block;
  position: absolute;
  content: "";
  height: 2.2rem;
  width: 2.2rem;
  background: url(/assets/css/../img/icons/svg/search.svg) no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
}
.formButton input[type=submit].btn-search:hover,
.formButton input[type=button].btn-search:hover,
.formButton button.btn-search:hover,
.formField button.btn-search:hover,
.formButton .btn.btn-search:hover,
.formField .btn.btn-search:hover,
.btn.btn-search:hover,
.search-page input[type=submit].btn-search:hover,
.searchTop button.btn-search:hover,
.form__button.btn-search:hover {
  background-color: transparent;
  border: none;
  opacity: 0.8;
}

.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: #000;
}
@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: 0.5rem;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .formField .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-bottom: 5px;
  }
}
.formField .title em {
  color: #555;
  font-style: normal;
}
.formField .star {
  color: #db0a2a;
  font-weight: 400;
}
.formField label {
  display: flex;
  align-items: center;
  align-content: flex-start;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .formField label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.formField label a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #ffef19;
}
.formField label a:hover {
  color: #db0a2a;
  text-decoration: underline;
  text-decoration-color: #ffef19;
}
.formField input[type=text] + label,
.formField input[type=number] + 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", Helvetica, sans-serif;
  color: #000;
}
.formField .field-info {
  padding: 0 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  font-family: "Montserrat", Helvetica, 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=number],
.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(/assets/css/../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(/assets/css/../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: #000;
  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: #fff;
  box-shadow: -0.3rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
@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 {
  width: 57.6rem;
}
@media (max-width: 1199.98px) {
  .mfp-text-form .mfp-content {
    width: 576px;
  }
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content {
    width: 100%;
    max-width: 360px;
  }
}
.mfp-text-form .mfp-content .forms {
  padding: 3rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: #f3f3f5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .mfp-text-form .mfp-content .forms {
    padding: 30px;
  }
}
.mfp-text-form .mfp-content .forms.filter {
  max-width: 46rem;
}
@media (max-width: 1199.98px) {
  .mfp-text-form .mfp-content .forms.filter {
    max-width: 460px;
  }
}
.mfp-text-form .mfp-content .forms.filter .formField {
  margin-bottom: 2.5rem;
}
@media (max-width: 1199.98px) {
  .mfp-text-form .mfp-content .forms.filter .formField {
    margin-bottom: 25px;
  }
}
.mfp-text-form .mfp-content .forms.filter .formField label {
  align-items: center;
  align-content: center;
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content .forms.filter .formField .title strong {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content .forms.filter .formField .title strong br {
    display: none;
  }
}
.mfp-text-form .mfp-content .forms.filter .formField__btn {
  display: none;
}
.mfp-text-form .mfp-content .forms.filter .formButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mfp-text-form .mfp-content .forms.filter .formButton .result {
  display: none;
}
.mfp-text-form .mfp-content .forms.filter .formButton .link span {
  display: none;
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content .forms.filter .formButton .link {
    order: 2;
  }
}
.mfp-text-form .mfp-content .forms.filter .formButton .btn {
  height: 4.2rem;
  width: 100%;
  max-width: 22rem;
}
@media (max-width: 1199.98px) {
  .mfp-text-form .mfp-content .forms.filter .formButton .btn {
    height: 42px;
    max-width: 220px;
  }
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content .forms.filter .formButton .btn {
    order: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .mfp-text-form .mfp-content .forms.filter .formButton {
    flex-direction: column;
  }
}
.mfp-text-form .mfp-content .forms h2,
.mfp-text-form .mfp-content .forms .h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin: 0 0 3rem;
}
@media (max-width: 1199.98px) {
  .mfp-text-form .mfp-content .forms h2,
  .mfp-text-form .mfp-content .forms .h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0 0 30px;
  }
}
.mfp-text-form .mfp-content .forms p {
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .mfp-text-form .mfp-content .forms p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.mfp-content .displaynone {
  display: block;
}
.mfp-content .mpf-text {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .mfp-content .mpf-text {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .mfp-content .mpf-text {
    margin: 0 auto;
    max-width: 960px;
  }
}
.mfp-content form .formButton {
  margin-top: 20px;
}
.mfp-content form .formButton .btn {
  width: 100%;
}

.forms .mfp-close,
.forms button.mfp-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  transform: translate3d(0, -50%, 0);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 2;
  text-indent: -9999px;
  background: none;
}
.forms .mfp-close:before, .forms .mfp-close:after,
.forms button.mfp-close:before,
.forms button.mfp-close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2.4rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.forms .mfp-close:before,
.forms button.mfp-close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.forms .mfp-close:after,
.forms button.mfp-close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.forms .mfp-close:hover:before,
.forms button.mfp-close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.forms .mfp-close:hover:after,
.forms button.mfp-close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.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: 4rem;
  height: 4rem;
  border: 1px solid #dbe2e5;
  background: #fff;
  vertical-align: middle;
  flex: 0 0 4rem;
  cursor: pointer;
  margin: 0 0.8rem 0 0;
  border-radius: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.jq-checkbox.checked .jq-checkbox__div {
  display: none;
}

.jq-checkbox.checked {
  background-color: #ffef19;
  border-color: #ffef19;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.61538L4.85714 9L10 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-radio {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #dbe2e5;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  flex: 0 0 2.4rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.8rem 0 0;
  box-sizing: border-box;
  transition: all 0.25s ease;
  position: relative;
}
.jq-radio:before {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid var(--color_h);
  transition: all 0.25s ease;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.jq-radio.checked {
  border-color: var(--color_h);
}
.jq-radio.checked:before {
  opacity: 1;
}
.jq-radio.checked .jq-radio__div {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--color_h);
  position: absolute;
  left: calc(50% - 0.4rem);
  top: calc(50% - 0.4rem);
}

.jq-radio.focused {
  border-color: var(--color_link);
}

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.files {
  position: relative;
}
.files .jq-file {
  z-index: 1;
  position: relative;
}
.files .jq-file__name {
  border: 0.1rem solid #dbe2e5;
  height: 4.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  padding: 0px 1.5rem;
  display: flex;
  align-items: center;
  padding-right: 20rem;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.25s ease;
  margin: 0;
  font-feature-settings: "pnum" on, "lnum" on;
  border-radius: 0 3rem 3rem 0;
}
@media (max-width: 991.98px) {
  .files .jq-file__name {
    border-width: 1px;
    border-radius: 0 30px 30px 0;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0px 15px;
    padding-right: 200px;
  }
}
.files .jq-file__browse {
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  align-content: center;
  height: 4.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #fff !important;
  padding: 0;
  width: 20rem;
  border: 0.1rem solid #db0a2a;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  text-align: center;
  justify-content: center;
  opacity: 1;
  z-index: 0;
  transition: all 0.25s ease;
  box-sizing: border-box;
  border-radius: 3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  background: #db0a2a;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .files .jq-file__browse {
    height: 45px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0px;
    border-width: 1px;
    border-radius: 30px;
    width: 180px;
  }
}
.files .jq-file__browse:hover {
  text-decoration: none;
  background: rgb(194.6135371179, 8.8864628821, 37.3231441048);
  border-color: rgb(194.6135371179, 8.8864628821, 37.3231441048);
}
.files .jq-file.changed:after {
  background-color: #db0a2a;
}
.files .jq-file.changed .jq-file__name {
  color: #000;
}
.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: #000;
}

.jq-file__browse {
  display: inline;
  color: #000;
  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", Helvetica, 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", Helvetica, 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: #000;
}
.files-add:hover:before {
  background-color: #000;
}

.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", Helvetica, sans-serif;
  color: #8B8B8B;
  box-sizing: border-box;
  transition: all 0.25s ease;
  border: 1px solid #dbe2e5;
}

.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 #dbe2e5;
}
.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: #000;
  margin: 0 !important;
  transition: all 0.25s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", Helvetica, 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: #000;
}

.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: 0 0 3rem;
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #a2aaad;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .navigator {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0px 0 20px;
  }
}
.navigator a {
  color: #6d6d76;
  text-decoration: underline;
  text-decoration-color: #ffef19;
}
.navigator a:hover {
  color: #db0a2a;
}
.navigator i {
  width: 2.2rem;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .navigator i {
    width: 22px;
  }
}
.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", Helvetica, 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", Helvetica, sans-serif;
  }
}
.navigator__inner a {
  color: #06b554;
  text-decoration: none;
}
.navigator__inner a:hover {
  color: #000;
  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: #000 !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: 4.5rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .back {
    margin-top: 30px;
  }
}
.back a {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
@media (max-width: 1199.98px) {
  .back a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.back a:after {
  display: flex;
  content: "";
  width: 0.9rem;
  height: 1.6rem;
  background: url(/assets/css/../img/icons/svg/slider-btn.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.5rem;
  opacity: 0.3;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .back a:after {
    width: 9px;
    height: 16px;
    margin-left: 5px;
  }
}
.back a:hover {
  color: #000;
  text-decoration: underline !important;
}
.back a:hover:after {
  opacity: 1;
}

#nav_dropdown {
  display: none;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  #nav_dropdown {
    display: flex;
    height: 30px;
    transition: all 0.25s ease;
    cursor: pointer;
    z-index: 15;
    padding-right: 30px;
    align-items: center;
    position: absolute;
    left: 15px;
    top: -2px;
  }
}
@media (max-width: 991.98px) {
  #nav_dropdown {
    top: 8px;
  }
}
#nav_dropdown:before, #nav_dropdown:after {
  display: block;
  position: absolute;
  content: "";
  height: 18px;
  width: 24px;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  background: url(/assets/css/../img/icons/menu.png) no-repeat;
  filter: invert(0%) sepia(14%) saturate(0%) hue-rotate(335deg) brightness(0%) contrast(117%);
}
#nav_dropdown .close {
  width: 24px;
  height: 24px;
  right: 0;
  top: 3px;
  display: block;
  opacity: 0;
  position: absolute;
}
#nav_dropdown .close:before, #nav_dropdown .close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#nav_dropdown .close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
#nav_dropdown .close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
#nav_dropdown .close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
#nav_dropdown .close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
#nav_dropdown:after {
  filter: none;
  opacity: 0;
}
#nav_dropdown:hover span {
  color: #db0a2a;
}
#nav_dropdown:hover:before, #nav_dropdown:hover:after {
  opacity: 0;
}
#nav_dropdown:hover:after {
  opacity: 1;
}
#nav_dropdown.active {
  z-index: 105;
}
#nav_dropdown.active:before, #nav_dropdown.active:after {
  opacity: 0;
}
#nav_dropdown.active .close {
  opacity: 1;
}
#nav_dropdown span {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", Helvetica, sans-serif;
  transition: all 0.25s ease;
}

.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", Helvetica, sans-serif;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.6rem;
  margin: 0 0.5rem;
  background: #000;
}
@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", Helvetica, 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: #db0a2a;
  color: #fff;
}
.paging span, .divNewsPages span, .divArtPages span {
  color: #000;
  background: none;
}
.paging strong, .divNewsPages strong, .divArtPages strong {
  background: #db0a2a;
  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", Helvetica, 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", Helvetica, 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", Helvetica, 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: #000;
}
.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: 1199.98px) {
  .page {
    padding: 0 0 40px;
  }
}

/* top*/
.fa-menu {
  width: 2.4rem;
  height: 1.8rem;
  background: url(/assets/css/../img/icons/menu.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .fa-menu {
    width: 24px;
    height: 18px;
  }
}
.fa-menu:before, .fa-menu:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .fa-menu:before, .fa-menu:after {
    width: 24px;
    height: 2px;
  }
}
.fa-menu:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.fa-menu:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.fa-menu:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.fa-menu:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.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(/assets/css/../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(/assets/css/../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(/assets/css/../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='%23080808' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12L12 5L19 12' stroke='%23080808' 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(/assets/css/../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(/assets/css/../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%;
}

.cookies {
  position: fixed;
  background: #f7f7f7;
  color: #333;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 100vw;
  z-index: 20;
}
@media (max-width: 1199.98px) {
  .cookies {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.cookies.hidden {
  display: none;
}
.cookies .container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 2.2rem;
}
@media (max-width: 1199.98px) {
  .cookies .container {
    padding: 20px 15px;
  }
}
@media (max-width: 991.98px) {
  .cookies .container {
    flex-wrap: wrap;
    transform: none;
    justify-content: center;
    text-align: center;
    padding: 30px;
  }
}
.cookies .center {
  margin: 1rem 0 0;
}
.cookies .btn {
  flex: 0 0 auto;
  margin-left: 1.5rem;
  margin-right: 4rem;
  height: 4rem;
}
@media (max-width: 991.98px) {
  .cookies .btn {
    margin: 0;
    height: 40px;
    margin-right: 40px;
    margin-left: 15px;
  }
}
.cookies .btn.btn-border {
  color: #000 !important;
}
.cookies .btn.btn-border:before {
  border: 3px solid #db0a2a;
}
.cookies .btn.btn-border:hover {
  color: #000 !important;
}
.cookies p {
  margin: 0;
  flex: 1 1;
}
@media (max-width: 991.98px) {
  .cookies p {
    flex: 0 0 100%;
    margin: 0 0 15px;
  }
}
.cookies p a {
  text-decoration: underline;
  transition: all 0.25s ease;
  color: #db0a2a;
}
.cookies p a:hover {
  text-decoration: none;
  color: #000;
}
.cookies .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: none;
  padding: 0;
  border: none;
}
@media (min-width: 992px) {
  .cookies .close {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
  }
}
.cookies .close:before, .cookies .close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background-color: #5b5b64;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 992px) {
  .cookies .close:before, .cookies .close:after {
    width: 2.2rem;
    height: 0.1rem;
  }
}
.cookies .close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.cookies .close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.cookies .close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.cookies .close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/*
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 {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .about {
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.about--main {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .about--main {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.about--main.container {
  padding: 0;
}
.about.grey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about.grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about.grey:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #f3f3f5;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.about .row.text {
  align-items: center;
  padding: 0;
}
.about .row.text h2 {
  margin: 0 !important;
}
@media (max-width: 1199.98px) {
  .about .row.text h2 {
    margin-bottom: 30px !important;
  }
}
.about .row.text p {
  margin: 0;
}
.about .row.text .more {
  margin: 0;
}
@media (max-width: 991.98px) {
  .about .row.text .more {
    margin-top: 30px;
  }
}
.about .row.text .btn {
  width: 100%;
}
.about .image {
  flex: 0 0 50%;
  position: relative;
  padding: 0 2.2rem;
}
@media (max-width: 1199.98px) {
  .about .image {
    height: auto;
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .about .image {
    height: auto;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.about .image img {
  display: block;
  width: 100%;
}
.about .text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding: 0 2.2rem;
}
@media (max-width: 1199.98px) {
  .about .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0 15px;
  }
}
.about .text .more {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .about .text .more {
    margin-top: 30px;
    justify-content: center;
  }
}
.about .text .more .btn {
  width: 100%;
  max-width: 38.6rem;
}
@media (max-width: 1199.98px) {
  .about .text .more .btn {
    max-width: 360px;
  }
}
.about--content {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  display: block;
}
@media (max-width: 1199.98px) {
  .about--content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.about--content .row {
  align-items: center;
}
.about--footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  display: block;
}
.about--footer:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #f3f3f5;
}
.about--footer .text {
  margin: 0;
}
.about--footer .more .btn {
  width: 100%;
}
@media (max-width: 575.98px) {
  .about--footer .more {
    margin-top: 15px;
  }
}
.about--inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.about--inner:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #f3f3f5;
}
.about--inner .image:before {
  background: url(/assets/css/../img/about/bg-inner.png) no-repeat right;
  background-size: auto 100%;
}
@media (max-width: 1199.98px) {
  .about--inner .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0 0 30px 0px;
  }
}
@media (max-width: 1199.98px) {
  .about--inner .text h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .about--inner .text h2 {
    text-align: center;
  }
}
.about--inner .more .btn-border {
  background-color: #db0a2a;
  color: #fff !important;
}
.about--inner .more .btn-border:hover {
  background: rgb(194.6135371179, 8.8864628821, 37.3231441048);
  border-color: rgb(194.6135371179, 8.8864628821, 37.3231441048);
}
@media (max-width: 1199.98px) {
  .about--inner .more {
    margin-top: 15px;
  }
}

.company {
  margin: 5rem 0;
}
@media (max-width: 1199.98px) {
  .company {
    margin: 50px 0;
  }
}
@media (max-width: 1199.98px) {
  .company .logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .company .logo img {
    max-width: 366px;
  }
}
@media (max-width: 575.98px) {
  .company .logo img {
    max-width: 280px;
  }
}
.company .text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  position: relative;
}
@media (max-width: 1199.98px) {
  .company .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .company .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 1199.98px) {
  .company .text:last-child table tr:first-child td {
    border-top: none;
  }
}
@media (max-width: 575.98px) {
  .company .text:last-child table tr:last-child {
    border: none !important;
  }
}
.company .text table {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .company .text table {
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .company .text table {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .company .text table tr {
    display: block;
    padding: 10px 0;
    border-bottom: 0.1rem solid #a6aeb1;
  }
}
.company .text table tr td {
  padding: 1rem 1.5rem 1rem 0;
  border: none;
  border-bottom: 0.1rem solid #a6aeb1;
  border-top: 0.1rem solid #a6aeb1;
}
@media (max-width: 1199.98px) {
  .company .text table tr td {
    padding: 10px 15px 10px 0;
    border-width: 1px;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .company .text table tr td {
    width: 100%;
    border: none;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .company .text table tr td:first-child {
    font-weight: 600;
    padding-bottom: 0;
  }
}
.aboutInner .about {
  margin-left: -2.2rem;
  margin-right: -2.2rem;
}
@media (max-width: 1199.98px) {
  .aboutInner .about {
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.aboutInner .catalog {
  margin-bottom: 5rem;
}
@media (max-width: 1199.98px) {
  .aboutInner .catalog {
    margin-bottom: 30px;
  }
}
.aboutInner .projects {
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .aboutInner .projects {
    margin-bottom: 60px;
  }
}
.aboutInner .about {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1199.98px) {
  .aboutInner .about {
    flex-direction: column;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .aboutInner .about .text {
    line-height: 2.6rem;
  }
}
@media (max-width: 1199.98px) {
  .aboutInner .about .text {
    order: 3;
  }
}
.aboutInner .about .image {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .aboutInner .about .image {
    height: auto;
    flex: 0 0 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    margin-left: -5px;
    width: 100vw;
  }
}
.aboutInner .about .image:before {
  transform: translateX(60px);
}
@media (max-width: 1199.98px) {
  .aboutInner .about .image img {
    width: calc(100vw - 20px);
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.aboutInner__contacts {
  margin-top: 8rem;
  margin-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .aboutInner__contacts {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.aboutInner__contacts#vacancy {
  margin-bottom: 0;
}
.aboutInner__contacts .content__header {
  align-items: center;
}
.aboutInner__contacts .content__header .text {
  text-transform: uppercase;
  font-size: 2rem;
}
@media (max-width: 1199.98px) {
  .aboutInner__contacts .content__header .text {
    font-size: 17px;
    line-height: 110%;
  }
}
@media (max-width: 991.98px) {
  .aboutInner__contacts .content__header .text {
    margin: 0;
  }
}
.aboutInner__contacts .content__header .text p:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .aboutInner__contacts .content__header .more {
    order: 5;
  }
}
@media (max-width: 575.98px) {
  .aboutInner__contacts .content__header .more {
    margin-top: 15px;
  }
}
.aboutInner__contacts .content__header .btn {
  padding: 0;
  width: 100%;
}
.aboutInner__contacts .feature li {
  width: 25%;
}
.aboutInner__contacts .feature li strong {
  font-size: 2rem !important;
  text-transform: uppercase !important;
}
@media (max-width: 1199.98px) {
  .aboutInner__contacts .feature li strong {
    font-size: 16px !important;
  }
}
.aboutInner__contacts .list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  .aboutInner__contacts .list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.aboutInner__contacts .list__item {
  border-bottom: 0.2rem solid #fff;
  background: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199.98px) {
  .aboutInner__contacts .list__item {
    border-width: 2px;
    margin-bottom: 5px;
  }
}
.aboutInner__contacts .list__item h3 {
  padding-left: 2.2rem;
}
@media (max-width: 1199.98px) {
  .aboutInner__contacts .list__item h3 {
    padding-left: 15px;
  }
}
.aboutInner__contacts .list__item.active .desc {
  padding: 1.5rem 2.2rem;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .aboutInner__contacts .list__item.active .desc {
    padding: 15px;
  }
}

.invite {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-align: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .invite {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.invite:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #dbe1e4;
}
.invite h3 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .invite h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0 0 15px;
  }
}

.vacancy__item {
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .vacancy__item {
    margin-bottom: 15px;
  }
}
.vacancy__item:last-child {
  margin-bottom: 0;
}
.vacancy__item .title {
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .vacancy__item .title {
    font-size: 16px;
  }
}
.vacancy__item .title:hover {
  color: #db0a2a;
}
.requisites {
  position: relative;
}
.requisites table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.requisites table tr td {
  padding: 1rem 0;
  border: none;
  border-bottom: 0.1rem solid #a2aaad;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .requisites table tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    border-width: 1px;
    padding: 10px 0;
  }
}
.requisites table tr td:first-child {
  width: 14.5rem;
  padding-right: 1rem;
  color: #555a5f;
}
@media (max-width: 1199.98px) {
  .requisites table tr td:first-child {
    width: 155px;
    padding-right: 10px;
  }
}
.requisites .download {
  position: absolute;
  right: 2.2rem;
  top: 1rem;
}
@media (max-width: 1199.98px) {
  .requisites .download {
    right: 15px;
    top: 10px;
  }
}
.requisites .download a {
  color: #db0a2a;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .requisites .download a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.requisites .download a:after {
  display: flex;
  content: "";
  width: 1.8rem;
  height: 1.2rem;
  background: url(/assets/css/../img/icons/download.png) no-repeat;
  background-size: 100%;
  margin-left: 1rem;
}
@media (max-width: 1199.98px) {
  .requisites .download a:after {
    width: 18px;
    height: 12px;
    margin-left: 10px;
  }
}
.requisites .download a:hover {
  color: #000;
  text-decoration: underline;
}
.requisites .download a:hover:after {
  filter: grayscale(100%);
}

.catalog {
  margin-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .catalog {
    margin-bottom: 40px;
  }
}
.catalog--main {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 1199.98px) {
  .catalog--main {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.catalog--sklad {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .catalog--sklad {
    margin-bottom: 0px;
  }
}
.catalog--sklad .col-12 {
  position: relative;
}
.catalog--sklad .catalog__item .title {
  background: #e9e9ed;
  padding: 0 2.2rem;
  color: #000;
  height: 5.2rem !important;
  line-height: 110%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .catalog--sklad .catalog__item .title {
    height: 52px !important;
    padding: 0 15px;
  }
}
.catalog--sklad .catalog__item:hover .title {
  background: #ffef19;
}
.catalog--sklad.models .col-12:hover .catalog__item {
  border-color: #db0a2a;
}
.catalog--sklad.models .catalog__item {
  border: 0.1rem solid #dbe2e5;
  padding: 2.2rem;
}
@media (max-width: 1199.98px) {
  .catalog--sklad.models .catalog__item {
    padding: 15px;
  }
}
.catalog--sklad.models .catalog__item .btn {
  width: calc(50% - 0.3rem);
  margin-left: 0;
}
@media (max-width: 1199.98px) {
  .catalog--sklad.models .catalog__item .btn {
    width: calc(50% - 3px);
  }
}
.catalog--sklad.models .catalog__item .title {
  padding: 0;
  background: none;
  padding-right: 10.4rem;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .catalog--sklad.models .catalog__item .title {
    padding-right: 104px;
  }
}
.catalog--sklad.models .catalog__item .image {
  margin: 5rem 0;
}
@media (max-width: 1199.98px) {
  .catalog--sklad.models .catalog__item .image {
    margin: 30px 0;
  }
}
.catalog--sklad.models .catalog__item + .catalog__price {
  position: absolute;
  z-index: 2;
  right: 4.3rem;
  bottom: 2.3rem;
  width: calc(50% - 4.3rem - 0.3rem);
}
@media (max-width: 1199.98px) {
  .catalog--sklad.models .catalog__item + .catalog__price {
    right: 29px;
    bottom: 15px;
    width: calc(50% - 29px - 3px);
  }
}
.catalog--sklad.models .catalog__item + .catalog__price .btn {
  width: 100%;
  padding: 0;
}
@media (max-width: 575.98px) {
  .catalog--sklad.models .catalog__item + .catalog__price .btn {
    font-size: 12px;
  }
}
.catalog .catalog {
  margin: 0;
}
@media (max-width: 991.98px) {
  .catalog .row {
    justify-content: center;
  }
}
.catalog .row .col-12 {
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .catalog .row .col-12 {
    margin-bottom: 30px;
  }
}
.catalog__item {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none !important;
}
.catalog__item .categories {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .catalog__item .categories {
    top: -1px;
    right: -1px;
  }
}
.catalog__item .categories__item {
  height: 2.4rem;
  display: flex;
  padding: 0 1.2rem;
  margin-top: 1rem;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .catalog__item .categories__item {
    height: 24px;
    padding: 0 12px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.catalog__item .categories__item:first-child {
  margin: 0;
}
.catalog__item .categories__item.sale {
  background-color: #ff9000;
}
.catalog__item .categories__item.instock {
  background-color: #06b554;
}
.catalog__item .categories__item.outstock {
  background-color: #676b6f;
  color: #fff;
}
.catalog__item .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  transition: all 0.25s ease;
  color: #000;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .catalog__item .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .catalog__item .title {
    font-size: 14px;
  }
}
.catalog__item .image {
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .catalog__item .image {
    height: 200px;
  }
}
.catalog__item .image img {
  max-height: 18rem;
}
@media (max-width: 1199.98px) {
  .catalog__item .image img {
    max-height: 170px;
  }
}
.catalog__item .btn {
  margin: 1.8rem 0 0 auto;
  width: 24.3rem;
}
@media (max-width: 1199.98px) {
  .catalog__item .btn {
    margin-top: 15px;
    width: 200px;
    height: 40px;
    font-size: 14px;
    padding: 0;
  }
}
.catalog__item:hover .title {
  color: #db0a2a;
}
.catalog__item:hover .btn {
  background: #ffef19;
  color: #000 !important;
}
.catalog__item__desc {
  margin-top: 1rem;
}
.catalog__item__desc p {
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .catalog__item__desc p {
    margin-bottom: 10px;
  }
}
.catalog__item__desc ul {
  margin: 0;
}
.catalog__item__desc ul li {
  padding-left: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .catalog__item__desc ul li {
    padding-left: 18px;
    margin-bottom: 10px;
  }
}
.catalog__item__desc ul li:before {
  left: 0;
  background: #363c43;
}
.catalog--inner .catalog__item .title {
  background: #e9e9ed;
  padding: 0 2.2rem;
  color: #000;
  height: 5.2rem !important;
  line-height: 110%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .catalog--inner .catalog__item .title {
    height: 52px !important;
    padding: 0 15px;
  }
}
.catalog--inner .catalog__item:hover .title {
  background: #ffef19;
}
.catalog__menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 2.2rem;
  right: 2.2rem;
  transform: translateY(-2.2rem);
  padding: 2.2rem 0;
  display: none;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1199.98px) {
  .catalog__menu {
    left: 15px;
    right: 15px;
    padding: 15px 0;
  }
}
.catalog__menu.nav-active {
  display: block;
  transform: translateY(0);
  z-index: 10;
}
.catalog__menu .row {
  margin: 0;
  align-items: flex-start !important;
}
.catalog__menu .col-6 {
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  .catalog__menu .col-6 {
    margin-bottom: 20px;
  }
}
.catalog__menu .catalog__item {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.catalog__menu .catalog__item .title {
  order: 2;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-top: 1rem;
  margin-bottom: 0;
  height: auto !important;
}
@media (max-width: 1199.98px) {
  .catalog__menu .catalog__item .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-top: 10px;
  }
}
.catalog__menu .catalog__item .image {
  order: 0;
  margin: 0;
  height: 7.5rem;
}
@media (max-width: 1199.98px) {
  .catalog__menu .catalog__item .image {
    height: 75px;
  }
}
.catalog__menu .catalog__item .image img {
  max-height: 7.5rem;
}
@media (max-width: 1199.98px) {
  .catalog__menu .catalog__item .image img {
    max-height: 75px;
  }
}
.catalog__menu .catalog__item .btn {
  display: none;
}
.catalog__menu .close {
  position: fixed;
  top: -5rem;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}
.catalog__menu .close.active {
  display: block;
}

.equipment .catalog {
  margin-bottom: 5rem;
}
@media (max-width: 1199.98px) {
  .equipment .catalog {
    margin-bottom: 30px;
  }
}
.equipment .catalog.models {
  margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .equipment .catalog.models {
    margin-bottom: 30px;
  }
}
.equipment .catalog .catalog__item .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  transition: all 0.25s ease;
  color: #000;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .equipment .catalog .catalog__item .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .equipment .catalog .catalog__item .title {
    font-size: 14px;
  }
}
.equipment .projects {
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .equipment .projects {
    margin-bottom: 60px;
  }
}
.equipment .about {
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .equipment .about {
    margin-bottom: 60px;
  }
}
.equipment .about .text {
  padding: 0 2.2rem;
}
@media (max-width: 1199.98px) {
  .equipment .about .text {
    padding: 0 15px 30px;
  }
}
.equipment .about .row.text {
  align-items: center;
  padding: 0;
}
.equipment .about--content {
  margin-bottom: 4.5rem;
}
@media (max-width: 1199.98px) {
  .equipment .about--content {
    margin-bottom: 40px;
  }
}
.equipment .videos {
  margin-bottom: 0rem;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .equipment .videos {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.equipment__header {
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .equipment__header {
    margin-bottom: 40px;
  }
}
.equipment__header .categories {
  position: absolute;
  top: 0rem;
  right: 2.2rem;
  display: flex;
  z-index: 2;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .equipment__header .categories {
    top: 0px;
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  .equipment__header .categories {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 15px;
  }
}
.equipment__header .categories__item {
  height: 2.4rem;
  display: flex;
  padding: 0 1.2rem;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-left: 1rem;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .equipment__header .categories__item {
    margin-left: 10px;
    height: 24px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.equipment__header .categories__item:first-child {
  margin: 0;
}
.equipment__header .categories__item.sale {
  background-color: #ff9000;
}
.equipment__header .categories__item.instock {
  background-color: #06b554;
}
.equipment__header .categories__item.intransit {
  background-color: #259cc2;
}
.equipment__header .categories__item.outstock {
  background-color: #676b6f;
  color: #fff;
}
.equipment__header .categories__item.country {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.equipment__header .categories__item.country img {
  height: 2.4rem;
  width: auto;
}
@media (max-width: 1199.98px) {
  .equipment__header .categories__item.country img {
    height: 24px;
  }
}
.equipment__header .categories__item.country .categories__item__title {
  opacity: 0;
  background: #fff;
  padding: 0.3rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  transition: all 0.3s ease;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.equipment__header .categories__item.country:hover {
  overflow: visible;
}
.equipment__header .categories__item.country:hover .categories__item__title {
  transform: translateX(-50%) translateY(-0.5rem);
  opacity: 1;
  z-index: 2;
}
.equipment__header__title {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .equipment__header__title {
    margin-bottom: 25px;
  }
}
.equipment__header__title h1 {
  margin: 0;
}
.equipment__header__title h2 {
  margin: 0;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 575.98px) {
  .equipment__header__title {
    flex-direction: column;
  }
}
.equipment__header__title .categories {
  position: relative;
  right: auto;
  top: 0;
  align-items: center;
  margin-left: 3rem;
}
@media (max-width: 1199.98px) {
  .equipment__header__title .categories {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .equipment__header__title .categories {
    margin: 10px 0 0;
    order: 3;
  }
}
.equipment__header .back {
  margin: 0;
}
.equipment__header__image {
  padding: 0 4.4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .equipment__header__image {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .equipment__header__image {
    margin-bottom: 15px;
  }
}
.equipment__header__image img {
  max-height: 32rem;
}
@media (max-width: 1199.98px) {
  .equipment__header__image img {
    max-height: 320px;
  }
}
.equipment__header .content {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .equipment__header .content {
    margin-bottom: 30px;
  }
}
.equipment__header__btn {
  display: flex;
  padding: 0;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .equipment__header__btn {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .equipment__header__btn {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
}
.equipment__header__btn .btn {
  margin: 0 2.2rem;
  max-width: 41.8rem;
  margin-top: 1.5rem;
}
@media (max-width: 1199.98px) {
  .equipment__header__btn .btn {
    margin: 0 15px;
    max-width: 363px;
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .equipment__header__btn .btn {
    margin-top: 15px;
  }
}
.equipment__price {
  margin-top: auto;
  padding: 0 2.2rem;
  align-items: center;
  height: 4rem;
  font-size: 1.6rem;
  background: #e9e9ed;
  font-weight: 700;
  display: flex;
  flex: 0 0 auto;
  margin-left: -2.2rem;
}
@media (max-width: 1199.98px) {
  .equipment__price {
    padding: 10px 15px;
    font-size: 13px;
    margin-left: -15px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .equipment__price {
    font-size: 16px;
    margin-top: 10px;
    margin-left: -20px;
    width: calc(100vw - 15px);
  }
}
@media (max-width: 415px) {
  .equipment__price {
    flex-direction: column;
    height: auto;
    padding: 5px 15px;
  }
}
.equipment__price__title {
  margin-right: 2.2rem;
  text-transform: uppercase;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .equipment__price__title {
    margin-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .equipment__price__title {
    padding-left: 5px;
  }
}
.equipment__price s {
  color: #a6aeb1;
  margin-left: 1rem;
}
.equipment__price__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
}
.equipment .description {
  margin: 4rem 0;
}
@media (max-width: 1199.98px) {
  .equipment .description {
    margin: 30px 0;
  }
}
.equipment .description__list ul {
  -moz-columns: 2;
       columns: 2;
  margin: 0;
  -moz-column-width: 50%;
       column-width: 50%;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
@media (max-width: 1199.98px) {
  .equipment .description__list ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .equipment .description__list ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 50%;
         column-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .equipment .description__list ul {
    -moz-columns: 1;
         columns: 1;
    -moz-column-width: 100%;
         column-width: 100%;
  }
}
.equipment .description__list ul li {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .equipment .description__item {
    margin-bottom: 30px;
  }
}
.equipment .description__item:last-child {
  margin: 0;
}
.equipment .description__item .description__list ul {
  -moz-columns: 1;
       columns: 1;
  -moz-column-width: 100%;
       column-width: 100%;
}
.equipment__list {
  margin-bottom: 6rem;
}
.equipment__list.row {
  margin-left: -2.2rem;
  margin-right: -2.2rem;
}
@media (max-width: 1199.98px) {
  .equipment__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
}
.equipment__list .col-12 {
  margin: 0 0 4rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .equipment__list .col-12 {
    margin: 0 0 30px;
  }
}
.equipment__list__title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  transition: all 0.25s ease;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199.98px) {
  .equipment__list__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-bottom: 5px;
  }
}
.equipment .formField .title {
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .equipment .formField .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.equipment .formField .title em {
  color: #555;
  font-style: normal;
}
.equipment__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none !important;
  border: 0.1rem solid #dbe2e5;
  transition: all 0.3s ease;
  padding: 6rem 2rem 2.2rem;
  position: relative;
  height: 100%;
  align-content: flex-start;
}
@media (max-width: 1199.98px) {
  .equipment__item {
    border-width: 1px;
    padding: 60px 15px 15px;
  }
}
@media (max-width: 991.98px) {
  .equipment__item {
    padding: 60px 15px 70px;
  }
}
.equipment__item .categories {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .equipment__item .categories {
    top: -1px;
    right: -1px;
  }
}
.equipment__item .categories__item {
  height: 2.2rem;
  display: flex;
  padding: 0 1.2rem;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-left: 1rem;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .equipment__item .categories__item {
    margin-left: 10px;
    height: 24px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.equipment__item .categories__item:first-child {
  margin: 0;
}
.equipment__item .categories__item.sale {
  background-color: #ff9000;
}
.equipment__item .categories__item.instock {
  background-color: #06b554;
}
.equipment__item .categories__item.intransit {
  background-color: #259cc2;
}
.equipment__item .categories__item.outstock {
  background-color: #676b6f;
  color: #fff;
}
.equipment__item .categories__item.country {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.equipment__item .categories__item.country img {
  height: 2.2rem;
  width: auto;
}
@media (max-width: 1199.98px) {
  .equipment__item .categories__item.country img {
    height: 22px;
  }
}
.equipment__item .categories__item.country .categories__item__title {
  opacity: 0;
  background: #fff;
  padding: 0.3rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  transition: all 0.3s ease;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.equipment__item .categories__item.country:hover {
  overflow: visible;
}
.equipment__item .categories__item.country:hover .categories__item__title {
  transform: translateX(-50%) translateY(-0.5rem);
  opacity: 1;
  z-index: 2;
}
.equipment__item .image {
  justify-content: center;
  height: 20rem;
  flex: 0 0 calc(50% - 2.2rem);
  margin-right: 2.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .equipment__item .image {
    height: 180px;
    flex: 0 0 calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .equipment__item .image {
    flex: 0 0 100%;
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .equipment__item .image {
    margin-bottom: 15px;
  }
}
.equipment__item .image__price {
  justify-content: center;
  height: auto;
  flex: 0 0 calc(50% - 2.2rem);
  margin-right: 2.2rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .equipment__item .image__price {
    height: auto;
    flex: 0 0 calc(50% - 15px);
    margin-right: 15px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .equipment__item .image__price {
    flex: 0 0 100%;
    margin-right: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .equipment__item .image__price {
    margin-bottom: 15px;
  }
}
.equipment__item .image__price .image__item {
  height: 18rem;
  display: block;
}
@media (max-width: 1199.98px) {
  .equipment__item .image__price .image__item {
    height: 180px;
  }
}
.equipment__item .image img {
  max-height: 16rem;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .equipment__item .image img {
    max-height: 180px;
  }
}
.equipment__item__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  transition: all 0.25s ease;
  margin-bottom: 1.5rem;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .equipment__item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-bottom: 15px;
    padding-right: 110px;
  }
}
@media (max-width: 991.98px) {
  .equipment__item__title {
    font-size: 16px;
  }
}
.equipment__item__title__sub {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .equipment__item__title__sub {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.equipment__item__price {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  margin-left: auto;
  height: 2.2rem;
  align-items: center;
  padding: 0rem 1.2rem;
  background: #e9e9ed;
  font-weight: 700;
  top: 2.8rem;
  right: 0;
  position: absolute;
  color: #000 !important;
}
@media (max-width: 1199.98px) {
  .equipment__item__price {
    padding: 0px 12px;
    margin-bottom: 10px;
    top: 28px;
  }
}
.equipment__item__price__title {
  margin-right: 1.2rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .equipment__item__price__title {
    margin-right: 10px;
  }
}
.equipment__item__price s {
  color: #a6aeb1 !important;
  margin-left: 1rem;
}
.equipment__item__price__item {
  align-items: center;
  justify-content: center;
}
.equipment__item .more {
  display: flex;
  transition: all 0.25s ease;
  font-weight: 700;
  font-size: 1.6rem;
  color: #db0a2a;
}
@media (max-width: 1199.98px) {
  .equipment__item .more {
    font-size: 16px;
  }
}
.equipment__item .btn {
  display: flex;
  margin-top: auto;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .equipment__item .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .equipment__item .btn {
    width: calc(50% - 25px);
    left: 15px;
    bottom: 15px;
    position: absolute;
    margin-bottom: 0;
  }
}
.equipment__item .desc {
  margin-left: 0.3rem;
  flex: 0 0 calc(50% - 0.3rem);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-top: 0 !important;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .equipment__item .desc {
    margin-left: 3px;
    flex: 0 0 calc(50% - 3px);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .equipment__item .desc {
    flex: 0 0 100%;
    margin-left: 0px;
  }
}
.equipment__item .desc__item {
  display: flex;
  margin-bottom: 0.3rem;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .equipment__item .desc__item {
    margin-bottom: 3px;
  }
}
.equipment__item .desc__item:last-child {
  margin: 0;
}
.equipment__item .desc__item__title {
  width: 49%;
  flex: 0 0 49%;
  margin-right: 0.5rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .equipment__item .desc__item__title {
    flex: 0 0 50%;
    margin-right: 5px;
  }
}
.equipment__item:hover {
  border-color: #db0a2a;
}
.equipment__item:hover .title {
  color: #db0a2a;
}
.equipment__item:hover .equipment__item__price {
  color: #000;
}
.equipment__item:hover .equipment__item__price s {
  color: #a6aeb1;
}
.equipment__item:hover .more {
  color: #fff;
}
.equipment__item + .catalog__price {
  position: absolute;
  z-index: 2;
  left: 4.3rem;
  bottom: 2.3rem;
  width: calc(50% - 6.5rem);
}
@media (max-width: 1199.98px) {
  .equipment__item + .catalog__price {
    left: 30px;
    bottom: 16px;
    width: calc(50% - 44px);
  }
}
@media (max-width: 991.98px) {
  .equipment__item + .catalog__price {
    left: auto;
    right: 30px;
    width: calc(50% - 30px);
  }
}
.equipment__item + .catalog__price .btn {
  width: 100%;
  padding: 0;
}
@media (max-width: 575.98px) {
  .equipment__item + .catalog__price .btn {
    font-size: 12px;
  }
}
.equipment__filter {
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .equipment__filter {
    margin-bottom: 30px;
  }
}
.equipment__filter .filter {
  display: flex;
  margin: 0 -2.2rem;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter {
    margin: 0 -15px;
  }
}
@media (max-width: 991.98px) {
  .equipment__filter .filter {
    align-items: center;
  }
}
@media (max-width: 400px) {
  .equipment__filter .filter {
    flex-direction: column;
  }
}
.equipment__filter .filter.mfp-hide {
  display: flex !important;
}
.equipment__filter .filter h2 {
  display: none;
}
.equipment__filter .filter .formField {
  width: 16.6666666667%;
  padding: 0 2.2rem;
  display: none;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formField {
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  .equipment__filter .filter .formField {
    width: 33.3333333333%;
  }
}
.equipment__filter .filter .formField:nth-of-type(1), .equipment__filter .filter .formField:nth-of-type(2), .equipment__filter .filter .formField:nth-of-type(3) {
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .equipment__filter .filter .formField:nth-of-type(1), .equipment__filter .filter .formField:nth-of-type(2), .equipment__filter .filter .formField:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formField:nth-of-type(2), .equipment__filter .filter .formField:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .equipment__filter .filter .formField:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formField .title strong {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .equipment__filter .filter .formField label strong {
    display: block;
  }
}
.equipment__filter .filter .formField__ranges {
  width: 33.3333333333%;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formField__ranges {
    width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  .equipment__filter .filter .formField__ranges {
    width: 33.3333333333%;
  }
}
.equipment__filter .filter .formField__btn {
  width: 16.6666666667%;
  padding: 0 2.2rem;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formField__btn {
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  .equipment__filter .filter .formField__btn {
    width: 33.3333333333%;
  }
}
@media (max-width: 575.98px) {
  .equipment__filter .filter .formField__btn {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .equipment__filter .filter .formField__btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.equipment__filter .filter .formField__btn .btn {
  width: 100%;
  position: relative;
  height: 4.5rem;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formField__btn .btn {
    height: 40px;
  }
}
.equipment__filter .filter .formField__btn .btn .count {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  top: -1.2rem;
  right: -1.2rem;
  background: #f1a994;
  border-radius: 50%;
}
.equipment__filter .filter .formButton {
  padding: 0 2.2rem;
  width: 16.6666666667%;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formButton {
    padding: 0 15px;
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .equipment__filter .filter .formButton {
    width: 33.3333333333%;
  }
}
@media (max-width: 575.98px) {
  .equipment__filter .filter .formButton {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .equipment__filter .filter .formButton {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.equipment__filter .filter .formButton .btn {
  display: none;
}
.equipment__filter .filter .formButton .result {
  color: #6d6d76;
}
.equipment__filter .filter .formButton .link {
  margin-top: 0.4rem;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formButton .link {
    margin-top: 4px;
  }
}
.equipment__filter .filter .formButton .link span {
  margin-left: 0.5rem;
}
@media (max-width: 1199.98px) {
  .equipment__filter .filter .formButton .link span {
    margin-left: 5px;
  }
}
.equipment .reviews:last-child {
  margin-bottom: -6rem;
}
@media (max-width: 1199.98px) {
  .equipment .reviews:last-child {
    margin-bottom: -40px;
  }
}
.equipment__inner {
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .equipment__inner {
    margin-bottom: 60px;
  }
}
.equipment__inner__desc {
  position: relative;
}
.equipment__inner__desc .categories {
  position: absolute;
  top: -6rem;
  right: 2.2rem;
  display: flex;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .equipment__inner__desc .categories {
    top: -55px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .equipment__inner__desc .categories {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 15px;
    justify-content: flex-end;
  }
}
.equipment__inner__desc .categories__item {
  height: 2.7rem;
  display: flex;
  padding: 0 1.2rem;
  margin-left: 1rem;
  align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .equipment__inner__desc .categories__item {
    height: 27px;
    padding: 0 12px;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.equipment__inner__desc .categories__item.sale {
  background-color: #ffef19;
}
.equipment__inner__desc .categories__item.instock {
  background-color: #06b554;
}
.equipment__inner__desc .image {
  text-align: center;
  position: relative;
  margin-bottom: 4.5rem;
}
@media (max-width: 1199.98px) {
  .equipment__inner__desc .image {
    margin-bottom: 30px;
  }
}
.equipment__inner__desc .image img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.equipment__inner__desc .image .leasingText {
  transform: translateY(-2rem);
  padding: 1rem 5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  z-index: 2;
  background: #f3f3f5;
  float: right;
}
@media (max-width: 1199.98px) {
  .equipment__inner__desc .image .leasingText {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 10px 30px;
    transform: translateY(-20px);
  }
}
@media (max-width: 480px) {
  .equipment__inner__desc .image .leasingText {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.equipment__inner .text {
  clear: both;
}
.equipment__inner .text h2 {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 3rem;
}
@media (max-width: 1199.98px) {
  .equipment__inner .text h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 0 0 30px;
  }
}
.equipment__inner .text .table {
  overflow: hidden;
  overflow-x: auto;
}
.equipment__inner .text table {
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .equipment__inner .text table {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .equipment__inner .text table {
    min-width: 800px;
  }
}
.equipment__inner .text table tr th {
  font-weight: 700;
}
.equipment__inner .text table tr td,
.equipment__inner .text table tr th {
  border-bottom: 0.1rem solid #dbe1e4;
  border-right: 0.1rem solid #dbe1e4;
  padding: 1rem 2rem;
}
.equipment__inner .text table tr td:last-child,
.equipment__inner .text table tr th:last-child {
  border-right: none;
}
.equipment__inner .text table tr td:first-child,
.equipment__inner .text table tr th:first-child {
  background: #f3f3f5;
  width: 32rem;
  border-right: none;
}
.equipment__inner .text table tr:last-child td,
.equipment__inner .text table tr:last-child th {
  border-bottom: none;
}
.equipment__inner__btn {
  margin: 3rem -2.2rem 0;
  display: flex;
}
@media (max-width: 1199.98px) {
  .equipment__inner__btn {
    margin: 30px 15px 0;
  }
}
@media (max-width: 767.98px) {
  .equipment__inner__btn {
    display: block;
    margin: 20px 0 0;
  }
}
.equipment__inner__btn .btn {
  flex: 0 0 32rem;
  margin: 0 2.2rem;
}
@media (max-width: 1199.98px) {
  .equipment__inner__btn .btn {
    margin: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .equipment__inner__btn .btn {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
}
.equipment__inner__btn .btn.btn-border {
  flex: 1 1;
}
.equipment .catalog--inner .catalog__item .title {
  background: #e9e9ed;
  padding: 0 2.2rem;
  color: #000;
  height: 5.2rem !important;
  line-height: 110%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .equipment .catalog--inner .catalog__item .title {
    height: 52px !important;
    padding: 0 15px;
  }
}
.equipment .catalog--inner .catalog__item:hover .title {
  background: #ffef19;
}

.filter .formField {
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  .filter .formField {
    margin-bottom: 20px;
  }
}
.filter .formField .jq-checkbox {
  width: 2rem;
  height: 2rem;
  border: 1px solid #a2aaad;
  background: #a2aaad;
  vertical-align: middle;
  flex: 0 0 2rem;
  cursor: pointer;
  margin: 0 0.8rem 0 0;
  border-radius: 0px;
  background-position: center;
  background-repeat: no-repeat;
}
.filter .formField .jq-checkbox.checked {
  background-color: #db0a2a;
  border-color: #db0a2a;
  background-image: url(/assets/css/../img/icons/checkbox.png);
  background-position: center;
  background-size: 100%;
}

.leasing .programms {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .leasing .programms {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .leasing .programms {
    padding-bottom: 10px;
  }
}
.leasing .programms:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #f3f3f5;
}
.leasing .programms__item {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .leasing .programms__item {
    margin-bottom: 30px;
  }
}
.leasing .programms__item .image {
  flex: 0 0 9.8rem;
  margin-right: 2.2rem;
}
@media (max-width: 1199.98px) {
  .leasing .programms__item .image {
    flex: 0 0 98px;
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .leasing .programms__item .image {
    flex: 0 0 70px;
    margin-right: 15px;
  }
}
.leasing .programms__item .image img {
  width: 100%;
}
.leasing .programms__item .text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .leasing .programms__item .text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .leasing .programms__item .text br {
    display: none;
  }
}
.leasing__partners {
  margin: 4.5rem -2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1200px) {
  .leasing__partners {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1199.98px) {
  .leasing__partners {
    margin: 40px -15px;
  }
}
.leasing__partners h2 {
  width: 33.3333333333%;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 1200px) {
  .leasing__partners h2 {
    width: 16.6666666667%;
    padding: 0 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .leasing__partners h2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.leasing__partners__item {
  padding: 0 2.2rem;
  width: 16.6666666667%;
}
@media (max-width: 1199.98px) {
  .leasing__partners__item {
    width: 33.3333333333%;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .leasing__partners__item {
    width: 50%;
  }
}
.leasing__partners__item a,
.leasing__partners__item span {
  display: flex;
  align-items: center;
  padding: 1rem;
  height: 6.8rem;
  background: #f3f3f5;
}
@media (max-width: 1199.98px) {
  .leasing__partners__item a,
  .leasing__partners__item span {
    padding: 10px;
    height: 68px;
  }
}
.leasing__partners__text {
  display: flex;
  align-items: center;
  padding: 0 2.2rem;
  width: 25%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .leasing__partners__text {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .leasing__partners__text {
    width: 100%;
  }
}
.leasing__partners__text strong {
  font-size: 4.2rem;
  margin-right: 0.5rem;
  text-transform: none;
}
@media (max-width: 1199.98px) {
  .leasing__partners__text strong {
    font-size: 36px;
    margin-right: 5px;
  }
}
.leasing__steps {
  display: flex;
  background: #f3f3f5;
  margin: 4.5rem -2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  .leasing__steps {
    flex-wrap: nowrap;
    counter-reset: li1;
  }
}
@media (max-width: 1199.98px) {
  .leasing__steps {
    margin: 40px -15px;
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .leasing__steps {
    padding-bottom: 0;
  }
}
.leasing__steps:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #f3f3f5;
}
@media (min-width: 1200px) {
  .leasing__steps:before {
    display: none;
  }
}
.leasing__steps h2 {
  padding: 0 2.2rem;
}
@media (min-width: 1200px) {
  .leasing__steps h2 {
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    color: #fff;
    margin: 0;
    padding-right: 8rem;
    position: relative;
    background: #a2aaad;
    height: 14.2rem;
    line-height: 110%;
    width: 25%;
  }
}
@media (max-width: 1199.98px) {
  .leasing__steps h2 {
    padding: 0 15px;
  }
}
.leasing__steps h2:before {
  display: block;
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: #f3f3f5 url(/assets/css/../img/leasing/step01.png) no-repeat right;
  background-size: auto 100%;
}
@media (max-width: 1199.98px) {
  .leasing__steps h2:before {
    display: none;
  }
}
.leasing__steps__item {
  padding: 1.5rem 2.2rem 0rem 7rem;
  margin: 0;
  position: relative;
  width: 33.3333333333%;
  height: 14.2rem;
}
@media (max-width: 1199.98px) {
  .leasing__steps__item {
    padding: 0 15px 0 70px;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .leasing__steps__item {
    margin-bottom: 40px;
    width: 100%;
    padding-left: 66px;
  }
}
.leasing__steps__item:before {
  display: block;
  position: absolute;
  content: "";
  left: 2.2rem;
  top: 3.5rem;
  font-size: 7.2rem;
  font-weight: 700;
  color: #a2aaad;
  display: flex;
  width: 4.8rem;
  counter-increment: li1;
  content: counter(li1);
}
@media (max-width: 1199.98px) {
  .leasing__steps__item:before {
    font-size: 72px;
    left: 15px;
    width: 48px;
    top: 20px;
  }
}
.leasing__steps__item:after {
  display: block;
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url(/assets/css/../img/leasing/step02.png) no-repeat right;
  background-size: auto 100%;
}
@media (max-width: 1199.98px) {
  .leasing__steps__item:after {
    display: none;
  }
}
.leasing__steps__item:last-child:after {
  background-color: #fff;
}
.leasing__steps__item h3 {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 130%;
}
@media (max-width: 1199.98px) {
  .leasing__steps__item h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.leasing__steps__item h3 span,
.leasing__steps__item h3 a {
  color: #db0a2a;
  cursor: pointer;
  transition: all 0.25s ease;
}
.leasing__steps__item h3 span:hover,
.leasing__steps__item h3 a:hover {
  color: #000;
}
.leasing__steps__item ul {
  margin: 0;
}
.leasing__steps__item ul li {
  margin-bottom: 0.2rem;
}
@media (max-width: 1199.98px) {
  .leasing__steps__item ul li {
    margin-bottom: 2px;
  }
}
.leasing__steps__item ul li:last-child {
  margin: 0;
}
.leasing__steps__list {
  margin: 0;
  display: flex;
  counter-reset: li1;
}
@media (max-width: 991.98px) {
  .leasing__steps__list {
    display: block;
  }
}
.leasing__info {
  position: relative;
  margin: 0 -2.2rem;
  margin-top: 4.5rem;
  margin-bottom: 9rem;
  display: flex;
}
@media (max-width: 1199.98px) {
  .leasing__info {
    margin: 0 -15px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .leasing__info {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.leasing__info__item {
  padding: 0 2.2rem;
  width: 33.3333333333%;
  display: flex;
}
@media (max-width: 1199.98px) {
  .leasing__info__item {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .leasing__info__item {
    width: 100%;
  }
}
.leasing__info__item .image {
  flex: 0 0 5rem;
  margin-right: 2.2rem;
}
@media (max-width: 1199.98px) {
  .leasing__info__item .image {
    flex: 0 0 50px;
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .leasing__info__item .image {
    flex: 0 0 36px;
    margin-right: 15px;
  }
}
.leasing__info__item .image img {
  width: 100%;
}
.leasing__info__item .text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 130%;
}
@media (max-width: 1199.98px) {
  .leasing__info__item .text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .leasing__info__item .text {
    margin-bottom: 30px;
  }
}
.leasing__info__item .text h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 130%;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .leasing__info__item .text h3 {
    font-size: 16px;
  }
}
.leasing__info__item .text p {
  margin: 0;
}
.leasing__credit {
  padding: 9rem 0;
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .leasing__credit {
    padding: 60px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.leasing__credit:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #f3f3f5;
}
.leasing__credit h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .leasing__credit h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .leasing__credit h3 {
    margin-top: 30px;
  }
}
.leasing__credit ul li {
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .leasing__credit ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .leasing__credit .more {
    margin-top: 15px;
  }
}
.leasing__credit .more .btn {
  width: 100%;
}
.leasing__offer {
  padding: 4.5rem 0;
  text-align: center;
  position: relative;
  font-size: 2rem;
  line-height: 120%;
}
@media (max-width: 1199.98px) {
  .leasing__offer {
    padding: 40px 0;
    font-size: 18px;
  }
}
.leasing__offer:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #dbe1e4;
}
.leasing__offer ul {
  margin: 0 -2.2rem 4rem;
  display: flex;
}
@media (max-width: 1199.98px) {
  .leasing__offer ul {
    margin: 0 -15px 30px;
  }
}
@media (max-width: 991.98px) {
  .leasing__offer ul {
    flex-direction: column;
    margin: 0 -15px 15px;
  }
}
.leasing__offer ul li {
  padding: 0 2.2rem;
  width: 33.3333333333%;
}
@media (max-width: 1199.98px) {
  .leasing__offer ul li {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .leasing__offer ul li {
    margin-bottom: 5px;
    width: 100%;
  }
}
.leasing__offer ul li:before {
  display: none;
}
.leasing__offer ul li p {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  justify-content: center;
  margin: 0;
}
.leasing__offer ul li p strong {
  font-size: 2.4rem;
}
@media (max-width: 1199.98px) {
  .leasing__offer ul li p strong {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .leasing__offer ul li p {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .leasing__offer ul li p {
    height: auto;
  }
}
.leasing__offer em {
  font-size: 1.6rem;
  font-style: normal;
  color: #555;
}
@media (max-width: 1199.98px) {
  .leasing__offer em {
    font-size: 14px;
  }
}
.leasing__advantages {
  margin: 4.5rem 0;
}
@media (max-width: 1199.98px) {
  .leasing__advantages {
    margin: 40px 0 10px;
  }
}
@media (max-width: 1199.98px) {
  .leasing__advantages__item {
    margin: 0 0 30px;
  }
}
.leasing__advantages h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .leasing__advantages h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.leasing__advantages p {
  margin-bottom: 2.5rem;
}
@media (max-width: 1199.98px) {
  .leasing__advantages p {
    margin-bottom: 20px;
  }
}
.leasing__advantages p:last-child {
  margin: 0;
}
.leasing__advantages ol {
  margin: 0;
}
.leasing__advantages ol li {
  padding-left: 4.2rem;
}
@media (max-width: 1199.98px) {
  .leasing__advantages ol li {
    padding-left: 42px;
  }
}
.leasing__advantages ol li strong {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .leasing__advantages ol li strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 767.98px) {
  .leasing__advantages ol li strong {
    font-size: 16px;
  }
}
.leasing__advantages ol li .link {
  color: #db0a2a;
  cursor: pointer;
  transition: all 0.25s ease;
}
.leasing__advantages ol li .link:hover {
  color: #000;
}
.leasing__advantages ol li:before {
  font-size: 4.8rem;
  font-weight: 700;
  width: 4.2rem;
  left: 0;
  top: 1.4rem;
  content: counter(li1);
  color: #a2aaad;
}
@media (max-width: 1199.98px) {
  .leasing__advantages ol li:before {
    font-size: 48px;
    width: 42px;
    top: 10px;
  }
}
.leasing__advantages ol li h3 a,
.leasing__advantages ol li h3 span {
  color: #db0a2a;
  cursor: pointer;
  transition: all 0.25s ease;
}
.leasing__advantages ol li h3 a:hover,
.leasing__advantages ol li h3 span:hover {
  color: #000;
}
.leasing__advantages__info {
  position: relative;
}
@media (max-width: 767.98px) {
  .leasing__advantages__info {
    margin: 15px 0 0;
    padding-top: 30px;
  }
}
.leasing__advantages__info:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 0.1rem solid #a2aaad;
}
@media (max-width: 767.98px) {
  .leasing__advantages__info:before {
    left: 15px;
    right: 15px;
    top: 0;
    border: none;
    border-top: 0.1rem solid #a2aaad;
  }
}
.leasing__advantages__info h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  .leasing__advantages__info h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.equipment__models {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.equipment .info {
  text-align: right;
  margin-top: 1rem;
  color: #7b7d82;
  font-size: 1.6rem;
}

.table--models.js-tinyscrollbar {
  position: relative;
}
.table--models.js-tinyscrollbar .scrollbar {
  position: absolute;
  top: 0;
  background: #f3f3f5;
  border-radius: 0.5rem;
  left: 0;
  top: -0.5rem;
  right: 0;
  height: 0.5rem;
  z-index: 2;
}
.table--models.js-tinyscrollbar .scrollbar.disable {
  opacity: 0;
}
.table--models.js-tinyscrollbar .scrollbar .track {
  height: 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.table--models.js-tinyscrollbar .scrollbar .track .thumb {
  height: 100%;
  position: absolute;
  width: 3rem;
  background-color: #ffef19;
  border-radius: 0.5rem;
  cursor: pointer;
}
.table--models.js-tinyscrollbar .viewport, .table--models.js-tinyscrollbar .overview {
  position: relative;
}
.table--models table {
  width: 100%;
  background-color: #f8f8fa;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
.table--models table thead tr th {
  padding: 2rem 1.5rem 1rem;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
}
.table--models table thead tr th:first-child {
  text-align: left;
}
.table--models table tbody tr:first-child td {
  padding-top: 0;
  white-space: nowrap;
}
.table--models table tr td {
  padding: 1rem 1.5rem;
  text-align: center;
}
.table--models table tr td:first-child {
  text-align: left;
}
.table--models table tr td:nth-of-type(2) {
  width: 8rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
.table--models table tr td[colspan] {
  position: relative;
}
.table--models table tr td[colspan]:before {
  display: block;
  position: absolute;
  content: "";
  border-top: 0.1rem solid #f8f8fa;
  top: -1px;
  left: 0;
  right: 0;
}
.table--models table tr:last-child td {
  border-bottom: none;
}
.table--models .models__item {
  background-color: #fff;
  border-right: 0.1rem solid #dbe1e4;
}
.table--models .models__item:last-child {
  border-right: none;
}
.table--models .models__item a {
  display: block;
  text-decoration: none !important;
}
.table--models .models__item a span {
  display: block;
}
.table--models .models__item__title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.table--models .models__item .btn {
  height: 3.5rem;
  font-size: 1.4rem;
  padding: 0 1.5rem;
}
.table--models .models__desc td {
  border-bottom: 0.1rem solid #dbe1e4;
}
.table--models .models__desc__title {
  background-color: #f3f3f5;
  white-space: nowrap;
}
.table--models .models__desc__text {
  border-right: 0.1rem solid #dbe1e4;
  background-color: #fff;
}
.table--models .models__desc__text:last-child {
  border-right: none;
}

.services {
  position: relative;
}
.services + .models {
  margin-top: 7rem;
}
@media (max-width: 1199.98px) {
  .services + .models {
    margin-top: 60px;
  }
}
.services--about {
  margin-top: 0rem;
  margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .services--about {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.services--about .services__btn {
  padding-left: 1.5rem;
  flex: 0 0 50%;
  justify-content: flex-start;
}
.services--about .services__btn .btn {
  width: auto;
  max-width: 100%;
}
.services--about h3 {
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .services--about h3 {
    margin-bottom: 10px;
  }
}
.services--about h3 + p {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .services--about h3 + p {
    margin-bottom: 15px;
  }
}
.services--about .ico {
  margin-top: 1rem;
}
.services__item {
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
  color: #000;
  position: relative;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .services__item {
    padding-top: 30px;
    padding-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.services__item.grey:before {
  display: block;
  position: absolute;
  content: "";
  background: #f3f3f5;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.services__item__item {
  display: flex;
}
@media (max-width: 1199.98px) {
  .services__item__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .services__item__item.align-end {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .services__item__item.align-end .services__btn {
    margin-top: 15px;
    flex: 0 0 100%;
    padding: 0;
  }
}
.services__item__item .ico {
  margin-right: 2.2rem;
  flex: 0 0 10rem;
}
@media (max-width: 1199.98px) {
  .services__item__item .ico {
    flex: 0 0 70px;
    margin-right: 15px;
  }
}
.services__item__item .ico img {
  width: 100%;
  height: auto;
}
.services__item__item .title {
  text-transform: uppercase;
  align-items: center;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .services__item__item .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .services__item__item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.services__item__item .text {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .services__item__item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.services__item__item .text p {
  margin: 0 0 1rem;
}
@media (max-width: 1199.98px) {
  .services__item__item .text p {
    margin: 0 0 10px;
  }
}
.services__item__item .text p:last-child {
  margin: 0;
}
.services__item__item .text a[href^="tel:"] {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  position: relative;
  margin-left: 2.7rem;
}
@media (max-width: 1199.98px) {
  .services__item__item .text a[href^="tel:"] {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-left: 27px;
  }
}
.services__item__item .text a[href^="tel:"]:before {
  display: block;
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  margin-right: 0.5rem;
  background: url(/assets/css/../img/icons/svg/phone.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 1199.98px) {
  .services__item__item .text a[href^="tel:"]:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.services__item__item .text a[href^="tel:"]:hover {
  color: #000;
}
.services__item__item .text a[href^="mailto:"] {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  border-bottom: 2px solid #ffef19;
  display: inline-flex;
  margin-left: 2.7rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .services__item__item .text a[href^="mailto:"] {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.services__item__item .text a[href^="mailto:"]:before {
  display: block;
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.6rem;
  display: inline-flex;
  margin-right: 0.5rem;
  background: url(/assets/css/../img/icons/svg/mail.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 1199.98px) {
  .services__item__item .text a[href^="mailto:"]:before {
    width: 19px;
    height: 16px;
    margin-right: 5px;
  }
}
.services__item__item .text a[href^="mailto:"]:hover {
  color: #db0a2a;
}
.services__item__item .text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services__item__item .text ul li {
  margin: 0 0 1rem;
}
@media (max-width: 1199.98px) {
  .services__item__item .text ul li {
    margin: 0 0 5px;
  }
}
.services__item__item .text ul li:last-child {
  margin: 0;
}
.services__btn {
  flex: 1 1;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 1199.98px) {
  .services__btn .btn.btn-border {
    width: 100%;
    max-width: 243px;
  }
}
@media (max-width: 480px) {
  .services__btn .btn.btn-border {
    max-width: 100%;
  }
}
.services__btn .btn.btn-border:not(:hover) {
  background: none;
}
.services__contacts__item h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .services__contacts__item h3 {
    margin-bottom: 15px;
  }
}
.services__contacts__item .services__item__item {
  align-items: center;
}
@media (max-width: 1199.98px) {
  .services__contacts__item .services__item__item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 480px) {
  .services__contacts__item .services__item__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199.98px) {
  .services__contacts__item .services__item__item .text {
    padding: 0 15px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .services__contacts__item .services__item__item .text {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .services__contacts__item .services__item__item .services__btn {
    padding: 0 15px;
    width: 50%;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .services__contacts__item .services__item__item .services__btn {
    margin-top: 20px;
    flex: 0 0 100%;
  }
}
.services__advantages {
  align-items: center;
  display: flex;
}
@media (max-width: 1199.98px) {
  .services__advantages {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.services__advantages ul {
  margin: 0 -2.2rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .services__advantages ul {
    margin: 0 -15px;
  }
}
@media (max-width: 991.98px) {
  .services__advantages ul {
    flex-wrap: wrap;
  }
}
.services__advantages ul li {
  text-transform: uppercase;
  padding: 0 2.2rem;
  flex: 1 1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .services__advantages ul li {
    padding: 0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .services__advantages ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 575.98px) {
  .services__advantages ul li {
    flex: 0 0 100%;
  }
}
.services__advantages ul li .title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .services__advantages ul li .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.services__advantages ul li .title strong {
  font-size: 4.8rem;
}
@media (max-width: 1199.98px) {
  .services__advantages ul li .title strong {
    font-size: 40px;
  }
}
.services .reviews {
  margin-bottom: -6rem;
}
@media (max-width: 1199.98px) {
  .services .reviews {
    margin-bottom: -40px;
  }
}
.services--footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  display: block;
  margin-bottom: -6rem;
  margin-top: 6rem;
}
@media (max-width: 1199.98px) {
  .services--footer {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: -40px;
  }
}
.services--footer:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #f3f3f5;
}
.services--footer .text {
  margin: 0;
}
.services--footer .more .btn {
  width: 100%;
}
@media (max-width: 575.98px) {
  .services--footer .more {
    margin-top: 15px;
  }
}
.services + .videos {
  margin-top: 8rem;
}
@media (max-width: 1199.98px) {
  .services + .videos {
    margin-top: 60px;
  }
}

.tehservice {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .tehservice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.tehservice--footer {
  margin-bottom: -6rem;
}
@media (max-width: 1199.98px) {
  .tehservice--footer {
    margin-bottom: -40px;
  }
}
.tehservice:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #f3f3f5;
}
.tehservice h2 {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .tehservice h2 {
    margin-bottom: 30px;
  }
}
.tehservice__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .tehservice__item {
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .tehservice__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .tehservice__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tehservice__item p {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .tehservice__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 480px) {
  .tehservice__item p {
    margin: 0 0 10px;
  }
}
.tehservice__item p.ico:before {
  content: "";
  display: flex;
  width: 2.5rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1199.98px) {
  .tehservice__item p.ico:before {
    width: 25px;
  }
}
.tehservice__item p.address:before {
  height: 1.7rem;
  background-image: url(/assets/css/../img/icons/address.png);
}
@media (max-width: 1199.98px) {
  .tehservice__item p.address:before {
    height: 17px;
  }
}
.tehservice__item p.phone:before {
  height: 1.6rem;
  background: url(/assets/css/../img/icons/svg/phone.svg) no-repeat;
}
@media (max-width: 1199.98px) {
  .tehservice__item p.phone:before {
    height: 16px;
  }
}
.tehservice__item p.mail:before {
  height: 1.6rem;
  background: url(/assets/css/../img/icons/svg/mail.svg) no-repeat;
}
@media (max-width: 1199.98px) {
  .tehservice__item p.mail:before {
    height: 16px;
  }
}
.tehservice__item p.social:before {
  height: 1.8rem;
  background-image: url(/assets/css/../img/icons/social.png);
}
@media (max-width: 1199.98px) {
  .tehservice__item p.social:before {
    height: 18px;
  }
}
.tehservice__btn {
  width: 100%;
}
@media (max-width: 767.98px) {
  .tehservice__btn {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 480px) {
  .tehservice__btn {
    margin-top: 10px;
  }
}
.tehservice__btn .btn {
  width: 100%;
}
@media (max-width: 480px) {
  .tehservice__btn .btn {
    width: 100%;
  }
}

.projects {
  position: relative;
}
.projects.container {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media (max-width: 1199.98px) {
  .projects.container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.projects.container .center {
  right: 2.2rem;
}
@media (max-width: 1199.98px) {
  .projects.container .center {
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .projects.container .center {
    right: auto;
  }
}
.projects .center {
  position: absolute;
  right: 0;
  top: 2rem;
}
@media (max-width: 1199.98px) {
  .projects .center {
    right: 0;
    top: 12px;
  }
}
@media (max-width: 991.98px) {
  .projects .center {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.projects .center a {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .projects .center a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .projects .center a {
    height: 40px;
    border: 1px solid #ffef19;
    color: #000;
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .projects .center a {
    width: 100%;
  }
}
.projects .center a:after {
  display: flex;
  content: "";
  width: 0.9rem;
  height: 1.6rem;
  background: url(/assets/css/../img/icons/svg/slider-btn.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.5rem;
  opacity: 0.3;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .projects .center a:after {
    width: 9px;
    height: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .projects .center a:after {
    width: 12px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='211.36' height='176.61' viewBox='0 0 211.36 176.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: black; %7D .cls-1 %7B opacity: 0.61; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130.3,15,108.1,37l57.71,57.24L108.1,151.46l22.2,22,79.91-79.27L130.3,15Z'/%3E%3Cpath class='cls-2' d='M24.19,15,2,37,59.71,94.21,2,151.46l22.19,22L104.1,94.21,24.19,15Z'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 1;
  }
}
.projects .center a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .projects .center a:hover {
    color: #000;
    background: #ffef19;
    text-decoration: none;
  }
}
.projects .center a:hover:after {
  opacity: 1;
}
.projects .row .col-12 {
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .projects .row .col-12 {
    margin-bottom: 30px;
  }
}
.projects .services--footer .col-12 {
  margin-bottom: 0;
}
.projects__item {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000 !important;
  text-decoration: none !important;
}
.projects__item .image {
  position: relative;
  display: block;
  padding-bottom: 55%;
  overflow: hidden;
}
.projects__item .image__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
  background-size: auto 90%;
}
.projects__item .title {
  background: none;
  height: 5rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 1.8rem;
  transition: all 0.3s ease;
  color: #000;
  margin-top: 0.1rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .projects__item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: "Montserrat", Helvetica, sans-serif;
    padding: 0 15px;
  }
}
.projects__item .title:after {
  display: block;
  position: absolute;
  content: "";
  height: 0.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffef19;
  z-index: -1;
  transition: all 0.3s ease;
}
.projects__item .text {
  display: block;
  margin-top: 1rem;
}
@media (max-width: 1199.98px) {
  .projects__item .text {
    margin-top: 10px;
  }
}
.projects__item:hover {
  text-decoration: none;
  color: #000;
}
.projects__item:hover .title {
  color: #000;
}
.projects__item:hover .title:after {
  height: 100%;
}
.projects .about {
  margin-bottom: -6rem;
  margin-top: 9rem;
}
@media (max-width: 1199.98px) {
  .projects .about {
    margin-top: 60px;
    margin-bottom: -40px;
  }
}
.projects--inner .center {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto;
  justify-content: center;
  text-align: center;
  display: flex;
  order: 10;
}
.projects--inner .center .btn {
  padding: 0 4rem;
}
@media (max-width: 1199.98px) {
  .projects--inner .center .btn {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .projects--inner .center .btn:after {
    display: none;
  }
}

.partners {
  margin-top: 6.5rem;
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .partners {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.partners__list {
  margin: 0 -2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .partners__list {
    margin: 0 -15px;
    justify-content: center;
  }
}
.partners__item {
  padding: 0 2.2rem;
}
@media (max-width: 1199.98px) {
  .partners__item {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .partners__item {
    width: 33.3333333333%;
  }
}
.partners__item img {
  height: 13rem;
  width: auto;
}
@media (max-width: 1199.98px) {
  .partners__item img {
    height: 130px;
  }
}
@media (max-width: 575.98px) {
  .partners__item img {
    max-height: 130px;
    height: auto;
  }
}

.advantages.container {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 1rem;
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .advantages.container {
    padding-top: 60px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.advantages.container:before {
  display: block;
  position: absolute;
  content: "";
  background: #f3f3f5;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.advantages .image {
  margin: 0 0 1rem;
}
@media (max-width: 1199.98px) {
  .advantages .image {
    margin-bottom: 10px;
  }
}
.advantages .image img {
  width: 10rem;
  height: auto;
  display: block;
}
@media (max-width: 1199.98px) {
  .advantages .image img {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .advantages .image img {
    margin: 0 auto;
    width: 70px;
  }
}
.advantages p {
  margin: 0 0 1rem;
}
@media (max-width: 1199.98px) {
  .advantages p {
    margin: 0 0 10px;
  }
}
.advantages p:last-child {
  margin: 0;
}
.advantages .row .col-12 {
  margin-bottom: 5rem;
}
@media (max-width: 1199.98px) {
  .advantages .row .col-12 {
    margin: 0 0 40px;
  }
}
.advantages--inner {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1199.98px) {
  .advantages--inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.advantages__list ul {
  -moz-columns: 3;
       columns: 3;
  margin: 0;
  -moz-column-width: 33.3333333333%;
       column-width: 33.3333333333%;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
@media (max-width: 1199.98px) {
  .advantages__list ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .advantages__list ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 50%;
         column-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .advantages__list ul {
    -moz-columns: 1;
         columns: 1;
    -moz-column-width: 100%;
         column-width: 100%;
  }
}
.advantages__list ul li {
  display: inline-block;
  width: 100%;
}

.applications {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media (max-width: 1199.98px) {
  .applications {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.applications:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #dbe1e4;
}
.applications .faq {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .applications .faq {
    margin: 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  .applications .faq {
    height: auto;
  }
}
.applications .content {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .applications .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.applications .slider {
  padding-bottom: 0 !important;
  background: #fff;
  margin-top: 4rem;
}
@media (max-width: 1199.98px) {
  .applications .slider {
    margin-top: 30px;
  }
}
.applications .slider .swiper-wrapper {
  height: auto;
  align-items: center;
}
.applications .slider .swiper-slide {
  padding: 3rem 7rem;
}
@media (max-width: 1199.98px) {
  .applications .slider .swiper-slide {
    padding: 20px 40px;
  }
}
.applications .slider .swiper-slide img {
  max-height: 45rem;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .applications .slider .swiper-slide img {
    max-height: 450px;
  }
}
.applications .slider .swiper-button {
  margin: 0 !important;
  transform: translateY(-50%);
}

.contacts p.ico {
  margin: 0 0 1.5rem;
  padding-left: 2.5rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .contacts p.ico {
    margin: 0 0 15px;
  }
}
.contacts p.ico:before {
  display: block;
  position: absolute;
  content: "";
  width: 2.5rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: 0.2rem;
}
@media (max-width: 1199.98px) {
  .contacts p.ico:before {
    width: 25px;
    top: 2px;
  }
}
.contacts p.address:before {
  height: 1.7rem;
  background-image: url(/assets/css/../img/icons/address.png);
}
@media (max-width: 1199.98px) {
  .contacts p.address:before {
    height: 17px;
  }
}
.contacts p.phone:before {
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23363c43;%7D%0A%3C/style%3E%3Cpath class='st0' d='M14.91,10.85c-0.81-0.65-1.56-0.97-2.28-0.97c-1.04,0-1.79,0.66-2.47,1.34c-0.08,0.08-0.17,0.11-0.3,0.11 c-0.57,0-1.58-0.72-3-2.13C5.2,7.54,4.57,6.48,4.99,6.05c1.15-1.15,1.51-2.3-0.25-4.48C4.11,0.79,3.5,0.41,2.86,0.41 C2,0.41,1.35,1.1,0.77,1.7c-0.1,0.1-0.19,0.2-0.29,0.3c-0.65,0.65-0.65,2.07,0,3.8c0.71,1.9,2.13,3.96,3.97,5.81 c1.43,1.43,2.98,2.58,4.5,3.36c1.32,0.68,2.6,1.04,3.61,1.04c0,0,0,0,0,0c0.63,0,1.14-0.14,1.48-0.42c0.69-0.57,1.96-1.62,1.95-2.86 C16,12.05,15.63,11.42,14.91,10.85z'/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .contacts p.phone:before {
    height: 16px;
  }
}
.contacts p.mail:before {
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19 16' style='enable-background:new 0 0 19 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23363c43;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M9.66,9.41c0.01,0,0.01,0,0.02,0c0.13-0.01,0.26-0.04,0.37-0.11c0.12-0.07,0.22-0.18,0.31-0.35l3.2-8.41 c0.04-0.12,0.03-0.25-0.04-0.35c-0.07-0.1-0.18-0.17-0.31-0.18c-0.31-0.02-0.63,0.05-0.9,0.21L0.72,6.92 C0.43,7.09,0.2,7.35,0.06,7.67C0.01,7.78,0.02,7.91,0.08,8.02c0.06,0.11,0.17,0.18,0.29,0.2l9.23,1.19 C9.62,9.41,9.64,9.41,9.66,9.41z'/%3E%3Cpath class='st0' d='M18.79,8.31l-4-6.96c-0.08-0.13-0.22-0.21-0.38-0.2c-0.15,0.01-0.29,0.11-0.34,0.25l-2.99,7.87l-0.04,0.07 c-0.13,0.26-0.33,0.47-0.58,0.62c-0.25,0.15-0.53,0.23-0.83,0.23l-0.08,0L0.88,9.08c-0.15-0.02-0.3,0.05-0.38,0.17 C0.41,9.38,0.4,9.54,0.48,9.67l2.63,4.56h-1.1c-0.22,0-0.4,0.18-0.4,0.4v0.79c0,0.22,0.18,0.4,0.4,0.4h15 c0.22,0,0.4-0.18,0.4-0.4v-0.79c0-0.22-0.18-0.4-0.4-0.4h-5.3l6.49-3.76C18.96,10.03,19.22,9.07,18.79,8.31z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .contacts p.mail:before {
    height: 16px;
  }
}
.contacts p.time:before {
  height: 1.6rem;
  background-image: url(/assets/css/../img/icons/time.png);
}
@media (max-width: 1199.98px) {
  .contacts p.time:before {
    height: 16px;
  }
}
.contacts p.social {
  display: flex;
  align-items: center;
}
.contacts p.social:before {
  height: 1.8rem;
  background-image: url(/assets/css/../img/icons/social.png);
}
@media (max-width: 1199.98px) {
  .contacts p.social:before {
    height: 18px;
  }
}
.contacts__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .contacts__list {
    margin-bottom: 40px;
    padding: 0 !important;
    order: 2;
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .contacts__list {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .contacts__list .contacts__item {
    padding: 3.9rem 2.5rem 6.5rem;
  }
}
@media (min-width: 1200px) {
  .contacts__list .contacts__item:first-child {
    padding: 3.6rem 2.5rem 4.5rem;
  }
}
.contacts__item {
  padding: 3rem 2.5rem 3.5rem;
  margin-bottom: 3rem;
  background: #f3f3f5;
  color: #000;
}
@media (max-width: 1199.98px) {
  .contacts__item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .contacts__item {
    flex: 1 1 50%;
    margin: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .contacts__item {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
}
.contacts__item:last-child {
  margin: auto 0 0;
}
@media (max-width: 1199.98px) {
  .contacts__item:last-child {
    margin: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .contacts__item:last-child {
    margin-bottom: 0px;
  }
}
.contacts__item .btn {
  padding: 0 4rem;
  height: 4rem;
}
@media (max-width: 1199.98px) {
  .contacts__item .btn {
    padding: 0 40px;
    height: 40px;
  }
}
.contacts__item p:last-child {
  margin: 0;
}
.contacts__item p.address:before {
  opacity: 0.5;
}
.contacts__item p.phone:before {
  opacity: 0.5;
}
.contacts__item p.mail:before {
  background: url(/assets/css/../img/icons/svg/mail.svg) no-repeat;
  background-size: auto 100%;
}
.contacts__item p.social:before {
  opacity: 0.5;
}
.contacts__form {
  margin-bottom: 9rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .contacts__form {
    order: 2;
    margin-bottom: 40px;
  }
}
.contacts__form .forms {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 1199.98px) {
  .contacts__form .forms {
    height: auto;
  }
}
.contacts__form .forms textarea {
  height: 20rem;
}
@media (max-width: 1199.98px) {
  .contacts__form .forms textarea {
    height: 200px;
  }
}
.contacts__form .forms .formButton {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contacts__form .forms .formButton .g-recaptcha {
  max-width: 60%;
}
@media (max-width: 575.98px) {
  .contacts__form .forms .formButton .g-recaptcha {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .contacts__form .forms .formButton {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .contacts .requisites {
    order: 2;
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .contacts .requisites {
    margin-top: 40px;
  }
}

.offices {
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .offices {
    margin-bottom: 40px;
    order: 0;
  }
}
@media (max-width: 1199.98px) {
  .offices__map {
    order: 0;
    margin-bottom: 40px;
  }
}
.offices__map #theMap {
  height: 100%;
  min-height: 60rem;
  width: 100%;
  background: #f3f3f5;
}
@media (max-width: 1199.98px) {
  .offices__map #theMap {
    min-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .offices__map #theMap {
    min-height: 400px;
  }
}
.offices__item {
  margin-bottom: 5.5rem;
}
@media (max-width: 1199.98px) {
  .offices__item {
    margin-bottom: 50px;
  }
}
.offices__item:last-child {
  margin: 0;
}
.offices__item .text p:last-child {
  margin: 0;
}
.offices__item .text p.address:before {
  opacity: 0.5;
}
.offices__item .text p.phone:before {
  opacity: 0.5;
}
.offices__item .text p.mail:before {
  background: url(/assets/css/../img/icons/svg/mail.svg) no-repeat;
  background-size: auto 100%;
}
.offices__item .text p.social:before {
  opacity: 0.5;
}
.offices__item .text .link {
  color: #000;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-block;
  border-bottom: 2px solid #ffef19;
}
.offices__item .text .link:hover {
  color: #db0a2a;
}
.offices__item .text .social__item {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  background-color: #000;
  margin-right: 0.5rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    margin-right: 5px;
  }
}
.offices__item .text .social__item:before, .offices__item .text .social__item:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease;
}
.offices__item .text .social__item:after {
  opacity: 0;
}
.offices__item .text .social__item:hover:before {
  opacity: 0;
}
.offices__item .text .social__item:hover:after {
  opacity: 1;
}
.offices__item .text .social__item.vk:before {
  width: 1.6rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 6' style='enable-background:new 0 0 9 6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:white;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.91,5.97C1.83,5.97,0.07,3.73,0,0h1.54c0.05,2.74,1.19,3.9,2.09,4.13V0h1.45v2.36C5.97,2.27,6.9,1.19,7.22,0 h1.45C8.42,1.46,7.41,2.54,6.69,2.98C7.41,3.34,8.57,4.28,9,5.97H7.4C7.06,4.84,6.2,3.96,5.07,3.84v2.13L4.91,5.97L4.91,5.97z'/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.vk:before {
    width: 16px;
    height: 11px;
  }
}
.offices__item .text .social__item.vk:after {
  width: 1.6rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 6' style='enable-background:new 0 0 9 6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.91,5.97C1.83,5.97,0.07,3.73,0,0h1.54c0.05,2.74,1.19,3.9,2.09,4.13V0h1.45v2.36C5.97,2.27,6.9,1.19,7.22,0 h1.45C8.42,1.46,7.41,2.54,6.69,2.98C7.41,3.34,8.57,4.28,9,5.97H7.4C7.06,4.84,6.2,3.96,5.07,3.84v2.13L4.91,5.97L4.91,5.97z'/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.vk:after {
    width: 16px;
    height: 11px;
  }
}
.offices__item .text .social__item.vk:hover {
  background: #4372B8;
}
.offices__item .text .social__item.youtube:before {
  width: 0.9rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 10' style='enable-background:new 0 0 9 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,0 0,10 8.76,5.12 '/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.youtube:before {
    width: 9px;
    height: 10px;
  }
}
.offices__item .text .social__item.youtube:after {
  width: 0.9rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 10' style='enable-background:new 0 0 9 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,0 0,10 8.76,5.12 '/%3E%3C/svg%3E");
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.youtube:after {
    width: 9px;
    height: 10px;
  }
}
.offices__item .text .social__item.youtube:hover {
  background: #D8362A;
}
.offices__item .text .social__item.rutube:before {
  width: 1.7rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.24517 9.00647H3.43209V6.67665H9.24517C9.58472 6.67665 9.82082 6.73659 9.93931 6.84127C10.0578 6.94596 10.1312 7.14011 10.1312 7.42373V8.26028C10.1312 8.55911 10.0578 8.75326 9.93931 8.85794C9.82082 8.96263 9.58472 9.00736 9.24517 9.00736V9.00647ZM9.64397 4.48014H0.966797V14.4436H3.43209V11.2021H7.97538L10.1312 14.4436H12.8918L10.515 11.1869C11.3913 11.0553 11.7847 10.7834 12.1093 10.3351C12.4338 9.88686 12.5965 9.1702 12.5965 8.21376V7.46667C12.5965 6.89943 12.5372 6.45118 12.4338 6.10761C12.3303 5.76405 12.1535 5.46522 11.9024 5.1968C11.6371 4.94271 11.3417 4.76376 10.9871 4.64387C10.6326 4.53919 10.1896 4.47925 9.64397 4.47925V4.48014Z' fill='white'%3E%3C/path%3E%3Cpath d='M14.7866 4.4792C15.8326 4.4792 16.6805 3.63095 16.6805 2.58457C16.6805 1.5382 15.8326 0.689941 14.7866 0.689941C13.7405 0.689941 12.8926 1.5382 12.8926 2.58457C12.8926 3.63095 13.7405 4.4792 14.7866 4.4792Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  margin-top: -0.1rem;
  margin-left: 0.1rem;
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.rutube:before {
    width: 17px;
    height: 15px;
    margin-top: -1px;
    margin-left: 1px;
  }
}
.offices__item .text .social__item.rutube:after {
  width: 1.7rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.24517 9.00647H3.43209V6.67665H9.24517C9.58472 6.67665 9.82082 6.73659 9.93931 6.84127C10.0578 6.94596 10.1312 7.14011 10.1312 7.42373V8.26028C10.1312 8.55911 10.0578 8.75326 9.93931 8.85794C9.82082 8.96263 9.58472 9.00736 9.24517 9.00736V9.00647ZM9.64397 4.48014H0.966797V14.4436H3.43209V11.2021H7.97538L10.1312 14.4436H12.8918L10.515 11.1869C11.3913 11.0553 11.7847 10.7834 12.1093 10.3351C12.4338 9.88686 12.5965 9.1702 12.5965 8.21376V7.46667C12.5965 6.89943 12.5372 6.45118 12.4338 6.10761C12.3303 5.76405 12.1535 5.46522 11.9024 5.1968C11.6371 4.94271 11.3417 4.76376 10.9871 4.64387C10.6326 4.53919 10.1896 4.47925 9.64397 4.47925V4.48014Z' fill='%23100943'%3E%3C/path%3E%3Cpath d='M14.7866 4.4792C15.8326 4.4792 16.6805 3.63095 16.6805 2.58457C16.6805 1.5382 15.8326 0.689941 14.7866 0.689941C13.7405 0.689941 12.8926 1.5382 12.8926 2.58457C12.8926 3.63095 13.7405 4.4792 14.7866 4.4792Z' fill='%23ED143B'%3E%3C/path%3E%3C/svg%3E");
  margin-top: -0.1rem;
  margin-left: 0.1rem;
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.rutube:after {
    width: 17px;
    height: 15px;
    margin-top: -1px;
    margin-left: 1px;
  }
}
.offices__item .text .social__item.rutube:hover {
  background: #f2f3f5;
}
.offices__item .text .social__item.telegram:before {
  width: 1.4rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 16' style='enable-background:new 0 0 18 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:white;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.66,15.87c1.08,0.49,1.48-0.53,1.48-0.53L18,0.57c-0.02-0.99-1.33-0.39-1.33-0.39L0.7,6.64 c0,0-0.76,0.28-0.7,0.76s0.67,0.72,0.67,0.72L4.7,9.51c0,0,1.21,4.1,1.46,4.88c0.22,0.76,0.43,0.79,0.43,0.79 c0.22,0.09,0.43-0.07,0.43-0.07l2.61-2.43L13.66,15.87z M14.36,3.19c0,0,0.56-0.35,0.54,0c0,0,0.09,0.05-0.2,0.37 c-0.27,0.28-6.63,6.16-7.48,6.94c-0.07,0.05-0.11,0.12-0.11,0.21l-0.25,2.18c-0.04,0.23-0.34,0.25-0.4,0.05L5.4,9.37 c-0.04-0.14,0-0.3,0.13-0.39L14.36,3.19z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.telegram:before {
    width: 14px;
    height: 12px;
  }
}
.offices__item .text .social__item.telegram:after {
  width: 1.4rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 16' style='enable-background:new 0 0 18 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.66,15.87c1.08,0.49,1.48-0.53,1.48-0.53L18,0.57c-0.02-0.99-1.33-0.39-1.33-0.39L0.7,6.64 c0,0-0.76,0.28-0.7,0.76s0.67,0.72,0.67,0.72L4.7,9.51c0,0,1.21,4.1,1.46,4.88c0.22,0.76,0.43,0.79,0.43,0.79 c0.22,0.09,0.43-0.07,0.43-0.07l2.61-2.43L13.66,15.87z M14.36,3.19c0,0,0.56-0.35,0.54,0c0,0,0.09,0.05-0.2,0.37 c-0.27,0.28-6.63,6.16-7.48,6.94c-0.07,0.05-0.11,0.12-0.11,0.21l-0.25,2.18c-0.04,0.23-0.34,0.25-0.4,0.05L5.4,9.37 c-0.04-0.14,0-0.3,0.13-0.39L14.36,3.19z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .offices__item .text .social__item.telegram:after {
    width: 14px;
    height: 12px;
  }
}
.offices__item .text .social__item.telegram:hover {
  background: #37aee2;
}

.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(/assets/css/../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", Helvetica, 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", Helvetica, 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", Helvetica, sans-serif;
  }
}
@media (max-width: 400px) {
  .modules__item .title {
    padding-right: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Helvetica, 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--main {
  margin-top: 9rem;
  margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .reviews--main {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.reviews--main .container .center {
  right: 2.2rem;
}
@media (max-width: 1199.98px) {
  .reviews--main .container .center {
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .reviews--main .container .center {
    right: auto;
  }
}
.reviews .about {
  margin-bottom: -6rem;
}
@media (max-width: 1199.98px) {
  .reviews .about {
    margin-bottom: -40px;
  }
}
.reviews__group {
  margin-bottom: 10rem;
}
@media (max-width: 1199.98px) {
  .reviews__group {
    margin-bottom: 60px;
  }
}
.reviews__group .row .col-12, .reviews__group .row .col-6 {
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .reviews__group .row .col-12, .reviews__group .row .col-6 {
    margin-bottom: 30px;
  }
}
.reviews__group .center {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto;
  justify-content: center;
  text-align: center;
  display: flex;
  order: 10;
}
.reviews__group .center .btn {
  padding: 0 4rem;
}
@media (max-width: 1199.98px) {
  .reviews__group .center .btn {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .reviews__group .center .btn:after {
    display: none;
  }
}
.reviews.row .col-12, .reviews.row .col-6 {
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .reviews.row .col-12, .reviews.row .col-6 {
    margin-bottom: 30px;
  }
}
.reviews--inner:before {
  display: none;
}
.reviews .container {
  position: relative;
}
@media (min-width: 992px) {
  .reviews .slider {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .reviews .slider--pagination {
    display: none;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  color: #000 !important;
  text-decoration: none !important;
}
.reviews__item .image {
  background: #fff;
  box-shadow: 1px 1px 0px 2px #ced4d6;
}
.reviews__item .image img {
  width: 100%;
}
.reviews__item .title {
  margin: 1.5rem 0 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  order: 2;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .reviews__item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 15px 0 0;
  }
}
@media (max-width: 991.98px) {
  .reviews__item .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.reviews__item:hover {
  color: #db0a2a !important;
}
.reviews__item:hover .image {
  box-shadow: 1px 1px 0px 2px #ffef19;
}
.reviews .center {
  position: absolute;
  right: 0;
  top: 2rem;
}
@media (max-width: 1199.98px) {
  .reviews .center {
    right: 0;
    top: 12px;
  }
}
@media (max-width: 991.98px) {
  .reviews .center {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.reviews .center a {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .reviews .center a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .reviews .center a {
    height: 40px;
    border: 1px solid #ffef19;
    color: #000;
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .reviews .center a {
    width: 100%;
  }
}
.reviews .center a:after {
  display: flex;
  content: "";
  width: 0.9rem;
  height: 1.6rem;
  background: url(/assets/css/../img/icons/svg/slider-btn.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.5rem;
  opacity: 0.3;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .reviews .center a:after {
    width: 9px;
    height: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .reviews .center a:after {
    width: 12px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='211.36' height='176.61' viewBox='0 0 211.36 176.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: black; %7D .cls-1 %7B opacity: 0.61; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130.3,15,108.1,37l57.71,57.24L108.1,151.46l22.2,22,79.91-79.27L130.3,15Z'/%3E%3Cpath class='cls-2' d='M24.19,15,2,37,59.71,94.21,2,151.46l22.19,22L104.1,94.21,24.19,15Z'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 1;
  }
}
.reviews .center a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .reviews .center a:hover {
    color: #000;
    background: #ffef19;
    text-decoration: none;
  }
}
.reviews .center a:hover:after {
  opacity: 1;
}
.reviews--inner2 {
  margin: 9rem 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .reviews--inner2 {
    margin: 60px 0;
  }
}
.reviews--inner2 .center {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .reviews--inner2 .center {
    right: 0;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .reviews--inner2 .center {
    right: auto;
    top: auto;
  }
}
.reviews--footer {
  margin-bottom: 0;
}

.faq {
  background-color: #fff;
}
.faq__item {
  border-bottom: 0.1rem solid #dbe1e4;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .faq__item {
    border-width: 1px;
  }
}
.faq__item:last-child {
  border: none;
}
.faq__item .title {
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  padding: 1.5rem 4.8rem 1.5rem 1.5rem;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .faq__item .title {
    padding: 15px 48px 15px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.faq__item .title:after, .faq__item .title:before {
  display: block;
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 0.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a2aaad;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .faq__item .title:after, .faq__item .title:before {
    width: 20px;
    height: 3px;
  }
}
.faq__item .title:after {
  transform: rotate(90deg) translateY(-50%);
  margin-top: -0.2rem;
  margin-right: 0.2rem;
}
@media (max-width: 1199.98px) {
  .faq__item .title:after {
    margin-top: -1px;
    margin-right: 1px;
  }
}
.faq__item .title:hover {
  text-decoration: none;
}
.faq__item .desc {
  color: #000;
  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 .desc ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faq__item .desc ul {
    margin: 0 0 20px;
  }
}
.faq__item .desc ul:last-child {
  margin-bottom: 0;
}
.faq__item .desc ul li {
  margin: 0 0 1.5rem;
  position: relative;
  padding-left: 3rem;
  line-height: 130%;
}
@media (max-width: 991.98px) {
  .faq__item .desc ul li {
    margin: 0 0 10px;
    padding-left: 30px;
  }
}
.faq__item .desc ul li:before {
  left: 1rem;
  top: 0.9rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #a2aaad;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
}
@media (max-width: 991.98px) {
  .faq__item .desc ul li:before {
    top: 7px;
    left: 10px;
    width: 7px;
    height: 7px;
  }
}
.faq__item .desc ul li ul {
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .faq__item .desc ul li ul {
    margin-top: 10px;
  }
}
.faq__item:hover .title {
  color: #db0a2a;
}
.faq__item:hover .title:before, .faq__item:hover .title:after {
  background-color: #db0a2a;
}
.faq__item.active {
  background: #fff;
}
.faq__item.active .title {
  color: #fff;
  background-color: #db0a2a;
}
.faq__item.active .title:before, .faq__item.active .title:after {
  background-color: #f1a994;
}
.faq__item.active .title:after {
  transform: rotate(0deg) translateY(-50%);
  opacity: 0;
}
.faq__item.active .desc {
  opacity: 1;
  height: auto;
  margin: 1.5rem;
}
@media (max-width: 1199.98px) {
  .faq__item.active .desc {
    margin: 15px;
  }
}

.list {
  background-color: #fff;
  margin-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .list {
    margin-bottom: 60px;
  }
}
.list__item {
  border-bottom: 0.1rem solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  .list__item {
    border-width: 1px;
    margin-bottom: 20px;
  }
}
.list__item:last-child {
  border: none;
}
.list__item h3 {
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  background: #e9e9ed;
  padding: 1.2rem 4.8rem 1.2rem 2.5rem;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  height: 4.5rem;
  padding: 0 4.8rem 0 3rem;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .list__item h3 {
    padding: 12px 48px 12px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .list__item h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.list__item h3:after, .list__item h3:before {
  display: block;
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 0.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .list__item h3:after, .list__item h3:before {
    width: 20px;
    height: 3px;
  }
}
.list__item h3:after {
  transform: rotate(90deg) translateY(-50%);
  margin-top: -0.2rem;
  margin-right: 0.2rem;
}
@media (max-width: 1199.98px) {
  .list__item h3:after {
    margin-top: -1px;
    margin-right: 1px;
  }
}
.list__item h3:hover {
  text-decoration: none;
}
.list__item .desc {
  color: #000;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.list__item .desc p {
  margin: 0 0 1rem;
}
@media (max-width: 1199.98px) {
  .list__item .desc p {
    margin: 0 0 10px;
  }
}
.list__item .desc p:last-child {
  margin: 0;
}
.list__item .desc ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .list__item .desc ul {
    margin: 0 0 20px;
  }
}
.list__item .desc ul:last-child {
  margin-bottom: 0;
}
.list__item .desc ul li {
  margin: 0 0 1.5rem;
  position: relative;
  padding-left: 3rem;
  line-height: 130%;
}
@media (max-width: 991.98px) {
  .list__item .desc ul li {
    margin: 0 0 10px;
    padding-left: 30px;
  }
}
.list__item .desc ul li:before {
  left: 1rem;
  top: 0.9rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #a2aaad;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
}
@media (max-width: 991.98px) {
  .list__item .desc ul li:before {
    top: 7px;
    left: 10px;
    width: 7px;
    height: 7px;
  }
}
.list__item .desc ul li ul {
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .list__item .desc ul li ul {
    margin-top: 10px;
  }
}
.list__item .desc .equipment__list {
  margin: 0;
}
.list__item .desc .equipment__list.row {
  margin-left: -2.2rem;
  margin-right: -2.2rem;
}
@media (max-width: 1199.98px) {
  .list__item .desc .equipment__list.row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.list__item:hover h3 {
  color: #fff;
  background: #a2aaad;
}
.list__item:hover h3:before, .list__item:hover h3:after {
  background-color: #fff;
}
.list__item.active {
  background: #fff;
}
.list__item.active h3 {
  color: #000;
  background-color: #ffef19;
}
.list__item.active h3:before {
  background-color: #db0a2a;
}
.list__item.active h3:after {
  transform: rotate(0deg) translateY(-50%);
  opacity: 0;
}
.list__item.active .desc {
  opacity: 1;
  height: auto;
  margin-top: 3rem;
}
@media (max-width: 1199.98px) {
  .list__item.active .desc {
    margin-top: 30px;
  }
}
.list--nonclick .list__item h3 {
  cursor: auto;
}
.list--nonclick .list__item h3:before, .list--nonclick .list__item h3:after {
  display: none;
}
.list--nonclick .list__item .desc {
  opacity: 1;
  height: auto;
  margin-top: 3rem;
}
.list--nonclick .list__item:hover h3 {
  color: #000;
  background: #dbe1e4;
}

.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 {
  top: auto;
  left: auto;
  bottom: auto;
  margin-top: 0px;
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8rem;
  height: 0.5rem;
  background: none;
  transition: all 0.25s ease;
  margin: 0 0.1rem !important;
  opacity: 1;
  position: relative;
}
@media (max-width: 1199.98px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    margin: 0 1px !important;
  }
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    flex: 1 1;
    max-width: 60px;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 0.5rem;
  top: 0;
  left: 0;
  background: #a6aeb1;
  transition: all 0.25s ease;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .swiper-pagination-bullets .swiper-pagination-bullet:before {
    height: 4px;
    margin: 0 1px;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffef19;
  opacity: 1;
  transition: all 0.25s ease;
}
.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-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:before {
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:after {
  opacity: 0;
}

.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: 1200px) {
  .swiper-container.js-slider-mob {
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .swiper-container.js-slider-mob .slide, .swiper-container.js-slider-mob .swiper-slide {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .swiper-container.js-slider-mob-service {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .swiper-container.js-slider-mob-service .slide, .swiper-container.js-slider-mob-service .swiper-slide {
    visibility: visible;
    opacity: 1;
  }
}
.swiper-container.slider {
  padding-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .swiper-container.slider {
    padding-bottom: 60px;
  }
}
.swiper-container.slider .slider--pagination {
  position: absolute;
  left: 2.2rem;
  right: 2.2rem;
  bottom: 0;
  height: 4.8rem;
}
@media (max-width: 1199.98px) {
  .swiper-container.slider .slider--pagination {
    left: 15px;
    right: 15px;
    height: 48px;
  }
}
.swiper-container.slider .slider--pagination .swiper-button {
  top: 0;
  transform: none;
  bottom: auto;
  margin: 0;
  padding: 0;
}
.swiper-container.slider .slider--pagination .swiper-button.swiper-button-prev {
  right: auto !important;
  left: 0 !important;
}
.swiper-container.slider .slider--pagination .swiper-button.swiper-button-next {
  right: 0 !important;
  left: auto !important;
}
.swiper-container.slider .slider--pagination .swiper-pagination {
  left: 4.2rem;
  right: 4.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
@media (max-width: 1199.98px) {
  .swiper-container.slider .slider--pagination .swiper-pagination {
    left: 30px;
    right: 30px;
  }
}
.swiper-container.slider .slider--pagination .swiper-pagination.swiper-pagination-progressbar {
  background: #bfbfbf;
}
.swiper-container.slider .slider--pagination .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #db0a2a;
}

.sliderTop {
  position: relative;
  background-color: #f3f3f5;
}
.sliderTop .container {
  height: 40rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1199.98px) {
  .sliderTop .container {
    height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.sliderTop__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 1.5rem;
  width: 41.6666666667%;
  color: #000;
}
@media (max-width: 1199.98px) {
  .sliderTop__title {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    width: 100%;
    transform: none;
    margin-bottom: 30px;
  }
}
.sliderTop__title h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .sliderTop__title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    font-family: "Montserrat", Helvetica, sans-serif;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .sliderTop__title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .sliderTop__title h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 1199.98px) {
  .sliderTop__title h1 br {
    display: none;
  }
}
.sliderTop .swiper-slide {
  height: 40rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .sliderTop .swiper-slide {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .sliderTop .swiper-slide .image {
    display: flex;
    width: 58.3333333333%;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .sliderTop .swiper-slide .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.sliderTop .swiper-slide .image img {
  height: 30rem;
  width: auto;
  max-width: inherit;
}
@media (max-width: 1199.98px) {
  .sliderTop .swiper-slide .image img {
    height: auto;
    transform: none;
    max-width: 100%;
    max-height: 300px;
  }
}
.sliderTop .slider {
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sliderTop .slider {
    padding-bottom: 40px;
  }
}
.sliderTop .slider__pagination {
  right: 0;
  bottom: 6.5rem;
  position: absolute;
  width: 24.3rem;
  justify-content: center;
  display: flex;
  height: 5.8rem;
}
@media (max-width: 1199.98px) {
  .sliderTop .slider__pagination {
    bottom: 0px;
    width: 243px;
    height: 58px;
  }
}
@media (max-width: 991.98px) {
  .sliderTop .slider__pagination {
    width: 130px;
    height: 30px;
  }
}
.sliderTop .slider__pagination .count {
  color: #c8c8cc;
}
.sliderTop .slider__pagination .count.count-left {
  font-weight: 700;
  font-size: 7.8rem;
  line-height: 5.8rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .sliderTop .slider__pagination .count.count-left {
    font-weight: 700;
    font-size: 78px;
    line-height: 58px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .sliderTop .slider__pagination .count.count-left {
    font-weight: 700;
    font-size: 42px;
    line-height: 30px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.sliderTop .slider__pagination .count.count-left:before {
  content: "0";
}
.sliderTop .slider__pagination .count.count-right {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  position: relative;
  margin-left: 0.5rem;
  transform: translateY(-0.4rem);
}
@media (max-width: 1199.98px) {
  .sliderTop .slider__pagination .count.count-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-left: 5px;
    transform: translateY(-4px);
  }
}
@media (max-width: 991.98px) {
  .sliderTop .slider__pagination .count.count-right {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.sliderTop .slider__pagination .count.count-right:before {
  content: "/ 0";
}
.sliderTop .slider .swiper-button {
  width: 3rem !important;
  height: 5rem !important;
  transform: none;
  bottom: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .sliderTop .slider .swiper-button {
    width: 30px !important;
    height: 50px !important;
  }
}
.sliderTop .slider .swiper-button.swiper-button-prev {
  right: auto !important;
  left: 0 !important;
}
.sliderTop .slider .swiper-button.swiper-button-next {
  right: 0 !important;
  left: auto !important;
}
.sliderTop .slider .swiper-pagination-bullets {
  position: absolute !important;
  bottom: 5rem;
  left: auto;
  right: 16.6rem;
  justify-content: flex-end;
  width: auto;
}
@media (max-width: 1199.98px) {
  .sliderTop .slider .swiper-pagination-bullets {
    bottom: 0px;
    right: 0;
    left: 0;
    justify-content: center;
  }
}
.sliderTop .swiper-container {
  display: flex;
}
.sliderTop .swiper-container .swiper-wrapper {
  height: auto;
}

.slider.gallery .swiper-pagination-bullets {
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
}
.slider.gallery .swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1 1;
  max-width: 8rem;
}
@media (max-width: 1199.98px) {
  .slider.gallery .swiper-pagination-bullets .swiper-pagination-bullet {
    flex: 1 1;
    max-width: 60px;
  }
}

.swiper-button {
  width: 3rem !important;
  height: 5rem !important;
  text-indent: -9999px;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .swiper-button {
    width: 30px !important;
    height: 50px !important;
  }
}
.swiper-button:before {
  display: block;
  position: absolute;
  content: "";
  width: 3rem;
  height: 5rem;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/assets/css/../img/icons/svg/slider-btn.svg);
  opacity: 0.2;
}
@media (max-width: 1199.98px) {
  .swiper-button:before {
    width: 30px;
    height: 50px;
  }
}
.swiper-button.swiper-button-prev:before, .swiper-button.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-button:hover:before {
  opacity: 1;
}
.swiper-button.swiper-button-disabled {
  cursor: auto;
}
.swiper-button.swiper-button-disabled:before {
  opacity: 0.1 !important;
}

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

/*---  sliders ---*/
.swiper-container.js-slider-three {
  margin: 0 -2.2rem;
  display: flex;
  padding-bottom: 7rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .swiper-container.js-slider-three {
    margin: 0 -15px;
    padding-bottom: 70px;
  }
}
.swiper-container.js-slider-three .swiper-wrapper {
  height: auto;
}
.swiper-container.js-slider-three .swiper-slide {
  padding: 0 2.2rem;
  width: 33.3333333333%;
}
@media (max-width: 1199.98px) {
  .swiper-container.js-slider-three .swiper-slide {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-three .swiper-slide {
    width: 50%;
  }
}
@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 -2.2rem;
}
@media (max-width: 1199.98px) {
  .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 2.2rem;
  width: 50%;
}
@media (max-width: 1199.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 -2.2rem;
  position: relative;
  display: flex;
}
@media (max-width: 1199.98px) {
  .swiper-container.js-slider-mob {
    margin: 0 -15px;
  }
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-mob {
    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 2.2rem;
  width: 16.6666666667%;
  opacity: 1;
  visibility: visible;
  margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .swiper-container.js-slider-mob .swiper-slide {
    padding: 0 15px;
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .swiper-container.js-slider-mob .swiper-slide {
    width: 25%;
    margin: 0;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .swiper-container.js-slider-mob .swiper-slide {
    width: 33.3333333333%;
  }
}
@media (max-width: 575.98px) {
  .swiper-container.js-slider-mob .swiper-slide {
    width: 50%;
  }
}

.news.container {
  margin-top: 10rem;
  margin-bottom: 7rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .news.container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.news .center {
  position: absolute;
  right: 2.2rem;
  top: 1rem;
}
@media (max-width: 1199.98px) {
  .news .center {
    right: 15px;
    top: 2px;
  }
}
@media (max-width: 991.98px) {
  .news .center {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }
}
.news .center a {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .news .center a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .news .center a {
    height: 40px;
    border: 1px solid #ffef19;
    color: #000;
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .news .center a {
    width: 100%;
  }
}
.news .center a:after {
  display: flex;
  content: "";
  width: 0.9rem;
  height: 1.6rem;
  background: url(/assets/css/../img/icons/svg/slider-btn.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.5rem;
  opacity: 0.3;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .news .center a:after {
    width: 9px;
    height: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .news .center a:after {
    width: 12px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='211.36' height='176.61' viewBox='0 0 211.36 176.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: black; %7D .cls-1 %7B opacity: 0.61; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130.3,15,108.1,37l57.71,57.24L108.1,151.46l22.2,22,79.91-79.27L130.3,15Z'/%3E%3Cpath class='cls-2' d='M24.19,15,2,37,59.71,94.21,2,151.46l22.19,22L104.1,94.21,24.19,15Z'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 1;
  }
}
.news .center a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .news .center a:hover {
    color: #000;
    background: #ffef19;
    text-decoration: none;
  }
}
.news .center a:hover:after {
  opacity: 1;
}
.news__gallery {
  margin-top: 4rem;
}
@media (max-width: 1199.98px) {
  .news__gallery {
    margin-top: 30px;
  }
}
.news__gallery .swiper-container {
  overflow: hidden;
}
.news__gallery .swiper-container:before {
  display: block;
  position: absolute;
  content: "";
  display: block !important;
  left: 0;
  top: 0;
  height: 26rem;
  width: 10rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 2;
}
.news__gallery .swiper-container:after {
  display: block;
  position: absolute;
  content: "";
  display: block !important;
  right: 0;
  top: 0;
  height: 26rem;
  width: 10rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 2;
}
.news__gallery .swiper-container .swiper-slide {
  width: auto !important;
  padding-right: 0.2rem;
}
@media (max-width: 1199.98px) {
  .news__gallery .swiper-container .swiper-slide {
    padding-right: 2px;
  }
}
.news__gallery .swiper-container .slider--pagination {
  left: 0;
  right: 0;
}
.news__slider .gallery__item a {
  display: block;
}
.news__slider .gallery__item a img {
  width: auto;
  max-width: 100%;
  height: auto !important;
  max-height: 45rem;
}
@media (max-width: 1199.98px) {
  .news__slider .gallery__item a img {
    height: auto;
    max-height: 450px;
  }
}
@media (max-width: 991.98px) {
  .news__slider .gallery__item a img {
    max-height: 250px;
  }
}
.news .gallery__item a {
  display: block;
}
.news .gallery__item a img {
  width: auto;
  max-width: inherit;
  height: 25rem;
}
@media (max-width: 1199.98px) {
  .news .gallery__item a img {
    height: 250px;
  }
}
.news--main .row .col-12 {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .news--main .row .col-12 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .news--main .row .col-12 .news__item .title {
    margin-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .news--main .row .col-12 .news__item .image {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .news--main .row .col-12:first-child .news__item .image {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .news--main .row .col-12:first-child .news__item .title {
    margin-top: 10px;
  }
}
.news.row .col-12 {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .news.row .col-12 {
    margin-bottom: 30px;
  }
}
.news__item {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #000 !important;
}
@media (max-width: 1199.98px) {
  .news__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.news__item .date {
  display: block;
  color: #a2aaad;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .news__item .date {
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.news__item .title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  display: block;
  margin-top: 1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .news__item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-top: 10px;
  }
}
.news__item .image {
  position: relative;
  display: block;
  padding-bottom: 55%;
  overflow: hidden;
  box-shadow: 0.3rem 0.3rem 0.1rem #ced4d6;
}
@media (max-width: 1199.98px) {
  .news__item .image {
    box-shadow: 3px 3px 10px #ced4d6;
  }
}
.news__item .image__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  transition: all 0.6s ease;
}
.news__item .text {
  display: block;
  margin-top: 1.5rem;
}
@media (max-width: 1199.98px) {
  .news__item .text {
    margin-top: 10px;
  }
}
.news__item:hover {
  text-decoration: none;
  color: #000;
}
.news__item:hover .image {
  box-shadow: 0.3rem 0.3rem 0.1rem #ffef19;
}
@media (max-width: 1199.98px) {
  .news__item:hover .image {
    box-shadow: 3px 3px 10px #ffef19;
  }
}
.news__item:hover .image__item {
  transform: scale(1.2);
}
.news__item:hover .title {
  color: #db0a2a !important;
}
.news--detail .date {
  color: #a2aaad;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .news--detail .date {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.news--detail .text {
  overflow: hidden;
}
.news--detail .btns {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .news--detail .btns {
    flex-direction: column;
    align-items: center;
  }
}
.news--detail .btns .btn {
  width: 100%;
  max-width: 38.6rem;
  margin: 0 2.2rem;
}
@media (max-width: 1199.98px) {
  .news--detail .btns .btn {
    max-width: 360px;
    margin: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .news--detail .btns .btn {
    margin-bottom: 15px;
  }
}
.news--inner .center {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto;
  justify-content: center;
  text-align: center;
  display: flex;
  order: 10;
}
.news--inner .center .btn {
  padding: 0 4rem;
}
@media (max-width: 1199.98px) {
  .news--inner .center .btn {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .news--inner .center .btn:after {
    display: none;
  }
}

.videos {
  position: relative;
}
.videos--main {
  margin-top: 9rem;
  margin-bottom: 0rem;
}
@media (max-width: 1199.98px) {
  .videos--main {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .videos--main {
    margin-bottom: 0px;
  }
}
.videos--main.container .center {
  right: 2.2rem;
}
@media (max-width: 1199.98px) {
  .videos--main.container .center {
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .videos--main.container .center {
    right: auto;
  }
}
.videos--item {
  margin-top: 9rem;
  margin-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .videos--item {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .videos--item {
    margin-bottom: 60px;
  }
}
.videos--item .center {
  right: 0;
}
@media (max-width: 1199.98px) {
  .videos--item .center {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .videos--item .center {
    right: auto;
  }
}
.videos.row .col-12 {
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .videos.row .col-12 {
    margin-bottom: 30px;
  }
}
.videos h2 {
  margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .videos h2 {
    margin-bottom: 30px;
  }
}
.videos .center {
  position: absolute;
  right: 0;
  top: 2rem;
}
@media (max-width: 1199.98px) {
  .videos .center {
    right: 0;
    top: 12px;
  }
}
@media (max-width: 991.98px) {
  .videos .center {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.videos .center a {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .videos .center a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media (max-width: 991.98px) {
  .videos .center a {
    height: 40px;
    border: 1px solid #ffef19;
    color: #000;
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .videos .center a {
    width: 100%;
  }
}
.videos .center a:after {
  display: flex;
  content: "";
  width: 0.9rem;
  height: 1.6rem;
  background: url(/assets/css/../img/icons/svg/slider-btn.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.5rem;
  opacity: 0.3;
  transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
  .videos .center a:after {
    width: 9px;
    height: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .videos .center a:after {
    width: 12px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='211.36' height='176.61' viewBox='0 0 211.36 176.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: black; %7D .cls-1 %7B opacity: 0.61; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M130.3,15,108.1,37l57.71,57.24L108.1,151.46l22.2,22,79.91-79.27L130.3,15Z'/%3E%3Cpath class='cls-2' d='M24.19,15,2,37,59.71,94.21,2,151.46l22.19,22L104.1,94.21,24.19,15Z'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 1;
  }
}
.videos .center a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .videos .center a:hover {
    color: #000;
    background: #ffef19;
    text-decoration: none;
  }
}
.videos .center a:hover:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .videos .slider {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .videos .slider--pagination {
    display: none;
  }
}
.videos__item {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}
@media (max-width: 1199.98px) {
  .videos__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.videos__item .title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  display: block;
  margin-top: 1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .videos__item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .videos__item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
  }
}
.videos__item .image {
  position: relative;
  display: block;
  padding-bottom: 55%;
  overflow: hidden;
}
.videos__item .image__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  transition: all 0.6s ease;
}
.videos__item .image:before {
  position: absolute;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.videos__item .image:after {
  background: rgba(255, 239, 34, 0.66);
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s ease;
}
.videos__item__btns {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.3s ease;
  opacity: 0;
}
.videos__item__btns .ico {
  display: flex;
  margin: 0 1.2rem;
}
@media (max-width: 1199.98px) {
  .videos__item__btns .ico {
    margin: 0 12px;
  }
}
.videos__item__btns .ico:before {
  content: "";
  height: 6.4rem;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  .videos__item__btns .ico:before {
    height: 50px;
  }
}
.videos__item__btns .ico.ico-vkvideo:before {
  background-image: url(/assets/css/../img/icons/vkvideo.png);
  width: 6.4rem;
}
@media (max-width: 1199.98px) {
  .videos__item__btns .ico.ico-vkvideo:before {
    width: 50px;
  }
}
.videos__item__btns .ico.ico-rutube:before {
  background-image: url(/assets/css/../img/icons/rutube.png);
  width: 6.4rem;
}
@media (max-width: 1199.98px) {
  .videos__item__btns .ico.ico-rutube:before {
    width: 50px;
  }
}
.videos__item__btns .ico.ico-youtube:before {
  background-image: url(/assets/css/../img/icons/youtube.png);
  width: 9.2rem;
}
@media (max-width: 1199.98px) {
  .videos__item__btns .ico.ico-youtube:before {
    width: 72px;
  }
}
.videos__item__btns .ico:hover {
  opacity: 0.8;
}
.videos__item:hover, .videos__item.active {
  text-decoration: none;
  color: #000;
}
.videos__item:hover .image:before, .videos__item.active .image:before {
  opacity: 1;
  z-index: 4;
}
.videos__item:hover .image:after, .videos__item.active .image:after {
  opacity: 1;
  transform: scale(1);
}
.videos__item:hover .image .videos__item__btns, .videos__item.active .image .videos__item__btns {
  opacity: 1;
}
.videos__item:hover .title, .videos__item.active .title {
  color: #db0a2a;
}
.videos--inner .center {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto;
  justify-content: center;
  text-align: center;
  display: flex;
  order: 10;
}
.videos--inner .center .btn {
  padding: 0 4rem;
}
@media (max-width: 1199.98px) {
  .videos--inner .center .btn {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .videos--inner .center .btn:after {
    display: none;
  }
}

.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", Helvetica, 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", Helvetica, 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", Helvetica, sans-serif;
  color: #000;
  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", Helvetica, 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: #000;
  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;
}

.noUi-target.range {
  box-shadow: none;
  border: none;
  background: #a2aaad;
  margin-top: 8px;
}
.noUi-target.range.noUi-horizontal {
  height: 6px;
}
.noUi-target.range.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #db0a2a;
  box-shadow: none;
  border: none;
  right: -6px;
  top: -3px;
}
.noUi-target.range.noUi-horizontal .noUi-handle:before, .noUi-target.range.noUi-horizontal .noUi-handle:after {
  display: none;
}
.noUi-target.range.noUi-horizontal .noUi-handle .noUi-touch-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.noUi-target.range.noUi-horizontal .noUi-handle .noUi-touch-area:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.25s ease;
}
.noUi-target.range.noUi-horizontal .noUi-handle .noUi-touch-area:hover:before, .noUi-target.range.noUi-horizontal .noUi-handle .noUi-touch-area:focus:before {
  opacity: 1;
}
.noUi-target.range .noUi-connect {
  background: #db0a2a;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.8
 * 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: May 23, 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 {
  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 {
  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 ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./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;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/.default/style.css?17589237637305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/mobile-menu/style.min.css?1758923763490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/mobile-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/infodesign/cookies/templates/.default/style.css?17835083285206*/
.cookie {
  position: fixed;
  z-index: 200;
  left: 0;
  bottom: 10px;
  right: 0;
}
.cookie.hidden, .cookie .hidden {
  display: none;
}
.cookie .container {
  background: none;
}
@media (max-width: 997px) {
  .cookie .container {
    max-width: 100%;
    width: 100%;
  }
}
.cookie__wrap {
  width: 560px;
  padding: 25px 30px 30px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 997px) {
  .cookie__wrap {
    width: 100%;
    box-sizing: border-box;
  }
}
.cookie .text, .cookie .cookie__item__list__item__box {
  color: #888;
  font-size: 14px;
}
.cookie .text h3, .cookie .cookie__item__list__item__box h3 {
  color: #555;
  font-size: 16px;
  line-height: 120%;
  text-transform: none;
  margin: 0 0 15px;
}
.cookie .text p, .cookie .cookie__item__list__item__box p {
  margin: 0;
  color: #888;
  font-size: 14px;
  line-height: 130%;
}
.cookie .text a, .cookie .cookie__item__list__item__box a {
  color: #000;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.cookie .text a:hover, .cookie .cookie__item__list__item__box a:hover {
  color: #fa4040;
  text-decoration: none;
}
.cookie__item__list__item {
  margin-bottom: 10px;
}
.cookie__item__list__item:last-child {
  margin: 0;
}
.cookie__item__list__item__header {
  display: flex;
}
.cookie__item__list__item__header .title {
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  flex: 1 1;
  color: #555;
  font-size: 16px;
  line-height: 120%;
  order: 2;
  align-items: center;
}
.cookie__item__list__item__header .form-check {
  flex: 0 0 auto;
  display: flex;
}
.cookie__item__list__item__box {
  display: none;
  padding-left: 30px;
  padding-top: 5px;
}
.cookie__item__list__item.active {
  background: none !important;
}
.cookie__item__list__item.active .cookie__item__list__item__box {
  display: block;
}
.cookie__item__list__item.active a {
  color: #000 !important;
}
.cookie__item__list__item.active a:hover {
  color: #fa4040 !important;
}
.cookie__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
}
@media (max-width: 997px) {
  .cookie__btns {
    flex-direction: column;
    justify-content: center;
  }
}
.cookie__btns__all {
  display: flex;
}
@media (max-width: 997px) {
  .cookie__btns__all {
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }
}

.cookie__btns a {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-decoration: underline;
}
.cookie__btns a:hover {
  color: #fa4040;
  text-decoration: none;
}
.cookie .btn {
  height: 35px;
  padding: 0 10px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-left: 15px;
  transition: all 0.25s ease;
}
@media (max-width: 700px) {
   .cookie__btns__all {
    flex-direction: column;
    margin: 0;
  }
  .cookie .btn {
    margin: 0;
    width: 100%;
  }
  .cookie .btn:last-child {
    margin-top: 15px;
  }
}
.cookie .close {
  position: absolute;
  top: 0;
  margin-bottom: 0px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: none;
  padding: 0;
  border: none;
}
.cookie .close:before, .cookie .close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #5b5b64;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookie .close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.cookie .close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.cookie .close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.cookie .close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.cookie .close .visually-hidden {
  opacity: 0;
  position: absolute;
}
/* .cookie .jq-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  flex: 0 0 20px;
  cursor: pointer;
  margin: 0 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cookie .jq-checkbox__div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  width: 17px !important;
  height: 15px !important;
  transition: all 0.25s ease;
  background: url(/assets/img/icons/bull-orange.png) no-repeat center;
  opacity: 0;
  margin: 0 !important;
  border: none !important;
}
.cookie .jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
} */

.cookie .jq-checkbox.checked--dis {
  background-color: #767678;
  border-color: #B8BCCA;
}
.cookie .jq-checkbox.checked--dis .jq-checkbox__div {
  filter: invert(91%) sepia(52%) saturate(2%) hue-rotate(62deg) brightness(150%) contrast(151%);
}
.cookie .jq-checkbox.disabled {
  opacity: 0.55;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.25s ease;
}

/* End */
/* /assets/css/css.css?1778151851529254 */
/* /local/templates/main/components/bitrix/catalog.section.list/.default/style.css?17589237637305 */
/* /local/templates/main/components/bitrix/menu/mobile-menu/style.min.css?1758923763490 */
/* /local/components/infodesign/cookies/templates/.default/style.css?17835083285206 */
