@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
      overflow-x: hidden;
}
  html :where(img) {
    max-width: none;
}
body {
    padding: 0;
    margin: 0;
   font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
	font-weight: 700;
}
h2 {
    line-height: 170%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}




header {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #ffcc00 40%, #ffcc00 100%);
    position: relative;
}

.page-template-didi header {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, #3c3c3c 0%, #3c3c3c 40%, #fc9153 40%, #fc9153 100%);
    position: relative;
}
.page-template-gett header {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, #000000 0%, #000000 40%, #ffcc00 40%, #ffcc00 100%);
    position: relative;
}
.page-template-raskat header {
	
    background: rgb(255,255,255);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #ffffff 40%, #898989 100%);
    position: relative;
}
.page-template-raskat header h1 span {
    color: #949494;
}
.page-template-taxov header {
background: #ffcd01;
    background: linear-gradient(
90deg
,#4ac13b 0%,#4ac13b 40%,#fc0 40%,#fc0 100%);
    position: relative;
}
.logo {
    margin-top: 30px;
    display: block;
    background: url(../images/logo-black.svg) no-repeat;
    height: 83px;
    min-width: 100px;
}
.page-template-didi .logo {
    background: url(../images/logo-white.svg) no-repeat;
}
.page-template-didi #phone {
    color: white;
}
.phone {
    padding-top: 30px;
    color: white;
    text-align: right;
}

#phone {
    color: black;
    text-decoration: none;
    font-size: 25px;
    background: url(../images/phone.svg) no-repeat 13px -5px;
    vertical-align: top;
    padding-left: 55px;
    display: inline-block;
    border-left: 2px solid #585858;
}

.phone span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.shape-white {
    width: 1115px;
    height: 525px;
    border: 45px solid white;
    border-radius: 435px;
    position: absolute;
    top: -300px;
    left: -1px;
    z-index: 0;
	    right: 0;
}

.shape-orange {
    width: 1115px;
    height: 523px;
    border: 45px solid #ffcc00;
    border-radius: 435px;
}

#didi-orange {
	position: absolute;
    bottom: 0;
    right: 1150px;
    z-index: 0;
}

a {
    z-index: 1;
    position: relative;
    color: #004fff;
}
a:hover {
    text-decoration: none;
}
.wa img {
    width: 46px;
    height: 46px;
}

.tele img {
    width: 46px;
    height: 46px;
}
.wa {
    margin-right: 10px;
}

.tele {margin-right: 18px;}

.logo img {
    height: 83px;
}

header h1 {
    font-size: 70px;
    text-transform: uppercase;
    color: black;
    margin-top: 80px;
    margin-bottom: 0;
    z-index: 3;
    position: relative;
}
.page-template-didi header h1 {
    color: white;
}
.home header { 
background: linear-gradient(90deg, #3c3c3c 0%, #3c3c3c 40%, #ffcc00 40%, #ffcc00 100%)
}
.home .logo {
	background: url(../images/logo-white.svg) no-repeat;
}
.page-template-gett .logo {
	background: url(../images/logo-white.svg) no-repeat;
}
.page-template-gett header h1 {
	color: white;
}
.page-template-gett header h1 span {
	color: #ffcc00;
}
.page-template-taxov header h1 span {
	color: white;
}
.page-template-city .logo {
	background: url(../images/logo-white.svg) no-repeat;
}
.page-template-taxov .logo {
	background: url(../images/logo-white.svg) no-repeat;
}
.page-template-city header {
	background: linear-gradient(90deg, #7201ff 0%,  #a301eb 100%)
}
.page-template-city header h1 {
	color: white;
}
.page-template-city header h1 span{
	color: #ffcc00;
}
.home header h1 {
	color: white;
}
header h1 span {
    color: #fc9153;
}
.page-template-didi .auto {
    min-height: 306px;
   
}
.page-template-city #phone {
	color: white;
	border-left: 2px solid white;
}

.auto {
    min-height: 266px;
    position: relative;
}
.car, .car2 {
    position: relative;
}
#car {
    position: absolute;
    top: 15px;
    left: 109px;
}
#wheel {
    position: absolute;
    top: 217px;
    left: 259px; 
	transform:rotate(-28deg);
}

