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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header__top-mbtn{
    display: none;
}

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-arrow {
  font-size: 0;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  outline: none;
  border: 0;
  background: #EEEFF0;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-box-shadow: 0px 10.4648px 10.4648px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10.4648px 10.4648px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 40%;
  z-index: 5;
}

.slick-prev.slick-arrow {
  left: 10%;
}

.slick-prev.slick-arrow::before {
  content: '';
  display: inline-block;
  border: solid #179EFF;
  border-width: 0 0 3px 3px;
  padding: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-next.slick-arrow {
  right: 10%;
}

.slick-next.slick-arrow::before {
  content: '';
  display: inline-block;
  border: solid #179EFF;
  border-width: 3px 3px 0 0;
  padding: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-top: 28px;
  padding: 0;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 5px;
  border-radius: 50%;
  border: 0;
  background: #C4C4C4;
}

.slick-dots .slick-active button {
  background: #007bff;
}

@media (max-width: 576px) {
  .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .slick-prev.slick-arrow::before {
    border-width: 0 0 2px 2px;
    padding: 4px;
  }
  .slick-next.slick-arrow::before {
    border-width: 2px 2px 0 0;
    padding: 4px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          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: 0 auto;
  text-align: left;
  z-index: 1045;
}

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

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

/*.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }*/
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  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;
  -ms-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;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  max-width: 450px;
  margin: 40px auto;
  position: relative;
}

/* Vars */
/* Fonts */
@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Medium"), local("OpenSans-Medium"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: local("Akrobat Black"), local("Akrobat-Black"), url("../fonts/Akrobatblack.woff2") format("woff2"), url("../fonts/Akrobatblack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Blocks */
body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-weight: 400;
  color: #242121;
  font-size: 16px;
  line-height: 1.3;
}
body.lock {
    overflow: hidden;
}

h4 {
  font-size: 24px;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.btn {
  border: 0;
}

input:focus {
  outline: none;
}

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

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-btn {
  background: #E04C4C;
  padding: 18px 30px;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border: 0;
}

.main-btn:hover {
  background: #de3f3f;
}

.main-title {
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #314253;
  margin-bottom: 40px;
}

.nav__menu {
  margin-bottom: 12px;
}

.menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  padding: 13px 0;
  gap: 40px;
}

.menu__list > li > a {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}

.menu__list > li > a:hover {
  color: #E04C4C;
}

.link-icon {
  border: 5px solid transparent;
  border-top: 5px solid #314253;
  display: inline-block;
  vertical-align: sub;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 3px;
}

.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  width: 1110px;
  max-height: 700px;
  max-width: 100%;
  padding-left: 0;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  margin-top: 26px;
  list-style: none;
  background: #314253;
  color: #fff;
  padding: 30px 0;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.sub-menu::before {
  content: '';
  border: 6px solid transparent;
  border-bottom: 6px solid #314253;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub-menu::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.1);
  left: 50%;
}

.sub-menu-item a {
  color: #fff;
}

.sub-menu-item a:hover {
  color: #E04C4C;
}

.sub-menu li {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 40px;
}

.sub-menu-title {
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}

.link__services {
  display: inline-block;
  color: #fff;
  margin-top: 20px;
}

.link__services:hover {
  color: #E04C4C;
}

.link__servicon {
  margin-left: 10px;
}

.sub-menu-title:hover .link__servicon path {
  fill: #E04C4C;
}

.menu-line {
  width: 46%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  margin-left: 2%;
  margin-bottom: 15px;
  margin-top: 10px;
}

#mobile-nav-toggle {
  display: none;
}

.mob-oberlay {
  display: none;
}

.mob-menu {
  padding: 20px;
}

.menu__list.mob-menu li {
  position: relative;
  padding: 10px;
}

.mob-menu .link-icon {
  top: 10px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 5px;
}

.mob-menu li a.active ~ .link-icon {
  -webkit-transform: rotate(180deg) translateY(5px);
      -ms-transform: rotate(180deg) translateY(5px);
          transform: rotate(180deg) translateY(5px);
  border-top: 5px solid #E04C4C;
}

.mob-menu .sub-menu {
  position: absolute;
}

.header {
  padding: 25px 0;
  background: #edf0f7;
}

.header__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 30%;
          flex: 0 30%;
}

.header__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -o-linear-gradient(310.03deg, rgba(108, 136, 168, 0.11) 15.94%, rgba(108, 136, 168, 0.05) 64%, rgba(108, 136, 168, 0.05) 86.85%);
  background: linear-gradient(139.97deg, rgba(108, 136, 168, 0.11) 15.94%, rgba(108, 136, 168, 0.05) 64%, rgba(108, 136, 168, 0.05) 86.85%);
  border-radius: 10px;
  padding: 18px 20px 18px 24px;
  width: 260px;
  color: #242121;
  border: 1px solid rgba(108, 136, 168, 0.3);
}

.header__logo:hover {
  color: #242121;
}

