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.2s;
  transition: 0.2s;
}

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.5;
  color: #000;
}

input::-moz-placeholder {
  opacity: 0.5;
  color: #000;
}

input:-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}

textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000;
}

textarea::-moz-placeholder {
  opacity: 0.5;
  color: #000;
}

textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  -webkit-appearance: none;
  outline: none;
}

select {
  outline: none;
}

body, td, input, textarea, button {
  color: #000;
  font-family: Nunito, Arial;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .row {
    margin: 0 -5px;
  }
}

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

@media (max-width: 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: 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,
.big-title {
  padding: 0;
  margin: 0;
  font-family: Mont;
  font-weight: bold;
  line-height: 1.3;
}

.title-h1 {
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .title-h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .title-h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.title-h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .title-h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.title-h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .title-h3 {
    font-size: 18px;
  }
}

.title-h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .title-h4 {
    font-size: 16px;
  }
}

.big-title {
  font-size: 50px;
  text-align: center;
  color: #58595b;
  margin-bottom: 20px;
  font-weight: bold;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Mont;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 220px;
  height: 60px;
  background-color: #000;
  border: none;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid transparent;
}

@media (max-width: 767px) {
  .button {
    height: 48px;
    font-size: 18px;
  }
}

.button .fi {
  color: #fff;
}

.button .fi::before {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.button:hover {
  background-color: #555;
}

.button--yellow {
  color: #000;
  background-color: #ffe400;
}

.button--yellow:hover {
  color: #fff;
  background-color: #555;
}

.button--gray {
  color: #fff;
  background-color: #bbb;
}

.button--gray:hover {
  color: #fff;
  background-color: #555;
}

.button--green {
  color: #fff;
  background-color: #9bca8e;
}

.button--green:hover {
  color: #fff;
  background-color: #555;
}

.button--transparent {
  color: #fff;
  background: transparent;
}

.button--transparent:hover {
  color: #000;
  background-color: #ffe400;
}

.button--yellow-border {
  color: #fff;
  background: transparent;
  border-color: #ffe400;
}

.button--yellow-border:hover {
  color: #000;
  background-color: #ffe400;
}

.button--sm {
  height: 40px;
  font-size: 18px;
  padding: 2px 30px 0 30px;
  min-width: 0;
}

@media (max-width: 767px) {
  .button--sm {
    height: 30px;
    font-size: 12px;
    padding: 2px 10px 0 10px;
    min-width: 0;
    border-radius: 4px;
  }
}

.button--xs {
  height: 30px;
  font-size: 12px;
  padding: 2px 10px 0 10px;
  min-width: 0;
  border-radius: 4px;
}

.dashed-link {
  border-bottom: 1px dashed;
}

.dashed-link:hover {
  border-color: transparent;
}

.more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.more-link:hover {
  color: #da1f17;
}

.more-link:hover::before {
  color: #da1f17;
}

.more-link::before {
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.edit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 20px;
}

.edit-link:hover {
  color: #da1f17;
}

.edit-link:hover::before {
  color: #da1f17;
}

.edit-link::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
}

.fav-link:before {
  font-size: 20px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffd700;
}

.add-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.add-link:hover {
  color: #da1f17;
}

.add-link:hover::before {
  color: #da1f17;
}

.add-link::before {
  font-size: 26px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.typography {
  font-size: 16px;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: Mont;
  font-weight: normal;
}

.typography h1 {
  font-size: 48px;
}

@media (max-width: 568px) {
  .typography h1 {
    font-size: 40px;
  }
}

.typography h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 35px;
}

.typography h2:first-child {
  margin-top: 0;
}

@media (max-width: 568px) {
  .typography h2 {
    font-size: 24px;
  }
}

.typography h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: normal;
  margin-top: 35px;
}

@media (max-width: 568px) {
  .typography h3 {
    font-size: 24px;
  }
}

.typography h3:first-child {
  margin-top: 0;
}

.typography h4 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 15px;
}

.typography h4:first-child {
  margin-top: 0;
}

.typography P {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 25px;
}

.typography P:last-child {
  margin-bottom: 0;
}

@media (max-width: 568px) {
  .typography P {
    font-size: 16px;
  }
}

.typography q {
  display: block;
  padding: 35px;
  font-size: 16px;
  line-height: 1.5;
  background: #F4F4F4;
}

@media (max-width: 767px) {
  .typography q {
    padding: 20px;
  }
}

