@import "https://fonts.googleapis.com/css?family=Roboto:400,900&display=swap&subset=cyrillic-ext" screen;

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none !important;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #526888;
}

input::-moz-placeholder {
  opacity: 1;
  color: #526888;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #526888;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #526888;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #526888;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #526888;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #15417d;
  font-family: "Roboto", Arial;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 1200px) {
  .row {
    margin: 0 -10px;
  }
}

.row .row {
  margin: -20px;
}

@media (max-width: 1200px) {
  .row .row {
    margin: -10px;
  }
}

.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: 20px;
}

@media (max-width: 1200px) {
  .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 {
    padding: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.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.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.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.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.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.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.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.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.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;
}

@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%;
  }
  .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.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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;
  }
}

@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%;
  }
  .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.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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;
  }
}

@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%;
  }
  .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.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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;
  }
}

@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%;
  }
  .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.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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;
  }
}

/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Arial;
  font-weight: bold;
}

.title-h1 {
  font-size: 54px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 576px) {
  .title-h1 {
    font-size: 30px;
  }
}

.title-h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .title-h2 {
    font-size: 30px;
  }
}

.title-h3 {
  color: #ff805b;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title-h4 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
}

hr {
  border: none;
  border-bottom: 1px dashed #92add3;
  display: block;
  margin: 30px 0 30px;
  height: 1px;
  background: none;
}

.cms_submit,
.button {
  display: inline-block;
  padding: 0 24px;
  /*height: 70px;*/
  line-height: 68px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #ff805b;
  color: #fff;
  background: #ff805b;
}

@media (max-width: 992px) {
  .cms_submit,
  .button {
    height: 60px;
    line-height: 58px;
  }
}

@media (max-width: 568px) {
  .cms_submit,
  .button {
    width: 100%;
  }
}

.cms_submit:hover,
.button:hover {
  color: #fff;
  border-color: #15417d;
  background: #15417d;
}

.cms_submit--sm,
.button--sm {
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .cms_submit--sm,
  .button--sm {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 15px;
  }
}

.cms_submit--blue,
.button--blue {
  background: #15417d;
  border-color: #15417d;
}

.cms_submit--blue:hover,
.button--blue:hover {
  color: #15417d;
  border-color: #ff805b;
  background: #fff;
}

.cms_submit--transparent,
.button--transparent {
  background: transparent;
  color: #ff805b;
}

.cms_submit--hw:hover,
.button--hw:hover {
  color: #ff805b;
  background: #fff;
  border-color: #fff;
}

.cms_submit .fi,
.button .fi {
  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;
}

.cms_submit .fi::before,
.button .fi::before {
  margin-right: 15px;
}

.cms_submit .icon-info::before,
.button .icon-info::before {
  font-size: 24px;
}

.cms_submit .icon-phone::before,
.button .icon-phone::before {
  font-size: 23px;
}

.cms_submit .icon-mail1::before,
.button .icon-mail1::before {
  font-size: 17px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-lg {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 992px) {
  .section-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .section-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-m {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 25px;
}

.section-title .title-h3,
.section-title .title-h2 {
  margin-bottom: 0;
}

.section-outer {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .section-outer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-outer-md {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .section-outer-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-outer-sm {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .section-outer-sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 18px;
  line-height: 28px;
}

.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "Roboto";
  font-weight: normal;
}

.typography h1 {
  font-size: 58px;
}

@media (max-width: 992px) {
  .typography h1 {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .typography h1 {
    font-size: 40px;
  }
}

.typography h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 900;
}

.typography h2:first-child {
  margin-top: 0;
}

@media (max-width: 576px) {
  .typography h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}

.typography h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin: 0 0 30px;
}

@media (max-width: 576px) {
  .typography h3 {
    font-size: 18px;
  }
}

.typography h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin: 0 0 20px;
}

.typography P {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}

.typography P:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .typography P {
    font-size: 16px;
    line-height: 1.5;
  }
}

.typography img {
  max-width: 100%;
}

.typography a:not(.button) {
  color: #15417d;
}

.typography a:not(.button):hover {
  color: #000;
}

.typography ul {
  margin-bottom: 15px;
}

.typography ul li {
  font-size: 18px;
  line-height: 28px;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}

.typography ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .typography ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  background: url(../../images/icon-check-round.svg) center no-repeat;
}

.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol li {
  font-size: 18px;
  line-height: 28px;
  padding-left: 26px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 576px) {
  .typography ol li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography table {
  width: 100%;
  border: 1px solid #dbe8e3;
  font-size: 17px;
  line-height: 25px;
}

@media (max-width: 576px) {
  .typography table {
    font-size: 15px;
    line-height: 20px;
  }
}

.typography table th {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px dashed #92add3;
  padding: 0 10px 25px;
}

@media (max-width: 992px) {
  .typography table th {
    font-size: 14px;
  }
}

.typography table th:first-child {
  padding-left: 0;
}

.typography table td {
  height: 70px;
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px dashed #92add3;
  padding: 10px;
}

.typography table td:first-child {
  padding-left: 0;
}

@media (max-width: 992px) {
  .typography table td {
    font-size: 14px;
  }
}

.table-scroll {
  overflow: auto;
}

@media (max-width: 568px) {
  .table-scroll {
    padding-bottom: 50px;
    background: url(../../images/icon-hscroll.svg) center bottom no-repeat;
    background-size: 32px 32px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 576px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb__sepor {
  margin: 0 14px;
  font-size: 7px;
  position: relative;
  bottom: 1px;
}

@media (max-width: 576px) {
  .breadcrumb__sepor {
    font-size: 8px;
  }
}

.breadcrumb__link {
  white-space: nowrap;
  color: #fff;
}

.breadcrumb__link:hover {
  color: #ff805b;
}

.page-content {
  min-height: 100%;
}

.page-content--inner {
  padding-top: 50px;
}

.pgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.pgn__item {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  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;
  font-size: 17px;
  color: #15417d;
  margin: 0 10px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .pgn__item {
    font-size: 16px;
    margin: 0 7px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.pgn__item:hover {
  color: #fff;
  background-color: #15417d;
}

.pgn__item.active {
  color: #fff;
  background-color: #15417d;
}

.pgn__nav {
  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: 54px;
  height: 54px;
  border-radius: 50%;
  font-weight: normal;
  font-size: 14px;
  color: #15417d;
  background-color: #fff;
}

@media (max-width: 992px) {
  .pgn__nav {
    width: 40px;
    height: 40px;
  }
}

.pgn__nav:hover {
  color: #fff;
  background-color: #15417d;
}

.pgn__nav--disable {
  color: #b2b2b2;
}

.pgn__nav--disable:hover {
  color: #b2b2b2;
  background-color: #fff;
}

.pgn__nav:first-child {
  margin-right: 7px;
}

.pgn__nav:last-child {
  margin-left: 7px;
}

.tabs__header {
  display: inline-block;
}

@media (max-width: 992px) {
  .tabs__header {
    display: block;
  }
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}

.tabs__box-title {
  display: none;
}

.tabs__hint {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .tabs__hint {
    font-size: 16px;
    line-height: 1.4;
  }
}

.tabs__item {
  cursor: pointer;
}

.tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  border: 1px dashed #cfdced;
  background: #fff;
  margin-bottom: 40px;
  color: #ff805b;
}

@media (max-width: 992px) {
  .tabs-header {
    width: 100%;
  }
}

.tabs-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 55px;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
  border-left: 1px dashed #cfdced;
  cursor: pointer;
}

@media (max-width: 992px) {
  .tabs-header__item {
    font-size: 16px;
    width: 100%;
  }
}

.tabs-header__item:first-child {
  border-left: none;
}

.tabs-header__item.active {
  color: #fff;
  background: #15417d;
}

.drop-list {
  position: relative;
}

.drop-list__title {
  cursor: pointer;
  font-size: 16px;
  padding-right: 25px;
  background: url(../../images/icon-chevron-down.svg) right center no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.drop-list__dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: -1px;
  min-width: 100%;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
}

.drop-list__dropdown li {
  cursor: pointer;
  white-space: nowrap;
}

.drop-list__dropdown li:hover {
  color: #fff;
  background: #15417d;
}

.drop-list__dropdown a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: none;
  transition: none;
}

.forms h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
}

.forms__label,
.forms label {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  font-size: 18px;
  text-align: left;
  color: #15417d;
  border-radius: 8px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e7e7e8;
}

@media (max-width: 1200px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    padding: 0 20px;
  }
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 115px;
}