.header__logotitle {
  font-family: 'Akrobat';
  font-weight: 900;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 4px;
}

.header__logodescr {
  font-size: 10px;
  line-height: 14px;
}

.header__top-call a {
  display: block;
}

.logo__text {
  margin-left: 18px;
}

a.header__phone {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #242121;
  padding-left: 30px;
  margin-bottom: 15px;
}

a.header__phone:hover {
  color: #e04c4c;
}

a.header__phone::before {
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  background: url(../img/icon-call.png) center/cover no-repeat;
  left: 0;
  top: 6px;
}

a.header__wa {
  background: #314253;
  opacity: 0.8;
  border: 1px solid #314253;
  border-radius: 6px;
  padding: 10px 50px;
  color: #fff;
  text-align: center;
}

a.header__wa:hover {
  background: #1e2933;
  color: #fff;
}

@media (min-width: 991px) {
  .menu__list li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1200px) {
  .main-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  .header__menu {
    display: none;
  }
  .header__menu.mob-menu {
    display: block;
    background: #314253;
    position: absolute;
    top: 140px;
    width: 100%;
    max-width: 690px;
    -webkit-box-shadow: 53px 68px 35px rgba(49, 66, 83, 0.01), 30px 38px 29px rgba(49, 66, 83, 0.05), 13px 17px 22px rgba(49, 66, 83, 0.09), 3px 4px 12px rgba(49, 66, 83, 0.1), 0px 0px 0px rgba(49, 66, 83, 0.1);
            box-shadow: 53px 68px 35px rgba(49, 66, 83, 0.01), 30px 38px 29px rgba(49, 66, 83, 0.05), 13px 17px 22px rgba(49, 66, 83, 0.09), 3px 4px 12px rgba(49, 66, 83, 0.1), 0px 0px 0px rgba(49, 66, 83, 0.1);
    border-radius: 10px;
    z-index: 11;
  }
  .mob-menu {
    position: relative;
  }
  .mob-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 54%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    border: 6px solid transparent;
    border-bottom: 6px solid #314253;
  }
  .mob-menu .menu__list .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .mob-menu .menu__list .sub-menu::before {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 90%;
    top: 0px;
  }
  .mob-menu .menu__list .sub-mob-menu {
    opacity: 1;
    visibility: visible;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mob-menu .menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mob-menu .nav__menu {
    margin-bottom: 0;
  }
  .mob-menu li a {
    color: #fff;
  }
  .mob-menu li a:hover {
    color: #fff;
  }
  .mob-menu li a.active {
    color: #E04C4C;
  }
  #mobile-nav-toggle {
    display: flex;
    border: 1px solid rgba(49,66,83,.6);
    padding: 19px 10px;
    border-radius: 5px;
  }
  .burger-menu {
    position: relative;
  }
  .burger-menu span {
    display: block;
    width: 35px;
    height: 10px;
    border-top: 4px solid #505050;
    transform: translateY(4px);
    position: relative;
  }
  .burger-menu::before, .burger-menu::after {
    content: '';
    width: 35px;
    height: 4px;
    background: #505050;
    position: absolute;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .burger-menu::before {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .burger-menu::after {
    left: 50%;
    bottom: 11px;
    transform: translateX(-50%);
  }
  #mobile-nav-toggle.burger-close::before {
    -webkit-transform: rotate(45deg) translate(-5px, 20px);
        -ms-transform: rotate(45deg) translate(-5px, 20px);
            transform: rotate(45deg) translate(-5px, 20px);
  }
  #mobile-nav-toggle.burger-close::after {
    -webkit-transform: rotate(-45deg) translate(-5px, -20px);
        -ms-transform: rotate(-45deg) translate(-5px, -20px);
            transform: rotate(-45deg) translate(-5px, -20px);
  }
  #mobile-nav-toggle.burger-close span {
    visibility: hidden;
    opacity: 0;
  }
  .main-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .header__logo {
    width: 210px;
    padding: 10px 12px 14px 18px;
  }
  .logo__text {
    margin-left: 12px;
  }
  .header__logotitle {
    font-size: 20px;
  }
  .header__logodescr {
    font-size: 8px;
    line-height: 12px;
  }
  .header__logo img {
    max-width: 42px;
    width: 43px;
  }
  a.header__phone {
    font-size: 18px;
    padding-left: 24px;
  }
  a.header__phone::before {
    width: 15px;
    height: 15px;
    top: 9px;
  }
  a.header__wa {
    padding: 10px 30px;
    font-size: 12px;
  }
  .header__menu.mob-menu {
    top: 90px;
  }
  .header__menu.mob-menu::before {
    left: 55.5%;
  }
  .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    overflow-y: auto;
  }
  .sub-menu::after {
    display: none;
  }
  .sub-menu li {
    width: 100%;
  }
  .menu-line {
    width: 94%;
    margin-left: 3%;
  }
}

