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: #18213F;
}

input::-moz-placeholder {
  opacity: 1;
  color: #18213F;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #18213F;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #18213F;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #18213F;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #18213F;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #333;
  font-family: "M PLUS 1p", Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 992px) {
  .row {
    margin: 0 -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: 15px;
}

@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: 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: "M PLUS 1p";
  font-weight: 800;
}

@media (max-width: 992px) {
  .title-h1,
  .title-h2,
  .title-h3,
  .title-h4 {
    line-height: 1;
  }
}

.title-h1 {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 992px) {
  .title-h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}

@media (max-width: 568px) {
  .title-h1 {
    font-size: 34px;
  }
}

.title-h1 span {
  font-weight: normal;
  font-size: 32px;
  margin-left: 15px;
}

@media (max-width: 568px) {
  .title-h1 span {
    display: block;
    margin: 10px 0 0 0;
  }
}

.title-h2 {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .title-h2 {
    font-size: 48px;
    line-height: 1.1;
  }
}

@media (max-width: 568px) {
  .title-h2 {
    font-size: 34px;
  }
}

.title-h2 ~ .row {
  margin-top: -15px;
}

.title-h3 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 25px;
  color: #18213F;
}

@media (max-width: 568px) {
  .title-h3 {
    font-size: 30px;
  }
}

.subtitle {
  font-size: 28px;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 20px;
    line-height: 1.4;
  }
}

.sepor {
  display: block;
  height: 1px;
  background: #dedede;
}

.sepor--outer {
  margin-left: -50px;
  margin-right: -50px;
}

.cms_submit,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 30px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
  border: none;
  color: #fff;
  background: #E74C3C;
  position: relative;
}

@media (max-width: 992px) {
  .cms_submit,
  .button {
    padding: 0 25px;
  }
}

@media (max-width: 568px) {
  .cms_submit,
  .button {
    height: 55px;
  }
}

.cms_submit::before,
.button::before {
  border-color: #E74C3C transparent transparent transparent;
}

.cms_submit:hover,
.button:hover {
  color: #fff;
  background: #005085;
}

.cms_submit:hover::before,
.button:hover::before {
  border-color: #005085 transparent transparent transparent;
}

.cms_submit span,
.button span {
  width: 100%;
}

@media (max-width: 767px) {
  .cms_submit span,
  .button span {
    text-align: left;
  }
}

.cms_submit--blue,
.button--blue {
  background: #3498DB;
}

.cms_submit--blue::before,
.button--blue::before {
  border-color: #3498DB transparent transparent transparent;
}

.cms_submit--icon,
.button--icon {
  padding-right: 0;
}

.cms_submit--icon::before,
.button--icon::before {
  content: '';
  position: absolute;
  right: 56px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 12px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 568px) {
  .cms_submit--icon::before,
  .button--icon::before {
    border-width: 55px 12px 0 0;
  }
}

.cms_submit--icon::after,
.button--icon::after {
  content: '';
  width: 68px;
  min-width: 68px;
  height: 60px;
  margin-left: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  background-position: 24px center;
  background-repeat: no-repeat;
}

@media (max-width: 568px) {
  .cms_submit--icon::after,
  .button--icon::after {
    height: 55px;
  }
}

.cms_submit--more::after,
.button--more::after {
  background-image: url(../../images/arrow-right-white.svg);
}

.cms_submit--ruler::after,
.button--ruler::after {
  background-image: url(../../images/icon-ruler.svg);
}

.cms_submit--recall::after,
.button--recall::after {
  background-image: url(../../images/icon-recall.svg);
}

.cms_submit--send::after,
.button--send::after {
  background-image: url(../../images/icon-send.svg);
}

.cms_submit--window::after,
.button--window::after {
  background-image: url(../../images/icon-window.svg);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section__header {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section__header {
    margin-bottom: 30px;
  }
}

.section__header .title-h2 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .section__header .title-h2 {
    margin-bottom: 15px;
  }
}

.section__header .title-h2:last-child {
  margin-bottom: 0;
}

.section__header-intro {
  font-size: 20px;
  line-height: 30px;
  max-width: 700px;
}

.section-shadow {
  padding: 80px 80px 40px 80px;
  margin: 0 -80px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
  position: relative;
  background: #fff;
}

.section-outer {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.typography {
  font-size: 24px;
  line-height: 38px;
}

@media (max-width: 992px) {
  .typography {
    font-size: 18px;
    line-height: 1.5;
  }
}

.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "M PLUS 1p";
  font-weight: normal;
}

.typography h1 {
  font-weight: bold;
  font-size: 38px;
}

.typography h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.typography h2:first-child {
  margin-top: 0;
}

.typography h2:last-child {
  margin-bottom: 0;
}

.typography h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.typography h3:first-child {
  margin-top: 0;
}

.typography h3:last-child {
  margin-bottom: 0;
}

.typography h4 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 15px;
  font-weight: normal;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .typography h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.typography h4:first-child {
  margin-top: 0;
}

.typography figure {
  display: block;
  margin: 60px 0;
}

@media (max-width: 767px) {
  .typography figure {
    margin: 30px 0;
  }
}

.typography figure:last-child {
  margin-bottom: 0;
}

.typography figure img {
  display: block;
  max-width: 100%;
}

.typography P {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 15px;
}

@media (max-width: 992px) {
  .typography P {
    font-size: 18px;
    line-height: 1.5;
  }
}

.typography P:last-child {
  margin-bottom: 0;
}

.typography img {
  max-width: 100%;
}

.typography a:not(.button) {
  text-decoration: underline;
}

.typography a:not(.button):hover {
  text-decoration: none;
}

.typography ul {
  margin-bottom: 15px;
  padding-left: 15px;
}