.forms__range-group {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e7e7e8;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 20px;
}

.forms__range-group span {
  white-space: nowrap;
}

.forms__range-group input[type="text"] {
  background: none;
  border: none;
  height: 53px;
  font-size: 20px;
  text-align: center;
}

.forms .jq-selectbox {
  width: 100%;
}

.forms__field, .forms__col {
  position: relative;
}

.forms .row {
  padding: 0 10px;
}

.forms .row .forms__col {
  margin: 0 -10px;
}

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.forms__check .jq-checkbox {
  margin-right: 15px;
}

.forms__radio .jq-radio {
  margin-right: 15px;
}

.forms__buttons {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.forms__buttons .button,
.forms__buttons input[type="submit"],
.forms__buttons input[type="reset"] {
  width: 250px;
}

.forms__hint {
  font-size: 18px;
  line-height: 24px;
}

.forms__hint a {
  text-decoration: underline;
}

.forms__hint a:hover {
  text-decoration: none;
}

.forms .st {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5;
}

.forms .required {
  position: relative;
}

.forms .required::before {
  content: '*';
  color: #ff805b;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.check-list__item {
  margin-bottom: 12px;
}

.check-list__item:last-child {
  margin-bottom: 0;
}

.form-field {
  margin-bottom: 20px;
}

.error {
  background: #feeded !important;
}

.burger-btn {
  position: relative;
  display: block;
  width: 27px;
  height: 22px;
  border-top: 2px solid #ff805b;
  border-bottom: 2px solid #ff805b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.burger-btn::after {
  content: '';
  left: 0;
  display: block;
  width: 27px;
  height: 2px;
  background: #ff805b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 8px;
}

.burger-btn:hover {
  border-color: #15417d;
}

.burger-btn:hover:after {
  background: #15417d;
}

.close-btn {
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
}

.close-btn::before, .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 2px;
  background-color: #ff805b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::before, .close-btn:hover::after {
  background-color: #ff805b;
}

.close-btn:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn--gray::before, .close-btn--gray::after {
  background-color: #b2b2b2;
}

.close-btn-lg {
  width: 46px;
  height: 46px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
}

.close-btn-lg::before, .close-btn-lg::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 2px;
  background-color: #ff805b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-btn-lg::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn-lg::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn-lg:hover::before, .close-btn-lg:hover::after {
  background-color: #fff;
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #183967;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .fix-scroll {
    height: auto !important;
  }
}

.fix-scroll--bottom .fix-scroll__fly.fixed {
  top: auto;
  bottom: 0;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.next-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../../images/toggle-arrow-down.svg) center no-repeat;
}

.next-toggle.open::after {
  background: url(../../images/toggle-arrow-up.svg) center no-repeat;
}

.more-link {
  color: #15417d;
}

.more-link:hover {
  color: #15417d;
}

.more-link::after {
  content: "\e902";
  font: 10px 'fonticon';
  margin-left: 12px;
}

.white-box {
  position: relative;
  height: 100%;
  padding: 35px 45px;
  border-radius: 15px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .white-box {
    padding: 35px 30px;
  }
}

@media (max-width: 568px) {
  .white-box {
    padding: 35px 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.counter {
  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;
  width: 125px;
  height: 40px;
  border-radius: 30px;
  background-color: #f7f9fc;
  padding: 6px;
}

.counter__btn {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.counter__btn--down {
  background-image: url(../../images/icon-minus.svg);
}

.counter__btn--up {
  background-image: url(../../images/icon-plus.svg);
}

.counter__text {
  width: 40px;
  display: block;
  border: none;
  background: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 568px) {
  .counter__text {
    width: 40px;
  }
}

.del-btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  border: none;
  background: none;
  display: inline-block;
  text-indent: 1000px;
}

.del-btn::before, .del-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: #15417d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.del-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.del-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.del-btn:hover::before, .del-btn:hover::after {
  background-color: #15417d;
}

.del-btn:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.del-btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* plugins */
.fancybox-is-open .fancybox-bg {
  background: #183967;
  opacity: 0.9;
}

.slick-dots {
  position: absolute;
  bottom: 122px;
  left: calc((100vw - 1380px)/2 + 50px);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1360px) {
  .slick-dots {
    left: 40px;
  }
}

@media (max-width: 1200px) {
  .slick-dots {
    left: 0;
    right: 0;
    bottom: 40px;
  }
}

.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.3;
}