#wheel2 {
    position: absolute;
    top: 219px;
    left: 863px; 	transform:rotate(-10deg);
 }
 #wheel.aos-animate {
		 top: 217px;  left: 369px; transform:rotate(0deg);
}
#wheel2.aos-animate {
	top: 219px;  left: 973px; transform:rotate(18deg);
}

.bezabon {
	    border: 15px solid #ffcc00;
	    border-radius: 250px;
	    padding: 30px;
	    text-align: center;
}
.abon {
	    border: 15px solid #585858;
    border-radius: 250px;
    padding: 30px;
    text-align: center;
}
.tarif h3 {
    font-size: 25px;
    margin: 0;
    padding-bottom: 20px;
}
.tarif li {
    font-size: 20px;
}

.tarif li span {
    font-size: 16px;
    color: #585858;
    font-weight: 500;
    display: block;
}
#car.aos-animate {
  top: 15px;  left: 219px;
}

#car-2 {
    position: absolute;
    top: 19px;
    left: 219px;
}
#car-3 {
    position: absolute;
    top: -170px;
    left: 219px;
}
.home .auto {
min-height: 250px;
}
#to2.aos-animate {


		transform:rotate(-52deg);
}
#to2 {
    position: absolute;
    top: -108px;
    right: 0px;
}
#to1.aos-animate {
transform:rotate(30deg);


}
#to1 {
    position: absolute;
    top: -40px;
    right: 200px;
}
#lic.aos-animate {

       top: 0px;
		
}
#lic {
    position: absolute;
    top: -60px;
    left: 600px;
}
#psmz.aos-animate {

       top: 0px;
		
}
#psmz {
    position: absolute;
    top: 80px;
    right: 0;
}
#shadow.aos-animate {

       top: -80px;

}
#shadow {
	    position: absolute;
	    top: -40px;
	    left: 565px;
}
#wheel-2 {
    position: absolute;
top: 188px;
left: 344px;
	transform:rotate(0deg);
}
 
#wheel2-2 {
    position: absolute;
top: 190px;
    left: 905px; 	transform:rotate(10deg);
 }
 #wheel-2.aos-animate {
		top: 188px;
left: 234px;
	
	transform:rotate(-28deg);
}
#wheel2-2.aos-animate {
top: 190px; left: 795px; transform:rotate(-18deg);
}
#wheel-3 {
    position: absolute;
    top: 221px;
    left: 403px;
    transform:rotate(0deg);
}
 
#wheel3-3 {
    position: absolute;
    top: 222px;
    left: 1072px;
    transform:rotate(10deg);
 }
 #wheel-3.aos-animate {
		top: 221px;
		left: 294px;
		transform:rotate(-28deg);
}
#wheel3-3.aos-animate {top: 222px;left: 961px;transform:rotate(-18deg);}
#car-2.aos-animate {
  top: 19px;  left: 109px;
}
.page-template-taxov #car-2 {
    top: -7px;
}
.page-template-taxov #car-2.aos-animate {
  top: -7px;  left: 109px;
}
#car-3.aos-animate {
  top: -170px;
  left: 109px;
}


.topnav li {
    display: inline-block;
}

.menu ul {
    padding-left: 0;
    margin: 0;
}

.menu ul li a {
    color: white;
}

.menu ul li a:hover {
    text-decoration: none;
}

.menu {
    background: #585858;
}
.page-template-didi  .heading {
	    color: #fc9153;
}


 .heading {
    text-align: center;
    font-size: 60px;
    color: #000000;
}