@media (max-width: 576px) {
  .header {
    padding: 10px 0;
  }
  .header.fix {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
  .header.fix .header__left {
        display: none;
    }
  .header__top-right {
    display: none;
  }
  .header__menu.mob-menu::before {
    left: 56.4%;
  }
  .mob-menu .menu__list {
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__logo {
        width: 140px;
        padding: 8px 8px 8px 8px;
  }
  .header__logo img {
        width: 24px;
  }
  .logo__text {
        margin-left: 8px;
    }
    .header__logotitle {
        font-size: 14px;
        line-height: 1.3;
    }
    .header__logodescr {
        font-size: 6px;
        line-height: 1.3;
    }
    .header__top-mbtn{
        display: block;
    }
    .header__top-mbtn a {
        display: block;
        min-width: 100px;
        background: #E04C4C;
        border-radius: 5px;
        color: #fff;
        padding: 15px 15px 18px;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
    }
    .service-slider {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .service-slider .services__row {
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }
    .slider__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
    span.swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(49,66,83,.15);
        display: inline-flex;
        border-radius: 50%;
    }
    span.swiper-pagination-bullet-active {
        background: #E04C4C;
    }
    .sub-menu {
        max-height: 70vh;
    }
}

@media (max-width: 460px) {
  .sub-menu {
    margin-top: 50px;
  }
}

.hero {
  position: relative;
  background: #edf0f7;
}

.hero .container {
  position: relative;
  padding: 30px 15px 88px;
  background-size: contain !important;
  background-position: 90% 0% !important;
}

.hero__left h1 {
  font-family: 'Akrobat', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #314253;
  margin-bottom: 25px;
}

.hero__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}

.hero__list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.hero__list li::before {
  content: '';
  background: url(../img/icon-list.svg) center no-repeat;
  width: 23px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 2px;
}

.hero__form {
  position: relative;
  max-width: 290px;
  z-index: 9;
}

.form__field {
  position: relative;
  margin-bottom: 20px;
}

.hero__icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

.form__input {
  width: 290px;
  max-width: 100%;
  padding: 17px 39px 17px 46px;
  background: #FFFFFF;
  border: 1px solid rgba(49, 66, 83, 0.3);
  border-radius: 6px;
  font-size: 18px;
  letter-spacing: 0.16em;
}

.form__input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.16em;
  color: #314253;
  opacity: 0.5;
}

.form__input::-moz-placeholder {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.16em;
  color: #314253;
  opacity: 0.5;
}

.form__input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.16em;
  color: #314253;
  opacity: 0.5;
}

.form__input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.16em;
  color: #314253;
  opacity: 0.5;
}

.form__input::placeholder {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.16em;
  color: #314253;
  opacity: 0.5;
}

.hero__mtitle {
    text-align: center;
    position: relative;
    margin: 15px 0;
}
.hero__mtitle::before {
    content: '';
    width: 12%;
    height: 1px;
    background: rgba(49,66,83, .2);
    left: 0;
    position: absolute;
    top: 50%;
}
.hero__mtitle::after {
    content: '';
    width: 12%;
    height: 1px;
    background: rgba(49,66,83, .2);
    right: 0;
    position: absolute;
    top: 50%;
}
a.hero__mbtn {
    position: relative;
    text-align: center;
    display: block;
    border: 1px solid #E04C4C;
    border-radius: 6px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #242121;
    padding: 8px 12px 10px;
}
a.hero__mbtn::before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../img/icon-call.png) center/cover no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    transform: translateY(-2px);
}
@media (max-width: 991px) {
  .hero .container {
    position: relative;
    background-size: 60% !important;
    background-position: 105% 100% !important;
    padding: 30px 15px 60px;
  }
  .hero__left h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .hero__list li {
    font-size: 14px;
    line-height: 19px;
  }
  .hero__list li::before {
    content: '';
    background: url(../img/icon-list.svg) center/80% no-repeat;
  }
}

