@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  gap: 20px 0;
}
.row30 {
  gap: 30px 0;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 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: none;
}
.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-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.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;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@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: none;
  }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .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;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .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;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .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;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .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;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
body {
  margin: 0;
  line-height: 28px;
  font-size: 20px;
  color: #626262;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
input,
textarea,
select,
button {
  outline: none;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  line-height: 53px;
  height: 54px;
  padding: 0 20px;
  font-size: 18px;
  transition: all 0.4s ease;
  color: #626262;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #868686;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #ff7200;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
textarea {
  height: 130px;
  line-height: 1.5;
  resize: none;
  padding: 20px;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
img.full {
  display: block;
  width: 100%;
}
a {
  color: #ff7200;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
  color: #000000;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
/*h1:last-child,*/
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 80px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    margin-bottom: 30px;
  }
}
h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 23px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
p:first-child,
ul:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child {
  margin-bottom: 0;
}
.blockin {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.header {
  display: flex;
  align-items: center;
  background: #1d1d1d;
  height: 75px;
  font-size: 18px;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 5;
}
.header-main {
  position: fixed;
  background: none;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
}
.header-main.fixed {
  background: #1d1d1d;
}
.header-main.fixed:before {
  opacity: 0;
}
.header-main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  margin: 0 auto;
  max-width: 1340px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}
.header .blockin {
  gap: 20px;
}
.header__logo {
  font-size: 0;
  line-height: 0;
}
.header__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 50px;
}
.header__menu ul a {
  color: #ffffff;
}
.header__menu ul a:hover {
  color: #ff7200;
}
.header__right {
  flex-grow: 2;
  max-width: 450px;
  gap: 15px;
}
.header__right select {
  padding: 0;
  border: 0;
  line-height: 0;
  width: 40px;
  line-height: 22px;
  padding: 0;
  height: 22px;
  background: none;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/select.svg) 100% 50% no-repeat;
}
.header__right select::-ms-expand {
  display: none;
}
.header__right select option {
  color: #000;
}
.header__soc {
  font-size: 0;
  line-height: 0;
  display: flex;
  gap: 5px;
}
.header__soc a {
  min-width: 34px;
}
.header__phone {
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header {
    height: 55px;
  }
  .header-main.open {
    background: #1d1d1d;
  }
  .header-main.open:before {
    opacity: 0;
  }
  .header__logo {
    max-width: 215px;
  }
}
.burger {
  width: 25px;
  position: relative;
  cursor: pointer;
  height: 18px;
  border: 0;
  background: none;
}
.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 8px;
}
.burger span:nth-child(4) {
  top: 16px;
}
.burger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.mobBlock {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d1d1d;
  z-index: 5;
  overflow-y: auto;
  display: none;
}
.mobBlock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.mobBlock__wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
}
.mobBlock__menu {
  padding-top: 50px;
}
.mobBlock__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobBlock__menu ul li {
  margin-top: 25px;
}
.mobBlock__menu ul li:first-child {
  margin: 0;
}
.mobBlock__menu ul li a {
  color: #fff;
}
.mobBlock__bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.slider {
  overflow: hidden;
  height: 100vh;
}
.slider__wrap {
  position: relative;
}
.slider__item {
  position: relative;
  height: 100vh;
  padding-bottom: 80px;
}

.slider__item:before,
.slider__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  z-index: 1;
}
.slider__item:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
} 

.slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.2);
}
.slider__item img.animate-in {
  animation: pulseZoomIn 0.8s ease forwards;
}
.slider__item img.animate-out {
  animation: pulseZoomOut 0.8s ease forwards;
}
.slider__item h1 {
  color: #fff;
  opacity: 0;
}
.slider__item h1.animate-in {
  animation: sliderTextIn 0.6s ease 0.3s forwards;
}
.slider__item h1.animate-out {
  animation: sliderTextOut 0.4s ease forwards;
}
.slider__item .blockin {
  z-index: 2;
}
.slider__item-info {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 180px;
  text-transform: uppercase;
  opacity: 0;
}
.slider__item-info:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 5px;
  background: #ff7200;
}
.slider__item-info.animate-in {
  animation: sliderTextIn 0.6s ease 0.3s forwards;
}
.slider__item-info.animate-out {
  animation: sliderTextOut 0.4s ease forwards;
}
.slider__item .siteButton {
  opacity: 0;
}
.slider__item .siteButton.animate-in {
  animation: sliderButtonIn 0.6s ease 0.4s forwards;
}
.slider__item .siteButton.animate-out {
  animation: sliderButtonOut 0.4s ease forwards;
}
.slider__control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
}
.slider__control-border {
  height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.slider__control-wrap {
  position: relative;
  padding: 0 25px;
}
.slider__control .pageSlider__control-count {
  color: #fff;
}
.slider__control .pageSlider__control-count span {
  color: #ff7200;
}
.slider__control .pageSlider__control-nav button {
  background-image: url(../images/slick-arrow-white.svg);
}
@media screen and (max-width: 767px) {
  .slider__item-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .slider__item-info {
    padding: 0;
    font-size: 20px;
  }
  .slider__item-info:before {
    display: none;
  }
  .slider__item h1 {
    margin-bottom: 10px;
  }
  .slider__item .siteButton {
    max-width: none !important;
  }
}
.siteButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 55px;
  background: #ff7200;
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
}
.siteButton:hover {
  background: #ff8420;
}
.siteButton.maxbut {
  max-width: 320px;
  width: 100%;
}
.siteButton.border {
  background: none;
  color: #ff7200;
  border: 1px solid #ff7200;
  cursor: pointer;
}
.siteButton.border:hover {
  background: #ff7200;
  color: #fff;
}
.siteButton.block {
  display: flex;
  width: 100%;
}
.content {
  padding: 20px 0 150px;
  overflow: hidden;
}
.content + .content {
  padding-top: 50px;
}
.content.bg {
  background: #f6f6f6;
}
.content__block {
  margin-top: 150px;
}
/*.content__block:first-child {
  margin: 0;
}*/
.content__block.bg {
  background: #f6f6f6;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 50px;
  }
  .content__block {
    margin-top: 50px;
  }
  .content__block.bg {
    padding: 50px 0;
  }
}
.path {
  margin-bottom: 30px;
  font-size: 14px;
  color: #868686;
}
.path span,
.path a {
  color: #1d1d1d;
}
.path a:hover {
  color: #ff7200;
}
.path + h1 {
  margin-top: 0;
  max-width: 1246px;
}
.minTitle {
  color: #ff7200;
  font-size: 14px;
  text-transform: uppercase;
}
.minTitle.grey {
  color: #626262;
}
.siteForm {
  padding: 100px 0;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .siteForm {
    padding: 50px 0;
  }
}
.map {
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map {
    height: 450px;
  }
}
.contacts__block {
  margin-top: 50px;
}
.contacts__block a {
  color: #626262;
}
.contacts__block:first-child {
  margin: 0;
}
.contacts__block-title {
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 500;
  margin-bottom: 10px;
}
.contacts__soc {
  font-size: 0;
  line-height: 0;
  display: flex;
  gap: 10px;
}
.more {
  margin-top: 50px;
}
.link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff7200;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.link:after {
  content: "";
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: url(../images/link.svg) 0 0 no-repeat;
}
.link:hover {
  color: #ff8420;
}
.project {
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
.project:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 79px;
  height: 85px;
  background: url(../images/project.png) 0 0 no-repeat;
  z-index: 2;
}
.project__title {
  color: #ff7200;
}
.project ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project ul li {
  margin-top: 10px;
}
.project ul li:first-child {
  margin: 0;
}
.project ul li span {
  color: #1d1d1d;
  font-weight: 600;
}
.project__img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}
.project__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .project {
    padding: 15px;
  }
  .project:before {
    display: none;
  }
}
.pageSlider {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.pageSlider img {
  width: 100%;
  /*height: 100%;*/
  /*height: 580px;*/
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s ease;
  transition: none;
  pointer-events: none;
  will-change: transform, opacity;
  transform: scale(1.2);
}
.pageSlider img.animate-in {
  animation: pulseZoomIn 0.8s ease forwards;
}
.pageSlider img.animate-out {
  animation: pulseZoomOut 0.8s ease forwards;
}
.pageSlider__control {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  line-height: 22px;
  margin-top: 10px;
}
.pageSlider__control-count {
  min-width: 55px;
  text-align: center;
  color: #626262;
}
.pageSlider__control-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageSlider__control-nav button {
  width: 22px;
  height: 22px;
  border: 0;
  background: url(../images/slick-arrow.svg) 0 0 no-repeat;
}
.pageSlider__control-nav button:last-child {
  transform: rotate(180deg);
}
.pageSlider__dots {
  padding-bottom: 35px;
}
.pageSlider__dots button {
  padding: 0;
  margin: 10px 0 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d9d9d9 !important;
}
.pageSlider__dots button.active {
  border-color: #ff7200 !important;
}
.pageSlider__dots button img {
  object-fit: cover;
  width: 100%;
  height: 90px;
  display: block;
}
@keyframes pulseZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulseZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.12);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes sliderTextIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sliderTextOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes sliderButtonIn {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sliderButtonOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(30px);
    opacity: 0;
  }
}
.company__block-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #868686;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}
.company__block-img {
  margin-top: 50px;
}
.company__block-right {
  position: relative;
}
.company__block-right:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -15px;
  width: 1px;
  height: 30px;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .company__block-title {
    margin-bottom: 30px;
  }
}
.product {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.3;
  color: #626262;
}
.product:hover {
  box-shadow: 0px 15px 35px 0px #00000026;
  transform: translateY(-10px);
}
.product__image {
  display: flex;
  justify-content: center;
}
.product__image img {
  width: 100%;
}
.product__title {
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 10px;
  display: block;
}
.product__params {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product__params span {
  padding-right: 15px;
  border-right: 1px solid #d9d9d9;
  line-height: 1;
}
.product__params span:last-child {
  padding: 0;
  border: 0;
}
.product__bottom {
  gap: 20px;
  flex-wrap: wrap;
}
.product__wrap {
  padding: 10px;
}
.product__wrap .product {
  transform: translateY(0) !important;
}
.product__wrap .product:hover {
  box-shadow: 0px 0 10px 0px #00000026;
}
@media screen and (max-width: 767px) {
  .product {
    font-size: 16px;
  }
}
.productSlider {
  margin: 0 -15px;
}
.productSlider__control {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  line-height: 22px;
  margin-top: 10px;
}
.productSlider__control-count {
  min-width: 55px;
  text-align: center;
  color: #626262;
}
.productSlider__control-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productSlider__control-nav button {
  width: 22px;
  height: 22px;
  border: 0;
  background: url(../images/slick-arrow.svg) 0 0 no-repeat;
}
.productSlider__control-nav button:last-child {
  transform: rotate(180deg);
}
.faq__block {
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  margin-top: 10px;
  border-radius: 12px;
}
.faq__block:first-child {
  margin: 0;
}
.faq__block-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 60px 10px 20px;
  min-height: 68px;
  color: #1d1d1d;
  font-weight: 600;
  position: relative;
}
.faq__block-title:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../images/plus.svg) 0 0 no-repeat;
}
.faq__block-title.active:before {
  background-image: url(../images/minus.svg);
}
.faq__block-body {
  padding: 20px;
  position: relative;
  display: none;
}
.faq__block-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #d9d9d9;
}
.page ul {
  padding: 0;
  list-style: none;
}
.page ul li {
  position: relative;
  padding-left: 45px;
  margin-top: 10px;
  background: url(../images/list.svg) 0 0 no-repeat;
}
.page ul li:first-child {
  margin: 0;
}
.center {
  text-align: center;
}
.premium {
  position: relative;
  min-height: 275px;
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.premium:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: url(../images/project.png) 0 0 no-repeat;
  width: 79px;
  height: 85px;
}
.premium__img {
  position: relative;
  height: 100%;
  min-height: 275px;
}
.premium__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/premium.png) 100% 0 no-repeat;
}
.premium__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.premium__img.big {
  min-height: 420px;
}
.premium__num {
  color: #ff7200;
  font-size: 18px;
}
.premium h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .premium {
    min-height: 190px;
  }
  .premium__img {
    min-height: 190px;
  }
}
.orangeBlock {
  min-height: 280px;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #ff7200;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
  position: relative;
}
.orangeBlock:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: url(../images/orangeBlock.png) 100% 0 no-repeat;
  width: 73px;
  height: 71px;
}
.orangeBlock div {
  color: #ff7200;
  margin-bottom: 15px;
}
.videoSlider {
  margin: 0 -10px;
}
.videoSlider .slick-list {
  overflow: visible !important;
}
.video {
  position: relative;
  padding-top: 8%;
  margin: 0 10px;
  transition: all 0.4s ease;
  opacity: 0.5;
}
.video.slick-active {
  opacity: 1;
}
.video.slick-active .video__play {
  opacity: 1;
  visibility: visible;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.video__preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  overflow: hidden;
}
.video__preview > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000080;
  border: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s ease;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.video__load {
  width: 110px;
  height: 110px;
  background: url(../images/video.svg) 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
  .video {
    padding-bottom: 5%;
  }
}
.detail__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
  padding-bottom: 35px;
}
.detail__right strong {
  font-weight: 600;
  color: #1d1d1d;
}
.detail__right ul {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.detail__right ul li {
  margin-top: 5px;
}
.detail__right ul li span {
  color: #1d1d1d;
  font-weight: 600;
}
.main {
  padding: 150px 0;
  overflow: hidden;
}
.content-gallery {
  padding-bottom: 150px;
  overflow: hidden;
}
.block-hidden {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 50px 0;
  }
  .content-gallery {
    padding-bottom: 50px;
  }
  .main .center {
    text-align: left;
  }
}
.comfort {
  position: relative;
}
.comfort:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d9d9d9;
}
.comfort__block {
  margin-top: 50px;
  position: relative;
}
.comfort__block:before {
  content: "";
  position: absolute;
  top: 17px;
  left: calc(50% - 43.5px);
  width: 87px;
  height: 87px;
  background: url(../images/comfort-item.svg) 50% 50% no-repeat;
  z-index: 2;
}
.comfort__block:first-child {
  margin: 0;
}
.comfort__block .row {
  margin: 0 -90px;
}
.comfort__block .row > div {
  padding: 0 90px;
}
.comfort__block:nth-child(even) .comfort__block-img:before {
  transform: rotate(180deg);
  left: -71px;
  rigth: auto;
}
.comfort__block:nth-child(even) .comfort__block-info {
  padding: 39px 39px 39px 0px;
}
.comfort__block:nth-child(even) .comfort__block-info:before {
  right: -71px;
  left: auto;
  transform: rotate(0);
}
.comfort__block:nth-child(even) .comfort__block-info:after {
  transform: rotate(180deg);
}
.comfort__block-img {
  position: relative;
  padding-top: 70%;
}
.comfort__block-img:before {
  content: "";
  position: absolute;
  top: 55px;
  right: -71px;
  width: 71px;
  height: 13px;
  background: url(../images/comfort-img.svg) 0 0 no-repeat;
}
.comfort__block-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/premium.png) 100% 0 no-repeat;
}
.comfort__block-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.comfort__block-info {
  padding: 39px 0 39px 39px;
  position: relative;
}
.comfort__block-info h3 {
  color: #ff7200;
}
.comfort__block-info:before {
  content: "";
  position: absolute;
  top: 55px;
  left: -71px;
  width: 71px;
  height: 13px;
  transform: rotate(180deg);
  background: url(../images/comfort-img.svg) 0 0 no-repeat;
}
.comfort__block-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/comfort-info-t.svg) 0 0 no-repeat,
    url(../images/comfort-info-b.svg) 0 100% no-repeat;
}
@media screen and (max-width: 991px) {
  .comfort:before {
    display: none;
  }
  .comfort__block {
    padding-top: 70px;
    background: url(../images/comfort-mob.svg) 50% 0 no-repeat;
    margin-top: 20px;
  }
  .comfort__block:before {
    display: none;
  }
  .comfort__block-img:before {
    display: none;
  }
  .comfort__block-info {
    padding: 0 !important;
  }
  .comfort__block-info:before,
  .comfort__block-info:after {
    display: none;
  }
  .comfort__block .row {
    flex-direction: column-reverse;
  }
}
.mainCatalog__block {
  border-bottom: 1px solid #d9d9d9;
}
.mainCatalog__block-titleBlock {
  cursor: pointer;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
  position: relative;
  cursor: pointer;
}
.mainCatalog__block-titleBlock > div {
  flex-grow: 2;
}
.mainCatalog__block-titleBlock:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../images/plus.svg) 0 0 no-repeat;
}
.mainCatalog__block-titleBlock.active:before {
  background-image: url(../images/minus.svg);
}
.mainCatalog__block-title {
  color: #1d1d1d;
  font-weight: 600;
}
.mainCatalog__block-params {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 40px 0 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  color: #626262;
}
.mainCatalog__block-params li {
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
}
.mainCatalog__block-params li:last-child {
  border: 0;
  padding: 0;
}
.mainCatalog__block-info {
  margin-top: 20px;
}
.mainCatalog__block-info:first-child {
  margin: 0;
}
.mainCatalog__block-info strong {
  font-weight: 600;
  color: #1d1d1d;
  display: block;
}
.mainCatalog__block-link {
  margin-top: 20px;
  gap: 20px 40px;
}
.mainCatalog__block-body {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.mainCatalog__block-body.open {
  padding-bottom: 20px;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .mainCatalog__block-titleBlock:before {
    top: 15px;
  }
  .mainCatalog__block-titleBlock .row {
    gap: 10px 0;
  }
}
.navigationSlider__db {
  gap: 20px;
  margin-top: 10px;
}
.navigationSlider__db-right {
  width: calc(100% - 145px);
  flex-grow: 2;
}
.navigationSlider__dotsItem {
  width: 100%;
}
.navigationSlider__dotsItem button {
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding-top: 10%;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-right: 10px;
}
.navigationSlider__dotsItem button.active {
  border-color: #ff7200;
}
.navigationSlider__dotsItem button img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .navigationSlider__db {
    justify-content: center !important;
  }
  .navigationSlider__db-right {
    display: none;
  }
}
.footer {
  padding: 50px 0 25px;
  background: #1d1d1d;
  font-size: 18px;
  line-height: 1.4;
  color: #868686;
}
.footer .row {
  gap: 30px 0;
}
.footer__logo {
  display: inline-flex;
  vertical-align: top;
}
.footer__title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.footer__contacts {
  margin-top: 20px;
}
.footer__contacts:first-child {
  margin: 0;
}
.footer__contacts a {
  color: #868686;
}
.footer__contacts a:hover {
  color: #ff7200;
}
.footer__contacts-modal {
  color: #ff7200 !important;
  border-bottom: 1px dashed #ff7200;
}
.footer__contacts-modal:hover {
  border-color: transparent;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li {
  margin-top: 7px;
}
.footer ul li:first-child {
  margin: 0;
}
.footer ul li a {
  color: #868686;
}
.footer ul li a:hover {
  color: #ff7200;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.footer__soc {
  display: flex;
  gap: 10px;
  font-size: 0;
  line-height: 0;
}
.footer__bottom {
  padding-top: 25px;
  font-size: 14px;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 50px;
  gap: 10px;
}
.footer__link {
  color: #868686;
  border-bottom: 1px solid transparent;
}
.footer__link:hover {
  border-color: rgba(217, 217, 217, 0.2);
}
@media screen and (max-width: 767px) {
  .footer__right {
    flex-direction: row;
  }
  .footer__soc {
    padding-top: 30px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(29, 29, 29, 0.4);
  z-index: 10;
  display: none;
}
.popup__wrap {
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  color: #626262;
  box-sizing: border-box;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0px 15px 30px 0px #00000040;
}
.popup__closebut {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../images/closebut.svg) 0 0 no-repeat;
  cursor: pointer;
}
.popup h2 {
  margin-bottom: 15px;
}
.popup__text {
  margin-bottom: 60px;
}
.popup form + .success {
  display: none;
}
.popup:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .popup__wrap {
    font-size: 16px;
  }
  .popup__text {
    margin-bottom: 30px;
  }
}
.oferta {
  position: relative;
  padding-left: 33px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  min-height: 19px;
  color: #969696;
  font-size: 14px;
}
.oferta label {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.oferta label input {
  display: none;
}
.oferta label input:checked + span {
  background: #fff url(../images/check.svg) 50% 50% no-repeat;
}
.oferta label span {
  width: 19px;
  height: 19px;
  border: 1px solid #dcdcdc;
  display: block;
  background: #fff;
  border-radius: 3px;
}
.oferta a {
  color: #969696;
  border-bottom: 1px dashed rgba(255, 114, 0, 0.5);
}
.oferta a:hover {
  border-color: transparent;
}

.content.fix-white {
  background: #fff;
}

.content.fix-white .content__block:first-child {
  margin-top: 0;
  padding-top: 30px;
}

.content-grey {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .content-grey {
    padding-bottom: 50px;
  }
  .content.fix-white {
    margin-bottom: -50px;
  }
}

.main-content-white {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}

.main-content-white .content__block-fix-margin {
  margin-top: 0;
}

.projects-mrg {
  margin-bottom: 150px;
}

.warning {
  border-color: red;
}

.calc-fb-warn-text {
  display: none;
  position: absolute;
  left: 10px;
  font-size: 11px;
  color: red;
  bottom: -20px;
}

.popup__wrap .calc-fb-warn-text {
  bottom: -16px;
}

.warn .calc-fb-warn-text {
  display: block;
}

.feedback-sended {
  display: none;
  opacity: 0;
  z-index: 1002;
  position: fixed;
  top: 50%;
  margin-top: -104px;
  left: 50%;
  margin-left: -180px;  
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  height: 190px;
}

.feedback-sended h2 {
  font-size: 30px;
  margin-bottom: 9px;
}

@media(max-width: 380px){
  .feedback-sended {
    margin-left: 0;
    width: calc(100% - 20px);
  }
}
/*
.fancybox-effects-a:before,
.fancybox-effects-a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  z-index: 1;
}
.fancybox-effects-a:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
} */

.b24-form-control-container input {
    width: 20px;
}
.b24-form-control-container {
    display: flex !important;
    align-items: center;
    gap: 5px;
}
.mainCatalog__block-titleBlock.active .plas-li {
    background-image: url(../images/minus.svg);
}