/* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)*/
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  min-width:300px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.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: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  /*border: 1px solid bisque;*/
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.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;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
  }
}
/**/

/*общие*/
body{font-family: PTRootUIRegular;color:#212529;font-size: 1.06em;}
html, body {padding:0; margin:0;}
ul.hr {margin: 0;padding: 4px;}
ul.hr li {display:inline;margin-right:5px;padding:3px;}
ul.hr li a, .dig a{color:#212529;}
.pt10{padding-top: 10px;}
.pr0{padding-right: 0;}
.pl0{padding-left:0;}
.pl6{padding-left:6px;}
.di{display: -webkit-inline-box;}
a {color: #212529;text-decoration: none;}
a:hover, .countvar2:hover {color: #ec0000;text-decoration: none;}
.dig{display: inline-grid !important;}
.fs13{font-size:13px;}
.mt-37{margin-top:-37px;position: relative;box-shadow: 0 2px 3px 0 rgb(0 0 0 / 6%);}
.fs21{font-size:21px;}
.rght10p{right:10%;}
.scroll-table {overflow-x: auto;}
.table {width: 100%;max-width: 100%;margin-bottom: 1rem;background-color: transparent;border-collapse: collapse;}
.table-active {background-color: rgba(0,0,0,.075);}
.table-bordered td {border: 1px solid #dee2e6;vertical-align: middle;}
table {border-spacing: 0px;}
.fs12{font-size:12px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pb15{padding-bottom:15px;}
.mb15{margin-bottom:15px;}
.mb27{margin-bottom:27px;}
.tj{text-align:justify;}
.bgr_E5E5E5{background:#E5E5E5;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.t2{position: relative;top: 2px;padding: 0 5px 0 5px;}
.em1-5{font-size:1.5em !important;}
.bt1{border-top: 1px solid lightgray;}
ul.uins {list-style: none;line-height: 1.5;margin: 0;}
ul.uins li{left: -40px;position: relative;}
.bgrF5F5F5 {background: #F5F5F5;}
.lsn{list-style: none;}
.lsn li{position: relative;line-height: 1.5;}
a.inf{color: #212529;text-decoration:underline;}
a.inf:hover{color: #212529;text-decoration:underline;}
ul.lsn{padding:0;margin-top: 0;}
.pb20{padding-bottom:20px;}
.pt5{padding-top:5px;}
.circle {
    background: #0E6D6D;
    border:1px solid #0E6D6D;
    border-radius: 50%;
    box-shadow: 0.375em 0.375em 0 0 rgb(15 28 63 / 13%);
    height: 1em;
    width: 1em;
	float: left;
    margin-right: 10px;
	top: 19px;
    position: relative;
}
.tag {
	align-items: center;
    background-color: #f2f2f2;
    padding: 9px 35px;
    border-radius: 100px 100px 100px 100px;
    color: #414141;
    font-size: 0.800em;
    margin: 2px 13px 21px;
    line-height: 15px;
    display: inline-block;
}
.my_h3{font-size:17px;float: left;}
.logo-img{position: relative;top: 18px;}
.line{-webkit-box-shadow: 2px 0 12px 0 rgb(0 0 0 / 15%);}
.line1{border-bottom: 1px solid #0a126c14;}
.h65, .h65_ {height:65px;}
/*.spos{margin-left: 18px;margin-right: -18px;}*/
.city2{display:none;}
@media (max-width: 767px) {
  .h65_ {display:none;}
   a.city_name{top: -16px !important;}
  /*.spos{display:none;}*/
  .city2{display:block; position: relative;/*top: -48px;*/text-align: right;}
  .img_sity_name {top: -12px !important;}
}


.top_search, .top_search_ {
    transition: border-color .0s ease-in-out,box-shadow .0s ease-in-out;
    border: 1px solid #B2B2B2;
    padding: 0.392rem 0.75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.81;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 25px;
}
.top_search:focus, .top_search_:focus {
    background-color: #fff;
    border: 1px solid #FFCC00;
    outline: 0;
}
.spos{position: relative;top: 9px;}
.d_none {display: none;}
.d_block{display:block !important;}
#search_result {
    position: absolute;
    z-index: 99;
    background: white;
}
.tooltip.open {
    opacity: 1;
    display: block;
    width: 242px;
}
.tooltip {
    background: #ffed81;
    padding: 3px 0 3px 6px;
    position: absolute;
    border-radius: 5px;
    font-size: 0.8em;
    opacity: 0;
    transition: 0.2s;
    z-index: 10;
    display: none;
    left: 16px;
    top: 47px;
}
.search-btn {
	background-color: #fff;
    opacity: 1;
    border-radius: 23px;
    cursor: pointer;
    padding: 9px 27px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    outline: none;
    border: 1px;
    float: right;
    white-space: nowrap;
    top: -44px;
    height: 44px;
    letter-spacing: 0.7px;
    border: 1px solid #B2B2B2;
}
.search-text {
	font-size: 16px;
}
ul.hr {
    margin: 0;
    padding: 4px;
}
ul.hr li {
    display: inline;
    margin-right: 5px;
    padding: 3px;
}
ul.hr li a, .dig a {
    color: #212529;
}
a.city_name {
	border-bottom: 1px dotted;
    text-decoration: none;
    display: inline-block;
    height: 1.01em;
    line-height: 0.85em;
    position: relative;
    top: 21px;
}
.img_sity_name{
	position: relative;
    top: 25px;
	padding-left:7px;
}
.bl_1{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ebeced;
    margin-bottom: 25px;
    padding: 10px 20px;
	min-height: 251px;
	border-radius: 8px;
	background-color: #fff;
}
.bl_2{
	background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}
.block {
    background: #fff;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    border: solid 1px transparent;
}
.w100{width:100%;}
.mw500{max-width: 500px;}
.sugg_img {
  position: absolute;
  top: 19px;
  right: 8px;
}
.tag3 {
    background: #fff;
    padding: 7px;
    margin: 0px 10px 10px 0;
    border: 1px solid #aaa;
    border-radius: 11px;
    display: inline-block;
    color: #212529;
}
.tag_reg {
    border-bottom: 1px dashed gray;
    color: gray;
    margin: 0 19px 5px 0;
    display: inline-block;
}
.tag4 {
    padding: 3px;
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #212529;
}
.close_popup{position: relative;top: 8px;}
.form_popup{max-width:800px;margin:0 auto;position: relative;}
.form_popup .top_search{border: 2px solid #207bff;border-radius: 14px;}
.search_del{position: absolute;top:15px;margin: 0;right: 11px;display: none;}

.input-tooltip4 {
	background: #fefd8c;
	opacity: 0;
    transition: 0.2s;
    display: none;
	max-width: 777px;
    margin: 0 auto;
    position: relative;
	line-height: 25px;
	padding: 3px 0 6px 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.input-tooltip4.open {
    opacity: 1;
    display: block;
}
.dbl{display:block;}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #D3D3D3;background:#D3D3D3;color:#212529;}

.bl0{padding: 17px 0;}
.bl0 {border-bottom: 1px solid lightgray;}

.bl0_ .bl0 {border-bottom: 0px;}

.border_none {border:none;}
.bl0 h2{font-size: 1.3em; margin-top: 6px;}
.subcat{font-size: 0.75em; color: gray;margin: -10px -5px 4px 0;}
.bl0_logo {height: auto;width: 100%;max-width: 210px;margin-bottom: 13px;border-radius: 6px;}
.main .bl0_logo {
	height: auto;
width: 100%;
max-width: 156px;
margin: 0 5px 0 14px;
border-radius: 6px;
}
@media (max-width: 1334px) {
	.main .bl0_logo {margin: 0 0 0 5px;}
}
.main .bl0 h2 { margin-top: -6px;}
.p0{padding:0;}
.bl0_h2{padding: 0 0 12px 0; margin: 0;}
.rating-mini {
	display: inline-block;
	font-size: 0;
}
.rating-mini span {
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: #E5E5E5;
}
.rating-mini > span:before {
	content: '\2605';
}
.rating-mini > span.active {
	color: gold;
}

span.half_10{ background: linear-gradient(to right, gold 10%, #E5E5E5 90%);}
span.half_20{ background: linear-gradient(to right, gold 20%, #E5E5E5 80%);}
span.half_30{ background: linear-gradient(to right, gold 30%, #E5E5E5 90%);}
span.half_40{ background: linear-gradient(to right, gold 40%, #E5E5E5 60%);}
span.half_50{ background: linear-gradient(to right, gold 50%, #E5E5E5 50%);}
span.half_60{ background: linear-gradient(to right, gold 60%, #E5E5E5 40%);}
span.half_70{ background: linear-gradient(to right, gold 70%, #E5E5E5 30%);}
span.half_80{ background: linear-gradient(to right, gold 80%, #E5E5E5 20%);}
span.half_90{ background: linear-gradient(to right, gold 90%, #E5E5E5 10%);}
span.half_10, span.half_20, span.half_30, span.half_40, span.half_50, span.half_60, span.half_70, span.half_80, span.half_90 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bl0_adr{font-size: 0.9em;margin: 2px 0 2px 0;}
.bl0_descr{font-size: 0.9em;margin: 2px 0 2px 0;color:gray;max-height: 95px;overflow: hidden;}
.tel_hide{display:none;position: relative;background: #fff;padding: 3px 0px 2px 5px;margin-bottom: -17px;}
.tel_hide2{position: relative;background: #fff;padding: 5px 0px 2px 0;margin-bottom: -17px;}
.tel_show{background-color: grey;border-radius: 3px;color: #fff;padding: 0px 8px 2px 8px;cursor:pointer;}
.button_phone{margin-top: 5px;min-height: 22px;}
a.a_tel{
	border-bottom: 1px dotted;
    text-decoration: none;
    display: inline-block;
    height: 1.01em;
    line-height: 0.85em;
	margin: 0 23px 16px 0;
}
.bl_list{
	min-height:1000px;
}
.bl_map{
	padding: 0;
	margin-left: -1px;
}
#map {
	height: 100vh;
    position: sticky;
    top: 83px;
    width: 100%;
	border: 1px solid #E5E5E5;
    border-radius: 3px;
}
#map1 {
	width:100%;
	height:100%;
}
.map_input{
	height: 86px;
    position: sticky;
    top: 0;	
}
@media (max-width: 1176px) {
	.map_input {
	  height: 104px;
	}
}


.form_adr {
    width: 100%;
    transition: border-color .0s ease-in-out,box-shadow .0s ease-in-out;
    border: 2px solid #B2B2B2;
    padding: 0.392rem 0.75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
	margin-bottom: 6px;
}
.form_adr:focus {
    background-color: #fff;
    border: 2px solid #FFCC00;
    outline: 0;
}
.c_or{color: orange;}
.drg{color:gold;}
/*
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}*/
.map_input{padding: 10px 0; font-weight: 500;}
.mr7{margin-right: 7px;position: relative;top: 1px;}
.otz{padding-left: 10px;font-size: 0.75em; color: gray;top: -2px;position: relative;}
.tagnav{
align-items: center;
    background-color: #f2f2f2;
    padding: 17px 8px;
    border-radius: 10px;
    font-size: 1.5em;
    margin: 2px 12px 8px 4px;
    line-height: 8px;
    display: inline-block;
    text-decoration: underline;
    color: #207bff;
}
.zagl{
    font-size: 2.5em;
    color: #207bff;
	margin: 0;
}
.list_city{
	background-color: #f2f2f2;
    padding: 6px 9px 8px 10px;
    border-radius: 12px;
    font-size: 1.06em;
    margin: 2px 10px 9px 4px;
    /*line-height: 5px;*/
    display: inline-block;
}
.zaglf{
    background: #F2F2F2;
    border-radius: 10px;
    margin-bottom: 9px;
}
.pb11{padding-bottom:11px;}

/**/
.filter a, .filter2 a{
	border-bottom: 1px dotted;
    text-decoration: none;
    display: inline-block;
    height: 1.01em;
    line-height: 0.85em;
	cursor:pointer;
}
.modal {
    position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); 
    z-index: 1050;
    opacity: 0; 
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; 
    pointer-events: none; 
    margin: 0;
    padding: 0;
	opacity: 0;
}

.open_modal {
    opacity: 1; 
	pointer-events: auto; 
    overflow-y: hidden; 
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
	  width: calc(100% - 20px);
      max-width: 1024px;
      margin: 20px auto; 
  }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}


.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 15px 5px 15px;
    overflow: hidden;
}
/**/



/*табы*/
.tabs {
  max-width: 100%;
  margin: 0 0 5px;
}
.tabs__caption {
	left: -41px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
}
.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.tabs__caption li {
    line-height: .6;
    padding: 0px 15px 0px 15px;
    margin: 1px 0 0 1px;
    background: lightgray;
    color: #212529;
    border: solid lightgray;
    border-width: 2px;
    border-radius: 5px;
    text-align: center;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
  background: #BCBCBC;
  border-color: #BCBCBC;
}
.tabs__caption .active {
  background: #FFF;
  color: #000;
  border-color: lightgray;
  font-weight: 500;
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  background: #FFF;
  border-radius: 0 5px 5px 5px;
  padding: 25px 10px;
  height:100%;
  max-height: calc(100vh - 116px);
}
.tabs_in{max-height:  calc(100vh - 190px);overflow-y: scroll;overflow-x: hidden;width: 100%;}
.tabs__content.active {display: block;}
.filials .tabs__content.active {display: flex;}

@media (min-width: 576px){
	.container.mob_v {max-width: 100%;}
}
.vertical .tabs__caption {
  float: left;
  display: block;
}
.vertical .tabs__caption li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
  display: none;
}
.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}
.vertical .tabs__content {
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  .tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .vertical .tabs__caption {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .vertical .tabs__caption li {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }
  .vertical .tabs__caption li:last-child:before {
    display: block;
  }
  .vertical .tabs__caption .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }
}
/*табы*/
.p_check{margin: 7px;}
.label_check {padding-left: 2px;}
.btn, .del_check, .del_check2{
	width: 100px;
    padding: 3px 6px;
    font-size: 1.06em;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #0E6D6D;
    letter-spacing: 0.05em;
	cursor:pointer;
}
.del_check, .del_check2{
	background: #F0F0F0;
	padding: 2px 11px;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
	color: #4a4a4a;
	display: none;
	font-size: 1.03em;
}
.cbtn {padding:10px 0 0 0;}
.pl20{padding-left:20px;}
.i_f{position: relative;top: 3px;padding-right: 5px;}
.bl_map{z-index:1;}
.map_input{z-index:1;background-color: #fff;}
.suggestions-suggestions{z-index:99;}
.star {
    height: 13px;
    position: relative;
    top: 1px;
    padding-right: 3px;
}
.ymaps-2-1-79-balloon__content{padding: 0 10px 0 0 !important;}
.mb5{margin-bottom:5px;}
.pw{margin:-7px 0 0 1px;padding:10px 0 0 14px;color:gray;}
.pc{margin:-7px 0 0 1px;padding:0 0 0 14px;}
.btn2, .btn2:hover{	
align-items: center;
padding: 7px 15px;
border-radius: 15px;
font-size: 1.08em;
margin: 10px 5px 15px 13px;
line-height: 16px;
display: inline-block;
border: 1px solid #0E6D6D;}
.scroll-table {overflow-x: auto;}
.fw700{font-weight:700;}
.ismm{opacity:0.5; padding-right:7px;}
.ismm:hover{opacity:1;}
.iy{position:relative;top:3px;}
.h3_org{margin: 0 0 10px 0;font-size: 1.1em;}
.h4_org{margin: 0 0 10px 0;}
.dibl {display: inline-block; padding: 0 5px 0 0;}
.d1 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 3px 0 4px;
}
.p_m{margin: 8px 0 0 -4px;display: inline-block;}
p.p_m .dibl{font-size: 0.8em;color: #736e6e;}
.p2{position: relative;top: 7px;}
.pb13{padding-bottom:13px;}
.p_w{margin: 0 0 13px 0;color: #736e6e;font-size: 0.8em;}
.t_m{padding: 10px 5px 10px 13px;}
.tabs__content.var2{height: auto;max-height: 100%;}
li.tab_2{
/*	
height: 45px;
line-height: 2.5em;
font-weight: 500;
margin-right: 5px;*/
	height: 29px;
    line-height: 1.5em;
    margin: 5px;
}
.tags{position: relative;padding: 0 0 12px 0;margin: 0;top: 15px;left: -6px;}
.mt-8{margin-top: -8px;}
a.a_redir{color:#0000ee;}
a.a_redir:visited {color:#551a8b}
.oxh{overflow-x: hidden;}

a.a_redir_btn{
background-color: #fff;
border-radius: 23px;
cursor: pointer;
padding: 9px 27px;
text-align: center;
vertical-align: middle;
letter-spacing: 0.7px;
border: 1px solid #B2B2B2;}
a.nav{
    border-bottom: 1px dashed #6b6b6b;
	color: #6b6b6b;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.dop{color: #418e19;}


.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}
.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
.smm_map{margin: 9px 13px 6px 15px;}
ymaps .button_phone{margin: 8px 13px -12px 16px;font-size: 1.16em;}


/*карусель*/
.horizontal-slidermix {
	position: relative;
	height: 317px;
	overflow: hidden;
	padding-top: 20px;
}
.slider-prevmix,
.slider-nextmix {
	position: absolute;
	top: 50%;
	margin: -29px 2px 0 0;
	width: 47px;
	height: 46px;
}
.slider-prevmix {
	left: 0;
}
.slider-nextmix {
	right: 1px;
}
ul.no-mark {
	margin: 0;
	text-align: center;
	padding: 0;
	
}
ul.sm-slider li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	width: 231px;
	margin: 0 17px 5px 5px;
	text-align: center;
	height: 293px;
	padding: 15px 0;
	border-radius: 16px;
	border: 1px solid #eaebf2;
	border-radius: 6px;
	box-shadow: 0 2px 15px #3d3f550d;
}
ul.sm-slider .slide-cont {
	display: block;
	margin: 0 15px;
	text-decoration: none;
}
.img-over_x95 {
	display: block;
	margin: 0 auto 14px auto;
	height: 95px;
}
.link-namemix {
	display: block;
	font-weight: 700;
	line-height: 24px;
	font-size: 18px;
	color: #3399cc;
	text-decoration: none;
}
.img-over_x95 img {
	max-height: 95px;
}
.horizontal-slidermix0 {
	position: relative;
	z-index: 15;
}
.horizontal-slidermix1 {
	font-size: 36px;
	font-weight: 500 !important;
	line-height: 1.2em;
	color: #2E70BF;
	margin: 56px 0 34px 0;
	text-align: center;
}
/*карусель*/

.podl{background:#fff;padding-bottom: 10px;}
.notp{white-space: nowrap;}
.sl{margin: 0;height: 22px;overflow: hidden;}
.sl img{max-height: 138px;width: auto;max-width: 100%;}
 .mt20{margin-top:20px;}
 .h145{height:145px;}
 .maxsl{max-height: 30px;overflow: hidden;}
 .slide-itemmix .bl0_logo{
	max-height: 145px;
	height: auto;
	width: auto;
	max-width: 230px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -1px;
}
/*.max_h{height: 145px;}
.max_h img.bl0_logo{top: 50%;transform: translateY(-50%);}*/

.adbtn{display:none;} 
.btn_{margin: 0 7px 0 7px;cursor:pointer;}
.twobtn{
	background: #f2efef;
	margin: 0 auto;
	height: 45px;
	padding: 11px 2px 0 0;
	margin: 15px 0;
}
.on_, .off_{
	background: lightgray;
	padding: 3px 10px;
	border-radius: 5px;
}
.off_{
	background: #fff;
}
@media (max-width: 767px) {
	.bl_map{display:none;}
	.adbtn{display:block;}
}

.taj{text-align:justify;margin: 5px 0;}

.img_vk{
    height: auto;
    width: 100%;
    max-width: 836px;
	border-radius:5px;
	max-height: 300px;
}


@media (max-width: 767px) {
	.c_vk {max-width: 100%;}
	.preimg{
		height:100%;
		max-height:350px;
		overflow: hidden;
	}
	.img_vk{
    height: auto;
	border-radius: 5px;
	}
}

.logo_vk{float: left;
max-width: 43px;
margin: 0 10px 0 0;
border-radius: 25px;
border: 1.1px solid gray;
padding: 2px;}


.bl_vk{
	border: 1px solid #ececec;
	border-radius: 6px;
	box-shadow: 0 2px 15px #dfdfdf;
	padding: 10px;
	font-size: 0.93em;
}

p.dpv{
margin: 0;
font-size: 0.75em;
color: #959595;
}

.vk_btn{
background: #f2efef;
/*height: 35px;*/
padding: 4px 2px 0 0;
margin-bottom: 15px;
position: relative;
/*top: -18px;*/
text-align: center;
/*margin: -34px 14px 0 14px;*/
border-radius: 7px;
}

.vk_btn:hover{background:#d9d9d9;}
.h4_vk{position: relative;top: 3px;margin: 0 0 5px 0;}
span#more_vk{
	text-align:center;
	background: lightgray;
	padding: 3px 10px;
	border-radius: 5px;
	cursor:pointer;
}
.p0_15{padding:0 0 15px 0;}
li.slide-itemmix:hover{border: 1px solid #c0c4df;background: #efffef;}
li.slide-itemmix a:hover{color: #212529;}
.h4_sl{margin: 0;padding: 30px 0 10px 0;font-size: 1.1em;}
.h4_sl2{margin: 0;padding: 20px 0 10px 0;font-size: 1.1em;}
a.a_rt{color: #6a6a6a;}
a.a_rt:hover{color: #ec0000;}
.c6a{color: #6a6a6a;}
.ul2{padding-top: 0;margin-top: 0;line-height: 1.8;}
.ul2 li::marker, .ul3 li::marker {color: #d5d5d5;font-size: 18px;}
.ul3{left: -27px;position: relative;top: -13px;margin-bottom: -12px;}
.b0b{color:#b0b0b0;}
p.c_f{
	font-size: 0.9em;
	margin: 6px 0 9px 4px;
	}
.c_f a {
	border-bottom: 1px dotted;
	text-decoration: none;
	display: inline-block;
	height: 1.01em;
	line-height: 0.85em;
}
.m_l{position: relative;top: 3px;}
.show_rbr{padding:0 10px;margin-top: 5px;}
.fw500{font-weight:500;}
.pb5{padding-bottom:5px;}
.mh47{min-height: 47px;}
.body-b {padding: 20px 0 4px 13px;}
.pagenav{
	align-items: center;
	background-color: #f2f2f2;
	padding: 12px 13px;
	border-radius: 39px;
	font-size: 1em;
	margin: 30px 12px 8px 4px;
	line-height: 8px;
	display: inline-block;
	color: #212529;
}
.pagenav.act{
	background-color: #0E6D6D;
	color: #fff;
}
.scroll-table {overflow-x: auto;}	
.bgr {background: #F0F2F3;line-height: 3;}
.table-bordered td {border: 1px solid #dee2e6;vertical-align: middle;}
.fw700 {font-weight: 700;}
.p10{padding: 10px;}
.cr{color:red;}
.comm{
	font-style: italic;font-size: 0.95em;color: #797979;}
.ttp{
	position: absolute;
	background-color: #f2f2f2;
	z-index: 10;
	top: 53px;
	border-bottom:10px solid #fff;
	display:none;
}
@media (max-width: 767px) {
.ttp{top: 119px;}
	
}
.input-tooltip5 {
	
	opacity: 0;
    transition: 0.2s;
    display: none;
	max-width: 777px;
    margin: 0 auto;
    position: relative;
	line-height: 25px;
	padding: 3px 0 6px 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 11;
}
.input-tooltip5.open {
    opacity: 1;
    display: block;
}
.sfr{color:gray;}
.del_icon_top{position: absolute;top: 15px;margin: 0;right: 128px;z-index: 9;}
.sps{background: rgba(37,219,237,0.8);}
.clgr{color: #b7b7b7;}
.bl1{
	margin-top: 41px;
	padding-top: 28px;
	background: radial-gradient(circle, rgb(255, 232, 242) 0%, rgb(221, 236, 255) 100%);
}
.map_input label{margin-right: 12px;position: relative;top: 1px;}
.img-responsive{height: auto;width: 100%;max-width: 836px;}
.scan{float: right;margin: 7px 0 7px 7px;max-width: 350px;}
.myh2search{margin: 0 0 37px 0;}
.mb1{margin-bottom: -1px;}
a.a_org{font-style: italic;color: #0E6D6D;font-size: 0.8em;}
.p_filter{font-weight: 500;color: #313131;}
.dat_up{color: gray;font-style: italic;font-size: 0.8em;margin-top: 0px;}
@media (min-width: 576px) {
  .dop1{position: absolute;right: 5px;}
}
.max_h .bl0_logo {height:145px;}
.h151{height:151px;}
.arrow-right {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAACA0lEQVRIidVVsW7TUBQ9xw+KQF0INJFMihgZsaVsfAHKF7B2sfwLMLyJjSAGIiXy3B9hQ8bQgkBCSAwEkzJA20QgAe9dFse4zktCVJYeydLVPcfnXPvKz8BZB5eRWmsvz/O2iLRJXgZwqaC+i8g3kiPf90daa7t2QBzH28aYWwA2Vww5VUq97Pf7H12kcoVGURRYa0MAGyvMAWBDRK53Op3zaZoerAyIoigQkZv/YFzH1TAMVZZl44UBcRxvF5PPQUQCAPcB3AGQkxzXNSS3giA4zLLseNbzZoXW2ive+SLsAGgU184ikVIq0FqXvmWR53kbyxfaqNRXlug2C6+TASLSduvXB8lrcwE4OeGpICKlVxlA8uL/CsDfDxLnVkzyAMCNBdxuUX4gea/KkZRZXd3BD4fP3IfjwBdHeOlV3cFXh/AJyedLzPdI9utNkqVXdQejutDzvN/W2sckXzjM90n2APyqE0qp0qsM8H1/RHKyIORRLeQVyYcucwDTZrP5qRy8yhQn6G3HTfA8b8MYc7eYcNda+9OlM8Y8TZKkfIK54/oUhx0AvBkMBnvVxtxpmqbpQRiGiuTWOs7W2rfD4XC/3nf9D5Bl2TgIgkOlVAPAhWXGJCfGmGdJkrxz8c6AIuS42+2+n0wmRyStiHiF3gKYkvyslHrdarWyXq93tGyIs40/c9fH9hPKDFsAAAAASUVORK5CYII=);
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0 auto;
    transform: rotate(-90deg);
    position: relative;
    top: 7px;
    display: inline-block;
}
.pb45{padding-bottom: 45px;}
/*вопрос-ответ*/
.question {
  margin-bottom: 5px;
}

.question h3 {
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAjUlEQVR4nO2UOQ6AIBAA5wHWYHytpQ80Hq/BkFAYFIO4YLOTELqdYQtAURRFudLx4+wR2IGhgtwCMzA91a2AC3cvKO+j2clNmFDpBDdhTzO3nJlGMOK1XDKiWC4R8Vn+JUJMXhIhLn8TUU2eE1Fd/hTRTJ761Wr9ntmbaPbyGP/aJZxmL7/bhD+KolDKAbgwR4UMz0thAAAAAElFTkSuQmCC');
  background-size: cover;
}
.question.open h3 .arrow::before {
  transform: rotate(180deg);
}
.answer {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}
ul.ultags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 12px;
  max-width: 100%;
  justify-content: flex-start;
  padding: 0;
}

ul.ultags li a {
  background: #ececec;
  padding: 2px 8px;
  font-size: .9em;
  border-radius: 6px;
}
/* Реализация индикатора скролла */
/*
body {
  position: relative;
  background-image: linear-gradient(to right top, #ffcc00 50%, #eee 50%);
  background-size: 100% calc(100% - 100vh + 5px);
  background-repeat: no-repeat;
  z-index: 1;
}
body::before {
  content: "";
  position: fixed;
  top: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}
*/