@media (max-width: 768px) {
  .form__input {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero .container {
    background-size: 380px !important;
    background-position: center 100% !important;
    padding: 10px 15px 330px;
  }
  .hero__form {
    margin: auto;
  }
}

.services {
  padding: 80px 0 40px;
}

.services__row {
  margin-bottom: 30px;
}

.services__box {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.services__box:hover {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.services__box:hover .services__title {
  color: #E04C4C;
}

.services__img {
  position: relative;
  margin-bottom: 12px;
}

.services__img::after {
  content: '';
  position: absolute;
  width: 80%;
  background: #314253;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
  border-radius: 6px;
}

.services__img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.services__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #242121;
}

@media (max-width: 991px) {
  .services {
    padding: 40px 0 20px;
  }
  .services__box {
    margin-bottom: 40px;
  }
  .services__title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .services__box {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .services__box {
    margin-bottom: 20px;
  }
  .services__img img {
    height: auto;
  }
}

.why {
  padding: 40px 0;
}

.why__box {
  text-align: center;
}

.why__iconbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  background: #314253;
  opacity: 0.8;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 25px;
}

.why__iconbox::before {
  content: '';
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.why__iconbox::after {
  content: '';
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.why__num,
.why__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}

.why__num {
  font-family: 'Akrobat',sans-serif;
  font-weight: 900;
  font-size: 66px;
  line-height: 79px;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 0.5px #fff;
  color: #314253;
}

.why__decor {
  position: absolute;
  border: 1px dashed #fff;
  width: 100%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.1;
  left: 0;
}

.why__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.why__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .why__box {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .why__box {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .why__box {
    margin-bottom: 20px;
  }
}

.visit {
  background: #edf0f7;
  padding: 0 15px;
}

.visit .container {
  position: relative;
}

.visit__title {
  font-family: 'Akrobat', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #E04C4C;
  margin-bottom: 20px;
}

.visit__descr {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.visit__row {
  position: relative;
  background: #edf0f7;
  border-radius: 10px;
  padding: 60px 0;
}

.visit__row::before, .visit__row::after {
  content: '';
  position: absolute;
  width: 80%;
  background: #314253;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 6px;
}

.visit__row::before {
  top: -4px;
}

.visit__row::after {
  bottom: -4px;
}

.visit__bg {
  position: absolute;
  background: url(../img/visit-img.png) center/contain no-repeat;
  width: 768px;
  height: 719px;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  right: -90px;
  z-index: 1;
}

.visit__list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  z-index: 9;
}

.visit__list li {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.visit__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 50px;
  margin-right: 13px;
}

.s-visit {
  padding: 40px 15px 80px;
  text-align: center;
}

.s-visit .visit__row {
  padding: 60px 0 80px;
}

.s-visit .visit__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  margin: auto;
}

.s-visit .form__field {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .visit__title {
    font-size: 40px;
  }
  .visit__descr {
    font-size: 16px;
    line-height: 24px;
  }
  .visit__bg {
    max-width: 622px;
    max-height: 582px;
    right: -20px;
  }
}

@media (max-width: 991px) {
  .visit__info {
    text-align: center;
  }
  .visit__row {
    padding: 35px 0 60px;
  }
  .visit__list li {
    margin-bottom: 15px;
  }
  .visit__bg {
    width: 452px;
    height: 423px;
  }
  .s-visit .visit__row {
    padding: 40px 15px 60px;
  }
  .s-visit .visit__form {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .visit .container {
    padding: 0;
    background: #edf0f7;
  }
  .visit__row {
    padding: 35px 0;
  }
  .visit__bg {
    position: inherit;
    display: block;
    max-width: 100%;
    max-height: 450px;
    height: 330px;
    left: auto;
    right: auto;
    bottom: 0;
  }
  .visit__form {
    margin: auto;
    max-width: 100%;
  }
  .visit__form .main-btn {
    width: 100%;
  }
  .s-visit .visit__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 576px) {
  .visit__row {
    border-radius: 0;
    padding: 25px 0;
    text-align: center;
  }
}

.article {
  padding: 40px 0;
}

.article__text {
  line-height: 30px;
}

.article__text h2 {
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  color: #314253;
  margin-bottom: 20px;
}

.article__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F7EE;
  border-radius: 6px;
  padding: 30px 0;
  margin: 60px 0;
}

.article__left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 16%;
          flex: 0 16%;
  text-align: center;
}

.article__left::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #314253;
  opacity: 0.15;
}

.article__img {
  margin-bottom: 15px;
}

.article__img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 80%;
          flex: 0 80%;
  padding-left: 30px;
}

.spec__name {
  margin-bottom: 5px;
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #314253;
}