.why {
   padding-top: 20px;
}
.why-item {
	    text-align: left;
	    font-size: 27px;
	    display: flex;
	    align-items: center;
	    padding-left: 51px;
}
.icon {background-repeat: no-repeat;background-position: center;min-height: 140px;background-size: contain;display: block;}
.icon:nth-of-type(1) {
	 background-image: url(../images/icon1.svg);
}
.icon:nth-of-type(3) {
	 background-image: url(../images/icon2.svg);
}
.icon:nth-of-type(5) {
	 background-image: url(../images/icon7.svg);
}
.icon:nth-of-type(7) {
	 background-image: url(../images/icon4.svg);
}
.icon:nth-of-type(9) {
	 background-image: url(../images/icon15.svg);
}
.icon:nth-of-type(11) {
	 background-image: url(../images/icon20.png);
}
.icon:nth-of-type(13) {
	 background-image: url(../images/icon23.png);
}
.icon:nth-of-type(15) {
	 background-image: url(../images/icon24.png);
}
.page-template-park .icon:nth-of-type(1) {
	 background-image: url(../images/icon5.svg);
}
.page-template-park .icon:nth-of-type(3) {
	 background-image: url(../images/icon6.svg);
}
.page-template-park .icon:nth-of-type(5) {
	 background-image: url(../images/icon7.svg);
}
.page-template-park .icon:nth-of-type(7) {
	 background-image: url(../images/icon8.svg);
}
.page-template-park .icon:nth-of-type(9) {
	 background-image: url(../images/icon9.svg);
}
.page-template-park .icon:nth-of-type(11) {
	 background-image: url(../images/icon10.svg);
}


.page-template-arenda .icon:nth-of-type(1) {
	 background-image: url(../images/icon2.svg);
}
.page-template-arenda .icon:nth-of-type(3) {
	 background-image: url(../images/icon7.svg);
}
.page-template-arenda .icon:nth-of-type(5) {
	 background-image: url(../images/icon8.svg);
}
.page-template-arenda .icon:nth-of-type(7) {
	 background-image: url(../images/icon1.svg);
}



.page-template-sotrud .icon:nth-of-type(1) {
	 background-image: url(../images/icon7.svg);
}
.page-template-sotrud .icon:nth-of-type(3) {
	 background-image: url(../images/icon1.svg);
}
.page-template-sotrud .icon:nth-of-type(5) {
	 background-image: url(../images/icon18.svg);
}
.page-template-sotrud .icon:nth-of-type(7) {
	 background-image: url(../images/icon3.svg);
}
.page-template-sotrud .icon:nth-of-type(9) {
	 background-image: url(../images/icon13.svg);
}
.page-template-sotrud .icon:nth-of-type(11) {
	 background-image: url(../images/icon5.svg);
}

.home .icon:nth-of-type(1) {
	 background-image: url(../images/icon7.svg);
}
.home .icon:nth-of-type(3) {
	 background-image: url(../images/icon5.svg);
}
.home .icon:nth-of-type(5) {
	 background-image: url(../images/icon11.svg);
}
.home .icon:nth-of-type(7) {
	 background-image: url(../images/icon12.svg);
}
.home .icon:nth-of-type(9) {
	 background-image: url(../images/icon19.png);
}
.home .icon:nth-of-type(11) {
	 background-image: url(../images/icon20.png);
}
.home .icon:nth-of-type(13) {
	 background-image: url(../images/icon21.png);
}
.home .icon:nth-of-type(15) {
	 background-image: url(../images/icon22.png);
}
.page-template-taxov .icon:nth-of-type(5) {
	 background-image: url(../images/icon4.svg);
}
.page-template-taxov .icon:nth-of-type(7) {
	 background-image: url(../images/icon13.svg);
}
.page-template-to .icon:nth-of-type(1) {
	 background-image: url(../images/icon14-2.svg);
}
.page-template-to .icon:nth-of-type(3) {
	 background-image: url(../images/icon15.svg);
}
.page-template-to .icon:nth-of-type(5) {
	 background-image: url(../images/icon16-1.svg);
}
.page-template-to .icon:nth-of-type(7) {
	 background-image: url(../images/icon17.svg);
}