.typography ul li {
  font-size: 15px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 1200px) {
  .typography ul li {
    font-size: 18px;
    line-height: 1.5;
  }
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #18213F;
  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: 15px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 1200px) {
  .typography ol li {
    font-size: 18px;
    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: 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(../../images/icon-hscroll.svg) center 15px no-repeat;
    background-size: 32px 32px;
  }
}

.breadcrumb {
  margin-bottom: 55px;
  margin-top: -40px;
  font-weight: 500;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #3498DB;
}

.breadcrumb span {
  font-weight: normal;
}

.page-content {
  min-height: 100%;
}

.page-content--inner {
  padding-top: 50px;
}

.forms__label {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}

.forms__label span {
  color: #E74C3C;
}

.forms__field {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .forms__field {
    margin-bottom: 13px;
  }
}

.forms__submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  font-size: 20px;
  text-align: left;
  color: #333;
  background: #fff;
  border: 1px solid #e5e5e5;
}

@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;
  }
}

@media (max-width: 767px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 135px;
}

.forms .jq-selectbox {
  width: 100%;
}

.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__hint {
  font-size: 18px;
  color: #999999;
  margin-top: -10px;
}

.check-list__item {
  margin-bottom: 12px;
}

.check-list__item:last-child {
  margin-bottom: 0;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.error {
  background: #E74C3C !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: #005085;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #005085;
  -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: #005085;
}

.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: #18213F;
  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;
}

.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: 120px;
  padding: 6px;
}

.counter__btn {
  display: block;
  cursor: pointer;
  font-size: 24px;
  color: #005085;
}

.counter__text {
  width: 60px;
  height: 40px;
  border: 1px solid #e5e5e5;
  display: block;
  background: #fff;
  text-align: center;
  font-size: 18px;
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}

.tabs__box-title {
  display: none;
}

.tabs__item {
  cursor: pointer;
}

.tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 40px;
}

@media (max-width: 767px) {
  .tabs-header {
    overflow: auto;
  }
  .tabs-header::-webkit-scrollbar {
    display: none;
  }
}

.tabs-header__item {
  font-size: 36px;
  margin: 0 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  width: 100%;
}

@media (max-width: 568px) {
  .tabs-header__item {
    font-size: 32px;
  }
}

.tabs-header__item.active {
  color: #005085;
  border-bottom: 2px solid #005085;
}

