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: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #000000;
}

input::-moz-placeholder {
  opacity: 0.8;
  color: #000000;
}

input:-ms-input-placeholder {
  opacity: 0.8;
  color: #000000;
}

textarea::-webkit-input-placeholder {
  opacity: 0.8;
  color: #000000;
}

textarea::-moz-placeholder {
  opacity: 0.8;
  color: #000000;
}

textarea:-ms-input-placeholder {
  opacity: 0.8;
  color: #000000;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

input[type=submit]:focus,
button:focus {
  outline: 0;
}

body, td, input, textarea, button {
  color: #000000;
  font-family: "Montserrat", Arial;
  font-weight: 300;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 992px) {
  .row {
    margin: 0 -5px;
  }
}

.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: 10px;
}

@media (max-width: 992px) {
  .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: 5px;
  }
}

.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: "Montserrat";
  font-weight: 600;
}

.title-h1 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media (max-width: 568px) {
  .title-h1 {
    font-size: 30px;
  }
}

.title-h2 {
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1600px) {
  .title-h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 992px) {
  .title-h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .title-h2 {
    font-size: 28px;
  }
}

@media (max-width: 568px) {
  .title-h2 {
    font-size: 26px;
  }
}

@media (max-width: 360px) {
  .title-h2 {
    font-size: 26px;
  }
}

.title-h2 span {
  font-weight: normal;
  color: #7b7b7b;
  margin-left: 10px;
  font-size: 22px;
}

.title-h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 568px) {
  .title-h3 {
    font-size: 16px;
  }
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.cms_submit,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 60px;
  color: #fff;
  border: 1px solid #ff6600;
  background: #ff6600;
}

.cms_submit:hover,
.button:hover {
  color: #ff6600;
  background: #fff;
}

.cms_submit--sm,
.button--sm {
  height: 45px;
  font-size: 12px;
}

.cms_submit--xxl,
.button--xxl {
  height: 85px;
  min-width: 310px;
  font-size: 19px;
}

@media (max-width: 992px) {
  .cms_submit--xxl,
  .button--xxl {
    height: 70px;
    min-width: 260px;
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .cms_submit--xxl,
  .button--xxl {
    height: 60px;
    font-size: 18px;
    min-width: 0;
    width: 100%;
  }
}

.cms_submit--transperent,
.button--transperent {
  border: 1px solid #ff6600;
  color: #ff6600;
  background: transparent;
  padding: 0 30px;
}

.cms_submit--transperent:hover,
.button--transperent:hover {
  color: #fff;
  background: #ff6600;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 20px;
  line-height: 1.4;
}

.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  font-weight: normal;
}

.typography h1 {
  font-size: 58px;
}

@media (max-width: 992px) {
  .typography h1 {
    font-size: 48px;
  }
}

@media (max-width: 568px) {
  .typography h1 {
    font-size: 40px;
  }
}

.typography h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.typography h2:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .typography h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 568px) {
  .typography h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.typography h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}

.typography P {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 15px;
}

.typography P:last-child {
  margin-bottom: 0;
}

@media (max-width: 568px) {
  .typography P {
    font-size: 16px;
  }
}

.typography img {
  max-width: 100%;
}

.typography a:not(.button) {
  color: #ff6600;
}

.typography a:not(.button):hover {
  color: #000000;
}

.typography ul {
  margin-bottom: 15px;
}

.typography ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style-position: inherit !important;
  list-style: disc;
}

.service-card ul {
    margin-bottom: 15px;
}
.service-card ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style-position: inherit !important;
  list-style: disc;
}

@media (max-width: 568px) {
  .typography ul li {
    font-size: 14px;
    line-height: 26px;
  }
}

/*.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}*/

.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: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 568px) {
  .typography ol li {
    font-size: 14px;
    line-height: 26px;
  }
}

.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: 568px) {
  .typography table {
    font-size: 15px;
    line-height: 20px;
  }
}

.typography table th {
  height: 80px;
  background: #f1f6f2;
}

.typography table td {
  border: 1px solid #dbe8e3;
  padding: 20px;
}

@media (max-width: 568px) {
  .typography table td {
    padding: 15px;
  }
}

.table-scroll {
  overflow: auto;
}