.page-template-raskat .icon:nth-of-type(3) {
	 background-image: url(../images/icon25.svg);
}
.page-template-raskat .icon:nth-of-type(11) {
	 background-image: url(../images/icon14-2.svg);
}
.page-template-raskat .icon:nth-of-type(7) {
	 background-image: url(../images/icon27.svg);
}
.page-template-raskat .icon:nth-of-type(9) {
	 background-image: url(../images/icon26.svg);
}
.page-template-raskat .icon:nth-of-type(15) {
	 background-image: url(../images/icon6.svg);
}


.page-template-psmz .icon:nth-of-type(1) {
	 background-image: url(../images/icon7.svg);
}
.page-template-psmz .icon:nth-of-type(3) {
	 background-image: url(../images/icon28.svg);
}
.page-template-psmz .icon:nth-of-type(5) {
	 background-image: url(../images/icon13.svg);
}
.page-template-psmz .icon:nth-of-type(7) {
	 background-image: url(../images/icon21.png);
}
.page-template-psmz .icon:nth-of-type(9) {
	 background-image: url(../images/icon14.svg);
}
.page-template-psmz .icon:nth-of-type(11) {
	 background-image: url(../images/icon16-1.svg);
}
.shape-orange {
    position: relative;
    overflow: visible;
    z-index: 1;
}

.letter-top {
    position: absolute;
    z-index: 2;
    top: -106px;
    background:  url(../images/letter-top.png) top center no-repeat;
    width: 100%;
    min-height: 108px;
}
.letter-bottom {
	background:  url(../images/letter-bottom.png) top center no-repeat;
	width: 100%;
	min-height: 433px;
}
.form {
    padding-top: 130px;
    text-align: center;
}


.form-head {
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 96px;
}

.form-manager {font-weight: 500;font-size: 23px;padding-bottom: 40px;}

.form input[type="text"], .form input[type="tel"]  {
    border: none;
    border-radius: 10px;
    padding: 18px;
    font-size: 15px;
    font-weight: 500;
    min-width: 240px;
	font-family: 'Montserrat';
}

.form input[type="submit"] {
    min-width: 240px;
    background: #ffcc00;
    border: none;
   font-weight: 700;
    border-radius: 10px;
    padding: 15px;
    font-size: 21px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
	font-family: 'Montserrat';
}

.form-gray {font-weight: 400;padding-top: 30px;color: #9e9e9e;}

.form input[type="submit"]:hover {
    color: white;
}

.form .shape-orange {
    background: url('../images/letter-bottom.png') center no-repeat;
	    margin-left: 27px;
}
.form .shape-orange:before {content: '';background: url('../images/letter-top.png') center no-repeat;width: 100%;height: 108px;left: 0;top: -108px;position: absolute;}
.map .shape-orange {
	    border-left: 45px solid #ffcc00;
	    border-top: 45px solid #ffcc00;
	    border-bottom: 45px solid #ffcc00;
	    border-right: 45px solid #ffffff;
	    width: 1200px;
	    margin-left: -150px;
}

.page-template-didi .map .shape-orange {
	    border-left: 45px solid #fc9153;
	    border-top: 45px solid #fc9153;
	    border-bottom: 45px solid #fc9153;
}
#map {
    position: absolute;
    right: -350px;
    top: -154px;
}
.map h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contacts {
    font-weight: 500;
    padding-left: 120px;
    padding-top: 70px;
}

.address {
    font-size: 26px;
    background: url('../images/adress.png') no-repeat left;
	padding-left: 40px;
	line-height: 50px;
}
.metro {
    font-size: 26px;
    background: url('../images/metro.png') no-repeat left;
	padding-left: 40px;
line-height: 50px;
}
.worktime {
    font-size: 21px;
    background: url('../images/time.png') no-repeat left;
	padding-left: 40px;
line-height: 50px;
}
.mapphone {
    font-size: 36px;
    background: url('../images/phone.png') no-repeat left;
	padding-left: 40px;
}
.mapphone span {
    font-size: 16px;
    display: block;
}
footer {
    background: #3c3c3c;
    z-index: 3;
    position: relative;
    color: white;
    padding: 50px 0;
}
section.map {
    margin-bottom: 150px;
    z-index: 2;
}