/* plugins */
.slick-dots {
  position: absolute;
  bottom: 35px;
  left: 25px;
  right: 25px;
  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: 70px;
  height: 2px;
  background: #005085;
  margin: 0 6px !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.slick-active {
  background: #3498DB;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 53px;
  height: 53px;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.slick-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
}

.slick-arrow:hover::before {
  -webkit-filter: brightness(5%);
          filter: brightness(5%);
}

.slick-arrow::before {
  content: '';
  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;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-arrow:active::before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-prev::before {
  left: 0;
}

.slick-prev::before {
  background-image: url(../../images/arrow-left.svg);
}

.slick-next {
  right: 0;
}

.slick-next::before {
  background-image: url(../../images/arrow-right.svg);
}

.slick-disabled::before {
  color: #18213F !important;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

/* support class style */
.disp_none {
  display: none;
}

.full-bg {
  margin-left: calc((100vw - 1140px) / -2);
  margin-right: calc((100vw - 1140px) / -2);
  padding-left: calc((100vw - 1140px) / 2);
  padding-right: calc((100vw - 1140px) / 2);
}

@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;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.blue-link {
  color: #005085;
}

.blue-link:hover {
  color: #E74C3C;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #18213F;
}

.gray-light-bg {
  background-color: #F8F8F8;
}

.violet-light-bg {
  background-color: #F7F7FB;
}

.blue-light-bg {
  background-color: #3498DB;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #8a8a8a;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.not-top-space {
  padding-top: 0;
}

.spacer-40 {
  height: 40px;
}

.spacer-60 {
  height: 60px;
}

.hr {
  margin: 50px 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  max-width: 1240px;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-container {
  max-width: 960px;
  margin: 0 auto;
}

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;
  }
  body.open-nav .header__action {
    display: none;
  }
}

/* page content */
/* header */
.header {
  position: relative;
  z-index: 9999;
  margin-bottom: 80px;
}

@media (max-width: 568px) {
  .header {
    margin-bottom: 40px;
  }
}

.header__top {
  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: 55px;
  background: #F9FBFB;
  position: relative;
}

@media (max-width: 767px) {
  .header__top {
    display: none;
  }
}

.header__top::before {
  content: '';
  position: absolute;
  left: -10000px;
  top: 0;
  right: -10000px;
  bottom: 0;
  background: #F9FBFB;
  z-index: -1;
}

.header__top-nav {
  width: 45%;
}

.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;
  height: 92px;
  position: relative;
}

@media (max-width: 767px) {
  .header__wrap {
    padding: 15px 0;
    height: auto;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__action {
  margin-left: 60px;
}

@media (max-width: 992px) {
  .header__action {
    margin-left: 15px;
  }
}

@media (max-width: 992px) {
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo-image a,
.header__logo-image img {
  display: block;
}

.header__logo-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  color: #3498DB;
  height: 59px;
  border-left: 1px solid rgba(24, 33, 63, 0.08);
  padding-left: 22px;
  margin-left: 29px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .header__logo-slogan {
    padding-left: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .header__logo-slogan {
    display: none;
  }
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.header__contacts .messenger-list {
  margin-left: 33px;
}

@media (max-width: 992px) {
  .header__contacts .messenger-list {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .header__contacts .messenger-list {
    display: none;
  }
}

.header__burger {
  display: none;
}

@media (max-width: 767px) {
  .header__burger {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: -100px;
    background: #fff;
    padding: 110px 20px 160px;
    overflow: auto;
  }
  .header__nav::before {
    content: '';
    position: fixed;
    top: 0;
    height: 80px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
  }
  .header__nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav .messenger-list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.header__nav-nav {
  width: 100%;
  max-width: 68%;
}

@media (max-width: 767px) {
  .header__nav-nav {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header__nav-action {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header__nav-action {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 30px;
  }
}

.top-nav {
  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;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .top-nav {
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .top-nav__item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .top-nav__link {
    font-size: 24px;
  }
}

.top-nav__link:hover {
  color: #3498DB;
}

.h-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-soc__item {
  margin: 0 15px;
}

@media (max-width: 992px) {
  .h-soc__item {
    margin: 0 10px;
  }
}

.h-soc a {
  display: block;
}

.h-soc a:hover img {
  -webkit-filter: invert(45%) sepia(86%) saturate(393%) hue-rotate(161deg) brightness(100%) contrast(99%);
          filter: invert(45%) sepia(86%) saturate(393%) hue-rotate(161deg) brightness(100%) contrast(99%);
}

.h-soc img {
  display: block;
}

.h-partner-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.h-partner-link:hover {
  color: #3498DB;
}

.h-partner-link img {
  margin-right: 17px;
}

.h-phone {
  text-align: right;
}

@media (max-width: 767px) {
  .h-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 25px;
  }
}

.h-phone__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding-left: 36px;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0;
  white-space: nowrap;
  background: url(../../images/icon-phone.svg) left center no-repeat;
}
.h-phone__num.hot_line {
    background: none;
}

.h-phone__num a:hover {
  color: #3498DB;
}

.phone-top2 {
    margin-left: 10px;
  }

@media (max-width: 767px) {
  .h-phone__num {
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    font-size: 0;
    text-indent: 1000px;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 0;
    position: relative;
  }
  .h-phone__num a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
  }
.phone-top2 {
    display: none;
  }
}

.h-phone__callback {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #3498DB;
}

@media (max-width: 767px) {
  .h-phone__callback {
    display: none;
  }
}

.h-phone__callback a {
  border-bottom: 1px dashed #3498DB;
}

.h-phone__callback a:hover {
  border-bottom-color: transparent;
}

.messenger-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.messenger-list__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: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F9FBFB;
  border: 1.2px solid rgba(0, 99, 199, 0.08);
  margin-left: 13px;
}

@media (max-width: 992px) {
  .messenger-list__item {
    margin-left: 5px;
  }
}

.messenger-list__item:first-child {
  margin-left: 0;
}

.messenger-list__item:hover {
  background: rgba(0, 99, 199, 0.08);
}

.messenger-list img {
  display: block;
}

.main-nav {
  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;
  padding: 0 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .main-nav {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .main-nav {
    padding: 0;
    background: none;
    display: block;
  }
}

.main-nav__item {
  position: relative;
  margin-right: 25px;
}

@media (max-width: 992px) {
  .main-nav__item {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .main-nav__item {
    margin-bottom: 15px;
  }
}

.main-nav__item:last-child {
  margin-right: 0;
}

.main-nav__item--mob {
  display: none;
}

@media (max-width: 767px) {
  .main-nav__item--mob {
    display: block;
  }
}

.main-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .main-nav__link {
    height: auto;
    padding: 0;
    font-size: 22px;
    line-height: 1.5;
  }
}

.main-nav__link.active, .main-nav__link:hover {
  color: #3498DB;
}

.main-nav__link--subn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav__link--subn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #005085 transparent transparent transparent;
  margin-left: 13px;
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
  .main-nav__link--subn:after {
    display: none;
  }
}

.main-nav__item:hover .main-nav__link {
  color: #3498DB;
}

@media (min-width: 768px) {
  .main-nav__item:hover .main-nav__subn {
    display: block;
  }
}

.main-nav__subn {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
}

.main-nav-subn {
  padding: 5px 35px 15px 35px;
  background: #fff;
}

.main-nav-subn__item {
  margin-bottom: 10px;
}

.main-nav-subn__item:last-child {
  margin-bottom: 0;
}

.main-nav-subn__link {
  display: block;
  white-space: nowrap;
}

.main-nav-subn__link:hover {
  color: #3498DB;
}

/* pages */
.promo-box {
  margin-top: -110px;
  background: #F9FBFB;
}

@media (max-width: 568px) {
  .promo-box {
    margin-top: -40px;
    margin-top: 0px;
  }
}

.promo-slider {
  position: relative;
}

.promo-slider__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 568px) {
  .promo-slider__item {
    overflow: hidden;
  }
}

.promo-slider__item::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 171px;
  height: 504px;
  background: url(../../images/promo-slider-decor.svg) top center no-repeat;
  z-index: 999;
}

@media (max-width: 568px) {
  .promo-slider__item::before {
    right: -50px;
  }
}

.promo-slider .slick-dots {
  width: 100%;
  max-width: 990px;
  left: 50%;
  margin-left: -495px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1200px) {
  .promo-slider .slick-dots {
    left: 30px;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .promo-slider .slick-dots {
    left: 20px;
  }
}

.promo-slider .slick-dots li:first-child {
  margin-left: 0 !important;
}

.promo-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 600px;
  position: relative;
  padding-left: 75px;
  padding-bottom: 90px;
  max-width: 775px;
}

@media (max-width: 1200px) {
  .promo-slide {
    padding-left: 0;
  }
}

@media (max-width: 568px) {
  .promo-slide {
    height: 560px;
  }
}

.promo-slide__header {
  margin-bottom: 30px;
}

.promo-slide__title {
  font-weight: 800;
  font-size: 64px;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
/*  color: #18213F;*/
  color: #ffffff;
}

@media (max-width: 992px) {
  .promo-slide__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .promo-slide__title {
    font-size: 30px;
    line-height: 1.2;
  }
}

.promo-slide__subtitle {
  font-size: 48px;
  line-height: 64px;
/*  color: #005085;*/
  color: #ffffff;
}

@media (max-width: 767px) {
  .promo-slide__subtitle {
    font-size: 30px;
    line-height: 1.2;
  }
}

.promo-slide__descr {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px;
/*  color: #18213F;*/
color:#ffffff;
}

@media (max-width: 767px) {
  .promo-slide__descr {
    font-size: 20px;
    line-height: 1.5;
  }
}

.promo-slide__more {
  position: relative;
  z-index: 999;
}

.part-cover {
  display: block;
  min-height: 373px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 40px;
  color: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .part-cover {
    height: auto;
    min-height: 0;
    padding: 30px 20px;
  }
}

.part-cover--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 50px;
}

.part-cover--bottom .part-cover__title {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.part-cover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(100.75deg, rgba(0, 0, 0, 0.6) 0.85%, rgba(0, 0, 0, 0) 84.85%, rgba(0, 0, 0, 0) 84.86%);
  z-index: -2;
}

.part-cover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/part-cover-decor.svg) #3498DB top left no-repeat;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.part-cover:hover::before,
.part-cover:hover .part-cover__more {
  opacity: 1;
}

.part-cover--bottom:hover .part-cover__title {
  opacity: 1;
  margin-bottom: 30px;
}

.part-cover__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .part-cover__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
  }
}

