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, butto {
  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:hover {
  text-decoration: none !important;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 0.7;
  color: #161e28;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: #161e28;
}

input:-ms-input-placeholder {
  opacity: 0.7;
  color: #161e28;
}

textarea::-webkit-input-placeholder {
  opacity: 0.7;
  color: #161e28;
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: #161e28;
}

textarea:-ms-input-placeholder {
  opacity: 0.7;
  color: #161e28;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

select {
  outline: none;
}

body, table, input, textarea, button, select {
  color: #161e28;
  font-family: "Montserrat";
  font-weight: 500;
}

.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;
  }
}

.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;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 700;
}

.title-h1 {
  font-size: 48px;
  margin-bottom: 0;
  line-height: 56px;
}

@media (max-width: 1200px) {
  .title-h1 {
    font-size: 36px;
    line-height: 1.4;
  }
}

@media (max-width: 568px) {
  .title-h1 {
    font-size: 30px;
  }
}

.title-h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

@media (max-width: 568px) {
  .title-h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.title-h3 {
  font-size: 31px;
  margin-bottom: 30px;
}

@media (max-width: 568px) {
  .title-h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.hr {
  border: none;
  display: block;
  height: 1px;
  background: #f3f0ef;
}

.cms_submit,
.button {
  display: inline-block;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  border: none;
  background: #ff9c51;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .cms_submit,
  .button {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}

.button:hover {
  background: #161e28;
}

.button--transparent {
  height: 60px;
  line-height: 58px;
  font-weight: 500;
  color: #161e28;
  font-size: 18px;
  border: 1px solid #ff9c51;
  background: transparent;
  padding: 0 30px;
}

@media (max-width: 1200px) {
  .button--transparent {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}

.button--transparent:hover {
  background: #ff9c51;
color:#fff;
}

.button--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: 60px;
  min-width: 60px;
  height: 60px;
  padding: 2px 0 0 0;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .button--icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

.button--icon img {
  display: block;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-outer {
  margin-top: 60px;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .section-outer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title .title-h2,
.section-title .title-h3 {
  margin-bottom: 0;
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 992px) {
  .typography {
    font-size: 14px;
    line-height: 1.5;
  }
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 500;
}

.typography h1 {
  font-size: 40px;
  margin-bottom: 35px;
}

.typography h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 34px;
}

.typography h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

.typography h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px;
}

.typography P {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
  text-align:left;
}

@media (max-width: 992px) {
  .typography P {
    font-size: 14px;
    line-height: 1.5;
  }
}

.typography P:last-child {
  margin-bottom: 0;
}

.typography img {
  max-width: 100%;
  border-radius: 10px;
}

.typography figure {
  display: block;
  margin: 0 0 30px;
}

.typography figure img {
  display: block;
  width: 100%;
}

.typography a:not(.button) {
  color: #ff9c51;
}

.typography a:not(.button):hover {
  color: #ff9c51;
  text-decoration: underline !important;
}

.typography ul {
  margin-bottom: 30px;
}

.typography ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.typography ul li::before {
  content: '';
  position: relative;
  top: -4px;
  width: 4px;
  height: 4px;
  background: #ff9c51;
  display: inline-block;
  margin-right: 8px;
}

.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol li {
  font-size: 18px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  color: #8a8e93;
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  display: inline-block;
  margin-right: 8px;
}

.typography table {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 40px;
}

@media (max-width: 576px) {
  .typography table {
    font-size: 15px;
    line-height: 20px;
  }
}

.typography table th {
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 20px;
  color: #9f9f9f;
  text-align: left;
}

.typography table th:first-child {
  padding-left: 0;
}

.typography table th:last-child {
  padding-right: 0;
}

.typography table td {
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 20px;
}

@media (max-width: 576px) {
  .typography table td {
    padding: 15px;
  }
}

.typography table td:first-child {
  padding-left: 0;
}

.typography table td:last-child {
  padding-right: 0;
}

.typography table p {
  text-indent: 0;
}

.typography .row {
  margin-top: 15px;
}

.table-scroll {
  overflow: auto;
}

@media (max-width: 767px) {
  .table-scroll {
    padding-top: 60px;
    background: url(http://diligans-avto.ru/images/icon-hscroll.svg) center 15px no-repeat;
    background-size: 32px 32px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
  margin: 0 0 16px 3px;
}

.breadcrumb__sepor {
  margin: 0 8px;
}

.breadcrumb__link {
  white-space: nowrap;
}

.breadcrumb__link:hover {
  color: #ff9c51;
}

.pgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 0;
  width: 100%;
}

@media (max-width: 1200px) {
  .pgn {
    padding: 30px 0;
  }
}

.pgn__item {
  width: 55px;
  height: 55px;
  border-radius: 30px;
  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: 16px;
  margin-right: 30px;
  border: 1px solid #ff9c51;
}

@media (max-width: 1200px) {
  .pgn__item {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-right: 15px;
  }
}

.pgn__item:hover {
  color: #ff9c51;
}

.pgn__item.active {
  color: #fff;
  background: #ff9c51;
}

.pgn__nav {
  width: 55px;
  height: 55px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ff9c51;
}

@media (max-width: 1200px) {
  .pgn__nav {
    width: 40px;
    height: 40px;
  }
}

.pgn__nav.prev {
  background: url(http://diligans-avto.ru/images/arrow-left.svg) center no-repeat;
}

.pgn__nav.prev:hover {
  background-image: url(http://diligans-avto.ru/images/arrow-left-orange.svg);
}

.pgn__nav.next {
  background: url(http://diligans-avto.ru/images/arrow-right.svg) center no-repeat;
}

.pgn__nav.next:hover {
  background-image: url(http://diligans-avto.ru/images/arrow-right-orange.svg);
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}

.tabs-header {
  height: 30px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.tabs-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  height: 1px;
  background: red;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .tabs-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tabs-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
  height: 40px;
}

.tabs-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff9c51;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 8px;
  position: relative;
  margin: 0 10px;
  white-space: nowrap;
  height: 28px;
}

.tabs-header__item:first-child {
  margin-left: 0;
}

.tabs-header__item:last-child {
  margin-right: 0;
}

.tabs-header__item:hover {
  color: red;
}

.tabs-header__item.active {
  color: red;
  font-weight: bold;
}

.tabs-header__item.active::after {
  opacity: 1;
}

.tabs-header__item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: red;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drop-list {
  position: relative;
}

.drop-list__title {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding-right: 25px;
  background: url(http://diligans-avto.ru/images/chevron-down.svg) right 7px no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.drop-list__dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: -1px;
  min-width: 100%;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
}

.drop-list__dropdown li {
  cursor: pointer;
  white-space: nowrap;
}

.drop-list__dropdown li:hover {
  color: #fff;
  background: #ff9c51;
}

.drop-list__dropdown a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: none;
  transition: none;
}

.form-box__confirm {
  display: none;
}

.forms__label {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"],
.forms select {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  font-size: 18px;
  text-align: left;
  color: #161e28;
  background-color: #fff;
  color: #2a2c2d;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
}

.forms textarea {
  padding: 25px;
  resize: none;
  height: 200px;
}

.forms .jq-selectbox {
  width: 100%;
}

.forms .jq-file {
  width: 100%;
}

.forms__row {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .forms__row {
    display: block;
  }
}

.forms__note {
  margin: 0 0 20px;
font-weight:300;
font-size: 14px;
text-align:center;
}
.forms__note a{color:#ff9c51}
.forms__note a:hover{color:#000}

.forms__button {
  margin: 20px 0;
}
.forms__button .submbut{text-align:center;}

.forms__button input[type="submit"] {
  min-width: 240px;
  border: 1px solid #ff9c51;
}
.forms__button input:hover {border: 1px solid #ff9c51;background:#fff;color:#000}

.forms__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .forms__field {
    display: block;
    margin-bottom: 20px;
  }
  .forms__field:last-child {
    margin-bottom: 0;
  }
}

.forms__field:last-child {
  margin: 0;
}

.forms__hint {
  color: #a8adb2;
  font-size: 12px;
  margin: 5px 0 0 3px;
}

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.forms__check span, .forms__radio span {
  display: inline-block;
  padding-bottom: 1px;
}

.forms__check .checked ~ span, .forms__radio .checked ~ span {
  color: #ff9c51;
}

.forms__radio .jq-radio {
  margin-right: 10px;
}

.forms__check .jq-checkbox {
  margin-right: 10px;
}


.error {
  background: #faeded !important;
}

.burger-btn {
  position: relative;
  display: block;
  width: 34px;
  height: 23px;
  border-top: 3px solid #ff9c51;
  border-bottom: 3px solid #ff9c51;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.burger-btn::after {
  content: '';
  left: 0;
  display: block;
  width: 34px;
  height: 3px;
  background: #ff9c51;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 7px;
}

.burger-btn:hover {
  border-color: red;
}

.burger-btn:hover:after {
  background: red;
}

.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: red;
  -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: red;
}

.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: #161e28;
  opacity: 0.95;
}

.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(http://diligans-avto.ru/images/toggle-arrow-down.svg) center no-repeat;
}

.next-toggle.open::after {
  background: url(http://diligans-avto.ru/images/toggle-arrow-up.svg) center no-repeat;
}

.more-link {
  color: #ff9c51;
  font-weight: 500;
  font-size: 22px;
  margin-top: 27px;
}

.more-link:hover {
  color: #ff9c51;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 40px;
  border-radius: 30px;
  background-color: #faf9f8;
  padding: 6px;
}

.counter__btn {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.counter__btn--down {
  background-image: url(http://diligans-avto.ru/images/icon-minus.svg);
}

.counter__btn--up {
  background-image: url(http://diligans-avto.ru/images/icon-plus.svg);
}

.counter__text {
  width: 40px;
  display: block;
  border: none;
  background: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 568px) {
  .counter__text {
    width: 40px;
  }
}

.del-btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  border: none;
  background: none;
  display: inline-block;
  text-indent: 1000px;
}

.del-btn::before, .del-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: #ff9c51;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.del-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.del-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.del-btn:hover::before, .del-btn:hover::after {
  background-color: #ff9c51;
}

.del-btn:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.del-btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* plugins */
.fancybox-close-small {
  top: 10px;
  right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
border-radius: 50%;
padding:0;
}


.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: #161e28;
  margin: 0 2.5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 568px) {
  .slick-dots li {
    height: 3px;
  }
}

.slick-dots li.slick-active {
  background: #ff9c51;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  z-index: 100;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  border: 1px solid #ff9c51;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow:hover {
  background-color: rgba(255, 156, 81, 0.05);
}

.slick-arrow:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slick-prev {
  background-image: url(http://diligans-avto.ru/images/arrow-left.svg);
}

.slick-next {
  background-image: url(http://diligans-avto.ru/images/arrow-right.svg);
}

.slick-disabled {
  opacity: 0;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.h-space-20 {
  height: 20px;
}

.h-space-100 {
  height: 100px;
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .lg-hide {
    display: none;
  }
}

.round-box {
  border-radius: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
          box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
  margin: 0 -195px;
  padding: 0 195px;
}

@media (max-width: 1200px) {
  .round-box {
    border-radius: 0;
  }
}

/* support class style */
.clear {
  clear: both;
  float: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp_none {
  display: none;
}

.full-bg {
  margin-left: calc( ((100vw - 1110px) / 2) * -1);
  margin-right: calc( ((100vw - 1110px) / 2) * -1);
  padding-left: calc( ((100vw - 1110px) / 2));
  padding-right: calc( ((100vw - 1110px) / 2));
}

@media (max-width: 1200px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}

.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #161e28;
}

.gray-bg {
  background-color: #8a8e93;
}

.lgray-bg {
  background-color: #faf9f8;
  padding-bottom:50px;
}

.clr-red {
  color: red;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #8a8e93;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 50px;
}

.top-space {
  padding-top: 50px;
}

.flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.font-normal {
  font-weight: normal;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1370px;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* page content */
/* header */
.header {
  position: relative;
  z-index: 9999;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

@media (max-width: 992px) {
  .header__wrap {
    padding-right: 55px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 3px 35px 0 20px;
  border-right: 1px solid #efeae6;
}

@media (max-width: 1200px) {
  .header__logo {
    padding: 0 20px 0 0;
  }
}

@media (max-width: 992px) {
  .header__logo {
    border-right: none;
  }
}

.header__logo img {
  display: block;
}

@media (max-width: 1200px) {
  .header__logo img {
    width: 200px;
  }
}

.header__phone {
  padding: 5px 46px 0 0;
}

@media (max-width: 1200px) {
  .header__phone {
    padding: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  .header__phone {
    display: none;
  }
}

.header__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 7px 7px 0 40px;
  border-left: 1px solid #efeae6;
}

@media (max-width: 1200px) {
  .header__favorite {
    padding: 7px 0 0 20px;
  }
}

@media (max-width: 992px) {
  .header__favorite {
    padding: 7px 26px 0;
    border-right: 1px solid #efeae6;
  }
}

@media (max-width: 767px) {
  .header__favorite {
    display: none;
  }
}

.header__burger {
  display: none;
  position: absolute;
  right: 20px;
  top: 32px;
}

@media (max-width: 992px) {
  .header__burger {
    display: block;
  }
}

@media (max-width: 568px) {
  .header__burger {
    top: 31px;
  }
}

.header__nav {
  width: 100%;
  padding: 5px 43px 0 43px;
}

@media (max-width: 1200px) {
  .header__nav {
    padding: 0 30px;
  }
}

.h-fav-link {
  background: url(http://diligans-avto.ru/images/icon-heart.svg) right 20px center no-repeat;
}

.h-phone__num {
  white-space: nowrap;
  font-size: 19px;
  margin-bottom: 4px;
  letter-spacing: 0.7px;
  padding-left: 29px;
font-family:calibri;
font-weight:600;
}

@media (max-width: 1200px) {
  .h-phone__num {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.h-phone__num:last-child {
  margin-bottom: 0;
}

.h-phone__num.phone {
  background: url(http://diligans-avto.ru/images/icon-phone.svg) left center no-repeat;
}

.h-phone__num.whatsapp {
  background: url(http://diligans-avto.ru/images/icon-whatsapp.svg) left center no-repeat;
}

.h-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-nav__item--mob {
  display: none;
}

@media (max-width: 992px) {
  .h-nav__item--mob {
    display: block;
  }
}

.h-nav__link {
  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;
  color: #ff9c51;
  font-size: 18px;
  font-weight: 500;
  height: 80px;
  text-align: center;
  position: relative;
}

@media (max-width: 1200px) {
  .h-nav__link {
    font-size: 15px;
  }
}

.h-nav__link.active, .h-nav__link:hover {
  color: #161e28;
}

.h-nav__close {
  display: none;
}

@media (max-width: 992px) {
  .h-nav__close {
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
  }
}

@media (max-width: 992px) {
  .h-nav {
    display: block;
    position: fixed;
    left: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    z-index: 2001;
    padding: 60px 0 0 0;
    background: #fff;
    z-index: 10000;
    overflow: auto;
    border-radius: 0;
  }
  .h-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 80px;
    height: 60px;
    background: url(http://diligans-avto.ru/images/logo.svg) center no-repeat;
    background-size: contain;
  }
  .h-nav__wrap {
    display: block;
    background: none;
    height: auto;
    padding: 0;
    border-top: 1px solid #e1e1e1;
  }
  .h-nav__sepor {
    display: none;
  }
  .h-nav__item {
    display: block;
    width: auto;
  }
  .h-nav__link {
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    max-width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    height: 56px;
    color: #ff9c51;
    font-size: 16px;
    font-weight: normal;
  }
  .h-nav__link::after {
    display: none;
  }
  .h-nav__link.active {
    color: #161e28;
  }
}

/* pages */
.page-header {
  background: #ff9c51;
}

.page-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;
  min-height: 150px;
}

@media (max-width: 767px) {
  .page-header__wrap {
    display: block;
    padding: 30px 0;
  }
}

.page-header__title {
  padding-left: 20px;
}

@media (max-width: 992px) {
  .page-header__title {
    padding-left: 0;
  }
}

.page-header__action {display:flex;}

@media (max-width: 992px) {
  .page-header__action {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .page-header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 568px) {
  .page-header__action {
    display: block;
    margin: 0 -5px;
  }
}

.page-header__action .button {
  width: 230px;
  margin-left: 27px;
  color: #ff9c51;
border:solid 3px #ff9c51;
background:#fff;
}
.page-header__action .button:hover {
background:#ff9c51;
color:#fff;
border:solid 3px #ffb781;
}

@media (max-width: 1200px) {
  .page-header__action .button {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .page-header__action .button {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .page-header__action .button {
    width: auto;
  }
}

@media (max-width: 568px) {
  .page-header__action .button {
    width: calc(50% - 10px);
    margin: 20px 5px 0;
  }
}

.page-header__action .button:first-child {
  margin-left: 0;
  margin-top: 0;
}

.page-header .title-h1 {
  color: #fff;
}

.page-header--main {
  margin-bottom: 0;
}

.page-header--main .page-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 75px;
  height: 660px;
}

@media (max-width: 568px) {
  .page-header--main .page-header__wrap {
    height: calc(100vh - 80px);
  }
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 135px;
  background: #fff;
  margin: 0 -15px;
}

@media (max-width: 1200px) {
  .filter {
    margin: 0 -5px;
  }
}

@media (max-width: 992px) {
  .filter {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
}

.filter__item {
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .filter__item {
    padding: 0 5px;
  }
}

.filter__item--select {
  width: 18%;
}

@media (max-width: 992px) {
  .filter__item--select {
    width: 33.33%;
    margin-bottom: 15px;
  }
}

@media (max-width: 568px) {
  .filter__item--select {
    width: 100%;
  }
}

.filter__item--price {
  width: 29%;
}

@media (max-width: 992px) {
  .filter__item--price {
    width: 66.66%;
  }
}

@media (max-width: 568px) {
  .filter__item--price {
    width: 100%;
    margin-bottom: 15px;
  }
}

.filter__item--button {
  width: 17%;
}

@media (max-width: 992px) {
  .filter__item--button {
    width: 33.33%;
  }
}

@media (max-width: 568px) {
  .filter__item--button {
    width: 100%;
  }
}

.filter__item--button .button {
  width: 100%;
}

.filter-select .jq-selectbox {
  width: 100%;
}

.filter-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  color: #2a2c2d;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .filter-price {
    height: 50px;
  }
}

.filter-price input {
  height: 53px;
  width: 50%;
  background: none;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  border: none;
}

@media (max-width: 1200px) {
  .filter-price input {
    font-size: 15px;
  }
}

.filter-price input:last-child {
  border-left: 1px solid #e6e6e6;
}

.cat-header {
  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: 93px;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .cat-header {
    height: auto;
    padding: 20px 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cat-header__counter {
  padding-left: 20px;
  font-size: 14px;
  color: #8a8e93;
}

@media (max-width: 992px) {
  .cat-header__counter {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cat-header__counter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .cat-header__sort {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .sort {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sort__label {
  font-size: 14px;
  color: #8a8e93;
  margin-right: 20px;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 992px) {
  .catalog {
    margin: 0 -10px -20px;
  }
}

@media (max-width: 568px) {
  .catalog {
    margin: 0 -10px;
  }
}

.catalog__item {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .catalog__item {
    width: 50%;
    padding: 0 10px;
  }
}

@media (max-width: 568px) {
  .catalog__item {
    width: 100%;
  }
}

.catalog__item:last-child {
  margin-bottom: 0;
}

.car-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  border: 1px solid #efeae6;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 992px) {
  .car-card {
    display: block;
    height: auto;
    padding-bottom: 20px;
  }
}

.car-card:hover {
  -webkit-box-shadow: 0 5px 30px rgba(144, 112, 88, 0.15);
          box-shadow: 0 5px 30px rgba(144, 112, 88, 0.15);
}

.car-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 110px;
}

.car-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.car-card__gallery {
  width: 400px;
  min-width: 400px;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 992px) {
  .car-card__gallery {
    width: 100%;
    min-width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
  }
}

.car-card__info {
  padding-left: 50px;
  width: 48%;
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .car-card__info {
    padding-left: 30px;
  }
}

@media (max-width: 992px) {
  .car-card__info {
    width: auto;
    padding: 20px;
  }
}

.car-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .car-card__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.car-card__right {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-end;
  padding: 40px 40px;
}

@media (max-width: 992px) {
  .car-card__right {
    width: auto;
    padding: 0 20px;
  }
}

.car-card__right a {
  position: relative;
  z-index: 1;
}


.car-card__links {
  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: 110px;
  min-width: 110px;
  height: 100%;
  border-left: 1px solid #efeae6;
}

@media (max-width: 992px) {
  .car-card__links {
    width: auto;
    padding: 30px 0 0 ;
  }
}


.car-card__fav {
  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: 110px;
  min-width: 110px;
  height: 100%;
  border-left: 1px solid #efeae6;
}

@media (max-width: 1200px) {
  .car-card__fav {
    width: 80px;
    min-width: 80px;
  }
}

@media (max-width: 992px) {
  .car-card__fav {
    width: auto;
    height: auto;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 2px;
  }
  .car-card__fav .fav-button {
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
}

.car-card__title {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .car-card__title {
    font-size: 18px;
  }
}

.car-card__seller {
  margin-left: 20px;
}

.car-card__price {
  font-size: 28px;
  font-weight: 700;
  color: #ff9c51;
}

@media (max-width: 1200px) {
  .car-card__price {
    font-size: 18px;
  }
}

.car-card__price span {
  margin-right: 3px;
}

.seller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  font-size: 16px;
  margin-left: 20px;
  padding: 0 25px;
  border-radius: 18px;
background:#efeae6;
}

@media (max-width: 1200px) {
  .seller {
    font-size: 14px;
    padding: 0 15px;
  }
}

@media (max-width: 568px) {
  .seller {
    font-size: 12px;
    padding: 0 10px;
  }
}

.car-param__item {
  font-size: 16px;
  color: #8a8e93;
  margin-bottom: 6px;
}

@media (max-width: 1200px) {
  .car-param__item {
    font-size: 14px;
  }
}

.car-param__item span {
  margin-left: 5px;
}

.car-param__item span:first-child {
  margin-left: 0;
}

.card-actions {
  margin-left: -2px;
}

@media (max-width: 568px) {
  .card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    /*display: flex;*/
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.card-actions__item {
  margin-bottom: 11px;
}

@media (max-width: 568px) {
  .card-actions__item {
    margin-right: 5px;
  }
}

.card-actions__item:last-child {
  margin: 0;
}

.fav-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 23px;
  height: 20px;
  background: url(http://diligans-avto.ru/images/icon-heart.svg) center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.fav-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.icon-question {
  padding-left: 28px;
  font-size: 16px;
  background: url(http://diligans-avto.ru/images/icon-help-circle.svg) left center no-repeat;
  display: inline-block;
}

@media (max-width: 1200px) {
  .icon-question {
    font-size: 14px;
  }
}

@media (max-width: 568px) {
  .icon-question {
    font-size: 12px;
    line-height: 18px;
  }
}

.icon-question:hover {
  color: #ff9c51;
}

.icon-view {
  padding-left: 28px;
  font-size: 16px;
  background: url(http://diligans-avto.ru/images/icon-eye.svg) left center no-repeat;
  display: inline-block;
}

@media (max-width: 1200px) {
  .icon-view {
    font-size: 14px;
  }
}

@media (max-width: 568px) {
  .icon-view {
    font-size: 12px;
    line-height: 18px;
  }
}


.icon-view_iz {
  padding-left: 28px;
  font-size: 16px;
  background: url(http://diligans-avto.ru/images/icon-heart.svg) left center no-repeat;
  display: inline-block;
}

@media (max-width: 1200px) {
  .icon-view_iz {
    font-size: 14px;
  }
}

@media (max-width: 568px) {
  .icon-view_iz {
    font-size: 12px;
    line-height: 18px;
  }
}




.icon-view:hover {
  color: #ff9c51;
}


@media (max-width: 992px) {
  .card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
}

.card-links__item {
 margin: 30px 0;
}

@media (max-width: 992px) {
  .card-links__item {
   margin: 0 20px;
  }
}


.card-links a {
  position: relative;
  z-index: 100;
}

.card-links__item img {
  display: block;
  margin: 0 auto;
  width: 22px;
  transition: 0.3s;
}

.card-links__item img:hover {
  transform: scale(1.1);
}


.page-intro {
  margin: 70px 0;
  padding: 0 40px;
  text-align: center;
}

@media (max-width: 1200px) {
  .page-intro {
    padding: 0;
    margin: 40px 0;
  }
}

/* gallery from catalog */
.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 10px;
}

@media (max-width: 568px) {
  .product-gallery {
    padding: 0;
  }
}

.product-gallery__item {
  width: 100%;
}

@media (max-width: 568px) {
  .product-gallery__item {
    display: none;
    height: 220px;
  }
  .product-gallery__item:first-child {
    display: block;
  }
}

.product-gallery__item:hover .product-gallery__photo,
.product-gallery__item:first-child .product-gallery__photo {
  display: block;
}

.product-gallery__item:first-child .item-line-decor::after {
  background: #f46731;
}

.product-gallery__photo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 568px) {
  .product-gallery__photo {
    position: static;
    height: 100%;
  }
}

.product-gallery__photo img {
  width: 100%;
  display: block;
}

.product-gallery:hover .item-line-decor {
  opacity: 1;
}

.product-gallery:hover .item-line-decor::after {
  background: rgba(255, 255, 255, 0.7);
}

.product-gallery:hover .item-line-decor:hover::after {
  background: #f46731;
}

.item-line-decor {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
}

@media (max-width: 568px) {
  .item-line-decor {
    display: none;
  }
}

.item-line-decor::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 2px;
  right: 2px;
  height: 3px;
  border-radius: 2px;
  background: #999999;
}

.search-box {
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff9c51;
  padding: 0 70px;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .search-box {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .search-box {
    display: none;
  }
}

.search-box::before, .search-box::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 180px;
  background-repeat: no-repeat;
  background: url(http://diligans-avto.ru/images/search-bg.svg);
}

.search-box::before {
  right: 100%;
  background-position: left top;
}

.search-box::after {
  left: 100%;
  background-position: right top;
}

@media (max-width: 767px) {
  .search-box--mp {
    display: block;
    height: auto;
    padding: 20px;
    margin: 0 -20px 40px;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .search-form {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .search-form {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
    margin-bottom: 0;
  }
}

.search-form__field {
  width: 50%;
  border-left: 1px solid #efeae6;
}

@media (max-width: 767px) {
  .search-form__field {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: #fff;
    border-radius: 30px;
  }
}

.search-form__field:first-child {
  border-left: none;
}

.search-form__button {
  width: 270px;
  min-width: 270px;
  border-radius: 0  30px 30px 0;
  overflow: hidden;
  margin-right: -1px;
}

@media (max-width: 992px) {
  .search-form__button {
    position: absolute;
    bottom: 20px;
    border-radius: 30px;
    overflow: hidden;
    left: 50%;
    margin-left: -135px;
  }
}

@media (max-width: 767px) {
  .search-form__button {
    width: 100%;
    position: static;
    margin: 0;
  }
}

.search-form input[type="text"] {
  width: 100%;
  height: 55px;
  border: none;
  background: none;
  font-size: 18px;
  padding: 0 25px;
}

.search-form .jq-selectbox {
  width: 100%;
}

.search-form .jq-selectbox__select {
  border: none;
}

.search-form .jq-selectbox__select-text {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .search-form .jq-selectbox__select-text {
    font-size: 16px;
  }
}

.search-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: 100%;
  width: 100%;
  height: 60px;
  background: #161e28;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  cursor:pointer;
}

.search-button:hover {background:#fff;color:#000;border-left:solid 1px #ff9c51}

@media (max-width: 1200px) {
  .search-button {
    font-size: 16px;
  }
}

.adv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
}

@media (max-width: 1200px) {
  .adv-box {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .adv-box {
    display: none;
  }
}

.adv-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .adv-box__item {
    font-size: 16px;
  }
}

.adv-box__icon {
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .adv-box__icon {
    margin-right: 10px;
  }
}

@media (max-width: 1200px) {
  .adv-box__logo img {
    width: 200px;
  }
}

.adv-box img {
  display: block;
}

/* car page */
.car-descr {
  padding-left: 20px;
  max-width: 420px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .car-descr {
    padding-left: 0;
    max-width: 100%;
  }
}

.car-descr__text {
  min-height: 220px;
}

@media (max-width: 992px) {
  .car-descr__text {
    min-height: 0;
    margin-bottom: 30px;
  }
}

.car-complect {
  -webkit-columns: 2;
          columns: 2;
  max-width: 645px;
}

@media (max-width: 992px) {
  .car-complect {
    max-width: 100%;
  }
}

@media (max-width: 568px) {
  .car-complect {
    -webkit-columns: 1;
            columns: 1;
  }
}

.car-complect div {
  margin-bottom: 16px;
}

@media (max-width: 568px) {
  .car-complect div {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.car-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .car-stat {
    padding-left: 0;
    margin-bottom: 40px;
    display: none;
  }
}

.car-stat__item {
  color: #8a8e93;
  font-size: 14px;
  margin-right: 30px;
}

.car-stat__item:last-child {
  margin-right: 0;
}

.cat-back {
  margin-bottom: 75px;
}

.service-card {
  display: block;
  width: 100%;
  min-height: 230px;
  border-radius: 5px;
  border: 1px solid #efeae6;
  background-color: #fff;
  padding: 15px 40px;
}

.service-card:hover {
  -webkit-box-shadow: 0 5px 30px rgba(144, 112, 88, 0.15);
          box-shadow: 0 5px 30px rgba(144, 112, 88, 0.15);
  color: #ff9c51;
}

@media (max-width: 568px) {
  .service-card {
    padding: 15px 5px;
    min-height: 180px;
  }
}

.service-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
}

@media (max-width: 568px) {
  .service-card__icon {
    height: 100px;
  }
  .service-card__icon img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.service-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 48px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: -5px;
}

@media (max-width: 568px) {
  .service-card__title {
    font-size: 16px;
    line-height: 20px;
  }
}

/* popup */
.popup {
  display: none;
  font-family: "Montserrat";
  max-width: 460px;
  padding: 30px 50px 50px 50px;
  border-radius: 10px;
}

@media (max-width: 568px) {
  .popup {
    padding: 30px;
  }
}

.popup__title {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.popup-form {
  width: 100%;
  max-width: 460px;
}

.popup-form .button,
.popup-form input[type="submit"] {
  width: 100%;
  min-width: 0;
}

.popup-form input[type="text"] {
  text-align: center;
}

.sldier {
  position: relative;
  margin: 0 -15px;
}

.sldier__item {
  padding: 0 15px;
  width: 33.33%;
}

@media (max-width: 992px) {
  .sldier__item {
    width: 50%;
  }
}

@media (max-width: 567px) {
  .sldier__item {
    width: 100%;
  }
} 

.sldier .slick-prev,
.sldier .slick-next {
  position: absolute;
  top: -85px;
}

.sldier .slick-prev {
  right: 100px;
}

.sldier .slick-next {
  right: 15px;
}

.sldier .slick-dots {
  left: 15px;
  right: 15px;
  bottom: -20px;
}

.car-short-card {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.car-short-card:hover {
  -webkit-box-shadow: 0 5px 30px rgba(144, 112, 88, 0.15);
          box-shadow: 0 5px 30px rgba(144, 112, 88, 0.15);
}

.car-short-card:hover .car-short-card__fav {
  opacity: 1;
}

.car-short-card__fav {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  opacity: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(http://diligans-avto.ru/images/icon-heart-black.svg);
  background-size: 22px 18px;
  z-index: 999;
}

.car-short-card__fav:hover {
  background-color: #ff9c51;
}

.car-short-card__cover {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}

.car-short-card__cover .product-gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.car-short-card__cover img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
}

.car-short-card__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #efeae6;
  border-top: none;
  padding: 30px 30px 30px 35px;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 1200px) {
  .car-short-card__descr {
    padding: 20px;
  }
}

.car-short-card__right {
  text-align: right;
}

.car-short-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .car-short-card__title {
    margin-bottom: 4px;
  }
}

.car-short-card__price {
  font-size: 20px;
  color: #ff9c51;
}

.car-short-card .car-param__item {
  margin-bottom: 12px;
}

.car-short-card .car-param__item:last-child {
  margin-bottom: 0;
}

.more-load {
  margin-top: 50px;
  text-align: center;
}

.car-page {
  margin-top: -10px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .car-page {
    padding-left: 0;
  }
}

.car-page__title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (max-width: 568px) {
  .car-page__title {
    font-size: 30px;
  }
}

.car-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.car-page__info .seller {
  position: relative;
  top: 2px;
}

@media (max-width: 568px) {
  .car-page__info .seller {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
  }
}

.car-page__price {
  font-size: 36px;
  color: #ff9c51;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .car-page__price {
    font-size: 30px;
  }
}

@media (max-width: 568px) {
  .car-page__price {
    font-size: 24px;
  }
}

.car-page__param {
  min-height: 270px;
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .car-page__param {
    min-height: 0;
    margin-bottom: 40px;
  }
}

.car-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 485px;
  margin-left: -20px;
}

@media (max-width: 568px) {
  .car-page__actions {
    margin: 0 -5px;
  }
}

.car-page__fav:hover {background:#fff;}
.car-page__fav:hover img {transform: scale(1.1);}

@media (max-width: 568px) {
  .car-page__actions .button:not(.car-page__fav) {
    width: calc(50% - 10px);
    margin: 0 5px;
    font-size: 14px;
    padding: 0 5px;
  }
}

@media (max-width: 568px) {
  .car-page__fav {
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.param-list__item {
  margin-bottom: 15px;
}

@media (max-width: 568px) {
  .param-list__item {
    margin-bottom: 10px;
  }
}

.param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

@media (max-width: 568px) {
  .param {
    font-size: 14px;
  }
}

.param__ttl {
  width: 155px;
  color: #8a8e93;
}

.page-gallery {
  height: 100%;
  position: relative;
}

.page-gallery::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 24px;
  width: 20px;
  height: 20px;
  background: url(http://diligans-avto.ru/images/icon-maximize.svg) center no-repeat;
}

.page-gallery__count {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 999;
  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: 85px;
  height: 30px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  background: rgba(22, 30, 40, 0.6);
}

.photo-slider {
  height: 100%;
}

.photo-slider .slick-list {
  height: 100%;
}

.photo-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.photo-slider .slick-slide {
  height: auto;
}

.photo-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.photo-slider .slick-dots li {
  background: #fff;
}

.photo-slider .slick-dots li.slick-active {
  background: #ff9c51;
}

.photo-slider .slick-dots {
  left: 22.5px;
  right: 22.5px;
  bottom: 25px;
}

@media (max-width: 568px) {
  .photo-slider .slick-dots {
    left: 5px;
    right: 5px;
  }
}

.photo-slider .slick-arrow {
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  background-color: #fff;
  border-color: #fff;
}

.photo-slider .slick-prev {
  left: 20px;
}

.photo-slider .slick-next {
  right: 20px;
}

.photo-slider:hover .slick-arrow {
  opacity: 1;
}

.photo-slide {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 992px) {
  .photo-slide {
    min-height: 480px;
  }
}

@media (max-width: 568px) {
  .photo-slide {
    min-height: 0;
    height: auto;
  }
}

.photo-slide:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.photo-slide img {
  display: none;
}

@media (max-width: 992px) {
  .photo-slide img {
    display: block;
  }
}

.page-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 660px;
  background: url(http://diligans-avto.ru/images/promo-bg.jpg) top center no-repeat;
  margin-bottom: -110px;
}

@media (max-width: 568px) {
  .page-cover {
    height: 500px;
  }
}

.page-cover__wrap {
  width: 100%;
  text-align: center;
  padding: 0 20px 95px;
}

.page-cover__title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 40px;
  color: #fff;
}

@media (max-width: 767px) {
  .page-cover__title {
    font-size: 40px;
  }
}

@media (max-width: 568px) {
  .page-cover__title {
    font-size: 36px;
  }
}

.page-cover .button {
  color: #fff;
  margin: 0 15px;
  width: 230px;
}

@media (max-width: 992px) {
  .page-cover .button {
    margin: 0 15px 15px;
  }
}

@media (max-width: 568px) {
  .page-cover .button {
    margin: 0 0 15px;
    width: 80%;
  }
}

.logo-list {
  /*display: -webkit-box;*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

@media (max-width: 992px) {
  .logo-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.logo-list__item {
  width: 5%;
float:left;
}

@media (max-width: 992px) {
  .logo-list__item {
    width: auto;
    padding: 10px;
  }
}

@media (max-width: 568px) {
  .logo-list__item {
    width: 20%;
  }
}

.logo-list img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 568px) {
  .logo-list img {
    max-height: 40px;
  }
}

.model-list {
  padding: 30px 0 20px 20px;
  -webkit-columns: 4;
          columns: 4;
  margin-right: -100px;
  position: relative;
}

@media (max-width: 1200px) {
  .model-list {
    padding: 30px 0 20px;
    -webkit-columns: 3;
            columns: 3;
  }
}

@media (max-width: 992px) {
  .model-list {
    -webkit-columns: 2;
            columns: 2;
    margin-right: -50px;
  }
}

.model-list__item {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .model-list__item {
    margin-bottom: 10px;
  }
}

.model-list__decor {
  position: absolute;
  top: 0;
  bottom: -10px;
  width: 1px;
  background: #efeae6;
  margin-left: -50px;
}

.model-list__decor.p1 {
  left: 25%;
}

@media (max-width: 1200px) {
  .model-list__decor.p1 {
    left: 33.33%;
  }
}

@media (max-width: 992px) {
  .model-list__decor.p1 {
    left: 50%;
  }
}

@media (max-width: 767px) {
  .model-list__decor.p1 {
    margin-left: -20px;
  }
}

.model-list__decor.p2 {
  left: 50%;
}

@media (max-width: 1200px) {
  .model-list__decor.p2 {
    left: 66.66%;
  }
}

@media (max-width: 992px) {
  .model-list__decor.p2 {
    display: none;
  }
}

.model-list__decor.p3 {
  left: 75%;
}

@media (max-width: 1200px) {
  .model-list__decor.p3 {
    display: none;
  }
}

.model-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 210px;
  width: 100%;
}

@media (max-width: 992px) {
  .model-item {
    max-width: 85%;
  }
}

.model-item:hover * {
  color: #161e28;
}

.model-item__title {
  font-size: 18px;
  color: #ff9c51;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .model-item__title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .model-item__title {
    font-size: 14px;
  }
}

.model-item__count {
  font-size: 16px;
  color: #a2a5a9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .model-item__count {
    font-size: 14px;
  }
}

/* footer */
.footer {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding-top: 54px;
}

@media (max-width: 992px) {
  .footer {
    padding-top: 0;
    background: #faf9f8;
  }
}

@media (max-width: 568px) {
  .footer {
    margin-top: 80px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 119px;
  background: #faf9f8;
}

@media (max-width: 1200px) {
  .footer__top {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .footer__top {
    display: none;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 159px;
  color: #8a8e93;
}

@media (max-width: 1200px) {
  .footer__wrap {
    height: 120px;
  }
}

@media (max-width: 992px) {
  .footer__wrap {
    display: block;
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
}

.footer__link {
  text-decoration: underline;
}

.footer__link:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}

.f-nav {
  margin-right: 10px;
}

.f-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .f-nav__item {
    padding: 0 10px;
  }
}

.f-nav__link {
  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;
  color: #ff9c51;
  font-size: 18px;
  font-weight: 500;
  height: 80px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .f-nav__link {
    font-size: 16px;
  }
}

.f-nav__link.active, .f-nav__link:hover {
  color: #161e28;
}

.f-addr {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .f-addr {
    font-size: 16px;
  }
}

.f-wtime {
  font-size: 14px;
  color: #8a8e93;
  margin-left: 35px;
}

@media (max-width: 1200px) {
  .f-wtime {
    display: none;
  }
}

.f-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-cpr {
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .f-cpr {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .f-cpr {
    width: auto;
    margin: 20px 0;
  }
}

.f-policy {
  font-size: 15px;
  color: #ff9c51;
}

@media (max-width: 1200px) {
  .f-policy {
    font-size: 14px;
  }
}

.f-policy:hover {
  color: #161e28;
}

.f-develop {
  position: relative;
  padding-left: 50px;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .f-develop {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .f-develop {
    display: inline-block;
    margin-top: 20px;
  }
}

.f-develop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 43px;
  height: 22px;
  background: url(http://diligans-avto.ru/images/icon-visualweb.svg) top center no-repeat;
}

.f-develop a:hover {
  color: #ff9c51;
}

.f-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .f-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.f-soc__item {
  margin: 0 20px;
}

@media (max-width: 1200px) {
  .f-soc__item {
    margin: 0 8px;
  }
}

.soc-link {
  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: 47px;
  height: 47px;
  border: 1px solid #ff9c51;
  border-radius: 50%;
}

.soc-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.soc-link img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.car-card__fav a.fav-button.active {
  background-image: url(http://diligans-avto.ru/images/icon-heart-black.svg);
}

.car-short-card a.car-short-card__fav.active {
background-color: #ff9c51;
}

/*.car-page__actions a.button.button--transparent.button--icon.car-page__fav.active {
background-color: #ff9c51;
}*/

div.wrap input {
    border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    height: 51px;
    margin-bottom: 20px;
    outline: medium none;
    padding-left: 21px;
    width: 100%;
font-family: "Montserrat";
font-size:18px;
}

.field div.wrap textarea {
border: 1px solid #e3e8ee;
box-sizing: border-box;
color: #474a4c;
height: 151px;
margin-bottom: 17px;
outline: medium none;
padding-left: 21px;
width: 100%;
padding-top: 12px;
font-family: "Montserrat";
}

.wrap div.forma-title {
font-size: 38px;
margin-bottom: 0;
line-height: 56px;
margin-bottom: 12px;
text-align:center;
}

/*
div.car-page__actions input.cms_submit {
line-height: 45px;
font-weight: 500;
color: #161e28;
font-size: 18px;
border: 1px solid #ff9c51;
background: transparent;
padding: 0 17px;
border-radius: 50px;
margin-top: 14px;
margin-left: 16px;
}
*/

div.car-page__actions input.cms_submit {
  width: 220px;
}

.pop { border: 1px solid #e4e4e4; padding: 50px 50px 55px; display:none;font-family: "Montserrat";}
.fancybox-inner .pop{ top:0; left:0; }

.fancybox-content form div a {
 color: #ff9c51;
}
.fancybox-content form div a:hover {
 color: #202123;;
}






/*# sourceMappingURL=style.css.map */
/* Stylesheet: Стиль Modified On 2025-05-19 15:23:28 */
.jq-selectbox.disabled .jq-selectbox__select {
  border: none;
}

.part__logo {display: flex; align-items: center;}
.part__img {margin: 0 20px 0 0;}
.part_phone {font-weight: bold; font-size: 18px;}
input:focus[type="submit"] {
    outline: none;
}
.obrtk {
    height: 80px;
    background-size: cover !important;
}
.nocars .model-item__title{color:#a2a5a9 !important}

.mob_phone {display:none}
@media (max-width: 768px) {
.mob_phone {display:block;margin-top: 7px;}
.mob_phone img {height: 26px;}
}
/* Stylesheet: Наш стиль (Все изменения только сюда) Modified On 2025-05-19 15:07:44 */