footer ul {
    margin: 0;
    padding-left: 8px;
    columns: 3;
}

footer li {
    list-style-type: none;
}

footer li a {
    color: white;
    font-weight: 400;
    font-size: 13px;
}

fotter span {
    color: #fc9153;
}

footer .f-heading {
    color: #ffcc00;
    font-size: 18px;
}
footer li a:hover {
    text-decoration: none;
}
.copyright {
    padding-top: 20px;
    display: block;
}

.single .shape-white {
	border: 45px solid #ffcc00;
}
.single header {
	background: white;
}
.page-template-karta .shape-white {
	border: 45px solid #ffcc00;
}
.page-template-karta header {
	background: white;
}
.topnav {
  overflow: hidden;
}

.topnav a {
  display: block;
  text-align: center;
  padding: 14px 13px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.page-template-didi .topnav a:hover {
  color: #fc9153;
}

.page-template-didi .topnav .current-menu-item {
  background-color: #fc9153;
  color: white;
}

.topnav a:hover {
  color: #ffcc00;
}

.topnav .current-menu-item {
  background-color: #ffcc00;
  color: white;
}

.page-template-yandex header h1 {
    color: black;
}
.page-template-yandex header h1 span {
	color: #ffcc00;	
}
.page-template-didi  .shape-orange {
	    border: 45px solid #fc9153;
}
.page-template-didi  .form input[type="submit"] {
	
	background: #fc9153;
}

.page-template-didi .f-heading {
	color: #fc9153;
}
.topnav .current-menu-item a:hover {
  color: #585858;
}

.topnav .icon-menu {
  display: none;
  padding: 24px 30px;
}
.tags a {
    background: #f0f0f0;
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px;
    margin-right: 10px;
   font-weight: 700;
}

.tags a:hover {
    text-decoration: none;
}
.wp-block-image {
    margin: 0;
    max-width: 100%;
}
.single #phone {
    background: url(../images/phoneb.svg) no-repeat 20px -5px;
}
.page-template-karta   #phone {
    background: url(../images/phoneb.svg) no-repeat 20px -5px;
}
blockquote {margin-left: 0;border-left: 15px solid #ffcc00;padding: 15px;font-weight: bold;}

.news-post .date {
    padding: 0;
}
.blog #phone {
    background: url(../images/phoneb.svg) no-repeat 20px -5px;
}
.navigation a {
    color: black;
}

.navigation a {padding: 8px 16px;text-decoration: none;}

.page-numbers.current { 
    padding: 8px 16px;
    background: #ffcc00;
}

.navigation a:hover {
    background: #eaeaea;
}
.start-work {
	display: none;
}


	





.menu .container {
	padding: 0;
}

.line {display: block;float: left;clear: both;height: 4px;width: 40px;border-radius: 40px;background-color: #fff;position: absolute;right: 9px;top: 9px;overflow: hidden;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.line:nth-child(2) {
    top: 22px;
}
.line:nth-child(3) {
    top: 35px;
}

.responsive .line:nth-child(2) {
    display: none;
}

.responsive .line:nth-child(1) {
    transform: rotate(45deg);
    top: 21px;
}

.responsive .line:nth-child(3) {
    transform: rotate(-45deg);
    top: 21px;
}



.wpcf7 form.sent .wpcf7-response-output {border: none;}

.news h1 {
    font-size: 39px;
    z-index: 2;
    position: relative;
    width: 50%;
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 46px;
    font-weight: normal;
}

span.date {
    font-size: 14px;
    display: block;
    color: #767676;
    font-weight: 500;
    padding: 15px 0;
}