.spec__prof {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.spec__title {
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  color: #314253;
  margin-bottom: 15px;
}

.spec__descr {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.article__btn {
  position: relative;
  display: inline-block;
  background: #E04C4C;
  border-radius: 6px;
  color: #fff;
  padding: 7px 35px 9px 15px;
}

.article__btn:hover {
  color: #fff;
  background: #dc3636;
}

.article__btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 38%;
  right: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.article__btn.article__hide::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 43%;
}

.article__hide.hidden {
  display: none;
}

.article__hidetext {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.article__hidetext.show {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.article__box {
  padding: 40px 50px 24px;
  background: rgba(49, 66, 83, 0.08);
  margin-bottom: 60px;
  border-radius: 6px;
}

.article__list li {
  margin-bottom: 10px;
}

.article__list li:hover::marker {
  color: #E04C4C;
}

.article__list li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #242121;
}

.article__list li a:hover {
  color: #E04C4C;
}

.article__list h3 {
  font-weight: 400;
}

.article__list h3:hover {
  color: #E04C4C;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .article__text h2 {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 991px) {
  .article__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 25%;
            flex: 0 25%;
  }
  .article__img img {
    width: 100px;
    height: 100px;
  }
  .article__text {
    line-height: 28px;
  }
  .spec__descr {
    font-size: 16px;
    line-height: 26px;
  }
  .article__box {
    padding: 25px 30px 10px;
  }
  .article__list li a,
  .article__list li::marker {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .article__box {
    padding: 15px 20px 5px;
  }
  .article__list li a,
  .article__list li::marker {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 576px) {
  .article__spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    margin: 30px 0;
  }
  .article__left {
    border-bottom: 1px solid rgba(49, 66, 83, 0.15);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .article__left::after {
    display: none;
  }
  .article__right {
    padding: 0;
  }
}

.articles {
  padding: 40px 0;
}

.art__list {
  margin-top: 50px;
}

.art__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.art__item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(224, 76, 76, 0.2);
  bottom: 0;
}

.art__item + .art__item {
  margin-top: 50px;
}

.art__img {
  position: relative;
  max-width: 360px;
  max-height: 250px;
  margin: auto;
  margin-right: 30px;
}

.art__img::after {
  content: '';
  position: absolute;
  width: 80%;
  background: #314253;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
  border-radius: 6px;
}

.art__img img {
  border-radius: 6px;
}

.art__title {
  font-family: 'Akrobat',sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #314253;
  margin-bottom: 15px;
}

.art__box {
  margin-bottom: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 35%;
          flex: 0 35%;
}

.art__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 65%;
          flex: 0 65%;
}

.art__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #242121;
}