.part-cover__descr {
  max-width: 385px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.part-cover__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 36px;
}

.part-cover__price strong {
  font-weight: 800;
  margin-right: 6px;
}

.part-cover__price span {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-right: 6px;
}

.part-cover__more {
  position: absolute;
  left: 40px;
  bottom: 35px;
  font-weight: 800;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .part-cover__more {
    position: static;
    margin-top: 30px;
    opacity: 1;
  }
}

.part-cover__more::after {
  content: '';
  margin-left: 25px;
  width: 20px;
  height: 24px;
  background: url(../../images/arrow-right-white.svg) center no-repeat;
  background-size: contain;
}

.price-section {
  background: #fff;
  z-index: 2;
}

.tabs-header-wrap {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .tabs-header-wrap {
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .tabs-header-wrap::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .tabs-header-wrap::-webkit-scrollbar-track {
    background-color: #F9FBFB;
    margin: 0 15px;
  }
  .tabs-header-wrap::-webkit-scrollbar-thumb {
    background-color: #3498DB;
    border-radius: 4px;
  }
}

.price-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

@media (max-width: 767px) {
  .price-tabs {
    overflow: visible;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .price-tabs__item {
    margin-right: 30px;
  }
  .price-tabs__item:last-child {
    margin-right: 0;
  }
}

.price-tabs__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #18213F;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .price-tabs__item-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}

.price-tabs__item-title::before {
  content: '';
  position: absolute;
  left: -1000px;
  right: -1000px;
  bottom: 1px;
  height: 1px;
  background: #e7e7e7;
}

@media (max-width: 767px) {
  .price-tabs__item-title::before {
    left: 0;
    right: -30px;
  }
}

.price-tabs__item-title span {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #8a8a8a;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .price-tabs__item-title span {
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .price-tabs__item-title span {
    font-size: 14px;
  }
}

.price-tabs__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #005085;
  height: 35px;
}

.price-tabs__item-info img {
  display: block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .price-tabs__item-info span {
    font-size: 12px;
  }
}

.price-tabs__item.active .price-tabs__item-title {
  color: #005085;
}

.price-tabs__item.active .price-tabs__item-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #E74C3C;
  z-index: 1;
}

.price-tabs__item.active .price-tabs__item-title span {
  color: #3498DB;
}

.product-card {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-card {
    margin-bottom: 20px;
  }
}

.product-card__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 384px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .product-card__photo {
    height: 205px;
    margin-bottom: 20px;
  }
}

.product-card__photo-photo {
  display: block;
  max-width: 100%;
}

.product-card__photo-logo {
  display: block;
  margin: 0 auto;
  opacity: 0.2;
  height: 25px;
  mix-blend-mode: luminosity;
  margin-bottom: 15px;
}

.product-card__photo-profile {
  position: absolute;
  left: 17px;
  bottom: 17px;
  width: 120px;
  height: 120px;display:none;
}

@media (max-width: 767px) {
  .product-card__photo-profile {
    width: 50px;
    height: 50px;
  }
}