.news {
    padding: 50px 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 17px;
}
.news-wrapper {
    padding: 50px 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 17px;
}
.page-title {font-size: 39px;z-index: 2;position: relative;font-weight: 500;line-height: 46px;font-weight: normal;}
/* strong {font-weight: 500;font-weight: normal;} */

.news-title {font-size: 21px;z-index: 2;position: relative;padding: 0;margin: 0;font-weight: 500;clear: both;padding-bottom: 10px;}

.news-title a {
    color: black;
}

.news-title a:hover {
    text-decoration: none;
}
.news-more a {
    color: black;
    background: #ffcc00;
    text-transform: uppercase;
   font-weight: 700;
    padding: 3px 13px;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
}

.news-more a:hover {}

.news-post {
   margin-bottom: 20px;
}

.news-more a:hover {
    text-decoration: none;
}

.news-more {
    text-align: right;
}
.news-content {
    font-size: 15px;
    line-height: 24px;
}

.news-post img {
    width: 100%;
    max-width: 537px;
}
.blog header {
    background: white;
}

.blog .shape-white {
    border: 45px solid #ffcc00;
}
.nomer input {
    padding: 20px;
    font-size: 18px;
    border: navajowhite;
    background: #eeeeee;
}

.nomer {
    width: 100%;
    text-align: center;
}
.nomer input[type="submit"] {
    background: #ffcc00;
    border: 0;
    margin-left: 10px;
}

.spisok-lic td {
    padding: 7px;
}

.spisok-lic {
    width: 100%;
    margin-top: 20px;
}

.spisok-lic thead {
    background: #ffcc00;
    font-weight: 700;
}

.spisok-lic tbody {
    background: #eeeeee;
}
.dopinfo {border-bottom: 1px dotted #ccc;padding: 10px;}

.error-lic {
    border: 1px dotted #f00;
    padding: 10px;
}
.postid-132 h3 {
    background: #ffcc00;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    margin: 5px 0;
}

.postid-132 h3 span {
    display: inline-block;
    width: 100%;
}


.postid-132 h3 span:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 9px;
}
.postid-132 h3 span.open:after {
    content: '_';
    position: absolute;
    right: 23px;
    top: 0px;
}
.postid-132  table {
    width: 100%;
}