.art__btn {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .art__title {
    font-size: 22px;
    line-height: 1.1;
  }
  .art__text {
    font-size: 15px;
    line-height: 1.4;
  }
  .article__btn {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .art__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .art__box {
    margin-bottom: 30px;
  }
  .art__img {
    margin-right: auto;
  }
}

.price {
  padding: 40px 0;
}

.price__box {
  border: 1px solid rgba(224, 76, 76, 0.3);
  border-radius: 6px;
  padding: 0 30px;
  margin-bottom: 80px;
}

.price__table {
  width: 100%;
}

.price__table thead {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #E04C4C;
}

.price__table th {
  padding: 20px 0 20px;
  border-bottom: 1px solid rgba(224, 76, 76, 0.3);
}

.price__table tr {
  border-bottom: 1px solid rgba(224, 76, 76, 0.3);
}

.price__table tr:last-child {
  border-bottom: 0;
}

.price__table td {
  padding: 20px 0;
}

.price__table td:nth-child(2n+1) {
  width: 70%;
}

@media (max-width: 991px) {
  .price__box {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .price__box {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .price__box {
    margin-bottom: 20px;
  }
}

.howwork {
  position: relative;
  background: #edf0f7;
  padding: 40px 0 80px;
}

.howwork::before {
  content: '';
  position: absolute;
  background: url(../img/how-img-left.png) left no-repeat;
  width: 331px;
  height: 454px;
  top: 10%;
}

.howwork::after {
  content: '';
  position: absolute;
  background: url(../img/how-img-right.png) right no-repeat;
  width: 466px;
  height: 468px;
  right: 0;
  top: 10%;
}

.howwork__wrap {
  margin-top: 60px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.howwork__box {
  position: relative;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.howwork__box:hover {
  -webkit-transform: scale(1.16);
      -ms-transform: scale(1.16);
          transform: scale(1.16);
  z-index: 9;
}

.howwork__box:hover .howwork__top,
.howwork__box:hover .howwork__bottom {
  background: #E04C4C;
}

.howwork__box:hover .howwork__top {
  border-bottom: 1px solid #E04C4C;
}

.howwork__box:hover .howwork__bottom {
  border-top: 1px solid #E04C4C;
}

.howwork__top {
  background: #5A6875;
  height: 65px;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #5A6875;
  margin-bottom: -1.5px;
}

.howwork__text {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 50%;
  left: 34px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 165px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.howwork__bottom {
  height: 65px;
  background: #5A6875;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #5A6875;
  margin-top: -1.5px;
}

.row .howwork__box:first-child::before {
  position: absolute;
  content: '';
  left: -10px;
  width: 40px;
  height: 100%;
  background: #5a6875;
  border-radius: 6px;
}

.row .howwork__box:first-child:hover::before {
  background: #E04C4C;
}

.row .howwork__box:first-child .howwork__text {
  margin-left: -20px;
}

.howwork__form {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  z-index: 1;
}

.howwork__form .form__field {
  margin-bottom: 0;
}

.howwork__form .form__input {
  height: 60px;
}

.howwork__form .main-btn {
  width: 50%;
}

@media (max-width: 1600px) {
  .howwork__box {
    width: 300px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    margin-bottom: 5px;
  }
  .howwork__text {
    left: 50px;
    max-width: 240px;
  }
}

@media (max-width: 1200px) {
  .howwork::before {
    background-size: contain;
    width: 191px;
    height: 191px;
    top: 65%;
  }
  .howwork::after {
    background-size: contain;
    width: 161px;
    height: 161px;
    top: -7%;
  }
  .howwork__box {
    max-width: 240px;
  }
  .howwork__text {
    font-size: 12px;
    line-height: 16px;
    max-width: 165px;
    left: 20%;
  }
}

@media (max-width: 991px) {
  .howwork {
    padding: 40px 0 60px;
  }
  .howwork::before {
    top: 45%;
  }
  .howwork::after {
    top: 45%;
  }
  .howwork__wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .howwork__box {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    width: 230px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .howwork__box {
    width: 175px;
  }
  .howwork__text {
    font-size: 12px;
    line-height: 16px;
  }
  .howwork__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    max-width: 80%;
  }
  .howwork__form .main-btn {
    width: auto;
  }
}

@media (max-width: 576px) {
  .howwork::before, .howwork::after {
    display: none;
  }
}

@media (max-width: 450px) {
  .howwork__form {
    max-width: 90%;
  }
}

@media (max-width: 385px) {
  .howwork__box {
    width: 153px;
  }
  .howwork__top {
    height: 50px;
  }
  .howwork__bottom {
    height: 50px;
  }
  .howwork__text {
    font-size: 10px;
    left: 24px;
  }
}

.info {
  padding: 100px 0 40px;
}

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

.info__list li {
  position: relative;
  background: -o-linear-gradient(320.03deg, rgba(255, 255, 255, 0.2) -84.49%, rgba(255, 255, 255, 0) 72.8%), #5A6875;
  background: linear-gradient(129.97deg, rgba(255, 255, 255, 0.2) -84.49%, rgba(255, 255, 255, 0) 72.8%), #5A6875;
  border-radius: 6px;
  padding: 14px 20px 17px 56px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.info__list li::before {
  content: '';
  position: absolute;
  background: url(../img/3-square.png) center no-repeat;
  width: 26px;
  height: 10px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq {
  padding: 40px 0;
}

.faq__box {
  margin-bottom: 20px;
}

.faq__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(49, 66, 83, 0.2);
}

.faq__icon::before {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-top: 8px solid #314253;
  margin-top: 8px;
}

.faq__quest {
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(49, 66, 83, 0.2);
  border-radius: 6px;
  padding: 19px 77px 19px 20px;
  background: #fff;
  font-weight: 700;
  line-height: 22px;
}

.faq__quest.w--open .faq__icon::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 0;
}

.faq__answer {
  display: none;
  padding: 20px;
  background: rgba(49, 66, 83, 0.07);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: -5px;
  line-height: 28px;
}

.faq__form {
  max-width: 430px;
  padding: 30px 50px 50px;
  background: #e04c4c;
  border-radius: 10px;
  text-align: center;
}

.faq__form .form__field {
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.faq__form-title {
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.faq__form-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.faq-btn {
  background: #314253;
}

.faq-btn:hover {
  background: #3c5166;
}

@media (max-width: 1200px) {
  .faq__form {
    padding: 30px 22px 50px;
  }
}

@media (max-width: 991px) {
  .faq__form {
    max-width: 100%;
  }
  .faq__form .form__field {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 0;
  }
  .faq__form .form__field .form__input {
    padding: 14px 39px 13px 46px;
  }
  .faq__form .form__field .form__input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .faq__form .form__field .form__input::-moz-placeholder {
    font-size: 16px;
  }
  .faq__form .form__field .form__input:-ms-input-placeholder {
    font-size: 16px;
  }
  .faq__form .form__field .form__input::-ms-input-placeholder {
    font-size: 16px;
  }
  .faq__form .form__field .form__input::placeholder {
    font-size: 16px;
  }
  .faq__formin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .faq-btn {
    padding: 14px 30px;
  }
}

@media (max-width: 768px) {
  .faq__form {
    padding: 30px 30px 40px;
  }
  .faq__form-title {
    font-size: 28px;
  }
  .faq__form-descr {
    margin-bottom: 20px;
  }
  .faq__formin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.video {
  padding: 40px 0 80px;
}

.video__row {
  margin-top: 40px;
}

.video__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video__bg {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 10px;
}

.video__bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(49, 66, 83, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video__play {
  position: absolute;
  width: 90px;
  height: 70px;
  background: #E04C4C;
  border-radius: 30px/20px;
}

.video__play:hover {
  opacity: 0.85;
}

.video__play::before {
  content: '';
  border: 10px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 6px;
}

@media (max-width: 1200px) {
  .video__play {
    width: 73px;
    height: 56px;
    border-radius: 20px/12px;
  }
}

@media (max-width: 991px) {
  .video__bg {
    height: 140px;
  }
  .video__play {
    width: 52px;
    height: 40px;
    border-radius: 15px/12px;
  }
  .video__play::before {
    border: 6px solid transparent;
    border-left: 10px solid #fff;
    margin-left: 4px;
  }
}

@media (max-width: 768px) {
  .video__bg {
    height: 340px;
    margin-bottom: 10px;
  }
}

@media (max-width: 475px) {
  .video__bg {
    max-height: 260px;
  }
}

.contacts {
  padding: 40px 0 40px;
}

.contacts__social a {
  display: inline-block;
  background-image: url(../img/icon-social.png);
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  opacity: 0.9;
}

.contacts__social a:hover {
  opacity: 1;
}

.social-insta {
  background-position: 0 0;
}

.social-wa {
  background-position: -44px 0;
}

.social-vb {
  background-position: -88px 0;
}

.social-vk {
  background-position: -132px 0;
}

.social-fb {
  background-position: -176px 0;
}

.contacts__go {
  background: rgba(49, 66, 84, 0.07);
  border-radius: 0px 0px 6px 6px;
  padding: 30px;
}

.contacts__gotitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #314253;
  margin-bottom: 18px;
}

.step-list {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.step-list::before {
  content: '';
  position: absolute;
  height: 90%;
  border-left: 1px dashed #E04C4C;
  left: 9px;
  top: 5px;
  z-index: -1;
}

.step-list li {
  margin-bottom: 20px;
}

.step-list li span {
  color: #E04C4C;
  font-weight: 700;
}

.step-list .step-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19px;
  height: 21px;
  background: #E04C4C;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}

.footer__info.contacts__info a {
  color: #242121;
}

.footer__info.contacts__info a:hover {
  color: #E04C4C;
}

@media (max-width: 768px) {
  .contacts {
    padding: 40px 0 20px;
  }
  .contacts__go {
    margin-top: 30px;
  }
}

.cities {
  padding: 40px 0;
}

.cities__box a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  background: rgba(49, 66, 83, 0.07);
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 19px;
  text-align: center;
  color: #314253;
}

.cities__box a:hover {
  background: rgba(49, 66, 83, 0.17);
}

@media (max-width: 768px) {
  .cities {
    padding: 20px 0 40px;
  }
  .cities__box {
    text-align: center;
  }
  .cities__box a {
    margin-bottom: 12px;
  }
}

@media (max-width: 576px) {
  .cities__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .cities__box a {
    width: calc(50% - 5px);
    margin-right: 0;
  }
}

.works {
  padding: 40px 0;
}

.works__item {
  display: block;
  margin-bottom: 30px;
}

.works__item img {
  -webkit-box-shadow: 10px 15px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 15px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

@media (max-width: 768px) {
  .works__item {
    margin-bottom: 30px;
  }
}

.pagination {
  margin-top: 50px;
}

.page-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  gap: 10px;
}

.page-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  background: rgba(224, 76, 76, 0.1);
  border-radius: 6px;
  letter-spacing: 0.02em;
  color: #314253;
}

.page-item a.active, .page-item a:hover {
  background: #E04C4C;
  color: #fff;
}

/* YAMAP */
.ymap-container {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/yandex-map.jpg") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  margin-top: 40px;
}

#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 500px;
  cursor: pointer;
  background-color: transparent;
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after,
.loader:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.breadcrumbs span {
  margin: 0 3px;
}

.breadcrumbs {
  display: block;
  list-style: none;
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
}

.breadcrumbs li {
  display: inline-block;
  color: rgba(49, 66, 83, 0.4);
}

.breadcrumbs a {
  color: #314253;
}

.phone-call {
  width: 100px;
  height: 100px;
  right: 35px;
  bottom: 35px;
  background: #E04C4C;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 65px;
}

.phone-call.active {
  right: 350px;
}

.phone-call:before {
  position: absolute;
  content: '';
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #E04C4C;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1.8s ease-out;
          animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: .6;
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: .6;
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.circle-textbox {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E04C4C;
  color: #fff;
  font-size: 11px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  bottom: 0;
}

.circle-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 405px;
  max-width: 100%;
  height: 90px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  -webkit-box-shadow: 5px 10px 44px rgba(224, 76, 76, 0.15);
          box-shadow: 5px 10px 44px rgba(224, 76, 76, 0.15);
  border-radius: 8px;
  background: #fff;
  z-index: 9;
}

#modal-form.hide {
  display: none;
}

#modal__mssg {
  display: none;
}

#form-modalid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

#form-modalid input {
  width: 205px;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.12em;
}

#form-modalid input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #314253;
  opacity: 0.5;
}

#form-modalid input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #314253;
  opacity: 0.5;
}

#form-modalid input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #314253;
  opacity: 0.5;
}

#form-modalid input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #314253;
  opacity: 0.5;
}

#form-modalid input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #314253;
  opacity: 0.5;
}

