/*** Bootstrap Grid v4.4.1 ***/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  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,
.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: 1140px;
  }
}
.row {
  display: -webkit-box;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.mt-45 {
  margin-top: 45px;
}
.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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !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;
  }
}
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-five {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-five {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-five {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-five {
    width: 20%;
    float: left;
  }
}
/*** style.css ***/
@font-face {
  font-family: Gilroy;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gilroy-400.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gilroy-700.woff2) format("woff2");
}

:hover,
:focus,
:active {
  outline: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: Gilroy, Arial, Helvetica, -apple-system, sans-serif;
  color: #23232a;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
}
@media (max-width: 760px) {
  body {
    font-size: 14px;
  }
}

body.open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.2;
}

button,
input,
textarea,
select,
optgroup {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  overflow: auto;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px;
  margin: 0 0 10px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
}

button[disabled],
button[disabled]:focus,
button[disabled]:hover,
input[disabled],
input[disabled]:focus,
input[disabled]:hover {
  opacity: 0.6 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  pointer-events: none !important;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

button[type="submit"] {
  position: relative;
  overflow: hidden;
}

button[type="submit"] .spinner {
  padding: 5px;
}

iframe {
  max-width: 100%;
}

.grid {
  display: -ms-grid;
  display: grid;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.wrapper {
  overflow: clip;
}

.content {
  width: 1400px;
  max-width: 100%;
  padding: 0 20px 90px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .content {
    padding-bottom: 45px;
  }
}

.center {
  text-align: center;
}

.smoothing-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.price-item__action {
  margin: 5px;
  padding: 7px 15px;
  font-weight: 500;
  color: #fff;
  background-image: -o-linear-gradient(4deg, #ff3a5e 5.12%, #e22548 95.42%);
  background-image: linear-gradient(86deg, #ff3a5e 5.12%, #e22548 95.42%);
  border-radius: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

.price-item__action:hover {
  background-image: -o-linear-gradient(4deg, #e32f50 5.12%, #ce1e3e 95.42%);
  background-image: linear-gradient(86deg, #e32f50 5.12%, #ce1e3e 95.42%);
}

.new-review .col-md-12 > p,
.new-review label {
  color: #000 !important;
}

@media (min-width: 761px) {
  .banner {
    margin-top: 20px;
  }
}

.banner > .content {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .banner > .content {
    padding-bottom: 80px;
  }
}
@media (max-width: 590px) {
  .banner > .content {
    padding-bottom: 70px;
  }
}

.banner__dealine {
  color: #f04262;
  margin-top: 5px;
  margin-bottom: 0;
}

.banner__title {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 2.875rem;
  margin-top: 8px;
  margin-bottom: 0;
  color: #000;
}

.banner-content {
  padding-right: 300px;
}

.banner__desc {
  margin-top: 10px;
  font-size: 1.3125rem;
  line-height: 1.625rem;
}

.banner__price-wrapper {
  margin: 40px 0;
}

.banner__old-price {
  font-size: 1.3125rem;
  line-height: 1.625rem;
  text-decoration: line-through;
  margin-top: 0;
  margin-bottom: 0;
}

.banner__price {
  font-size: 2.625rem;
  line-height: 2.875rem;
  margin: 0;
  font-weight: 600;
}

.banner__more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 30px;
  margin-right: 35px;
  color: #fff !important;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  border: 1px solid #4b465f;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.banner__all-offers-link {
  color: #000;
  display: inline-block;
  outline: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.action-detail__banner .banner__links {
  margin-top: 30px;
}

.itc-slider {
  position: relative;
}

.itc-slider-wrapper {
  overflow: hidden;
}

.itc-slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}

.itc-slider-transition-none {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform;
}

.itc-slider-btn {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #000;
  border: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.itc-slider-btn-hide {
  display: none;
}

.itc-slider-btn-prev {
  left: 0;
}

.itc-slider-btn-next {
  right: 0;
}

.itc-slider-btn:hover,
.itc-slider-btn:focus {
  color: #fff;
  text-decoration: none;
  background: #000;
  outline: 0;
}

.itc-slider-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider-indicator {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: red;
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider-indicator-active {
  background-color: red;
}

.itc-slider-btn {
  background: none !important;
}

.action-detail__doctors .itc-slider-items {
  margin-bottom: 10px;
}

.novost-detail .action-detail__doctors {
  margin-bottom: 75px;
}

.useful {
  margin-top: 100px;
}

@media (max-width: 760px) {
  .useful {
    margin-top: 40px;
  }

  .useful .nav-btn {
    display: block !important;
    top: -10px;
  }

  .action-detail__doctors .nav-btn {
    right: 0 !important;
  }

  .action-detail__banner .grid img {
    margin-top: -45px;
  }

  .banner__right-item {
    margin-bottom: 0 !important;
    margin-top: 30px !important;
  }

  .banner__wrapper {
    background-size: 240px auto !important;
  }

  .right-banner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .banner__wrapper {
    padding: 30px 50px !important;
  }

  .banner__title {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  .action-detail__banner img {
    width: 200px !important;
  }

  .banner-content {
    padding-right: 100px;
  }

  .banner__wrapper {
    padding: 15px 20px !important;
  }
}

@media (max-width: 590px) {
  .right-banner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.topline {
  color: #fff;
  background-color: #352f44;
  text-align: center;
}

.topline .content {
  padding: 13px 20px 15px;
}

.topline a {
  font-weight: 300;
  color: #fff;
}

.header-content {
  border-bottom: 1px solid #e0e4e7;
}

.header-content > .content {
  padding: 15px 20px;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header-row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}

.header-row__btn {
  padding: 8px 4px;
  font-size: 16px;
  color: #352f44;
  background: 0 0;
  border: 0;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  margin: 5px 5px 6px;
}

.header-row__btn svg {
  fill: #352f44;
  margin-top: 3px;
  margin-right: 6px;
}

.orange-btn:hover {
  background-color: #e17d38;
}

.yellow-btn:hover {
  background-color: #f6c54f;
}

.green-btn:hover {
  background-color: #bcfe74;
}

.header-row__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.header-row__time svg {
  margin-right: 10px;
}

.header-row__phone {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
}

.header-row__phone svg {
  margin-top: 2px;
  margin-right: 8px;
}

.header-row__btn-form {
  padding: 14px 30px;
  border: none;
  border-radius: 40px;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  line-height: 23px;
  font-size: 17px;
}

.header-menu > .content {
  position: relative;
  padding: 24px 20px;
}

.header-menu > .content > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu .content > ul > li:not(:hover) > ul,
.header-menu .content > ul > li:not(:hover) > .service__menu {
  display: none;
}

.header-menu > .content > ul > li {
  margin-right: 30px;
}

.header-menu a {
  color: #000;
}

.header-menu__aktsii {
  position: relative;
}

.header-menu__aktsii:not(.header-menu__aktsii--mobile) {
  margin-right: 40px !important;
}

.header-menu__aktsii a:not(:hover) {
  color: #cc1a43 !important;
}

.header-menu__aktsii span {
  position: absolute;
  top: 0;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  border-radius: 50%;
  background-size: 600%;
  background-image: -o-linear-gradient(
    135deg,
    #ffa63d,
    #ff3d77,
    #338aff,
    #3cf0c5
  );
  background-image: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  -webkit-animation: aktsii 15s linear infinite;
  animation: aktsii 15s linear infinite;
}

.header-menu__aktsii:not(.header-menu__aktsii--mobile) span {
  margin-top: -8px;
  margin-left: 45px;
}

.header-menu__aktsii--mobile span {
  margin-top: 15px;
  margin-left: 79px;
}

@-webkit-keyframes aktsii {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes aktsii {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.mini_img {
  background-color: #f5f5f5;
  width: 18px;
  height: 18px;
  display: inline-block;
  top: 5px;
  position: relative;
  border-radius: 50%;
  margin-left: 4px;
}

.mini_img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title {
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 40px;
  color: #3d3d3d;
  font-size: 2.625rem;
  line-height: 2.875rem;
}

.mobile-menu {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e4e7;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mobile-menu > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.mobile-menu img {
  margin-top: 3px;
}

.mobile-menu button {
  padding: 14px 30px;
  border: none;
  border-radius: 40px;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  line-height: 23px;
  font-size: 17px;
}

.header__announcement-bar {
  color: #fff;
  background-color: #352f44;
  text-align: center;
}

.header__announcement-bar > .content {
  padding: 5px;
}

.header__tel-link {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}

.header__announcement-bar svg {
  position: relative;
  top: 6px;
  margin-right: 3px;
}

.mob-header {
  display: none;
}

@media (max-width: 960px) {
  .mob-header {
    display: block;
  }

  .pc-header {
    display: none;
  }
}

.toTop {
  position: absolute;
  right: 45px;
  bottom: 155px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 760px) {
  .toTop {
    bottom: 375px !important;
    right: 15px !important;
  }

  .gesichtet__wrapper h3 {
    top: 135px !important;
  }
}

@media (max-width: 460px) {
  .mobile-menu button {
    padding: 7px;
  }
}

.banner__right-item {
  padding: 20px 0 0;
  color: #0f1f33;
  border-radius: 10px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  display: block;
}

.banner__right-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 220px;
  padding: 0 120px 0 22px;
}

.banner__right-title {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}

.banner__link {
  margin-top: 80px;
  margin-bottom: 0;
}

.banner__link svg {
  position: relative;
  top: 6px;
}

.banner__wrapper {
  min-height: 500px;
  background-color: #c9c9c9;
  padding: 90px 75px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-position: center right;
}

.banner__tag {
  margin: 0;
  letter-spacing: 0.015em;
  color: #969ea4;
  font-size: 1.3125rem;
  line-height: 1.625rem;
}

.features-slider__wrapper {
  padding: 30px;
  background-color: #ededed;
  border-radius: 10px;
  margin-top: 80px;
}

.features-slider__wrapper > h3 {
  margin-bottom: 25px !important;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}

.features-slider__wrapper .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

.uslugi-item .features-slider__wrapper a {
  text-decoration: none !important;
}

.uslugi-item .nav-btn {
  top: -38px;
}

.uslugi-item .features-slider__wrapper {
  margin-top: 65px;
}

.uslugi-item .features__wrapper h2 {
  margin-bottom: 0;
}

.uslugi-item .features-slider__wrapper img {
  width: 50px;
}

.uslugi-item .features__title {
  font-size: 20px;
  line-height: 1.2;
}

.uslugi-item .features__wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.uslugi-item .features__wrapper a img {
  margin-right: 10px;
  margin-left: -10px;
}

.features__wrapper {
  background-color: #fff;
  margin: 0 15px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}

.features__title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 700;
}

.features__desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.features__wrapper a {
  color: #000;
}

.features__wrapper img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

@media (max-width: 960px) {
  .features-slider__wrapper .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (max-width: 760px) {
  .features-slider__wrapper .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .features-slider__wrapper {
    padding: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .features-slider__wrapper .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.sale__wrapper {
  display: block;
  height: 420px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #000;
  background-position: center;
  background-size: cover;
  background-color: #ccc;
}

.sale .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  width: 16.6666%;
}

.sale {
  margin-bottom: 105px;
}
@media (max-width: 760px) {
  .sale {
    margin-bottom: 45px;
  }
}

.sale__title {
  font-size: 1.3rem;
  line-height: 1.8125rem;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
}

.sale button {
  margin-left: 10px;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background-color: #464646 !important;
  border-radius: 50%;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
}

.sale .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.sale__wrapper {
  height: 370px;
}

@media (min-width: 500px) {
  .sale .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 760px) {
  .sale .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 960px) {
  .sale .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .sale__wrapper {
    height: 420px;
  }
}

@media (min-width: 1200px) {
  .sale .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    width: 16.6666%;
  }
}

.service__wrapper {
  margin-bottom: 25px;
  margin-top: 10px;
}

.service__image-grid {
  height: 100px;
}

@media (max-width: 590px) {
  .service .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .service .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.service h3 {
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 590px) {
  .service h3 {
    font-size: 16px;
  }
}

.service h3 a {
  color: #000;
}

.service ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15rem;
}
@media (max-width: 590px) {
  .service ul {
    font-size: 14px;
  }
}
@media (max-width: 379px) {
  .service ul {
    font-size: 12px;
  }
}

.service li a {
  color: #5c5470;
}

.service li {
  margin-top: 4px;
}

.service li a svg {
  position: relative;
  top: 5px;
}

@media (max-width: 760px) {
  .service h3 {
    line-height: 1.2;
  }

  .service li a {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 20px;
  }

  .service li a svg {
    position: absolute;
    right: 0;
    top: 4px;
  }
}

.black-form__wrapper {
  background-color: #000;
  background-image: url(/image/doc-form.png);
  padding: 40px 55px 40px 325px;
  border-radius: 20px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 200px auto;
}

.form-title {
  margin-top: 0;
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.0625rem;
}

.black-form__wrapper input {
  padding: 15px 25px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  min-height: 55px;
  font-size: 15px;
  margin-right: 20px;
  color: black;
}

.cform-body label input[type="text"] {
  color: black;
}

.black-form__wrapper input::-webkit-input-placeholder {
  color: #0a1214;
}

.black-form__wrapper input::-moz-placeholder {
  color: #0a1214;
}

.black-form__wrapper input:-ms-input-placeholder {
  color: #0a1214;
}

.black-form__wrapper input::-ms-input-placeholder {
  color: #0a1214;
}

.black-form__wrapper input::placeholder {
  color: #0a1214;
}

.custom-input,
.custom-textarea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 325px;
}

.enroll-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.black-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  padding: 14px 35px;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  color: #000;
  border: 0;
  -webkit-transition: initial;
  -o-transition: initial;
  font-size: 15px;
  line-height: 27px;
  transition: initial;
}

.black-form p a,
.black-form p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}

.black-form p a {
  text-decoration: underline;
}

.black-form p {
  margin-bottom: 0;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .black-form__wrapper {
    padding: 20px;
    background-image: none !important;
  }
}

@media (max-width: 760px) {
  .custom-input,
  .custom-textarea {
    display: block;
    background-image: none;
  }

  .enroll-form__inputs {
    display: block;
  }

  .black-form input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.doctor-img {
  background: -o-radial-gradient(
    48.37% 60.14%,
    45.46% 39.86%,
    #043162 0%,
    #040307 100%
  );
  background: radial-gradient(
    45.46% 39.86% at 48.37% 60.14%,
    #043162 0%,
    #040307 100%
  );
  height: 420px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.doctor-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-height: 100%;
}

.doctors .doctor-wrapper {
  background: #f5f5f5;
  margin: 0 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.doctors .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  width: 16.6666%;
}

.doctor-content {
  padding: 20px;
}

.doctor-name {
  margin-bottom: 0;
  margin-top: 0;
}

.doctor-pos {
  margin-top: 10px;
  margin-bottom: 15px;
}

.doctor-more {
  margin-bottom: 5px;
}

.doctor-more svg {
  position: relative;
  top: 5px;
}

.doctor-more a {
  color: #000;
}

.doctors .content-doc {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  padding: 0;
}

.more-doctors {
  margin-top: 55px;
  display: inline-block;
  color: #352f44;
  padding: 9px 36px;
  border: 1px solid #4b465f;
  border-radius: 24px;
}
@media (max-width: 760px) {
  .more-doctors {
    margin-top: 20px;
  }
}

.more-doctors:hover {
  background-color: #352f44;
  color: #fff;
}

.doctor-img img {
  margin: 0 auto;
}

.doctors .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.doctor-img {
  height: 250px;
}

@media (min-width: 500px) {
  .doctors .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .doctor-img {
    height: 250px;
  }
}

@media (min-width: 760px) {
  .doctors .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }

  .doctor-img {
    height: 300px;
  }
}

@media (min-width: 960px) {
  .doctors .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .doctor-img {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .doctors .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
  }

  .doctor-img {
    height: 350px;
  }
}

.equipment .nav-btn {
  margin-right: 15px;
}

.equipment__image {
  background-position: center;
  background-size: cover;
  height: 280px;
  display: block;
  border-radius: 10px;
}

.equipment__wrapper {
  padding: 0 20px;
}

.equipment .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
}

.equipment__text {
  margin-top: 10px;
  display: block;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  font-weight: 700;
}

@media (max-width: 960px) {
  .equipment .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 760px) {
  .nav-btn {
    display: none;
  }

  .equipment .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.about-like {
  background-image: url(/image/like-icon.svg);
  background-repeat: no-repeat;
  padding-left: 45px;
}

.about-like h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  font-weight: 500;
}

.about-like__text p,
.about-like__text ul {
  margin-top: 0;
  color: #6e798d;
}

.about-like__text li {
  font-weight: 300 !important;
}

.about .row > div {
  margin-top: 25px;
}

.about-desc {
  font-size: 21px;
  line-height: 147.34%;
  text-align: center;
  letter-spacing: 0.015em;
  color: #1d1d1f;
}
@media (max-width: 590px) {
  .about-desc {
    font-size: 14px;
  }
}

.about .title {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 2.275rem;
}
@media (max-width: 760px) {
  .about .title {
    margin: 20px 0 10px;
  }
}

.title-margin {
  margin-top: 50px;
}

.video__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 760px) {
  .video__image {
    height: 300px;
  }
}

.video__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.video__image img:hover {
  opacity: 0.8;
}

.video__image svg {
  position: absolute;
  cursor: pointer;
}

.video .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

.video__wrapper {
  margin: 0 10px;
}

.video__data {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

.video__text {
  margin-top: 7px;
  font-weight: 700;
}

@media (max-width: 960px) {
  .video .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}

@media (max-width: 760px) {
  .action-detail__doctors .nav-btn {
    right: 10px !important;
  }

  .video .nav-btn {
    top: -30px;
    display: block;
  }

  .video .title {
    margin-bottom: 55px;
  }

  .video .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.awards .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
}

.awards .nav-btn {
  margin-right: 15px;
}

.awards__img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.awards__img img:hover {
  opacity: 0.8;
}

.awards-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

.awards-title {
  margin-bottom: 14px;
}

.awards-title a {
  color: #000;
  font-size: 18px;
}

.awards-text {
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 12px;
}

.awards-text a,
.awards-more a {
  color: #000;
}

@media (max-width: 960px) {
  .awards .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 760px) {
  .awards .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.media-wrapper {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  min-height: 220px;
  margin-left: 15px;
  margin-right: 15px;
}

.media-logo {
  border-bottom: 1px solid #ccc;
  height: 60px;
  margin-bottom: 25px;
}

.media-logo img {
  width: auto;
  max-height: 30px;
}

.media .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.media .itc-slider-items {
  margin: 1px 0;
}

.media .nav-btn {
  margin-right: 15px;
}

.media-date {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  color: #1d1d1f;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.media-text {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 7px;
  margin-bottom: 10px;
}

.media-more a {
  color: #5c5470;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.media-more {
  margin: 0;
}

@media (max-width: 960px) {
  .media .itc-slider-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 760px) {
  .media .itc-slider-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.rating-item__image {
  height: 90px;
  text-align: center;
}

.rating-item__image img {
  margin: 0 auto;
  height: 37px;
  max-height: 100%;
}

.rating-item__stars-wrapper img {
  height: 20px;
}

.rating-item__stars-wrapper {
  text-align: center;
}

.rating-item__rev {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.rating-item__rev span {
  margin: 0 5px 0 0;
  letter-spacing: -0.015em;
  color: #656565;
}

.rating .itc-slider-item {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.nav-btn {
  position: absolute;
  top: -50px;
  right: 0;
  width: 95px;
}

.itc-slider-btn-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-btn button {
  height: 40px;
  width: 40px;
  background-color: #464646 !important;
  border-radius: 50%;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
}

.nav-btn button:hover {
  background-color: #616161 !important;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
}

@media (max-width: 960px) {
  .rating .itc-slider-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
}

@media (max-width: 760px) {
  .rating .itc-slider-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.gesichtet__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 45%;
  grid-template-rows: 1fr 45%;
  height: 270px;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-color: #ccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .gesichtet__item {
    margin-bottom: 25px;
  }
}

.gesichtet__item:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gesichtet__wrapper h3 {
  line-height: 1.2;
  font-size: 21px;
  margin: 0 0 10px;
}

.gesichtet__wrapper p {
  color: #fff;
  line-height: 1.1;
  font-size: 12px;
  margin: 0;
}

#map {
  border-radius: 10px;
  overflow: hidden;
  height: 600px;
  width: 100%;
}

.map > div {
  padding: 0 20px 80px;
}

@media (max-width: 760px) {
  .map > div {
    padding: 0 20px 40px;
  }

  #map {
    height: 400px;
  }
}

.title .gallery-icon {
  display: inline-table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin: 0 4px;
  font-size: 37px;
  position: relative;
  top: -2px;
  color: #fff;
  background-color: #4b465f;
  border-radius: 5px;
}

.vk-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px
    minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 960px) {
  .vk-slider {
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .vk-slider {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 590px) {
  .vk-slider {
    gap: 10px;
  }
}

.vk-slider__item {
  overflow: hidden;
}

.vk-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.vk-slider__item img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.vk > .content {
  padding-bottom: 70px;
}
@media (max-width: 760px) {
  .vk > .content {
    padding-bottom: 45px;
  }
}

@media (max-width: 960px) {
  .col-sm-five {
    width: 25% !important;
    float: left;
  }
}

@media (max-width: 760px) {
  .mod-hide {
    display: none;
  }

  .col-sm-five {
    width: 50% !important;
    float: left;
  }
}

.gallery-wrap .image-wrap {
  padding: 0 10px;
}

.underline {
  background-color: #352f44;
}

.underline > .content {
  padding: 40px 20px;
}
@media (max-width: 760px) {
  .underline > .content {
    padding: 30px 20px 20px;
  }
}

.underline p {
  margin: 0;
  color: #fff;
  line-height: 1.25;
  font-weight: 300;
  font-size: 15px;
}
@media (max-width: 760px) {
  .underline p {
    font-size: 10px;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 30px;
}

.mobile-menu button {
  color: #000 !important;
}

.work__name a:hover,
.partners a:hover,
.header-row__phone:hover,
.tseny__form a:hover,
.black-form p a:hover,
.footer__menu-list a:hover {
  color: #ec385a;
}

.banner__more-link:hover,
.black-form__btn:hover,
.header-row__btn-form:hover {
  cursor: pointer;
  background: #ffeb3a !important;
}

.foot_soc-title {
  font-size: 16px;
  line-height: 16px;
  margin: 12px 0 10px 8px;
}

.foot_soc {
  background: #352f44;
  color: #fff;
  padding: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.copyright {
  margin-top: 15px;
}
@media (max-width: 760px) {
  .copyright {
    display: none !important;
  }
}

.copyright__m {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 761px) {
  .copyright__m {
    display: none !important;
  }
}

.copyright a {
  color: #fff;
  line-height: 1.25;
  font-size: 15px;
}

.copyright__m a {
  color: #fff;
  line-height: 1.25;
  font-size: 10px;
}

.copyright a:hover,
.copyright__m a:hover {
  text-decoration: underline;
}

.foot_soc svg {
  margin-left: 10px;
}

footer {
  position: relative;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
}

.footer-content > .content {
  padding: 45px 20px 60px;
}
@media (max-width: 760px) {
  .footer-content > .content {
    padding-bottom: 20px;
  }
}

.footer__top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-bottom: 1px solid #e0e4e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -15px;
  padding: 0;
  list-style: none;
}

.footer__menu-item {
  padding: 15px 20px;
}

.footer__menu-list a {
  color: #000;
}

.footer__socials-title {
  margin-top: 0;
  margin-bottom: 0;
}

.footer__socials-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__social {
  padding: 5px;
}

.footer__socials-list {
  margin-top: 0;
}

.footer__btn-director-d {
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .footer__btn-director-d {
    display: none !important;
  }
}

.footer__btn-director-m {
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 761px) {
  .footer__btn-director-m {
    display: none !important;
  }
}

.mobile-menu {
  background-color: #fff;
}

.active .mob-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

@media (max-width: 960px) {
  .title {
    font-size: 33px !important;
    line-height: 1.25 !important;
  }

  header {
    min-height: 122px;
  }
}

@media (max-width: 760px) {
  .mobile-menu {
    padding: 5px 10px;
  }

  .banner__right-title br {
    display: block;
  }

  .header__time-text br {
    display: inline-block !important;
  }

  .header__mobileannouncement * {
    font-size: 13px !important;
  }

  .footer__socials-list {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 200px;
    margin-top: 20px;
  }

  .underline p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .footer__menu-list,
  .footer__top-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__menu-list {
    margin-bottom: 20px;
  }

  .footer__menu-item {
    padding: 10px;
  }

  .footer__top-menu .header-row__phone {
    margin-top: 20px;
  }

  footer {
    text-align: center;
  }

  .footer__callback {
    margin-bottom: 20px;
  }

  .rating,
  .media,
  .awards,
  .video,
  .equipment {
    overflow: hidden;
  }

  .title {
    font-size: 30px !important;
    margin-bottom: 20px;
  }

  .rating .itc-slider-wrapper,
  .media .itc-slider-wrapper,
  .awards .itc-slider-wrapper,
  .video .itc-slider-wrapper,
  .equipment .itc-slider-wrapper {
    overflow: visible !important;
  }

  .equipment__wrapper {
    padding: 0 9px !important;
  }

  .awards-wrapper {
    margin: 0 10px !important;
  }

  .media-wrapper {
    margin: 0 7px !important;
  }

  .col-md-five {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.breadcrumb {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb ul {
  padding-left: 0;
  margin: 15px 0 30px;
  list-style: none;
}

.breadcrumb ul a {
  margin: 0;
  padding: 8px 0;
  font-weight: 300;
  color: #999;
  list-style: none;
}

.bread-crumbs__item {
  display: inline-block;
}

.bread-crumbs__link {
  display: inline-block;
  padding: 8px 0;
}

.bread-crumbs__link-icon {
  margin: 0 3px;
}

.bread-crumbs__current-page {
  color: #000;
}

.breadcrumb ul svg {
  margin-left: 4px;
  margin-right: 4px;
}

.page-header {
  margin-top: 15px;
}

.page-header h1 {
  color: #3d3d3d;
  font-size: 42px;
  margin: 0 0 24px;
}

ul.slider-tabs__list {
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0;
}

ul.slider-tabs__list li {
  display: inline-block;
}

ul.slider-tabs__list button {
  letter-spacing: -0.03em;
  margin-right: 15px;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 25px;
  border-radius: 24px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #4b465f;
  background-color: #eeeff1;
  border: 1px solid #eeeff1;
  -webkit-transition: 0.45s ease;
  -o-transition: 0.45s ease;
  transition: 0.45s ease;
}

ul.slider-tabs__list button.active,
ul.slider-tabs__list button:hover {
  color: #fff;
  background-color: #4b465f;
  border: 1px solid #4b465f;
  -webkit-transition: 0.45s ease;
  -o-transition: 0.45s ease;
  transition: 0.45s ease;
}

.popup-gallery {
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.popup-gallery.active {
  display: block;
}

.popup-gallery__close {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 999;
  cursor: pointer;
}

.popup-gallery img {
  max-width: 98%;
  max-height: 98vh;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-navi {
  z-index: 999;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  cursor: pointer;
  left: 20px;
}

.gallery-navi.next {
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  transform: translate(0, -25px);
  right: 20px;
  left: auto;
}

@media (max-width: 760px) {
  .page-header h1 {
    font-size: 26px;
    line-height: 1.25;
  }
}

.contacts p {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 35px;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contacts #map {
  height: 550px;
}

.contact__adress {
  background-size: 18px;
  background-position: left 5px center;
  background-image: url(/image/map-marker.svg);
}

.contact__phone {
  background-size: 22px;
  background-position: left 3px center;
  background-image: url(/image/phone.svg);
}

.contact__time {
  background-size: 20px;
  background-position: left 3px center;
  background-image: url(/image/clock.svg);
}

.contact__mail {
  background-size: 20px;
  background-position: left 3px center;
  background-image: url(/image/mail.svg);
}

.contact__metro {
  background-size: 25px;
  background-position: left center;
  background-image: url(/image/metro.svg);
}

.contact__car {
  background-size: 25px;
  background-position: left center;
  background-image: url(/image/car.svg);
}

.contact__mail a {
  color: #000;
}

.contact__phone a {
  font-weight: 500;
  font-size: 28px;
  color: #000;
}

.contact__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #000;
  font-size: 15px;
  padding: 20px;
  border-radius: 20px;
  background-image: -o-linear-gradient(left, #f6f6f8 2.26%, #f1f0f5 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #f6f6f8),
    color-stop(94.25%, #f1f0f5)
  );
  background-image: linear-gradient(90deg, #f6f6f8 2.26%, #f1f0f5 94.25%);
}

.contact__item:not(.active) {
  display: none !important;
}

.how-title {
  margin-top: 45px;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

.nagrady__image {
  height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.nagrady__wrapper {
  cursor: pointer;
  margin: 20px 10px;
}

.nagrady__name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.doctor-list .doctor-wrapper {
  height: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.doctor-item {
  margin-bottom: 35px;
}

.news-detail a {
  color: #000;
}

.news-detail .action-detail__advantages,
.news-detail .questions,
.news-detail .action-detail__video,
.news-detail .awards,
.news-detail .clinics,
.news-detail .black-form,
.qualifications,
.vrachi-interview {
  margin-bottom: 75px;
}

.vrachi-banner {
  margin-bottom: 70px;
  color: #fff;
  background-color: #040b13;
  padding: 55px 75px;
  border-radius: 30px;
  background-position: right 80px bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.vrachi-banner h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 2.875rem;
  margin: 0 0 6px;
}

.vrachi-desc {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  margin: 0;
}

.vrachi-exp {
  margin-top: 36px;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vrachi-exp > div {
  margin-right: 25px;
}

.vrachi-exp {
  min-height: 80px;
}

.vrachi-exp h3 {
  margin-bottom: 3px;
  margin-top: 0;
}

.vrachi-exp p {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
}

.vrachi-exp h3 {
  font-size: 18px;
}

.vrachi__links div {
  cursor: pointer;
  display: inline-block;
  padding: 14px 30px;
  border: none;
  border-radius: 40px;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  line-height: 23px;
  font-size: 17px;
  color: #000;
}

.vrachi__address {
  margin-top: 40px;
}

.vrachi__address svg {
  position: relative;
  top: 2px;
  margin-right: 5px;
  fill: #fff;
}

.vrachi__address a {
  color: #fff;
  text-decoration: underline;
}

.vrachi-interview__img {
  position: relative;
  height: 175px;
  background-position: center;
  background-size: cover;
}

.vrachi-interview__img > div {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-card__title {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 12px;
}

.popup-video {
  display: none;
}

.popup-video.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.popup-video iframe {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup-video__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.qualifications ul {
  list-style: none;
  padding-left: 0;
  font-size: 20px;
}
@media (min-width: 761px) {
  .qualifications ul {
    line-height: 1.4;
  }
}
@media (max-width: 760px) {
  .qualifications ul {
    font-size: 14px;
  }
}

.qualifications li {
  background-image: url(/image/check.svg);
  padding-left: 50px;
  background-position: right center;
  margin-bottom: 36px;
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px, 24px;
}
@media (max-width: 760px) {
  .qualifications li {
    margin-bottom: 15px;
  }
}

.certificates__item {
  height: 300px;
}

.certificates .itc-slider-item {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.certificates__item {
  margin: 0 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .doctor-list .doctor-img {
    height: 425px;
  }
}

@media (max-width: 960px) {
  .certificates .itc-slider-item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 760px) {
  .vrachi-banner {
    padding: 30px 25px;
  }

  .vrachi-name {
    font-size: 2.3rem !important;
  }

  .vrachi-exp {
    display: block !important;
  }

  .vracho-video__wrapper {
    margin-bottom: 20px;
  }

  .news-detail .black-form,
  .qualifications,
  .vrachi-interview {
    margin-bottom: 40px;
  }

  .vrachi-banner {
    background-size: 200px;
    background-position: right bottom;
  }

  .certificates .itc-slider-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.tseny-list__title {
  background: #352f44;
  padding: 30px 70px 30px 40px;
  margin-bottom: 24px;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.tseny-list__title img {
  position: absolute;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.active > .tseny-list__title img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.tseny-sublist__title {
  background: #f2f3f8;
  padding: 30px 70px 30px 40px;
  margin-top: 24px;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #352f44;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.tseny-sublist__title img {
  position: absolute;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.active > .tseny-sublist__title img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.price-item {
  padding: 40px 25px;
  border-bottom: 1px dotted #d5d5e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-cost {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.price-info h2 {
  margin-bottom: 16px;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  margin-top: 0;
}

.price-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
}

.price-cost {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.price-cost h3 {
  font-size: 1.3125rem;
  line-height: 1.625rem;
  margin: 0 !important;
  font-weight: 600;
}

.price-cost p {
  margin: 0;
  text-align: right;
  color: #6e798d;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.price-info__desc {
  margin: 0;
  min-height: 46px;
  color: #5a5a5a;
}

.price-dops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-dops > div {
  margin-right: 40px;
}

.price-dops > div h3 {
  margin: 0 0 2px;
  font-weight: 500;
  font-size: 18px;
  color: #778194;
}

.price-dops > div p {
  font-size: 0.875rem;
  color: #778194;
  margin: 0;
  line-height: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.price-dops {
  margin-top: 20px;
}

.tseny-list__item {
  margin-bottom: 20px;
}

.tseny-sublist,
.tseny-sublist__wrapper {
  display: none;
}

.active > .tseny-sublist__wrapper,
.active > .tseny-sublist {
  display: block;
}

.tseny__form {
  background-color: #0a1214;
  background-image: url(/image/tseny_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 35px 20px 10px;
  border-radius: 20px;
  background-size: 250px;
}

.tseny-form__wrapper {
  position: sticky;
  top: 90px;
}

.tseny-form__wrapper h3 {
  font-size: 1.6rem;
  margin-top: 0;
  color: #fff;
}

.tseny__form input {
  width: 100%;
  border-radius: 10px;
  border: none;
  font-size: 17px;
  min-height: 44px;
  padding: 19px 20px 17px;
  margin-bottom: 18px;
}

.tseny__form a,
.tseny__form p {
  margin-top: 0;
  color: #fff;
  font-size: 12px;
}

.tseny__form a {
  text-decoration: underline;
}

.metro-content h2 {
  padding-top: 20px;
}

.metro-content a {
  color: #000;
}

.tseny__form button {
  padding: 10px 25px;
  border: none;
  border-radius: 40px;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  line-height: 23px;
  font-size: 17px;
  margin-top: 120px;
  margin-bottom: 40px;
}

.tseny__form button:hover {
  cursor: pointer;
  background: #ffeb3a !important;
}

@media (max-width: 760px) {
  .price-cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
  }

  .price-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 125px);
    flex: 0 0 calc(100% - 125px);
  }
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.slider img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.before,
.after {
  height: 100%;
}

.change {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

.change::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/image/arrow-left-right-svgrepo-com.svg);
  background-position: center;
  background-size: 35px;
  background-repeat: no-repeat;
}

.work-item h2 {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.1875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.work__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work__pic-item {
  width: 35px;
  height: 35px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin-right: -15px;
  background-color: #fff;
}

.work__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.work__name {
  padding-left: 25px;
  line-height: 1.25;
}

.work__name a {
  color: #000;
}

.work-item {
  margin-bottom: 45px;
}

.bx-pagination {
  margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative;
}

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px;
}

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #dadada;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #dadada;
  color: #000;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #f9a91d;
  color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #e22b2b;
  color: #fff;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #352f44;
}

.raboty .content {
  padding-bottom: 60px;
}

.raboty__filter {
  margin-top: 40px;
  margin-bottom: 35px;
}

.raboty__filter ul {
  padding-left: 0;
}

.raboty__filter ul li {
  display: inline-block;
}

.raboty__filter a {
  background-color: #eeeff1;
  padding: 14px;
  border-radius: 25px;
  margin-right: 10px;
  color: #0f1f33;
}

.raboty__filter li.active a,
.raboty__filter a:hover {
  background-color: #4b465f;
  color: #fff;
}

@media (max-width: 760px) {
  .raboty__filter ul li {
    margin-bottom: 30px;
  }

  .raboty__filter ul {
    margin-bottom: -10px;
  }
}

.faq__answer-wrapper {
  padding: 1px;
}

.faq__answer-wrapper a {
  color: #000;
}

.faq__answer-wrapper p {
  margin-bottom: 0;
}

.faq__answer-wrapper .doctor-card {
  background: -o-radial-gradient(
    48.37% 60.14%,
    45.46% 39.86%,
    #043162 0%,
    #040307 100%
  );
  background: radial-gradient(
    45.46% 39.86% at 48.37% 60.14%,
    #043162 0%,
    #040307 100%
  );
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 75px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}

.otvechaem__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 30px 80px 30px 40px;
  font-weight: 500;
  text-align: left;
  background: 0 0;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.otvechaem__title:hover {
  background-color: #ccc;
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.otvechaem__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.otvechaem__title p {
  margin: 0;
  font-weight: 100;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.otvechaem__title h2 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.otvechaem__desc {
  display: none;
  padding: 25px 30px 25px 40px;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.otvechaem__item.active .otvechaem__desc {
  display: block;
}

.otvechaem__title {
  position: relative;
}

.otvechaem__title img {
  position: absolute;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.otvechaem__item.active img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.actsii__list .banner__wrapper {
  margin-bottom: 30px;
}

.action-detail__banner {
  padding: 0;
  border-radius: 30px;
}

.more-action .row > div {
  margin-bottom: 25px;
}

.action-detail__banner img {
  margin: 0 auto;
  max-height: 425px;
}

.action-detail__banner .banner__price-wrapper {
  margin-bottom: 0;
}

.action-detail__banner .banner-content {
  padding: 50px;
}
@media (max-width: 760px) {
  .action-detail__banner .banner-content {
    padding: 30px;
  }
}

.action-detail__banner .col-lg-6 .banner-content {
  padding: 30px !important;
  min-height: 100%;
}

.action-detail__subbaner {
  margin-top: 30px;
  padding: 35px 55px;
  background-color: #ededed;
  border-radius: 10px;
}

.action-detail__subbaner h3 {
  margin: 0 0 15px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #3d3d3d;
  font-size: 1.875rem;
  line-height: 2.0625rem;
}

.action-detail__subbaner p {
  margin: 0;
  font-size: 18px;
  line-height: 130.34%;
  letter-spacing: 0.015em;
  color: #3d3d3d;
}

.action-detail__sertificat {
  margin-top: 75px;
}

.action-detail__sertificat h2 {
  font-size: 64px;
  margin: 0 0 10px;
}

.action-detail__subtitle {
  font-size: 18px;
  line-height: 130.34%;
  letter-spacing: 0.015em;
  margin: 0 0 10px;
  color: #6e6e73;
}

.action-detail__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.action-detail__subtitle-flag {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.action-detail__subtitle-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.015em;
  color: #6e6e73;
}

.action-detail__gif {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.action-detail__content h3 {
  margin: 0 0 15px;
  font-weight: 500;
  letter-spacing: 0.015em;
  font-size: 1.875rem;
  line-height: 2.0625rem;
}

.action-detail__content p {
  font-size: 18px;
  line-height: 130.34%;
  letter-spacing: 0.015em;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #6e6e73;
}

.action-detail__certification {
  background-image: url(/image/badge-51@2x.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 75px;
  padding-right: 75px;
  background-size: 50px;
}

.action-detail__certification h3 {
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #3d3d3d;
  font-size: 1.875rem;
  line-height: 2.0625rem;
}

.more-action > h2 {
  margin-top: 55px;
  margin-bottom: 55px;
  font-weight: 600;
  text-align: center;
  color: #3d3d3d;
  letter-spacing: -0.015em;
  font-size: 2.625rem;
  line-height: 2.875rem;
}

.more-action .action-detail__banner {
  padding: 30px 40px;
  border-radius: 30px;
  min-height: 100%;
}
@media (max-width: 575px) {
  .more-action .action-detail__banner {
    padding: 20px;
  }
}

.more-action .banner__title {
  font-size: 2.225rem;
  line-height: 2.475rem;
}

.more-action .banner__desc {
  margin-top: 10px;
  font-size: 1.2125rem;
  line-height: 1.425rem;
}

.more-action .banner__price-wrapper {
  margin: 25px 0;
}

.doctors_title,
.listitems__title,
.advantages__title {
  margin-bottom: 55px;
  margin-top: 80px;
  font-weight: 600;
  text-align: center;
  color: #3d3d3d;
  letter-spacing: -0.015em;
  font-size: 2.625rem;
  line-height: 2.875rem;
}

.listitems__title {
  margin-bottom: 0;
}

.doctors_title {
  margin-bottom: 40px;
}

.advantages__wrapper {
  padding: 60px 27px 45px;
  border-radius: 8px;
  position: relative;
  margin-top: 40px;
  height: calc(100% - 40px);
}

.advantages__icon {
  position: absolute;
  top: var(--card-padding);
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.advantages__wrapper h3 {
  font-size: 1.3125rem;
  font-weight: 600;
  margin: 0;
}

.advantages__wrapper p {
  margin-bottom: 0;
}

.listitems__desc {
  text-align: center;
  color: #3d3d3d;
  margin: 8px 0;
  font-size: 16px;
}

.listitems__header {
  margin-bottom: 50px;
}

.listitems__item-wrapper h3 {
  margin-top: 0;
}

.action-detail__doctors .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

.action-detail__doctors .doctor-wrapper {
  background: #f5f5f5;
  margin: 0 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.otzyvy__menu {
  margin-top: 30px;
  margin-bottom: 50px;
}

.otzyvy__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .otzyvy__menu-wrapper {
    overflow: auto hidden;
  }
}

.otzyvy__menu a {
  flex-shrink: 0;
  padding: 14px;
  border-radius: 25px;
  color: #0f1f33;
  background-color: #eeeff1;
}

.otzyvy__menu a.active,
.otzyvy__menu a:hover {
  background-color: #0f1f33;
  color: #fff;
}

.otzyvy-wrapper {
  margin-bottom: 35px;
}

.otzyvy-img {
  height: 180px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.otzyvy-wrapper .data {
  color: #999;
  font-size: 13px;
  margin-top: 8px;
}

.otzyvy-wrapper h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.otzyvy-img svg {
  margin: 0 auto;
}

.otzyvy-wrapper .content-div {
  margin-top: -10px;
  font-size: 15px;
  line-height: 1.45;
}

.otzyvy-img__persone {
  height: 350px;
}

.new-review {
  margin-top: 45px;
}

.new-review .title {
  margin-bottom: 45px;
}

.new-review form {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.new-review p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
}

.new-review button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 34px;
  color: #fff;
  background-color: #4b465f;
  border: 1px solid #4b465f;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.new-review input,
.new-review textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  min-height: 55px;
  padding: 15px;
  font: inherit;
  letter-spacing: 0.3px;
  color: #121212;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 12px;
  outline: 0;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.awards-date {
  margin-top: 10px;
  margin-bottom: -15px;
}

.awards-date a {
  color: #999;
  font-size: 14px;
}

@media (min-width: 761px) {
  .novost-detail__content p,
  .novost-detail__content ul,
  .novost-detail__content div,
  .novost-detail__content {
    font-size: 18px !important;
    line-height: 1.5rem !important;
  }
}
@media (max-width: 760px) {
  .novost-detail__content p,
  .novost-detail__content ul,
  .novost-detail__content div,
  .novost-detail__content {
    font-size: 14px !important;
    line-height: 1.5rem !important;
    overflow: auto hidden;
  }
}

.novost-detail__content ul a {
  color: #000;
}

.image-wrap img {
  width: auto;
  height: auto;
}

.gallery-wrap .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.novost-detail .more-action {
  margin-bottom: 65px !important;
  margin-top: 65px !important;
}

.useful .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (min-width: 1200px) {
  .video-card,
  .large-up-2 > .column-block {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }

  .video-card:first-child {
    margin-right: 20px;
  }

  .large-up-3 > .column-block {
    width: 32%;
    display: inline-block;
  }
}

.alignnone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  width: 400px;
  max-width: 100%;
  margin-bottom: 30px;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  height: auto;
}

@media (max-width: 960px) {
  .action-detail__doctors .itc-slider-item,
  .useful .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .alignright img {
    float: none !important;
    margin: 0 auto !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .alignright {
    text-align: center;
    display: block;
    float: none !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 760px) {
  .action-detail__doctors .itc-slider-item,
  .useful .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .useful .title {
    margin-bottom: 55px;
  }

  .useful .nav-btn {
    top: -30px;
    margin-right: 12px;
  }
}

.column .image-wrap img {
  margin: 0 auto;
  margin-bottom: 20px !important;
}

.partners__image {
  width: 100%;
  height: 125px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.partners__name {
  text-align: center;
}

.partners a {
  color: #000;
}

.certificate .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.certificate .awards__img {
  height: 300px !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-video iframe {
  border: none;
}

.about-banner__wrapper {
  background-color: #8d8d8d;
  background-image: -o-linear-gradient(
    top,
    #939393 0%,
    #8d8d8d 32.81%,
    #606060 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#939393),
    color-stop(32.81%, #8d8d8d),
    to(#606060)
  );
  background-image: linear-gradient(
    180deg,
    #939393 0%,
    #8d8d8d 32.81%,
    #606060 100%
  );
  border-radius: 20px;
  overflow: hidden;
}

.about-banner__content {
  padding: 90px 0 90px 90px;
  height: 100%;
}

.about-banner__content h2 {
  color: #fff;
  font-size: 2.625rem;
  margin: 0 0 20px;
}

.about-banner__content p {
  font-size: 18px;
  line-height: 130.34%;
  letter-spacing: 0.015em;
  color: #fff;
  width: 400px;
  max-width: 100%;
  margin: 0;
}

.about-banner__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.about-banner__img-wrapper img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.about-text .title {
  color: #000;
  margin-bottom: 20px;
}

.about-text .row {
  margin-bottom: 80px;
}

.about-text img {
  margin-bottom: 20px;
}

.abount-backimg {
  height: 280px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 18px;
}

.tr-about {
  margin-bottom: 0 !important;
}

.tr-about h2 {
  margin-bottom: 10px;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}

.tr-about p {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 300;
  color: #808185;
}

.clinics .vk__item {
  height: 300px;
  margin: 0;
  margin-bottom: 10px;
  background-size: cover;
}

.clinics .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.clinics .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

@media (max-width: 960px) {
  .certificate .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 760px) {
  .about-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .about-img img {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .about-text .row {
    margin-bottom: 40px;
  }

  .about-banner__content {
    padding: 30px 35px;
  }

  .about-video iframe {
    height: 350px !important;
  }

  .certificate .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.advantages-about .itc-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.advantages-about__wrapper {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 45px 27px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.advantages-about__wrapper h3 {
  margin: 0;
  font-weight: 600;
  color: #0f1f33;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}

.advantages-about__wrapper p {
  margin-top: 10px;
}

.advantages-about__wrapper img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-height: 290px;
}

.advantages-about .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 960px) {
  .advantages-about .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 760px) {
  .advantages-about .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.price-options {
  margin-bottom: 90px;
  margin-top: 75px;
}

.price-options__wrapper {
  border-radius: 15px;
  overflow: hidden;
  background-color: #ededed;
  margin-right: 30px;
}

.itc-slider-items-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
}

.proce-option__title {
  padding: 24px 48px;
  color: #fff;
  background-color: #352f44;
}

.proce-option__title h3 {
  margin: 0 0 8px;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}

.proce-option__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proce-option__country img {
  height: 20px;
}

.proce-option__country p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.price-options__content {
  padding: 24px 40px 18px;
}

.price-options .itc-slider-item {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.implant-card__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.implant-card__service-item:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #d5d5e2;
}

.implant-card__service {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 600;
  color: #778194;
}

.implant-card__service-desc {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 45%;
  margin: 0 0 0 20px;
  font-weight: 600;
  color: #778194;
}

.implant-card__old-price {
  margin: 0;
  color: #6e798d;
}

.implant-card__price {
  margin: 0;
  font-weight: 600;
  color: #000;
}

.implant-card__service-desc strong {
  color: #6a8316;
}

.implant-card__deadline {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto auto 0;
  padding: 10px 20px;
  color: #000;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  border-radius: 30px;
}

.price-options .itc-slider-wrapper {
  margin-right: -30px;
}

.top-banner__wrapper {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.top-banner__date {
  text-align: center;
  color: #fff;
}

.top-banner__wrapper h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.875rem;
}

.top-banner__wrapper img {
  height: 170px;
  margin: 0 auto;
  display: block;
}

.ol_price {
  font-size: 1.3125rem;
  line-height: 1.625rem;
  margin: 0;
  color: #464646;
  margin-bottom: 1px;
  text-decoration: line-through;
  text-align: center;
  margin-top: 20px;
}

.act_price {
  font-weight: 700;
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  margin: 0;
}

.under-doc {
  border-top: 5px solid #fff;
  margin-left: -30px;
  margin-right: -30px;
  padding: 35px 30px 0;
  margin-top: 30px;
  background-image: url(/image/badge-51@2x.png);
  background-position: top 10px left 10px;
  background-repeat: no-repeat;
  background-size: 40px;
}

@media (max-width: 960px) {
  .price-options h2 {
    display: none;
  }

  .price-options .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 760px) {
  .service li {
    overflow: hidden;
  }

  .price-options {
    margin-bottom: 75px;
    margin-top: 75px;
  }

  .price-options .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.autor__img {
  height: 180px;
  width: 180px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.autor h3 {
  margin-top: 0;
}

.news-tseny {
  margin-top: 75px;
}

.uslugi-item {
  margin-top: 50px;
}

.uslugi-item h3 a {
  color: #000;
}

.uslugi-item h3 {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .uslugi-item h3 {
    font-size: 14px;
  }
}

.uslugi-item ul {
  list-style: initial;
  padding-left: 40px;
  font-size: 18px;
}
@media (max-width: 760px) {
  .uslugi-item ul {
    font-size: 14px;
  }
}
@media (max-width: 379px) {
  .uslugi-item ul {
    font-size: 14px;
  }
}

.stage-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.uslugi-item ul a {
  margin-bottom: 5px;
  color: #999;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.specialist h3 {
  font-size: 1.875rem;
}

.specialist h4 {
  font-weight: 500;
  font-size: 18px;
}

.specialist p {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.doctors-mp .doctors_title {
  margin-top: 0 !important;
}

.doctors-mp {
  margin-bottom: 90px;
}
@media (max-width: 760px) {
  .doctors-mp {
    margin-bottom: 45px;
  }
}

.otzyvy__menu::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.res-text {
  color: #ffeb3a !important;
  line-height: 1.1;
  margin-bottom: 20px;
}

.header-menu .content > ul > li > ul {
  position: absolute;
  width: 300px;
  list-style: none;
  margin: 15px 0 0;
  padding: 15px 20px;
  background-color: #f2f3f8;
  z-index: 99;
}

.header-menu .content > ul > li > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  margin-top: -15px;
}

.header-menu .content > ul > li > ul > li > a,
.service__menu-category a {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px dashed #b3b3b3;
}

.service__list {
  display: none;
}

li:hover .service__list {
  display: block;
}

.uslugi-item a {
  color: #000;
  text-decoration: underline;
}

.metro-content a:hover,
.uslugi-item a:hover,
.contacts__wrapper a:hover,
.archive-services.callout a:hover,
.header-menu a:hover,
.service__menu-category a.active,
.service__menu-category a:hover {
  color: #ec385a;
}

.service__menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 165px);
  margin-top: 15px;
  z-index: 11;
}

.service__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  margin-top: -15px;
}

.service__menu-category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style: none;
  padding: 15px 25px;
  margin: 0;
  background-color: #f2f3f8;
}

.service__menu > .row {
  margin: 0;
}

.submenu-list ul {
  list-style: none;
  padding-left: 0;
}

.submenu-list ul a {
  font-family: sans-serif;
  color: #000;
  font-weight: 300;
  line-height: 1.41;
  font-size: 17px;
  padding-bottom: 10px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.submenu-list ul a b {
  font-size: 18px;
}

.submenu-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.submenu-list > div {
  padding: 15px 20px 15px 30px;
  background-color: #f2f3f8;
}

.indications__item-svg {
  position: absolute;
  top: -15px;
  left: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.indications__item-svg svg {
  margin-top: 3px;
}

.indications .plusminus__text {
  text-align: left !important;
  letter-spacing: normal !important;
  color: #000 !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.plusminus__list-text {
  max-width: 536px;
  width: 100%;
  margin-top: 35px;
  font-weight: 500;
  font-size: 18px;
  color: #464646;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.plusminus__list {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  list-style: disc !important;
  padding-left: 30px !important;
}

.plusminus__list li {
  margin-bottom: 4px;
  font-size: 18px;
  color: #464646;
}

.indications__item {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  height: calc(100% - 0px);
}

.indications__item h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .stage-list__item {
    width: 48% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 48% !important;
    flex: 0 0 48% !important;
  }
}

@media (max-width: 760px) {
  .action-detail__certification {
    display: none;
  }

  .action-detail__sertificat h2 {
    font-size: 38px;
  }

  .action-detail__gif {
    display: block;
  }

  .price-item {
    display: block;
  }

  .price-cost {
    margin-top: 20px;
    text-align: left;
  }

  .price-cost p {
    text-align: left;
  }

  .price-info__desc {
    min-height: auto;
  }

  .indications .col-md-6 {
    margin-bottom: 25px;
  }

  .indications__item h2 {
    font-size: 26px;
  }

  .stage-list__item {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }

  .uslugi-item ul {
    padding-right: 0 !important;
  }
}

.stage-list__item::before {
  counter-increment: stage-list;
  content: counter(stage-list);
  position: absolute;
  z-index: 0;
  top: -11px;
  left: 17px;
  font-size: 120px;
  font-weight: 700;
  line-height: normal;
  color: #0b2349;
  background: -o-linear-gradient(
    top,
    rgba(223, 223, 223, 0.57) 0%,
    rgba(189, 187, 187, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(223, 223, 223, 0.57)),
    to(rgba(189, 187, 187, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(223, 223, 223, 0.57) 0%,
    rgba(189, 187, 187, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stage-list {
  list-style: none;
  counter-reset: stage-list;
  margin: 15px 0 64px !important;
  padding: 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stage-list__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 25px * 3) / 4);
  flex: 0 0 calc((100% - 25px * 3) / 4);
  padding: 47px 28px 28px;
  background: -o-linear-gradient(
    262.65deg,
    #f3f2f7 5.72%,
    #f0eff4 49.62%,
    #f2f1f6 90.01%
  );
  background: linear-gradient(
    187.35deg,
    #f3f2f7 5.72%,
    #f0eff4 49.62%,
    #f2f1f6 90.01%
  );
  border-radius: 8px;
}

.stage-list__item:hover {
  background: #f8cd46 !important;
}

.stage-list__caption,
.stage-list__min-caption {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.41;
}

.rating-item__rev a {
  color: #999;
}

.banner__more-link {
  border: 0 solid #4b465f;
  color: #4b465f !important;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
}

.awards-wrapper {
  margin-bottom: 20px;
}

.more-action .banner-content {
  padding: 0;
}

.action-detail__banner {
  position: relative;
}

.action-detail__banner .row {
  height: 100%;
}

.more-action .action-detail__banner img {
  width: 380px;
  position: absolute;
  top: 50%;
  right: -26px;
  max-width: none !important;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.more-action .banner__title {
  position: relative;
  z-index: 9;
}

header.active .header-content {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
}

header.active .header-menu {
  margin-top: 82px;
}

.leftmenu {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.leftmenu.active {
  left: 0;
  -webkit-transition: 0.65s ease;
  -o-transition: 0.65s ease;
  transition: 0.65s ease;
}

.leftmenu-header {
  padding: 10px;
}

.leftmenu-header .right {
  text-align: right;
}

.leftmenu-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.leftmenu-body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 20px 26px 33px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #ededed;
  padding-right: 55px;
  color: #000;
  font-weight: 500;
}

.sub-menu {
  background-size: 35px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-image: url(/image/arrow-next.svg);
}

.underinfo-leftmenu {
  padding: 20px 33px;
}

.deep-lvl2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: -100%;
  overflow: hidden auto;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}

.deep-lvl2.active {
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}

.doctor-more a:hover svg path {
  fill: #f04262;
}

.banner__link:hover,
.service li a:hover,
.media-more a:hover,
.awards-text a:hover,
.awards-more a:hover,
.doctor-more a:hover,
.service__menu a:hover,
.open-sub.active {
  cursor: pointer;
  color: #f04262;
}

.notFound h1 {
  font-size: 72px;
  padding-top: 30px;
  margin-bottom: 20px;
}

.notFound a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .userVideo {
    height: 300px !important;
  }

  .banner__price {
    font-size: 2.325rem;
  }

  .banner__wrapper {
    min-height: auto;
    background-position: right -10px bottom 30px;
    background-size: 230px !important;
  }
}

.action-detail__doctors .nav-btn {
  margin-right: 12px;
}

.mobile-menu button {
  height: auto;
  max-height: 35px;
  margin-top: 0;
}

@media (max-width: 379px) {
  .banner__title {
    font-size: 21px !important;
  }

  .banner-content {
    padding-right: 75px;
  }

  .mobile-menu img {
    width: 100px;
  }

  .mobile-menu button {
    padding: 3px;
    font-size: 15px;
  }

  .banner__price {
    font-size: 1.85rem;
  }
}

@media (max-width: 960px) {
  .mobile-menu button {
    line-height: 1px;
  }
}

@media (max-width: 460px) {
  .mobile-menu button {
    line-height: 22px;
  }
}

.nalog h2 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 300;
}

.nalog input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 55px;
  padding: 15px;
  font: inherit;
  letter-spacing: 0.3px;
  color: #121212;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 12px;
  outline: 0;
  width: 100%;
  margin-top: 5px;
}

.nalog label {
  padding-top: 23px;
  display: block;
}

.tax-deduction-form__rate {
  height: 200px;
  width: 200px;
  background-size: 200px;
  background-image: url(/image/tax-rate.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.tax-deduction-form__rate-value {
  margin: 0;
  font-size: 47px;
  line-height: 1;
}

.nalog .radioline p {
  margin-top: 35px;
  font-size: 15px;
  margin-bottom: 0;
}

.nalog input[type="radio"] {
  width: 15px;
  height: 15px;
  min-height: auto;
}

.nalog .cform {
  margin-top: 14px !important;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.nalog .cform a {
  color: #4b465f;
}

.radioline label {
  padding-top: 10px;
}

.nalog button {
  margin-top: 24px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 34px;
  color: #fff;
  background-color: #4b465f;
  border: 1px solid #4b465f;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.nalog button:hover {
  background-color: #353245;
  border: 1px solid #353245;
}

.nalog-content h3 {
  font-size: 1.875rem;
  line-height: 2.0625rem;
  font-weight: 500;
  margin-top: 35px;
}

.article-section__content table,
.nalog-text table {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  line-height: 1;
}

.article-section__content table tr,
.nalog-text table tr {
  border: 1px solid #ddd;
}

.article-section__content th,
.article-section__content td,
.nalog-text table th,
.nalog-text table td {
  padding: 10px;
  border-right: 1px solid #ddd;
}

.article-section__content th,
.nalog-text table th {
  color: #fff;
  background-color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.novost-detail__content .container {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 760px) {
  .nalog-content h3 {
    font-size: 1.475rem;
    line-height: 1.2;
  }

  .article-section__content table,
  .nalog-text table {
    font-size: 12px;
    border: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .article-section__content thead,
  .nalog-text table thead {
    display: none;
  }

  .article-section__content td:last-child,
  .nalog-text table td:last-child {
    border-bottom: 0;
  }

  .article-section__content td:before,
  .nalog-text table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: 700;
  }
}

.item-cat92 .otzyvy-img {
  padding-top: 100%;
}

.gesichtet-list .nav-btn {
  display: block !important;
}

.action-detail__banner h2,
.action-detail__banner div,
.action-detail__banner p {
  z-index: 2;
  position: relative;
}

.action-detail__banner .col-md-5 {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}

.gesichtet-list .itc-slider-wrapper {
  margin: 0 -10px;
}

.gesichtet-list .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  .otzyvy-img__persone {
    background-position: top center;
  }

  .gesichtet .title {
    margin-bottom: 65px !important;
  }

  .gesichtet .nav-btn {
    top: -38px !important;
  }

  .gesichtet-list .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 770px) {
  .doctors_title,
  .listitems__title,
  .advantages__title {
    font-size: 36px;
    margin-top: 30px;
    line-height: 1.2 !important;
  }

  .specialist h3 {
    margin-top: 0;
  }

  .pm_block.awards .title {
    margin-bottom: 20px;
  }

  .uslugi-item .action-detail__banner .grid img {
    margin-top: -100px;
  }

  .action-detail__banner.banner-m img {
    margin-top: -300px !important;
    position: absolute;
    right: 0;
  }

  .gesichtet-list .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 660px) {
  .gesichtet-list .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gesichtet__wrapper h3 {
    top: 120px !important;
  }
}

@media screen and (max-width: 379px) {
  .gesichtet__item {
    background-position: center top;
  }

  .gesichtet-list .itc-slider-item {
    background-position: center top;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.uslugi-list a {
  text-decoration: none !important;
}

.uslugi-list ul {
  list-style: none !important;
  padding-left: 0 !important;
}

@media (max-width: 379px) {
  .uslugi-list {
    display: block;
  }

  .uslugi-item {
    max-width: none;
  }
}

.price-cost h4 {
  color: #bababa;
  text-decoration: line-through;
  margin-bottom: 0;
  margin-top: 0;
}

.work-item .before,
.work-item .after,
.work-item .slider {
  height: 200px;
}

.features-slider__wrapper .nav-btn {
  display: block;
}
@media (min-width: 761px) {
  .features-slider__wrapper .nav-btn {
    top: -70px;
    margin-right: -30px;
  }
}
@media (max-width: 760px) {
  .features-slider__wrapper .nav-btn {
    margin-right: -15px;
  }
}

.uslugi-item .awards-wrapper a {
  text-decoration: none !important;
}

.search a {
  color: #ec385a;
}

.search a:hover {
  color: #333;
}

.a-doctor-life {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 90px;
}

.a-doctor-life-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 90px;
}

.a-doctor-life-text {
  width: 55%;
}

.a-doctor-life-text-content {
  font-size: 18px;
  line-height: 27.14px;
  text-align: left;
}

.a-doctor-life-image {
  margin-top: 40px;
  width: 45%;
  aspect-ratio: 4 / 5;
}

.a-doctor-life-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-doctor-life .itc-slider-items {
  gap: 8px;
}

.a-doctor-life .itc-slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 6px);
  flex: 0 0 calc(20% - 6px);
  width: calc(20% - 6px);
  aspect-ratio: 1 / 1;
}

.a-doctor-life-slider-image {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.a-doctor-life-slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 960px) {
  .a-doctor-life-image {
    margin-top: 0;
    width: 100%;
    max-height: 600px;
  }

  .a-doctor-life-text {
    width: 100%;
  }

  .a-doctor-life-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 30px;
  }

  .a-doctor-life-slider .nav-btn {
    display: none;
  }

  .a-doctor-life .itc-slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
    aspect-ratio: 1 / 1;
  }
}

.a-doctor-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-doctor-icon {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  padding: 2px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  background-size: 600%;
  background-image: -o-linear-gradient(
    135deg,
    #ffa63d,
    #ff3d77,
    #338aff,
    #3cf0c5
  );
  background-image: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  -webkit-animation: aktsii 15s linear infinite;
  animation: aktsii 15s linear infinite;
}

.a-doctor-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}

body.compare .work-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*** BTN ***/
.btn {
  min-width: 150px;
  height: 47px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-primary {
  color: #000;
  background-image: -o-linear-gradient(4deg, #ffeb3a 5.12%, #eec122 95.42%);
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
}

.btn-primary:hover {
  background: #ffeb3a;
}

.btn-secondary {
  color: #fff;
  border: 1px solid #4b465f;
  background-color: #4b465f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-secondary:hover {
  color: #4b465f;
  background-color: transparent;
}

.btn-light {
  color: #352f44;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-light:hover {
  color: #fff;
  background-color: transparent;
}

.btn-dark {
  color: #352f44;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-dark:hover {
  color: #fff;
  background-color: #000;
}

.btn-inverse {
  color: #352f44;
  border: 1px solid #352f44;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-inverse:hover {
  color: #fff;
  background-color: #352f44;
}
/*** BTN ***/

/*** SPINNER ***/
.spinner {
  position: absolute;
  inset: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  z-index: 2;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/*** SPINNER ***/

/*** INPUT ***/
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

input[type="text"]::-ms-clear {
  display: none !important;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal {
  display: none !important;
  width: 0;
  height: 0;
}

input[name="city"] {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*** INPUT ***/

/*** FORM DIRECTOR ***/
.form-director input[type="text"],
.form-director input[type="tel"],
.form-director input[type="email"] {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-director textarea {
  width: 100%;
  resize: vertical;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-director input[type="text"]:focus,
.form-director input[type="tel"]:focus,
.form-director input[type="email"]:focus,
.form-director textarea:focus {
  border-color: #f00;
}

.form-director {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media (min-width: 576px) {
  .form-director {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .form-director__span {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.form-director label {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.form-director .btn {
  -ms-grid-column-align: start;
  justify-self: start;
}

.form-director p {
  color: #fff;
  line-height: 1.2;
  font-size: 12px;
  margin: 5px 0 0;
}

.form-director a {
  color: #fff;
}

.form-director a:not(:hover) {
  text-decoration: underline;
}
/*** FORM DIRECTOR ***/

/*** MODAL ***/
.modal {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1370;
}

.modal__wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 40px;
  margin: 0 15px;
  border-radius: 30px;
  background-color: #352f44;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 575px) {
  .modal__wrapper {
    padding: 30px 20px;
  }
}

.modal.in .modal__wrapper {
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 15px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  width: 10px;
  border-radius: 2px;
  border-bottom: 2px solid #666;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__close:hover::before,
.modal__close:hover::after {
  border-bottom-color: #000;
}

.modal__body {
  max-height: calc(100vh - 100px);
  overflow: hidden auto;
}

.modal__body h2 {
  color: #fff;
  font-size: 32px;
  margin: 0 25px 20px 0;
}
@media (max-width: 767px) {
  .modal__body h2 {
    font-size: 28px;
  }
}
/*** MODAL ***/

/*** NEWS EXPERT ***/
.news-expert {
  margin: 40px 0 60px;
}

.news-expert__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 40px 1fr;
  grid-template-columns: 140px 1fr;
  gap: 15px 40px;
  padding: 30px 40px 40px 20px;
  border-radius: 10px;
  background-color: #f1f4f8;
}
@media (max-width: 767px) {
  .news-expert__grid {
    -ms-grid-columns: 97px 20px 1fr;
    grid-template-columns: 97px 1fr;
    gap: 10px 20px;
    padding: 20px 10px;
  }
}

.news-expert__grid img {
  -ms-grid-row-span: 4;
  grid-row: span 4;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .news-expert__grid img {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}

.news-expert__lable {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 25px;
  border-radius: 30px;
  background-color: #4b465f;
}
@media (max-width: 767px) {
  .news-expert__lable {
    padding: 12px 20px;
  }
}
@media (max-width: 575px) {
  .news-expert__lable {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .news-expert__lable {
    font-size: 3vw;
  }
}

.news-expert__name {
  color: #000;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-expert__name {
    font-size: 16px;
  }
}

.news-expert__caption {
  color: #5c5470;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-expert__caption {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.news-expert__text {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-expert__text {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 16px;
  }
}
/*** NEWS EXPERT ***/

/*** NEWS AUTHOR ***/
.news-author {
  max-width: 740px;
  margin-top: 60px;
}

.news-author h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin-bottom: 40px;
}

.news-author__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 30px 1fr;
  grid-template-columns: 140px 1fr;
  gap: 10px 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .news-author__grid {
    -ms-grid-columns: 97px 20px 1fr;
    grid-template-columns: 97px 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .news-author__grid {
    -ms-grid-columns: 68px 1fr;
    grid-template-columns: 68px 1fr;
  }
}

.news-author__grid img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .news-author__grid img {
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}

.news-author__name {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-author__name {
    font-size: 16px;
  }
}

.news-author__caption {
  color: #5c5470;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-author__caption,
  .news-author__grid .btn-primary {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
/*** NEWS AUTHOR ***/

/*** NEWS QUESTIONS ***/
.news-questions {
  max-width: 1050px;
  margin-top: 60px;
}

.news-questions h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin-bottom: 40px;
}

.news-questions__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 30px 1fr;
  grid-template-columns: 140px 1fr;
  gap: 20px 30px;
}
@media (max-width: 767px) {
  .news-questions__grid {
    -ms-grid-columns: 97px 20px 1fr;
    grid-template-columns: 97px 1fr;
    gap: 10px 20px;
  }
}

.news-questions__grid img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .news-questions__grid img {
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}

.news-questions__name {
  color: #000;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-questions__name {
    font-size: 16px;
  }
}

.news-questions__caption {
  color: #5c5470;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-questions__caption,
  .news-questions__footer {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.news-questions dt {
  color: #fff;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 20px;
  background-color: #4b465f;
}

.news-questions dd {
  color: #000;
  padding: 20px;
  margin: 0;
  border-radius: 20px;
  background-color: #f1f4f8;
}

.news-questions__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .news-questions__buttons {
    margin-top: 30px;
  }
}

.news-questions__nav-btn {
  top: auto;
  display: block !important;
}
/*** NEWS QUESTIONS ***/

/*** USLUGI BANNER PROMOTION ***/
.uslugi-banner-promotion {
  display: -ms-grid;
  display: grid;
  gap: 10px 20px;
}
@media (min-width: 992px) {
  .uslugi-banner-promotion {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.uslugi-banner-promotion .btn-primary {
  height: 40px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion .btn-primary {
    font-size: 13px;
  }
}

.uslugi-banner-promotion__item-left,
.uslugi-banner-promotion__item-right {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 10px;
  border-radius: 10px;
}
@media (min-width: 1240px) {
  .uslugi-banner-promotion__item-left,
  .uslugi-banner-promotion__item-right {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__item-left,
  .uslugi-banner-promotion__item-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 15px 10px;
  }
}
@media (max-width: 339px) {
  .uslugi-banner-promotion__item-left,
  .uslugi-banner-promotion__item-right {
    padding: 15px 7px;
  }
}

.uslugi-banner-promotion__item-left {
  background-image: -o-linear-gradient(left, #7a1767 2.26%, #292027 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #7a1767),
    color-stop(94.25%, #292027)
  );
  background-image: linear-gradient(90deg, #7a1767 2.26%, #292027 94.25%);
}

.uslugi-banner-promotion__item-right {
  background-image: -o-linear-gradient(left, #e03e52 2.26%, #c2192e 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #e03e52),
    color-stop(94.25%, #c2192e)
  );
  background-image: linear-gradient(90deg, #e03e52 2.26%, #c2192e 94.25%);
}

.uslugi-banner-promotion__content svg,
.uslugi-banner-promotion__content img {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__content svg,
  .uslugi-banner-promotion__content img {
    max-width: 120px;
    margin-bottom: 5px;
  }
}

.uslugi-banner-promotion__content .btn {
  height: 40px;
  font-size: 14px;
}

.uslugi-banner-promotion__title {
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.32px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__title {
    line-height: 1.1;
    font-size: 13px;
    letter-spacing: 0.26px;
    margin-bottom: 15px;
  }
}

.uslugi-banner-promotion__percent-left,
.uslugi-banner-promotion__percent-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__percent-left,
  .uslugi-banner-promotion__percent-right {
    margin-top: -15px;
  }
}
@media (max-width: 359px) {
  .uslugi-banner-promotion__percent-left,
  .uslugi-banner-promotion__percent-right {
    margin-left: -15px;
  }
}
@media (max-width: 339px) {
  .uslugi-banner-promotion__percent-left,
  .uslugi-banner-promotion__percent-right {
    margin-left: -30px;
  }
}

.uslugi-banner-promotion__percent-left {
  width: 85px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__percent-left {
    width: 160px;
  }
}

.uslugi-banner-promotion__percent-right {
  width: 210px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__percent-right {
    width: 160px;
  }
}

.uslugi-banner-promotion__percent {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68' fill='none'%3E%3Cpath fill='%23ff1500' d='M14.466 53.534c-2.445-2.445-.823-7.578-2.068-10.585-1.29-3.118-6.024-5.627-6.024-8.949s4.734-5.831 6.024-8.949c1.244-3.008-.377-8.14 2.068-10.585 2.445-2.445 7.578-.823 10.585-2.068 3.118-1.29 5.627-6.024 8.949-6.024s5.831 4.734 8.949 6.024c3.008 1.244 8.14-.377 10.585 2.068 2.445 2.445.823 7.578 2.068 10.585 1.29 3.118 6.023 5.627 6.023 8.949s-4.734 5.831-6.023 8.949c-1.244 3.008.377 8.14-2.068 10.585-2.445 2.445-7.578.823-10.585 2.068-3.118 1.29-5.627 6.023-8.949 6.023s-5.831-4.734-8.949-6.023c-3.008-1.244-8.14.377-10.585-2.068z'/%3E%3C/svg%3E");
}

.uslugi-banner-promotion__item-left-img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-left: 10px;
  height: 125px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__item-left-img {
    margin-left: -10px;
  }
}

.uslugi-banner-promotion__item-right-img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -25px;
  margin-left: -33px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__item-right-img {
    height: 155px;
    margin-top: 0;
    margin-left: -30px;
  }
}

.uslugi-banner-promotion__price-left,
.uslugi-banner-promotion__price-right {
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 1;
}
@media (min-width: 1120px) {
  .uslugi-banner-promotion__price-left {
    margin-left: -20px;
    margin-bottom: 20px;
  }

  .uslugi-banner-promotion__price-right {
    margin-bottom: 20px;
  }
}

@media (max-width: 1119px) {
  .uslugi-banner-promotion__price-left,
  .uslugi-banner-promotion__price-right {
    position: absolute;
    right: 0;
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .uslugi-banner-promotion__price-left,
  .uslugi-banner-promotion__price-right {
    margin-right: 160px;
  }
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__price-left,
  .uslugi-banner-promotion__price-right {
    margin-right: 0;
  }
}

.uslugi-banner-promotion__price-left s,
.uslugi-banner-promotion__price-right s {
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.18px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__price-left s,
  .uslugi-banner-promotion__price-right s {
    font-size: 12px;
    letter-spacing: -0.12px;
  }
}

.uslugi-banner-promotion__price-left b,
.uslugi-banner-promotion__price-right b {
  font-weight: 600;
  font-size: 24px;
  color: #2a2438;
  letter-spacing: -0.24px;
  padding: 0 8px;
  background-color: #fbe135;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__price-left b,
  .uslugi-banner-promotion__price-right b {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}

.uslugi-banner-promotion__item-left-img-woman {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion__item-left-img-woman {
    display: none !important;
  }
}
/*** USLUGI BANNER PROMOTION ***/

/*** USLUGI BANNER PROMOTION ONE ***/
.uslugi-banner-promotion-one {
  display: -ms-grid;
  display: grid;
  gap: 10px 20px;
}
@media (min-width: 992px) {
  .uslugi-banner-promotion-one {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.uslugi-banner-promotion-one__item {
  min-height: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: right 25% bottom;
  background-size: contain;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__item {
    min-height: 147px;
    padding: 15px 0 15px 10px;
    background-position: right -10% bottom;
  }

  .uslugi-banner-promotion-one__item .uslugi-banner-promotion__percent {
    margin-top: -15px;
  }
}
@media (max-width: 349px) {
  .uslugi-banner-promotion-one__item {
    background-position: right -40% bottom;
  }
}

@media (min-width: 576px) {
  .uslugi-banner-promotion-one__item--bg2 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg2.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e9deda), color-stop(94.25%, #ede4df));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg2.png),
      -o-linear-gradient(left, #e9deda 2.26%, #ede4df 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg2.png),
      linear-gradient(90deg, #e9deda 2.26%, #ede4df 94.25%);
  }
}
@media (min-width: 380px) and (max-width: 575px) {
  .uslugi-banner-promotion-one__item--bg2 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg2-m.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e9deda), color-stop(94.25%, #ede4df));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg2-m.png),
      -o-linear-gradient(left, #e9deda 2.26%, #ede4df 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg2-m.png),
      linear-gradient(90deg, #e9deda 2.26%, #ede4df 94.25%);
  }
}
@media (max-width: 379px) {
  .uslugi-banner-promotion-one__item--bg2 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #e9deda),
      color-stop(94.25%, #ede4df)
    );
    background-image: -o-linear-gradient(left, #e9deda 2.26%, #ede4df 94.25%);
    background-image: linear-gradient(90deg, #e9deda 2.26%, #ede4df 94.25%);
  }
}

@media (min-width: 380px) {
  .uslugi-banner-promotion-one__item--bg1 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg1.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #cfdae8), color-stop(94.25%, #b2c3da));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg1.png),
      -o-linear-gradient(left, #cfdae8 2.26%, #b2c3da 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg1.png),
      linear-gradient(90deg, #cfdae8 2.26%, #b2c3da 94.25%);
  }

  .uslugi-banner-promotion-one__item--bg3 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg3.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e5e6e9), color-stop(94.25%, #ededed));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg3.png),
      -o-linear-gradient(left, #e5e6e9 2.26%, #ededed 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg3.png),
      linear-gradient(90deg, #e5e6e9 2.26%, #ededed 94.25%);
  }

  .uslugi-banner-promotion-one__item--bg4 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg4.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e3e9f1), color-stop(94.25%, #b0c1d9));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg4.png),
      -o-linear-gradient(left, #e3e9f1 2.26%, #b0c1d9 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-one__item--bg4.png),
      linear-gradient(90deg, #e3e9f1 2.26%, #b0c1d9 94.25%);
  }
}
@media (max-width: 379px) {
  .uslugi-banner-promotion-one__item--bg1 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #cfdae8),
      color-stop(94.25%, #b2c3da)
    );
    background-image: -o-linear-gradient(left, #cfdae8 2.26%, #b2c3da 94.25%);
    background-image: linear-gradient(90deg, #cfdae8 2.26%, #b2c3da 94.25%);
  }

  .uslugi-banner-promotion-one__item--bg3 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #e5e6e9),
      color-stop(94.25%, #ededed)
    );
    background-image: -o-linear-gradient(left, #e5e6e9 2.26%, #ededed 94.25%);
    background-image: linear-gradient(90deg, #e5e6e9 2.26%, #ededed 94.25%);
  }

  .uslugi-banner-promotion-one__item--bg4 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #e3e9f1),
      color-stop(94.25%, #b0c1d9)
    );
    background-image: -o-linear-gradient(left, #e3e9f1 2.26%, #b0c1d9 94.25%);
    background-image: linear-gradient(90deg, #e3e9f1 2.26%, #b0c1d9 94.25%);
  }
}

.uslugi-banner-promotion-one__content {
  position: relative;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__content {
    padding-right: 65px;
  }
}

.uslugi-banner-promotion-one__content .uslugi-banner-promotion__percent {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 576px) {
  .uslugi-banner-promotion-one__content .uslugi-banner-promotion__percent {
    margin-right: -70px;
  }
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__item--bg4 .uslugi-banner-promotion__percent {
    right: 25px;
  }
}

.uslugi-banner-promotion-one__title {
  max-width: 180px;
  color: #1d1d1f;
  font-weight: 700;
  line-height: 1;
  font-size: 21px;
  letter-spacing: 0.42px;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__title {
    max-width: 120px;
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.uslugi-banner-promotion-one__caption {
  color: #1d1d1f;
  line-height: 1.2;
  padding-left: 10px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__caption {
    max-width: 140px;
    font-size: 13px;
    letter-spacing: 0.26px;
    margin-bottom: 10px;
  }
}

.uslugi-banner-promotion-one__item .btn {
  height: 40px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__item .btn {
    font-size: 13px;
  }
}

.uslugi-banner-promotion-one__price {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.uslugi-banner-promotion-one__price s {
  color: #464646;
  font-size: 18px;
  letter-spacing: -0.18px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__price s {
    font-size: 12px;
    letter-spacing: -0.12px;
    padding-right: 10px;
  }
}

.uslugi-banner-promotion-one__price b {
  color: #2a2438;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.24px;
  padding: 0 5px;
  background-color: #fbe135;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-one__price b {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
/*** USLUGI BANNER PROMOTION ONE ***/

/*** USLUGI BANNER PROMOTION TWO ***/
.uslugi-banner-promotion-two {
  display: -ms-grid;
  display: grid;
  gap: 10px 20px;
}
@media (min-width: 992px) {
  .uslugi-banner-promotion-two {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.uslugi-banner-promotion-two__item {
  min-height: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 10px;
  border-radius: 10px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .uslugi-banner-promotion-two__item {
    background-position: right 38% top;
    background-size: 180px, auto;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .uslugi-banner-promotion-two__item {
    background-position: right 25% top;
    background-size: 150px, auto;
  }

  .uslugi-banner-promotion-two__item--bg6 {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .uslugi-banner-promotion-two__item {
    padding: 15px 0 15px 10px;
  }
}

@media (min-width: 380px) {
  .uslugi-banner-promotion-two__item--bg1 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg1.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #833177), color-stop(94.25%, #a5679c));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg1.png),
      -o-linear-gradient(left, #833177 2.26%, #a5679c 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg1.png),
      linear-gradient(90deg, #833177 2.26%, #a5679c 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg2 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg2.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e9deda), color-stop(94.25%, #ede4df));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg2.png),
      -o-linear-gradient(left, #e9deda 2.26%, #ede4df 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg2.png),
      linear-gradient(90deg, #e9deda 2.26%, #ede4df 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg3 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg3.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e5e6e9), color-stop(94.25%, #ededed));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg3.png),
      -o-linear-gradient(left, #e5e6e9 2.26%, #ededed 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg3.png),
      linear-gradient(90deg, #e5e6e9 2.26%, #ededed 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg4 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg4.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e3e9f1), color-stop(94.25%, #607ba0));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg4.png),
      -o-linear-gradient(left, #e3e9f1 2.26%, #607ba0 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg4.png),
      linear-gradient(90deg, #e3e9f1 2.26%, #607ba0 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg5 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg5.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.91%, #5a3e52), color-stop(63.55%, #a9869d), color-stop(94.25%, #8b6880));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg5.png),
      -o-linear-gradient(left, #5a3e52 2.91%, #a9869d 63.55%, #8b6880 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg5.png),
      linear-gradient(90deg, #5a3e52 2.91%, #a9869d 63.55%, #8b6880 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg6 {
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg6.png),
      -webkit-gradient(linear, left top, right top, color-stop(2.26%, #e3e9f1), color-stop(94.25%, #b0c1d9));
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg6.png),
      -o-linear-gradient(left, #e3e9f1 2.26%, #b0c1d9 94.25%);
    background-image: url(../images/banner-promotion/uslugi-banner-promotion-two__item--bg6.png),
      linear-gradient(90deg, #e3e9f1 2.26%, #b0c1d9 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg5 {
    background-size: auto 174px, auto;
  }
}
@media (max-width: 379px) {
  .uslugi-banner-promotion-two__item--bg1 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #833177),
      color-stop(94.25%, #a5679c)
    );
    background-image: -o-linear-gradient(left, #833177 2.26%, #a5679c 94.25%);
    background-image: linear-gradient(90deg, #833177 2.26%, #a5679c 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg2 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #e9deda),
      color-stop(94.25%, #ede4df)
    );
    background-image: -o-linear-gradient(left, #e9deda 2.26%, #ede4df 94.25%);
    background-image: linear-gradient(90deg, #e9deda 2.26%, #ede4df 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg3 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #e5e6e9),
      color-stop(94.25%, #ededed)
    );
    background-image: -o-linear-gradient(left, #e5e6e9 2.26%, #ededed 94.25%);
    background-image: linear-gradient(90deg, #e5e6e9 2.26%, #ededed 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg4 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #e3e9f1),
      color-stop(94.25%, #607ba0)
    );
    background-image: -o-linear-gradient(left, #e3e9f1 2.26%, #607ba0 94.25%);
    background-image: linear-gradient(90deg, #e3e9f1 2.26%, #607ba0 94.25%);
  }

  .uslugi-banner-promotion-two__item--bg5 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.91%, #5a3e52),
      color-stop(63.55%, #a9869d),
      color-stop(94.25%, #8b6880)
    );
    background-image: -o-linear-gradient(
      left,
      #5a3e52 2.91%,
      #a9869d 63.55%,
      #8b6880 94.25%
    );
    background-image: linear-gradient(
      90deg,
      #5a3e52 2.91%,
      #a9869d 63.55%,
      #8b6880 94.25%
    );
  }

  .uslugi-banner-promotion-two__item--bg6 {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2.26%, #e3e9f1),
      color-stop(94.25%, #b0c1d9)
    );
    background-image: -o-linear-gradient(left, #e3e9f1 2.26%, #b0c1d9 94.25%);
    background-image: linear-gradient(90deg, #e3e9f1 2.26%, #b0c1d9 94.25%);
  }
}

.uslugi-banner-promotion-two__content {
  position: relative;
  max-width: 260px;
}

.uslugi-banner-promotion-two__item--bg1 .uslugi-banner-promotion-two__content,
.uslugi-banner-promotion-two__item--bg5 .uslugi-banner-promotion-two__content {
  max-width: none;
}

.uslugi-banner-promotion-two__item--bg5 .uslugi-banner-promotion-two__content,
.uslugi-banner-promotion-two__item--bg6 .uslugi-banner-promotion-two__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-two__item--bg5 .uslugi-banner-promotion-two__content,
  .uslugi-banner-promotion-two__item--bg6
    .uslugi-banner-promotion-two__content {
    max-width: 200px;
  }
}

.uslugi-banner-promotion-two__content svg,
.uslugi-banner-promotion-two__content img {
  margin-bottom: 10px;
}

.uslugi-banner-promotion-two__title {
  line-height: 1.2;
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-two__title {
    letter-spacing: 0.32px;
  }
}

.uslugi-banner-promotion-two__item--bg1 .uslugi-banner-promotion-two__title,
.uslugi-banner-promotion-two__item--bg5 .uslugi-banner-promotion-two__title {
  color: #fff;
}

@media (min-width: 576px) {
  .uslugi-banner-promotion-two__item--bg5 .uslugi-banner-promotion-two__title b,
  .uslugi-banner-promotion-two__item--bg6
    .uslugi-banner-promotion-two__title
    b {
    line-height: 1.35;
    font-size: 21px;
  }
}

.uslugi-banner-promotion-two__content .uslugi-banner-promotion__percent {
  position: absolute;
  top: 0;
  right: 0;
}

.uslugi-banner-promotion-two__content .uslugi-banner-promotion__percent {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .uslugi-banner-promotion-two__content .uslugi-banner-promotion__percent {
    margin-right: -70px;
  }
}
@media (max-width: 767px) {
  .uslugi-banner-promotion-two__content .uslugi-banner-promotion__percent {
    margin-right: -15px;
  }

  .uslugi-banner-promotion-two__item--bg5 .uslugi-banner-promotion__percent,
  .uslugi-banner-promotion-two__item--bg6 .uslugi-banner-promotion__percent {
    margin-right: -50px;
  }
}
@media (max-width: 339px) {
  .uslugi-banner-promotion-two__content .uslugi-banner-promotion__percent {
    margin-right: -33px;
  }
}

.uslugi-banner-promotion-two__item .btn {
  height: 40px;
  font-size: 14px;
}

.uslugi-banner-promotion-two__price {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-two__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.uslugi-banner-promotion-two__price s {
  color: #464646;
  font-size: 18px;
  letter-spacing: -0.18px;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-two__price s {
    font-size: 12px;
    letter-spacing: -0.12px;
    padding-right: 10px;
  }
}

.uslugi-banner-promotion-two__item--bg1 .uslugi-banner-promotion-two__price s,
.uslugi-banner-promotion-two__item--bg5 .uslugi-banner-promotion-two__price s {
  color: #fff;
}

.uslugi-banner-promotion-two__price b {
  color: #2a2438;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.24px;
  padding: 0 5px;
  background-color: #fbe135;
}
@media (max-width: 575px) {
  .uslugi-banner-promotion-two__price b {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
/*** USLUGI BANNER PROMOTION TWO ***/

/*** TELEGRAM SUBSCRIBE ***/
.telegram-subscribe {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 380px;
  width: 100%;
  padding: 0 20px 100px;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1020;
}
@media (min-width: 768px) {
  .telegram-subscribe {
    display: none !important;
  }
}

.telegram-subscribe:not(.show) {
  opacity: 0;
  visibility: hidden;
}

.telegram-subscribe > svg {
  position: absolute;
  right: 0;
  margin-right: 20px;
}

.telegram-subscribe__item {
  padding: 30px 20px 50px;
  margin-bottom: 5px;
  border-radius: 15px;
  background-color: #289fd3;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 320px;
  background-image: url(../images/telegram.png);
}

.telegram-subscribe__title {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.telegram-subscribe__caption {
  font-size: 14px;
  margin-bottom: 15px;
}

.telegram-subscribe__item svg {
  -webkit-filter: drop-shadow(-4px 2px 2px #107ac0);
  filter: drop-shadow(-4px 2px 2px #107ac0);
  margin-bottom: 15px;
}

.telegram-subscribe__tg {
  font-size: 14px;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
}

.telegram-subscribe__sale {
  font-weight: 700;
  line-height: 1.3;
  font-size: 28px;
  letter-spacing: -0.5px;
}

.telegram-subscribe__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 30px;
  background-color: #289fd3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*** TELEGRAM SUBSCRIBE ***/

/*** PAGE ***/
.page a {
  color: #000;
}

.page a:hover {
  color: #ec385a;
}
/*** PAGE ***/

/*** VACANCY ***/
.vacancy-list {
  padding: 80px 0 140px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .vacancy-list {
    padding: 60px 0;
  }
}

.vacancy-list .content {
  width: 920px;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .vacancy-list__banner .content {
    padding: 0;
  }
}

.vacancy-list__banner-row {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (min-width: 576px) {
  .vacancy-list__banner-row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.vacancy-list__banner-text {
  max-width: 520px;
  color: #4d4d4d;
  line-height: 1.6;
  font-size: 22px;
}
@media (max-width: 575px) {
  .vacancy-list__banner-text {
    padding: 0 20px;
  }
}

.vacancy-list__banner-text h2 {
  color: #000;
  line-height: 1.2;
  font-size: 52px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .vacancy-list__banner-text h2 {
    font-size: 36px;
  }
}

.vacancy-list h1 {
  color: #000;
  font-size: 36px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .vacancy-list h1 {
    font-size: 32px;
  }
}

.vacancy-list__caption {
  color: #4d4d4d;
  line-height: 1.6;
  font-size: 22px;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .vacancy-list__caption {
    font-size: 17px;
    margin: 0 0 30px;
  }
}

.vacancy-list__item {
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
@media (max-width: 767px) {
  .vacancy-list__item {
    padding: 20px;
  }
}

.vacancy-list__item h3 {
  font-size: 21px;
  margin: 0 0 20px;
}

.vacancy-list__item h3 a {
  color: #0f1f33;
}

.vacancy-list__item h3 a:hover {
  text-decoration: underline;
}

.vacancy-list__item .btn {
  height: 45px;
  font-size: 14px;
}

.vacancy-list__date,
.vacancy-list__experience,
.vacancy-list__address,
.vacancy-detail__date,
.vacancy-detail__experience,
.vacancy-detail__address {
  padding-left: 33px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}

.vacancy-list__date,
.vacancy-detail__date {
  color: #616161;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M18.688 3.594h-14.375c-.397 0-.719.322-.719.719v14.375c0 .397.322.719.719.719h14.375c.397 0 .719-.322.719-.719v-14.375c0-.397-.322-.719-.719-.719zm-2.875-1.438v2.875m-8.625-2.875v2.875m-3.594 2.875h15.812' stroke='%23616161' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vacancy-list__experience,
.vacancy-detail__experience {
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M19.406 6.469h-15.812c-.397 0-.719.322-.719.719v11.5c0 .397.322.719.719.719h15.812c.397 0 .719-.322.719-.719v-11.5c0-.397-.322-.719-.719-.719zm-4.312 12.937v-14.375c0-.381-.152-.747-.421-1.016-.27-.27-.635-.421-1.017-.421h-4.312c-.381 0-.747.151-1.016.421-.27.27-.421.635-.421 1.016v14.375' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vacancy-list__address,
.vacancy-detail__address {
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M11.5 12.219c1.588 0 2.875-1.287 2.875-2.875s-1.287-2.875-2.875-2.875-2.875 1.287-2.875 2.875 1.287 2.875 2.875 2.875zm7.188-2.875c0 6.469-7.188 11.5-7.188 11.5s-7.188-5.031-7.188-11.5c0-1.906.757-3.734 2.105-5.082 1.348-1.348 3.176-2.105 5.082-2.105 1.906 0 3.734.757 5.082 2.105 1.348 1.348 2.105 3.176 2.105 5.082z' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vacancy-detail .content {
  width: 920px;
}

.vacancy-detail__logo {
  color: #fd395d;
  margin-bottom: 20px;
}

.vacancy-detail h1 {
  color: #000;
  line-height: 1.2;
  font-size: 36px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .vacancy-detail h1 {
    font-size: 32px;
  }
}

.vacancy-detail__description {
  margin: 60px 0 30px;
}

.vacancy-detail__skills {
  margin-bottom: 60px;
}

.vacancy-detail__skills b {
  display: block;
  margin-bottom: 10px;
}

.vacancy-detail__skills-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.vacancy-detail__skills-item {
  color: #000;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #f4f4f4;
}

.vacancy-detail__contacts {
  margin-bottom: 60px;
}

.vacancy-detail__contacts b {
  display: block;
  margin-bottom: 10px;
}

.vacancy-detail__contacts a,
.vacancy-detail__skills-phones {
  line-height: 2;
}

.vacancy-detail__maps b {
  display: block;
  margin-bottom: 10px;
}

.vacancy-detail__maps p {
  margin-bottom: 30px;
}

.vacancy-detail__map {
  width: 100%;
  height: 215px;
}
/*** VACANCY ***/

/*** AKTSII BANNER RIGHT ***/
.aktsii-banner-right {
  margin-top: 30px;
  padding: 40px 20px;
  border-radius: 20px;
  background-image: -o-linear-gradient(left, #f6f6f8 2.26%, #f1f0f5 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #f6f6f8),
    color-stop(94.25%, #f1f0f5)
  );
  background-image: linear-gradient(90deg, #f6f6f8 2.26%, #f1f0f5 94.25%);
}

.aktsii-banner-right__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 1300px), (max-width: 767px) {
  .aktsii-banner-right__item {
    -ms-grid-columns: 93px 1fr;
    grid-template-columns: 93px 1fr;
  }
}

.aktsii-banner-right__item:not(:last-child) {
  margin-bottom: 30px;
}

.aktsii-banner-right__item img {
  max-width: 75px;
}

.aktsii-banner-right__item p {
  line-height: 20px;
  font-size: 15px;
  margin: 0;
}

.aktsii-banner-right__item span {
  font-size: 12px;
}
/*** AKTSII BANNER RIGHT ***/

/*** ALERT ***/
.alert {
  font-size: 18px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

.alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}
/*** ALERT ***/

/*** SERVICES ***/
.services-detail .content {
  padding-bottom: 0;
}

.services-detail .teeth {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-weight: 700;
  font-size: 17px;
  color: #4d4d4d;
}

.services-detail .teeth li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Cpath d='M16.228 9.956c-2.589 0-4.688-2.099-4.688-4.688 0-2.589 2.099-4.688 4.688-4.688 2.589 0 4.688 2.099 4.688 4.688 0 2.589-2.099 4.688-4.688 4.688zm1.667-5.517l-2.083 2.083-1.25-1.25m-2.78-1.485c-.196.03-.392.058-.586.114l-.994.279c-.491.138-1.009.138-1.499 0l-.994-.279c-2.248-.632-4.641.319-5.842 2.321-.485.807-.742 1.731-.743 2.673v.097c-.004 3.202.641 6.372 1.894 9.319l.342.802c.325.765 1.076 1.262 1.907 1.262.849 0 1.612-.519 1.926-1.307l.989-2.489c.207-.523.71-.866 1.27-.866.559 0 1.062.343 1.27.866l.989 2.489c.315.789 1.077 1.307 1.927 1.307.831 0 1.582-.497 1.907-1.262l.342-.802c1.164-2.735 1.795-5.665 1.878-8.632' stroke='%23262728' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-detail .teeth li:not(:last-child) {
  margin-bottom: 20px;
}

.services-detail iframe {
  width: 100%;
}

.services-detail div[id^="section"] {
  scroll-margin-top: 100px;
}

.services-detail__more {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .services-detail__more {
    margin-top: 30px;
  }
}

.services-detail__toggle {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  color: #1d1b20;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  border-radius: 30px;
  border: 1px solid #79747e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .services-detail__toggle {
    width: 100%;
  }
}
@media (max-width: 339px) {
  .services-detail__toggle {
    font-size: 12px;
  }
}

.services-detail__toggle li {
  padding: 0 20px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 575px) {
  .services-detail__toggle li {
    padding: 0 10px;
  }
}

.services-detail__toggle li:first-child {
  border-right: 1px solid #79747e;
}

.services-detail__toggle li:not(.active) {
  cursor: pointer;
}

.services-detail__toggle li:not(.active):hover {
  background-color: #eee;
}

.services-detail__toggle .active {
  color: #fff;
  background-color: #000;
}

.services-detail__toggle span {
  padding-left: 25px;
}
@media (max-width: 575px) {
  .services-detail__toggle span {
    padding-left: 20px;
  }
}

.services-detail__toggle .active span {
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' width='14' height='11' fill='%23fff'%3E%3Cpath d='M4.25 8.127l-3.127-3.128-1.065 1.058 4.193 4.193 9-9-1.057-1.057-7.942 7.935z'/%3E%3C/svg%3E");
}

.services-detail__toggle-content > div:not(.active) {
  display: none !important;
}

.services-detail__banner {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .services-detail__banner {
    margin-bottom: 30px;
  }
}

.services-detail__banner-row {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (min-width: 576px) {
  .services-detail__banner-row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.services-detail__banner-content {
  max-width: 520px;
}
@media (max-width: 575px) {
  .services-detail__banner picture {
    text-align: center;
  }
}

.services-detail__banner-content h1 {
  color: #000;
  line-height: 1.2;
  font-size: 52px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .services-detail__banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .services-detail__banner-content h1 {
    font-size: 28px;
  }
}

.services-detail__banner-caption {
  color: #4d4d4d;
  font-size: 22px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .services-detail__banner-caption {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.services-detail__banner-well {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 575px) {
  .services-detail__banner-well {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services-detail__banner-well div {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23000'%3E%3Cpath d='M9 16.649c4.142 0 7.5-3.358 7.5-7.5 0-4.142-3.358-7.5-7.5-7.5-4.142 0-7.5 3.358-7.5 7.5 0 4.142 3.358 7.5 7.5 7.5z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.438 7.274l-4.583 4.375-2.292-2.187' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-detail-rating {
  margin-bottom: 60px;
}

.services-detail-rating__row {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-detail-rating__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
}
@media (min-width: 400px) {
  .services-detail-rating__item {
    width: 290px;
  }
}
@media (max-width: 399px) {
  .services-detail-rating__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services-detail-rating__item--1 img:first-child,
.services-detail-rating__item--2 img:first-child {
  width: 154px;
}

.services-detail-rating__item img:first-child {
  height: 28px;
}

.services-detail-rating__item img:first-child,
.services-detail-rating__item--3 img:last-child {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.services-detail-rating__item:not(.active) img:first-child {
  opacity: 0;
}

.services-detail-rating__item:not(.active) img:last-child {
  visibility: hidden;
}
@media (min-width: 400px) {
  .services-detail-rating__item--3:not(.active) img:last-child {
    margin-left: -49px;
  }
}

.services-detail__methods {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__methods {
    margin-bottom: 30px;
  }
}

.services-detail__methods-title {
  max-width: 650px;
  margin: auto;
  text-align: center;
}

.services-detail__methods-title h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .services-detail__methods-title h2 {
    font-size: 32px;
  }
}

.services-detail__methods-caption {
  color: #4d4d4d;
  font-size: 17px;
  margin-bottom: 40px;
}

.services-detail__methods-toggle {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .services-detail__methods-toggle {
    margin-bottom: 25px;
  }
}

.services-detail__methods-row {
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-align: center;
  margin: auto;
  overflow: auto hidden;
}
@media (max-width: 767px) {
  .services-detail__methods-row {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-bottom: 30px;
  }
}

.services-detail__methods-item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 40px 30px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .services-detail__methods-item {
    height: 460px;
  }
}
@media (max-width: 767px) {
  .services-detail__methods-item {
    min-height: 375px;
    padding: 25px 15px;
  }
}

.services-detail__methods-item:first-child {
  margin-left: auto;
}

.services-detail__methods-item:last-child {
  margin-right: auto;
}

.services-detail__methods-item:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.services-detail__methods-item--0 {
  background-image: -o-linear-gradient(left, #e3e9f1 2.26%, #b0c1d9 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #e3e9f1),
    color-stop(94.25%, #b0c1d9)
  );
  background-image: linear-gradient(90deg, #e3e9f1 2.26%, #b0c1d9 94.25%);
}

.services-detail__methods-item--1 {
  background-image: -o-linear-gradient(left, #e9deda 2.26%, #ede4df 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #e9deda),
    color-stop(94.25%, #ede4df)
  );
  background-image: linear-gradient(90deg, #e9deda 2.26%, #ede4df 94.25%);
}

.services-detail__methods-item--2 {
  background-image: -o-linear-gradient(left, #fae1e7 2.26%, #f3ced7 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #fae1e7),
    color-stop(94.25%, #f3ced7)
  );
  background-image: linear-gradient(90deg, #fae1e7 2.26%, #f3ced7 94.25%);
}

.services-detail__methods-item h3 {
  color: #000;
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .services-detail__methods-item h3 {
    font-size: 21px;
    margin: 0 0 20px;
  }
}

.services-detail__methods-item-caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #26272899;
  font-size: 16px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .services-detail__methods-item-caption {
    margin-bottom: 20px;
  }
}

.services-detail__methods-item-price {
  color: #262728;
  font-size: 16px;
  margin-bottom: 30px;
}

.services-detail__methods-item img {
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .services-detail__methods-item img {
    height: 120px;
  }
}

.services-detail__brands {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__brands {
    margin-bottom: 40px;
  }
}

.services-detail__brands .content {
  width: 980px;
}

.services-detail__brands-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.services-detail__brands-title {
  color: #000;
  font-size: 18px;
}

.services-detail__brands-row {
  -ms-flex-preferred-size: 690px;
  flex-basis: 690px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  overflow: auto hidden;
}
@media (min-width: 576px) {
  .services-detail__brands-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .services-detail__brands-row {
    grid-auto-columns: 150px;
  }
}

.services-detail__treatment {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__treatment {
    margin-bottom: 40px;
  }
}

.services-detail__treatment-lable {
  color: #fd395d;
  font-size: 18px;
  margin-bottom: 15px;
}

.services-detail__treatment h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .services-detail__treatment h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}

.services-detail__treatment-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
@media (max-width: 991px) {
  .services-detail__treatment-row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-detail__treatment-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.services-detail__treatment-item-img {
  height: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 8px;
  background-image: -o-linear-gradient(left, #f6f6f8 2.26%, #f1f0f5 94.25%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.26%, #f6f6f8),
    color-stop(94.25%, #f1f0f5)
  );
  background-image: linear-gradient(90deg, #f6f6f8 2.26%, #f1f0f5 94.25%);
}

.services-detail__treatment-item img {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 576px) {
  .services-detail__treatment-item img {
    height: 317px;
  }
}

.services-detail__treatment-item-text h3 {
  color: #0f1f33;
  font-size: 21px;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .services-detail__treatment-item-text h3 {
    margin: 10px 0;
  }
}

.services-detail__treatment-item .btn-secondary {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 10px;
}

.services-detail-textimg {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail-textimg {
    margin-bottom: 40px;
  }
}

.services-detail__indications {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__indications {
    margin-bottom: 40px;
  }
}

.services-detail-textimg__row,
.services-detail__indications-row {
  display: -ms-grid;
  display: grid;
  gap: 30px 80px;
}
@media (min-width: 768px) {
  .services-detail-textimg__row,
  .services-detail__indications-row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.services-detail-textimg__row > img,
.services-detail__indications-row > img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .services-detail-textimg__row > img,
  .services-detail__indications-row > img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) {
  .services-detail-textimg__content,
  .services-detail__indications-content {
    padding-top: 60px;
  }

  .services-detail-textimg__content {
    padding-right: 40px;
  }

  .services-detail__indications-content {
    padding-left: 40px;
  }
}

.services-detail-textimg__content h2,
.services-detail__indications-content h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .services-detail-textimg__content h2,
  .services-detail__indications-content h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}

.services-detail-textimg__text,
.services-detail__indications-text {
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .services-detail-textimg__text,
  .services-detail__indications-text {
    font-size: 17px;
  }
}

.services-detail-textimg__text ul,
.services-detail__indications-text ul {
  padding-left: 20px;
}

.services-detail-textimg__text a {
  color: #23232a;
}

.services-detail__indications-toggle {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .services-detail__indications-toggle {
    margin-bottom: 20px;
  }
}

.services-detail__reasons {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__reasons {
    margin-bottom: 40px;
  }
}

.services-detail__reasons-wrapper {
  max-width: 1230px;
}

.services-detail__reasons-lable {
  color: #fd395d;
  font-size: 18px;
  margin-bottom: 15px;
}

.services-detail__reasons h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .services-detail__reasons h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}

.services-detail__reasons-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 50px;
}
@media (max-width: 767px) {
  .services-detail__reasons-row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 339px) {
  .services-detail__reasons-row {
    gap: 25px 20px;
  }
}

.services-detail__reasons-item-num {
  color: #e9e4dc;
  font-weight: 700;
  line-height: 1.2;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .services-detail__reasons-item-num {
    margin-bottom: 15px;
  }
}

.services-detail__reasons-item-title {
  color: #0f1f33;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.services-detail__reasons-item-caption {
  color: #666;
}

.services-detail__gesichtet {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__gesichtet {
    margin-bottom: 40px;
  }
}

.services-detail__gesichtet-lable {
  color: #fd395d;
  font-size: 18px;
  margin-bottom: 15px;
}

.services-detail__gesichtet h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .services-detail__gesichtet h2 {
    font-size: 32px;
    margin: 0 0 65px;
  }
}

.services-detail__price {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__price {
    margin-bottom: 40px;
  }
}

.services-detail__price .content {
  width: 1150px;
}

.services-detail__price-title {
  max-width: 650px;
  margin: auto;
  text-align: center;
}

.services-detail__price-title h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .services-detail__price-title h2 {
    font-size: 32px;
  }
}

.services-detail__price-caption {
  color: #4d4d4d;
  font-size: 17px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services-detail__price-caption {
    margin-bottom: 20px;
  }
}

.services-detail__doctors {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__doctors {
    margin-bottom: 40px;
  }
}

.services-detail__doctors h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .services-detail__doctors h2 {
    font-size: 32px;
    margin: 0 0 70px;
  }
}

.services-detail__doctors .itc-slider-wrapper {
  margin: 0 -10px;
}

.services-detail__doctors-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}

.services-detail__doctors-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .services-detail__doctors-item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .services-detail__doctors-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.services-detail__doctors-item > div {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.services-detail__doctors-img {
  position: relative;
  height: 350px;
  border-radius: 10px;
  background-image: -o-radial-gradient(
    60.46% 48.29%,
    58.97% 51.71%,
    #043162 0%,
    #040307 100%
  );
  background-image: radial-gradient(
    58.97% 51.71% at 60.46% 48.29%,
    #043162 0%,
    #040307 100%
  );
}
@media (max-width: 767px) {
  .services-detail__doctors-img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .services-detail__doctors-img {
    height: 250px;
  }
}

.services-detail__doctors-img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.services-detail__doctors-content {
  padding: 20px 20px 40px;
}

.services-detail__doctors-content h3 {
  color: #000;
  font-size: 19px;
  margin: 0 0 10px;
}

.services-detail__doctors-job {
  color: #000;
  margin-bottom: 10px;
}

.services-detail__doctors-content a {
  color: #000;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M1.368 1.533l3.5 3.5-3.5 3.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-detail__doctors-content a:hover {
  text-decoration: underline;
}

.services-detail__doctors .nav-btn {
  display: block !important;
}
@media (max-width: 960px) {
  .services-detail__doctors .nav-btn {
    top: -38px !important;
  }
}

.services-detail__works {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__works {
    margin-bottom: 40px;
  }
}

.services-detail__works-lable {
  color: #fd395d;
  font-size: 18px;
  margin-bottom: 15px;
}

.services-detail__works h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .services-detail__works h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}

.services-detail__works-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 15px;
}
@media (max-width: 991px) {
  .services-detail__works-row {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .services-detail__works-row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-detail__works-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.services-detail__works-item .slider {
  height: 200px;
}

.services-detail__works-title {
  margin: 15px 0;
  line-height: 1.2;
}

.services-detail__works-doctors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #464646;
  line-height: 1.2;
}

.services-detail__works-doctors img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
}

.services-detail__works-doctors img:not(:first-child) {
  margin-left: -17px;
}

.services-detail__works-doctors a {
  color: #464646;
}

.services-detail__works-doctors a:hover {
  text-decoration: underline;
}

.services-detail__reviews {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__reviews {
    margin-bottom: 40px;
  }
}

.services-detail__reviews-lable {
  color: #fd395d;
  font-size: 18px;
  margin-bottom: 15px;
}

.services-detail__reviews-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  overflow: auto hidden;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .services-detail__reviews-buttons {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.services-detail__reviews-buttons a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #0f1f33;
  line-height: 1.1;
  padding: 15px;
  letter-spacing: -0.03em;
  border-radius: 30px;
  background-color: #eeeff1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services-detail__reviews-buttons a:hover,
.services-detail__reviews-buttons a.active {
  color: #fff;
  background-color: #4b465f;
}

.services-detail__reviews h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .services-detail__reviews h2 {
    font-size: 32px;
  }
}

.services-detail__reviews .itc-slider-wrapper {
  margin: 0 -10px;
}

.services-detail__reviews-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .services-detail__reviews-item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .services-detail__reviews-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .services-detail__reviews-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.services-detail__reviews-item img {
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.services-detail__reviews-img,
.services-detail__reviews-youtube {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services-detail__reviews-img:hover,
.services-detail__reviews-youtube:hover {
  opacity: 0.8;
}

.services-detail__reviews-youtube::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='29' viewBox='0 0 43 29.5'%3E%3Cpath fill='%23f00' d='M36.12.25h-30.24c-3.52 0-6.38 2.85-6.38 6.37v16.76c0 3.52 2.86 6.37 6.38 6.37h30.24c3.52 0 6.38-2.85 6.38-6.37v-16.76c0-3.52-2.86-6.37-6.38-6.37z'/%3E%3Cpath fill='%23fff' d='M16.3 21.71v-13.41l11.42 6.7-11.42 6.71z'/%3E%3C/svg%3E");
}

.services-detail__reviews-date {
  color: #999;
  font-size: 14px;
}

.services-detail__reviews-title {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}

.services-detail__reviews .nav-btn {
  display: block !important;
}

.services-detail__faq {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__faq {
    margin-bottom: 40px;
  }
}

.services-detail__faq .content {
  width: 1080px;
}

.services-detail__faq-lable {
  color: #fd395d;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.services-detail__faq h2 {
  color: #000;
  font-size: 42px;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .services-detail__faq h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}

.services-detail__faq-button {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0 20px;
  text-align: left;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #c4c4c4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services-detail__faq-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ececec;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M8.618 1.125l-3.5 3.5-3.5-3.5' fill='%23f5f5f5'/%3E%3Cpath d='M8.618 1.125l-3.5 3.5-3.5-3.5' stroke='%232c3e50' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-detail__faq-button.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-detail__faq-button:hover {
  background-color: #f5f5f5;
}

.services-detail__faq-button:not(.open) + .services-detail__faq-item {
  display: none !important;
}

.services-detail__faq-item {
  padding: 20px;
}

.services-detail-seotext {
  padding: 120px 0;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .services-detail-seotext {
    padding: 60px 0;
  }
}

.services-detail-seotext .content {
  width: 900px;
}

.services-detail-seotext h2 {
  color: #000;
  font-size: 42px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .services-detail-seotext h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}

.services-detail-seotext h3 {
  color: #0f1f33;
  font-size: 21px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .services-detail-seotext h3 {
    margin: 0 0 10px;
  }
}

.services-detail-seotext__list {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail-seotext__list {
    margin-bottom: 60px;
  }
}

.services-detail-seotext__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .services-detail-seotext__list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

.services-detail-seotext__list li {
  padding: 15px 0;
  border-bottom: 1px solid #c4c4c4;
}

.services-detail-seotext__list a {
  color: #0f1f33;
}

.services-detail-seotext__list a:hover {
  text-decoration: underline;
}

.services-detail-seotext__text {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.services-detail-seotext__text a {
  color: #000;
}

.services-detail-seotext__text.hide {
  height: 900px;
}
@media (max-width: 767px) {
  .services-detail-seotext__text.hide {
    height: 600px;
  }
}

.services-detail-seotext__text.hide::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: -o-linear-gradient(top, transparent 0%, #f5f7fa 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#f5f7fa)
  );
  background-image: linear-gradient(180deg, transparent 0%, #f5f7fa 100%);
}

.services-detail-seotext__text div[id^="chapter"] {
  scroll-margin-top: 120px;
}

.services-detail-seotext__button {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.services-detail-seotext__button button {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #c4c4c4;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M11.923.829l-5.526 5.526-5.526-5.526' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-detail-seotext__button button:hover {
  border-style: solid;
  border-color: #999;
}

.services-detail-seotext__button button.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-detail-author {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail-author {
    margin-bottom: 40px;
  }
}

.services-detail-author h2 {
  color: #3d3d3d;
  font-size: 21px;
  margin: 0 0 30px;
}

.services-detail-author__row {
  max-width: 740px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #d5deeb;
}
@media (min-width: 576px) {
  .services-detail-author__row {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    line-height: 2;
  }
}

.services-detail-author img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.services-detail-author a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-underline-offset: 5px;
}

.services-detail-author a:not(:hover) {
  text-decoration: underline;
}

.services-detail-author__caption {
  color: #5c5470;
}

.services-detail__banner-promotion {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail__banner-promotion {
    margin-bottom: 40px;
  }
}

.services-detail-text {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail-text {
    margin-bottom: 40px;
  }
}

.services-detail-text h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .services-detail-text h2 {
    font-size: 32px;
  }
}

.services-detail-text a {
  color: #23232a;
}

.services-detail-text__row {
  max-width: 870px;
}

.services-detail-doctor {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail-doctor {
    margin-bottom: 40px;
  }
}

.services-detail-doctor h2 {
  color: #000;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .services-detail-doctor h2 {
    font-size: 32px;
  }
}

.services-detail-doctor h3 {
  font-weight: 500;
  font-size: 26px;
  color: #000;
  margin: 0;
}

.services-detail-doctor p {
  margin: 0 0 10px;
}

.services-detail-doctor__row {
  display: -ms-grid;
  display: grid;
  border-radius: 20px;
  background-color: #f5f7fa;
}
@media (min-width: 768px) {
  .services-detail-doctor__row {
    -ms-grid-columns: minmax(0, 760px) auto;
    grid-template-columns: minmax(0, 760px) auto;
  }
}

.services-detail-doctor__content {
  padding: 60px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .services-detail-doctor__content {
    padding: 40px 20px;
  }
}

.services-detail-doctor__name {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin: 30px 0 10px;
  text-underline-offset: 5px;
}

.services-detail-doctor__name:not(:hover) {
  text-decoration: underline;
}

.services-detail-doctor img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .services-detail-doctor img {
    max-height: 580px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}
@media (max-width: 767px) {
  .services-detail-doctor img {
    max-height: 440px;
  }
}

.services-detail-menu {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-detail-menu {
    display: none !important;
  }
}

.services-detail-menu h2 {
  font-weight: 500;
  line-height: 1;
  font-size: 36px;
  color: #000;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .services-detail-menu h2 {
    font-size: 32px;
  }
}

.services-detail-menu__row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-detail-menu__row a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  letter-spacing: -0.03em;
  border-radius: 30px;
  color: #352f44;
  background-color: #eeeff1;
}

.services-detail-menu__row a:hover {
  color: #fff;
  background-color: #4b465f;
}
/*** SERVICES ***/

/*** DETAIL PRICE TAB ***/
.detail-price-tab__button {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 10px;
  color: #fff;
  background-color: #352f44;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .detail-price-tab__button {
    padding: 0 20px;
    font-size: 18px;
  }
}

.detail-price-tab__button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M11.923.829l-5.526 5.526-5.526-5.526' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.detail-price-tab__button.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.detail-price-tab__button:hover {
  background-color: #484356;
}

.detail-price-tab__button:not(.open) + .detail-price-tab__list {
  display: none !important;
}

.detail-price-tab__item {
  display: -ms-grid;
  display: grid;
  padding: 30px 25px 40px;
}
@media (min-width: 768px) {
  .detail-price-tab__item {
    -ms-grid-columns: 60% 1fr;
    grid-template-columns: 60% 1fr;
  }
}
@media (max-width: 767px) {
  .detail-price-tab__item {
    padding: 20px;
  }
}
@media (max-width: 339px) {
  .detail-price-tab__item {
    padding: 20px 5px;
  }
}

.detail-price-tab__item:not(:last-child) {
  border-bottom: 1px dashed #d5d5e2;
}

.detail-price-tab__stock {
  width: 70px;
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
  margin-bottom: 15px;
  border-radius: 30px;
  background-image: -o-linear-gradient(4deg, #ff3a5e 5.12%, #e22548 95.42%);
  background-image: linear-gradient(86deg, #ff3a5e 5.12%, #e22548 95.42%);
}
@media (min-width: 768px) {
  .detail-price-tab__stock {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.detail-price-tab__stock:hover {
  opacity: 0.8;
}

.detail-price-tab__item h3 {
  color: #000;
  font-size: 21px;
  margin: 0 0 15px;
}

.detail-price-tab__caption {
  color: #5a5a5a;
  font-size: 15px;
  margin-bottom: 20px;
}

.detail-price-tab__prices {
  white-space: nowrap;
  text-align: right;
}

.detail-price-tab__prices b {
  display: block;
  color: #000;
  font-size: 21px;
}

.detail-price-tab__prices s {
  display: block;
  color: #6e798d;
}

.detail-price-tab__prices-caption {
  color: #6e798d;
}

.detail-price-tab__dops {
  max-width: 500px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.detail-price-tab__dops b {
  color: #778194;
}

.detail-price-tab__dops p {
  color: #6e798d;
  font-size: 14px;
  margin: 0;
}
/*** DETAIL PRICE TAB ***/

/*** ARTICLES LIST ***/
.articles-list__row {
  display: -ms-grid;
  display: grid;
  gap: 20px 60px;
}
@media (min-width: 992px) {
  .articles-list__row {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articles-list__row {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}

.articles-list__item {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  row-gap: 10px;
}

.articles-list__item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-list__item img:hover {
  opacity: 0.8;
}

.articles-list__date {
  color: #999;
  line-height: 1;
  font-size: 14px;
}

.articles-list__item h3 {
  font-size: 18px;
  margin: 0;
}

.articles-list__item h3 a {
  color: #000;
}

.articles-list__item h3 a:hover {
  color: #f04262;
}

.articles-list__preview {
  line-height: 1.25;
}

.articles-list__more {
  -ms-grid-column-align: start;
  justify-self: start;
  color: #000;
}

.articles-list__more:hover {
  color: #f04262;
}

.articles-list .bx-pagination {
  margin: 30px 0;
}
/*** ARTICLES LIST ***/

/*** ARTICLES DETAIL ***/
.articles-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .articles-detail__wrapper {
    padding-right: 17px;
  }
}

.articles-detail h1 {
  color: #3d3d3d;
  font-size: 42px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .articles-detail h1 {
    font-size: 26px;
  }
}

.articles-detail__row {
  position: relative;
  width: 1180px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .articles-detail__row {
    -ms-grid-columns: 65% minmax(0, 315px);
    grid-template-columns: 65% minmax(0, 315px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.articles-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 20px;
  color: #5c5470;
  margin-bottom: 20px;
}

.articles-detail__info div {
  padding-left: 27px;
  background-repeat: no-repeat;
  background-position: left;
}

.articles-detail__date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M16.75 3.125h-12.5c-.345 0-.625.28-.625.625v12.5c0 .345.28.625.625.625h12.5c.345 0 .625-.28.625-.625v-12.5c0-.345-.28-.625-.625-.625zm-2.5-1.25v2.5m-7.5-2.5v2.5m-3.125 2.5h13.75' stroke='%235C5470' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.articles-detail__clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M10.5 17.5c4.142 0 7.5-3.358 7.5-7.5 0-4.142-3.358-7.5-7.5-7.5-4.142 0-7.5 3.358-7.5 7.5 0 4.142 3.358 7.5 7.5 7.5z' stroke='%235C5470' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M10.5 5.625v4.375h4.375' stroke='%235C5470' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.articles-detail__count {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M10.5 4.374c-6.25 0-8.75 5.626-8.75 5.626s2.5 5.624 8.75 5.624 8.75-5.624 8.75-5.624-2.5-5.626-8.75-5.626zM10.5 13.125c1.726 0 3.125-1.399 3.125-3.125s-1.399-3.125-3.125-3.125-3.125 1.399-3.125 3.125 1.399 3.125 3.125 3.125z' stroke='%235C5470' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.articles-detail__anchor {
  padding: 40px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #f1f4f8;
}

.articles-detail__anchor h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 20px;
}

.articles-detail__anchor ul {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
  padding-left: 20px;
  margin: 0;
  color: #352f44;
}
@media (min-width: 768px) {
  .articles-detail__anchor ul {
    font-size: 18px;
  }
}

.articles-detail__anchor a {
  color: #352f44;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.articles-detail__anchor a:not(:hover) {
  text-decoration: underline;
}

.articles-detail__description {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .articles-detail__description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .articles-detail__description {
    margin-bottom: 30px;
  }
}

.articles-detail__description h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 20px;
}

.articles-detail__description img {
  border-radius: 10px;
}

.articles-detail__description ul {
  padding-left: 20px;
}

.articles-detail__description a {
  color: #352f44;
}

.articles-detail__description a:not(:hover) {
  text-decoration: underline;
}

.articles-detail-faq {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles-detail-faq {
    margin-bottom: 30px;
  }
}

.articles-detail-faq h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .articles-detail-faq h2 {
    margin: 0 0 20px;
  }
}

.articles-detail-faq__row {
  display: -ms-grid;
  display: grid;
  gap: 15px 30px;
}
@media (min-width: 576px) {
  .articles-detail-faq__row {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

.articles-detail-faq img {
  max-width: none;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.articles-detail-faq__name {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
  text-underline-offset: 5px;
}

.articles-detail-faq__name:not(:hover) {
  text-decoration: underline;
}

.articles-detail-faq__job {
  color: #5c5470;
  margin-bottom: 10px;
}

.articles-detail-faq__exp {
  color: #5c5470;
  margin-bottom: 20px;
}

.articles-detail-faq__q {
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
  background-color: #4b465f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-detail-faq__q:hover {
  background-color: #625c7c;
}

.articles-detail-faq__a {
  padding: 20px;
  margin-bottom: 20px;
  color: #000;
  border-radius: 20px;
  background-color: #f1f4f8;
}

.articles-detail-faq__q:not(.open) + .articles-detail-faq__a {
  display: none !important;
}

.articles-detail-price {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles-detail-price {
    margin-bottom: 30px;
  }
}

.articles-detail-price h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 20px;
}

.articles-detail-price__text {
  margin-bottom: 20px;
}

.articles-detail-price__text img {
  border-radius: 10px;
}

.articles-detail-price__text ul {
  padding-left: 20px;
}

.articles-detail-price__text a {
  color: #352f44;
}

.articles-detail-price__text a:not(:hover) {
  text-decoration: underline;
}

.articles-detail-stocks {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles-detail-stocks {
    margin-bottom: 30px;
  }
}

.articles-detail-stocks h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 20px;
}

.articles-detail-stocks__row {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.articles-detail-author {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles-detail-author {
    margin-bottom: 30px;
  }
}

.articles-detail-author h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .articles-detail-author h2 {
    margin: 0 0 20px;
  }
}

.articles-detail-author__row {
  display: -ms-grid;
  display: grid;
  gap: 15px 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
@media (min-width: 576px) {
  .articles-detail-author__row {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

.articles-detail-author img {
  max-width: none;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
}

.articles-detail-author__name {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
  text-underline-offset: 5px;
}

.articles-detail-author__name:not(:hover) {
  text-decoration: underline;
}

.articles-detail-author__job {
  color: #5c5470;
  margin-bottom: 10px;
}

.articles-detail-author__exp {
  color: #5c5470;
  margin-bottom: 20px;
}

.articles-detail-like {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles-detail-like {
    margin-bottom: 30px;
  }
}

.articles-detail-like h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 20px;
}

.articles-detail-like__like {
  display: inline-block;
  color: #000;
  font-size: 18px;
  padding-right: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' viewBox='0 0 24 21' fill='none'%3E%3Cpath d='M12 19.77s-10.156-5.688-10.156-12.594c0-1.221.423-2.404 1.197-3.348s1.851-1.591 3.048-1.831 2.44-.058 3.518.515c1.078.573 1.924 1.502 2.394 2.628.47-1.126 1.316-2.055 2.394-2.628s2.321-.755 3.518-.515c1.197.24 2.274.887 3.047 1.831.774.944 1.197 2.127 1.197 3.348 0 6.906-10.156 12.594-10.156 12.594z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vs-likeit-active .articles-detail-like__like {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' viewBox='0 0 24 21' fill='%23000'%3E%3Cpath d='M12 19.77s-10.156-5.688-10.156-12.594c0-1.221.423-2.404 1.197-3.348s1.851-1.591 3.048-1.831 2.44-.058 3.518.515c1.078.573 1.924 1.502 2.394 2.628.47-1.126 1.316-2.055 2.394-2.628s2.321-.755 3.518-.515c1.197.24 2.274.887 3.047 1.831.774.944 1.197 2.127 1.197 3.348 0 6.906-10.156 12.594-10.156 12.594z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.articles-detail-like__caption {
  color: #778194;
}

.articles-detail-comment {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles-detail-comment {
    margin-bottom: 30px;
  }
}

.articles-detail-comment h2 {
  color: #3d3d3d;
  font-size: 27px;
  margin: 0 0 20px;
}

.articles-detail-comment__form {
  display: -ms-grid;
  display: grid;
}

.articles-detail-comment__form label {
  display: block;
  color: #121212;
  font-size: 16px;
  margin-bottom: 5px;
}

.articles-detail-comment__form input[type="text"] {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-detail-comment__form textarea {
  width: 100%;
  resize: vertical;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-detail-comment__form input[type="text"]:focus,
.articles-detail-comment__form textarea:focus {
  border-color: #f00;
}

.articles-detail-comment__form .btn {
  -ms-grid-column-align: start;
  justify-self: start;
}

.articles-detail-comment__form p {
  color: #000;
  line-height: 1.2;
  font-size: 14px;
  margin: 0 0 20px;
}

.articles-detail-comment__form a {
  color: #0b2ca0;
}

.articles-detail-comment__form a:hover {
  text-decoration: underline;
}

.articles-detail-comments__item {
  color: #121212;
  padding: 20px;
  border-radius: 20px;
  background-color: #fafafa;
}

.articles-detail-comments__item:not(:last-child) {
  margin-bottom: 20px;
}

.articles-detail-comments__item h5 {
  font-weight: 600;
  margin: 0 0 15px;
}

.articles-detail-recommended {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .articles-detail-recommended {
    margin-top: 60px;
  }
}

.articles-detail-recommended h2 {
  color: #3d3d3d;
  font-size: 22px;
  margin: 0 0 36px;
}
@media (min-width: 340px) {
  .articles-detail-recommended h2 {
    font-size: 27px;
  }
}

.articles-detail-recommended .itc-slider-wrapper {
  margin: 0 -15px;
}

.articles-detail-recommended__item {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  row-gap: 10px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .articles-detail-recommended__item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .articles-detail-recommended__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.articles-detail-recommended__item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-detail-recommended__item img:hover {
  opacity: 0.8;
}

.articles-detail-recommended__date {
  color: #999;
  line-height: 1;
  font-size: 14px;
}

.articles-detail-recommended__item h3 {
  font-size: 18px;
  margin: 0;
}

.articles-detail-recommended__item h3 a {
  color: #000;
}

.articles-detail-recommended__item h3 a:hover {
  color: #f04262;
}

.articles-detail-recommended__preview {
  line-height: 1.25;
}

.articles-detail-recommended__more {
  -ms-grid-column-align: start;
  justify-self: start;
  color: #000;
}

.articles-detail-recommended__more:hover {
  color: #f04262;
}

.articles-detail-recommended .nav-btn {
  display: block;
}

.articles-detail article > div,
.articles-detail h2[id^="title"] {
  scroll-margin-top: 100px;
}
/*** ARTICLES DETAIL ***/

/*** ARTICLES DETAIL FAQ FORM ***/
.articles-detail-faq-form {
  display: -ms-grid;
  display: grid;
  gap: 10px 15px;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .articles-detail-faq-form {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.articles-detail-faq .articles-detail-faq-form {
  padding: 20px;
}

.articles-detail-faq-form h3 {
  color: #000;
  font-weight: 600;
  line-height: 1;
  font-size: 21px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .articles-detail-faq-form h3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.articles-detail-faq-form input[type="text"],
.articles-detail-faq-form input[type="tel"],
.articles-detail-faq-form input[type="email"] {
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-detail-faq-form textarea {
  width: 100%;
  resize: vertical;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .articles-detail-faq-form textarea {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.articles-detail-faq-form input[type="text"]:focus,
.articles-detail-faq-form input[type="tel"]:focus,
.articles-detail-faq-form input[type="email"]:focus,
.articles-detail-faq-form textarea:focus {
  border-color: #f00;
}

.articles-detail-faq-form__file {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #cfdae8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-detail-faq-form__file:hover {
  background-color: #e0e7f0;
}

.articles-detail-faq-form__file span {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 27px;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19' viewBox='0 0 17 19' fill='none'%3E%3Cpath d='M11.874 5.187l-7.485 7.609c-.27.27-.421.635-.421 1.017 0 .381.151.747.421 1.016.27.27.635.421 1.016.421s.747-.152 1.016-.421l8.922-9.046c.267-.267.479-.584.623-.933.145-.349.219-.723.219-1.1 0-.378-.074-.751-.219-1.1-.144-.349-.356-.666-.623-.933s-.584-.479-.933-.623c-.349-.144-.723-.219-1.1-.219-.378 0-.751.074-1.1.219-.349.144-.666.356-.933.623l-8.922 9.047c-.809.809-1.263 1.906-1.263 3.049 0 1.144.454 2.241 1.263 3.049.809.809 1.906 1.263 3.049 1.263 1.144 0 2.241-.454 3.049-1.263l7.372-7.362' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.articles-detail-faq-form__file input[type="file"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.articles-detail-faq-form .btn {
  -ms-grid-column-align: start;
  justify-self: start;
}
@media (min-width: 768px) {
  .articles-detail-faq-form .btn {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.articles-detail-faq .btn:not(.open) + .articles-detail-faq-form,
.articles-detail-author .btn:not(.open) + .articles-detail-faq-form {
  display: none !important;
}
/*** ARTICLES DETAIL FAQ FORM ***/

/*** HOME BANNER ***/
.home-banner {
  padding: 60px 40px;
  border-radius: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e3e9f1),
    to(#b0c1d9)
  );
  background-image: -o-linear-gradient(left, #e3e9f1 0%, #b0c1d9 100%);
  background-image: linear-gradient(90deg, #e3e9f1 0%, #b0c1d9 100%);
}
@media (min-width: 768px) {
  .home-banner {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    padding: 40px 15px;
  }
}
@media (max-width: 575px) {
  .home-banner .btn {
    width: 100%;
  }
}

.home-banner h2 {
  font-weight: 600;
  font-size: 45px;
  color: #1d1d1f;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .home-banner h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}

.home-banner ul {
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.01em;
  color: #1d1d1f;
  padding: 0;
  padding-left: 25px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .home-banner ul {
    font-size: 16px;
    margin: 0 0 20px;
  }
}

.home-banner li:not(:last-child) {
  margin-bottom: 10px;
}

.home-banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.home-banner img {
  max-width: 140px;
}

.home-banner__label {
  padding: 5px 10px;
  font-size: 12px;
  color: #000;
  border-radius: 5px;
  background-color: #fff;
}
/*** HOME BANNER ***/

.price-tabs {
  margin-bottom: 30px;
}
.price-tabs a {
  display: inline-block;
  padding: 6px 15px 5px 15px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 9px;
  margin-right: 8px;
  color: #3d3d3d;
  font-size: 15px;
  transition: 0.45s ease;
}

.price-tabs a:hover {
  background: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
}

.price-tab {
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 7px 40px 0px #00000017;
  margin-bottom: 30px;
}
.price-tab h2 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 27px;
}

.price-tab__item-body,
.price-tab__item-header {
  display: flex;
  justify-content: space-between;
}
.price-tab__item-header {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 7px;
  padding-bottom: 0px;
}

.price-tab__item {
  margin-bottom: 20px;
}

.price-tab h3 {
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: 20px;
}
.price-tab__item-name {
  /* flex: 0 0 calc(100% - 200px); */
}
.price-tab__item-const {
  /* flex: 0 0 200px; */
  min-width: 100px;
}

.price-tab__item-header .price-tab__item-name {
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.25;
  background-color: white;
  margin-bottom: -3px;
  position: relative;
  bottom: -6px;
}
.price-tab__item-header .price-tab__item-const {
  text-align: right;
  font-size: 20px;
  background-color: white;
  margin-bottom: -1px;
  position: relative;
  bottom: -6px;
}

.price-tab__item-body .price-tab__item-name {
  font-size: 15px;
  opacity: 0.8;
  line-height: 1.2;
}
.price-tab__item-body .price-tab__item-const h4 {
  text-align: right;
  font-weight: 500;
  opacity: 0.45;
  font-size: 14px;
  margin: 0px;
  text-decoration: line-through;
}

.price-tab__item-action {
  background-image: linear-gradient(86deg, #e32f50 5.12%, #ce1e3e 95.42%);
  color: white;

  font-size: 14px;
  padding: 2px;
  text-align: center;
  border-radius: 10px;
  width: 65px;
  display: inline-block;
  position: relative;
  top: -3px;
  line-height: 20px;
  margin-right: 7px;
}

.price-tab > .price-tab__list:nth-child(2) > h3:first-child {
  margin-top: 15px;
}

.action-wrapper {
  padding: 16px;
  background: #ededed;
  border-radius: 10px;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.action-item {
  width: calc(100%);
  flex: 0 0 calc(100%);
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .action-item {
    width: calc(50% - 11px);
    flex: 0 0 calc(50% - 11px);
  }
}

@media (min-width: 992px) {
  .action-item {
    width: calc(33.33333333333333% - 11px);
    flex: 0 0 calc(33.33333333333333% - 11px);
  }
}

.action-item__img {
  height: 260px;
  display: flex;
  background-color: #d2d8ee;
  position: relative;
}
.action-item__img-sticker {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #e32f50;
  background-color: white;
  border-radius: 50px;
  padding: 3px 15px;
}

.action-item__img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.action-item__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 260px);
}

.action-item__content h3 {
  font-weight: 700;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #352f44;
}

.action-item__desc {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #778194;
}

.action-item__time {
  background-image: url("/image/wtc.svg");
  font-weight: 400;
  font-size: 14px;
  color: #e22548;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 1px;
  margin-bottom: 13px;
}
.action-item__footer {
  margin-top: auto;
  display: flex;
  margin-bottom: 0px;
}

.action-item__footer > div {
  flex: 0 0 50%;
  width: 50%;
}

.action-item__footer-price {
  font-weight: 700;
  font-size: 24px;
  color: #352f44;
}

.action-item__footer-price span {
  font-weight: 500;
  margin-left: 8px;
  font-size: 14px;
  text-decoration: line-through;
  color: #778194;
}

.action-item__footer-link {
  text-align: right;
}

.action-item__footer-link a {
  font-weight: 500;
  font-size: 14px;
  color: black;
  background-image: linear-gradient(86deg, #ffeb3a 5.12%, #eec122 95.42%);
  border-radius: 30px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