.postid-132 table td {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}
.postid-190 table td {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

.postid-190 table {
    width: 100%;
    text-align: center;
}
.postid-833 table td {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

.postid-833 table {
    width: 100%;
    text-align: center;
}
.calc {
    padding: 15px;
}
footer .logo {
    margin: 0;
	    background: url(../images/logo-white.svg) no-repeat;
}
.footer-menu ul:nth-child(2n-1) li {
    display: inline-block;
}

footer li a {
    font-size: 15px;
}
.fbutton {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 999;
    background: #ffcc00;
    border-radius: 10px;
    padding: 10px 30px;
    color: black;
    font-weight: 700;
}

.fbutton:hover {
    color: white;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
 
}
.popup .close {
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    background: #ffcc00;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    text-align: center;
}
.popup h3 {
    text-align: center;
    margin: 0;
    font-size: 25px;
}
.popup .close:hover {
  color: #ffcc00;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.error404 .shape-white {
    border: 45px solid #ffcc00;
}
.error404 header {
    background: white;
}
.error404 .page-title {
    padding-bottom: 30px;
}
.social {
    position: absolute;
    right: 30px;
    top: 13px;
    line-height: 20px;
    color: #a2a2a2;
    font-weight: 400;
	display: flex;
}
.social a {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: contain!important;
    margin-left: 5px;
	filter: invert(75%) sepia(3%) saturate(10%) hue-rotate(349deg) brightness(88%) contrast(82%);
}
.social a:hover {
filter: invert(73%) sepia(71%) saturate(593%) hue-rotate(357deg) brightness(99%) contrast(107%);
}

.social .vk {
    background: url(../images/vk.svg) no-repeat center;
}
.social .ig {
    background: url(../images/ig.svg) no-repeat center;
}
.social .tg {
    background: url(../images/tg.svg) no-repeat center;
}
.social .wa {
    background: url(../images/wa.svg) no-repeat center;
    margin-left: 8px;
}


.postid-164 td {
    padding: 5px;
}


.postid-164 table {
    width: 100%;
}

.postid-164 tr:nth-child(2n-1) {
    background: #e5e5e5;
}

.postid-164 tr:nth-child(1) {
    background: #ffcc00;
    font-weight: bold;
}
.page-template-city .icon:nth-of-type(5) {
    background-image: url(../images/icon13.svg);
}
.list-auto img {
    height: 40px;
}

.list-auto {
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
}
figure {
    margin: 0;
}
.p1 {
    font-size: 150px;
    color: #5daf14;
    line-height: 130px;
}

.p2 {
    font-size: 70px;
    text-transform: uppercase;
}

.p3 {
    font-size: 81px;
    color: #929292;
    display: inline-block;
}

.p4 {
    font-size: 45px;
    color: #929292;
    display: inline-block;
    text-transform: uppercase;
}
.park {
    margin: 200px 0 100px;
}
#park-orange {
    position: absolute;
    z-index: -1;
    top: -100px;
    left: -400px;
}
#sotrud-orange {
    position: absolute;
    z-index: -1;
    top: -120px;
    left: 50%;
    margin-left: -557px;
}
.sotrud {
    position: relative;
	    margin: 70px 0 100px;
}
.biznes {
    padding-bottom: 150px;
    font-weight: 400;
    line-height: 30px;
	
}
.sotrud-text {
    font-weight: 400;
    font-size: 29px;
    line-height: 35px;
    padding: 0 200px;
    text-align: center;
}
.park-text {
    font-weight: 400;
    font-size: 29px;
    line-height: 35px;
    padding-right: 60px;
}
.news-post > a {
    display: block;
    max-height: 205px;
    overflow: hidden;
}
.page-template-to header h1 {
    color: white;
}

.page-template-to header {
       background: linear-gradient(90deg,#2d3032 0%,#2d3032 40%,#1d2327 40%,#1d2327 100%);
}
.page-template-to .logo {
    background: url(../images/logo-white.svg) no-repeat;
}
.page-template-to #phone {
    color: #fff;
}

.red-dot {
	    background-image: url(data:image/png;base64,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);
    background-size: 34px 41px;
    display: inline-block;
    width: 34px;
    height: 41px;
    vertical-align: bottom;
}

.green-dot {
	background-image: url(data:image/png;base64,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);
   background-size: 34px 41px;
    display: inline-block;
    width: 34px;
    height: 41px;
    vertical-align: bottom;
	
}
.blue-dot {
	background-image:url(data:image/png;base64,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);
	  background-size: 34px 41px;
    display: inline-block;
    width: 34px;
    height: 41px;
    vertical-align: bottom;
}
.gray-dot {
	background-image: url(data:image/png;base64,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);
	  background-size: 34px 41px;
    display: inline-block;
    width: 34px;
    height: 41px;
    vertical-align: bottom;
}
	
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
 position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
pointer-events: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-body {
  position: relative;
  padding: 30px;
}
.modal-lic-head {
    font-size: 26px;
    font-weight: 500;
    max-width: 570px;
    display: block;
}
.modal-lic {
    background: url(../images/modal-lic.png) #ffcc00 no-repeat right;
}
.modal-podkl {
    background: url(../images/modal-podkl.png) #ffcc00 no-repeat right;
}
.modal-lic-bottom {
    font-size: 16px;
    font-weight: 400;
    max-width: 330px;
    display: block;
}
.modal-lic input {
    border: navajowhite;
    padding: 12px 15px;
    display: block;
    border-radius: 10px;
    margin-bottom: 7px;
    width: 100%;
    max-width: 300px;
    font-weight: 400;
    font-size: 17px;
}