.popup-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 50px;
  height: 50px;
  background: #E04C4C;
  border-radius: 6px;
}

.popup-btn::before {
  content: '';
  background: url(../img/icon-recall.svg) center no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.popup-btn:hover::before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

@media (max-width: 470px) {
  #modal-form {
    width: 80%;
  }
  .phone-call.active {
    right: auto;
    left: 15px;
  }
  #form-modalid {
    gap: 15px;
  }
  #form-modalid input {
    width: 170px;
    font-size: 14px;
  }
  #form-modalid input::-webkit-input-placeholder {
    font-size: 14px;
    text-align: center;
  }
  #form-modalid input::-moz-placeholder {
    font-size: 14px;
    text-align: center;
  }
  #form-modalid input:-ms-input-placeholder {
    font-size: 14px;
    text-align: center;
  }
  #form-modalid input::-ms-input-placeholder {
    font-size: 14px;
    text-align: center;
  }
  #form-modalid input::placeholder {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .phone-call {
    width: 80px;
    height: 80px;
  }
  .phone-call::before {
    width: 110px;
    height: 110px;
  }
  .circle-textbox {
    width: 80px;
    height: 80px;
  }
  #modal-form {
    height: 70px;
    padding-right: 10px;
  }
  #form-modalid {
    gap: 8px;
  }
  #form-modalid input {
    width: 150px;
    letter-spacing: 0.10em;
    font-size: 12px;
  }
  #form-modalid input::-webkit-input-placeholder {
    letter-spacing: 0.10em;
    font-size: 12px;
  }
  #form-modalid input::-moz-placeholder {
    letter-spacing: 0.10em;
    font-size: 12px;
  }
  #form-modalid input:-ms-input-placeholder {
    letter-spacing: 0.10em;
    font-size: 12px;
  }
  #form-modalid input::-ms-input-placeholder {
    letter-spacing: 0.10em;
    font-size: 12px;
  }
  #form-modalid input::placeholder {
    letter-spacing: 0.10em;
    font-size: 12px;
  }
}