.product-card__title {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .product-card__title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.product-card__price {
  text-align: center;
  color: #E74C3C;
  font-weight: 800;
  font-size: 28px;
  line-height: 20px;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .product-card__price {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.product-card__price-rub {
  font-weight: normal;
}

.product-card__price-unit {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .product-card__price-unit {
    font-size: 16px;
  }
}

.product-card__note {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .product-card__note {
    font-size: 14px;
    line-height: 1.2;
  }
}

.product-card__note span {
  color: #005085;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .product-card__note span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
  }
}

.product-card__param {
  margin: 30px 0;
  padding: 20px 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .product-card__param {
    padding: 15px 0;
    margin: 20px 0;
  }
}

.product-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .product-card__action {
    margin-top: 0;
  }
}

.product-card__action .button {
  width: 220px;
}

@media (max-width: 767px) {
  .product-card__action .button {
    width: 100%;
    padding: 0;
  }
  .product-card__action .button span {
    text-align: center;
  }
  .product-card__action .button::after {
    margin-left: 0;
  }
}

.param-list__item {
  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;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .param-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.param-list__item:last-child {
  margin-bottom: 0;
}

.param-list__item-title {
  font-size: 14px;
  line-height: 30px;
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .param-list__item-title {
    width: 100%;
    line-height: 1.2;
  }
  .param-list__item-title::after {
    content: ':';
  }
}

.param-list__item-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #18213F;
}

.catalog-section {
  padding-top: 200px;
  position: relative;
  z-index: 1;
  margin-top: -90px;
}

.catalog-section::before {
  content: '';
  width: 514px;
  height: 645px;
  position: absolute;
  right: calc((100vw - 1140px) / 2 - 280px);
  top: 20px;
  z-index: -1;
  background: url(../../images/decor-03.svg) center no-repeat;
}

.cat-filter-box {
  padding-right: 0px;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .cat-filter-box {
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
  .cat-filter-box::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .cat-filter-box::-webkit-scrollbar-track {
    background-color: #F9FBFB;
    margin: 0 20px;
  }
  .cat-filter-box::-webkit-scrollbar-thumb {
    background-color: #3498DB;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .cat-filter-box {
    margin-bottom: 40px;
  }
}

.cat-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -7.5px;
}

@media (max-width: 992px) {
  .cat-filter {
    padding-right: 0;
    margin: 0 -5px;
  }
  .cat-filter::after {
    content: '';
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}

.cat-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  margin: 7.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 992px) {
  .cat-filter__item {
    margin: 5px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .cat-filter__item {
    font-size: 12px;
    line-height: 1;
    height: 32px;
    padding: 2px 10px 0 10px;
  }
}

.cat-filter__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cat-filter__item.active {
  color: #fff;
  background: #3498DB;
}

.catalog-slider {
  margin: 0 -15px;
}

.catalog-slider__item {
  padding: 15px;
}

.catalog-slider .slick-list {
  margin-left: -500px;
  padding-left: 500px;
  margin-right: -500px;
  padding-right: 500px;
}

.catalog-slider .slick-arrow {
  top: auto;
  bottom: 100%;
  margin-bottom: 59px;
}

.catalog-slider .slick-next {
  background-color: #E74C3C;
}

.catalog-slider .slick-next::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.catalog-slider .slick-prev {
  left: auto;
  right: 65px;
}

.catalog-slider .slick-dots {
  bottom: -35px;
  margin: 0 -13px;
}

@media (max-width: 767px) {
  .catalog-slider .slick-dots {
    bottom: -20px;
  }
}

.profile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 280px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
}

@media (max-width: 992px) {
  .profile-card {
    width: 100%;
  }
}

.profile-card__wrap {
  width: 100%;
  padding: 25px;
}

.profile-card__top {
  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;
  margin-bottom: 35px;
}

.profile-card__top-logo {
  display: block;
}

.profile-card__top-series {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #005085;
}

.profile-card__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}

.profile-card__title span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #8a8a8a;
}

.profile-card__descr {
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.profile-card__cover {
  width: 195px;
  min-width: 195px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 992px) {
  .profile-card__cover {
    width: 150px;
    min-width: 150px;
  }
}

.profile-card__cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(153.53deg, rgba(0, 0, 0, 0.4) -15.76%, rgba(0, 0, 0, 0) 109.88%, rgba(0, 0, 0, 0) 109.89%);
}

.profile-card__price {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 40px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  background: #E74C3C;
}

.profile-card__price::before {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 10px;
  border-color: transparent transparent #E74C3C transparent;
}

.intro-section {
  margin-bottom: 70px;
  /*
	&__text {
		order: -2; 
	}
	*/
}

.intro-section:last-child {
  margin-bottom: 30px;
}

.intro-section--profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 568px) {
  .intro-section--profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.intro-section__photo {
  width: 300px;
  min-width: 300px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .intro-section__photo {
    width: 260px;
    min-width: 260px;
    padding-right: 20px;
  }
}

@media (max-width: 568px) {
  .intro-section__photo {
    width: 100%;
    margin-bottom: 40px;
  }
}

.intro-section__photo img {
  display: block;
  max-width: 100%;
}

.laminat-section .title-h2 {
  margin-bottom: 30px;
}

.brand-window-section {
  margin-bottom: -640px;
  padding-bottom: 760px;
}

.advantage-section {
  margin-bottom: -200px;
  padding-bottom: 220px;
}

.param-section {
  margin-top: -200px;
  padding-top: 280px;
}

.variants-section {
  margin-top: -200px;
  padding-top: 280px;
}

.service-section {
  position: relative;
}

.service-section::after {
  content: '';
  position: absolute;
  left: -270px;
  top: 180px;
  z-index: -1;
  width: 1117px;
  height: 947px;
  background: url(../../images/decor-02.svg) center no-repeat;
}

.service-card {
  padding-bottom: 35px;
}

.service-card__icon {
  height: 65px;
}

.service-card__icon img {
  display: block;
}

.service-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 568px) {
  .service-card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.service-card__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #E74C3C;
}

.service-card__descr {
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 568px) {
  .service-card__descr {
    font-size: 14px;
  }
}

.service-banner {
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  background: url(../../images/service-banner-bg.svg) #F7F7FB right -90px bottom -80px no-repeat;
  padding: 20px 35px 25px 35px;
}

@media (max-width: 568px) {
  .service-banner {
    padding: 20px 40px 25px 20px;
    background-position: right -120px bottom -80px;
  }
}

.service-banner::before {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 244px;
  height: 257px;
  background: url(../../images/service-banner-decor.png) center no-repeat;
}

@media (max-width: 568px) {
  .service-banner::before {
    right: -60px;
  }
}

.service-banner .button {
  width: 260px;
  position: relative;
  z-index: 1;
}

.service-banner__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.service-banner__title span {
  font-weight: 800;
  font-size: 56px;
  color: #3498DB;
  position: relative;
  top: 20px;
}

.obj-slider-section {
  position: relative;
  overflow: hidden;
  margin-bottom: -100px;
}

@media (max-width: 767px) {
  .obj-slider-section {
    margin-bottom: -40px;
  }
}

.obj-slider-section::before {
  content: '';
  position: absolute;
  top: -1000px;
  left: 0;
  right: 0;
  bottom: 500px;
  background: #F7F7FB;
  z-index: -2;
}

.obj-slider-section::after {
  content: '';
  position: absolute;
  right: 100px;
  top: -20px;
  z-index: -1;
  width: 513px;
  height: 448px;
  background: url(../../images/decor-01.svg) center no-repeat;
}

.obj-slider {
  position: relative;
  margin: -15px;
}

.obj-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  height: 240px;
  background: #F7F7FB;
  z-index: -1;
}