.typography blockquote {
  padding-left: 30px;
  border-left: 7px solid #D9D9D9;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .typography blockquote {
    padding-left: 20px;
    border-left: 4px solid #D9D9D9;
    margin: 30px 0;
    font-size: 16px;
  }
}

.typography figure {
  margin: 50px 0;
}

.typography figure:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .typography figure {
    margin: 40px 0;
  }
}

.typography img:not([class]) {
  max-width: 100%;
  display: block;
  border-radius: 0;
}

.typography a:not([class]) {
  text-decoration: underline;
  color: #ddb702;
}

.typography a:not([class]):hover {
  color: #000;
}

.typography ul:not([class]) {
  margin-bottom: 15px;
}

.typography ul:not([class]) li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 568px) {
  .typography ul:not([class]) li {
    font-size: 14px;
    line-height: 26px;
  }
}

.typography ul:not([class]) li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.typography ol:not([class]) {
  margin-bottom: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:not([class]):last-child {
  margin-bottom: 0;
}

.typography ol:not([class]) li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 568px) {
  .typography ol:not([class]) li {
    font-size: 14px;
    line-height: 26px;
  }
}

.typography ol:not([class]) li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography table {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}

.typography table tr:not(:first-child) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.typography table tr:not(:first-child):hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.typography table tr:not(:first-child):hover td {
  position: relative;
  border-color: transparent;
}

.typography table tr:not(:first-child):hover td::before {
  opacity: 1;
}

.typography table th {
  font-weight: bold;
  font-size: 14px;
  height: 54px;
  background: #F4F4F4;
}

.typography table td {
  border-bottom: 1px solid #ddd;
  padding: 35px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 568px) {
  .typography table td {
    padding: 10px;
    font-size: 14px;
  }
}

.typography table td::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.typography .left-photo {
  float: left;
  margin: 0 35px 0 0;
}

@media (max-width: 767px) {
  .typography .left-photo {
    float: none;
    margin-right: 0;
  }
}

.typography .right-photo {
  float: right;
  margin: 0 0 0 35px;
}

@media (max-width: 767px) {
  .typography .right-photo {
    float: none;
    margin-left: 0;
  }
}

.typography iframe {
  width: 100%;
  height: 480px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .typography iframe {
    height: 320px;
  }
}

.table-scroll {
  overflow: auto;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .table-scroll {
    margin-bottom: 50px;
  }
}

.table-scroll table {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .table-scroll {
    padding-top: 60px;
    background: url(../images/icon-hscroll.svg) center 15px no-repeat;
    background-size: 32px 32px;
  }
}

.toggle-box-group {
  margin-bottom: 60px;
}

.toggle-box {
  border: 1px solid #D9D9DE;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}

.toggle-box:last-child {
  margin-bottom: 0;
}

.toggle-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 80px 20px 40px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .toggle-box__header {
    font-size: 18px;
    min-height: 70px;
    padding: 20px 40px 20px 20px;
  }
}

.toggle-box__header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/chevron-bottom.svg) center no-repeat;
}

@media (max-width: 767px) {
  .toggle-box__header::after {
    right: 18px;
  }
}

.toggle-box__header.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle-box__body {
  display: none;
  padding: 40px;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .toggle-box__body {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.toggle-box__body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #D9D9DE;
}

@media (max-width: 767px) {
  .toggle-box__body::before {
    left: 20px;
    right: 20px;
  }
}

.photo-slider .slick-list {
  border-radius: 0;
}

.photo-slider .slick-prev {
  left: 20px;
}

.photo-slider .slick-next {
  right: 20px;
}

.photo-slider .slick-dots {
  bottom: 15px;
}

.photo-slider__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px;
  font-size: 13px;
  color: #ddb702;
}

@media (max-width: 568px) {
  .breadcrumb {
    margin: 30px 0 30px;
  }
}

.breadcrumb span {
  margin: 0 5px;
  color: #000;
}

.breadcrumb a {
  color: #000;
  position: relative;
}

.breadcrumb a:hover {
  color: #ffe400;
}

.pgn {
  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;
}

@media (max-width: 992px) {
  .pgn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pgn__item {
  width: 48px;
  height: 48px;
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  margin: 0 7px;
}

@media (max-width: 992px) {
  .pgn__item {
    font-size: 16px;
    margin: 0 7px;
    width: 40px;
    height: 40px;
  }
}

.pgn__item:hover {
  color: #fff;
  background-color: #ddb702;
}

.pgn__item.active {
  background-color: #ddb702;
  color: #fff;
}

.pgn__item.active:hover {
  color: #000;
  background-color: #fff;
}

.pgn__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}