@media (max-width: 767px) {
  .table-scroll {
    padding-top: 60px;
    background: url(https://scan-center.ru/images/icon-hscroll.svg) center 15px 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

@media (max-width: 568px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb__sepor {
  margin: 0 10px;
  font-size: 10px;
}

@media (max-width: 568px) {
  .breadcrumb__sepor {
    font-size: 8px;
  }
}

.breadcrumb__link {
  white-space: nowrap;
  color: #7b7b7b;
}

.breadcrumb__link:hover {
  color: #ff6600;
}

.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: #ff6600;
  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: #ff6600;
}

.pgn__item.active {
  color: #fff;
  background-color: #ff6600;
}

.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: #ff6600;
  background-color: #fff;
}

@media (max-width: 992px) {
  .pgn__nav {
    width: 40px;
    height: 40px;
  }
}

.pgn__nav:hover {
  color: #fff;
  background-color: #ff6600;
}

.pgn__nav--disable {
  color: #7b7b7b;
}

.pgn__nav--disable:hover {
  color: #7b7b7b;
  background-color: #fff;
}

.pgn__nav:first-child {
  margin-right: 7px;
}

.pgn__nav:last-child {
  margin-left: 7px;
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}

.tabs__box-title {
  display: none;
}

.tabs__item {
  cursor: pointer;
}

@media (max-width: 992px) {
  .tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tabs-header__item {
  color: #000000;
  font-size: 26px;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .tabs-header__item {
    font-size: 22px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tabs-header__item {
    font-size: 16px;
    margin-right: 0;
    font-weight: bold;
  }
}

@media (max-width: 567px) {
  .tabs-header__item {
    font-size: 15px;
  }
}

.tabs-header__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.tabs-header__item span {
  display: inline-block;
  position: relative;
  padding-right: 52px;
}

@media (max-width: 992px) {
  .tabs-header__item span {
    padding-right: 0;
  }
}

.tabs-header__item span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 25px;
  height: 18px;
  background: url(https://scan-center.ru/images/arrow-more.svg) center no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .tabs-header__item span::after {
    display: none;
  }
}

.tabs-header__item.active {
  color: #ff6600;
}

.tabs-header__item.active span::after {
  opacity: 1;
}

.forms h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
}

.forms__label,
.forms label {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 55px;
  padding: 2px 20px 0 20px;
  font-size: 14px;
  text-align: left;
  color: #000000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

@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__field {
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .forms__field {
    padding: 0;
  }
}

.forms__send {
  padding: 0 10px;
}

@media (max-width: 1200px) {
  .forms__send {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .forms__send {
    padding: 0;
  }
}

.forms__send .button {
  width: 160px;
}

@media (max-width: 1200px) {
  .forms__send .button {
    width: 100%;
  }
}

.error {
  background: #ffb8b8 !important;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}

.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before {
  top: 0;
}

.burger-btn::after {
  bottom: 0;
}

.burger-btn.open {
  height: 30px;
}

.burger-btn.open span {
  opacity: 0;
}

.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: #fff;
}

.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #000000;
  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(https://scan-center.ru/images/toggle-arrow-down.svg) center no-repeat;
}

.next-toggle.open::after {
  background: url(https://scan-center.ru/images/toggle-arrow-up.svg) center no-repeat;
}

.more-link {
  color: #ff6600;
}

.more-link:hover {
  color: #ff6600;
}

.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: 100%;
  height: 45px;
  border-radius: 30px;
  background-color: #7b7b7b;
  padding: 0 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .counter {
    padding: 0 10px;
    height: 40px;
  }
}

.counter__btn {
  display: block;
  font-size: 23px;
  color: #ff6600;
  border-radius: 50%;
  cursor: pointer;
  /*
		&--down {
			background-image: url(https://scan-center.ru/images/icon-minus.svg);
		}

		&--up {
			background-image: url(https://scan-center.ru/images/icon-plus.svg);
		}
		*/
}

.counter__text {
  width: 40px;
  display: block;
  border: none;
  background: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

@media (max-width: 767px) {
  .counter__text {
    font-size: 16px;
  }
}

.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: #ff6600;
  -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: #ff6600;
}

.del-btn:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.del-btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* plugins */
.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa;
  margin: 0 10px !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-dots li::before {
  display: none;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}

.slick-dots li:hover {
  background: #000000;
}

.slick-dots li.slick-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  background: #000000;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -19px;
  background-color: #ff6600;
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 9px;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slick-prev {
  left: -80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(https://scan-center.ru/images/chevron-left.svg);
}

.slick-next {
  right: -80px;
  background-image: url(https://scan-center.ru/images/chevron-right.svg);
}

.slick-disabled::before {
  color: #000000 !important;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.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: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.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: #000000;
}

.gray-bg {
  background-color: #7b7b7b;
}

.lgray-bg {
  background-color: #fafafa;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #7b7b7b;
}

.clr-green {
  color: #0ab76b;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 30px;
}

.top-space {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1240px;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 320px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.open-nav {
  overflow: hidden;
}

body.open-nav .cbc {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
}

/* page content */
/* header */
.header {
  position: relative;
  z-index: 999;
  height: 120px;
  color: #fff;
}

.header__wrap {
  position: relative;
  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;
  height: 85px;
  padding: 0 20px;
  margin: 0 -20px;
  border-bottom: 1px solid #3a3937;
}

@media (max-width: 767px) {
  .header__wrap {
    z-index: 10000;
  }
}

.header__logo {
  position: relative;
  top: 4px;
}

@media (max-width: 767px) {
  .header__burger {
    position: static;
  }
}

.header__phone {
  margin-right: 25px;
  /*
		@media (max-width: 767px) {
			position: absolute;
			top: 0;
			left: -20px;
			right: -20px;
			background: $black;
			padding: 0 20px;
		}
		*/
}

@media (max-width: 568px) {
  .header__phone {
    margin-right: 20px;
  }
}

.header__nav {
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav.fix {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  background: #000000;
}

.header__nav.fix .main-nav__action {
  display: block;
}

@media (max-width: 992px) {
  .header__nav.fix .main-nav__action {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 9999;
    margin: 0;
    display: none;
    padding: 120px 5px 60px;
    overflow: auto;
  }
  .header__nav::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: #000000;
    z-index: 1;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .h-callback {
    display: none;
  }
}

@media (max-width: 1200px) {
  .h-logo img {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .h-logo img {
    width: 200px;
  }
}

.h-phone {
  padding-left: 42px;
}

@media (max-width: 767px) {
  .h-phone {
    background: no-repeat;
    padding: 0;
    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;
    height: 40px;
  }
}

@media (max-width: 568px) {
  .h-phone {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    background: url(https://scan-center.ru/images/icon-phone.svg) center no-repeat;
  }
  .h-phone a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -1000px;
  }
}

.h-phone__num {
  font-size: 19px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .h-phone__num {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .h-phone__num {
    font-weight: 600;
    font-size: 14px;
  }
}

.h-burger {
  display: none;
}

@media (max-width: 767px) {
  .h-burger {
    display: block;
  }
}

.main-nav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}

@media (max-width: 767px) {
  .main-nav {
    display: block;
    border: none;
  }
}

.main-nav__item {
  display: block;
}

@media (max-width: 767px) {
  .main-nav__item {
    display: block;
    width: auto;
    border: none;
    margin-bottom: 20px;
  }
}

.main-nav__action {
  display: none;
}

@media (max-width: 767px) {
  .main-nav__action {
    display: block;
    padding-top: 40px;
  }
}

.main-nav__link {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}

@media (max-width: 767px) {
  .main-nav__link {
    display: block;
    height: auto;
    font-size: 20px;
  }
}

.main-nav__link:hover, .main-nav__link.active {
  color: #ff6600;
}

/* pages */
.promo-box {
  position: relative;
  margin-top: -120px;
  background: url(https://scan-center.ru/images/promo-bg.jpg) center no-repeat;
  background-size: cover;
  height: 700px;
}

.promo-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.9)), to(rgba(28, 28, 28, 0.9)));
  background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.9), rgba(28, 28, 28, 0.9));
}

@media (max-width: 568px) {
  .promo-box .container {
    height: 100%;
  }
}

.promo-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 568px) {
  .promo-box__wrap {
    height: 100%;
  }
}

.promo-box__text {
  width: 100%;
  padding-top: 200px;
}

@media (max-width: 568px) {
  .promo-box__text {
    padding-top: 120px;
  }
}

.promo-box__decor {
  width: 640px;
  min-width: 640px;
  margin-right: -150px;
  position: relative;
  top: 150px;
  left: -40px;
}

@media (max-width: 568px) {
  .promo-box__decor {
    position: absolute;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 150px;
    left: -130px;
  }
}

@media (max-width: 375px) {
  .promo-box__decor {
    left: -150px;
  }
}

@media (max-width: 320px) {
  .promo-box__decor {
    left: -175px;
  }
}

.promo-box__decor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -240px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #fff;
}

.promo-box__decor img {
  position: relative;
  z-index: 1;
}

.promo-box__title {
  color: #fff;
  margin-bottom: 75px;
  font-size: 51px;
  line-height: 1.35;
  font-weight: 600;
}

@media (max-width: 992px) {
  .promo-box__title {
    font-size: 36px;
  }
}

@media (max-width: 568px) {
  .promo-box__title {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 568px) {
  .promo-box__button {
    position: absolute;
    bottom: 50px;
  }
}

.catalog__item {
  padding: 80px 0;
}

@media (max-width: 992px) {
  .catalog__item {
    padding: 40px 0;
  }
}

.catalog__item:nth-child(even) {
  background: #fafafa;
}

.catalog__item:last-child {
  margin-bottom: -80px;
}

@media (max-width: 992px) {
  .catalog__item:last-child {
    margin-bottom: -40px;
  }
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .product {
    display: block;
    padding: 0 20px;
  }
}

.product__gallery {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}

@media (max-width: 992px) {
  .product__gallery {
    width: auto;
    margin-bottom: 40px;
  }
}

.product__photo img {
  display: block;
  max-width: 100%;
}

.product__info {
  width: 58%;
  padding-right: 80px;
}

@media (max-width: 992px) {
  .product__info {
    width: auto;
    padding-right: 0;
  }
}

.product__title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 567px) {
  .product__title {
    font-size: 32px;
  }
}

.product__art {
  font-size: 14px;
  color: #777;
  margin-bottom: 18px;
}

.product__price {
  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: 20px;
}

.product__descr {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.product__descr p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .product__descr p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.product__params {
  margin-bottom: 30px;
}

.product-price {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 568px) {
  .product-price {
    font-size: 18px;
  }
}

.product-price--old {
  text-decoration: line-through;
  color: #bdbdbd;
  margin-left: 10px;
}

.product-params {
  font-size: 16px;
}

.product-params__item {
  margin-bottom: 10px;
}

.slider-gallery-box {
  width: 100%;
  max-width: 500px;
}

.slider-gallery-box .slick-arrow {
  background-color: transparent;
}

.slider-gallery-box .slick-prev {
  background-image: url(https://scan-center.ru/images/chevron-left-black.svg);
}

.slider-gallery-box .slick-next {
  background-image: url(https://scan-center.ru/images/chevron-left-black.svg);
}

.slider-gallery {
  text-align: center;
}

.slider-gallery img {
  max-width: 100%;
  margin: 0 auto;
  max-height:420px;
}

.slider-gallery__item {
  padding: 40px;
  position: relative;
}

.slider-thumb img {
  max-width: 100%;
}

.slider-thumb .slick-slide {
  width: 16.66%;
  padding: 0 10px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}

.slider-thumb .slick-slide:hover {
  opacity: 0.8;
}

.slider-thumb .slick-slide.slick-current {
  opacity: 1;
  border-color: #eee;
}

@media (max-width: 568px) {
  .slider-thumb .slick-slide {
    padding: 0 5px;
  }
}

.slider-thumb .slick-list {
  padding: 0 !important;
}

.gallery-item a {
  display: block;
  overflow: hidden;
}

.gallery-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery-item img {
  display: block;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.advantage {
  text-align: center;
  margin: 30px auto;
}

@media (max-width: 568px) {
  .advantage {
    margin: 10px auto;
  }
}

.advantage__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
}

.advantage__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 568px) {
  .advantage__title {
    margin-bottom: 10px;
  }
}

.advantage__descr {
  font-size: 16px;
  line-height: 24px;
}

.faq {
  border-top: 1px solid #eee;
}

.faq-card {
  border-bottom: 1px solid #eee;
}

.faq-card__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 87px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 40px;
}

@media (max-width: 568px) {
  .faq-card__question {
    font-size: 20px;
  }
}

.faq-card__question::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://scan-center.ru/images/icon-cross.svg);
}

.faq-card__question:hover::after, .faq-card__question.open::after {
  background-color: #ff6600;
  background-image: url(https://scan-center.ru/images/icon-cross-white.svg);
}

.faq-card__question.open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-card__answer {
  display: none;
  font-size: 16px;
  padding-bottom: 40px;
}
.faq-card__answer p{font-size: 16px;line-height: 1.6;margin: 0 0 15px;}
.faq-card__answer ul{margin: 0 0 35px;}
.faq-card__answer li{margin-left:38px;list-style:disc;font-size: 20px;line-height: 1.4;}

.service-list {
  margin-bottom: -30px;
}

.service-card {
  padding-left: 55px;
  background: url(https://scan-center.ru/images/icon-check.svg) left top no-repeat;
  background-size: 30px;
  margin: 20px 0;
}

@media (max-width: 992px) {
  .service-card {
    margin: 10px 0;
    padding-left: 50px;
  }
}

.service-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .service-card__title {
    margin-bottom: 10px;
  }
}

.service-card__descr {
  font-size: 16px;
  line-height: 1.6;
}

.review-slider {
  margin-bottom: 60px;
}

.review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

@media (max-width: 568px) {
  .review-card {
    display: block;
    padding-bottom: 30px;
    text-align: center;
  }
}

.review-card__ava {
  width: 300px;
  min-width: 300px;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 568px) {
  .review-card__ava {
    width: 100%;
    min-width: 0;
    height: 300px;
    margin-bottom: 30px;
  }
}

.review-card__info {
  padding-left: 60px;
  width: 100%;
}

@media (max-width: 568px) {
  .review-card__info {
    padding: 0 20px;
  }
}

.review-card__text {
  margin-bottom: 25px;
}

.review-card__author {
  font-size: 16px;
  font-weight: 600;
}

.photo-gallery {
  padding: 0 20px;
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .info-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info-box__cover {
  width: 50%;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .info-box__cover {
    width: 100%;
    min-height: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.info-box__text {
  width: 50%;
  padding: 80px;
}

@media (max-width: 7672px) {
  .info-box__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 20px 30px 60px;
  }
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

.feedback::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(20, 20, 20, 0.8));
}

.feedback .container {
  position: relative;
  z-index: 1;
  max-width: 1040px;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px -20px 0 -20px;
}

@media (max-width: 767px) {
  .feedback-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0 0 0;
  }
  .feedback-form .forms__field {
    margin-bottom: 20px;
  }
}

.contacts {
  text-align: center;
}

.contacts__phones {
  margin-bottom: 45px;
}

.contacts__addr {
  font-size: 18px;
  margin-bottom: 40px;
}

.phones__num {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 568px) {
  .phones__num {
    font-size: 22px;
  }
}

.phones__num:hover {
  color: #ff6600;
}

.soc-button {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.soc-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* popup */
.popup {
  display: none;
  width: 560px;
  padding: 40px;
}

.popup__wrap {
  padding: 10px;
}

.popup-title {
  text-align: center;
  font-size: 36px;
  line-height: 1.23;
  font-weight: 600;
  /*margin-bottom: 40px;*/
}

@media (max-width: 568px) {
  .popup-title {
    font-size: 30px;
  }
}

.forms-row {
  margin-top: 30px;
}

.forms-row .button {
  width: 100%;
}

/* footer */
.f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.f-nav__item {
  margin-bottom: 9px;
}

.f-nav__link {
  font-size: 18px;
  color: #ff6600;
}

.f-nav__link:hover {
  color: #fff;
}

.footer {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.f-develop {
  display: inline-block;
  position: relative;
  padding-left: 57px;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .f-develop {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .f-develop {
    display: inline-block;
    margin-top: 0;
    font-size: 12px;
  }
}

.f-develop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  display: block;
  width: 43px;
  height: 22px;
  background: url(https://scan-center.ru/images/icon-visualweb.svg) top center no-repeat;
  background-size: contain;
}

.f-develop a:hover {
  color: #ff6600;
}


.metrika {margin-top: 10px;}

.tabs-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.tab-buttons {
  display: flex;
justify-content: center;
}


@media (max-width: 640px) {
.tab-buttons {
  flex-wrap: wrap;
}

.tab-buttons .tab-link {
margin-bottom: 15px;
}
}

.tab-link {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 25px;
  transition: 0.3s;
  font-size: 18px;
border: 2px solid #E5E5E5;
color:#898989;
margin: 0 10px;
background: none;
font-weight: bold;
}

.tab-link:hover {
  background-color: #FF6600;
color:#fff;
}

.tab-link.active:hover {
  background-color: #FF6600;
color:#fff;
}

.tab-link.active {
  color: #000000;
border: 2px solid #FF6600;
}

.tab-content {
  padding: 20px;
  border-top: none;
}

/*# sourceMappingURL=style.css.map */
/* Stylesheet: Стиль Modified On 2025-10-15 14:55:57 */