.obj-slider__slide {
  padding: 15px;
}

.obj-slider .slick-arrow {
  top: auto;
  bottom: 100%;
  margin-bottom: 38px;
}

.obj-slider .slick-next {
  background-color: #E74C3C;
}

.obj-slider .slick-next::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.obj-slider .slick-prev {
  left: auto;
  right: 65px;
}

.obj-slider .slick-dots {
  bottom: -35px;
  margin: 0 -13px;
}

@media (max-width: 767px) {
  .obj-slider .slick-dots {
    bottom: -20px;
  }
}

.obj-card {
  min-height: 500px;
  min-height: 400px;
  padding: 0 25px 25px 25px;
  padding: 0 25px 0px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.obj-card__thumb {
  display: block;
  height: 425px;
  margin: 0 -25px 20px;
  margin: 0 -25px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.obj-card__thumb img {
  display: none;
  width: 100%;
}

.obj-card__date {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 15px;
}

.obj-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

.obj-card__title a:hover {
  color: #3498DB;
}

.obj-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
}

.obj-card__tags .tag {
  margin: 2px;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  font-size: 13px;
  line-height: 20px;
  padding: 0 9px;
  background: #F9FBFB;
}

.tag:hover {
  color: #fff;
  background: #3498DB;
}

@media (max-width: 568px) {
  .section .feedback-form {
    margin-bottom: -60px;
  }
}

.feedback-form {
  height: 428px;
  margin: 0 -75px;
  padding: 60px 200px 60px 75px;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .feedback-form {
    height: auto;
    padding: 60px 75px 60px 75px;
  }
}

@media (max-width: 767px) {
  .feedback-form {
    padding: 40px 75px 40px 75px;
    background-position: left top;
  }
}

.feedback-form__header {
  min-height: 200px;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .feedback-form__header {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .feedback-form__header {
    min-height: 0;
    padding-bottom: 20px;
  }
}

.feedback-form__title {
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 992px) {
  .feedback-form__title {
    font-size: 54px;
  }
  .feedback-form__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .feedback-form__title {
    font-size: 40px;
    line-height: 1.2;
  }
}

.feedback-form__subtitle {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .feedback-form__subtitle {
    font-size: 24px;
    line-height: 1.2;
  }
  .feedback-form__subtitle br {
    display: none;
  }
}

.feedback-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
}

@media (max-width: 992px) {
  .feedback-form__form {
    display: block;
    margin: 0;
  }
}

.feedback-form__form-field {
  width: 33.33%;
  padding: 0 7px;
}

@media (max-width: 992px) {
  .feedback-form__form-field {
    width: auto;
    padding: 0;
    margin: 15px 0;
  }
}

.feedback-form__form input[type=text] {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  background: #fff;
  font-size: 16px;
}

@media (max-width: 767px) {
  .feedback-form__form input[type=text] {
    height: 55px;
  }
}

.feedback-form__note {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .feedback-form__note {
    line-height: 1.5;
  }
}

.office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 50px;
}

@media (max-width: 767px) {
  .office-list {
    margin: 0 0 50px;
  }
}

.office-list:last-child {
  margin-bottom: 0;
}

.office-list__title {
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .office-list__title {
    margin-bottom: 25px;
    padding: 0;
  }
}

.office-list__item {
  padding: 0 15px;
  width: 33.33%;
  margin-bottom:50px;
}

@media (max-width: 767px) {
  .office-list__item {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 0 25px;
  }
  .office-list__item:last-child {
    margin-bottom: 0;
    border: none;
  }
}

.office-card__city {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 16px;
  padding-left: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
}

@media (max-width: 767px) {
  .office-card__city {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
  }
}

.office-card__city::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: #E74C3C;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

.office-card__metro {
  font-size: 16px;
  line-height: 20px;
  padding-left: 32px;
  margin-bottom: 10px;
  background: url(../../images/icon-metro.svg) 1px 5px no-repeat;
}

@media (max-width: 767px) {
  .office-card__metro {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.office-card__metro:last-child {
  margin-bottom: 0;
}

.office-card__addr {
  font-size: 16px;
  line-height: 20px;
  padding-left: 32px;
  background: url(../../images/icon-loc.svg) 1px 3px no-repeat;
}

.office-card__addr.work_time {
    font-size: 16px;
    line-height: 20px;
    padding-left: 32px;
    background: none;
}

@media (max-width: 767px) {
  .office-card__addr {
    font-size: 14px;
  }
}

.info-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 568px) {
  .info-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.info-tabs::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.info-tabs__item {
  position: relative;
  font-weight: 300;
  font-size: 32px;
  line-height: 74px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .info-tabs__item {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 30px;
    padding-bottom: 15px;
  }
}

@media (max-width: 568px) {
  .info-tabs__item {
    margin-right: 0;
  }
}

.info-tabs__item:last-child {
  margin-right: 0;
}

.info-tabs__item.active {
  font-weight: 800;
}

.info-tabs__item.active::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #3498DB;
  border-radius: 3px;
}

.param-card h3 {
  padding: 0;
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #005085;
}

@media (max-width: 767px) {
  .param-card h3 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
}

.param-card ul {
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .param-card ul {
    font-size: 14px;
    line-height: 1.5;
  }
}

.param-card ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.param-card ul li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

.profile-slider {
  padding-top: 30px;
  margin: 0 -15px;
}

.profile-slider__slide {
  padding: 0 15px;
}

.profile-slider .slick-arrow {
  top: auto;
  bottom: 100%;
  margin-bottom: 40px;
}

.profile-slider .slick-next {
  background-color: #E74C3C;
}

.profile-slider .slick-next::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.profile-slider .slick-prev {
  left: auto;
  right: 65px;
}

.profile-slider .slick-dots {
  bottom: -35px;
  margin: 0 -13px;
}

@media (max-width: 767px) {
  .profile-slider .slick-dots {
    bottom: -20px;
  }
}

.profile-sistem {
  display: block;
  max-width: 290px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .profile-sistem {
    max-width: 100%;
  }
}

.profile-sistem__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.profile-sistem__thumb {
  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;
  margin-bottom: 20px;
}

.profile-sistem__thumb img {
  display: block;
  max-width: 100%;
}

.profile-sistem__descr {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.profile-sistem__params {
  padding: 15px 0;
  border-top: 1px dashed #005085;
  border-bottom: 1px dashed #005085;
}

.laminat-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 28px;
  margin: 0 -40px;
}

.laminat-info__col {
  width: 50%;
  padding: 0 40px;
}

@media (max-width: 992px) {
  .laminat-info__col {
    width: 100%;
  }
}

.laminat-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .laminat-colors {
    display: block;
  }
}