@media (max-width: 992px) {
  .pgn__nav {
    width: 40px;
    height: 40px;
  }
}

.pgn__nav:hover {
  color: #fff;
  background-color: #ddb702;
}

.pgn__nav--disable {
  color: #a8a8a8;
}

.pgn__nav--disable:hover {
  color: #a8a8a8;
  background-color: #fff;
}

.pgn__nav:first-child {
  margin-right: 7px;
}

.pgn__nav:last-child {
  margin-left: 7px;
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 20px;
}

.rate__star-box {
  display: block;
  position: relative;
  width: 130px;
  height: 20px;
  margin-right: 10px;
}

.rate__star-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/rate-star.png) left center repeat-x;
  opacity: 0.25;
}

.rate__star-box--ten {
  width: 265px;
}

.rate__stars {
  position: relative;
  z-index: 1;
  display: block;
  height: 20px;
  background: url(../images/rate-star.png) left center repeat-x;
  margin-right: 10px;
}

/* tabs */
.tabs {
  position: relative;
}

.tabs__box {
  display: block;
  height: 0;
  overflow: hidden;
}

.tabs__box.visible {
  height: 100%;
  overflow: visible;
}

.tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
  overflow: hidden;
}

@media (max-width: 568px) {
  .tabs-header {
    overflow: auto;
  }
}

.tabs-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

@media (max-width: 568px) {
  .tabs-header__wrap {
    display: table;
    text-align: center;
    float: none;
    overflow: visible;
    width: 100%;
  }
}

.tabs-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  min-width: 180px;
  color: #000;
  font-size: 22px;
  padding: 0 20px;
  margin: 0 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
}

@media (max-width: 1200px) {
  .tabs-header__item {
    min-width: 0;
    margin: 0 10px;
  }
}

@media (max-width: 568px) {
  .tabs-header__item {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 0 5px;
    font-size: 16px;
    white-space: nowrap;
  }
}

.tabs-header__item:not(.active):hover {
  color: #000;
}

.tabs-header__item.active {
  border-bottom-color: #000;
}

.tabs-header--white .tabs-header__item {
  color: #fff;
}

.forms__label {
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}

.forms__label--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.forms__label-action {
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.forms__label-action:hover {
  color: #555;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 60px;
  padding: 4px 15px 0 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  background: #fff;
  font-family: Mont;
}

@media (max-width: 767px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    font-size: 16px;
    height: 48px;
    padding: 2px 10px 0;
  }
}

.forms textarea {
  padding: 15px;
  resize: none;
  height: 240px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}

.forms__select .jq-selectbox {
  width: 100%;
}

.forms__field {
  margin-bottom: 25px;
  width: 100%;
}

.forms__field:last-child {
  margin: 0;
}

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.forms__check {
  font-size: 20px;
  color: #000;
}

.forms__check .jq-checkbox {
  margin-right: 10px;
}

.forms__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.forms__action .button,
.forms__action input[type="submit"],
.forms__action input[type="reset"] {
  width: 100%;
}

.check-list__item {
  margin-bottom: 10px;
}

.check-list__item:last-child {
  margin: 0;
}

.radio-list {
  margin-bottom: 20px;
}

.radio-list__item {
  margin-bottom: 10px;
}

.error {
  color: #da1f17;
  background: #000 !important;
}

.select-box {
  min-width: 190px;
}

.select-box .jq-selectbox {
  width: 100%;
}

.checkbox {
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox span {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox span::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #a8a8a8;
  margin-right: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/checked.svg) #fff center no-repeat;
  background-size: 16px;
}

.checkbox:hover span::before {
  border-color: #000;
}

.checkbox input:checked ~ span::before {
  border-color: #000;
  background-color: #000;
}

.burger-btn {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.burger-btn::after {
  content: '';
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 7px;
}

.burger-btn:hover {
  border-color: #fff;
}

.burger-btn:hover:after {
  background: #fff;
}

.close-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.close-btn::before, .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::before, .close-btn:hover::after {
  background-color: #da1f17;
}

.close-btn:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #000;
  opacity: 0.95;
}

@media (min-width: 993px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  .fix-scroll {
    height: auto !important;
  }
}

