@charset "UTF-8";
/*!
Project: Medpolonia;
Authors: Eugeniusz Poprocki, Damian Bonar, Dawid Namyślak;
Company: Iguana Sp. z o.o.;

*/
.container,
.container-fluid,
.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.row,
.row.reverse {
  -webkit-box-orient: horizontal;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse,
.row.reverse {
  -webkit-box-direction: reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  flex-direction: column-reverse;
}
[class^="col-"] {
  width: 100%;
  padding: 0 0.9375rem;
}
.col-xxs,
.col-xxs-1,
.col-xxs-2,
.col-xxs-2-3,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.col-xxs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xxs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xxs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xxs-2-3 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.col-xxs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xxs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xxs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xxs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xxs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xxs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xxs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xxs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xxs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xxs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xxs-offset-0 {
  margin-left: 0;
}
.col-xxs-offset-1 {
  margin-left: 8.333%;
}
.col-xxs-offset-2 {
  margin-left: 16.667%;
}
.col-xxs-offset-2-3 {
  margin-left: 20%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-4 {
  margin-left: 33.333%;
}
.col-xxs-offset-5 {
  margin-left: 41.667%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-7 {
  margin-left: 58.333%;
}
.col-xxs-offset-8 {
  margin-left: 66.667%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-10 {
  margin-left: 83.333%;
}
.col-xxs-offset-11 {
  margin-left: 91.667%;
}
.start-xxs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xxs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xxs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xxs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xxs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xxs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xxs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xxs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xxs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xxs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 480px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-2-3,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-xs {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-xs-2-3 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.667%;
  }
  .col-xs-offset-2-3 {
    margin-left: 20%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.667%;
  }
  .start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .container,
  .container-wide {
    width: 750px;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-2-3,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-2-3 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-2-3 {
    margin-left: 20%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 992px) {
  .container,
  .container-wide {
    width: 970px;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-2-3,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-2-3 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-2-3 {
    margin-left: 20%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .container-wide {
    width: 100%;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-2-3,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-2-3 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-2-3 {
    margin-left: 20%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
  z-index: 13;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 15;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 4.375rem;
  line-height: 44px;
  font-size: 0.8125rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider,
.fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 14;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 15;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}
.fancybox-slide:before,
.fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}
.fancybox-slide > * {
  position: relative;
  padding: 1.5rem;
  margin: 2.75rem 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 2.75rem auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 5.5rem);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
.fancybox-placeholder {
  z-index: 16;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fancybox-image,
.fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -624.9375rem;
  left: -624.9375rem;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 2.5rem;
  top: 50%;
  left: 50%;
  width: 23.75rem;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 1rem/1.25rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 6;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  font: 1.25rem/1.875rem Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
  top: -2.25rem;
  right: -2.25rem;
  background: transparent;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.75rem 1.875rem 0;
  z-index: 17;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 1.875rem 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
  opacity: 0.5;
}
.fancybox-button--left:after {
  left: 1.25rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 1.125rem;
  width: 0.375rem;
  height: 0.375rem;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
  right: 1.25rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.125rem;
  width: 1rem;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.5rem);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 3.125rem;
  width: 3.125rem;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5625rem;
  margin-left: -1.5625rem;
  z-index: 18;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 1.25rem 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 0.9375rem;
  height: 0.6875rem;
  left: 0.9375rem;
  top: 1rem;
  border: 2px solid;
  background: none;
}
.fancybox-button--play:before {
  top: 1rem;
  left: 1.125rem;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
.fancybox-button--pause:before {
  top: 1rem;
  left: 1.125rem;
  width: 0.4375rem;
  height: 0.6875rem;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}
.fancybox-button--thumbs span {
  font-size: 1.4375rem;
}
.fancybox-button--thumbs:before {
  top: 1.25rem;
  left: 1.3125rem;
  width: 0.1875rem;
  height: 0.1875rem;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0,
    -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 13.75rem;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 13.75rem;
  margin: 0;
  padding: 0.3125rem 0.3125rem 0 0;
  background: #fff;
  z-index: 14;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 6.5625rem;
  height: 4.6875rem;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 12;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.breadcrumbs ul li .owl-carousel a.owl-dots.is-active,
.breadcrumbs ul li .owl-carousel a.owl-nav.is-active,
.owl-carousel .breadcrumbs ul li a.owl-dots.is-active,
.owl-carousel .breadcrumbs ul li a.owl-nav.is-active,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: b;
  animation-name: b;
}
@-webkit-keyframes b {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes b {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 5rem;
  width: 5rem;
  left: 50%;
  top: 50%;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.pt-10 {
  padding-top: 0.625rem !important;
}
.pr-10 {
  padding-right: 0.625rem !important;
}
.pb-10 {
  padding-bottom: 0.625rem !important;
}
.pl-10 {
  padding-left: 0.625rem !important;
}
.mt-10 {
  margin-top: 0.625rem !important;
}
.mr-10 {
  margin-right: 0.625rem !important;
}
.mb-10 {
  margin-bottom: 0.625rem !important;
}
.ml-10 {
  margin-left: 0.625rem !important;
}
.pt-20 {
  padding-top: 1.25rem !important;
}
.pr-20 {
  padding-right: 1.25rem !important;
}
.pb-20 {
  padding-bottom: 1.25rem !important;
}
.pl-20 {
  padding-left: 1.25rem !important;
}
.mt-20 {
  margin-top: 1.25rem !important;
}
.mr-20 {
  margin-right: 1.25rem !important;
}
.mb-20 {
  margin-bottom: 1.25rem !important;
}
.ml-20 {
  margin-left: 1.25rem !important;
}
.pt-30 {
  padding-top: 1.875rem !important;
}
.pr-30 {
  padding-right: 1.875rem !important;
}
.pb-30 {
  padding-bottom: 1.875rem !important;
}
.pl-30 {
  padding-left: 1.875rem !important;
}
.mt-30 {
  margin-top: 1.875rem !important;
}
.mr-30 {
  margin-right: 1.875rem !important;
}
.mb-30 {
  margin-bottom: 1.875rem !important;
}
.ml-30 {
  margin-left: 1.875rem !important;
}
.pt-40 {
  padding-top: 2.5rem !important;
}
.pr-40 {
  padding-right: 2.5rem !important;
}
.pb-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40 {
  padding-left: 2.5rem !important;
}
.mt-40 {
  margin-top: 2.5rem !important;
}
.mr-40 {
  margin-right: 2.5rem !important;
}
.mb-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40 {
  margin-left: 2.5rem !important;
}
.pt-50 {
  padding-top: 3.125rem !important;
}
.pr-50 {
  padding-right: 3.125rem !important;
}
.pb-50 {
  padding-bottom: 3.125rem !important;
}
.pl-50 {
  padding-left: 3.125rem !important;
}
.mt-50 {
  margin-top: 3.125rem !important;
}
.mr-50 {
  margin-right: 3.125rem !important;
}
.mb-50 {
  margin-bottom: 3.125rem !important;
}
.ml-50 {
  margin-left: 3.125rem !important;
}
.pt-60 {
  padding-top: 3.75rem !important;
}
.pr-60 {
  padding-right: 3.75rem !important;
}
.pb-60 {
  padding-bottom: 3.75rem !important;
}
.pl-60 {
  padding-left: 3.75rem !important;
}
.mt-60 {
  margin-top: 3.75rem !important;
}
.mr-60 {
  margin-right: 3.75rem !important;
}
.mb-60 {
  margin-bottom: 3.75rem !important;
}
.ml-60 {
  margin-left: 3.75rem !important;
}
.pt-70 {
  padding-top: 4.375rem !important;
}
.pr-70 {
  padding-right: 4.375rem !important;
}
.pb-70 {
  padding-bottom: 4.375rem !important;
}
.pl-70 {
  padding-left: 4.375rem !important;
}
.mt-70 {
  margin-top: 4.375rem !important;
}
.mr-70 {
  margin-right: 4.375rem !important;
}
.mb-70 {
  margin-bottom: 4.375rem !important;
}
.ml-70 {
  margin-left: 4.375rem !important;
}
.pt-80 {
  padding-top: 5rem !important;
}
.pr-80 {
  padding-right: 5rem !important;
}
.pb-80 {
  padding-bottom: 5rem !important;
}
.pl-80 {
  padding-left: 5rem !important;
}
.mt-80 {
  margin-top: 5rem !important;
}
.mr-80 {
  margin-right: 5rem !important;
}
.mb-80 {
  margin-bottom: 5rem !important;
}
.ml-80 {
  margin-left: 5rem !important;
}
.pt-90 {
  padding-top: 5.625rem !important;
}
.pr-90 {
  padding-right: 5.625rem !important;
}
.pb-90 {
  padding-bottom: 5.625rem !important;
}
.pl-90 {
  padding-left: 5.625rem !important;
}
.mt-90 {
  margin-top: 5.625rem !important;
}
.mr-90 {
  margin-right: 5.625rem !important;
}
.mb-90 {
  margin-bottom: 5.625rem !important;
}
.ml-90 {
  margin-left: 5.625rem !important;
}
.pt-100 {
  padding-top: 6.25rem !important;
}
.pr-100 {
  padding-right: 6.25rem !important;
}
.pb-100 {
  padding-bottom: 6.25rem !important;
}
.pl-100 {
  padding-left: 6.25rem !important;
}
.mt-100 {
  margin-top: 6.25rem !important;
}
.mr-100 {
  margin-right: 6.25rem !important;
}
.mb-100 {
  margin-bottom: 6.25rem !important;
}
.ml-100 {
  margin-left: 6.25rem !important;
}
.pt-110 {
  padding-top: 6.875rem !important;
}
.pr-110 {
  padding-right: 6.875rem !important;
}
.pb-110 {
  padding-bottom: 6.875rem !important;
}
.pl-110 {
  padding-left: 6.875rem !important;
}
.mt-110 {
  margin-top: 6.875rem !important;
}
.mr-110 {
  margin-right: 6.875rem !important;
}
.mb-110 {
  margin-bottom: 6.875rem !important;
}
.ml-110 {
  margin-left: 6.875rem !important;
}
.pt-120 {
  padding-top: 7.5rem !important;
}
.pr-120 {
  padding-right: 7.5rem !important;
}
.pb-120 {
  padding-bottom: 7.5rem !important;
}
.pl-120 {
  padding-left: 7.5rem !important;
}
.mt-120 {
  margin-top: 7.5rem !important;
}
.mr-120 {
  margin-right: 7.5rem !important;
}
.mb-120 {
  margin-bottom: 7.5rem !important;
}
.ml-120 {
  margin-left: 7.5rem !important;
}
.accordion-btn,
.accordion-btn--alt .accordion-btn__title,
.accordion__list li,
.author,
.author__inner,
.br-theme-medpolonia .br-widget,
.br-theme-medpolonia .br-widget a,
.breadcrumbs ul,
.btn,
.btn-arrow,
.btn-group,
.btn-group--center,
.btn-group--space-between,
.carousel .owl-item,
.carousel .owl-stage,
.carousel__item,
.checkbox,
.copyright,
.data,
.data__item,
.default-heading,
.doctor,
.doctor__btn,
.doctor__inner,
.doctor__loc,
.doctor__main,
.doctor__right,
.doctor__table-info,
.doctor__table-inner,
.doctor__table-item,
.doctor__table-time,
.doctor__time,
.files__list,
.files__list-item a,
.files__list-item a > .ico,
.files__list-item a > .ico-default,
.flex,
.form--opinion .form__group--horizontal,
.form__field .btn,
.half-section,
.half-section__item,
.home-slider .owl-stage,
.ico--social,
.list,
.list__item,
.map-and-form,
.map-and-form .map-container,
.map__tile,
.map__tile-phone,
.modal__close,
.nav--fixed ul,
.nav--fixed ul .nav__logo,
.nav--fixed ul li a,
.newsletter__top,
.numbers,
.numbers__item,
.pagination,
.pagination ol,
.pagination ol li a,
.pagination ol li em,
.pagination ol li span,
.post,
.post-container__footer,
.posts,
.radio,
.shortcuts,
.shortcuts__item,
.shortcuts__letter,
.shortcuts__links,
.shortcuts__links li,
.shortcuts__links li a,
.slider .owl-dots,
.slider .owl-stage,
.slider__item,
.slider__item-inner,
.tabs--horizontal,
.tabs--horizontal .tabs__item,
.tiles__item,
.top--alt .top__inner,
.top__form,
.top__inner,
.top__logo,
.top__nav-logo,
.top__nav ul,
.top__nav ul a,
.top__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex--start-x {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 479px) {
  .flex--start-x--xxs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .flex--start-x--xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .flex--start-x--sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--start-x--md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--start-x--lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.br-theme-medpolonia .br-widget a,
.btn,
.btn-group--center,
.flex--center-x,
.numbers,
.pagination ol li a,
.pagination ol li em,
.pagination ol li span,
.shortcuts__links li,
.slider .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 479px) {
  .flex--center-x--xxs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .flex--center-x--xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .flex--center-x--sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--center-x--md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--center-x--lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.flex--end-x,
.post-container__footer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 479px) {
  .flex--end-x--xxs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .flex--end-x--xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 991px) {
  .flex--end-x--sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--end-x--md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--end-x--lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.flex--space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 479px) {
  .flex--space-around--xxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 767px) {
  .flex--space-around--xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 991px) {
  .flex--space-around--sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--space-around--md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--space-around--lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.accordion-btn,
.accordion__list li,
.btn-group--space-between,
.doctor__right,
.flex--space-between,
.half-section__item,
.map__tile,
.top--alt .top__inner,
.top__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 479px) {
  .flex--space-between--xxs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .flex--space-between--xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 991px) {
  .flex--space-between--sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--space-between--md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--space-between--lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flex--start-y {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 479px) {
  .flex--start-y--xxs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .flex--start-y--xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .flex--start-y--sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--start-y--md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--start-y--lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.accordion-btn,
.accordion__list li,
.author,
.br-theme-medpolonia .br-widget,
.br-theme-medpolonia .br-widget a,
.btn-arrow,
.checkbox,
.default-heading,
.doctor__btn,
.doctor__loc,
.files__list-item a,
.flex--center-y,
.form--opinion .form__group--horizontal,
.modal__close,
.numbers__item,
.pagination,
.pagination ol li a,
.pagination ol li em,
.pagination ol li span,
.radio,
.top--alt .top__inner,
.top__form,
.top__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .flex--center-y--xxs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .flex--center-y--xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .flex--center-y--sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--center-y--md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--center-y--lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.doctor__right,
.doctor__time,
.flex--end-y {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 479px) {
  .flex--end-y--xxs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .flex--end-y--xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 991px) {
  .flex--end-y--sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--end-y--md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--end-y--lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.carousel .owl-item,
.carousel .owl-stage,
.doctor__inner,
.doctor__table-inner,
.flex--stretch,
.half-section,
.list__item,
.map-and-form,
.map-and-form .map-container,
.newsletter__top,
.post,
.shortcuts__links,
.shortcuts__links li,
.top__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 479px) {
  .flex--stretch--xxs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 767px) {
  .flex--stretch--xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 991px) {
  .flex--stretch--sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--stretch--md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--stretch--lg {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.carousel .owl-item,
.carousel__item,
.copyright,
.doctor__table-info,
.doctor__table-time,
.flex--center,
.form__field .btn,
.ico--social,
.nav--fixed ul .nav__logo,
.nav--fixed ul li a,
.shortcuts__letter,
.shortcuts__links li a,
.slider__item,
.slider__item-inner,
.tabs--horizontal .tabs__item,
.top__logo,
.top__nav-logo,
.top__nav ul a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .flex--center--xxs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .flex--center--xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .flex--center--sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--center--md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--center--lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.btn,
.files__list-item a,
.flex--inline,
.ico--social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 479px) {
  .flex--inline--xxs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (max-width: 767px) {
  .flex--inline--xs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (max-width: 991px) {
  .flex--inline--sm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--inline--md {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--inline--lg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.accordion-btn,
.accordion__list li,
.author,
.btn-arrow,
.checkbox,
.doctor__btn,
.doctor__inner,
.doctor__table-inner,
.files__list-item a,
.flex--nowrap,
.form--opinion .form__group--horizontal,
.half-section,
.home-slider .owl-stage,
.list__item,
.modal__close,
.nav--fixed ul,
.newsletter__top,
.post,
.radio,
.shortcuts__item,
.slider .owl-stage,
.tabs--horizontal,
.top__form,
.top__inner,
.top__nav ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 479px) {
  .flex--nowrap--xxs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .flex--nowrap--xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 991px) {
  .flex--nowrap--sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--nowrap--md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--nowrap--lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
  .flex--wrap--xxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .flex--wrap--xs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .flex--wrap--sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--wrap--md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--wrap--lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 479px) {
  .flex--row--xxs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .flex--row--xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 991px) {
  .flex--row--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--row--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--row--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.flex--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 479px) {
  .flex--row-reverse--xxs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .flex--row-reverse--xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 991px) {
  .flex--row-reverse--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--row-reverse--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--row-reverse--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.accordion-btn--alt .accordion-btn__title,
.author__inner,
.data,
.data__item,
.default-heading,
.doctor__main,
.doctor__right,
.doctor__table-item,
.doctor__time,
.flex--column,
.half-section__item,
.list,
.map__tile,
.map__tile-phone,
.numbers__item,
.shortcuts,
.slider__item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 479px) {
  .flex--column--xxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .flex--column--xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .flex--column--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--column--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--column--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 479px) {
  .flex--column-reverse--xxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .flex--column-reverse--xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 991px) {
  .flex--column-reverse--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--column-reverse--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--column-reverse--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.flex--self-start-y {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media only screen and (max-width: 479px) {
  .flex--self-start-y--xxs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .flex--self-start-y--xs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .flex--self-start-y--sm {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--self-start-y--md {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--self-start-y--lg {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.flex--self-center-y {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 479px) {
  .flex--self-center-y--xxs {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 767px) {
  .flex--self-center-y--xs {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 991px) {
  .flex--self-center-y--sm {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--self-center-y--md {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--self-center-y--lg {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.flex--self-end-y {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media only screen and (max-width: 479px) {
  .flex--self-end-y--xxs {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .flex--self-end-y--xs {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media only screen and (max-width: 991px) {
  .flex--self-end-y--sm {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media only screen and (max-width: 1199px) {
  .flex--self-end-y--md {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media only screen and (max-width: 1679px) {
  .flex--self-end-y--lg {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.flex-col-1 > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (max-width: 479px) {
  .flex-col-1--xxs > * {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .flex-col-1--xs > * {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .flex-col-1--sm > * {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .flex-col-1--md > * {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-col-1--lg > * {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.flex-col-2 > * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media only screen and (max-width: 479px) {
  .flex-col-2--xxs > * {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .flex-col-2--xs > * {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}

@media only screen and (max-width: 991px) {
  .flex-col-2--sm > * {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .flex-col-2--md > * {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-col-2--lg > * {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}
.flex-col-3 > * {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

@media only screen and (max-width: 479px) {
  .flex-col-3--xxs > * {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
  }
}

@media only screen and (max-width: 767px) {
  .flex-col-3--xs > * {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
  }
}

@media only screen and (max-width: 991px) {
  .flex-col-3--sm > * {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .flex-col-3--md > * {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-col-3--lg > * {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
  }
}
.flex-col-4 > * {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media only screen and (max-width: 479px) {
  .flex-col-4--xxs > * {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
}

@media only screen and (max-width: 767px) {
  .flex-col-4--xs > * {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
}

@media only screen and (max-width: 991px) {
  .flex-col-4--sm > * {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .flex-col-4--md > * {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-col-4--lg > * {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
}
.order-1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media only screen and (max-width: 479px) {
  .order-1--xxs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 767px) {
  .order-1--xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 991px) {
  .order-1--sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 1199px) {
  .order-1--md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (min-width: 1200px) {
  .order-1--lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.order-2 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media only screen and (max-width: 479px) {
  .order-2--xxs {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (max-width: 767px) {
  .order-2--xs {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (max-width: 991px) {
  .order-2--sm {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .order-2--md {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .order-2--lg {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.order-3 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 479px) {
  .order-3--xxs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .order-3--xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 991px) {
  .order-3--sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .order-3--md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .order-3--lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.order-last {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

@media only screen and (max-width: 479px) {
  .order-last--xxs {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media only screen and (max-width: 767px) {
  .order-last--xs {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media only screen and (max-width: 991px) {
  .order-last--sm {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media only screen and (max-width: 1199px) {
  .order-last--md {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media only screen and (min-width: 1200px) {
  .order-last--lg {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}
.block {
  display: block;
}

@media only screen and (max-width: 479px) {
  .block--xxs {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .block--xs {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .block--sm {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .block--md {
    display: block;
  }
}

@media only screen and (max-width: 1679px) {
  .block--lg {
    display: block;
  }
}
.hidden {
  display: none !important;
}

@media only screen and (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .text-left--xxs {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .text-left--xs {
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .text-left--sm {
    text-align: left;
  }
}

@media only screen and (max-width: 1199px) {
  .text-left--md {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .text-left--lg {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .text-center--xxs {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-center--xs {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .text-center--sm {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .text-center--md {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .text-center--lg {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}

@media only screen and (max-width: 479px) {
  .text-right--xxs {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-right--xs {
    text-align: right;
  }
}

@media only screen and (max-width: 991px) {
  .text-right--sm {
    text-align: right;
  }
}

@media only screen and (max-width: 1199px) {
  .text-right--md {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  .text-right--lg {
    text-align: right;
  }
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.relative {
  position: relative;
}
.padding-clear {
  padding: 0 !important;
}
.margin-clear {
  margin: 0 !important;
}
.cmt {
  margin-top: 0 !important;
}
.cmr {
  margin-right: 0 !important;
}
.cmb {
  margin-bottom: 0 !important;
}
.cml {
  margin-left: 0 !important;
}
.cpt {
  padding-top: 0 !important;
}
.cpr {
  padding-right: 0 !important;
}
.cpb {
  padding-bottom: 0 !important;
}
.cpl {
  padding-left: 0 !important;
}
.fullhd-limiter {
  max-width: 1920px;
  margin: 0 auto;
}
.disabled-scroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}
.breadcrumbs ul li a.is-active,
.disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled--opacity {
  opacity: 0.5;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive--4by3 {
  padding-bottom: 75%;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #393f46;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive table {
    min-width: 500px;
  }
}
[data-preload] {
  visibility: hidden;
}
[data-preload].loaded {
  visibility: visible;
}
[data-preloader] {
  height: 31.25rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 991px) {
  [data-preloader] {
    height: 25rem;
  }
}

@media only screen and (max-width: 767px) {
  [data-preloader] {
    height: 18.75rem;
  }
}
[data-preloader]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: #fff url(../img/preloader.gif) no-repeat 50%;
}
[data-preloader].loaded {
  height: auto !important;
  overflow: visible;
}
[data-preloader].loaded:before {
  display: none;
}
.is-menu-open body,
html.is-menu-open {
  overflow-y: hidden;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
td,
th {
  padding: 0;
}
*,
:after,
:before,
:focus,
:hover {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  overflow-x: hidden;
}
body,
html {
  font-size: 16px;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #8a899a;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
  background: #fff;
  transition: padding-top 0.3s ease-out 0s;
}
.files__title,
.gallery__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #393f46;
  line-height: 1.25;
  margin: 0 0 1.5625rem;
}
.h1,
h1 {
  font-size: 2.25rem;
}
.files__title,
.h2,
h2 {
  font-size: 1.875rem;
}
.files__title,
.gallery__title,
.h2,
.h3,
h2,
h3 {
  font-weight: 300;
  margin: 0 0 1.5625rem;
  color: #393f46;
  line-height: 1.25;
}
.gallery__title,
.h3,
h3 {
  font-size: 1.625rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h4,
.h5,
h4,
h5 {
  font-weight: 300;
  margin: 0 0 1.5625rem;
  color: #393f46;
  line-height: 1.25;
}
.h5,
h5 {
  font-size: 1.375rem;
}
.h6,
h6 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #393f46;
  line-height: 1.25;
}
.h6,
h6,
p {
  margin: 0 0 1.5625rem;
}
b,
strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
b,
em,
i,
strong {
  color: inherit;
}
a,
svg {
  transition: all 0.3s ease-out 0s;
}
a {
  font-weight: 400;
  color: #ff671f;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  a:hover {
    color: #ff9b6c;
  }
}
svg {
  width: inherit;
  height: inherit;
}
ol {
  margin: 0 0 1.5625rem;
}
ol li {
  margin: 0 0 0.625rem;
}
ol ol,
ol ul,
ol ul.list-styled {
  margin: 0.625rem 0 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wysiwyg ul,
ul.list-styled {
  margin: 0 0 1.5625rem;
}
.wysiwyg ul li,
ul.list-styled li {
  margin: 0 0 0.625rem;
  padding: 0 0 0 1.25rem;
  position: relative;
}
.wysiwyg ul li:before,
ul.list-styled li:before {
  content: "";
  font-family: "ico-default";
  font-size: 0.8125rem;
  color: #ff671f;
  position: absolute;
  top: 0.125rem;
  left: 0;
}
.wysiwyg ul ol,
.wysiwyg ul ul,
.wysiwyg ul ul.list-styled,
ul.list-styled ol,
ul.list-styled ul,
ul.list-styled ul.list-styled {
  margin: 0.625rem 0 0;
}
.wysiwyg ul ol li,
ul.list-styled ol li {
  padding-left: 0;
}
.wysiwyg ul ol li:before,
ul.list-styled ol li:before {
  display: none;
  content: "";
}
img {
  max-width: 100%;
  vertical-align: middle;
}
small {
  font-size: 85%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
.mark,
mark {
  padding: 0.125rem 0.3125rem;
  background-color: #fcf8e3;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
address {
  margin-bottom: 1.25rem;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code,
kbd {
  padding: 0.125rem 0.25rem;
  font-size: 90%;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}
pre {
  font-family: inherit;
  word-break: break-all;
  word-wrap: break-word;
}
pre,
pre code {
  font-size: inherit;
  white-space: pre-wrap;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
sub,
sup {
  font-size: 80%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
hr {
  background: #d0d0d0;
  border: 0 none;
  font-size: 0;
  height: 0.0625rem;
  line-height: 0;
  margin: 1.5625rem 0;
  clear: both;
}
::selection {
  background: #ffac85;
  color: #fff;
}
::-moz-selection {
  background: #ffac85;
  color: #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1.5625rem;
  font-family: inherit;
}
table td,
table th {
  padding: 0.9375rem 1.5625rem;
  line-height: 1.35;
  vertical-align: middle;
  border: 1px solid #393f46;
}
table th {
  font-weight: 500;
  text-align: left;
  background-color: #393f46;
  color: #fff;
}
blockquote {
  color: #5c5c5c;
  background-color: #f6f6f6;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 1.5625rem;
  padding: 1.25rem 1.5625rem;
  position: relative;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: block;
  margin: 0.3125rem 0 0;
  color: #2d2d2d;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Icons";
  src: url(../fonts/ico.ttf) format("truetype"), url(../fonts/ico.woff) format("woff"),
    url(../fonts/ico.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.ico {
  font-family: "Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-facebook-like-1:before {
  content: "\e90a";
}
.ico-chevron-left:before {
  content: "\e909";
}
.ico-chevron-right:before {
  display: block;
  content: "\e909";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ico-users:before {
  content: "\e972";
}
.ico-option:before {
  content: "\e906";
}
.ico-list:before {
  content: "\e907";
}
/*.ico-filter:before {
	content: "\e908"
}*/
.ico-filter:before {
  content: "\e905";
}
.ico-arrow:before {
  content: "\e900";
}
.ico-facebook:before {
  content: "\e901";
}
.ico-files:before {
  content: "\e902";
}
.ico-marker:before {
  content: "\e903";
}
.ico-phone:before {
  content: "\e904";
}
.ico-search:before {
  content: "\e905";
}
@font-face {
  font-family: "ico-default";
  src: url(../fonts/ico-default.ttf?673vtl) format("truetype"),
    url(../fonts/ico-default.woff?673vtl) format("woff"),
    url(../fonts/ico-default.svg?673vtl#ico-default) format("svg");
  font-weight: normal;
  font-style: normal;
}
.ico-default {
  font-family: "ico-default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-default-email:before {
  content: "\e000";
}
.ico-default-phone:before {
  content: "\e001";
}
.ico-default-mobile-phone:before {
  content: "\e002";
}
.ico-default-file:before {
  content: "\e003";
}
.ico-default-search:before {
  content: "\e004";
}
.ico-default-info-label:before {
  content: "\e005";
}
.ico-default-warning-label:before {
  content: "\e006";
}
.ico-default-danger-label:before {
  content: "\e007";
}
.ico-default-success-label:before {
  content: "\e008";
}
.ico-default-basket:before {
  content: "\e009";
}
.ico-default-cross:before {
  content: "\e010";
}
.ico-default-star:before {
  content: "\e011";
}
.ico-default-basket-alt:before {
  content: "\e012";
}
.ico-default-user:before {
  content: "\e013";
}
.ico-default-arrow:before {
  content: "\e014";
}
.ico-default-arrow-bold:before {
  content: "\e015";
}
.ico-default-chevron-thin-up:before {
  content: "\e016";
}
.ico-default-chevron-thin-right:before {
  content: "\e017";
}
.ico-default-chevron-thin-left:before {
  content: "\e018";
}
.ico-default-chevron-thin-down:before {
  content: "\e019";
}
.ico-default-chevron-right:before {
  content: "\e020";
}
.ico-default-chevron-left:before {
  content: "\e021";
}
.ico-default-chevron-down:before {
  content: "\e022";
}
.ico-default-chevron-up:before {
  content: "\e023";
}
.alert {
  display: block;
  position: relative;
  padding: 1.5625rem;
  margin: 0 0 1.5625rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 1rem;
}
.alert__title {
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.125rem;
  color: inherit;
}
.alert ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.alert a {
  font-weight: inherit;
  text-decoration: underline;
  color: inherit;
}
.alert > ol,
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 0.3125rem;
}
.alert--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  margin-bottom: 0;
  border-radius: 0;
}
.alert--icon {
  padding-left: 3.125rem;
}
.alert--icon:before {
  content: "";
  font-family: "ico-default";
  position: absolute;
  top: 1.25rem;
  left: 0.9375rem;
  font-size: 1.375rem;
}
.alert--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert--success.alert--icon:before {
  content: "";
}
.alert--info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert--info.alert--icon:before {
  content: "";
}
.alert--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert--warning.alert--icon:before {
  content: "";
}
.alert--danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert--danger.alert--icon:before {
  content: "";
}
.btn-group {
  margin: 0 -0.3125rem 1.875rem;
}
.btn-group > .btn {
  margin: 0.625rem 0.3125rem;
}
.btn-group .btn-arrow {
  font-size: 0.9375rem;
}
.btn,
.btn-group--center > [class*="btn"] {
  text-align: center;
}
.btn {
  cursor: pointer;
  padding: 0.9375rem 1.875rem;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
  background-color: #ff671f;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .btn:hover {
    border: 2px solid #ff671f;
    text-decoration: none;
    background-color: transparent;
    color: #ff671f;
  }
}
.btn--small {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
}
.btn--large {
  padding: 1.40625rem 2.8125rem;
  font-size: 1.125rem;
}
.btn--reverse {
  background-color: rgba(57, 63, 70, 0.3);
}

@media only screen and (min-width: 1200px) {
  .btn--reverse:hover {
    background-color: #ff671f;
    color: #fff;
    border-color: transparent;
  }
}
.btn--black {
  background-color: #8a899a;
  width: 180px;
}

@media only screen and (min-width: 1200px) {
  .btn--black:hover {
    background-color: #ff671f;
    color: #fff;
    border-color: transparent;
  }
}
.btn--white {
  background-color: #fff;
  color: #ff671f;
}

@media only screen and (min-width: 1200px) {
  .btn--white:hover {
    background-color: #ff671f;
    color: #fff;
    border-color: transparent;
  }
}
.btn--block {
  display: block;
  width: 100%;
  min-width: 0;
}
.btn--fixed {
  position: fixed;
  z-index: 6;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .btn--fixed {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn--fixed:hover {
    background-color: #fff;
  }
}
.btn--fixed .ico {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .btn--fixed .ico + span,
  .btn--fixed .ico-default + span {
    display: none;
  }
}
.btn--fixed-top-left {
  top: 6.25rem;
  left: 1.875rem;
}

@media only screen and (max-width: 479px) {
  .btn--fixed-top-left {
    top: 6.25rem;
    left: 0.9375rem;
  }
}
.btn--fixed-top-right {
  top: 6.25rem;
  right: 1.875rem;
}

@media only screen and (max-width: 479px) {
  .btn--fixed-top-right {
    top: 6.25rem;
    right: 0.9375rem;
  }
}
.btn--fixed-bottom-left {
  bottom: 1.875rem;
  left: 1.875rem;
}

@media only screen and (max-width: 479px) {
  .btn--fixed-bottom-left {
    bottom: 0.9375rem;
    left: 0.9375rem;
  }
}
.btn--fixed-bottom-right {
  bottom: 1.875rem;
  right: 1.875rem;
}

@media only screen and (max-width: 479px) {
  .btn--fixed-bottom-right {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
.btn-arrow {
  color: #8a899a;
  font-weight: 400;
  font-size: 1rem;
}
.btn-arrow > .ico,
.btn-arrow > .ico-default {
  margin-right: 0.375rem;
}
.files {
  margin: 1.875rem 0;
}
.files__title {
  font-size: 1.5rem;
  margin: 1.875rem 0 1.5625rem;
}
.files__list-item {
  position: relative;
  padding: 1.25rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .files__list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.files__list-item-title {
  padding-right: 1.875rem;
  transition: all 0.3s ease-out 0s;
}
.files__list-item a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
}
.files__list-item a > .ico,
.files__list-item a > .ico-default {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 2px solid #ff671f;
  border-radius: 45px;
  font-size: 0.9375rem;
  color: #ff671f;
  margin-right: 1.25rem;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}
.files__list-item a > .ico-default:before,
.files__list-item a > .ico:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transition: top 0.3s ease-out 0s;
}
.files__list-item a > .ico-default:after,
.files__list-item a > .ico:after {
  content: "\e015";
  font-family: "ico-default";
  position: absolute;
  left: 50%;
  top: -1.25rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  transition: top 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .files__list-item a:hover .files__list-item-title {
    color: #ff671f;
  }
  .files__list-item a:hover > .ico,
  .files__list-item a:hover > .ico-default {
    color: #fff;
    background-color: #ff671f;
  }
  .files__list-item a:hover > .ico-default:before,
  .files__list-item a:hover > .ico:before {
    top: calc(100% + 1.25rem);
  }
  .files__list-item a:hover > .ico-default:after,
  .files__list-item a:hover > .ico:after {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
  }
}
::-webkit-input-placeholder {
  color: #a8acb2;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #a8acb2;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a8acb2;
}
input,
select,
textarea {
  border: 1px solid rgba(57, 63, 70, 0.15);
  border-radius: 3px;
  color: #8a899a;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  width: 100%;
  margin: 0;
  padding: 0.75rem;
  line-height: inherit;
  outline: none;
  transition: all 0.3s ease-out 0s;
}
input.error,
select.error,
textarea.error {
  border-color: #d30c0c;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #ff671f;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}
input[disabled],
select[disabled],
textarea[disabled] {
  border-color: #d9d9d9;
  background-color: #f2f2f2;
  color: #999;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
textarea {
  margin: 0;
  resize: none;
  vertical-align: top;
}
label.error {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 400;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 3px;
  padding: 0.3125rem 0.5625rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-top: 0.4375rem;
  text-align: left;
}
label.error:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px;
  border-color: transparent transparent #e74c3c;
  left: 0.375rem;
  top: -0.25rem;
}
.form,
.form__group {
  margin: 0 0 1.5625rem;
}
.form__group {
  position: relative;
}
.form__info {
  opacity: 0.6;
  display: block;
  margin: 0.3125rem 0 0;
  font-size: 80%;
}
.form__label {
  color: #8a899a;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.9375rem;
}
.form__static-control {
  border: 1px solid transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.9375rem 0;
  width: 100%;
}
.form__checkbox,
.form__radio {
  margin: 0.625rem 0;
}
.form__actions {
  margin: 1.5625rem 0 0;
}

@media only screen and (max-width: 767px) {
  .form__actions .btn {
    width: 100%;
    clear: both;
    display: block;
  }
}
.form__field {
  position: relative;
}
.form__field .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 2.875rem;
}
.form--top-gap {
  margin-top: 1.5625rem;
}
.form--large input,
.form--large select,
.form--large textarea {
  padding: 1.0625rem 4.375rem 1.0625rem 1.25rem;
}
.form--large .form__label {
  margin-bottom: 0.625rem;
  color: #a8acb2;
}
.form--large .form__field {
  position: relative;
}
.form--large .form__field .btn {
  width: 3.5rem;
  font-size: 1.125rem;
}
.form--opinion .form__label--opinion {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  color: #393f46;
}
.form--opinion .form__title {
  font-size: 1.375rem;
  margin: 2.5rem 0 1.25rem;
  color: #393f46;
}

@media only screen and (max-width: 479px) {
  .form--opinion .form__title {
    font-size: 1.25rem;
  }
}
.form--opinion .form__more {
  margin: 0 0 0.625rem 1.875rem;
}
.form--opinion .form__group--horizontal .form__label {
  width: 2.8125rem;
  margin: 0;
  margin-right: 0.9375rem;
}
.form--opinion .form__group--horizontal .form__field {
  width: 100%;
}
.form--opinion .form__input--mini {
  max-width: 140px;
}
.form--opinion .form__input--medium {
  max-width: 50%;
}
.form--opinion .form__info {
  margin-top: 0.625rem;
}
.form--alt input,
.form--alt select,
.form--alt textarea {
  border: 0;
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
  padding-left: 0;
  padding-top: 0;
  font-weight: 500;
  border-radius: 0;
  color: #393f46;
}
.form--alt input:focus,
.form--alt select:focus,
.form--alt textarea:focus {
  box-shadow: none;
  border-color: #ff671f;
}
.form--alt textarea {
  height: 2.0625rem;
}
.form--alt .form__label {
  margin-bottom: 0.375rem;
}
.checkbox,
.radio {
  margin-bottom: 0.625rem;
}
.checkbox .jcf-checkbox,
.checkbox .jcf-radio,
.radio .jcf-checkbox,
.radio .jcf-radio {
  margin: 0;
}
.checkbox__input,
.radio__input {
  margin: 0.125rem 0 0;
}
.checkbox__text,
.radio__text {
  margin: 0 0 0 0.625rem;
}
.checkbox__label,
.radio__label {
  color: #8a899a;
  font-size: 0.9375rem;
  font-weight: 400;
  overflow: hidden;
  display: block;
  text-align: left;
  width: auto;
  padding: 0;
}
.checkbox__info,
.radio__info {
  margin: 0.125rem 0 0;
  opacity: 0.6;
  display: block;
  font-size: 80%;
}
.gallery,
.gallery__title {
  margin: 0 0 1.5625rem;
}
.thumbnail {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 103, 31, 0);
  transition: background 0.3s ease-out 0s;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 1200px) {
  .thumbnail:hover {
    background: #ff671f;
  }
  .thumbnail:hover img {
    opacity: 0.2;
  }
  .thumbnail:hover .ico,
  .thumbnail:hover .ico-default {
    opacity: 1;
  }
}
.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease-out 0s;
}
.thumbnail .ico,
.thumbnail .ico-default {
  font-size: 2.8125rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.thumbnail .ico--small,
.thumbnail .ico-default--small {
  font-size: 1.5625rem;
}
.thumbnail--mb-10 {
  margin-bottom: 0.625rem;
}
.thumbnail--mb-20 {
  margin-bottom: 1.25rem;
}
.thumbnail--mb-clear {
  margin-bottom: 0 !important;
}
.thumbnail--img-zoom-in img {
  max-width: 100% !important;
  transition: all 0.4s ease 0s;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .thumbnail--img-zoom-in:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.thumbnail--icon-slide .ico,
.thumbnail--icon-slide .ico-default {
  top: 25%;
}

@media only screen and (min-width: 1200px) {
  .thumbnail--icon-slide:hover .ico,
  .thumbnail--icon-slide:hover .ico-default {
    top: 50%;
  }
}
.thumbnail--icon-zoom-out .ico,
.thumbnail--icon-zoom-out .ico-default {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .thumbnail--icon-zoom-out:hover .ico,
  .thumbnail--icon-zoom-out:hover .ico-default {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-out 0.15s;
  }
}
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #c4d1d6;
  border-radius: 3px;
  margin: 0 0.1875rem 0 0;
  height: 1.3125rem;
  width: 1.3125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 0.3125rem;
  width: 0.5625rem;
  top: 50%;
  left: 50%;
  margin: 0;
  border: 3px solid #ff671f;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked {
  border: 2px solid #ff671f;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}
.jcf-label-active {
  color: #ff671f;
}
:root .jcf-checkbox span {
  margin: -0.25rem 0 0 -0.3125rem;
}
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  background-color: #fff;
  border: 1px solid #c4d1d6;
  border-radius: 100%;
  margin: 0 0.1875rem 0 0;
  height: 1.3125rem;
  width: 1.3125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.jcf-radio span {
  display: none;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  background-color: #ff671f;
  border-radius: 100%;
}
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio.jcf-checked {
  border: 2px solid #ff671f;
}
.jcf-radio.jcf-checked span {
  display: block;
}
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid rgba(57, 63, 70, 0.15);
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
  height: 2.875rem;
}
.form--large .jcf-select {
  height: 3.5rem;
}
.form--alt .jcf-select {
  border: 0;
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
  height: 2.0625rem;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 0.75rem;
  padding-right: 3.25rem;
  color: hsla(244, 8%, 57%, 0.8);
}
.form--large .jcf-select-text {
  padding: 1.0625rem 0.75rem;
}
.form--alt .jcf-select-text {
  padding-top: 0;
  padding-left: 0;
  font-weight: 500;
  color: #393f46;
}
.jcf-select-opener {
  position: absolute;
  text-align: center;
  background-color: transparent;
  width: 2.5rem;
  bottom: 0;
  right: 0;
  top: 0;
}
.form--alt .jcf-select-opener {
  width: 0.9375rem;
}
.jcf-select-opener:before {
  content: "\e022";
  font-family: "ico-default";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 0.125rem;
  content: "...";
}
.jcf-select-drop {
  position: absolute;
  margin-top: 0.125rem;
  z-index: 7;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-animation: show-tabs 0.3s ease-out;
  animation: show-tabs 0.3s ease-out;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -0.0625rem 0 0;
  z-index: 11;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 0.0625rem 0 0;
}
.jcf-select-drop .jcf-select-drop-content {
  box-shadow: 0 10px 20px 0 rgba(57, 63, 70, 0.1);
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background-color: #e2e2e2;
  color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: "";
  height: 0.25rem;
  width: 0.5rem;
  margin: -0.4375rem 0.3125rem 0 -0.1875rem;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 0.9375rem;
}
.jcf-list {
  position: relative;
  background: #fff;
  line-height: inherit;
  font-size: 1rem;
}
.jcf-list,
.jcf-list .jcf-list-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.jcf-list .jcf-list-content {
  overflow: auto;
  max-height: 30vh !important;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list li {
  transition: color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .jcf-list li:hover {
    background-color: #f6f6f6 !important;
    color: #ff671f !important;
  }
  .jcf-list li:hover .jcf-option {
    background-color: inherit;
    color: inherit;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.jcf-list li .jcf-option {
  overflow: hidden;
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #8a899a;
  font-size: 0.875rem;
  cursor: pointer;
  border-bottom: 2px solid #f6f6f6;
  transition: color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.jcf-list li .jcf-option.jcf-hover {
  background-color: transparent;
  color: inherit;
}
.jcf-list li .jcf-option.jcf-selected {
  background-color: #f6f6f6;
  color: #ff671f;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 0.3125rem 0.5625rem;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-list .jcf-optgroup .jcf-option {
  padding-left: 1.875rem;
}
.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
  background: #e6e6e6;
  color: #000;
}
.list {
  background-color: #fff;
}
.list__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media only screen and (max-width: 767px) {
  .list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.list__item-left {
  padding: 1.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border-right: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}

@media only screen and (max-width: 767px) {
  .list__item-left {
    border-bottom: 0;
    border-right: 0;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.list__item-right {
  padding: 1.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border-bottom: 2px solid #f6f6f6;
}

@media only screen and (max-width: 767px) {
  .list__item-right {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.list__item-title {
  color: #393f46;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .list__item-title {
    font-weight: 500;
  }
}
.list__item ul li {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 767px) {
  .list__item ul li {
    font-size: 1rem;
  }
}
.list__item ul li:last-child {
  margin-bottom: 0;
}
.list__item ul li a {
  font-size: inherit;
  color: #ff671f;
}
.list__item ul li a[href^="mailto"] {
  color: #8a899a;
}

@media only screen and (min-width: 1200px) {
  .list__item ul li a[href^="mailto"]:hover {
    color: #ff671f;
  }
}
.modal {
  padding: 0 !important;
  margin: 2.8125rem 0.9375rem 0.9375rem !important;
  background: #fff;
  width: calc(100% - 1.875rem);
  max-width: 800px;
  overflow: visible !important;
  border-radius: 3px;
  display: none;
}
.modal__close {
  position: absolute;
  top: -1.875rem;
  right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.75rem;
  transition: all 0.3s ease-out 0s;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .modal__close:hover {
    color: #ff671f;
  }
}
.modal__close > span {
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 0.5rem;
}
.modal__inner {
  padding: 3.125rem;
}
.modal__inner img {
  width: 100%;
}
.fancybox-is-modal .modal {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all 0.3s ease-out 0s;
}
.fancybox-is-modal .fancybox-slide--current .modal {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fancybox-is-modal.fancybox-is-closing .modal {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.map-and-form {
  position: relative;
}
.map-and-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 0.1875rem;
  background-color: #ff671f;
}
.map-and-form__tile {
  width: 50%;
  padding: 6.25rem 10vw;
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
}

@media only screen and (max-width: 1500px) {
  .map-and-form__tile {
    width: 100%;
  }
}
.map-and-form__tile .default-heading__title {
  font-size: 1.625rem;
  color: #393f46;
}
.map-and-form .map-container {
  position: relative;
  padding: 0;
}
.map-and-form .map {
  height: auto;
  min-height: 620px;
}
.map {
  background: #fff url(../img/preloader.gif) no-repeat 50%;
  height: 31.25rem;
  width: 100%;
}
.map__tile {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.8125rem;
  height: 17.8125rem;
  background-color: #ff671f;
  z-index: 5;
  padding: 2.5rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .map__tile {
    display: none;
  }
}
.map__tile-text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.map__tile-phone,
.map__tile-text {
  position: relative;
  color: #fff;
  z-index: 2;
}
.map__tile-phone > .ico {
  font-size: 1.6875rem;
  margin-bottom: 0.75rem;
}
.map__tile-phone > a {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (min-width: 1200px) {
  .map__tile-phone > a:hover {
    opacity: 0.7;
  }
}
.map__tile-icon-bg {
  position: absolute;
  bottom: -1.25rem;
  right: -2.5rem;
  color: #f7611a;
  font-size: 11.25rem;
  z-index: 0;
}
.map--small {
  width: 100%;
  height: 20rem;
  position: relative;
}
.map--small:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #ff671f;
  z-index: 7;
}
.map-infowindow {
  width: 13.75rem;
  font-size: 0.8125rem;
  padding: 0.3125rem;
}
.map-infowindow__title {
  color: #393f46;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}
.map-infowindow__desc {
  color: rgba(42, 43, 61, 0.6);
  font-size: 0.8125rem;
  margin: 0;
}
.pagination {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #393f46;
  margin: 0 0 1.5625rem;
}

@media only screen and (max-width: 991px) {
  .pagination {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .pagination ol li:not([class]) {
    display: none;
  }
}
.pagination ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ol li {
  margin: 0 0.125rem;
  padding: 0;
}
.pagination ol li.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagination ol li a,
.pagination ol li em,
.pagination ol li span {
  width: 2.625rem;
  height: 2.625rem;
  color: #393f46;
  background-color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 400;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .pagination ol li a:hover {
    color: #fff;
    background-color: #ff671f;
    border: none;
  }
}
.pagination ol li span {
  color: #fff;
  background-color: #ff671f;
  border: none;
}
.pagination ol li em {
  font-style: normal;
}
.pagination__next,
.pagination__prev {
  position: relative;
  overflow: hidden;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 1200px) {
  .pagination__prev:hover .ico-default:before,
  .pagination__prev:hover .ico:before {
    right: calc(100% + 1.25rem);
  }
  .pagination__prev:hover .ico-default:after,
  .pagination__prev:hover .ico:after {
    right: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
  }
}
.pagination__prev .ico-default:before,
.pagination__prev .ico:before {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  transition: right 0.3s ease-out 0s;
}
.pagination__prev .ico-default:after,
.pagination__prev .ico:after {
  content: "\e021";
  font-family: "ico-default";
  position: absolute;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .pagination__next:hover .ico-default:before,
  .pagination__next:hover .ico:before {
    left: calc(100% + 1.25rem);
  }
  .pagination__next:hover .ico-default:after,
  .pagination__next:hover .ico:after {
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.pagination__next .ico-default:before,
.pagination__next .ico:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: left 0.3s ease-out 0s;
}
.pagination__next .ico-default:after,
.pagination__next .ico:after {
  content: "\e020";
  font-family: "ico-default";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: left 0.3s ease-out 0s;
}
.pagination--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pagination--inverse ol li a,
.pagination--inverse ol li em {
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 1200px) {
  .pagination--inverse ol li a:hover,
  .pagination--inverse ol li em:hover {
    border: none;
  }
}
.owl-carousel .owl-nav {
  z-index: 8;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.owl-carousel .owl-nav [class*="owl-"] {
  color: #8a899a;
  font-size: 0.9375rem;
  margin: 0 0.9375rem;
  padding: 0.375rem 0.625rem;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  pointer-events: auto;
  transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #ff671f;
  color: #fff;
  text-decoration: none;
}
.breadcrumbs ul li .owl-carousel .owl-nav a.is-active,
.owl-carousel .owl-nav .breadcrumbs ul li a.is-active,
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
  display: none;
}
.owl-carousel .owl-dots {
  z-index: 8;
  position: absolute;
  width: 100%;
  bottom: 0.9375rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: block;
  zoom: 1;
  *display: inline;
  pointer-events: auto;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.3125rem;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ff671f;
}
.slider {
  position: relative;
  background-color: #060d12;
}
.slider .owl-nav {
  position: absolute;
  z-index: 5;
  top: 12.5rem;
  left: 0;
  right: 0;
}
.slider .owl-nav .owl-next,
.slider .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  font-size: 3.125rem;
  top: 14.375rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

@media only screen and (min-width: 1200px) {
  .slider .owl-nav .owl-next:hover,
  .slider .owl-nav .owl-prev:hover {
    opacity: 0.5;
  }
}
.breadcrumbs ul li .slider .owl-nav a.owl-next.is-active,
.breadcrumbs ul li .slider .owl-nav a.owl-prev.is-active,
.slider .owl-nav .breadcrumbs ul li a.owl-next.is-active,
.slider .owl-nav .breadcrumbs ul li a.owl-prev.is-active,
.slider .owl-nav .owl-next.disabled,
.slider .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .slider .owl-nav .owl-next,
  .slider .owl-nav .owl-prev {
    display: none;
  }
}
.slider .owl-nav .owl-prev {
  left: 6.25rem;
}

@media only screen and (max-width: 991px) {
  .slider .owl-nav .owl-prev {
    left: 3.125rem;
  }
}
.slider .owl-nav .owl-next {
  right: 6.25rem;
}

@media only screen and (max-width: 991px) {
  .slider .owl-nav .owl-next {
    right: 3.125rem;
  }
}
.breadcrumbs ul li .slider .owl-nav a.is-active,
.slider .owl-nav .breadcrumbs ul li a.is-active,
.slider .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
  display: none;
}
.slider .owl-dots {
  position: absolute;
  bottom: 1.875rem !important;
  left: 0;
  right: 0;
}
.slider .owl-dots button {
  background: transparent;
  border: none;
}
.slider .owl-dots .owl-dot {
  margin: 0.1875rem;
}
.slider .owl-dots .owl-dot span {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .slider .owl-dots .owl-dot span:hover {
    background-color: #fff;
  }
}
.slider .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.slider__item {
  position: relative;
  padding-top: 12.5rem;
  width: 100%;
  height: 33.125rem;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider__item:before {
  background: linear-gradient(135deg, rgba(6, 13, 18, 0), #060d12);
  opacity: 0.3;
}
.slider__item:after,
.slider__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider__item:after {
  background: linear-gradient(0deg, rgba(6, 13, 18, 0) 0, #060d12);
  opacity: 0.7;
}
.slider__item-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slider__item-inner {
    display: block;
    text-align: center;
    max-width: 100%;
  }
}
.slider__item-title {
  display: block;
  color: #fff;
  font-size: 2.875rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
  text-align: center;
  max-width: 80%;
}

@media only screen and (max-width: 767px) {
  .slider__item-title {
    width: 100%;
    max-width: 100%;
    padding: 0 0.9375rem;
  }
}
.slider__item-desc {
  display: block;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  max-width: 80%;
}

@media only screen and (max-width: 767px) {
  .slider__item-desc {
    width: 100%;
    max-width: 100%;
    padding: 0 0.9375rem;
  }
}
.slider__item .btn {
  background-color: #fff;
  color: #ff671f;
  margin-top: 1.875rem;
}

@media only screen and (min-width: 1200px) {
  .slider__item .btn:hover {
    border-color: transparent;
    background-color: #ff671f;
    color: #fff;
  }
}
.home-slider {
  position: relative;
  background-color: #060d12;
}

.home-slider .owl-stage {
  align-items: stretch !important;
}
.home-slider .owl-stage:after {
  content: " ";
  display: none;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.home-slider .owl-nav {
  position: absolute;
  z-index: 5;
  top: 7.5rem;
  left: 0;
  right: 0;
}
.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-prev {
  border: none;
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  top: 0;
  cursor: pointer;
  background-color: transparent;
}

@media only screen and (min-width: 1200px) {
  .home-slider .owl-nav .owl-next:hover,
  .home-slider .owl-nav .owl-prev:hover {
    background-color: transparent;
    color: #000;
  }
}
.breadcrumbs ul li .home-slider .owl-nav a.owl-next.is-active,
.breadcrumbs ul li .home-slider .owl-nav a.owl-prev.is-active,
.home-slider .owl-nav .breadcrumbs ul li a.owl-next.is-active,
.home-slider .owl-nav .breadcrumbs ul li a.owl-prev.is-active,
.home-slider .owl-nav .owl-next.disabled,
.home-slider .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .home-slider .owl-nav .owl-next,
  .home-slider .owl-nav .owl-prev {
    display: none;
  }
}
.home-slider .owl-nav .owl-prev {
  left: 0.625rem;
}

@media only screen and (max-width: 991px) {
  .home-slider .owl-nav .owl-prev {
    left: 1.125rem;
  }
}
.home-slider .owl-nav .owl-next {
  right: 0.625rem;
}

@media only screen and (max-width: 991px) {
  .home-slider .owl-nav .owl-next {
    right: 1.125rem;
  }
}
.breadcrumbs ul li .home-slider .owl-nav a.is-active,
.home-slider .owl-nav .breadcrumbs ul li a.is-active,
.home-slider .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.home-slider__item {
  color: #fff;
  width: 100%;
  padding: 5.875rem 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 4;
  height: 100%;
}
.home-slider__item h1,
.home-slider__item h2,
.home-slider__item h3,
.home-slider__item h4,
.home-slider__item h5,
.home-slider__item h6 {
  color: inherit;
  z-index: 4;
}
.home-slider__item a {
  z-index: 4;
}

@media only screen and (max-width: 1199px) {
  .home-slider__item {
    padding: 3.9375rem 0;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider__item {
    padding: 5.3125rem 0;
  }
}
.home-slider__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(21, 23, 25, 0.9), rgba(21, 23, 25, 0));
  opacity: 0.7;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 767px) {
  .home-slider--padding {
    padding-bottom: 1.875rem;
  }
}
.breadcrumbs ul li a.owl-nav.is-active,
.owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
  display: none;
}
.wysiwyg img {
  height: auto !important;
  max-width: 100% !important;
}
.wysiwyg .img {
  margin: 0 0 1.5625rem;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .wysiwyg .img img {
    width: auto !important;
  }
}
.wysiwyg .img--left,
.wysiwyg .img--right,
.wysiwyg .img-left,
.wysiwyg .img-right {
  max-width: 45%;
}
.wysiwyg .img--left img,
.wysiwyg .img--right img,
.wysiwyg .img-left img,
.wysiwyg .img-right img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .wysiwyg .img--left img,
  .wysiwyg .img--right img,
  .wysiwyg .img-left img,
  .wysiwyg .img-right img {
    display: inline-block !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  .wysiwyg .img--left,
  .wysiwyg .img--right,
  .wysiwyg .img-left,
  .wysiwyg .img-right {
    max-width: 100% !important;
    float: none !important;
    margin: 0 0 1.5625rem !important;
    text-align: center !important;
  }
}
.wysiwyg .img--left,
.wysiwyg .img-left {
  float: left;
  margin: 0 1.875rem 0.9375rem 0 !important;
}
.wysiwyg .img--right,
.wysiwyg .img-right {
  float: right;
  margin: 0 0 0.9375rem 1.875rem !important;
}
.wysiwyg p {
  line-height: 1.5;
  color: #8a899a;
}
.tiles__item {
  position: relative;
  width: 100%;
  padding: 40% 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 1.875rem;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .tiles__item:hover {
    -webkit-transform: scale(0.98) translateZ(0);
    transform: scale(0.98) translateZ(0);
  }
  .tiles__item:hover:before {
    opacity: 1;
  }
  .tiles__item:hover .tiles__item-title {
    color: #ff8a52;
  }
  .tiles__item:hover .tiles__item-title:before {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
.tiles__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(21, 23, 25, 0.9), rgba(21, 23, 25, 0));
  opacity: 0.7;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .tiles__item[data-fancybox]:hover:before {
    opacity: 0.5;
  }
}
.tiles__item[data-fancybox]:before {
  opacity: 0;
}
.tiles__item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 3.75rem;
}

@media only screen and (max-width: 1199px) {
  .tiles__item-inner {
    padding: 2.5rem;
  }
}
.tiles__item-title {
  display: block;
  position: relative;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 300;
  z-index: 3;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 1199px) {
  .tiles__item-title {
    font-size: 1.875rem;
  }
}
.tiles__item-title:before {
  content: "";
  position: absolute;
  bottom: -1.5625rem;
  left: 0;
  width: 3.75rem;
  height: 0.375rem;
  background-color: #ff671f;
  transition: all 0.3s ease-out 0s;
}
.tiles__item-title--without-before:before {
  content: none;
}
.tiles__item--color {
  background-color: #ff671f;
}

@media only screen and (min-width: 1200px) {
  .tiles__item--color:hover .tiles__item-title {
    color: #fff;
  }
  .tiles__item--color:hover .tiles__item-title:before {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  .tiles__item--color:hover .ico-arrow {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.tiles__item--color:before {
  content: none;
}
.tiles__item--color.tiles__item--small .ico-arrow {
  bottom: 1.875rem;
  right: 3.125rem;
  font-size: 3.125rem;
}
.tiles__item--color .tiles__item-phone {
  position: relative;
  color: #fff;
  margin-top: 3.4375rem;
  z-index: 3;
}
.tiles__item--color .tiles__item-phone > .ico {
  font-size: 1.4375rem;
  margin-right: 0.9375rem;
}
.tiles__item--color .tiles__item-phone > span {
  font-size: 1.75rem;
  font-weight: 300;
}
.tiles__item--color .tiles__item-title:before {
  background-color: #fff;
}
.tiles__item--color .tiles__item-subtitle {
  display: block;
  color: #fff;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.tiles__item--color .tiles__item-ico-bg {
  font-size: 16.875rem;
  color: #f7611a;
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 1;
}
.tiles__item--color .ico-arrow {
  color: #fff;
  font-size: 3.75rem;
  position: absolute;
  bottom: 2.5rem;
  right: 3.75rem;
  z-index: 5;
  transition: all 0.3s ease-out 0s;
}
.tiles__item--color-small .tiles__item-inner {
  padding: 2.8125rem;
}
.tiles__item--color-small .tiles__item-title:before {
  content: none;
}
.tiles__item--color-small .ico-arrow {
  bottom: 1.875rem;
  right: 3.125rem;
  font-size: 3.125rem;
}
.tiles__item--vertical {
  padding: calc(90% + 0.9375rem) 0;
}

@media only screen and (max-width: 991px) {
  .tiles__item--vertical {
    padding: 50% 0;
  }
}
.tiles__item--wide {
  padding: 28% 0;
}

@media only screen and (max-width: 991px) {
  .tiles__item--wide {
    padding: 40% 0;
  }
}

@media only screen and (max-width: 991px) {
  .tiles__item--wide-sm {
    padding: 28% 0;
  }
}

@media only screen and (max-width: 767px) {
  .tiles__item--wide-sm {
    padding: 40% 0;
  }
}
.tiles__item--wide-alt {
  padding: 24% 0;
}

@media only screen and (max-width: 991px) {
  .tiles__item--wide-alt {
    padding: 28% 0;
  }
}

@media only screen and (max-width: 767px) {
  .tiles__item--wide-alt {
    padding: 40% 0;
  }
}
.tiles__item--small .tiles__item-title {
  font-size: 1.5rem;
  font-weight: 300;
}
.tiles__item--small .tiles__item-inner {
  padding: 2.5rem;
}
.carousel {
  position: relative;
}
.carousel__item {
  padding: 3.125rem;
}

@media only screen and (max-width: 991px) {
  .carousel__item {
    padding: 1.875rem;
  }
}
.carousel__item img {
  width: 100%;
}
.carousel .owl-stage-outer {
  overflow: hidden;
}
.carousel .owl-next,
.carousel .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 2.25rem;
  z-index: 5;
  cursor: pointer;
  color: rgba(57, 63, 70, 0.3);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .carousel .owl-next:hover,
  .carousel .owl-prev:hover {
    color: #ff671f;
  }
}
.carousel .owl-prev {
  left: 0;
  -webkit-transform: translate3d(-30px, -50%, 0);
  transform: translate3d(-30px, -50%, 0);
}

@media only screen and (max-width: 767px) {
  .carousel .owl-prev {
    -webkit-transform: translate3d(-10px, -50%, 0);
    transform: translate3d(-10px, -50%, 0);
  }
}
.carousel .owl-next {
  right: 0;
  -webkit-transform: translate3d(30px, -50%, 0);
  transform: translate3d(30px, -50%, 0);
}

@media only screen and (max-width: 767px) {
  .carousel .owl-next {
    -webkit-transform: translate3d(10px, -50%, 0);
    transform: translate3d(10px, -50%, 0);
  }
}

@media only screen and (max-width: 991px) {
  .posts {
    margin: 0 -0.625rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.post {
  position: relative;
  margin-bottom: 1.875rem;
  width: 100%;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 991px) {
  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 0.625rem;
  }
}

@media only screen and (max-width: 479px) {
  .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .post:hover {
    box-shadow: 0 10px 20px 0 rgba(57, 63, 70, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .post:hover .post__img:before {
    opacity: 0.9;
  }
  .post:hover .post__img-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .post:hover .post__inner:before {
    opacity: 1 !important;
  }
  .post:hover .post__inner > .ico {
    color: #ff671f;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .post:hover .post__title {
    color: #ff671f;
  }
}
.post__img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: all 0.3s ease-out 0s;
}
.post__img:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ff671f;
}
.post__img-text,
.post__img:before {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.post__img-text {
  top: 3.125rem;
  left: 3.125rem;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 300;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.post__img img {
  width: 100%;
}
.post__inner {
  position: relative;
  background-color: #fff;
  padding: 3.125rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1199px) {
  .post__inner {
    padding: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .post__inner {
    padding: 1.5625rem;
  }
}
.post__inner:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #ff671f;
  opacity: 0;
}
.post__inner:before,
.post__inner > .ico {
  position: absolute;
  transition: all 0.3s ease-out 0s;
}
.post__inner > .ico {
  bottom: 1.875rem;
  right: 3.125rem;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .post__inner > .ico {
    display: none;
  }
}
.post__time {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
.post__time,
.post__title {
  display: block;
  color: #8a899a;
}
.post__title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1.875rem;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 767px) {
  .post__title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
}
.post__desc {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #8a899a;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .post__desc {
    font-size: 1rem;
  }
}
.post-container {
  background-color: #fff;
  padding: 3.125rem;
}

@media only screen and (max-width: 767px) {
  .post-container {
    padding: 1.875rem;
  }
}
.post-container__footer {
  margin-top: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .post-container__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.post-container--mb-5 {
  margin-bottom: 0.3125rem;
}
.sidebar {
  background-color: #fff;
  padding: 1.875rem;
}
.sidebar .form {
  margin-bottom: 0;
}
.is-fixed-mobile-actions-open body,
html.is-fixed-mobile-actions-open {
  overflow-y: hidden;
}
.fixed-mobile-actions {
  position: relative;
}
.fixed-mobile-actions__btn {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .fixed-mobile-actions__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-mobile-actions__btn span {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .fixed-mobile-actions__inner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    min-width: 300px;
    max-width: 400px;
    overflow: auto;
    z-index: 18;
    padding: 5rem 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.3s ease-out 0s;
  }
}

@media only screen and (max-width: 1199px) and (max-width: 479px) {
  .fixed-mobile-actions__inner {
    width: 100vw;
  }
}

@media only screen and (max-width: 1199px) {
  .is-fixed-mobile-actions-open .fixed-mobile-actions__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 10px 20px 0 rgba(57, 63, 70, 0.1);
  }
  .fixed-mobile-actions__inner .fixed-mobile-actions__btn {
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
    font-size: 1.25rem;
    color: #ff671f;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1199px) {
  .fixed-mobile-actions .tabs--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .fixed-mobile-actions .tabs--horizontal .tabs__item,
  .fixed-mobile-actions .tabs--horizontal li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .fixed-mobile-actions .tabs--vertical {
    max-width: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .fixed-mobile-actions .tabs-alt {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column wrap !important;
    flex-flow: column wrap !important;
  }
  .fixed-mobile-actions .tabs-alt .tabs-alt__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .fixed-mobile-actions .sidebar__inner {
    width: 100%;
  }
}
.accordion {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}
.accordion.is-active {
  overflow-y: auto;
  max-height: 500px;
}
.accordion__list li {
  width: 100%;
  padding: 1.875rem;
  background-color: #fff;
  margin-bottom: 0.125rem;
}
.accordion__list-title {
  font-size: 1.125rem;
  color: #8a899a;
}
.accordion__list-subtitle {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
  font-size: 1.125rem;
  color: #ff671f;
  padding-left: 0.9375rem;
}
.accordion__list-subtitle > span {
  font-size: 0.8125rem;
  color: #8a899a;
}
.accordion--alt .accordion__inner {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
}
.accordion--alt .accordion__inner > p:last-child {
  margin-bottom: 0;
}
.accordion-btn {
  width: 100%;
  padding: 1.875rem;
  background-color: rgba(57, 63, 70, 0.2);
  color: #fff;
  margin-bottom: 0.125rem;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .accordion-btn:hover {
    background-color: rgba(57, 63, 70, 0.4);
  }
}
.accordion-btn.is-active {
  background-color: #ff671f;
}
.accordion-btn.is-active > .ico,
.accordion-btn.is-active > .ico-default {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-btn__title {
  font-size: 1.125rem;
}
.accordion-btn > .ico,
.accordion-btn > .ico-default {
  font-size: 1.25rem;
  margin-left: 0.9375rem;
  transition: all 0.3s ease-out 0s;
}
.accordion-btn--alt {
  padding: 0.625rem 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
}

@media only screen and (min-width: 1200px) {
  .accordion-btn--alt:hover {
    background-color: transparent;
    border-bottom-color: #ff671f;
  }
  .accordion-btn--alt:hover .accordion-btn__title > span,
  .accordion-btn--alt:hover > .ico,
  .accordion-btn--alt:hover > .ico-default {
    color: #ff671f;
  }
}
.accordion-btn--alt.is-active {
  background-color: transparent;
  border-bottom-color: #ff671f;
}
.accordion-btn--alt.is-active .accordion-btn__title > span,
.accordion-btn--alt.is-active > .ico,
.accordion-btn--alt.is-active > .ico-default {
  color: #ff671f;
}
.accordion-btn--alt .accordion-btn__title > label {
  color: #8a899a;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.accordion-btn--alt .accordion-btn__title > span {
  color: #393f46;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.3s ease-out 0s;
}
.accordion-btn--alt > .ico,
.accordion-btn--alt > .ico-default {
  color: rgba(57, 63, 70, 0.5);
}
.shortcuts__item {
  width: 100%;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 479px) {
  .shortcuts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}
.shortcuts__letter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background-color: #ff671f;
  width: 4.375rem;
  height: 4.375rem;
  color: #fff;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
}
.shortcuts__links {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 100px);
  flex: 0 1 calc(100% - 100px);
}
.shortcuts__links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

@media only screen and (max-width: 991px) {
  .shortcuts__links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
  }
}

@media only screen and (max-width: 767px) {
  .shortcuts__links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media only screen and (max-width: 479px) {
  .shortcuts__links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.shortcuts__links li a {
  text-align: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  color: #8a899a;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 2.3125rem 2.5rem;
  border-right: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .shortcuts__links li a {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .shortcuts__links li a:hover {
    color: #ff671f;
    box-shadow: 0 10px 30px 0 rgba(57, 63, 70, 0.15);
    z-index: 2;
    border-bottom-width: transparent;
  }
  .shortcuts__links li a:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.shortcuts__links li a:before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #ff671f;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.tabs-container {
  width: 100%;
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
}

@media only screen and (max-width: 1199px) {
  .tabs-container {
    border-bottom-width: 0;
  }
}
.tabs__item {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
}
.tabs__item:last-child {
  border-bottom: 0;
}
.tabs__item.is-active {
  background-color: #ff671f;
}
.tabs__item.is-active a {
  color: #fff !important;
}
.tabs__item a {
  display: block;
  width: 100%;
  color: #8a899a;
  font-size: 1.125rem;
  padding: 1.875rem;
}

@media only screen and (min-width: 1200px) {
  .tabs__item a:hover {
    color: #ff671f;
  }
}
.tabs--horizontal {
  width: 100%;
}
.tabs--horizontal .tabs__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  border-right: 1px solid rgba(57, 63, 70, 0.15);
  border-bottom: 0;
}
.tabs--horizontal .tabs__item:last-child {
  border-right: 0;
}
.tabs--horizontal .tabs__item.is-active {
  background-color: #fff;
}
.tabs--horizontal .tabs__item.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #ff671f;
}
.tabs--horizontal .tabs__item.is-active a {
  color: #ff671f !important;
}

@media only screen and (max-width: 1199px) {
  .tabs--horizontal .tabs__item {
    border-right: 0;
    border-bottom: 1px solid rgba(57, 63, 70, 0.15);
  }
}
.tabs--horizontal .tabs__item a {
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .tabs--horizontal .tabs__item a {
    text-align: left;
  }
}
.container-wide {
  width: 1720px;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"],
.no-gutter > [class*="flex-"] > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.gutter-10 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
.gutter-10 > [class*="col-"],
.gutter-10 > [class*="flex-"] > [class*="col-"] {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.gutter-20 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.gutter-20 > [class*="col-"],
.gutter-20 > [class*="flex-"] > [class*="col-"] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.breadcrumbs {
  padding-bottom: 1.875rem;
}
.breadcrumbs ul li {
  color: #8a899a;
  font-size: 0.75rem;
  font-weight: 400;
}
.breadcrumbs ul li:nth-child(2) a:before {
  content: none;
}
.breadcrumbs ul li a {
  position: relative;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-left: 0.1875rem;
}

@media only screen and (min-width: 1200px) {
  .breadcrumbs ul li a:hover {
    color: #ff671f;
  }
}
.breadcrumbs ul li a.is-active {
  color: #ff671f;
}
.breadcrumbs ul li a:before {
  content: ">";
  margin-right: 0.1875rem;
  color: #8a899a;
}
.breadcrumbs--absolute {
  position: absolute;
  z-index: 5;
  top: -2.875rem;
  left: calc((100% - 75rem) / 2);
}

@media only screen and (max-width: 1199px) {
  .breadcrumbs--absolute {
    left: calc((100% - 60.625rem) / 2);
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumbs--absolute {
    left: calc((100% - 46.875rem) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs--absolute {
    left: 0;
    width: 100%;
  }
}
.breadcrumbs--absolute ul li {
  color: #fff;
}
.breadcrumbs--absolute ul li a {
  color: inherit;
}
.breadcrumbs--absolute ul li a.is-active,
.breadcrumbs--absolute ul li a:before {
  color: #fff;
}
.top {
  padding: 1.875rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-out 0s;
}
.top > .container {
  position: relative;
  z-index: 5;
}
.top--static {
  position: static;
}

@media only screen and (max-width: 479px) {
  .top__form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .top__form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .top__form--padding-xs {
    padding-right: 3.75rem;
  }
}
.top__form .input-container {
  position: relative;
  margin-right: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .top__form .input-container {
    display: none;
  }
}
.top__form .input-container input {
  padding-left: 0;
  width: 5.9375rem;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  height: 3.125rem;
  font-size: 0.9375rem;
  color: #a8acb2;
  font-weight: 400;
  border-radius: 0;
  transition: all 0.3s ease-out 0s;
}
.top__form .input-container input:focus {
  border-bottom: 2px solid #ff671f;
  width: 15.625rem;
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  .top__form .input-container input:focus {
    width: 15.625rem;
  }
}
.top__form .input-container .ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}
.top__form .input-container--white input {
  color: #fff !important;
}
.top__form .input-container--white input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.top__form .input-container--white input:-ms-input-placeholder {
  opacity: 1;
}
.top__form .input-container--white input::placeholder {
  color: #fff;
  opacity: 1;
}
.top__form .input-container--white input:-ms-input-placeholder,
.top__form .input-container--white input::-ms-input-placeholder {
  color: #fff;
}
.top__form .like-us-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  color: #b5b8bd;
}
.top__form .like-us-button span {
  padding-right: 0.3125rem;
}

@media only screen and (min-width: 1200px) {
  .top__form .like-us-button:hover {
    color: #ff671f;
  }
  .top__form .like-us-button:hover .ico--social {
    opacity: 0.7;
  }
}
.top__form .like-us-button--white {
  color: #fff;
}
.top__inner {
  width: 100%;
}
.top__main {
  background-color: transparent;
  width: 100%;
}
.top__top {
  padding: 1.25rem;
  height: 100%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .top__top {
    padding: 0.625rem;
  }
}
.top__top--white {
  height: auto !important;
  background-color: #fff !important;
}
.top__top--white .top__top-phone {
  color: #8a899a;
}
.top__top-phone {
  margin-bottom: 0;
  color: inherit;
  font-size: 0.9375rem;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .top__top-phone {
    display: none;
  }
}
.top__top-phone a {
  color: #ff671f;
  margin-left: 0.625rem;
}

@media only screen and (min-width: 1200px) {
  .top__top-phone a:hover {
    opacity: 0.7;
  }
}
.top__top-phone a .ico {
  font-size: 1.0625rem;
  margin-right: 0.625rem;
}
.top__top-phone a > span {
  font-size: 1.3125rem;
  color: #ff671f;
  font-weight: 300;
}

@media only screen and (max-width: 1199px) {
  .top__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .is-menu-open .top__nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 10px 20px 0 rgba(57, 63, 70, 0.1);
  }
  .top__nav > .ico-default {
    font-size: 1.25rem;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    color: #ff671f;
    cursor: pointer;
  }
  .top__nav .top__form .input-container {
    display: block;
    margin-right: 0;
    margin-top: 6.25rem;
    padding: 0 1.875rem;
  }
  .top__nav .top__form .input-container input {
    width: 100%;
    padding-right: 1.875rem;
  }
  .top__nav .top__form .input-container .ico {
    right: 1.875rem;
  }
}
.top__nav ul {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .top__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-top: 6.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .top__nav ul {
    padding-top: 1.875rem;
  }
}
.top__nav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.top__nav ul li:last-child a {
  border-right: 0;
}

@media only screen and (max-width: 1199px) {
  .top__nav ul li {
    width: 100%;
  }
}
.top__nav ul a {
  position: relative;
  width: 100%;
  padding: 0.625rem 1.875rem;
  background-color: #fff;
  text-align: center;
  border-right: 1px solid rgba(57, 63, 70, 0.15);
  border-top: 1px solid rgba(57, 63, 70, 0.15);
  color: #8a899a;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 400;
  height: 4rem;
}

@media only screen and (max-width: 1199px) {
  .top__nav ul a {
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .top__nav ul a:hover {
    color: #ff671f;
    background-color: #f6f6f6;
  }
}
.top__nav ul a.is-active {
  color: #ff671f;
  background-color: #f6f6f6;
}
.top__nav ul a.is-active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #ff671f;
}
.top__nav-logo {
  background-color: #ff671f !important;
  padding: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .top__nav-logo:hover {
    color: initial;
    background-color: #ff8a52;
  }
}
.top__nav-logo img {
  width: 2.5rem;
}
.top__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 185px;
  flex: 0 0 185px;
  width: 11.5625rem;
  height: 10.25rem;
  background-color: #ff671f;
}

@media only screen and (min-width: 1200px) {
  .top__logo:hover {
    background-color: #ff8a52;
  }
}

@media only screen and (max-width: 767px) {
  .top__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    width: 8.125rem;
    height: 8.125rem;
  }
}
.top__logo img {
  width: 6.25rem;
}

@media only screen and (max-width: 767px) {
  .top__logo img {
    width: 5rem;
  }
}
.top--alt {
  position: static;
  padding: 1.875rem 0;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 991px) {
  .top--alt .top__form {
    width: auto;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

@media only screen and (max-width: 767px) {
  .top--alt .top__form .input-container {
    display: none;
  }
}
.top--alt .top__logo {
  margin-right: 1.875rem;
  width: 5.9375rem;
  -ms-flex-preferred-size: 95px;
  flex-basis: 95px;
  height: auto;
  background-color: transparent;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .top--alt .top__logo a:hover img {
    opacity: 0.5;
  }
}
.top--alt .top__logo img {
  transition: all 0.3s ease-out 0s;
}
.top--with-img {
  position: relative;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.875rem 0 4.75rem;
  z-index: 1;
}
.top--with-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(6, 13, 18, 0) 0, #060d12);
  opacity: 0.4;
  z-index: 0;
}
.top__register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .top__register:hover a {
    color: #ff671f;
    transition: all 0.3s ease-out 0s;
  }
  .top__register:hover a .orange {
    opacity: 0.7;
  }
}
.top__register a {
  cursor: pointer;
  font-size: 0.9375rem;
  color: #8a899a;
}
.top__register a,
.top__register a > .orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top__register a > .orange {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #ff671f;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.625rem;
  border-radius: 25px;
  transition: all 0.3s ease-out 0s;
}
.top__register a:hover {
  color: #ff671f;
}
.top__register--white a {
  color: #fff;
}
.top__text {
  font-size: 1.625rem;
  color: #eb670c;
  font-weight: 100;
}
.top__newsletter {
  padding: 10px 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .top__newsletter {
    /*padding-right: 1.875rem*/
  }
}
.top__wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}
.top__flag {
  margin-right: 1.25rem;
  padding-bottom: 0.25rem;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .top__flag:hover {
    -webkit-filter: drop-shadow(5px 3px 5px #cfcfcf);
    filter: drop-shadow(5px 3px 5px #cfcfcf);
    transition: all 0.3s ease-out 0s;
  }
}

@media only screen and (max-width: 767px) {
  .top__flag {
    padding-bottom: 0;
  }
}
.menu-trigger {
  display: none;
  width: 52px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 25px;
  cursor: pointer;
  float: right;
  overflow: hidden;
  background: transparent;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .menu-trigger {
    right: 15px;
    top: 46px;
  }
}
.menu-trigger__inner {
  margin-top: 5px;
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
.menu-trigger__inner span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ff671f;
  opacity: 1;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-trigger__inner span:nth-child(2n) {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.menu-trigger__inner span:nth-child(odd) {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.menu-trigger__inner span:first-child,
.menu-trigger__inner span:nth-child(2) {
  top: 2px;
}
.menu-trigger__inner span:nth-child(3),
.menu-trigger__inner span:nth-child(4) {
  top: 11px;
}
.menu-trigger__inner span:nth-child(4) {
  right: auto;
  left: 50%;
}
.menu-trigger__inner span:nth-child(5),
.menu-trigger__inner span:nth-child(6) {
  top: 20px;
}
.menu-trigger--small {
  width: 40px;
  height: 40px;
}
.menu-trigger--small .menu-trigger__inner {
  margin: 10px;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.menu-trigger--small .menu-trigger__inner span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-trigger--small .menu-trigger__inner span:nth-child(2n) {
  right: 0;
  border-radius: 0 3px 3px 0;
}
.menu-trigger--small .menu-trigger__inner span:nth-child(odd) {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.menu-trigger--small .menu-trigger__inner span:first-child,
.menu-trigger--small .menu-trigger__inner span:nth-child(2) {
  top: 2px;
}
.menu-trigger--small .menu-trigger__inner span:nth-child(3),
.menu-trigger--small .menu-trigger__inner span:nth-child(4) {
  top: 9px;
}
.menu-trigger--small .menu-trigger__inner span:nth-child(4) {
  right: auto;
  left: 50%;
}
.menu-trigger--small .menu-trigger__inner span:nth-child(5),
.menu-trigger--small .menu-trigger__inner span:nth-child(6) {
  top: 16px;
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:first-child,
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(2),
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:first-child {
  left: 2px;
  top: 6px;
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(2) {
  right: 2px;
  left: auto;
  top: 6px;
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(5) {
  left: 2px;
  top: 12px;
}
.is-menu-open .menu-trigger--small .menu-trigger__inner span:nth-child(6) {
  right: 2px;
  left: auto;
  top: 12px;
}
.nav--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  transition: all 0.3s ease-out 0s;
}
.nav--fixed.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 1199px) {
  .nav--fixed {
    display: none;
  }
}
.nav--fixed ul {
  width: 100%;
  list-style: none;
}
.nav--fixed ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  list-style: none;
}
.nav--fixed ul li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.nav--fixed ul li a {
  position: relative;
  width: 100%;
  padding: 0.625rem 1.875rem;
  background-color: #fff;
  text-align: center;
  border-right: 1px solid rgba(57, 63, 70, 0.15);
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
  color: #8a899a;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 400;
  height: 5rem;
}

@media only screen and (min-width: 1200px) {
  .nav--fixed ul li a:hover {
    color: #ff671f;
    background-color: #f6f6f6;
  }
}
.nav--fixed ul li a.is-active {
  color: #ff671f;
  background-color: #f6f6f6;
}
.nav--fixed ul li a.is-active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #ff671f;
}
.nav--fixed ul .nav__logo {
  background-color: #ff671f;
  padding: 0;
  height: 5rem;
}

@media only screen and (min-width: 1200px) {
  .nav--fixed ul .nav__logo:hover {
    color: initial;
    background-color: #ff8a52;
  }
}
.nav--fixed ul .nav__logo img {
  width: 2.5rem;
}
.footer {
  background-color: #393f46;
  color: #fff;
  font-size: 0.875rem;
  padding: 5rem 0;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 5rem;
  }
}

@media only screen and (max-width: 479px) {
  .footer {
    padding: 1.25rem 0 3.125rem;
  }
}
.footer__title {
  display: block;
  margin-bottom: 1.875rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.3125rem;
}

@media only screen and (max-width: 767px) {
  .footer__title {
    margin-top: 1.875rem;
  }
}
.footer__visa {
  width: 3rem;
  margin-bottom: 0.625rem;
}
.footer__mastercard {
  width: 7.5rem;
}
.footer .ico--social {
  width: auto;
  height: auto;
  background-color: transparent !important;
  font-size: 0.9375rem;
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  .footer__list {
    margin-bottom: 1.875rem;
  }
}
.footer__list a {
  display: inline-block;
  color: #a8acb2;
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .footer__list a:hover {
    color: #ff671f;
  }
}
.footer__phone {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .footer__phone:hover .ico {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #ff7839;
  }
  .footer__phone:hover span {
    color: #ff7839;
  }
}
.footer__phone > .ico {
  display: inline-block;
  color: #ff671f;
  font-size: 1.4375rem;
  margin-right: 0.625rem;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 479px) {
  .footer__phone > .ico {
    font-size: 1.125rem;
  }
}
.footer__phone > span {
  color: #ff671f;
  font-size: 1.9375rem;
  font-weight: 300;
}

@media only screen and (max-width: 479px) {
  .footer__phone > span {
    font-size: 1.5rem;
  }
}
.footer__social {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  padding: 0.9375rem;
}
.footer__social .ico--social.ico-facebook {
  color: #fff;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .footer__social:hover {
    background-color: transparent;
    border: 1px solid #3b5998;
  }
  .footer__social:hover .ico--social.ico-facebook {
    color: #fff;
  }
}
.copyright {
  padding: 1.875rem;
}
.copyright p {
  text-align: center;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
}
.lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8a899a;
}
.main {
  position: relative;
}
.rotate-15 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.section {
  position: relative;
  padding: 1.875rem 0;
}
.section__img-bg {
  position: absolute;
  width: 62.5rem;
  right: -18%;
  bottom: -47%;
}

@media only screen and (max-width: 767px) {
  .section__img-bg {
    display: none;
  }
}
.section--border-bottom {
  border-bottom: 1px solid rgba(57, 63, 70, 0.15);
}
.section--padding-15 {
  padding-top: 0.9375rem;
}

@media only screen and (max-width: 991px) {
  .half-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.half-section__item {
  padding: 6.25rem 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .half-section__item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.half-section__item:first-child {
  padding-left: 0;
  border-right: 1px solid rgba(57, 63, 70, 0.15);
}

@media only screen and (max-width: 991px) {
  .half-section__item:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(57, 63, 70, 0.15);
    padding-right: 0;
  }
}
.half-section__item:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  .half-section__item:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.half-section__item-top {
  width: 100%;
}
.half-section__item .map {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.data__item {
  margin-bottom: 1.875rem;
  width: 100%;
}
.data__item .row {
  width: 100%;
}
.data__item-title {
  font-size: 1.125rem;
  color: #393f46;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}
.data__item ul {
  margin-bottom: 1.875rem;
}
.data__item ul li {
  color: #8a899a;
  font-size: 1.125rem;
  font-weight: 400;
}
.data__item ul li a {
  color: #ff671f;
}

@media only screen and (min-width: 1200px) {
  .data__item ul li a:hover {
    opacity: 0.7;
  }
}
.data__item ul li a[href^="tel"] {
  font-size: 1.625rem;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .data__item ul li a[href^="tel"] {
    font-size: 1.375rem;
  }
}
.data__item small {
  display: block;
  margin: 0.3125rem 0 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
  color: inherit;
  font-weight: inherit;
}
.gray-bg {
  background-color: #f6f6f6;
}
.ico--social {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0.3125rem;
  font-size: 1.125rem;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .ico--social:hover {
    opacity: 0.7;
  }
}
.ico--social.ico-facebook,
.ico--social.ico-facebook-like-1 {
  background-color: #3b5998;
  color: #fff;
}
.padding-bottom-70 {
  padding-bottom: 4.375rem;
}
.newsletter {
  margin: 0 auto;
  max-width: 600px;
}
.newsletter__inner {
  width: 100%;
}
.newsletter__title {
  display: block;
  font-size: 1.5rem;
  color: #393f46;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.8125rem;
}
.newsletter__top {
  margin-bottom: 2.1875rem;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .newsletter__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.newsletter__top input {
  margin-right: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 300;
}
.newsletter__top .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
}

@media only screen and (max-width: 479px) {
  .newsletter__top .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 0.9375rem;
  }
}
.newsletter__top label.error {
  position: absolute;
  top: 100%;
  left: 0;
}

@media only screen and (max-width: 479px) {
  .newsletter__top label.error {
    top: 2.8125rem;
  }
}
.newsletter__opinion-btn {
  width: 100%;
}
.default-heading__label {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  max-width: 570px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #8a899a;
  margin-bottom: 0.25rem;
}
.default-heading__title {
  position: relative;
  color: #393f46;
  font-size: 2.25rem;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .default-heading__title {
    font-size: 1.875rem;
  }
}
.default-heading__title--small {
  font-size: 1.625rem;
  color: #393f46;
}
.default-heading__title--with-before {
  margin-bottom: 3.75rem;
}
.default-heading__title--with-before:before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  width: 3.75rem;
  height: 0.375rem;
  background-color: #ff671f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.default-heading__desc {
  font-size: 1.125rem;
  font-weight: 400;
  color: #8a899a;
  margin-bottom: 3.125rem;
}
.default-heading--left {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.default-heading--left .default-heading__label {
  text-align: left;
}
.default-heading--left .default-heading__title--with-before:before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.numbers__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 991px) {
  .numbers__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media only screen and (max-width: 767px) {
  .numbers__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.numbers__item-number {
  text-align: center;
  color: #ff671f;
  font-size: 3.875rem;
  font-weight: 300;
  margin-bottom: 1.875rem;
  max-width: 100%;
}
.numbers__item-desc {
  text-align: center;
  padding: 0 2.8125rem;
  color: #8a899a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 100%;
}
.author {
  position: relative;
  padding: 3.125rem;
  background-color: #fff;
  border-top: 2px solid #f6f6f6;
}

@media only screen and (max-width: 767px) {
  .author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.author__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .author__img {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .author__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.author__subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 767px) {
  .author__subtitle {
    text-align: center;
  }
}
.author__title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .author__title {
    text-align: center;
  }
}
.author__desc {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #ff671f;
}

@media only screen and (max-width: 767px) {
  .author__desc {
    text-align: center;
  }
}
.doctors,
.doctors__title {
  margin-bottom: 1.875rem;
}
.doctors__title {
  display: block;
  color: #8a899a;
  font-size: 1.125rem;
  font-weight: 400;
}
.doctors__title > span {
  color: #ff671f;
}
.doctor {
  width: 100%;
  background-color: #fff;
  padding: 3.125rem;
  margin-bottom: 0.1875rem;
}

@media only screen and (max-width: 479px) {
  .doctor {
    padding: 1.875rem;
  }
}
.doctor__inner {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .doctor__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.doctor__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #e1e2e3;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 991px) {
  .doctor__img {
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.doctor__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.doctor__title {
  color: #8a899a;
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 479px) {
  .doctor__title {
    font-size: 1.25rem;
  }
}
.doctor__subtitle {
  display: block;
  color: #a8acb2;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.1875rem;
}
.doctor__desc {
  display: block;
  font-size: 1.125rem;
  color: #ff671f;
  font-weight: 400;
  margin-bottom: 0.625rem;
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .doctor__desc {
    font-size: 1rem;
  }
}
.doctor__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

@media only screen and (max-width: 991px) {
  .doctor__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 479px) {
  .doctor__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.doctor__right .doctor__subtitle {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .doctor__right .doctor__subtitle {
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .doctor__time {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1.875rem;
  }
}
.doctor__time-days {
  text-align: right;
  color: #393f46;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}

@media only screen and (max-width: 991px) {
  .doctor__time-days {
    margin-bottom: 0.375rem;
  }
}
.doctor__btn {
  margin-top: 1.875rem;
  cursor: pointer;
  padding: 0.75rem;
  padding-left: 1.125rem;
  border: 1px solid rgba(57, 63, 70, 0.15);
  border-radius: 3px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .doctor__btn:hover {
    background-color: #ff671f;
    border-color: transparent;
  }
  .doctor__btn:hover > .ico,
  .doctor__btn:hover > .ico-default,
  .doctor__btn:hover > span {
    color: #fff;
  }
}
.doctor__btn.is-active {
  background-color: #ff671f;
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.doctor__btn.is-active > .ico,
.doctor__btn.is-active > .ico-default,
.doctor__btn.is-active > span {
  color: #fff;
}
.doctor__btn.is-active > .ico-default:before,
.doctor__btn.is-active > .ico:before {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.doctor__btn > span {
  font-size: 0.9375rem;
  color: #393f46;
  transition: all 0.3s ease-out 0s;
}
.doctor__btn > .ico,
.doctor__btn > .ico-default {
  margin-left: 0.4375rem;
  font-size: 1.25rem;
  opacity: 0.5;
  transition: all 0.3s ease-out 0s;
}
.doctor__btn > .ico-default:before,
.doctor__btn > .ico:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.doctor__accordion {
  width: 100%;
}
.doctor__accordion .accordion__inner {
  border-top: 3px solid #ff671f;
  padding: 1.875rem;
  width: 100%;
  background-color: #f6f6f6;
}
.doctor__table {
  margin-top: 1.875rem;
  overflow-x: auto;
}
.doctor__table-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}
.doctor__table-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}
.doctor__table-label,
.doctor__table-time {
  text-align: center;
  width: 100%;
  font-size: 0.8125rem;
  color: #393f46;
}
.doctor__table-time {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background-color: #fff;
  padding: 0.625rem;
  min-height: 70px;
  border-right: 2px solid #f6f6f6;
  font-weight: 400;
}
.doctor__table-time.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #ff671f;
}
.doctor__table-info {
  position: relative;
  text-align: center;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 700px;
  flex: 1 0 700px;
  min-width: 700px;
  padding: 0.625rem;
  min-height: 70px;
  font-size: 0.8125rem;
  color: #393f46;
  font-weight: 400;
}
.doctor__loc > .ico {
  color: #ff671f;
  font-size: 0.9375rem;
  margin-right: 0.625rem;
}
.doctor__loc-title {
  font-size: 0.9375rem;
  color: #393f46;
  font-weight: 400;
  margin-right: 0.3125rem;
}
.doctor__loc-desc {
  font-size: 0.9375rem;
  color: #8a899a;
  font-weight: 400;
}
.packets__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #8a899a;
  margin: 3.125rem 0 0.3125rem;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ie .posts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ie .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    width: 47%;
  }
}

@media only screen and (max-width: 767px) {
  .ie .post {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.br-theme-medpolonia .br-widget {
  white-space: nowrap;
  margin: -0.1875rem;
}
.br-theme-medpolonia .br-widget a {
  width: 2.8125rem;
  height: 2.8125rem;
  border: 2px solid #ff671f;
  background-color: #fff;
  margin: 0.1875rem;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  color: #ff671f;
  font-weight: 500;
}
.br-theme-medpolonia .br-widget a.br-active,
.br-theme-medpolonia .br-widget a.br-selected {
  border: 2px solid #ff671f;
  background-color: #ff671f;
  color: #fff;
}
.br-theme-medpolonia .br-widget .br-current-rating {
  color: #ff671f;
  font-weight: 500;
  display: block;
  font-size: 1.125rem;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 479px) {
  .br-theme-medpolonia .br-widget .br-current-rating {
    display: none;
  }
}
.br-theme-medpolonia .br-readonly a {
  cursor: default;
}
.br-theme-medpolonia .br-readonly a.br-active,
.br-theme-medpolonia .br-readonly a.br-selected {
  border: 2px solid #8a899a;
  color: #8a899a;
  background-color: #fff;
}

@media print {
  .br-theme-medpolonia .br-widget a {
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
  }
  .br-theme-medpolonia .br-widget a.br-active,
  .br-theme-medpolonia .br-widget a.br-selected {
    border: 2px solid #000;
    color: #000;
  }
}

/*#hidden {
	display: none;
}*/
.przychodnie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: 0.4s;
  transform: translateX(-100%);
  transform-style: preserve-3d;
  perspective: 500px;
  opacity: 0;
}
.tiles__item:hover .przychodnie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}
.przychodnie .element {
  height: calc(100% / 3);
}
.przychodnie a.tiles__item {
  margin-bottom: 0;
  padding: 0;
  height: 100%;
}
.przychodnie a.tiles__item::before {
  background: linear-gradient(135deg, rgba(21, 23, 25, 0.9), rgba(21, 23, 25, 0.3));
}
.przychodnie .tiles__item:hover {
  -webkit-transform: none;
  transform: none;
}
.przychodnie a.tiles__item .tiles__item-title {
  font-size: 20px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  color: white !important;
}
.przychodnie a.tiles__item:hover .tiles__item-title {
  color: #ff8a52 !important;
}
.przychodnie a.tiles__item .tiles__item-title::before {
  content: none;
}
.przychodnie .tiles__item-inner {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
@media only screen and (min-width: 1200px) {
  div.tiles__item:hover {
    -webkit-transform: none;
    transform: none;
  }
}

.doctor__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  border: 1px solid #e1e2e3;
  margin-right: 1.25rem;
  margin-bottom: 20px;
}

.doctor__img img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 991px) {
  .doctor__inner {
    -ms-flex-align: center;
    align-items: center;
  }
}

.doctor__right {
  align-self: flex-end;
}

#tabela-lista .table-responsive,
#tabela-lista table,
#tabela-lista table tr,
#tabela-lista tbody {
  max-width: 100%;
  display: block;
}

#tabela-lista .table-responsive table tr {
  display: flex;
  height: auto !important;
  border: 1px solid #ff671f !important;
  margin-bottom: 20px;
  padding: 12px 16px;
  align-items: center;
  border-radius: 10px;
  flex-wrap: wrap;
}

#tabela-lista .table-responsive table figure {
  margin-bottom: 0;
}

#tabela-lista .table-responsive table figure img {
  border-radius: 100px;
  border: 1px solid #e1e2e3 !important;
  width: 90px !important;
  height: 90px !important;
  object-fit: cover;
  margin-right: 36px;
}

#tabela-lista table tr td {
  display: block;
  height: auto !important;
  width: auto !important;
  padding: 0;
  font-size: 20px;
  color: #ff671f;
}

#tabela-lista .table-responsive *,
#tabela-lista .table-responsive {
  border: none !important;
}

@media screen and (max-width: 600px) {
  #tabela-lista .table-responsive table figure img {
    width: 45px !important;
    height: 45px !important;
  }
  #tabela-lista table tr td {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #tabela-lista .table-responsive table {
    min-width: unset !important;
  }
}

#tabela-lista .table-responsive table tr td:nth-child(3) {
  color: rgb(57, 63, 70);
  font-size: 14px;
  width: 100%;
  display: block;
}

#tabela-lista .table-responsive table tr td:nth-child(3) {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s;
}

#tabela-lista .table-responsive table tr:hover {
  background-color: #ff671f1c;
  cursor: pointer;
}

#tabela-lista .table-responsive table tr.active td:nth-child(3) {
  max-height: 500px;
}

#tabela-lista .table-responsive table tr td:nth-child(3) > span {
  margin-top: 15px;
  display: inline-block;
}

.upowaznienie .true.active,
.upowaznienie .false.active {
  background: #ff671f;
  color: white;
}

.upowaznienie .true,
.upowaznienie .false {
  background: white;
  border-radius: 3px;
  padding: 8px 16px;
  margin-right: 8px;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}

.upowaznienie .upowaznienie-block {
  display: none;
  padding: 12px 0;
}
.upowaznienie .upowaznienie-block.open {
  display: block;
}

.title_file {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}

.plik_field {
  position: relative;
  background: rgba(255, 103, 31, 0.1);
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.plik_field input {
  opacity: 0;
  transition: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.plik_field .wybierz_plik {
  background: #ff671f;
  color: white;
  border-radius: 3px;
  padding: 6px 12px;
  margin-right: 8px;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}

#plik-error {
  display: none !important;
}

.btn.covid {
  padding: 4px 10px;
}
.btn.covid:hover {
  background-color: white;
}

.btn.covid:not(:hover) {
  color: white;
}

.new-promo {
  background: #ff671f;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: 0.3s;
  display: block !important;
  opacity: 0;
}

.tiles__item.tiles__item--color .new-promo {
  left: 0;
  opacity: 1;
}

.new-promo .tiles__item-title {
  font-size: 24px;
}

.top__nav ul li:first-of-type {
  display: none;
}

.new-promo a {
  display: flex;
  height: 50%;
  padding: 30px;
  align-items: center;
  color: white;
  font-size: 30px;
}

.new-promo a .ico.ico-arrow {
  position: static !important;
  transition: 0.3s;
  margin-left: 10px;
}

.new-promo a:hover .ico.ico-arrow {
  margin-left: 20px;
}

.new-promo a:first-of-type {
  border-bottom: 2px solid white;
}

.page-podopieczni-fundacji > .section--padding-15.gray-bg,
.page-testy-na-covid-19 > .section--padding-15.gray-bg {
  display: flex;
  flex-direction: column;
}

.page-podopieczni-fundacji > .section--padding-15.gray-bg > .section.section--padding-15.gray-bg,
.page-testy-na-covid-19 > .section--padding-15.gray-bg > .section.section--padding-15.gray-bg {
  order: -1;
}

.main.page-testy-na-covid-19 .default-heading.default-heading--left.special {
  display: none;
}

.main.page-testy-na-covid-19 .section.section--padding-15.gray-bg .row .col-lg-3.special {
  display: none;
}

.main.page-testy-na-covid-19
  .section.section--padding-15.gray-bg
  .row
  .col-lg-3.special
  + .col-lg-9 {
  flex-basis: 100%;
  max-width: unset;
}

.top__register .hidden-md {
  color: #ff671f;
}

.top__register.top__register--white {
  /* display: block !important; */
}

.register-link {
  background-color: #ff671f;
  color: white !important;
  padding: 20px;
  text-align: center;
  width: 400px;
  max-width: 100%;
  border-radius: 6px;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  margin-top: 30px;
}

#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #393f46;
  transition: 0.3s;
  z-index: 9999;
}

#cookies.accepted {
  transform: translateY(110%);
}

#cookies p {
  color: white;
  margin-right: auto;
  margin-bottom: 0;
}

#cookies .container {
  display: flex;
  align-items: center;
}

#cookies a.button {
  padding: 10px 20px;
  background: #ff6720;
  margin-left: 20px;
  color: white;
  cursor: pointer;
}

#cookies a.button:not(.alt) {
  color: #ff6720;
  background: white;
}

#personel {
  background: #f6f6f6;
  padding-bottom: 30px;
}

#personel form {
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: white;
}

#personel form h2 {
  width: 50%;
  font-size: 24px;
  color: #8a899a;
  margin: 0;
}

#personel form .form__group {
  margin: 0;
}

#personel form .form__group .custom-select {
  width: 250px;
}

#personel form .btn-group {
  margin: 0;
}

#personel form .btn-group button {
  margin: 0;
  margin-left: 10px;
  padding: 12px 30px;
}

#doctors_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#doctors_title p {
  margin-bottom: 0;
}

.top__newsletter a {
  margin-bottom: 5px;
}

@media (max-width: 1000px) {
  #cookies .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #cookies .container p {
    width: 100%;
    margin-bottom: 20px;
  }

  #cookies .container a.button {
    width: calc(50% - 15px);
    margin: 0;
    text-align: center;
  }

  #personel form {
    flex-wrap: wrap;
    justify-content: center;
  }

  #personel form h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media (max-width: 680px) {
  #doctors_title {
    flex-wrap: wrap;
  }

  #doctors_title p {
    width: 100%;
    margin-bottom: 15px;
  }

  #doctors_title .btn {
    width: 100%;
    display: block;
  }
}

@media (max-width: 440px) {
  #personel form .btn-group {
    width: 100%;
  }

  #personel form .btn-group button {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
  #personel form h2 {
    font-size: 18px;
  }

  #personel .form__field,
  #personel form .form__group,
  #personel form .form__group .custom-select {
    width: 100%;
  }
}

.page-93 .col-md-10.col-md-offset-1 {
  display: flex;
  flex-direction: column;
}

.page-93 .col-md-10.col-md-offset-1 header {
  order: 1;
}

.page-93 .col-md-10.col-md-offset-1 .post-container {
  order: 4;
  margin-top: 50px;
}

.page-93 .col-md-10.col-md-offset-1 .packets {
  order: 3;
}

.page-93 .col-md-10.col-md-offset-1 #clinic-form {
  order: 2;
  padding: 3.125rem;
  background-color: white;
  margin-bottom: 30px;
}

.page-93 .col-md-10.col-md-offset-1 #clinic-form .form {
  margin-bottom: 0;
}

.page-93 .col-md-10.col-md-offset-1 #clinic-form .btn-group {
  margin-bottom: 0;
}

.page-93 .col-md-10.col-md-offset-1 #clinic-form h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
/* 
.home-slider--padding .home-slider {
  height: calc(100% - 26px);
}

.home-slider--padding .owl-stage-outer {
  height: 100%;
}

.home-slider--padding .owl-stage {
  height: 100%;
}

.home-slider--padding .home-slider .owl-nav {
  top: 50%;
}

.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-prev {
  transform: translateY(-50%);
}

.home-slider__item {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .home-slider__item {
    justify-content: flex-end;
    text-align: center;
  }

  .home-slider .owl-nav .owl-next {
    right: 0;
  }

  .home-slider .owl-nav .owl-prev {
    left: 0;
  }
}

.tiles_new {
  padding: 30% 0;
} */