.laminat-colors__photo {
  width: 485px;
  min-width: 485px;
  margin-right: 65px;
}

@media (max-width: 992px) {
  .laminat-colors__photo {
    width: 100%;
    min-width: 0;
    margin: 0 0 65px;
  }
}

@media (max-width: 767px) {
  .laminat-colors__photo {
    margin: 0 0 30px;
  }
}

.laminat-colors__photo img {
  display: block;
  max-width: 100%;
}

@media (max-width: 767px) {
  .laminat-colors__photo img {
    max-width: 70%;
    margin: 0 auto;
  }
}

.laminat-colors__varint-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .laminat-colors__varint-title {
    font-size: 28px;
  }
}

.laminat-colors__varint-subtitle {
  font-size: 17px;
}

@media (max-width: 767px) {
  .laminat-colors__varint-subtitle {
    font-size: 14px;
  }
}

.laminat-colors__varint-list {
  margin-top: 42px;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .laminat-colors__varint-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 568px) {
  .laminat-colors__varint .button {
    width: 100%;
  }
}

.color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .color-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.color-list__item {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .color-list__item {
    padding: 8px;
  }
}

.color-list__item img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
  padding: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .color-list__item img {
    width: 50px;
  }
}

.color-list__item span {
  display: block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .color-list__item span {
    font-size: 14px;
  }
}

.color-list__item.active img {
  background: #3498DB;
}

.color-list__item:not(.active):hover img {
  background: #ccc;
}

.tech-info-section {
  padding-top: 460px;
  margin-top: -340px;
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  .tech-info-section {
    padding-top: 60px;
    margin-top: 0;
  }
}

.tech-info-section::after {
  content: '';
  position: absolute;
  right: 100px;
  top: 480px;
  z-index: -1;
  width: 513px;
  height: 448px;
  background: url(../../images/decor-01.svg) center no-repeat;
}

.info-card {
  height: 400px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .info-card {
    height: auto;
    padding: 20px;
  }
}

.info-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: linear-gradient(335.25deg, rgba(0, 0, 0, 0.6) 26.32%, rgba(0, 0, 0, 0) 89.1%, rgba(0, 0, 0, 0) 89.1%);
}

.info-card::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 54px 54px;
}

.info-card--blue::after {
  border-color: transparent transparent #005085 transparent;
}

.info-card--blue-light::after {
  border-color: transparent transparent #3498DB transparent;
}

.info-card--red::after {
  border-color: transparent transparent #E74C3C transparent;
}

.info-card__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.info-card__descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.config-card {
  text-align: center;
  max-width: 312px;
  margin: 0 auto 30px;
}

.config-card__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
  height: 25px;
}

.config-card__logo img {
  display: block;
}

.config-card__photo {
  height: 230px;
  margin-bottom: 35px;
}

.config-card__photo img {
  display: block;
  max-height: 230px;
  max-width: 100%;
  margin: 0 auto;
}

.config-card__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.config-card__descr {
  font-size: 15px;
  line-height: 20px;
  max-width: 267px;
  margin: 0 auto;
}

.accessories-section .subtitle {
  font-size: 20px;
  line-height: 1.5;
  max-width: 700px;
}

@media (max-width: 992px) {
  .accessories-section .subtitle {
    padding-right: 0;
  }
}

.accessories-slder {
  margin: 0 -15px;
}

.accessories-slder__item {
  padding: 15px;
}

.accessories-slder .slick-list {
  margin-left: -500px;
  padding-left: 500px;
  margin-right: -500px;
  padding-right: 500px;
}

.accessories-slder .slick-arrow {
  top: auto;
  bottom: 100%;
  margin-bottom: 52px;
}

.accessories-slder .slick-next {
  background-color: #E74C3C;
}

.accessories-slder .slick-next::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.accessories-slder .slick-prev {
  left: auto;
  right: 65px;
}

.accessories-slder .slick-dots {
  bottom: -35px;
  margin: 0 -13px;
}

@media (max-width: 767px) {
  .accessories-slder .slick-dots {
    bottom: -20px;
  }
}

.accessories-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 290px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .accessories-card {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

.accessories-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 35px 35px 20px 35px;
}

@media (max-width: 767px) {
  .accessories-card__wrap {
    padding: 20px;
  }
}

.accessories-card__cover {
  width: 260px;
  min-width: 260px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .accessories-card__cover {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.accessories-card__cover img {
  display: block;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 767px) {
  .accessories-card__cover img {
    display: none;
  }
}

.accessories-card__info {
  margin-bottom: 30px;
}

.accessories-card__info-title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 15px;
}

.accessories-card__info-descr {
  font-size: 15px;
  line-height: 24px;
}

.accessories-card__more {
  font-weight: 800;
  font-size: 16px;
  color: #3498DB;
}

.accessories-card:hover .accessories-card__cover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.accessories-card--blue {
  color: #fff;
  background: #005085;
}

.accessories-card--blue .accessories-card__more {
  color: #fff;
}

/* popup */
.popup {
  width: 100%;
  max-width: 540px;
  padding: 30px 40px 40px 40px;
  font-family: "M PLUS 1p";
  display: none;
}

@media (max-width: 992px) {
  .popup {
    padding: 30px;
  }
}

@media (max-width: 568px) {
  .popup {
    padding: 20px;
  }
}

.popup__title {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .popup__title {
    margin-bottom: 20px;
  }
}

.popup__title .title-h2 {
  margin: 0;
}

.popup .button {
  width: 100%;
  height: 50px;
  min-width: 200px;
}

.popup-pcard {
  width: 100%;
  max-width: 1100px;
  padding: 30px 40px 40px 40px;
  font-family: "M PLUS 1p";
  display: none;
}

.popup-pcard .product-page {
  padding-bottom: 0;
}

/* footer */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 75px 0 70px;
}