.modal-lic p {
    margin: 0;
}
.modal-lic form {
    padding-top: 25px;
}
.modal-lic .wpcf7-submit {
    background: #424242;
    color: #ffcd00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
}
.modal-lic .wpcf7-submit:hover {
    color: white;
}
.modal-lic .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 4px 0;
    max-width: 381px;
}

.modal-lic .ajax-loader {
    display: none;
}
.close {
	cursor: pointer;
    background: none;
    border: 0;
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 730px;
    margin: 100px auto 0;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.wpc-filters-section {
    display: inline-block;
    margin: 0;
    vertical-align: top;
 
}
.wpc-filter-content {
    border: 1px solid #ffcc00;
    border-radius: 5px;
    margin-right: 5px;
}
.wpc-filter-title {
    margin-bottom: 0!important;
    font-size: 13px;
    color: gray;
    padding-left: 10px;
}

.wpc-filters-section a {
    color: black;
}

.widget-area ul.wpc-filters-ul-list, .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
    padding: 0!important;
    margin: 0!important;
}

.widget-area .wpc-filters-labels li.wpc-term-item, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item {
    padding: 0!important;
    margin: 0!important;
}

.widget-area .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    border: none!important;
    border-radius: 0!important;
}

.widget-area .wpc-filters-labels li.wpc-term-item label, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label {
    border: none!important;
    margin: 0!important;
}

.theme-twentyfourteen .widget-area input.wpc-label-input:checked+label span.wpc-filter-label-wrapper, .widget-area input.wpc-label-input:checked+label span.wpc-filter-label-wrapper, .wpc-filters-widget-main-wrapper input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
	background-color: #fc0!important;
}
 .widget-area .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    padding: 2px 9px!important;
}
.car-item {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 15px;
    display: flex;
	margin-bottom: 15px;
}
.car-image {
    width: 30%;
    display: inline-block;
    position: relative;
}

.car-name {
    font-size: 30px;
	padding-bottom: 5px;
}

.car-image img {
    width: 100%;
}
.car-desc {

	margin-right: auto;
	margin-left: 30px;
}
.car-arenda {
    flex-wrap: nowrap;
}

.car-price {
    font-size: 30px;
}

.car-price span {
    font-size: 17px;
}

.car-zalog {
    font-size: 15px;
}

.car-free {
    font-size: 15px;
}

.car-gaz {
   display: inline-flex;
    font-size: 15px;
}

.car-trans {
	display: inline-flex;
    font-size: 15px;
    margin-right: 10px;
}

.car-desc img {
    margin-right: 5px;
	width: auto!important;
}
.aviable {
    max-width: 100px!important;
    position: absolute;
    right: 0;
    bottom: 0;
}
.dopuslugi a {
    background-color: #ffcc00;
    border: 10px solid white;
    border-radius: 20px;
    color: black;
    font-weight: 700;
    padding: 15px 15px 15px 90px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 20px;
	flex-wrap: wrap;
    align-content: center;
    display: flex;
}
.lic-icon {
	 background: url(../images/lic.svg) no-repeat;
} 
.sotrud-icon {
	 background: url(../images/sotrud.svg) no-repeat;
} 
.arenda-icon {
	 background: url(../images/arenda.svg) no-repeat;
} 
.postid-479 .wa, .postid-479 .tele, .postid-479 #phone, .postid-479 .form, .postid-479 .map, .postid-479 .globalClass_ec17, .postid-479 .social, .postid-479 .modal, .postid-479 .modal-backdrop {
    display: none!important; 
}
.postid-479 blockquote {
    background: #ffda2a;
}
.metan tr:nth-child(2n-1) {background: #ffcc00;}

.metan tr:first-child {font-weight: bold;background: #cecece;}
figcaption {
    font-size: 12px;
}
.metan td {padding: 0px 9px; font-size: 13px;}
.metan {margin-bottom: 30px; width: 100%;}
.drivee {
    font-size: 15px;
    margin-top: -10px;
}