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.3s;
    transition: 0.3s;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  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: 0.7;
    color: #343434;
  }
  
  input:-ms-input-placeholder {
    opacity: 0.7;
    color: #343434;
  }
  
  input::-ms-input-placeholder {
    opacity: 0.7;
    color: #343434;
  }
  
  input::placeholder {
    opacity: 0.7;
    color: #343434;
  }
  
  textarea::-webkit-input-placeholder {
    opacity: 0.7;
    color: #343434;
  }
  
  textarea:-ms-input-placeholder {
    opacity: 0.7;
    color: #343434;
  }
  
  textarea::-ms-input-placeholder {
    opacity: 0.7;
    color: #343434;
  }
  
  textarea::placeholder {
    opacity: 0.7;
    color: #343434;
  }
  
  input[type="submit"] {
    cursor: pointer;
  }
  
  textarea,
  button,
  input[type="text"],
  input[type="password"] {
    -webkit-appearance: none;
    outline: none;
  }
  
  body, td, input, textarea, button {
    color: #343434;
    font-family: "Montserrat", 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: -15px;
  }
  
  @media (max-width: 1200px) {
    .row {
      margin: -10px;
    }
  }
  
  @media (max-width: 767px) {
    .row {
      margin: -7.5px;
    }
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding: 15px;
  }
  
  @media (max-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .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: 7.5px;
    }
  }
  
  .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  
  .order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  
  .order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  
  .order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  
  .order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  
  .order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  
  .order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  
  .order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  
  .order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  
  .order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  
  .order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-0 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
    }
    .order-sm-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-sm-2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .order-sm-3 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .order-sm-4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
    }
    .order-sm-5 {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
    }
    .order-sm-6 {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6;
    }
    .order-sm-7 {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7;
    }
    .order-sm-8 {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8;
    }
    .order-sm-9 {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9;
    }
    .order-sm-10 {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10;
    }
    .order-sm-11 {
      -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
              order: 11;
    }
    .order-sm-12 {
      -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
              order: 12;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-0 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
    }
    .order-md-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-md-2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .order-md-3 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .order-md-4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
    }
    .order-md-5 {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
    }
    .order-md-6 {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6;
    }
    .order-md-7 {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7;
    }
    .order-md-8 {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8;
    }
    .order-md-9 {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9;
    }
    .order-md-10 {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10;
    }
    .order-md-11 {
      -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
              order: 11;
    }
    .order-md-12 {
      -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
              order: 12;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-0 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
    }
    .order-lg-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-lg-2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .order-lg-3 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .order-lg-4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
    }
    .order-lg-5 {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
    }
    .order-lg-6 {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6;
    }
    .order-lg-7 {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7;
    }
    .order-lg-8 {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8;
    }
    .order-lg-9 {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9;
    }
    .order-lg-10 {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10;
    }
    .order-lg-11 {
      -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
              order: 11;
    }
    .order-lg-12 {
      -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
              order: 12;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-0 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
    }
    .order-xl-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .order-xl-2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .order-xl-3 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .order-xl-4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
    }
    .order-xl-5 {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
    }
    .order-xl-6 {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6;
    }
    .order-xl-7 {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7;
    }
    .order-xl-8 {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8;
    }
    .order-xl-9 {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9;
    }
    .order-xl-10 {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10;
    }
    .order-xl-11 {
      -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
              order: 11;
    }
    .order-xl-12 {
      -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
              order: 12;
    }
  }
  
  /* elements */
  .title-h1,
  .title-h2,
  .title-h3,
  .title-h4 {
    padding: 0;
    margin: 0;
    font-family: "Montserrat";
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 400;
  }
  
  .title-h1._center,
  .title-h2._center,
  .title-h3._center,
  .title-h4._center {
    text-align: center;
  }
  
  .title-h1 {
    font-size: 96px;
    line-height: 1;
  }
  
  @media (max-width: 1200px) {
    .title-h1 {
      font-size: 70px;
    }
  }
  
  @media (max-width: 768px) {
    .title-h1 {
      font-size: 32px;line-height:1.2;
    }
  }
  
  .title-h2 {
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 70px;
  }
  
  @media (max-width: 1200px) {
    .title-h2 {
      font-size: 56px;
      line-height: 1.4;
      margin-bottom: 50px;
    }
  }
  
  @media (max-width: 992px) {
    .title-h2 {
      font-size: 42px;
      line-height: 1.2;
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 568px) {
    .title-h2 {
      font-size: 34px;
    }
  }
  
  .title-h3 {
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 40px;
    max-width: 1000px;
  }
  
  .title-h3._center {
    margin: 0 auto 40px;
  }
  
  @media (max-width: 992px) {
    .title-h3 {
      font-size: 36px;
      line-height: 1.2;
    }
  }
  
  @media (max-width: 568px) {
    .title-h3 {
      font-size: 26px;
    }
  }
  
  .title-h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  
  .title-h4::last-child {
    margin-bottom: 0;
  }
  
  hr {
    border: none;
    display: block;
    margin: 40px 0;
    height: 1px;
    background: #dedede;
  }
  
  .cms_submit,
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 30px;
    height: 64px;
    -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: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    background: #FBBF00;
    color: #343434;
  }
  
  @media (max-width: 767px) {
    .cms_submit,
    .button {
      padding: 0 15px;
      height: 54px;
      font-size: 14px;font-weight: 600;
    }
  }
  
  .cms_submit:hover,
  .button:hover {
    color: #fff;
    background: #222;
  }
  
  .cms_submit._border,
  .button._border {
    color: #343434;
    background: #fff;
    /*border: 1px solid #343434;*/
  }
  
  .cms_submit._border:hover,
  .button._border:hover {
    color: #fff;
    background: #222;
  }
  
  .cms_submit._white,
  .button._white {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
  }
  
  .cms_submit._white-fill,
  .button._white-fill {
    color: #343434;
    background: #fff;
  }
  
  .cms_submit._white-fill:hover,
  .button._white-fill:hover {
    color: #fff;
    background: #222;
  }
  
  .cms_submit._sm,
  .button._sm {
    height: 52px;
  }
  
  .hr {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 50px -50px;
  }
  
  .space-bottom {
    padding-bottom: 60px;
  }
  
  .typography {
    font-size: 16px;
    line-height: 30px;
    margin-bottom:40px;
  }
  
  @media (max-width: 767px) {
    .typography {
      font-size: 15px;
      line-height: 1.7;
    }
  }
  
  .typography h1,
  .typography h2,
  .typography h3,
  .typography h4 {
    padding: 0;
    margin: 0;
    font-family: "Montserrat";
    margin: 25px 0;
    line-height: 1.3;
    text-transform: uppercase;
  }
  
  .typography h1:first-child,
  .typography h2:first-child,
  .typography h3:first-child,
  .typography h4:first-child {
    margin-top: 0;
  }
  
  .typography h1:last-child,
  .typography h2:last-child,
  .typography h3:last-child,
  .typography h4:last-child {
    margin-bottom: 0;
  }
  
  .typography h1 {
    font-size: 48px;
  }
  
  @media (max-width: 1200px) {
    .typography h1 {
      font-size: 40px;
    }
  }
  
  @media (max-width: 992px) {
    .typography h1 {
      font-size: 36px;
    }
  }
  
  @media (max-width: 767px) {
    .typography h1 {
      font-size: 26px;
    }
  }
  
  .typography h1:first-child {
    margin-top: 0;
  }
  
  .typography h2 {
    font-size: 32px;
    font-weight: 400;
  }
  
  @media (max-width: 992px) {
    .typography h2 {
      font-size: 24px;
    }
  }
  
  .typography h2:first-child {
    margin-top: 0;
  }
  
  .typography h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 15px 0;
    font-weight: 400;
  }
  
  @media (max-width: 992px) {
    .typography h3 {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .typography h3 {
      font-size: 19px;
    }
  }
  
  .typography h3:first-child {
    margin-top: 0;
  }
  
  .typography h3:last-child {
    margin-bottom: 0;
  }
  
  .typography h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-transform: none;
    font-family: "Montserrat";
  }
  
  @media (max-width: 767px) {
    .typography h4 {
      font-size: 18px;
      line-height: 1.5;
    }
  }
  
  .typography P {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  
  @media (max-width: 767px) {
    .typography P {
      font-size: 15px;
      line-height: 1.7;
    }
  }
  
  .typography P:last-child {
    margin-bottom: 0;
  }
  
  .typography figure {
    display: block;
    margin: 40px 0;
  }
  
  .typography figure:first-child {
    margin-top: 0;
  }
  
  .typography figure: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: 16px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 12px;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .typography ul li {
      font-size: 15px;
      line-height: 1.7;
    }
  }
  
  .typography ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 6px;
    background: url(../../images/marker.svg) center no-repeat;
  }
  
  .typography ol {
    margin-bottom: 15px;
    padding-left: 15px;
    counter-reset: custom-counter;
    list-style: none;
  }
  
  .typography ol:last-child {
    margin-bottom: 0;
  }
  
  .typography ol li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
  }
  
  @media (max-width: 767px) {
    .typography ol li {
      font-size: 15px;
      line-height: 1.7;
    }
  }
  
  .typography ol li::before {
    content: counter(custom-counter) ".";
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .typography table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
  }
  
  .typography table th {
    height: 60px;
    padding: 15px 30px;
    border-top: 1px solid #FBBF00;
    border-bottom: 1px solid #FBBF00;
    text-align: left;
    color: #FBBF00;
    font-weight: normal;
  }
  
  @media (max-width: 767px) {
    .typography table th {
      white-space: nowrap;
      font-size: 16px;
      padding: 15px;
    }
  }
  
  .typography table th:first-child {
    border-radius: 15px 0 0 15px;
    border-left: 1px solid #FBBF00;
  }
  
  .typography table th:last-child {
    border-radius: 0 15px 15px 0;
    border-right: 1px solid #FBBF00;
  }
  
  .typography table td {
    height: 60px;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 30px;
    background: #FBBF00;
  }
  
  @media (max-width: 767px) {
    .typography table td {
      font-size: 16px;
      padding: 15px;
    }
  }
  
  .typography table td:first-child {
    border-radius: 15px 0 0 15px;
  }
  
  .typography table td:last-child {
    border-radius: 0 15px 15px 0;
  }
  
  .table-scroll {
    overflow: auto;
  }
  
  @media (max-width: 767px) {
    .table-scroll {
      margin: 0 -30px;
      padding: 0 0 0 30px;
    }
  }
  
  .breadcrumb {
    color: #888;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media (max-width: 1200px) {
    .breadcrumb {
      left: 30px;
    }
  }
  
  @media (max-width: 992px) {
    .breadcrumb {
      left: 20px;flex-wrap:wrap;margin-bottom: 0px;
    }
  }
  
  @media (max-width: 768px) {
    .breadcrumb {
      font-size: 12px;line-height: 24px;
    }
  }
  
  .breadcrumb a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .breadcrumb a:hover {
    color: #FBBF00;
  }
  
  .breadcrumb a::after {
    content: '';
    width: 1px;
    height: 11px;
    background: #ccc;
    margin: 0 10px;
    position: relative;
    top: 0;
  }
  
  .breadcrumb span {
    color: #343434;
  }
  
  .forms label:not([class]) {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .forms__label {
    margin-bottom: 8px;
  }
  
  @media (max-width: 767px) {
    .forms__label {
      margin-bottom: 5px;
    }
  }
  
  .forms__label span {
    color: #e54a34;
  }
  
  .forms__field {
    margin-bottom: 30px;
  }
  
  .forms__field:last-child {
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .forms__field {
      margin-bottom: 20px;
    }
  }
  
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    background: none;
    border: none;
    background: #F7F2E9;
    border-radius: 4px;
  }
  
  @media (max-width: 767px) {
    .forms textarea,
    .forms input[type="text"],
    .forms input[type="password"],
    .forms input[type="email"],
    .forms input[type="tel"] {
      height: 50px;
      font-size: 16px;
    }
  }
  
  .forms textarea {
    padding: 30px;
    resize: none;
    height: 220px;
  }
  
  @media (max-width: 1200px) {
    .forms textarea {
      padding: 18px 20px;
    }
  }
  
  @media (max-width: 767px) {
    .forms textarea {
      padding: 15px 15px;
    }
  }
  
  .forms .jq-selectbox {
    width: 100%;
  }
  
  .checked-list__item {
    margin-bottom: 12px;
  }
  
  .checked-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;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
  }
  
  .checkbox span {
    margin-left: 20px;
  }
  
  .checkbox a {
    text-decoration: underline;
  }
  
  .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: #FBBF00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .burger-btn::before, .burger-btn::after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #FBBF00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .burger-btn::before {
    top: 0;
  }
  
  .burger-btn::after {
    bottom: 0;
  }
  
  .burger-btn.open {
    height: 30px;
  }
  
  .burger-btn.open span {
    opacity: 0;
  }
  
  .burger-btn.open::before, .burger-btn.open::after {
    width: 28px;
    background: #fff;
  }
  
  .burger-btn.open::before {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .burger-btn.open::after {
    bottom: 50%;
    margin-bottom: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .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: 150px;
    height: 60px;
  }
  
  .counter__btn {
    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;
    text-align: center;
    width: 58px;
    height: 58px;
    font-weight: 700;
    font-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .counter__btn:hover {
    color: #FBBF00;
  }
  
  .counter__btn--down.disable {
    cursor: default;
  }
  
  .counter__btn--up.disable {
    cursor: default;
  }
  
  .counter__text {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    display: block;
    border: none;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
  }
  
  .more-link {
    font-size: 20px;
    padding-right: 24px;
    background: url(../../images/more-arrow.svg) right center no-repeat;
  }
  
  @media (max-width: 1200px) {
    .more-link {
      font-size: 18px;
    }
  }
  
  .more-link:hover {
    color: #FBBF00;
  }
  
  .tabs__header {
    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;
    flex-wrap: wrap;margin-top: 60px;
  }
  
  .tabs__item {
    cursor: pointer;
    margin: 0 5px 10px;
display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 30px;
    height: 64px;
    -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: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    background: #FBBF00;
    color: #343434;
  }

  .tabs__item:hover, .tabs__item.active {color: #fff;background: #222;}
  
  .tabs__item__item:hover, .tabs__item__item.active {
    opacity: 1;
  }
  
  .tabs__box {
    display: none;
  }
  
  .tabs__box.visible {
    display: block;
  }

  @media (max-width: 767px) {
    .tabs__header {display: flex;flex-wrap: nowrap;overflow-x: auto;justify-content: flex-start;}
  }

  /* plugins */
  .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .slick-dots li {
    width: 50px;
    height: 3px;
    border-radius: 0;
    background: #FBBF00;
    margin: 0 10px !important;
    padding: 0 !important;
    list-style: none;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.2;
    cursor: pointer;
  }
  
  .slick-dots li::before {
    display: none;
  }
  
  @media (max-width: 767px) {
    .slick-dots li {
      margin: 0 5px !important;
    }
  }
  
  .slick-dots li.slick-active {
    width: 85px;
    opacity: 1;
  }
  
  .slick-dots button {
    width: 16px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-indent: 1000px;
    overflow: hidden;
  }
  
  .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 100;
    width: 46px;
    height: 46px;
    border: none;
    cursor: pointer;
    text-indent: 1000px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
  }
  
  .slick-arrow:hover:not(.slick-disabled) {
    background-color: rgba(255, 255, 255, 0.3);
  }
  
  .slick-prev {
    left: 0;
    background-image: url(../../images/button-prev.svg);
  }
  
  .slick-next {
    right: 0;
    background-image: url(../../images/button-next.svg);
  }
  
  .slick-disabled {
    opacity: 0.2;
    cursor: default;
  }
  
  /* support class style */
  .beige-bg {
    background: #F7F2E9;
  }
  
  .black-bg {
    background: #343434;
    color: #fff;
  }
  
  .spacer {
    height: 150px;
  }
  
  @media (max-width: 1400px) {
    .spacer {
      height: 150px;
    }
  }
  
  @media (max-width: 568px) {
    .spacer {
      height: 150px;
    }
  }
  
  .spacer-lg {
    height: 220px;
  }
  
  @media (max-width: 1400px) {
    .spacer-lg {
      height: 100px;
    }
  }
  
  @media (max-width: 568px) {
    .spacer-lg {
      height: 50px;
    }
  }
  
  .full-bg {
    margin-left: calc((100vw - 1580px) / -2);
    margin-right: calc((100vw - 1580px) / -2);
    padding-left: calc((100vw - 1580px) / 2);
    padding-right: calc((100vw - 1580px) / 2);
  }
  
  @media (max-width: 1660px) {
    .full-bg {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  
  @media (max-width: 1200px) {
    .full-bg {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  @media (max-width: 992px) {
    .full-bg {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .container {
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1660px;
    width: 100%;
  
  
  
  
  }
  
  
  
  
  @media (max-width: 1200px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  @media (max-width: 992px) {
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  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;
      background: #FBBF00;
    }
    body.open-nav .header__top {
      z-index: 999;
    }
    body.open-nav .header__action {
      z-index: 999;
    }
  }
  
  /* page content */
  .cbc {
    min-height: 100%;
    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;
  }
  
  .page-content {
    min-height: calc(100vh - 460px);
  }
  
  /* header */
  .header {
    height: 200px;
    position: relative;
    z-index: 999;
  }
  
  @media (max-width: 568px) {
    .header {
      height: 85px;
    }
  }
  
  .header__wrap {
    position: relative;
    padding: 25px 0 25px 280px;
    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;
  }
  
  @media (max-width: 1400px) {
    .header__wrap {
      padding-left: 220px;
    }
  }
  
  @media (max-width: 1200px) {
    .header__wrap {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 0;
    }
  }
  
  @media (max-width: 1200px) {
    .header__left {
      display: none;
    }
  }
  
  .header__right {
    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;flex-wrap: wrap;
  }

  .header__right span {padding-left: 32px;}
  
  .header__phone {display:block}

  .header__nav {
    position: relative;
    padding-left: 312px;
  }
  
  @media (max-width: 1400px) {
    .header__nav {
      padding-left: 220px;
    }
  }
  
  @media (max-width: 992px) {
    .header__nav {
      padding-left: 0;
      padding-top: 25px;
    }
    .header__right span {display:none;}
    .header__phone {display:flex}
  }
  
  @media (max-width: 767px) {
    .header__nav {
      position: fixed;
      width: auto;
      top: 85px;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      background: #FBBF00;
      z-index: 9999;
      display: none;
      padding: 50px 20px 20px;
    }
    .header__nav .header-feedback {
      display: block;
    }
  }
  
  .header__burger {
    display: none;
  }
  
  @media (max-width: 767px) {
    .header__burger {
      display: block;
    }
  }
  
  .header-logo {
    position: absolute;
    left: 40px;
    top: 0;
    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: 238px;
    height: 200px;
    /*background: #fff;*/
    z-index: 1;
  }
  
  @media (max-width: 1400px) {
    .header-logo {
      width: 180px;
      height: 160px;
    }
  }
  
  @media (max-width: 1200px) {
    .header-logo {
      left: 30px;
    }
  }
  
  @media (max-width: 992px) {
    .header-logo {
      left: 20px;
      width: 118px;
      height: 118px;
    }
  }
  
  @media (max-width: 768px) {
    .header-logo {
      width: 95px;
      height: 80px;
    }
  }
  
  .header-logo img {
    display: block;
  }
  
  @media (max-width: 1400px) {
    .header-logo img {
      width: 100px;
    }
  }
  
  @media (max-width: 992px) {
    .header-logo img {
      width: 80px;
    }
  }
  
  .header-msgr {
    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;
    margin: 0 25px;
  }
  
  @media (max-width: 992px) {
    .header-msgr {
      margin: 0 25px 0 0;
    }
    .header-msgr .header-msgr__item:first-child img {width:35px;}
  }
  
  .header-msgr img {
    display: block;
  }
  
  .header .button {
    height: 68px;
  }
  
  @media (max-width: 767px) {
    .header .button {
      display: none;
    }
  }
  
  .header-location {
    padding-left: 32px;
    background: url(../../images/icon-location.svg) 0 3px no-repeat;
  }
  
  @media (max-width: 1400px) {
    .header-location {
      position: relative;
      top: 10px;
    }
  }
  
  .header-location__addr {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  
  @media (max-width: 1400px) {
    .header-location__addr {
      font-size: 14px;
    }
  }
  
  .header-location__label {
    font-size: 13px;
    line-height: 24px;
    opacity: 0.6;
  }
  
  @media (max-width: 1400px) {
    .header-location__label {
      font-size: 12px;
    }
  }
  
  .header-phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    padding-left: 32px;
    background: url(../../images/icon-phone.svg) 0 -1px no-repeat;
  }
  
  @media (max-width: 1400px) {
    .header-phone {
      font-size: 18px;
    }
  }
  
  @media (max-width: 992px) {
    .header-phone {
      display: block;
      overflow: hidden;
      text-indent: -1000px;
      font-size: 0;
      color: transparent;
      padding: 0;
      width: 40px;
      height: 40px;
      background-position: center center;
      background-size: 23px;
      border-radius: 50%;
    }
  }
  
  .header._white {
    color: #fff;
  }
  
  .header._white .header-logo {
    background: #F7F2E9;
  }
  
  .header._white .header-location {
    background-image: url(../../images/icon-location-white.svg);
  }
  
  .header._white .header-phone {
    background-image: url(../../images/icon-phone-white.svg);
  }
  
  .header._white .header-msgr img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  
  .header._white .main-nav__link._dropdown::after {
    content: '';
    width: 10px;
    height: 7px;
    background: url(../../images/arrow-down-white.svg) right center no-repeat;
    margin-left: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .main-nav {
    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;
    margin: 0 -10px;
  }
  
  @media (max-width: 767px) {
    .main-nav {
      display: block;
    }
  }
  
  .main-nav__item {
    position: relative;
  }
  
  .main-nav__item:hover .main-nav__link._dropdown.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  @media (min-width: 768px) {
    .main-nav__item:hover .main-nav__link {
      color: #FBBF00;
    }
    .main-nav__item:hover .main-nav__link._dropdown::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-image: url(../../images/arrow-down-yellow.svg);
    }
    .main-nav__item:hover .main-nav__dropdown {
      display: block;
    }
  }
  
  .main-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;font-weight:500;font-size:22px;
  }
  
  @media (max-width: 767px) {
    .main-nav__link {
      font-size: 22px;
      -webkit-transition: none;
      transition: none;color:#fff;
    }
  }
  
  .main-nav__link._dropdown::after {
    content: '';
    width: 10px;
    height: 7px;
    background: url(../../images/arrow-down.svg) right center no-repeat;
    margin-left: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .main-nav__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
  }
  
  @media (max-width: 767px) {
    .main-nav__dropdown {
      position: static;
    }
  }
  
  .main-nav-dropdown {
    background: #fff;
    margin: 44px -60px 0;
    padding: 0 60px;
  }
  
  @media (max-width: 1400px) {
    .main-nav-dropdown {
      margin: 25px -50px 0;
      padding: 0 50px;
    }
  }
  
  @media (max-width: 767px) {
    .main-nav-dropdown {
      background: none;
      padding: 0 0 0 40px;
      margin: 0;
    }
  }
  
  .main-nav-dropdown::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 44px;
  }
  
  @media (max-width: 1400px) {
    .main-nav-dropdown::before {
      height: 25px;
    }
  }
  
  .main-nav-dropdown__item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  @media (max-width: 767px) {
    .main-nav-dropdown__item {
      border: none;
    }
  }
  
  .main-nav-dropdown__item:last-child {
    border-bottom: none;
  }
  
  .main-nav-dropdown__item .main-nav-dropline {
    display: none;
  }
  
  @media (min-width: 768px) {
    .main-nav-dropdown__item .main-nav-dropline {
      position: absolute;
      left: 100%;
      top: 0;
      margin-left: 60px;
    }
    .main-nav-dropdown__item .main-nav-dropline::before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      width: 60px;
    }
  }
  
  @media (min-width: 993px) {
    .main-nav-dropdown__item:hover .main-nav-dropline {
      display: block;
    }
  }
  
  @media (min-width: 768px) {
    .main-nav-dropdown__item:hover .main-nav-dropdown__link {
      color: #FBBF00;
    }
  }
  
  .main-nav-dropdown__link {
    display: block;
    padding: 25px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    white-space: nowrap;
    min-width: 255px;
  }
  
  @media (max-width: 767px) {
    .main-nav-dropdown__link {
      min-width: 0;
      white-space: inherit;
      padding: 5px 0;
      -webkit-transition: none;
      transition: none;
      font-size: 18px;
    }
    .main-nav-dropdown__link._dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .main-nav-dropdown__link._dropdown::after {
      content: '';
      width: 8px;
      height: 5px;
      background: url(../../images/arrow-down.svg) center no-repeat;
      background-size: contain;
      margin-left: 8px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }
  }
  
  .main-nav-dropline {
    background: #343434;
    color: #fff;
    padding: 30px 60px;
  }
  
  @media (max-width: 767px) {
    .main-nav-dropline {
      background: none;
      padding: 10px 0 20px 20px;
    }
  }
  
  .main-nav-dropline__item {
    margin-bottom: 25px;
  }
  
  @media (max-width: 767px) {
    .main-nav-dropline__item {
      margin-bottom: 15px;
    }
  }
  
  .main-nav-dropline__item:last-child {
    margin-bottom: 0;
  }
  
  .main-nav-dropline__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  
  @media (min-width: 768px) {
    .main-nav-dropline__link {
      white-space: nowrap;
    }
    .main-nav-dropline__link:hover {
      color: #FBBF00;
    }
  }
  
  @media (max-width: 767px) {
    .main-nav-dropline__link {
      line-height: 1.5;
    }
  }
  
  /* pages */
  .anmtli {
    opacity: 0;
  }
  
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  
  @media (max-width: 1400px) {
    .section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media (max-width: 992px) {
    .section {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  
  @media (max-width: 568px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  
  .section._lg {
    padding-top: 280px;
    padding-bottom: 280px;
  }
  
  @media (max-width: 767px) {
    .section._lg {
      padding-top: 40px;
      padding-bottom: 140px;
    }
  }
  
  .section._bottom {
    padding-top: 0;
  }
  
  .page-header {
    margin-top: -200px;
    padding-top: 260px;
    padding-bottom: 230px;
    background: #F7F2E9;
  }
  
  @media (max-width: 1200px) {
    .page-header {
      padding-bottom: 70px;
    }
  }
  
  @media (max-width: 767px) {
    .page-header {
      padding-top: 100px;
    }
  }
  
  @media (max-width: 768px) {
    .page-header {
      margin-top: -85px;
      padding-bottom: 35px;
    }
  }
  
  .page-header .title-h1 {
    margin-bottom: 0;
  }
  
  .page-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media (max-width: 1200px) {
    .page-intro {
      padding-top: 50px;
    }
  }
  
  @media (max-width: 992px) {
    .page-intro {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  @media (max-width: 767px) {
    .page-intro {
      margin-bottom: 40px;
    }
  }
  
  .page-intro__text {
    width: 640px;
    padding-top: 90px;
  }

  .page-intro__text ul li {list-style: disc;margin-left: 18px;padding: 0;}
.page-all__text ul li {list-style: disc;margin-left: 18px;padding: 0;}
.page-all__text {padding-top:60px;}

  @media (max-width: 1200px) {
    .page-intro__text {
      padding-top: 0;
    }
  }
  
  @media (max-width: 992px) {
    .page-intro__text {
      width: 100%;
    }
  }
  
  .page-intro__cover {
    margin-top: -160px;
  }
  
  @media (max-width: 1200px) {
    .page-intro__cover {
      margin-top: 0;
      margin-left: 40px;
    }
  }
  
  @media (max-width: 992px) {
    .page-intro__cover {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 0 40px;
      width: 100%;
    }
  }
  
  .page-intro__cover img {
    display: block;
    width: 640px;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media (max-width: 1200px) {
    .page-intro__cover img {
      width: 340px;
      height: 340px;
    }
  }
  
  @media (max-width: 992px) {
    .page-intro__cover img {
      width: 100%;
    }
  }
  
  /*.page-intro + .section {
    margin-top: -30px;
  }*/
  
  .promo-box {
    margin-top: -200px;
    margin-bottom: 40px;
  }
  
  @media (max-width: 1400px) {
    .promo-box {
      margin-bottom: 80px;
    }
  }
  
  @media (max-width: 992px) {
    .promo-box {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 568px) {
    .promo-box {
      margin-top: -85px;
    }
  }
  
  .promo-box .slick-prev,
  .promo-box .slick-next {
    left: calc((100vw - 1580px) / 2);
    right: auto;
    bottom: 75px;
  }
  
  @media (max-width: 1660px) {
    .promo-box .slick-prev,
    .promo-box .slick-next {
      left: 40px;
    }
  }
  
  @media (max-width: 1200px) {
    .promo-box .slick-prev,
    .promo-box .slick-next {
      left: 30px;
    }
  }
  
  @media (max-width: 992px) {
    .promo-box .slick-prev,
    .promo-box .slick-next {
      left: 20px;
    }
  }
  
  .promo-box .slick-next {
    margin-left: 56px;
  }
  
  .promo-slide {
    height: 860px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 320px;
    color: #fff;
  position: relative;
  }
.promo-slide-wrap {padding-left:312px;}
  
  @media (max-width: 1400px) {
    .promo-slide {
      padding-top: 280px;
      height: 720px;
    }
  }
  
  @media (max-width: 768px) {
.promo-slide-wrap {padding-left:0;}
    .promo-slide {
      padding-top: 170px;
      height: 560px;
    }
  }
  
  
  
  
  
  
  
  .promo-slide__title {
    font-weight: 400;
    font-size: 96px;
    line-height: 1;
    margin: 0 0 40px;
    padding: 0;
  }
  
  @media (max-width: 1400px) {
    .promo-slide__title {
      font-size: 72px;
    }
  }
  
  @media (max-width: 992px) {
    .promo-slide__title {
      font-size: 54px;
    }
  }
  
  @media (max-width: 568px) {
    .promo-slide__title {
      font-size: 41px;
    }
  }
  
  .promo-slide__price {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
  }
  
  @media (max-width: 1400px) {
    .promo-slide__price {
      font-size: 26px;
    }
  }
  
  .more-box {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  @media (max-width: 1400px) {
    .more-box {
      margin-top: 60px;
    }
  }
  
  @media (max-width: 568px) {
    .more-box {
      margin-top: 40px;
    }
    .more-box .button {
      width: 100%;
    }
  }
  
  .faq {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
  }
  
  .faq__item {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 10px;
    padding-top: 30px;
  }
  
  @media (max-width: 992px) {
    .faq__item {
      padding-top: 10px;
    }
  }
  
  .faq__item:last-child {
    margin-bottom: 0;
  }
  
  .faq__item-question {
    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;
    min-height: 45px;
    padding: 30px 0;
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  @media (max-width: 1200px) {
    .faq__item-question {
      padding: 15px 0;
      font-size: 20px;
    }
  }
  
  @media (max-width: 992px) {
    .faq__item-question {
      font-size: 18px;
    }
  }
  
  .faq__item-question::after {
    content: '';
    width: 45px;
    min-width: 45px;
    height: 45px;
    background: url(../../images/button-plus.svg) center no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  @media (max-width: 992px) {
    .faq__item-question::after {
      width: 35px;
      min-width: 35px;
      height: 35px;
      background-size: cover;
    }
  }
  
  .faq__item-question:hover {
    color: #FBBF00;
  }
  
  .faq__item-question.open::after {
    background-image: url(../../images/button-minus.svg);
  }
  
  .faq__item-answer {
    padding: 0 20px 30px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #5B5B5B;
    display: none;
  }
  
  .promo-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 50px;
    background: #FBBF00;
    position: absolute;
    right: calc((100vw - 1580px) / 2);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
  @media (max-width: 1660px) {
    .promo-stat {
      right: 0;
    }
  }
  
  @media (max-width: 1400px) {
    .promo-stat {
      padding: 50px 30px;
    }
  }
  
  @media (max-width: 992px) {
    .promo-stat {
      position: static;
      -webkit-transform: none;
              transform: none;
      padding: 30px 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  @media (max-width: 568px) {
    .promo-stat {
      padding: 25px 0;
    }
  }
  
  .promo-stat__item {
    padding: 0 40px;
  }
  
  @media (max-width: 568px) {
    .promo-stat__item {
      width: 33.33%;
      padding: 0 5px;
    }
  }
  
  @media (max-width: 1200px) {
    .stat-card {
      max-width: 160px;
    }
  }
  
  @media (max-width: 568px) {
    .stat-card {
      text-align: center;
    }
  }
  
  .stat-card__val {
    font-size: 64px;
    line-height: 78px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 18px;
    opacity: 0;
  }
  
  @media (max-width: 1400px) {
    .stat-card__val {
      font-size: 56px;
    }
  }
  
  @media (max-width: 1200px) {
    .stat-card__val {
      font-size: 48px;
    }
  }
  
  @media (max-width: 568px) {
    .stat-card__val {
      font-size: 32px;
      line-height: 1.1;
      margin-bottom: 10px;
      text-align: center;
    }
  }
  
  .stat-card__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  
  @media (max-width: 568px) {
    .stat-card__title {
      font-size: 14px;
      line-height: 1.4;
      max-width: 110px;
      margin: 0 auto;
    }
  }
  
  .el-slider {
    margin: 0 -15px;
  }
  
  @media (max-width: 992px) {
    .el-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-overflow-style: none;
      scrollbar-width: none;
      overflow: auto;
      margin: 0 -27.5px;
      padding: 0 20px;
    }
    .el-slider::-webkit-scrollbar {
      display: none;
    }
  }
  
  .el-slider__item {
    padding: 0 15px;
    height: 100%;
  }
  
  @media (max-width: 992px) {
    .el-slider__item {
      min-width: 45vw;
      padding: 0 7.5px;
    }
  }
  
  @media (max-width: 568px) {
    .el-slider__item {
      min-width: 85vw;
    }
  }
  
  .el-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .el-slider .slick-slide {
    height: auto;
  }
  
  .el-slider .slick-slide > * {
    height: 100%;
  }
  
  .el-slider .slick-prev,
  .el-slider .slick-next {
    left: auto;
    right: 15px;
    bottom: 100%;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
    margin-bottom: 82px;
  }
  
  .el-slider .slick-prev {
    margin-right: 56px;
  }
  
  .case-card {
    display: block;
    padding: 0 25px 50px 25px;
    background: #fff;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .case-card:hover {
    background: #FBBF00;
  }
  
  .case-card:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  
  .case-card:hover .case-card__price {
    color: #343434;
  }
  
  .case-card__thumb {
    margin: 0 -25px 25px;
    overflow: hidden;
  }
  
  .case-card__thumb img {
    display: block;
    width: 100%;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  
  .case-card__date {
    display: block;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 24px;
    color: #5B5B5B;
    padding-left: 26px;
    background: url(../../images/icon-time.svg) left center no-repeat;
  }
  
  .case-card__header {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
    margin-bottom: 20px;
  }
  
  @media (max-width: 992px) {
    .case-card__header {
      display: block;
    }
    .case-card {padding: 0 25px 30px 25px;}
  }
  
  .case-card__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;margin-bottom: 20px;
  }
  
  .case-card__price {
    /*font-weight: 600;*/
    font-size: 20px;
    line-height: 24px;
    color: #FBBF00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-width: 110px;margin-top:20px;
  }
  
  @media (max-width: 992px) {
    .case-card__price {
      margin-top: 10px;text-align: left;
    }
  }
  
  @media (max-width: 568px) {
    .case-card__price {
      font-size: 18px;
    }
  }
  
  .case-card__descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #5B5B5B;
  }
  
  .services__list {
    -webkit-columns: 3;
            columns: 3;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  
  @media (max-width: 992px) {
    .services__list {
      -webkit-columns: 2;
              columns: 2;
    }
  }
  
  @media (max-width: 568px) {
    .services__list {
      -webkit-columns: 1;
              columns: 1;
    }
  }
  
  .services__list > * {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
  }
  
  .services__list > *:first-child {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  
  @media (max-width: 568px) {
    .services__list > *:first-child {
      margin-top: 0;
      margin-bottom: 10px;
    }
  }
  
  .services__list > *:nth-child(6) {
    margin-top: 210px;
  }
  
  @media (max-width: 1200px) {
    .services__list > *:nth-child(6) {
      margin-top: 150px;
    }
  }
  
  @media (max-width: 992px) {
    .services__list > *:nth-child(6) {
      margin-top: 15px;
    }
  }
  
  .services__list .service-promo {
    height: 600px;
  }
  
  @media (max-width: 1200px) {
    .services__list .service-promo {
      height: auto;
    }
  }
  
  .services-list-label {
    max-width: 310px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  
  .service-card {
    position: relative;
    padding-bottom: 110px;
  }
  
  .service-card__wrap {
    padding: 25px;
    background: #fff;
    border: 1px solid #F7F2E9;
    border-top: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  @media (max-width: 568px) {
    .service-card__wrap {
      padding: 20px;
    }
  }
  
  .service-card__thumb {
    overflow: hidden;
  }
  
  .service-card__thumb img {
    width: 100%;
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
  }
  
  @media (max-width: 568px) {
    .service-card__thumb img {
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  
  .service-card__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
  .service-card__descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  
  @media (max-width: 1200px) {
    .service-card__descr {
      display: none;
    }
  }
  
  .service-card__price {
    font-size: 18px;
    line-height: 22px;
    color: #FBBF00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .service-card__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .service-card:hover .service-card__wrap {
    background: #FBBF00;
    border-color: #FBBF00;
  }
  
  .service-card:hover .service-card__price {
    color: #343434;
  }
  
  
  .service-card:hover .service-card__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  
  .service-card:hover .service-card__descr {
    max-height: 100px;
    margin-bottom: 20px;
  }
  
  .service-promo {
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #fff;
    background: #343434;
    padding: 80px 125px;
  }
  
  @media (max-width: 1400px) {
    .service-promo {
      padding: 80px 50px;
    }
  }
  
  @media (max-width: 568px) {
    .service-promo {
      padding: 60px 30px;
    }
  }
  
  .service-promo__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 50px;
  }
  
  @media (max-width: 568px) {
    .service-promo__title {
      font-size: 30px;
      line-height: 44px;
      margin-bottom: 40px;
    }
  }
  
  .service-promo:hover .button {
    background: #FBBF00;
    border-color: #FBBF00;
    color: #343434;
  }
  
  .service-promo__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .tab-button {
    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: 170px;
    height: 64px;
    border-radius: 30px;
  }
  
  @media (max-width: 1400px) {
    .tab-button {
      width: 140px;
    }
  }
  
  @media (max-width: 992px) {
    .tab-button {
      height: 44px;
    }
  }
  
  @media (max-width: 992px) {
    .tab-button {
      width: auto;
      white-space: nowrap;
      padding: 0 15px;
      margin: 0;
    }
  }
  
  .tab-button.active {
    width: 250px;
    background: #FBBF00;
  }
  
  @media (max-width: 1400px) {
    .tab-button.active {
      width: 170px;
    }
  }
  
  @media (max-width: 992px) {
    .tab-button.active {
      width: auto;
    }
  }
  
  .work-type-info .tabs__header {
    margin-bottom: 60px;
  }
  
  @media (max-width: 992px) {
    .work-type-info .tabs__header {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 992px) {
    .work-type-info .tabs__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-overflow-style: none;
      scrollbar-width: none;
      overflow: auto;
      padding: 0 20px;
      margin: 0 -20px 30px;
    }
    .work-type-info .tabs__header::-webkit-scrollbar {
      display: none;
    }
  }
  
  .work-scheme {
    position: relative;
  }
  
  .work-scheme__cover {
    width: 100%;
  }
  
  .work-scheme__point {
    position: absolute;
  }
  
  .work-scheme__point::before {
    content: '';
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../../images/button-plus.svg) center no-repeat;
    -webkit-box-shadow: 0px 4px 4px rgba(254, 184, 37, 0.3);
            box-shadow: 0px 4px 4px rgba(254, 184, 37, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
  }
  
  @media (max-width: 992px) {
    .work-scheme__point::before {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
    }
  }
  
  .work-scheme__point:hover {
    z-index: 10;
  }
  
  .work-scheme__point:hover::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  @media (max-width: 992px) {
    .work-scheme__point:hover::before {
      -webkit-transform: scale(0.7) rotate(45deg);
              transform: scale(0.7) rotate(45deg);
    }
  }
  
  .work-scheme__point:hover span {
    opacity: 1;
    visibility: visible;
  }
  
  .work-scheme__point span {
    position: absolute;
    left: 22.5px;
    bottom: 22.5px;
    background: #F7F2E9;
    width: 200px;
    min-height: 100px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  @media (max-width: 992px) {
    .work-scheme__point span {
      font-size: 14px;
      padding: 10px 20px;
      min-height: 65px;
    }
  }
  
  @media (max-width: 568px) {
    .work-scheme__point span {
      font-size: 12px;
      padding: 5px 10px 5px 20px;
      min-height: 45px;
      width: 150px;
    }
  }
  
  .work-scheme__point._right span {
    left: auto;
    right: 22.5px;
  }
  
  .work-scheme__point._top span {
    bottom: auto;
    top: 22.5px;
  }
  
  .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -40px;
  }
  
  @media (max-width: 568px) {
    .advantages {
      margin: -40px -15px 0;
    }
  }
  
  .advantages__item {
    width: 50%;
    padding: 0 30px 40px;
  }
  
  @media (max-width: 992px) {
    .advantages__item {
      padding: 0 30px 20px;
    }
  }
  
  @media (max-width: 568px) {
    .advantages__item {
      padding: 0 15px;
    }
  }
  
  .advantage-card {
    padding-left: 108px;
    padding-top: 30px;
    position: relative;
  }
  
  @media (max-width: 992px) {
    .advantage-card {
      padding-left: 0;
    }
  }
  
  @media (max-width: 568px) {
    .advantage-card {
      padding-top: 0;
    }
  }
  
  .advantage-card__icon {
    width: 86px;
    height: 86px;
    background: #FFFCF7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  @media (max-width: 992px) {
    .advantage-card__icon {
      position: relative;
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 568px) {
    .advantage-card__icon {
      margin-bottom: 15px;
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
  }
  
  .advantage-card__icon img {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
  }
  
  .advantage-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .advantage-card__title a {color: #343434;}
  .advantage-card__title a:hover {color: #FBBF00;}
  
  @media (max-width: 568px) {
    .advantage-card__title {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 10px;
    }
  }
  
  .advantage-card__descr {
    font-size: 16px;
    line-height: 30px;
  }
  
  @media (max-width: 568px) {
    .advantage-card__descr {
      font-size: 13px;
      line-height: 1.6;
    }
  }
  
.price-list {
  background: #F7F2E9;
  max-width: 1310px;
  margin: 20px auto -180px;
  padding: 60px 135px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .price-list {
    padding: 60px;
  }
}

@media (max-width: 568px) {
  .price-list {
    margin: 0 -20px;
    padding: 50px 20px;
  }
}

.price-list__title {
  text-align: center;
  max-width: initial;
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .price-list__title {
    margin-bottom: 0;
  }
}

.price-list ul li {margin: 10px 0;list-style: disc;margin-left: 17px;}

.price-table {
  display: table;
  width: 100%;
}

@media (max-width: 992px) {
  .price-table {
    display: block;
    margin-top: 40px;
  }
  .price-table thead,
  .price-table tbody {
    display: block;
  }
}

.price-table th {
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 30px 0;
}

.price-table tr {
  display: table-row;
}

@media (max-width: 992px) {
  .price-table tr {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #DDDDDD;
  }
  .price-table tr:first-child {
    display: none;
  }
  .price-table tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.price-table tr:last-child > * {
  border-bottom: none;
}

.price-table td {
  vertical-align: middle;
  padding: 30px 0;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}

.price-table td:first-child {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  width: 300px;
}

@media (max-width: 992px) {
  .price-table td:first-child {
    width: 100%;
  }
}

/*.price-table td:last-child {
  text-align: right;
}*/

@media (max-width: 992px) {
  .price-table td {
    display: block;
    border-top: none;
    padding: 0;
    text-align: left;
    padding: 10px 0;
  }
}

.price-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 992px) {
  .price-table dl {
    width: auto;
    margin: 0 0;
  }
}

.price-table dl dt {
  display: none;
}

@media (max-width: 992px) {
  .price-table dl dt {
    display: block;
  }
}

.price-table dl dd {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 992px) {
  .price-table dl dd {
    width: auto;
    text-align: right;
  }
}

@media (max-width: 568px) {
  .price-table .button {
    width: 100%;
  }
}
  
  .additional-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto -50px;
    max-width: 1090px;
    padding-top: 10px;
  }
  
  @media (max-width: 767px) {
    .additional-services {
      margin: 0 -10px;
    }
  }
  
  .additional-services__item {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    .additional-services__item {
      width: 50%;
      padding: 0 10px;
    }
  }
  
  .additional-card {
    width: 245px;
  }
  
  @media (max-width: 767px) {
    .additional-card {
      width: 100%;
    }
  }
  
  .additional-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
    min-height: 48px;
  }
  
  @media (max-width: 767px) {
    .additional-card__title {
      font-size: 16px;
      line-height: 1.6;
      min-height: 78px;
    }
  }
  
  .additional-card__price {
    font-size: 18px;
    line-height: 22px;
  }
  
  .additional-card__button {
    margin-top: 30px;
  }
  
  @media (max-width: 767px) {
    .additional-card__button .button {
      width: 100%;
    }
  }
  
  .promo-info {
    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;
    background: url(../../images/bn-decor.png) #FBBF00 center no-repeat;
    background-size: cover;
    padding: 0 40px;
    height: 368px;
    margin: -184px 0;
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 1200px) {
    .promo-info {
      height: 240px;
      margin: -120px 0;
    }
  }
  
  @media (max-width: 992px) {
    .promo-info {
      height: 180px;
      margin: calc(100% / -3) 0;
    }
  }
  
  @media (max-width: 767px) {
    .promo-info {
      display: block;
      height: auto;
      padding: 40px;
    }
  }
  
  @media (max-width: 568px) {
    .promo-info {
      padding: 25px;
    }
  }
  
  .promo-info__text {
    width: 645px;
    font-size: 48px;
    line-height: 59px;
    margin-right: 109px;
  }
  
  @media (max-width: 1200px) {
    .promo-info__text {
      width: 485px;
      font-size: 36px;
      line-height: 1.5;
      margin-right: 60px;
    }
  }
  
  @media (max-width: 992px) {
    .promo-info__text {
      width: 365px;
      font-size: 28px;
      margin-right: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .promo-info__text {
      width: auto;
      margin-right: 0;
      margin-bottom: 30px;
      text-align: center;
    }
  }
  
  @media (max-width: 568px) {
    .promo-info__text {
      font-size: 22px;
    }
  }
  
  @media (max-width: 767px) {
    .promo-info__button .button {
      width: 100%;
    }
  }
  
  .promo-info + .section::before {
    content: '';
    height: 140px;
    display: block;
  }
  
  @media (max-width: 992px) {
    .promo-info + .section::before {
      height: 120px;
    }
  }
  
  .order-scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-reset: steps;
    padding-bottom: 70px;
    background: url(../../images/steps-decor.svg) bottom center no-repeat;
  }
 

  @media (max-width: 1400px) {
    .order-scheme {
      background-size: cover;
      margin: 0 -40px;
      padding: 0 40px;
    }
  }
  
  @media (max-width: 992px) {
    .order-scheme {
      margin: 0 -20px;
      padding: 0 20px;
      background-size: auto;
      background-position: center;
    }
    .work_open {display: block;}
    .work_open .order-scheme__item {width:100% !important}
  }
  
  @media (max-width: 568px) {
    .order-scheme {
      background: none;
    }
  }
  
  .order-scheme__item {
    width: 33.33%;
    padding: 40px 15px;
    counter-increment: steps;
  }
  
  @media (max-width: 992px) {
    .order-scheme__item {
      width: 50%;
    }
  }
  
  @media (max-width: 568px) {
    .order-scheme__item {
      width: 100%;
      padding: 20px 0;
    }
  }
  
  .step-card {
    padding: 80px 30px 40px;
    background: #F7F2E9;
    min-height: 310px;
    position: relative;
  }
  
  @media (max-width: 992px) {
    .step-card {
      padding: 50px 30px 40px;
    }
  }
  
  .step-card::before {
    content: counter(steps);
    position: absolute;
    top: -50px;
    left: 28px;
    width: 97px;
    height: 97px;
    background: #FBBF00;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
  }
  
  @media (max-width: 992px) {
    .step-card::before {
      width: 60px;
      height: 60px;
      font-size: 24px;
      border: 2px solid #FFFFFF;
      top: -30px;
    }
  }
  
  .step-card__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  
  .step-card__descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  
  /* popup */
  .popup {
    display: none;
    width: 100%;
    max-width: 760px;
    padding: 125px 60px;
    font-family: "Montserrat";
  }
  
  @media (max-width: 992px) {
    .popup {
      padding: 30px;
    }
  }
  
  @media (max-width: 568px) {
    .popup {
      padding: 20px;
    }
  }
  
  .popup__title {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .popup .forms {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  
  .popup .forms .button {
    width: 100%;
    height: 88px;
  }
  
  .popup .forms input[type="text"],
  .popup .forms input[type="password"],
  .popup .forms input[type="email"],
  .popup .forms input[type="tel"] {
    height: 88px;
  }
  
  .popup .is-close {
    top: 45px !important;
    right: 45px !important;
    width: 45px;
    height: 45px;
    background: url(../../images/button-close.svg) center no-repeat;
  }
  
  .popup .is-close svg {
    display: none;
  }
  
  @media (max-width: 568px) {
    .popup__title {font-size:25px}
    .popup .is-close {top: 20px !important;right: 20px !important;width: 35px;height: 35px;}
  }

  /* footer */
  .footer {
    background: #FBBF00;
  }
  
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 55px 0;
  }
  
  @media (max-width: 568px) {
    .footer__top {
      display: block;
      text-align: center;
      padding: 35px 0;
    }
  }
  
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
  }
  
  @media (max-width: 568px) {
    .footer__bottom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      padding: 0 0 15px;
    }
  }
  
  .footer__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media (max-width: 568px) {
    .footer__bottom-left {
      display: block;
      width: 100%;
    }
  }
  
  .footer__bottom-left > * {
    margin-right: 70px;
  }
  
  @media (max-width: 1200px) {
    .footer__bottom-left > * {
      margin-right: 40px;
    }
  }
  
  @media (max-width: 568px) {
    .footer__bottom-left > * {
      margin: 0 0 20px;
    }
  }
  
  @media (max-width: 568px) {
    .footer__bottom-right {
      width: 100%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 30px;
    }
  }
  
  .footer a:hover {
    color: #fff;
  }
  
  @media (max-width: 1200px) {
    .footer__contacts {
      width: 270px;
    }
  }
  
  @media (max-width: 568px) {
    .footer__contacts {
      width: auto;
      margin-bottom: 20px;
    }
  }
  
  .footer__contacts .footer-msgr {
    margin-left: 32px;
  }
  
  @media (max-width: 568px) {
    .footer__contacts .footer-msgr {
      margin-left: 0;
    }
  }
  
  @media (max-width: 992px) {
    .footer__nav {
      display: none;
    }
  }
  
  @media (max-width: 1200px) {
    .footer__logo {
      margin-right: 20px;
    }
  }
  
  @media (max-width: 568px) {
    .footer__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 20px;
    }
  }
  
  @media (max-width: 1200px) {
    .footer-logo img {
      width: 100px;
    }
  }
  
  .footer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media (max-width: 568px) {
    .footer-soc {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .footer-soc__item {
    display: block;
    margin-right: 20px;
  }
  
  .footer-soc__item:last-child {
    margin-right: 0;
  }
  
  .footer-soc__item img {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .footer-soc__item:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  
  .footer-msgr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  
  @media (max-width: 568px) {
    .footer-msgr {
      margin: 20px 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .footer-msgr__item {
    margin-right: 8px;
  }
  
  .footer-msgr__item:last-child {
    margin-right: 0;
  }
  
  .footer-msgr__item img {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .footer-msgr__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .footer-contacts {
    min-height: 22px;
    padding-left: 32px;
    margin-bottom: 8px;
  }
  
  @media (max-width: 568px) {
    .footer-contacts {
      padding-left: 0;
      background: none !important;
    }
  }
  
  .footer-contacts:last-child {
    margin-bottom: 0;
  }
  
  .footer-contacts__val {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    line-height: 22px;
  }
  
  .footer-contacts__label {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
  }
  
  .footer-contacts._phone {
    background: url(../../images/icon-phone.svg) 0 -2px no-repeat;
  }
  
  .footer-contacts._location {
    background: url(../../images/icon-location.svg) 0 -2px no-repeat;
  }
  
  .footer-nav {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 150px;
            column-gap: 150px;
    font-size: 16px;
    line-height: 20px;
  }
  
  @media (max-width: 1400px) {
    .footer-nav {
      -webkit-column-gap: 50px;
              column-gap: 50px;
    }
  }
  
  @media (max-width: 1200px) {
    .footer-nav {
      -webkit-column-gap: 20px;
              column-gap: 20px;
      font-size: 14px;
    }
  }
  
  .footer-nav__item {
    margin-bottom: 25px;
  }
  
  .error {
    background: pink !important;
  }

  .msgr-cont {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin:20px 0 5px;}
  /*# sourceMappingURL=style.css.map */
  
  
  .main-nav__link.active {
  color: #FBBF00;
  }
  .header-inside {padding-bottom:70px;}
  
  .tbls {
    width:100%;
  }
  
  .tbls td {
   padding:12px;
   border: 1px solid grey;
  }
  
  
  
  .promo-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  
  .promo-slide .container {
    position: relative;
    z-index: 1;
  }
  
  
  
  
  
  .price-table {
    display: table;
    width: 100%;
  }
  
  @media (max-width: 992px) {
    .price-table,
    .price-table tbody {
      display: block;
    }
.header-inside {padding-bottom:20px;}
.main-nav__link.active {color:#000}
  }
  
  .price-table tr {
    display: table-row;
  }
  
  @media (max-width: 992px) {
    .price-table tr {
      display: block;
      padding: 30px 0;
      border-bottom: 1px solid #DDDDDD;
    }
    .price-table tr:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }
  }
  
  .price-table tr:last-child > * {
    border-bottom: none;
  }
  
  .price-table td {
    vertical-align: top;
    padding: 30px 0 40px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  
  @media (max-width: 992px) {
    .price-table td {
      display: block;
      border-bottom: none;
      padding: 0;
    }
  }
  
  .price-table td:first-child {
    width: 300px;
  }
  
  @media (max-width: 992px) {
    .price-table td:first-child {
      width: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .price-table td:last-child {
      text-align: right;
    }
  }
  
  .price-table h3 {
    width: 220px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  
  @media (max-width: 992px) {
    .price-table h3 {
      width: auto;
    }
  }
  
  @media (max-width: 568px) {
    .price-table h3 {
      margin-bottom: 10px;
      font-size: 18px;
    }
  }
  
  .price-table h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
  
  .price-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    width: 285px;
    margin: -12.5px auto;
  }
  .price-table dl.small {width: 265px;}
  @media (max-width: 992px) {
    .price-table dl {
      width: auto;
      margin: 15px 0;
    }
  }
  
  .price-table dl dt {
    width: 60%;
    font-weight: 300;
    margin: 12.5px 0;
  }
  
  .price-table dl dd {
    width: 40%;
    text-align: right;
    margin: 12.5px 0;
  }
  
  @media (max-width: 768px) {
    .price-table .button {
      width: 100%;
    }
  }
  .serv_name {width: 220px;font-weight: 600;font-size: 20px;line-height: 24px;margin: 0;}
  .price-table-new .button {position: inherit;}
  .price-table-new td {vertical-align: inherit;padding: 30px 0;}
  @media (max-width: 768px) {
  .price-table-new td {padding: 0;}
  }


.zk-card__cover {text-align:center;}
.zk-card__cover a img {
  border: 1px solid #DBDBDB;
  padding: 12px;
}

.zk-card__title span {
  text-align: center;
  display: block;
}

.container div.vop {
 margin-bottom:12px;
}
.full-price {}
.full-price .price-list {margin: 20px auto 0;}

.art_open {padding-top:60px}
.art_open section {padding-bottom:60px}
.services .typography figure {margin:0px;}

.contacts {margin-top:40px;}

@media (max-width: 768px) {
.contacts {margin-top:0px;}
.art_open {padding-top:0px}
.art_open section {padding-bottom:0px}
.services section {padding-top:0px;}

}

.main-nav-dropline__link.active {
   color:#fbbf00;
}

.main-nav-dropdown__link._dropdown.active {
   color:#fbbf00;
}
.gh a {text-decoration:underline;}
.gh a:hover {text-decoration:none;}

.max-main {display:none;}
.max-inner {display:block;}

._main-top .max-main {display:block;}
._main-top .max-inner {display:none;}

@media (max-width: 768px) {
.max-main img {width:20px !important;}
.max-inner img {width:20px !important;}
}
/* Stylesheet: Стиль Modified On 2026-03-20 10:31:32 */