@media (max-width: 992px) {
  .footer {
    padding: 40px 0 0;
  }
}

.footer__top {
  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: 1200px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1200px) {
  .footer__top-logo {
    display: none;
  }
}

@media (max-width: 992px) {
  .footer__top-phone {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .footer__top-messenger {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0 50px;
}

@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav-item {
  width: 25%;
}

.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 16px;
}

@media (max-width: 992px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 30px 0 20px 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 992px) {
  .footer__bottom-soc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .footer__bottom-cpr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .footer__bottom-develop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.f-nav__title {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.f-nav__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #333;
}

.f-nav__item {
  font-size: 15px;
  margin-bottom: 15px;
}

.f-nav__item:last-child {
  margin-bottom: 0;
}

.f-nav__link:hover {
  color: #3498DB;
}

.f-nav__part {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.f-phone {
  text-align: right;
}

.f-phone__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding-left: 36px;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: url(../../images/icon-phone-2.svg) left center no-repeat;
}

.f-phone__num:hover {
  color: #3498DB;
}

.f-phone__wtime {
  font-size: 14px;
  line-height: 24px;
  color: #8a8a8a;
}

.f-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .f-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f-action .button {
  margin-left: 12px;
}

@media (max-width: 1200px) {
  .f-action .button {
    margin: 5px 0;
  }
}

.f-action .button:first-child {
  margin-left: 0;
}

.f-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}

@media (max-width: 767px) {
  .f-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f-soc__item {
  padding: 0 3px;
}

.f-soc img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.soc-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;
  width: 42px;
  height: 42px;
  background-color: #18213F;
  border-radius: 50%;
}

.soc-button img {
  display: block;
}

.soc-button:hover {
  background: #005085;
}

.f-cpr {
  position: relative;
}

.f-develop {
  position: relative;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-develop::before {
  content: '';
  display: block;
  width: 28px;
  height: 14px;
  margin-right: 10px;
  background: url(../../images/icon-visualweb.svg) top center no-repeat;
}

.f-develop a:hover {
  color: #3498DB;
}

.top-nav__item a.top-nav__link.active {
 color: #3498DB;
}
.f-nav__part a.f-nav__link.active {
 color: #3498DB;
}
.error {background: #feeded !important;}

.main-nav-subn__link.active a {
      color: #3498DB;
}

.tags a.active {
color: white;
background: #3498DB;
}

.tags {margin-bottom: 30px;}
.tags a {display: inline-block; text-align: center; padding: 10px 10px 8px; font-size: 13px; color: #1a1a18; background: #eee; text-decoration: none; margin: 0 10px 10px 0;}
.tags a:hover, .tags a.active {color: white; background: #3498DB;}

@media (max-width: 1200px) {
  .tags {padding: 30px 30px 20px;}
  .tags a {margin: 0 10px 10px 0;}
}

@media (max-width: 640px) {
  .tags {padding: 10px 0;margin-bottom: 10px;}
  .tags a {padding: 5px 5px 3px;font-size: 10px;margin: 0 3px 10px 0;}
}
.price_wrap strong {color:#E74C3C; font-weight: 800; font-size:28px; margin: -2px 0 0 5px;}
.price_wrap {display: flex; align-items: center;}
.price_wrap .button {margin-left: 10px;}

@media (max-width: 640px) {
.price_wrap {flex-wrap: wrap;}
.price_wrap .button {margin-left: 0;}
}
.zhaluzi-wrap {display: flex; margin-bottom: 10px;}
.zhaluzi-wrap-img {margin-right: 15px;}
.zhaluzi-wrap-img img {width: 300px; max-width: 300px;}

@media (max-width: 640px) {
.zhaluzi h2 {margin-top: 25px;}
.zhaluzi .price_wrap {margin-top: 10px;}
.zhaluzi-wrap {flex-wrap: wrap;}
.zhaluzi-wrap-img {margin-right: 0;}
.zhaluzi-wrap-img img {width: 100%; max-width: 640px;}
}
.gallery {display: flex; flex-wrap: wrap;justify-content: flex-start;}
.gallery .img {width: 49%; margin-right: 10px;}
.gallery .img img {width: 100%;}
@media (max-width: 640px) {
.gallery .img {width: 100%; margin-right: 0;}
}
.fur {display: flex; flex-wrap: wrap;justify-content: space-between; margin-top: 20px;}
.fur .wr {width: 23%;}
.fur .wr img {width: 100%;}
@media (max-width: 640px) {
.fur .wr {width: 100%; margin-right: 0;}
}

.main-nav-subn__link.active {
  color:#3498DB;
}
.price_wrap-text {display: flex; flex-wrap: wrap; max-width: 300px;}
.price_wrap-text span {font-size: 14px; width: 300px; margin-top: -15px;}
@media (max-width: 1200px) {
.price_wrap-text span {margin-top: -5px;}
}
@media (max-width: 640px) {
.price_wrap-text span {margin-top: 1px;}
}
/* # sourceMappingURL=style.css.map */
/* Stylesheet: Стиль Modified On 2023-07-05 12:16:53 */

.a-logo{
    cursor: default;
}

.a-part-cover{
    cursor: default;
}