.slider-wrap {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(#65FF6B), to(#32BA40));
  background: -o-linear-gradient(top, #65FF6B 0%, #32BA40 100%);
  background: linear-gradient(180deg, #65FF6B 0%, #32BA40 100%);
  border-radius: 8px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.swiper-button-prev {
  left: -60px;
}

.swiper-button-next {
  right: -60px;
}

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

.sitemap {
  padding: 60px 0 40px;
}

.sitemap .main-title {
  text-align: left;
}

.sitemap-list {
  list-style: none;
}

.sitemap-list > li {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #242121;
}

.sitemap-list li {
  margin-bottom: 15px;
}

.sitemap-list li a {
  color: #242121;
}

.sitemap-list li a:hover {
  color: #E04C4C;
}

.sitemap-sublist {
  margin-top: 10px;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding-left: 0;
}

.sitemap-sublist li {
  position: relative;
  padding-left: 36px;
}

.sitemap-sublist li::before {
  content: '';
  width: 10px;
  height: 5px;
  background: url(../img/sitemap-icon.svg) center no-repeat;
  position: absolute;
  left: 16px;
  top: 10px;
}

@media (max-width: 576px) {
  .sitemap-list > li {
    font-size: 21px;
  }
  .sitemap-sublist li {
    font-size: 16px;
  }
}

.footer {
  background: #314253;
  padding: 60px 0 0;
  position: relative;
  color: #fff;
}

.footer__row {
  margin-bottom: 45px;
}

a.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #242121;
  text-decoration: none;
  margin-bottom: 20px;
  background: #fff;
  padding: 18px 14px 18px 18px;
  border-radius: 6px;
  max-width: 235px;
}

a.footer__logo img {
  margin-top: 5px;
}

.footer__logotext {
  margin-left: 15px;
}

.footer__logotitle {
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 4px;
}

.footer__logodescr {
  font-size: 10px;
  line-height: 14px;
}

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

.footer__info li {
  position: relative;
  margin-bottom: 23px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.footer__info li span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
}

.footer__info li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 21px;
  height: 21px;
}

.finfo__geo::before {
  background: url(../img/icon-geo.png) center no-repeat;
}

.finfo__work::before {
  background: url(../img/icon-work.png) center no-repeat;
}

.finfo__phone {
  font-weight: 400;
}

.finfo__phone a {
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.finfo__phone a:hover {
  color: #e04c4c;
}

.finfo__phone::before {
  background: url(../img/icon-call.png) center no-repeat;
}

.finfo__mail a {
  color: #fff;
}

.finfo__mail a:hover {
  color: #e04c4c;
}

.finfo__mail::before {
  background: url(../img/icon-mail.png) center no-repeat;
}

.footer__title {
  font-family: 'Akrobat', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

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

.footer__list li {
  margin-bottom: 15px;
}

.footer__list li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.footer__list li a:hover {
  color: #e04c4c;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 0 31px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__blinks {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.footer__blinks a {
  color: #fff;
}

.footer__blinks a:hover {
  color: #e04c4c;
}

.footer__blinks a + a {
  margin-left: 30px;
}

.copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 576px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__row {
    margin-bottom: 30px;
  }
  .footer__bottom {
    padding: 17px 0 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__blinks {
    margin-bottom: 10px;
  }
  .footer__blinks a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .copy {
    text-align: center;
  }
}