.fix-scroll--bottom .fix-scroll__fly.fixed {
  top: auto;
  bottom: 0;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.close-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.close-btn::before, .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::before, .close-btn:hover::after {
  background-color: #da1f17;
}

.close-btn:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn--red::before, .close-btn--red::after {
  background-color: #da1f17;
}

/*
.icon-loc {
	display: inline-block;
	padding-left: 24px;
	line-height: 24px;
	background: url(../images/icon-map.svg) 0 0 no-repeat;
	background-size: 12px 19px;
}
*/
/* plugins */
.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 0.7;
}

.fancybox-content {
  overflow: visible;
}

.fancybox-close-small {
  padding: 0;
  right: 20px;
  top: 20px;
  color: #000;
}

.fancybox-close-small svg {
  border: none;
  opacity: 1;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  margin: 0 12px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}

.slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 100;
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow:hover {
  background-color: #ddb702;
}

.slick-prev {
  background-image: url(../images/chevron-left-white.svg);
}

.slick-next {
  background-image: url(../images/chevron-right-white.svg);
}

.slick-disabled {
  opacity: 0.3;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

/* support class style */
.clear {
  clear: both;
  float: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.hide {
  display: none;
}

@media (max-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fw-normal {
  font-weight: normal;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.gray-bg {
  background-color: #a8a8a8;
}

.clr-white {
  color: #fff;
}

.clr-violet {
  color: #000;
}

.clr-red {
  color: #da1f17;
}

.clr-black {
  color: #000;
}

.border-top-gray {
  border-top: 1px solid #ecedee;
}

.border-bottom-gray {
  border-bottom: 1px solid #ecedee;
}

.border-left-gray {
  border-left: 1px solid #ecedee;
}

.border-right-gray {
  border-right: 1px solid #ecedee;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.zi10000 {
  z-index: 10000;
}

@media (max-width: 568px) {
  .sm-hide {
    display: none !important;
  }
}

.strong {
  font-weight: bold;
}

/* animation */
.loader {
  margin: -20px 0 0 -30px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.loader::before, .loader::after {
  content: '';
  background-color: #000;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.loader::after {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  max-width: 1600px;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.inner-container {
  margin: 0 auto;
  max-width: 800px;
}

/* header */
.header {
  background: #000;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  width: 100%;
  position: relative;
}

.header__logo {
  position: relative;
  z-index: 1;
}

.header__logo img {
  display: block;
}

.header__burger {
  display: none;
}

.header .h-logout {
  display: block;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .header .h-logout {
    width: 24px;
    height: 24px;
  }
}

.header .h-logout img {
  display: block;
  width: 100%;
}

/* content */
.start-body {
  background: #000;
}

.start-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 100px);
}

@media (max-width: 767px) {
  .start-page {
    display: block;
    padding-top: 40px;
    min-height: calc(100vh - 50px);
  }
}

.start-page::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: #ffe400;
}

.start-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .start-page__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .start-page__wrap {
    padding-left: 20px;
  }
}

.start-page__logo {
  width: 50%;
  font-size: 160px;
  font-family: Mont;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding-right: 60px;
}

@media (max-width: 1200px) {
  .start-page__logo {
    font-size: 100px;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .start-page__logo {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

.start-page__logo span {
  color: #ffe400;
}

.start-page__form {
  width: 50%;
}

@media (max-width: 1200px) {
  .start-page__form {
    width: 100%;
  }
  .start-page__form .auth-form__field {
    max-width: 700px;
  }
}

.start-page__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

.start-page__popup-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.start-page__popup-close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 40px;
  right: 40px;
  background: url(../images/icon-cross-white.svg) center no-repeat;
  background-size: 40px;
  cursor: pointer;
  z-index: 1;
}

.start-page__popup .auth-form {
  max-width: 640px;
}

.start-page__popup .auth-form .button {
  width: 100%;
}

.start-page__error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.start-page__error-wrap {
  position: relative;
}

.start-page__error-wrap::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.start-page__error-text {
  padding: 20px 50px;
  background: #ffe400;
  color: #000;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.start-page__error-close {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -45px;
  right: -35px;
  background: url(../images/icon-cross-white.svg) center no-repeat;
  background-size: 16px;
  cursor: pointer;
  z-index: 1;
}

.start-page--restorepass .start-page__wrap {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-form__title {
  color: #ffe400;
  font-size: 40px;
  font-family: Mont;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.auth-form__field {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .auth-form__field {
    margin-bottom: 20px;
  }
}

.auth-form__field input {
  height: 60px;
  width: 100%;
  border: none;
  background: #fff;
  padding: 4px 20px 0 20px;
  font-size: 28px;
  font-family: Mont;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .auth-form__field input {
    font-size: 18px;
    height: 48px;
    padding: 2px 15px 0;
  }
}

.auth-form__field input::-webkit-input-placeholder {
  opacity: 1;
}

.auth-form__field input::-moz-placeholder {
  opacity: 1;
}

.auth-form__field input:-ms-input-placeholder {
  opacity: 1;
}

.auth-form__field-error {
  color: #fff;
  padding-top: 15px;
  text-align: center;
  margin-bottom: -10px;
}

.auth-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .auth-form__action {
    display: block;
  }
}

.auth-form__action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auth-form__action-buttons .button {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .auth-form__action-buttons .button {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .auth-form__action-buttons {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .auth-form__action-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auth-form__action-links a {
    margin-right: 20px;
  }
}

@media (max-width: 568px) {
  .auth-form__action-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .auth-form__action-links a {
    margin-right: 0;
  }
}

.auth-form__action a {
  margin-bottom: 7px;
}

.auth-form__action a:last-child {
  margin-bottom: 0;
}

.auth-form a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 568px) {
  .auth-form a {
    font-size: 14px;
  }
}

.auth-form a:hover {
  color: #ffe400;
}

.page-content {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: calc(100vh - 170px);
}

@media (max-width: 1200px) {
  .page-content {
    min-height: calc(100vh - 120px);
  }
}

@media (max-width: 767px) {
  .page-content {
    padding-top: 30px;
  }
}

.w100p {
  width: 100%;
}

/* projects */
.new-project-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-project-title .button {
  display: none;
}

@media (max-width: 767px) {
  .new-project-title {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .new-project-title .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.area-button {
  display: block;
  position: relative;
  border: 1px solid #a8a8a8;
  background: #fff;
  width: 100%;
  height: 500px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 40px 0;
}

.area-button::before, .area-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #a8a8a8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.area-button::before {
  width: 200px;
  height: 10px;
  margin: -5px 0 0 -100px;
}

.area-button::after {
  width: 10px;
  height: 200px;
  margin: -100px 0 0 -5px;
}

.area-button:hover {
  border-color: #ffe400;
  color: #ffe400;
}

.area-button:hover::before, .area-button:hover::after {
  background-color: #ffe400;
}

.area-button--text {
  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-transform: uppercase;
  font-size: 22px;
  font-family: Mont;
}

.area-button--text:hover .area-button--text-plus::before {
  opacity: 1;
}

.area-button--text-plus {
  padding-left: 26px;
  background: url(../images/icon-plus.svg) left center no-repeat;
  background-size: 18px;
  position: relative;
}

.area-button--text-plus::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  background: url(../images/icon-plus-yellow.svg) left center no-repeat;
  background-size: 18px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.area-button--text::before, .area-button--text::after {
  display: none;
}

.project-list {
  width: 100%;
}

@media (max-width: 767px) {
  .project-list {
    width: auto;
    min-width: 100%;
    margin: 0 -15px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .project-list__header {
    display: none;
  }
}

.project-list__header th {
  text-transform: uppercase;
  padding: 12px 20px 10px 20px;
  background: #000;
  color: #fff;
}

@media (max-width: 1200px) {
  .project-list__header th {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .project-list__header th {
    padding: 10px;
  }
}

.project-list__header th:first-child {
  text-align: left;
}

.project-list__item td {
  padding: 12px 20px 10px 20px;
}

@media (max-width: 1200px) {
  .project-list__item td {
    padding: 8px 15px 6px 15px;
  }
}

@media (max-width: 767px) {
  .project-list__item td {
    padding: 10px;
  }
  .project-list__item td:first-child {
    padding-left: 15px;
  }
  .project-list__item td:last-child {
    padding-right: 15px;
  }
}

.project-list__item:nth-child(odd) td {
  background: #f5f5f5;
}

.project-list__item-title {
  width: 100%;
}

.project-list__item-groups {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  .project-list__item-groups {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .project-list__item-groups {
    font-size: 13px;
  }
}

.project-list__item-action {
  min-width: 160px;
}

@media (max-width: 767px) {
  .project-list__item-action {
    min-width: 0;
    white-space: nowrap;
  }
}

.project-list__item-action a,
.project-list__item-action button {
  display: inline-block;
  margin-left: 20px;
  margin-top: 5px;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
  border: none;
  background: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .project-list__item-action a,
  .project-list__item-action button {
    margin-left: 0;
    padding: 0 5px;
  }
  .project-list__item-action a:last-child,
  .project-list__item-action button:last-child {
    margin-right: -5px;
  }
}

.project-list__item-action a:first-child,
.project-list__item-action button:first-child {
  margin-left: 0;
}

.project-list__item-action a:hover,
.project-list__item-action button:hover {
  -webkit-filter: none;
          filter: none;
}

.project-list__item-action a img,
.project-list__item-action button img {
  display: block;
  width: 22px;
}

@media (max-width: 767px) {
  .project-list__item-action a img,
  .project-list__item-action button img {
    width: 16px;
  }
}

.project-list__spaser {
  height: 20px;
}

@media (max-width: 767px) {
  .project-list__spaser {
    display: none;
  }
}

.project-list__action {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .project-list__action {
    padding: 0;
  }
}

.project-list__link {
  font-family: Mont;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 1200px) {
  .project-list__link {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .project-list__link {
    font-size: 13px;
    display: block;
  }
}

.project-list__link:hover {
  color: #ffe400;
}

.project-list__link--add {
  font-weight: 600;
  font-size: 24px;
  color: #a8a8a8;
}

@media (max-width: 1200px) {
  .project-list__link--add {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .project-list__link--add {
    position: absolute;
    bottom: 100%;
    right: 12px;
    margin-bottom: 23px;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: transparent;
    text-indent: -100px;
    display: block;
    overflow: hidden;
    background: url(../images/icon-add.svg) center no-repeat;
  }
}

.project-list__link--add:hover {
  color: #000;
}

.project-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .project-tabs-list {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px;
    padding-left: 15px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .project-tabs-list::-webkit-scrollbar {
    display: none;
  }
}

.project-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .project-tabs {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
  }
}

.project-tabs__item {
  margin: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .project-tabs__item {
    white-space: nowrap;
  }
  .project-tabs__item.active {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.project-tabs__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 10px 0 10px;
  border-radius: 4px;
  height: 24px;
  background: #000;
  color: #fff;
  font-family: Mont;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
}

@media (max-width: 1200px) {
  .project-tabs__link {
    font-size: 11px;
  }
}

.project-tabs__link.active {
  background: #ffe400;
  color: #000;
}

.project-tabs__link:not(.active):hover {
  background: #a8a8a8;
}

.project-tabs__action {
  font-weight: bold;
}

@media (max-width: 1200px) {
  .project-tabs__action {
    font-size: 14px;
  }
}

.project-tabs__action:hover {
  color: #a8a8a8;
}

.project-heder {
  margin-bottom: 22px;
}

.project-heder__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .project-heder__title {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
}

.project-heder__title .title-h1 {
  margin-bottom: 0;
}

.project-heder__title-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .project-heder__title-left {
    display: block;
  }
}

.project-heder__title-left .button {
  margin-right: 20px;
  margin-top: 17px;
  background: #eee;
  color: #333;
}

@media (max-width: 767px) {
  .project-heder__title-left .button {
    margin: 0 0 10px;
  }
}

.project-heder__title-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .project-heder__title-action {
    margin: 10px 0 20px;
  }
}

.project-heder__title-action .button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .project-heder__title-action .button:first-child {
    margin-left: 0;
  }
}

.project-heder__title-back {
  /*
			&::before { 
				content: '';
				display: block;
				width: 16px;
				height: 16px;
				background: url(../images/left-arrow-white.svg) center no-repeat;
				margin-right: 15px;
			}
			*/
}

.project-heder__link {
  font-family: Mont;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .project-heder__link {
    font-size: 16px;
  }
}

.project-heder__link:hover {
  opacity: 0.5;
}

.project-heder__link--back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-heder__link--back::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/left-arrow.svg) center no-repeat;
  margin-right: 15px;
}

.project-heder__important {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 20px;
  background: #f5f5f5;
  border-radius: 4px;
}

.groups-action {
  margin-bottom: 20px;
}

.groups {
  width: 100%;
  border: 1px solid #a8a8a8;
  text-align: center;
}

@media (max-width: 767px) {
  .groups {
    display: block;
    border: none;
    border-top: 1px solid #a8a8a8;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .groups tbody {
    display: block;
  }
}

.groups th,
.groups td {
  border: 1px solid #a8a8a8;
}

.groups th {
  padding: 8px;
  font-family: Mont;
  text-transform: uppercase;
  font-size: 14px;
}

.groups th img {
  display: block;
  width: 24px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .groups tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #f5f5f5 !important;
    padding: 20px 15px;
    margin: 0 -15px;
    position: relative;
  }
  .groups tr:nth-child(1), .groups tr:nth-child(2) {
    display: none;
  }
}

.groups tr:first-child th:nth-child(1) {
  min-width: 48px;
}

.groups tr:first-child th:nth-child(2) {
  min-width: 310px;
}

.groups tr:first-child th:nth-child(3) {
  min-width: 110px;
}

.groups tr:first-child th:nth-child(4) {
  width: 100%;
}

.groups tr:first-child th:nth-child(5) {
  min-width: 130px;
}

.groups tr:first-child th:nth-child(6) {
  min-width: 190px;
}

.groups tr:first-child th:nth-child(7) {
  min-width: 90px;
}

.groups td {
  padding: 10px;
  vertical-align: top;
}

.groups td:nth-child(2), .groups td:nth-child(4) {
  text-align: left;
}

@media (max-width: 767px) {
  .groups td {
    display: block;
    border: none;
    padding: 0;
  }
  .groups td:nth-child(1), .groups td:nth-child(5), .groups td:nth-child(6) {
    display: none;
  }
  .groups td:nth-child(2) {
    max-width: calc(100% - 110px);
    font-size: 16px;
    font-weight: 600;
  }
  .groups td:nth-child(3) {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
    margin-right: 65px;
    color: #fff;
    width: 22px;
    height: 22px;
    background-color: #555;
    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;
  }
  .groups td:nth-child(4) {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .groups td .site-link {
    margin-bottom: 10px;
  }
  .groups td.groups__action {
    position: absolute;
    top: 23px;
    right: 15px;
  }
}

.groups tr.error td {
  background: #faf3f3;
}

.groups tr.error td .site-link {
  font-weight: bold;
  color: #da1f17;
}

.groups tr.error td .warning-list {
  opacity: 0.5;
}

.groups a:hover {
  color: #a8a8a8;
}

.groups__stat {
  min-width: 63px;
  padding: 10px 5px !important;
}

@media (max-width: 767px) {
  .groups__stat {
    width: 33.33%;
    padding: 5px !important;
    border: 1px solid #f5f5f5 !important;
    background: #fff;
  }
}

.groups__stat-min {
  background: #f59191;
}

@media (max-width: 767px) {
  .groups__stat-min {
    border-color: #f59191 !important;
  }
}

.groups__stat-mid {
  background: #ffe400;
}

@media (max-width: 767px) {
  .groups__stat-mid {
    border-color: #ffe400 !important;
  }
}

.groups__stat-max {
  background: #9bca8e;
}

@media (max-width: 767px) {
  .groups__stat-max {
    border-color: #9bca8e !important;
  }
}

.groups__stat.disable {
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .groups__stat.disable {
    border-color: #f5f5f5 !important;
  }
}

.groups__action {
  white-space: nowrap;
}

.groups__action a,
.groups__action button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
  width: 20px;
  position: relative;
  top: 4px;
  border: none;
  background: none;
  cursor: pointer;
  margin-top: -5px;
  margin-bottom: -5px;
}

.groups__action a:first-child,
.groups__action button:first-child {
  margin-left: 3px;
}

.groups__action a:hover,
.groups__action button:hover {
  -webkit-filter: none;
          filter: none;
}

.groups__action a img,
.groups__action button img {
  display: block;
  width: 20px;
}

.groups__words {
  margin-top: 5px;
}

.titles-list {
  margin-bottom: 20px;
  line-height: 1.4;
}

.titles-list:last-child {
  margin-bottom: 0;
}

.titles-list__item {
  font-size: 16px;
  margin-bottom: 8px;
}

.titles-list__item:last-child {
  margin-bottom: 0;
}

.titles-list__item--empty {
  color: #a8a8a8;
}

.fa-icon-warning {
  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;
  background: #da1f17;
  color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  padding: 1px 1px 0 0px;
  font-weight: normal;
}

.wordstat-list {
  margin-bottom: 20px;
  line-height: 1.4;
}

.wordstat-list__item {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}

.wordstat-list__item:last-child {
  margin-bottom: 0;
}

.wordstat-list__item--min {
  font-weight: bold;
  color: #da1f17;
}

.wordstat-list__item--mid {
  color: #ddb702;
}

.wordstat-list__item i {
  font-size: 13px;
  margin: 0 3px;
}

.wordstat-list__item-word {
  width: 40%;
}

.wordstat-list__item-entry {
  width: 30%;
  text-align: center;
}

.wordstat-list__item-count {
  width: 20%;
  text-align: right;
}

.site-link {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/icon-link-gray.svg) left center no-repeat;
  background-size: 14px;
}

.warning-list {
  padding-left: 22px;
  background: url(../images/icon-warning.svg) left center no-repeat;
  background-size: 16px;
  font-style: italic;
  color: #da1f17;
}

.warning-list--noticon {
  background: none;
  padding-left: 0;
}

.warning-list--noticon i {
  font-size: 14px;
  width: 17px;
}

.dashed-link {
  display: inline-block;
  border-bottom: 1px dashed;
}

.dashed-link:hover {
  border-bottom-color: transparent;
}

.group-form__send {
  display: none;
}

.group-form__send.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error-box {
  text-align: center;
  padding: 10px;
  background: #faf3f3;
  margin-bottom: 30px;
}

.warning-color {
  color: #da1f17;
}

.page-header-stat {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
  text-transform: uppercase;
  width: 125px;
}

.page-header-stat__item {
  width: 50%;
  white-space: nowrap;
  margin-bottom: 0px;
  text-transform: lowercase;
  color: #a8a8a8;
}

.page-header-stat__item span {
  width: 18px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3px;
}

.page-header-stat__item--lg {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.page-header-stat__item--lg span {
  width: 22px;
}

.group-field-legend {
  margin-bottom: 60px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.group-field-legend__item {
  margin-bottom: 20px;
}

.group-field-legend__item:last-child {
  margin-bottom: 0;
}

.legend-cadr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
}

.legend-cadr__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.legend-cadr__color {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.legend-cadr__color--red {
  background: #da1f17;
}

.legend-cadr__color--yellow {
  background: #ffe400;
}

.legend-cadr__color--black {
  background: #000;
}

.legend-cadr__descr {
  font-size: 16px;
  line-height: 20px;
}

.group-field-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .group-field-table {
    display: block;
    margin: 0;
  }
}

.group-field-table .group-field {
  width: 33.33%;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .group-field-table .group-field {
    width: 100%;
    padding: 0;
    margin: 40px 0;
  }
}

.group-field {
  margin-bottom: 30px;
}

.group-field__title {
  margin-bottom: 10px;
}

.group-field__list {
  line-height: 1.4;
}

.group-field__list-item {
  margin-bottom: 7px;
}

.group-field__list-item:last-child {
  margin-bottom: 0;
}

.group-field__list-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-field__list-item a::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-url.svg) center no-repeat;
  background-size: contain;
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.group-field__list-item a:hover {
  opacity: 0.7;
}

.structure-group {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}

.structure-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.structure-group__header {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .structure-group__header {
    padding-right: 30px;
  }
}

.structure-group__header::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url(../images/chevron-down.svg) center no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .structure-group__header::after {
    width: 24px;
    height: 24px;
  }
}

.structure-group__header.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.structure-group__title {
  margin: 0;
}

.structure-group__title--warning {
  color: #ddb702;
}

.structure-group__title--error {
  color: #da1f17;
}

.structure-group__url {
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .structure-group__url {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.structure-group__url a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
}

.structure-group__url a:hover {
  opacity: 1;
}

.structure-group__url a::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-url.svg) center no-repeat;
  background-size: contain;
  margin-left: 7px;
  position: relative;
}

.structure-group__body {
  padding-top: 20px;
}

/* popup */
.popup {
  display: none;
}

#remove .fancybox-close-small {
  display: none;
}

.remove-alert {
  min-width: 460px;
  max-width: 660px;
}

.remove-alert__header {
  margin-bottom: 40px;
  text-align: center;
}

.remove-alert__title {
  margin-bottom: 10px;
}

.remove-alert__subtitle {
  margin-bottom: 0;
}

.remove-alert__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.remove-alert__buttons .button {
  margin: 0 10px;
  width: calc(50% - 20px);
}

/* footer */
.footer {
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .footer {
    height: 50px;
  }
}
/*# sourceMappingURL=style.css.map */