.slick-dots li::before {
  display: none;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots button {
  width: 15px;
  height: 15px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  bottom: 115px;
  right: calc((100vw - 1380px)/2 + 80px);
  z-index: 100;
  width: 60px;
  height: 60px;
  border: 1px solid #ff805b;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  color: #fff;
  background: none;
}

@media (max-width: 1360px) {
  .slick-arrow {
    right: 40px;
  }
}

.slick-arrow:hover::before {
  background-color: #ff805b;
}

.slick-arrow::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  font-family: 'fonticon' !important;
  font-size: 18px;
  text-indent: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-prev {
  margin-right: 90px;
}

.slick-prev::before {
  content: "\e902";
}

.slick-next::before {
  content: "\e903";
}

.slick-disabled::before {
  color: #000 !important;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.slick-slide > div > div {
  display: block !important;
}

.h-space-20 {
  height: 20px;
}

@media (max-width: 992px) {
  .lg-hide {
    display: none;
  }
}

.round-box {
  border-radius: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
          box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
  margin: 0 -195px;
  padding: 0 195px;
}

@media (max-width: 1200px) {
  .round-box {
    border-radius: 0;
  }
}

/* support class style */
.clear {
  clear: both;
  float: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp_none {
  display: none;
}

.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

@media (max-width: 1360px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}

.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

.mt-30 {
  margin-top: 30px !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.lgray-bg {
  background-color: #f7f9fc;
}

.gray-bg {
  background-color: #b2b2b2;
}

.blue-bg {
  background-color: #15417d;
}

.orange-bg {
  background-color: #ff805b;
}

.blue-link {
  color: #15417d;
}

.blue-link:hover {
  color: #15417d;
}

.clr-blue {
  color: #15417d;
}

.clr-blue {
  color: #15417d;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #b2b2b2;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 30px;
}

.top-space {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-45 {
  padding-top: 45px;
}

.spacer {
  height: 40px;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1360px;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* page content */
/* header */
.header {
  color: #fff;
}

.header__wrap {
  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;
  position: relative;
  z-index: 1000;
  height: 225px;
}

@media (max-width: 992px) {
  .header__wrap {
    padding-top: 40px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .header__wrap {
    height: 140px;
  }
}

.header__wrap.fixed {
  position: fixed;
  left: 50%;
  margin-left: -660px;
  width: 1320px;
  top: 0;
  background: #15417d;
  padding: 0 20px
}

@media (max-width: 1360px) {
  .header__wrap.fixed {
    left: 20px;
    right: 20px;
    margin-left: 0;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .header__wrap.fixed {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 992px) {
  .header__wrap.fixed {
    left: 0;
    right: 0;
  }
}

.header .container {
  height: 234px;
}

@media (max-width: 992px) {
  .header .container {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .header .container {
    height: 140px;
  }
}

.header__logo {
  width: 25%;
}

@media (max-width: 1600px) {
  .header__logo {
    width: 20%;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 30%;
  }
}

.header__phones {
  margin-left: -60px;
}

@media (max-width: 992px) {
  .header__phones {
    position: absolute;
    top: 10px;
    left: 0;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .header__contacts {
    position: absolute;
    right: 0;
    top: 8px;
  }
}

@media (max-width: 767px) {
  .header__action {
    display: none;
  }
}

.header__action .button {
  white-space: nowrap;
}

.header__action .button:hover {
  color: #15417d;
  background: #fff;
}

.header__burger {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
}

@media (max-width: 767px) {
  .header__burger {
    display: block;
  }
}

.header__nav {
  position: relative;
  width: 40%;
}

@media (max-width: 992px) {
  .header__nav {
    width: 70%;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 2px;
  width: 75%;
  padding-left: 10px;
}

@media (max-width: 1600px) {
  .header__right {
    width: 80%;
    position: static;
  }
}

@media (max-width: 992px) {
  .header__right {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .header__right {
    padding-right: 60px;
    width: auto;
  }
}

.h-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-logo img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .h-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-phone__num {
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .h-phone__num {
    font-size: 16px;
    margin-bottom: 13px;
  }
}

@media (max-width: 992px) {
  .h-phone__num {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 568px) {
  .h-phone__num:last-child {
    display: none;
  }
}

.h-contacts {
  font-size: 16px;
}

@media (max-width: 992px) {
  .h-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
}

.h-contacts__item {
  margin-bottom: 14px;
}

@media (max-width: 992px) {
  .h-contacts__item {
    margin-bottom: 0;
    overflow: hidden;
    width: 20px;
    white-space: nowrap;
    margin-left: 8px;
  }
}

.h-contacts__item:last-child {
  margin-bottom: 0;
}

.h-contacts__item a:hover {
  color: #ff805b;
}

.h-contacts .fi:before {
  width: 15px;
  margin-right: 9px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.h-contacts .icon-phone::before {
  font-size: 15px;
}

@media (max-width: 992px) {
  .h-contacts .icon-phone::before {
    font-size: 18px;
    position: relative;
    top: -1px;
  }
}

.h-contacts .icon-mail1::before {
  font-size: 11px;
}

@media (max-width: 992px) {
  .h-contacts .icon-mail1::before {
    font-size: 14px;
  }
}

.h-soc {
  text-align: right;
}

@media (max-width: 992px) {
  .h-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-soc__item {
  margin-left: 5px;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .h-soc__item {
    opacity: 1;
    margin-left: 13px;
  }
}

.h-soc__item:hover {
  opacity: 1;
}

.h-soc .icon-whatsapp::before {
  font-size: 20px;
}

.h-soc .icon-viber::before {
  font-size: 21px;
}

.h-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -12px;
}

.h-nav__item {
  width: 50%;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .h-nav__item {
    margin-bottom: 7px;
  }
}

.h-nav__item--mob {
  display: none;
}

.h-nav__link {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .h-nav__link {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .h-nav__link {
    font-weight: normal;
  }
}

.h-nav__link.active, .h-nav__link:hover {
  color: #ff805b;
}

.h-nav__close {
  display: none;
}

@media (max-width: 767px) {
  .h-nav__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.h-nav__subn {
  display: none;
}

@media (max-width: 767px) {
  .h-nav {
    position: fixed;
    left: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    z-index: 2001;
    padding: 65px 0 0 0;
    background: #fff;
    z-index: 10000;
    overflow: auto;
  }
  .h-nav::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: 152px;
    height: 24px;
    background: url(../../images/logo-text.svg) center no-repeat;
    background-size: contain;
  }
  .h-nav__wrap {
    display: block;
    background: none;
    height: auto;
    padding: 0;
    border-top: 1px solid #e1e1e1;
  }
  .h-nav__item {
    display: block;
    width: auto;
    margin: 0;
  }
  .h-nav__item--mob {
    display: none;
  }
  .h-nav__link {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    max-width: 100%;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    height: 60px;
    color: #15417d;
  }
  .h-nav__link.active, .h-nav__link:hover {
    color: #ff805b;
  }
  .h-nav__link::after {
    display: none !important;
  }
  .h-nav__link--toggle {
    position: relative;
  }
  .h-nav__link--toggle::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDEwIDE4Ij48Zz48Zz48cGF0aCBmaWxsPSIjMTU0MTdkIiBkPSJNLjM4NiAxNS42OWExLjM4IDEuMzggMCAwIDAgMCAxLjkxNCAxLjI5MyAxLjI5MyAwIDAgMCAxLjg2MyAwbDcuMzY1LTcuNjQ2YTEuMzgxIDEuMzgxIDAgMCAwIDAtMS45MTVMMi4yNS4zOTdhMS4yOTIgMS4yOTIgMCAwIDAtMS44NjMgMCAxLjM4IDEuMzggMCAwIDAgMCAxLjkxNGw2LjA0IDYuNjl6Ii8+PC9nPjwvZz48L3N2Zz4=);
  }
  .h-nav__link--toggle.open::before {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .h-nav__link.open ~ .h-nav__subn {
    display: block;
  }
}

@media (max-width: 992px) {
  .sub-nav {
    border-bottom: 1px solid #e1e1e1;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .sub-nav__item {
    border-bottom: 1px solid #e1e1e1;
  }
}

@media (max-width: 992px) {
  .sub-nav__item:last-child {
    border-bottom: none;
  }
  .sub-nav__link {
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    padding: 0 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    height: 60px;
    color: #15417d;
  }
}

.mob-order-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  background: #ff805b;
  color: #fff;
  font-weight: bold;
  display: block;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.full-nav-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #15417d;
  z-index: 999;
  padding-top: 255px;
  display: none;
}

@media (max-width: 1600px) {
  .full-nav-box {
    padding-top: 230px;
  }
}

@media (max-width: 1200px) {
  .full-nav-box__doc {
    display: none;
  }
}

.full-nav-box__close {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
}

.full-nav {
  -webkit-columns: 2;
          columns: 2;
}

.full-nav__group {
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}

@media (max-width: 1600px) {
  .full-nav__group {
    margin-bottom: 25px;
  }
}

.full-nav-group__title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .full-nav-group__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.full-nav-group__item {
  line-height: 30px;
  font-size: 18px;
}

@media (max-width: 1600px) {
  .full-nav-group__item {
    line-height: 1.4;
    font-size: 16px;
  }
}

.full-nav-group__link:hover {
  color: #ff805b;
}

.full-nav-group__more {
  margin-top: 30px;
  font-weight: 900;
}

/* pages */
.page-header {
  margin-top: -234px;
  background: url(../../images/page-header-bg.jpg) #183967 center no-repeat;
  background-size: cover;
  position: relative;
  height: 476px;
}

@media (max-width: 992px) {
  .page-header {
    margin-top: -180px;
  }
}

@media (max-width: 767px) {
  .page-header {
    height: auto;
    margin-top: -140px;
    padding-top: 150px;
    padding-bottom: 30px;
  }
}

.page-header__wrap {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .page-header__wrap {
    position: static;
  }
}

.page-header .title-h1 {
  margin-bottom: -10px;
}

.page-nav {
  margin-top: 40px;
  margin-bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .page-nav {
    display: none;
  }
}

.page-nav__link {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 992px) {
  .page-nav__link {
    font-size: 18px;
  }
}

.page-nav__link:hover {
  color: #ff805b;
}

.doc-link {
  display: inline-block;
  font-size: 14px;
  color: #92add3;
}

.doc-link span {
  line-height: 22px;
  text-decoration: underline;
}

.doc-link:hover {
  color: #ff805b;
}

.doc-link:hover span {
  text-decoration: none;
}

.doc-link::before {
  display: block;
  font-size: 41px;
  margin-bottom: 20px;
}

.promo-slider {
  background: #15417d;
  height: auto;
}

@media (max-width: 767px) {
  .promo-slider {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.promo-slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.promo-slider .container {
  height: 1000px;
  position: relative;
  min-height: 700px;
}

@media (max-width: 1600px) {
  .promo-slider .container {
    height: 100vh;
  }
}

@media (max-width: 992px) {
  .promo-slider .container {
    min-height: 0;
  }
}

.promo-slider__wrap {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 85px;
}

@media (max-width: 1200px) {
  .promo-slider__wrap {
    left: 30px;
    right: 30px;
  }
}

@media (max-width: 992px) {
  .promo-slider__wrap {
    bottom: 120px;
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .promo-slider__wrap {
    bottom: 100px;
  }
}

.promo-slider__title {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1600px) {
  .promo-slider__title {
    font-size: 70px;
  }
}

@media (max-width: 992px) {
  .promo-slider__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .promo-slider__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.promo-slider__descr {
  max-width: 730px;
  font-size: 35px;
  line-height: 54px;
  color: #ff805b;
}

@media (max-width: 1360px) {
  .promo-slider__descr {
    font-size: 32px;
    line-height: 1.4;
  }
}

@media (max-width: 1200px) {
  .promo-slider__descr {
    max-width: 100%;
    padding: 0 220px 0 30px;
  }
}

@media (max-width: 992px) {
  .promo-slider__descr {
    text-align: center;
    font-size: 30px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .promo-slider__descr {
    font-size: 18px;
  }
}

.intro {
  font-size: 28px;
  font-weight: 400;
  line-height: 43px;
  margin-top: -9px;
}

@media (max-width: 1200px) {
  .intro {
    font-size: 20px;
    line-height: 1.5;
margin-top:0px;
  }
}

.services {
  padding: 20px 0 0 0;
}

.service-card {
  border-radius: 3px;
  display: block;
  border: 1px dashed #cfdced;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-bottom: 125px;
  position: relative;
}

.service-card:hover {
  border: 1px solid #15417d;
  background: #15417d;
}

.service-card:hover .service-card__hover {
  height: 220px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .service-card:hover .service-card__hover {
    height: 210px;
  }
}

.service-card:hover .service-card__photo {
  opacity: 0;
}

.service-card:hover .service-card__title {
  position: absolute;
  bottom: calc(100% - 125px);
  color: #fff;
}

.service-card:hover .service-card__title:hover {
  color: #ff805b;
}

.service-card__photo {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: -1px -1px 0 -1px;
}

.service-card__photo img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.service-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
  padding: 0 60px 0 40px;
  font-size: 22px;
  font-weight: 900;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .service-card__title {
    padding: 0 40px 0 20px;
  }
}

.service-card__title::before {
  content: '\e903';
  font-family: 'fonticon';
  font-size: 15px;
  font-weight: normal;
  color: #ff805b;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -7.5px;
}

@media (max-width: 1200px) {
  .service-card__title::before {
    right: 20px;
  }
}

.service-card__descr {
  color: #92add3;
  font-size: 16px;
  height: 120px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;line-height: 22px;
}

@media (max-width: 1200px) {
  .service-card__descr {
    font-size: 14px;
    height: 110px;
  }
}

.service-card__hover {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 40px 40px 40px;
}

@media (max-width: 1200px) {
  .service-card__hover {
    padding: 0 20px 20px;
  }
}

.stat-box {
  height: 728px;
  position: relative;
  background: #15417d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media (max-width: 1200px) {
  .stat-box {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .stat-box {
    height: auto;
  }
}

.stat-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/dotted-map.png) center no-repeat;
  opacity: 0.13;
}

.stat-box::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: calc(100vw / 2 - 230px);
  bottom: -97px;
  width: 286px;
  height: 286px;
  background: url(../../images/page-decor-1.svg) center no-repeat;
}

@media (max-width: 992px) {
  .stat-box::after {
    display: none;
  }
}

.stat-box__wrap {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .stat-box__wrap {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .stat-box__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .stat-box__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.stat-box__title {
  margin-bottom: 165px;
}

@media (max-width: 992px) {
  .stat-box__title {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .stat-box__doc {
    display: none;
  }
}

.stat-box__list {
  margin: -35px 0 -10px;
}

.stat-box__item {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .stat-box__item {
    text-align: center;
    margin-bottom: 0;
  }
}

.stat-item__val {
  font-size: 59px;
  font-weight: 900;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .stat-item__val {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .stat-item__val {
    font-size: 30px;
    margin-bottom: 5px;
  }
}

.stat-item__descr {
  font-size: 18px;
  line-height: 25px;
  max-width: 250px;
}

@media (max-width: 1200px) {
  .stat-item__descr {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .stat-item__descr {
    margin: 0 auto;
    font-size: 16px;
  }
}

.why-list {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

.why-list__item {
  width: 20%;
  padding: 20px;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .why-list__item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .why-list__item {
    width: 50%;
  }
}

.why-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin-bottom: 25px;
  padding-left: 10px;
}

.why-card__icon img {
  max-width: 100%;
}

.why-card__title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
}

.why-card__descr {
  font-size: 18px;
  line-height: 24px;
}

.about-section {
  background: url(../../images/box-bg-1.jpg) center no-repeat;
}

@media (max-width: 992px) {
  .about-section {
    background-size: cover;
  }
}

.about-section__title {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  margin: 110px 0 80px;
}

@media (max-width: 992px) {
  .about-section__title {
    margin: 60px 0 40px;
  }
}

.about-section__wrap {
  min-height: 640px;
  position: relative;
}

@media (max-width: 992px) {
  .about-section__wrap {
    min-height: 0;
    margin-bottom: -50px;
  }
}

.about-info {
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: 0;
  right: 0;
  background: url(../../images/icon-i.svg) #15417d right 50px top 50px no-repeat;
  color: #fff;
  padding: 80px 110px 140px;
}

@media (max-width: 1200px) {
  .about-info {
    padding: 40px 40px 100px;
  }
}

@media (max-width: 992px) {
  .about-info {
    position: static;
  }
}

@media (max-width: 568px) {
  .about-info {
    background-position: right 20px top 20px;
    padding: 30px;
  }
}

.about-info__nav {
  position: absolute;
  left: 110px;
  right: 40px;
  bottom: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .about-info__nav {
    bottom: 40px;
    left: 40px;
  }
}

@media (max-width: 568px) {
  .about-info__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    margin-top: 40px;
  }
}

.about-info__nav .fi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 900;
  color: #ff805b;
  margin-right: 45px;
}

@media (max-width: 568px) {
  .about-info__nav .fi {
    margin-bottom: 15px;
  }
}

.about-info__nav .fi:last-child {
  margin-right: 0;
}

.about-info__nav .fi:hover {
  color: #fff;
}

.about-info__nav .fi::before {
  margin-right: 15px;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 85px;
  padding: 0 30px;
}

@media (max-width: 1600px) {
  .steps {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .steps {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 -30px;
  }
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .steps__item {
    width: 33.33%;
    margin-bottom: 30px;
  }
}

.steps__sepor {
  margin-top: 40px;
}

.step-card {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}

.step-card__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;
  height: 116px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .step-card__icon {
    margin-bottom: 0;
  }
}

.step-card__icon img {
  display: block;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .step-card__icon img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.step-card__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

@media (max-width: 1200px) {
  .step-card__title {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 992px) {
  .step-card__title {
    font-size: 16px;
  }
}

.faq-list {
  margin-top: -20px;
  margin-bottom: 90px;
}

@media (max-width: 992px) {
  .faq-list {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.faq-list__item {
  margin-bottom: 10px;
}

.faq-list__item:last-child {
  margin-bottom: 0;
}

.faq-action {
  margin-bottom: -15px;
}

@media (max-width: 992px) {
  .faq-action {
    margin-bottom: 0;
  }
}

.faq-action .button {
  width: 290px;
  margin-right: 40px;
}

@media (max-width: 567px) {
  .faq-action .button {
    width: 100%;
    margin: 0 0 20px;
  }
}

.faq-action .button:last-child {
  margin: 0;
}

.faq-card {
  border: 1px dashed #cfdced;
  background-color: #fff;
}

.faq-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  border-radius: 3px;
  padding: 0 40px 0 110px;
  font-size: 20px;
  background: url(../../images/icon-plus.svg) 57px center no-repeat;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 567px) {
  .faq-card__title {
    font-size: 18px;
    background-position: 20px center;
    padding: 15px 20px 15px 50px;
    height: auto;
    min-height: 86px;
  }
}

.faq-card__title:hover {
  color: #ff805b;
}

.faq-card__title.open {
  color: #ff805b;
  background-image: url(../../images/icon-minus.svg);
}

.faq-card__descr {
  display: none;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 40px 30px 110px;
}

@media (max-width: 567px) {
  .faq-card__descr {
    padding: 0 20px 20px 50px;
    font-size: 16px;
  }
}

.calc-form-box {
  position: relative;
}

.calc-form-box::before {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: calc(100vw / 2 - 259px);
  bottom: -40px;
  width: 286px;
  height: 286px;
  background: url(../../images/page-decor-3.svg) center no-repeat;
  z-index: 1;
}

@media (max-width: 992px) {
  .calc-form-box::before {
    display: none;
  }
}

.calc-form-box::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: calc(100vw / 2 - 463px);
  top: 98px;
  width: 286px;
  height: 286px;
  opacity: 0.5;
  background: url(../../images/page-decor-2.svg) center no-repeat;
}

@media (max-width: 992px) {
  .calc-form-box::after {
    display: none;
  }
}

.calc-form-box.decor-pos-2::before {
  bottom: 60px;
}

.calc-form {
  margin-top: 50px;
  color: #fff;
  position: relative;
  z-index: 999;
}

.calc-form .button {
  width: 290px;
}

@media (max-width: 567px) {
  .calc-form .button {
    width: 100%;
  }
}

.content-page {
  padding: 40px 0;
}

.case-page__gal {
  padding-top: 50px;
  padding-bottom: 10px;
}

.case-page__param {
  margin-top: 35px;
  margin-bottom: 25px;
}

.case-page__footer {
  margin-top: 10px;
}

.case-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .case-param {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.case-param__item {
  margin-right: 40px;
  margin-bottom: 45px;
  width:30%;
}

@media (max-width: 767px) {
  .case-param__item {
    margin-right: 0;
  }
}

.case-param__item:last-child {
  margin-right: 0;
}

.param-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .param-card {
    display: block;
    text-align: center;
  }
}

.param-card__icon {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .param-card__icon {
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.param-card__icon img {
  display: block;
}

.param-card__descr {
  font-size: 18px;
  line-height: 22px;
}

.param-card__ttl {
  margin-bottom: 5px;
}

.param-card__val {
  font-weight: 900;
}

.case-footer {
  padding: 70px 0 0 0;
  position: relative;
}

.case-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  right: 0;
  border-bottom: 1px dashed #92add3;
  display: block;
  height: 1px;
}

@media (max-width: 767px) {
  .case-footer::before {
    left: 0;
  }
}

.case-footer .typography {
  margin-bottom: 60px;
}

.case-footer .button {
  width: 100%;
  white-space: nowrap;
  padding: 0 10px;
}

@media (max-width: 1200px) {
  .case-footer .button {
    font-size: 18px;
  }
}

.photo {
  position: relative;
  padding: 10px;
  margin: -10px;
  border: 1px dashed #cfdced;
  border-radius: 3px;
}

@media (max-width: 1200px) {
  .photo {
    margin: 0;
  }
}

.photo img {
  display: block;
  width: 100%;
}

.info-box {
  background: #15417d;
  color: #fff;
}

.info-box__wrap {
  padding: 60px 80px;
  background: url(../../images/icon-i.svg) right 50px top 50px no-repeat;
}

@media (max-width: 992px) {
  .info-box__wrap {
    padding: 40px 40px 40px 30px;
    background-position: right 20px top 20px;
  }
}

.info-box__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff805b;
  font-size: 18px;
  font-weight: 900;
  margin-top: 30px;
}

.info-box__more:hover {
  color: #fff;
}

.info-box__more::before {
  margin-right: 15px;
  font-size: 19px;
  position: relative;
  top: -1px;
}

.info-list {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .info-list {
    font-size: 18px;
    line-height: 1.4;
  }
}

.info-list li {
  margin-bottom: 5px;
  padding-left: 32px;
  background: url(../../images/chevron-right.svg) left 9px no-repeat;
  background-size: 5px 9px;
}

.info-list li:last-child {
  margin-bottom: 0;
}

.info-list li:before {background:none !important}

.side-nav-box {
  padding-top: 4px;
}

@media (max-width: 992px) {
  .side-nav-box {
    margin-bottom: 40px;
  }
}

.side-nav-box__title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 36px;
}

.side-nav__title {
  display: none;
}

@media (max-width: 992px) {
  .side-nav__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    font-size: 18px;
    font-weight: 900;
    background: #183967;
    color: #fff;
    padding: 0 20px;
    position: relative;
  }
  .side-nav__title::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDEwIDE4Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjM4NiAxNS42OWExLjM4IDEuMzggMCAwIDAgMCAxLjkxNCAxLjI5MyAxLjI5MyAwIDAgMCAxLjg2MyAwbDcuMzY1LTcuNjQ2YTEuMzgxIDEuMzgxIDAgMCAwIDAtMS45MTVMMi4yNS4zOTdhMS4yOTIgMS4yOTIgMCAwIDAtMS44NjMgMCAxLjM4IDEuMzggMCAwIDAgMCAxLjkxNGw2LjA0IDYuNjl6Ii8+PC9nPjwvZz48L3N2Zz4=);
  }
  .side-nav__title.open::before {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@media (max-width: 992px) {
  .side-nav__wrap {
    display: none;
    padding: 20px 20px 0 20px;
  }
}

.side-nav__item {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .side-nav__item:last-child {
    margin-bottom: 0;
  }
}

.side-nav__link {
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  color: #ff805b;
}

@media (max-width: 992px) {
  .side-nav__link {
    font-weight: 700;
    font-size: 18px;
  }
}

.side-nav__link.active, .side-nav__link:hover {
  color: #15417d;
}

.dotted-map {
  margin: 40px calc( (100vw - 1380px) / 2 * -1);
}

@media (max-width: 1380px) {
  .dotted-map {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .dotted-map {
    display: none;
  }
}

.dotted-map img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.delivery-info-list {
  margin: 10px 0;
}

.delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-start;
  height: 160px;
  border-radius: 3px;
  border: 1px dashed #cfdced;
  padding: 45px 40px 35px 40px;
  position: relative;
}

@media (max-width: 1024px) {
  .delivery-info {
    padding: 25px 40px;
  }
}

@media (max-width: 767px) {
  .delivery-info {
    height: auto;
    padding: 40px 20px 25px;
    margin-bottom: 10px;
  }
}

.delivery-info::before {
  content: '';
  position: absolute;
  top: -31px;
  left: 33px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px dashed #cfdced;
  background: url(../../images/icon-check-round.svg) #fff center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .delivery-info::before {
    left: 25px;
    top: -21px;
  }
}

.delivery-info__title {
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .delivery-info__title {
    font-size: 16px;
    line-height: 1.3;
  }
}

.info-table {
  width: 100%;
}

.info-table th {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px dashed #92add3;
  padding: 0 10px 25px;
}

@media (max-width: 992px) {
  .info-table th {
    font-size: 14px;
  }
}

.info-table th:first-child {
  padding-left: 0;
}

.info-table td {
  height: 50px;
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px dashed #92add3;
  padding: 10px;
}

.info-table td:first-child {
  padding-left: 0;
}

@media (max-width: 992px) {
  .info-table td {
    font-size: 14px;
  }
}

.info-table__hint {
  opacity: 0.5;
}

.info-table__hint td {
  font-weight: normal;
}

.info-table__hint:last-child td {
  border-bottom: none;
}

.route {
  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;
  padding: 0 100px 60px;
}

@media (max-width: 1200px) {
  .route {
    padding: 0 40px 60px;
  }
}

@media (max-width: 767px) {
  .route {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .route__item {
    width: 100%;
  }
}

.route__sepor {
  width: 100%;
  height: 1px;
  margin: 0 40px;
  border-bottom: 1px dashed #92add3;
}

@media (max-width: 1200px) {
  .route__sepor {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .route__sepor {
    width: 1px;
    height: 20px;
    margin: 20px auto;
    border-bottom: none;
    border-left: 1px dashed #92add3;
  }
}

.route-point {
  text-align: center;
  position: relative;
}

.route-point__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}

@media (max-width: 767px) {
  .route-point__icon {
    height: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .route-point__icon img {
    max-width: 80px;
  }
}

.route-point__title {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .route-point__title {
    font-size: 16px;
    width: 120px;
    margin-left: -60px;
  }
}

@media (max-width: 767px) {
  .route-point__title {
    position: static;
    width: auto;
    margin: 0;
  }
}

.route-point--transport {
  color: #ff805b;
}

/* popup */
.popup {
  display: none;
  font-family: "Roboto";
  max-width: 460px;
  padding: 30px;
  border-radius: 10px;
}

@media (max-width: 568px) {
  .popup {
    padding: 30px;
  }
}

.popup__title {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.popup-form {
  width: 100%;
  max-width: 460px;
}

.popup-form .button,
.popup-form input[type="submit"] {
  width: 100%;
  min-width: 0;
}

.popup-form input[type="text"] {
  text-align: center;
}

/* footer */
.f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-nav__link {
  font-size: 20px;
  color: #ff805b;
  font-weight: 900;
}

.f-nav__link:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .f-nav__link {
    font-size: 18px;
  }
}

.f-nav__link-more {
  font-size: 16px;
  line-height: 21px;
  color: #ff805b;
}

.f-nav__link-more:hover {
  color: #15417d;
}

.footer {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  background: #15417d;
}

@media (max-width: 567px) {
  .footer {
    font-size: 13px;
  }
}

.footer__wrap {
  padding: 58px 0;
}

@media (max-width: 992px) {
  .footer__wrap {
    padding: 20px 0;
  }
}

.footer__nav {
  margin-bottom: 58px;
}

@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}

.footer__top {
  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;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .footer__top {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .footer__top {
    display: block;
    text-align: center;
  }
}

.footer__top a {
  text-decoration: underline;
}

.footer__top a:hover {
  text-decoration: none;
  color: #ff805b;
}

@media (max-width: 992px) {
  .footer__el {
    margin: 20px 0;
  }
}

.footer__bottom {
  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;
  height: 140px;
  background-color: #183967;
  color: #92add3;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .footer__bottom {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .footer__bottom {
    height: auto;
    padding: 20px;
    display: block;
    text-align: center;
  }
}

.footer__bottom a {
  text-decoration: underline;
}

.footer__bottom a:hover {
  text-decoration: none;
  color: #ff805b;
}

@media (max-width: 568px) {
  .f-logo img {
    width: 200px;
  }
}

.f-gotop {
  width: 55px;
  height: 55px;
  border-radius: 3px;
  border: 1px solid #92add3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 9px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-gotop:hover {
  color: #ff805b;
  border-color: #ff805b;
}

@media (max-width: 992px) {
  .f-gotop {
    display: none;
  }
}

.f-cpr {
  position: relative;
  top: -2px;
  line-height: 20px;
}

.f-develop {
  position: relative;
  padding-left: 50px;
  text-align: left;
  line-height: 20px;
}

@media (max-width: 992px) {
  .f-develop {
    display: inline-block;
  }
}

.f-develop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  display: block;
  width: 43px;
  height: 22px;
  background: url(../../images/icon-visualweb.svg) top center no-repeat;
}

.f-soc {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 143px;
}

@media (max-width: 992px) {
  .f-soc {
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .f-soc {
    width: 100px;
  }
}

.f-soc a {
  text-decoration: none;
}

.f-soc .icon-youtube::before {
  font-size: 16px;
}

.f-phone-num {
  font-weight: 900;
}

.f-phone-num a {
  text-decoration: none;
}

.full-nav-group__link.active {
    color: #ff805b;
}
.full-nav-group__title.active a {
    color: #ff805b;
}

.h-soc .icon-tg {padding-top: 2px;}
.h-soc .icon-tg:before {
background: url(/images/icon-telegram.svg) center no-repeat;
contenr:"";
width: 21px;
height: 21px;
}

/*# sourceMappingURL=style.css.map */
/* Stylesheet: Стиль Modified On 2022-04-18 10:02:44 */
@font-face {font-family: 'feather';font-display: swap;src:  url('https://imexprofi.ru/fonts/feather.eot?k9f2s5');src:  url('https://imexprofi.ru/fonts/feather.eot?k9f2s5#iefix') format('embedded-opentype'),url('https://imexprofi.ru/fonts/feather.ttf?k9f2s5') format('truetype'),url('https://imexprofi.ru/fonts/feather.woff?k9f2s5') format('woff'),url('https://imexprofi.ru/fonts/feather.svg?k9f2s5#feather') format('svg');font-weight: normal;font-style: normal;}[class^="icon-"]:before, [class*=" icon-"]:before {/* use !important to prevent issues with browser extensions that change fonts */font-family: 'feather' ;/*speak: none;*/font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;/* Better Font Rendering =========== */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.h-contacts__item .icon-mail:before {content: "\e90a";font-size:12px;}.open_msgr .icon-mail:before {content: "\e98a";}.linkfaq {color:#ff805b !important}.linkfaq:hover {color:#15417d !important}.adv-list-ins .adv-list__item{width:33%}.title-h4__bo-bold {font-weight: normal !important;}.typography-href {color:#ff805b!important;}.typography-href:hover {color:#15417d!important;}.typography blockquote {margin: 40px 0 70px; font-size: 23px; line-height: 36px; color: #fff; font-weight: bold; padding: 50px 90px 50px 70px; margin-left: -70px; background:#ff805b;}.typography blockquote h2 {color:#fff;font-weight:normal;}.typography blockquote p {color:#fff;font-weight:normal;}.typography blockquote a {color:#fff;}.typography blockquote a:hover {color:#fff;}.img-ved {text-align: center;}.img-ved img {width: 100%; max-width: 550px;}.img-koreja {text-align: center;}.img-koreja img {width: 100%; max-width: 624px; text-align: center;}.img-usa {text-align: center;}.img-usa img {width: 100%; max-width: 577px; text-align: center;}.f-nav__item.active a.f-nav__link {color:white;}.side-nav__item.active div.h_menu div.side-nav__item a.side-nav__link {font-size:17px;}.side-nav__item.active > a.side-nav__link {color:#15417d;}.side-nav__item.active div.h_menu {display:block;}.side-nav__item div.h_menu {display:none;}.side-nav__item.active div.h_menu {margin-left:20px;margin-top:10px;}.forms div.form-field textarea {text-align:center;}.faqfrm form div.row_fg input {border: 1px solid #e3e8ee;box-sizing: border-box;color: #474a4c;height: 51px;margin-bottom: 17px;outline: medium none;padding-left: 21px;width: 100%;font-size: 16px;}.row_fg textarea.cms_textarea {border: 1px solid #e3e8ee;box-sizing: border-box;color: #474a4c;height: 151px;margin-bottom: 17px;outline: medium none;padding-left: 21px;width: 100%;font-size: 16px;padding-top:15px;}.delivery-info-big {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-start;height: 180px;border-radius: 3px;border: 1px dashed #cfdced;padding: 45px 40px 35px 40px;position: relative;}@media (max-width: 1024px) {.delivery-info-big {padding: 25px 40px;}}@media (max-width: 767px) {.delivery-info-big {height: auto;padding: 60px 20px 25px;margin-bottom: 10px;}}.delivery-info-big::before {content: '';position: absolute;top: -31px;left: 33px;width: 56px;height: 56px;border-radius: 28px;border: 1px dashed #cfdced;background: url(../../images/icon-check-round.svg) #fff center no-repeat;-webkit-box-sizing: border-box;box-sizing: border-box;}@media (max-width: 767px) {.delivery-info-big::before {left: 25px;}}.delivery-info-big__title {font-size: 18px;font-weight: 900;line-height: 24px;}@media (max-width: 1200px) {.delivery-info-big__title {font-size: 16px;line-height: 1.3;}}.typography div.btn_faq a.cms_submit.anch {color:white;}.blocktxt {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding-left:0px;padding-top:20px;}.steps-top {margin:50px auto 20px auto !important;}.steps-bottom {margin:20px auto 50px auto !important;}.param-card__icon_s {margin-right: 10px !important;}.resp {margin:0 10px 30px;width:21%;display:inline-block;vertical-align:top}.resp img {width:100%;border:solid 1px #eee}.resp strong{display:block;margin-bottom:10px;}.resp_list {text-align:center;}@media (max-width: 900px) {.resp {width:47%;margin-right:15px;}.section-md .resp:nth-child(odd) {margin-right:0px;}.sub-nav li.sub-nav__item a.sub-nav__link.active {color:#ff805b;}}/* msngr */@import url('fonts/feather.css');.open_msgr {position: fixed; color: #fff; font-size: 14px; cursor: pointer; height: 36px; z-index: 9999999; max-width: 500px; line-height: 36px; font-family: Arial, Helvetica, sans-serif !important; left: auto; right: 12%; bottom: -46px; transform: none; border-radius: 25px 25px 0 0; background-color: #f06622; background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0, rgba(255,255,255,0) 100%); transition: 1.3s;}.open_msgr.open {bottom: 0;}.open_msgr::before {left: -20px; background-image: url(../../img/lbl_bg_l.svg);}.open_msgr::after {right: -16px; background-image: url(../../img/lbl_bg_r.svg);}.open_msgr:before,.open_msgr:after {color: #f06622}.open_msgr:before,.open_msgr:after {content: ''; bottom: -6px; height: 40px; width: 42px; position: absolute; z-index: 0; background-repeat: no-repeat;}.open_msgr .wrap {padding: 0 20px 0 30px;}.open_msgr .lbl {font-size: 15px; margin-left: 0; padding: 0 10px; display: block; white-space: nowrap; height: 36px; line-height: 36px; letter-spacing: 0.5px;}.open_msgr .icon-mail {position: absolute; top: -10px; left: -8px; color: #f06622; font-size: 18px; text-align: center; line-height: 32px; width: 34px; height: 34px; border: 2px solid #f06622; background: #fff; border-radius: 50%;}.open_msgr .icon-mail:before {line-height: 28px; margin-right: 1px;}.msg_box {display: none; position: fixed; z-index: 9999999; bottom: 60px; right: 12%; width: 310px; min-height: 395px; border-radius: 5px; font-size: 14px; font-family: Arial, Helvetica, sans-serif !important; background: #fff; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.24), 0 5px 35px 0 rgba(0,0,0,0.3);}.msg_box .title {position: relative; font-size: 15px; text-align: center; height: 40px; text-shadow: 0 1px 0 rgba(0,0,0,0.15); font-weight: bold; line-height: 40px; color: #fff; border-radius: 5px 5px 0 0; background-color: #f06622; background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0, rgba(255,255,255,0) 100%);}.msg_box .title.icon-mail:before {position: absolute; left: 15px; line-height: 40px; opacity: 0.7; font-size: 20px;}.msg_box_close {position: absolute; top: 0; right: -38px; color: #fff; font-size: 14px; text-align: center; line-height: 26px; width: 26px; height: 26px; background: #f06622; border-radius: 50%; cursor: pointer; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.24), 0 5px 35px 0 rgba(0,0,0,0.3);}.msg_box_close.icon-x:before {line-height: 26px;}.msg_box .wrap {padding: 10px 10px 5px 10px; position: relative;}.msg_box .confirm_box {display: none; position: relative; text-align: center; height: 350px; padding-top: 220px; font-size: 18px;}.msg_box .confirm_box::after {content: ''; position: absolute; top: 90px; left: 0; right: 0; height: 110px; background: url(img/status_check.png) center no-repeat; background-size: contain;}.msg_box .hint {position: relative; background: #fde9e0; border-radius: 3px; padding: 10px 10px 10px 15px; margin-bottom: 15px;}.msg_box .hint:after {content: ''; position: absolute; right: 100%; top: 10px; width: 0; height: 0; border-style: solid; border-width: 7px 8px 7px 0; border-color: transparent #fde9e0 transparent transparent;}.msg_forms {}.msg_forms .btn_box {text-align: right; padding: 10px 0}.msg_forms .field {border: 1px solid #e2e2e2; border-radius: 3px; margin: 10px 0; position: relative;}.msg_forms .field::before {position: absolute; top: 0; left: 10px; line-height: 36px !important; font-size: 18px;}.msg_forms input[type="text"],.msg_forms input[type="email"],.msg_forms input[type="phone"],.msg_forms textarea {border: none; background: none; display: block; width: 100%; height: 36px; font-size: 14px; padding: 0 10px;}.msg_forms textarea {height: 80px; padding: 8px 10px;}.msg_forms .field[class^="icon-"] input[type="text"],.msg_forms .field[class*=" icon-"] input[type="text"] {padding-left: 40px;}.msg_forms .send_btn {width: 100px; height: 32px; background: #f06622;}.msg_forms .send_btn:hover {background: #d25315;}.msg_forms button {display: inline-block; transition: 0.3s; border: none; text-align: center; font-size: 12px; letter-spacing: 0.4px; text-transform: uppercase; font-weight: bold; color: #fff; border-radius: 3px; cursor: pointer;}.msg_forms button:active {transform: scale(0.96);}textarea,input,button {-webkit-appearance: none; outline:none !important;}@media (max-width: 800px) {.open_msgr {bottom: 30px !important; right: 30px; width: 60px; height: 60px; border-radius: 50%; opacity: 0; visibility: hidden; transition: 0.5s;}.open_msgr.open {opacity: 1; visibility: visible;}.open_msgr:before,.open_msgr:after {display: none;}.open_msgr .lbl {display: none;}.open_msgr .icon-mail {position: absolute; top: 0; left: 0; color: #fff; font-size: 30px; text-align: center; line-height: 60px; width: 60px; height: 60px; border: none; background: #f06622;}.open_msgr .icon-mail:before {line-height: 60px; margin-left: 2px;}.param-card__val {font-weight: 600;font-size: 13px;line-height: 18px;}}@media (max-width: 480px) {.msg_box {display: none; top: 0; left: 0; bottom: 0; right: 0; width: auto; min-height: 0; height: auto; border-radius: 0; box-shadow: none;}.msg_box .title {font-weight: normal; border-radius: 0; background: #f06622;}.msg_box_close {top: 8px; right: 10px; font-size: 18px; line-height: 26px; width: 26px; height: 26px; background: none; box-shadow: none; z-index: 10;}}@media (max-width: 360px) {.open_msgr {bottom: 15px !important; right: 15px;}}.info-box__wrap h3 {font-size: 30px;line-height: 40px;margin-top: 30px;margin-bottom: 30px;    font-weight: 900;}.info-box__wrap h3:first-child {margin-top: 0;}@media (max-width: 640px) {.info-box__wrap h3 {line-height: 35px;}}.person-card {border-radius: 3px;display: block;border: 1px dashed #cfdced;-webkit-transition: 0.7s;transition: 0.7s;position: relative;padding-bottom:25px;}@media (max-width: 1200px) {.person-card:hover .service-card__hover {height: 180px;}}.person-card:hover .service-card__photo {opacity: 0;}.person-card:hover .service-card__title {position: absolute;bottom: calc(100% - 85px);color: #fff;}.person-card__photo {position: relative;overflow: hidden;-webkit-transition: 0.5s;transition: 0.5s;margin: -1px -1px 0 -1px;}.person-card__photo img {width: 100%;display: block;-webkit-transition: 0.5s;transition: 0.5s;border-top-left-radius: 3px;border-top-right-radius: 3px;}.person-card__title {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 25px 60px 5px 40px;font-size: 22px;font-weight: 900;-webkit-transition: 0.5s;transition: 0.5s;}.person-card__descr {color: #92add3;font-size: 16px;-webkit-transition: 0.5s;transition: 0.5s;padding: 0 40px;}@media (max-width: 1200px) {.person-card__descr {font-size: 14px;}}.nopad {padding:0px;}.mtop0 {margin-top:0px !important;}.mbot0 {margin-bottom:0px !important;}.pdflink {padding-left:20px;}.pdflink.fi:before {position:absolute;margin-left:-20px;margin-top:3px;}.typography p a {color:#ff805b !important}.typography p a:hover {color:#15417d !important}.tabs__hint li{font-size: 18px;line-height: 28px;padding-left: 40px;margin-bottom: 20px;position: relative;}.tabs__hint li::before {content: '';position: absolute;left: 0;top: 1px;width: 24px;height: 24px;background: url(../../images/icon-check-round.svg) center no-repeat;}.case-page__gal .col-md-6{margin-bottom:20px;}@media (max-width: 1200px) {.page-feedback .button {font-size:16px;width: 100%;}}.service-card__descr p {font-size:16px;line-height:22px;}@media (min-width: 370px) and (max-width: 1380px) {.service-card__descr {margin-top:20px;}.service-card__descr p {font-size: 14px;line-height:18px;}}.table-noscroll {overflow: auto;}.forms div.form-field span.podpis_st {color: grey;text-align:center;display:block;}#tinymce a{text-decoration:underline}.block_through {margin:30px 0}.block_through img{width:100%}.h-soc .icon-tg::before {background: url(/images/icon-check-round.svg) center no-repeat;}.block-all {width: 100%; background-color:#15417d; padding: 20px 25px; color: #ffffff;}.block-all p{margin-bottom: 10px;}.block-all a {text-decoration: underline;}.block-all a:hover {text-decoration: none;}.row_buttons {width:100%;margin:0 !important}.cookies {position: fixed;bottom: 0;z-index: 9999;left: 0;right: 0;background: #f7f7f7;}.cookies a {color:#ff805b;}.cookies .inf {width: 50%;margin: auto;padding: 20px;font-size: 14px;font-weight: 500;display: flex;align-items: center;color: #000;}.cookies .close {display: block;background: #3099bd;padding: 5px 10px;height: 29px;margin-left: 20px;color: #ffffff;text-decoration: none;}.cookies .close:hover {background:#2f2f2f}.cookies .close span {-moz-transform: rotate(45deg);/* Для Firefox */-ms-transform: rotate(45deg);/* Для IE */-webkit-transform: rotate(45deg);/* Для Safari, Chrome, iOS */-o-transform: rotate(45deg);/* Для Opera */transform: rotate(45deg);display: block;padding-top: 1px;padding-left: 2px;}#pp-faq {display:none}@media (max-width: 992px) {.cookies .inf {width: 100%;font-size: 13px;letter-spacing: 1px;}}.confirm-field {display: block;font-size: 15px;line-height: 24px;cursor: pointer;}.confirm-field .st {margin: 0;padding-left: 32px;position: relative;font-size: 12px;line-height: 16px;min-height:24px;}.confirm-field input[type=checkbox] {display: none;margin: 0;padding: 0;width: 24px;height: 24px;}.confirm-field .st::before {content: '';position: absolute;left: 0;top: 0;width: 24px;height: 24px;background-image: url(../../images/checkbox.svg);}.confirm-field input[type=checkbox]:checked + .st::before {background-image: url(../../images/checkbox-active.svg);}.confirm-field input[type=checkbox].error + .st::before {background-image: url(../../images/checkbox-error.svg);}.agree {background: #feeded !important;display: block;float: left;margin-right: 14px;}.st {font-size: 22px;line-height: 24px;color: black;margin-bottom: 0px !important;}.checkbox span div.st a  {color: #183967;}.checkbox.nativ {margin-left: 10px;}
/* Stylesheet: Наш_стиль Modified On 2026-06-24 11:43:25 */
